VMware Cloud Director API - FlexVdcSummaryType

VMware Cloud Director API - FlexVdcSummaryType

FlexVdcSummaryType

Type:
FlexVdcSummaryType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents the summary of consumed CPU, memory, and storage for a vDC using the Flex allocation model.
Since:
32.0
Schema:
vdc.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<FlexVdcSummaryType xmlns="http://www.vmware.com/vcloud/v1.5">
    <MemoryConsumptionMB> xs:long </MemoryConsumptionMB>
    <MemoryReservationMB> xs:long </MemoryReservationMB>
    <CpuConsumptionMhz> xs:long </CpuConsumptionMhz>
    <CpuReservationMhz> xs:long </CpuReservationMhz>
    <StorageConsumptionMB> xs:long </StorageConsumptionMB>
</FlexVdcSummaryType>

Elements

Element Type Required Modifiable Since Deprecated Description
CpuConsumptionMhz long Yes none 32.0 The amount of CPU consumed in MHz.
CpuReservationMhz long No none 32.0 The amount of CPU reserved in MHz.
MemoryConsumptionMB long Yes none 32.0 The amount of memory consumed in MB.
MemoryReservationMB long No none 32.0 The amount of memory reserved in MB.
StorageConsumptionMB long Yes none 32.0 The amount of storage consumed in MB.
VCloudExtension VCloudExtensionType No always 32.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.