This class represents a description of provisioned resources
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
cloudKeyPairIDs | string | element | 0/unbounded | the cloudKeyPairIDs | |
deployParameters | deployParameter | element | 0/unbounded | The deploy parameters. | |
Properties inherited from provisionRequest |
|||||
cloudCredentialsIDs | string | element | 0/unbounded | The cloud credentials ids required to provision the cloud resources. | |
deployerKeyPairIDs | string | element | 0/unbounded | the deployerKeyPairIDs | |
planID | string | element | 0/1 | The ID of the plan PlanResponse to provision for. |
|
userKeyPairIDs | string | element | 0/unbounded | The key pair id for the keys to use to log in the provisioned VMs. | |
Properties inherited from ownedObject |
|||||
owner | string | element | 0/1 | The owner (username) for the particular object. This value is set when the DAO saves the object based on the principal who made the call. It is created automatically. No need to set during a POST |
Example
<p-----> <deployParameters> <IP>52.73.245.157</IP> <user>vm_user</user> <role>slave</role> </deployParameters> <cloudKeyPairIDs>...</cloudKeyPairIDs> <cloudCredentialsIDs>58e3946e0fb4f562d84ba1ad</cloudCredentialsIDs> <planID>ASedsfd46b4fDFd83ba1q</planID> <userKeyPairIDs>ASedsfd46b4fFd344a1A</userKeyPairIDs> <deployerKeyPairIDs>...</deployerKeyPairIDs> </p----->