ReplicationGroupVmDetailsType

Type:
ReplicationGroupVmDetailsType
Namespace:
http://www.vmware.com/vr/v6.0
Description:
Additional information about the ReplicationGroup placeholder VM.
Since:
1.0
Schema:
hcs-docs.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<ReplicationGroupVmDetailsType xmlns="http://www.vmware.com/vr/v6.0" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5"
        xmlns:extension_v1.5="http://www.vmware.com/vcloud/extension/v1.5">
    <extension_v1.5:VmVimObjectRef>
        <vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
            <vcloud_v1.5:VCloudExtension required="xs:boolean"/>
        </vcloud_v1.5:VimServerRef>
        <MoRef> xs:string </MoRef>
        <VimObjectType> xs:string </VimObjectType>
    </extension_v1.5:VmVimObjectRef>
    <Disk>
        <Uuid> xs:string </Uuid>
        <extension_v1.5:DatastoreVimObjectRef>
            <vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                <vcloud_v1.5:VCloudExtension required="xs:boolean"/>
            </vcloud_v1.5:VimServerRef>
            <MoRef> xs:string </MoRef>
            <VimObjectType> xs:string </VimObjectType>
        </extension_v1.5:DatastoreVimObjectRef>
        <DeviceKey> xs:int </DeviceKey>
        <SpaceRequirement> xs:long </SpaceRequirement>
    </Disk>
</ReplicationGroupVmDetailsType>

Elements

Element Type Required Modifiable Since Deprecated Description
Disk ReplicationGroupVmDiskDetailsType No 1.0 Set of Vm's disks details.
VmVimObjectRef VimObjectRefType No 1.0 Placeholder VM reference.
Note that VimServerRef href attribute can be stale and the user is supposed to resolve it using the id attribute and the entity resolver API.