VMware Cloud Director API - RootComputeCapacityType
RootComputeCapacityType
- Type:
- RootComputeCapacityType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents compute capacity with units.
- Since:
- 0.9
- Schema:
- providerVdc.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<RootComputeCapacityType xmlns="http://www.vmware.com/vcloud/v1.5">
<Cpu>
<Units> xs:string </Units>
<Allocation> xs:long </Allocation>
<Reserved> xs:long </Reserved>
<Total> xs:long </Total>
<Used> xs:long </Used>
<Overhead> xs:long </Overhead>
</Cpu>
<Memory>
<Units> xs:string </Units>
<Allocation> xs:long </Allocation>
<Reserved> xs:long </Reserved>
<Total> xs:long </Total>
<Used> xs:long </Used>
<Overhead> xs:long </Overhead>
</Memory>
<IsElastic> xs:boolean </IsElastic>
<IsHA> xs:boolean </IsHA>
</RootComputeCapacityType>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description Cpu ProviderVdcCapacityType Yes none 0.9 Read-only indicator of CPU capacity available in the Provider vDC. IsElastic boolean No none 0.9 True if compute capacity can grow or shrink based on demand. IsHA boolean No none 0.9 True if compute capacity is highly available. Memory ProviderVdcCapacityType Yes none 0.9 Read-only indicator of memory capacity available in the Provider vDC. 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.