VmVimInfoType

Element:
VmVimInfo
Type:
VmVimInfoType
Namespace:
http://www.vmware.com/vcloud/extension/v1.5
Description:
Represents a vSphere VM information.
Since:
1.5
Schema:
vmwextensions.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<VmVimInfo xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5">
    <VmVimObjectRef>
        <vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
        <MoRef> xs:string </MoRef>
        <VimObjectType> xs:string </VimObjectType>
    </VmVimObjectRef>
    <DatastoreVimObjectRef>
        <vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
        <MoRef> xs:string </MoRef>
        <VimObjectType> xs:string </VimObjectType>
    </DatastoreVimObjectRef>
    <VmDiskDatastores instanceId="xs:string">
        <vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
        <MoRef> xs:string </MoRef>
        <VimObjectType> xs:string </VimObjectType>
    </VmDiskDatastores>
    <HostVimObjectRef>
        <vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
        <MoRef> xs:string </MoRef>
        <VimObjectType> xs:string </VimObjectType>
    </HostVimObjectRef>
    <VirtualDisksMaxChainLength> xs:int </VirtualDisksMaxChainLength>
</VmVimInfo>

Elements

Element Type Required Modifiable Since Deprecated Description
DatastoreVimObjectRef VimObjectRefType (extension/v1.5) Yes none 1.5 The datastore where the VM's configuration files are stored.
HostVimObjectRef VimObjectRefType (extension/v1.5) Yes none 1.5 The host for this VM.
VirtualDisksMaxChainLength int Yes none 1.5 The maximum chain length of the VM's virtual disks.
VmDiskDatastores DiskDatastoreType Yes none 5.6 The datastore where the VM disk's files are stored.
VmVimObjectRef VimObjectRefType (extension/v1.5) Yes none 1.5 Reference to a vim vm object.