VMware Cloud Director API - VirtualCenterRecord

VMware Cloud Director API - VirtualCenterRecord

QueryResultVirtualCenterRecordType

Element:
VirtualCenterRecord
Type:
QueryResultVirtualCenterRecordType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Type for a single virtualCenter query result in records format.
Since:
1.5
Schema:
queryRecordView.xsd
Media type(s):
None
Extends:
QueryResultRecordType
XML Representation:
<VirtualCenterRecord xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
        url="xs:string" userName="xs:string" isEnabled="xs:boolean" vcVersion="xs:string"
        status="xs:string" vsmIP="xs:string" vcproxy="xs:string" isBusy="xs:boolean"
        listenerState="xs:string" uuid="xs:string" isSupported="xs:boolean" isTenantScoped="xs:boolean"
        isProviderScoped="xs:boolean" clusterHealthStatus="xs:string" clustersCount="xs:long" totalVmCount="xs:long"
        poweredOnVmCount="xs:long" totalMemMb="xs:long" reservedMemMb="xs:long" demandedMemMb="xs:long"
        totalCpuMhz="xs:long" reservedCpuMhz="xs:long" demandedCpuMhz="xs:long" diskSizeBytes="xs:long"
        diskFreeBytes="xs:long" diskUncommittedBytes="xs:long" diskSizeMb="xs:long" diskFreeMb="xs:long"
        diskUncommittedMb="xs:long" vsmVersion="xs:string" hasProxy="xs:boolean">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string" model="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" model="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" model="xs:string"/>
            <Domain visibility="xs:string"/>
            <Key> xs:string </Key>
            <TypedValue/>
        </MetadataEntry>
    </Metadata>
</VirtualCenterRecord>

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 vCenter. Yes Yes
url string No none 1.5 Url Yes Yes
userName string No none 1.5 User name Yes Yes
isEnabled boolean No none 1.5 True if this entity is enabled Yes Yes
vcVersion string No none 1.5 Virtual center version Yes Yes
status string No none 1.5 Status Yes Yes
vsmIP string No none 1.5 vShield IP address Yes Yes
vcproxy string No none 1.5 vcproxy Yes Yes
isBusy boolean No none 1.5 True if this entity is busy Yes Yes
listenerState string No none 13.0 The state of the listener. One of {INVALID_SETTINGS, UNSUPPORTED, DISCONNECTED, CONNECTING, CONNECTED_SYNCING, CONNECTED, ADMIN_DISCONNECTED}. Yes Yes
uuid string No none 1.5 Uuid Yes Yes
isSupported boolean No none 5.1 True if this vCenter version is supported by this release of vCloud Director. No Yes
isTenantScoped boolean No none 32.0 True if this entity is tenant scoped. Yes Yes
isProviderScoped boolean No none 32.0 True if this entity is provider scoped. Yes Yes
clusterHealthStatus string No none 33.0 The overall health status of clusters in this vCenter. One of {GRAY, RED, YELLOW, GREEN}. Yes Yes
clustersCount long No none 33.0 The number of clusters in this vCenter. Yes Yes
totalVmCount long No none 33.0 The number of VMs in this vCenter. Yes Yes
poweredOnVmCount long No none 33.0 The number of powered-on VMs in this vCenter. Yes Yes
totalMemMb long No none 33.0 The total memory (in Mb) in this vCenter. Yes Yes
reservedMemMb long No none 33.0 The reserved memory (in Mb) in this vCenter. Yes Yes
demandedMemMb long No none 33.0 The demanded memory (in Mb) in this vCenter. Yes Yes
totalCpuMhz long No none 33.0 The total CPU (in Mhz) in this vCenter. Yes Yes
reservedCpuMhz long No none 33.0 The reserved CPU (in Mhz) in this vCenter. Yes Yes
demandedCpuMhz long No none 33.0 The demanded CPU (in Mhz) in this vCenter. Yes Yes
diskSizeBytes long No none 33.0 36.0 The disk size (in bytes) of all datastores in this vCenter. Since 36.0, this value may no longer be accurate. Use diskSizeMb. Yes Yes
diskFreeBytes long No none 33.0 36.0 The free disk space (in bytes) on all datastores in this vCenter. Since 36.0, this value may no longer be accurate. Use diskFreeMb. Yes Yes
diskUncommittedBytes long No none 33.0 The uncommitted disk space (in bytes) on all datastores in this vCenter. Since 36.0, this value may no longer be accurate. Use diskUncommittedMb. Yes Yes
diskSizeMb long No none 36.0 The disk size (in MB) of all datastores in this vCenter. Yes Yes
diskFreeMb long No none 36.0 The free disk space (in MB) on all datastores in this vCenter. Yes Yes
diskUncommittedMb long No none 36.0 The uncommitted disk space (in MB) on all datastores in this vCenter. Yes Yes
vsmVersion string No none 34.0 If the VC is associated with an NSX-V Manager, the version of the NSX-V Manager. Yes Yes
hasProxy boolean No none 34.0 True if this server is proxied. 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