provisionRequest Data Type

This class is a holder for the the object IDs that are required by the provisioner to request for cloud resources.

Namespace
(Default)
Schema
ns0.xsd
Subtypes
provisionResponse
Properties
name data type type namespace min/max occurs description
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----->
  <cloudCredentialsIDs>58e3946e0fb4f562d84ba1ad</cloudCredentialsIDs>
  <planID>ASedsfd46b4fDFd83ba1q</planID>
  <keyPairIDs>ASedsfd46b4fFd344a1A</keyPairIDs>
  <owner>user1</owner>
</p----->