IdSpecDiskType

Element:
IdSpecDisk
Type:
IdSpecDiskType
Namespace:
http://www.vmware.com/vr/v6.0
Description:
A disk identifiers' specification.
Since:
1.0
Schema:
hcs-docs.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<IdSpecDisk xmlns="http://www.vmware.com/vr/v6.0" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5">
    <vcloud_v1.5:VCloudExtension required="xs:boolean"/>
    <Key> xs:int </Key>
    <DiskReplicationId> xs:string </DiskReplicationId>
    <CapacityInKB> xs:long </CapacityInKB>
    <SourceDiskFileName> xs:string </SourceDiskFileName>
    <SourceDiskUUID> xs:string </SourceDiskUUID>
    <DestinationDiskType> xs:string </DestinationDiskType>
    <AdapterType> xs:string </AdapterType>
</IdSpecDisk>

Elements

Element Type Required Modifiable Since Deprecated Description
AdapterType string No 1.0 The disk's adapter type.
CapacityInKB long No 1.0 Capacity of the source disk in KB.
DestinationDiskType string No 1.0 The type of the placeholder base disk that will be created.
DiskReplicationId string No 1.0 An opaque identifier that uniquely identifies a replicated disk between the protection and the recovery site.
Key int Yes 1.0 Disk identifier.
SourceDiskFileName string No 1.0 Source disk file name.
SourceDiskUUID string No 1.0 Source disk UUID.
VCloudExtension VCloudExtensionType No always 1.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.