VMware Cloud Director API - CapacityWithUsageType

VMware Cloud Director API - CapacityWithUsageType

CapacityWithUsageType

Type:
CapacityWithUsageType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents a capacity and usage of a given resource.
Since:
0.9
Schema:
common.xsd
Media type(s):
None
Extends:
CapacityType
XML Representation:
<CapacityWithUsageType xmlns="http://www.vmware.com/vcloud/v1.5">
    <Units> xs:string </Units>
    <Allocated> xs:long </Allocated>
    <Limit> xs:long </Limit>
    <Reserved> xs:long </Reserved>
    <Used> xs:long </Used>
    <ReservationUsed> xs:long </ReservationUsed>
</CapacityWithUsageType>

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.
ReservationUsed long No none 35.0 Reservation Capacity used. This field is returned only if the VDC AllocationModel is Flex type. This number represents the reservation resources used in the given VDC.
Reserved long No none 5.1 Capacity reserved.
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
GB
Used long No none 0.9 Capacity used. If the VDC AllocationModel is ReservationPool, this number represents the percentage of the reservation that is in use. For all other allocation models, it represents the percentage of the allocation that is in use.
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.