This class is a holder for the the object IDs that are required by the provisioner to request for cloud resources.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
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-----> <cloudCredentialsIDs>58e3946e0fb4f562d84ba1ad</cloudCredentialsIDs> <planID>ASedsfd46b4fDFd83ba1q</planID> <userKeyPairIDs>ASedsfd46b4fFd344a1A</userKeyPairIDs> <deployerKeyPairIDs>...</deployerKeyPairIDs> <owner>user1</owner> </p----->