provisionInfo Data Type

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

Example

<p----->
  <cloudCredentialsID>...</cloudCredentialsID>
  <planID>...</planID>
  <scriptID>...</scriptID>
  <userKeyID>...</userKeyID>
  <deployParameters>
    <cloudCertificateName>...</cloudCertificateName>
    <IP>...</IP>
    <user>...</user>
    <role>...</role>
  </deployParameters>
  <id>...</id>
  <owner>...</owner>
</p----->