provisionResponse Data Type

This class represents a description of provisioned resources

Namespace
(Default)
Schema
ns0.xsd
Properties
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 how made the call
timestamp long element 0/1 the timestamp

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----->