public class StorageMigrationAction extends ClusterAction
| Modifier and Type | Field and Description |
|---|---|
ManagedObjectReference |
destination |
Float |
ioLatencyDstBefore |
Float |
ioLatencySrcBefore |
VirtualMachineRelocateSpec |
relocateSpec |
long |
sizeTransferred |
ManagedObjectReference |
source |
Float |
spaceUtilDstAfter |
Float |
spaceUtilDstBefore |
Float |
spaceUtilSrcAfter |
Float |
spaceUtilSrcBefore |
ManagedObjectReference |
vm |
target, typedynamicProperty, dynamicType| Constructor and Description |
|---|
StorageMigrationAction() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getDestination() |
Float |
getIoLatencyDstBefore() |
Float |
getIoLatencySrcBefore() |
VirtualMachineRelocateSpec |
getRelocateSpec() |
long |
getSizeTransferred() |
ManagedObjectReference |
getSource() |
Float |
getSpaceUtilDstAfter() |
Float |
getSpaceUtilDstBefore() |
Float |
getSpaceUtilSrcAfter() |
Float |
getSpaceUtilSrcBefore() |
ManagedObjectReference |
getVm() |
void |
setDestination(ManagedObjectReference destination) |
void |
setIoLatencyDstBefore(Float ioLatencyDstBefore) |
void |
setIoLatencySrcBefore(Float ioLatencySrcBefore) |
void |
setRelocateSpec(VirtualMachineRelocateSpec relocateSpec) |
void |
setSizeTransferred(long sizeTransferred) |
void |
setSource(ManagedObjectReference source) |
void |
setSpaceUtilDstAfter(Float spaceUtilDstAfter) |
void |
setSpaceUtilDstBefore(Float spaceUtilDstBefore) |
void |
setSpaceUtilSrcAfter(Float spaceUtilSrcAfter) |
void |
setSpaceUtilSrcBefore(Float spaceUtilSrcBefore) |
void |
setVm(ManagedObjectReference vm) |
getTarget, getType, setTarget, setTypegetDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ManagedObjectReference vm
public VirtualMachineRelocateSpec relocateSpec
public ManagedObjectReference source
public ManagedObjectReference destination
public long sizeTransferred
public Float spaceUtilSrcBefore
public Float spaceUtilDstBefore
public Float spaceUtilSrcAfter
public Float spaceUtilDstAfter
public Float ioLatencySrcBefore
public Float ioLatencyDstBefore
public ManagedObjectReference getVm()
public VirtualMachineRelocateSpec getRelocateSpec()
public ManagedObjectReference getSource()
public ManagedObjectReference getDestination()
public long getSizeTransferred()
public Float getSpaceUtilSrcBefore()
public Float getSpaceUtilDstBefore()
public Float getSpaceUtilSrcAfter()
public Float getSpaceUtilDstAfter()
public Float getIoLatencySrcBefore()
public Float getIoLatencyDstBefore()
public void setVm(ManagedObjectReference vm)
public void setRelocateSpec(VirtualMachineRelocateSpec relocateSpec)
public void setSource(ManagedObjectReference source)
public void setDestination(ManagedObjectReference destination)
public void setSizeTransferred(long sizeTransferred)
public void setSpaceUtilSrcBefore(Float spaceUtilSrcBefore)
public void setSpaceUtilDstBefore(Float spaceUtilDstBefore)
public void setSpaceUtilSrcAfter(Float spaceUtilSrcAfter)
public void setSpaceUtilDstAfter(Float spaceUtilDstAfter)
public void setIoLatencySrcBefore(Float ioLatencySrcBefore)
public void setIoLatencyDstBefore(Float ioLatencyDstBefore)
Copyright © 2011-2012. All Rights Reserved.