This class represents a description of provisioned resources
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
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. | |
keyPairIDs | string | element | 0/unbounded | The key pair id for the keys to use to log in the provisioned VMs. | |
planID | string | element | 0/1 | The ID of the plan PlanResponse to provision for. |
|
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 how made the call |
Example
<p-----> <deployParameters> <cloudCertificateName>Virginia</cloudCertificateName> <IP>52.73.245.157</IP> <user>vm_user</user> <role>slave</role> </deployParameters> <cloudCredentialsIDs>58e3946e0fb4f562d84ba1ad</cloudCredentialsIDs> <planID>ASedsfd46b4fDFd83ba1q</planID> <keyPairIDs>ASedsfd46b4fFd344a1A</keyPairIDs> </p----->