vCenter Storage Monitoring Service API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VslmMigrateSpec(vim.vslm.MigrateSpec)
- Extended by
- VslmCloneSpec, VslmRelocateSpec
- Extends
- DynamicData
- See also
- DiskCryptoSpec, ServiceLocator, VirtualMachineProfileSpec, VslmCreateSpecBackingSpec
- Since
- vSphere API Release 6.5
Data Object Description
Base specification of moving or copying a virtual storage object.Properties
Name | Type | Description |
---|---|---|
backingSpec | VslmCreateSpecBackingSpec |
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 Release 7.0 |
profile* | VirtualMachineProfileSpec[] |
Virtual storage object Profile requirement. If unset,
the default behavior will apply.
Since vSphere API Release 6.7 |
service* | ServiceLocator |
The service endpoint of vCenter where the FCD should be located. If
not specified the current vCenter service is used.
Since vSphere API Release 8.0.3.0 |
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |