provisionResponse Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
deployParameters deployParameter element 0/unbounded the deployParameters
Properties inherited from provisionRequest
cloudCredentialsID string element 0/1 the cloudCredentialsID
planID string element 0/1 the planID
publicKeyID string element 0/1 the publicKeyID
Properties inherited from keyValueHolder
id string element 0/1 the id
Properties inherited from ownedObject
owner string element 0/1 the owner

Example

<p----->
  <deployParameters>
    <cloudCertificateName>...</cloudCertificateName>
    <IP>...</IP>
    <user>...</user>
    <role>...</role>
  </deployParameters>
  <cloudCredentialsID>...</cloudCredentialsID>
  <planID>...</planID>
  <publicKeyID>...</publicKeyID>
  <id>...</id>
</p----->