DiskSpecParamsType

Element:
DiskSpecParams
Type:
DiskSpecParamsType
Namespace:
http://www.vmware.com/vr/v6.0
Description:
ReplicationGroup VM Disk specification parameter.
Since:
1.0
Schema:
hcs-docs.xsd
Media type(s):
None
Extends:
ParamsType
XML Representation:
<DiskSpecParams xmlns="http://www.vmware.com/vr/v6.0" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" name="xs:string">
    <vcloud_v1.5:VCloudExtension required="xs:boolean"/>
    <Description> xs:string </Description>
    <Id> xs:string </Id>
    <FileName> xs:string </FileName>
    <StorageProfileId> xs:string </StorageProfileId>
    <DeviceKey> xs:int </DeviceKey>
</DiskSpecParams>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
name string No always 1.0 Typically used to name or identify the subject of the request. For example, the name of the object being created or modified.

Elements

Element Type Required Modifiable Since Deprecated Description
Description string No always 1.0 Optional description.
DeviceKey int Yes 1.0 The protected VM device key.
FileName string No 1.0 The protected VM disk file name. Used by SDRS to report user visible data at the recovery site.
Id string No 1.0 The identifier of the VM device in the OVF. This is the ovf:diskId attribute of the Disks element in the DiskSection from where DR2C service will get the storage requirements (disk space).
StorageProfileId string No 1.0 Disk storage profile identifier. This profile is used to provision the placeholder disk in the recovery site.
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.