QueryResultAdminVdcRecordType

Element:
AdminVdcRecord
Type:
QueryResultAdminVdcRecordType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Type for a single adminOrgVdc query result in records format.
Since:
1.5
Schema:
queryRecordView.xsd
Media type(s):
None
Extends:
QueryResultRecordType
XML Representation:
<AdminVdcRecord xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
        description="xs:string" isEnabled="xs:boolean" cpuAllocationMhz="xs:long" cpuLimitMhz="xs:long"
        cpuUsedMhz="xs:long" memoryAllocationMB="xs:long" memoryLimitMB="xs:long" memoryUsedMB="xs:long"
        storageLimitMB="xs:long" storageUsedMB="xs:long" providerVdcName="xs:string" providerVdc="xs:string"
        orgName="xs:string" org="xs:string" numberOfVApps="xs:int" numberOfMedia="xs:int"
        numberOfDisks="xs:int" numberOfVAppTemplates="xs:int" isBusy="xs:boolean" status="xs:string"
        networkPool="xs:string" numberOfStorageProfiles="xs:int" numberOfVMs="xs:int" networkPoolUniversalId="xs:string"
        numberOfRunningVMs="xs:int" numberOfDeployedVApps="xs:int">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string"/>
    <Metadata href="xs:anyURI" type="xs:string">
        <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string"/>
        <MetadataEntry href="xs:anyURI" type="xs:string">
            <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                    rel="xs:string"/>
            <Domain visibility="xs:string"/>
            <Key> xs:string </Key>
            <TypedValue/>
        </MetadataEntry>
    </Metadata>
</AdminVdcRecord>

Attributes

Attribute Type Required Modifiable Since Deprecated Description Filter Sort
href anyURI No always 1.5 Contains the URI to the resource. Yes Yes
id string No always 1.5 The resource identifier, expressed in URN format. The value of this attribute uniquely identifies the resource, persists for the life of the resource, and is never reused. Yes Yes
type string No always 1.5 Contains the type of the resource. Yes Yes
name string No none 1.5 The name of this VDC. Yes Yes
description string No none 29.0 Yes Yes
isEnabled boolean No none 1.5 True if this entity is enabled Yes Yes
cpuAllocationMhz long No none 1.5 CPU allocation in Mhz Yes Yes
cpuLimitMhz long No none 1.5 CPU limit in Mhz Yes Yes
cpuUsedMhz long No none 1.5 CPU used in Mhz Yes Yes
memoryAllocationMB long No none 1.5 Memory allocation in MB Yes Yes
memoryLimitMB long No none 1.5 Memory limit in MB Yes Yes
memoryUsedMB long No none 1.5 Memory used in MB Yes Yes
storageLimitMB long No none 1.5 Storage limit in MB No No
storageUsedMB long No none 1.5 Storage used in MB Yes Yes
providerVdcName string No none 1.5 Provider VDC name Yes Yes
providerVdc string No none 1.5 Provider VDC reference or id Yes Yes
orgName string No none 1.5 Organization name Yes Yes
org string No none 1.5 Organization reference or id Yes Yes
numberOfVApps int No none 1.5 Number of vApps Yes Yes
numberOfMedia int No none 1.5 Number of media Yes Yes
numberOfDisks int No none 5.1 Number of disks Yes Yes
numberOfVAppTemplates int No none 1.5 30.0 Number of vApp templates Yes Yes
isBusy boolean No none 1.5 True if this entity is busy Yes Yes
status string No none 1.5 Status Yes Yes
networkPool string No none 1.5 Network pool reference or id Yes Yes
numberOfStorageProfiles int No none 5.1 Number of storage profiles Yes Yes
numberOfVMs int No none 30.0 Number of VMs Yes Yes
networkPoolUniversalId string No none 30.0 Associated universal network pool Yes Yes
numberOfRunningVMs int No none 30.0 Number of Running VMs Yes Yes
numberOfDeployedVApps int No none 30.0 Number of Deployed vApps Yes Yes

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 1.5 Contains a link to an operation associated with a specific relation type.
Metadata MetadataType No 5.1