ProviderVdcCapacityType

Type:
ProviderVdcCapacityType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents resource capacity in a Provider vDC.
Since:
0.9
Schema:
providerVdc.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<ProviderVdcCapacityType xmlns="http://www.vmware.com/vcloud/v1.5">
    <Units> xs:string </Units>
    <Allocation> xs:long </Allocation>
    <Reserved> xs:long </Reserved>
    <Total> xs:long </Total>
    <Used> xs:long </Used>
    <Overhead> xs:long </Overhead>
</ProviderVdcCapacityType>

Elements

Element Type Required Modifiable Since Deprecated Description
Allocation long No none 0.9 Number of Units that have been allocated to consumers.
Overhead long No none 1.0 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 Number of Units that have been reserved.
Total long Yes none 1.0 Total number of Units that can be allocated to all consumers.
Units string Yes none 0.9 Units in which the capacity is measured. For CPU devices, this is always Megahertz, represented by the string MHz.
Used long No none 1.0 Percentage of the allocation 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.