VMware Cloud Director API - InstantiateOvfProperty
InstantiateOvfPropertyType
- Element:
- InstantiateOvfProperty
- Type:
- InstantiateOvfPropertyType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents an OVF property value assignment.
- Since:
- 5.5
- Schema:
- vApp.xsd
- Media type(s):
- None
- Extends:
- anyType
- XML Representation:
-
<InstantiateOvfProperty xmlns="http://www.vmware.com/vcloud/v1.5">
<ClassId> xs:string </ClassId>
<InstanceId> xs:string </InstanceId>
<Key> xs:string </Key>
<Value> xs:string </Value>
</InstantiateOvfProperty>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description ClassId string No always 5.5 The class ID of the product section to which the property belongs. InstanceId string No always 5.5 The instance ID of the product section to which the property belongs. Key string Yes always 5.5 The key of the OVF property. Value string Yes always 5.5 The value to assign to the OVF property.