Repesents a new PaaS provider to be created
| 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] |
| Name | Value |
|---|---|
| HEROKU | "HEROKU" |
| OPENSHIFT | "OPENSHIFT" |
| CLOUDFOUNDRY | "CLOUDFOUNDRY" |