VmSpecParamsType

Element:
VmSpecParams
Type:
VmSpecParamsType
Namespace:
http://www.vmware.com/vr/v6.0
Description:
A ReplicationGroup VM specification parameter.
Since:
1.0
Schema:
hcs-docs.xsd
Media type(s):
None
Extends:
ParamsType
XML Representation:
<VmSpecParams 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>
    <MoId> xs:string </MoId>
    <VmName> xs:string </VmName>
    <StorageProfileId> xs:string </StorageProfileId>
    <PlaceholderVappId> xs:string </PlaceholderVappId>
    <Disks 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>
    </Disks>
    <Ovf> xs:string </Ovf>
</VmSpecParams>

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.
Disks DiskSpecParamsType No 1.0 A set of VM disk specifications.
MoId string No 1.0 Managed object identifier of the source VM at the protection vSphere site.
Ovf string No 1.0 The OVF descriptor of the VM. Used in the secondary site to provision the placeholder VM.
Note that DR2C service might alter some of the OVF parts to satisfy vCD requirements.
PlaceholderVappId string No 1.0 Seed vApp identifier to be used in sneaker-net use case. If this id is set, StorageProfileId and Ovf properties will be ignored.
StorageProfileId string No 1.0 ID of the storage profile of the VM. This profile is used to provision the placeholder for the VM 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.
VmName string No 1.0 The name of the protected VM. This name is used by SDRS to report user visible data in the recovery site.