Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 714 Bytes

Platform.md

File metadata and controls

28 lines (17 loc) · 714 Bytes

Platform

Representation of a platform used by Cloudiator

Properties

Name Type Description Notes
name String Human-readable name
type TypeEnum PaaS stack type [optional]
api Api
credential CloudCredential
endpoint String URI where the api of this platform provider can be accessed. [optional]
id String Unique identifier for the platform [optional]

Enum: TypeEnum

Name Value
HEROKU "HEROKU"
OPENSHIFT "OPENSHIFT"
CLOUDFOUNDRY "CLOUDFOUNDRY"