Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 643 Bytes

NewPlatform.md

File metadata and controls

27 lines (16 loc) · 643 Bytes

NewPlatform

Repesents a new PaaS provider to be created

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]

Enum: TypeEnum

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