vCenter Storage Monitoring Service API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - RecoveredDiskInfo(sms.storage.replication.FailoverSuccessResult.RecoveredDiskInfo)
- Property of
- RecoveredDevice
- Extends
- DynamicData
- Since
- 6.5
Data Object Description
Describes the recovered disks for a given virtual machine. Only applicable for VAIO based replicators. Upon recovery, all the replicated disks must be attached to the virtual machine, i.e. the VMX file must refer to the correct file paths. Device keys must be preserved and non-replicated disks can refer to non-existent file names. Array based replicators can ignore this class.Properties
Name | Type | Description |
---|---|---|
deviceKey | xsd:int |
Virtual disk key. Note that disk device
keys must not change after recovery - in other words, the device
key is the same on both the source and target sites.
For example, if a VMDK d1 is being replicated to d1', and d1 is attached as device
2001 to the source VM, the recovered VM should have d1' attached
as 2001.
|
diskPath | xsd:string |
Full pathname of the disk.
|
dsUrl | xsd:string |
URL of the datastore that disk was recovered to.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |