IdSpecType

Element:
IdSpec
Type:
IdSpecType
Namespace:
http://www.vmware.com/vr/v6.0
Description:
A collection of identifiers of various elements, for example VMs or disks, in a ReplicationGroup.
Since:
1.0
Schema:
hcs-docs.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<IdSpec 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"/>
    <VmMoId> xs:string </VmMoId>
    <VmName> xs:string </VmName>
    <VmInstanceUuid> xs:string </VmInstanceUuid>
    <VmVirtualHardwareVersion> xs:string </VmVirtualHardwareVersion>
    <VmReplicationId> xs:string </VmReplicationId>
    <DiskIdSpecs>
        <vcloud_v1.5:VCloudExtension required="xs:boolean"/>
        <Specs>
            <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>
        </Specs>
    </DiskIdSpecs>
</IdSpec>

Elements

Element Type Required Modifiable Since Deprecated Description
DiskIdSpecs IdSpecDisksType No 1.0 A set of VM disk identifiers specification.
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.
VmInstanceUuid string No 1.0 The UUID of the VM at the protection vCenter site.
VmMoId string No 1.0 Managed object identifier of the source VM at the protection vCenter site.
VmName string No 1.0 The name of the source VM at the protection vCenter site.
VmReplicationId string No 1.0 An opaque identifier that uniquely identifies a VM replication between protection and recovery sites.
VmVirtualHardwareVersion string No 1.0 Virtual hardware version of the VM at the protection vCenter site. Can be omitted if not known yet.