public class StoragePlacementAction extends ClusterAction
| Modifier and Type | Field and Description |
|---|---|
ManagedObjectReference |
destination |
Float |
ioLatencyBefore |
VirtualMachineRelocateSpec |
relocateSpec |
Float |
spaceUtilAfter |
Float |
spaceUtilBefore |
ManagedObjectReference |
vm |
target, typedynamicProperty, dynamicType| Constructor and Description |
|---|
StoragePlacementAction() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getDestination() |
Float |
getIoLatencyBefore() |
VirtualMachineRelocateSpec |
getRelocateSpec() |
Float |
getSpaceUtilAfter() |
Float |
getSpaceUtilBefore() |
ManagedObjectReference |
getVm() |
void |
setDestination(ManagedObjectReference destination) |
void |
setIoLatencyBefore(Float ioLatencyBefore) |
void |
setRelocateSpec(VirtualMachineRelocateSpec relocateSpec) |
void |
setSpaceUtilAfter(Float spaceUtilAfter) |
void |
setSpaceUtilBefore(Float spaceUtilBefore) |
void |
setVm(ManagedObjectReference vm) |
getTarget, getType, setTarget, setTypegetDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ManagedObjectReference vm
public VirtualMachineRelocateSpec relocateSpec
public ManagedObjectReference destination
public Float spaceUtilBefore
public Float spaceUtilAfter
public Float ioLatencyBefore
public ManagedObjectReference getVm()
public VirtualMachineRelocateSpec getRelocateSpec()
public ManagedObjectReference getDestination()
public Float getSpaceUtilBefore()
public Float getSpaceUtilAfter()
public Float getIoLatencyBefore()
public void setVm(ManagedObjectReference vm)
public void setRelocateSpec(VirtualMachineRelocateSpec relocateSpec)
public void setDestination(ManagedObjectReference destination)
public void setSpaceUtilBefore(Float spaceUtilBefore)
public void setSpaceUtilAfter(Float spaceUtilAfter)
public void setIoLatencyBefore(Float ioLatencyBefore)
Copyright © 2011-2012. All Rights Reserved.