Data Object - StorageMigrationAction(vim.storageDrs.StorageMigrationAction)

Extends
ClusterAction
See also
Datastore, VirtualMachine, VirtualMachineRelocateSpec
Since
vSphere API 5.0

Data Object Description

Describes a single storage migration action. The storage migration action applies either to a virtual machine or a set of virtual disks.

Properties

Name Type Description
destinationManagedObjectReference
to a Datastore

Destination datastore.
ioLatencyDstBefore*xsd:float

I/O latency on the destination datastore before storage migration. Unit: millisecond. If not set, the value is not available.
ioLatencySrcBefore*xsd:float

I/O latency on the source datastore before storage migration. Unit: millisecond. If not set, the value is not available.
relocateSpecVirtualMachineRelocateSpec

Specification for moving a virtual machine or a set of virtual disks to a different datastore.
sizeTransferredxsd:long

The amount of data to be transferred. Unit: KB.
sourceManagedObjectReference
to a Datastore

Source datastore.
spaceUtilDstAfter*xsd:float

Expected space utilization on the destination datastore after storage migration. Unit: percentage. For example, if set to 70.0, space utilization is 70%. If not set, the value is not available.
spaceUtilDstBefore*xsd:float

Space utilization on the destination datastore before storage migration. Unit: percentage. For example, if set to 70.0, space utilization is 70%. If not set, the value is not available.
spaceUtilSrcAfter*xsd:float

Expected space utilization on the source datastore after storage migration. Unit: percentage. For example, if set to 70.0, space utilization is 70%. If not set, the value is not available.
spaceUtilSrcBefore*xsd:float

Space utilization on the source datastore before storage migration. Unit: percentage. For example, if set to 70.0, space utilization is 70%. If not set, the value is not available.
vmManagedObjectReference
to a VirtualMachine

Virtual machine reference.
Properties inherited from ClusterAction
target, type
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition