ReplicationGroupVmDiskDetailsType

Type:
ReplicationGroupVmDiskDetailsType
Namespace:
http://www.vmware.com/vr/v6.0
Description:
Additional information about a ReplicationGroup placeholder VM disk.
Since:
1.0
Schema:
hcs-docs.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<ReplicationGroupVmDiskDetailsType 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">
    <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>
</ReplicationGroupVmDiskDetailsType>

Elements

Element Type Required Modifiable Since Deprecated Description
DatastoreVimObjectRef VimObjectRefType No 1.0 Datastore 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.
DeviceKey int Yes 1.0 Virtual disk device identifier.
SpaceRequirement long No 1.0 The amount of storage space that is required on the target Datastore to move this disk there.

This value will not be present if the server was not yet able to determine the size (because the disk/VM was just added and/or no secondary host with access was up).

Uuid string No 1.0 Disk UUID.