ComputeCapacityType

Type:
ComputeCapacityType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents vDC compute capacity.
Since:
0.9
Schema:
vdc.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<ComputeCapacityType xmlns="http://www.vmware.com/vcloud/v1.5">
    <Cpu>
        <Units> xs:string </Units>
        <Allocated> xs:long </Allocated>
        <Limit> xs:long </Limit>
        <Reserved> xs:long </Reserved>
        <Used> xs:long </Used>
    </Cpu>
    <Memory>
        <Units> xs:string </Units>
        <Allocated> xs:long </Allocated>
        <Limit> xs:long </Limit>
        <Reserved> xs:long </Reserved>
        <Used> xs:long </Used>
    </Memory>
</ComputeCapacityType>

Elements

Element Type Required Modifiable Since Deprecated Description
Cpu CapacityWithUsageType Yes always 0.9 CPU capacity and usage.
Memory CapacityWithUsageType Yes always 0.9 Memory capacity and usage.
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.