VMware Cloud Director API - CaptureVmParamsType
CaptureVmParamsType
- Type:
- CaptureVmParamsType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Parameters for a VM which is being captured.
- Since:
- 0.9
- Schema:
- vApp.xsd
- Media type(s):
- None
- Extends:
- ParamsType
- XML Representation:
-
<CaptureVmParamsType xmlns="http://www.vmware.com/vcloud/v1.5" name="xs:string">
<Description> xs:string </Description>
<Source href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
<VdcComputePolicy href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
</CaptureVmParamsType>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description name string No always 0.9 Typically used to name or identify the subject of the request. For example, the name of the object being created or modified. -
Elements
-
Element Type Required Modifiable Since Deprecated Description Description string No always 0.9 Optional description. Source ReferenceType Yes always 31.0 A reference to VM being captured. VCloudExtension VCloudExtensionType No always 0.9 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. VdcComputePolicy ReferenceType No always 31.0 33.0 A reference to a vdc compute policy for template VM. During instantiation this vdc compute policy should be present in destination vDC.