QueryResultVmGroupVmsRecordType

Element:
VmGroupVmsRecord
Type:
QueryResultVmGroupVmsRecordType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Type for a single vmGroupVms query result in records format.
Since:
5.5
Schema:
queryRecordView.xsd
Media type(s):
None
Extends:
QueryResultRecordType
XML Representation:
<VmGroupVmsRecord xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" id="xs:string" type="xs:string" vmGroupName="xs:string"
        vmName="xs:string" vmMoref="xs:string" vappName="xs:string" vappId="xs:string"
        orgVdcName="xs:string" orgVdcId="xs:string" clusterMoref="xs:string" vcId="xs:string"
        vmGroupId="xs:string" isVappTemplate="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>
</VmGroupVmsRecord>

Attributes

Attribute Type Required Modifiable Since Deprecated Description Filter Sort
href anyURI No always 5.5 Contains the URI to the resource. Yes Yes
id string No always 5.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 5.5 Contains the type of the resource. Yes Yes
vmGroupName string No none 5.5 The name of the containing VM group. Yes Yes
vmName string No none 5.5 The name of the VM. Yes Yes
vmMoref string No none 5.5 The moref of the VM. Yes Yes
vappName string No none 5.5 The name of the vApp to which the VM belongs. Yes Yes
vappId string No none 5.5 The ID of the vApp to which the VM belongs. Yes Yes
orgVdcName string No none 5.5 The name of the org VDC containing the VM. Yes Yes
orgVdcId string No none 5.5 The ID of the org VDC containing the VM. Yes Yes
clusterMoref string No none 5.5 The moref of the cluster containing the VM. Yes Yes
vcId string No none 5.5 The ID of the vCenter containing the VM. Yes Yes
vmGroupId string No none 5.5 The ID of the containing VM group. Yes Yes
isVappTemplate boolean No none 5.5 True if the VM belongs to a vApp template. Yes Yes

Elements

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