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" isBusy="xs:boolean" listenerState="xs:string"
        uuid="xs:string" isSupported="xs:boolean">
    <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>
</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
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

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