VMware Cloud Director API - CapacityType
CapacityType
- Type:
- CapacityType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents the capacity of a given resource.
- Since:
- 0.9
- Schema:
- common.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<CapacityType xmlns="http://www.vmware.com/vcloud/v1.5">
<Units> xs:string </Units>
<Allocated> xs:long </Allocated>
<Limit> xs:long </Limit>
</CapacityType>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description Allocated long No none 0.9 Capacity that is committed to be available. Limit long Yes none 0.9 Capacity limit relative to the value specified for Allocation. It must not be less than that value. If it is greater than that value, it implies overprovisioning. Units string Yes none 0.9 Units in which capacity is allocated. For CPU capacity, one of:
MHz
GHz
For memory capacity, one of:
MB
GBVCloudExtension VCloudExtensionType No always 0.9 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.