This class represents a description of provisioned resources
name | data type | description |
---|---|---|
deployParameters | array of DeployParameter | The deploy parameters. |
Properties inherited from ProvisionRequest |
||
cloudCredentialsID | string | |
planID | string | |
publicKeyID | string | |
Properties inherited from KeyValueHolder |
||
keyValue | map of object | |
id | string | |
Properties inherited from OwnedObject |
||
owner | string | The owner (username) for the particular object. |
Example
{ "deployParameters" : [ { "cloudCertificateName" : "Virginia", "IP" : "52.73.245.157", "user" : "vm_user", "role" : "slave" }, { "cloudCertificateName" : "...", "IP" : "...", "user" : "...", "role" : "..." } ], "cloudCredentialsID" : "...", "planID" : "...", "publicKeyID" : "...", "keyValue" : { "property1" : { }, "property2" : { } }, "id" : "...", "owner" : "user1" }