Data Object - VslmMigrateSpec(vim.vslm.MigrateSpec)

Extended by
VslmCloneSpec, VslmRelocateSpec
Extends
DynamicData
See also
DiskCryptoSpec, VirtualMachineProfileSpec, VslmCreateSpecBackingSpec
Since
vSphere API 6.5

Data Object Description

Base specification of moving or copying a virtual storage object.

Properties

Name Type Description
backingSpecVslmCreateSpecBackingSpec

Specification of the backings of the target virtual storage object.
consolidate*xsd:boolean

Flag indicates any delta disk backings will be consolidated during migration. If unset, delta disk backings will not be consolidated.
disksCrypto*DiskCryptoSpec

Disk chain crypto information. If unset and if profile contains an encryption iofilter and if source VStorageObject is unencrypted, then disksCyrpto will be of type CryptoSpecEncrypt, and filled with keyId that is automatically generated and keyProviderId that is the default kms cluster. During the migration, the object will be encrypted. If unset and if profile is a default policy and if source VStorageObject is unenrypted, then disksCrypto is treated as CryptoSpecNoOp. During migration, no cryptographic change. If unset and if profile contains an encryption iofilter and if source VStorageObject is encrypted, then disksCyrpto is treated as CryptoSpecNoOp. During migration, no cryptographic change. If unset and if profile is a default policy and if source VStorageObject is encrypted, then disksCyrpto is treated as CryptoSpecDecrypt, during migration, the object will be decrypted. To recrypt the disk during migration, disksCrypto has to be present.

Since vSphere API 7.0
profile*VirtualMachineProfileSpec[]

Virtual storage object Profile requirement. If unset, the default behavior will apply.

Since vSphere API 6.7
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition