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">
    <VCloudExtension required="xs:boolean"/>
    <Units> xs:string </Units>
    <Allocated> xs:long </Allocated>
    <Limit> xs:long </Limit>
    <Reserved> xs:long </Reserved>
    <Used> xs:long </Used>
    <Overhead> xs:long </Overhead>
</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.
Overhead long No none 1.0 5.1 Number of Units allocated to system resources such as vShield Manager virtual machines and shadow virtual machines provisioned from this Provider 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.