public class StoragePlacementAction extends ClusterAction
Java class for StoragePlacementAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoragePlacementAction">
<complexContent>
<extension base="{urn:vim25}ClusterAction">
<sequence>
<element name="vm" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="relocateSpec" type="{urn:vim25}VirtualMachineRelocateSpec"/>
<element name="destination" type="{urn:vim25}ManagedObjectReference"/>
<element name="spaceUtilBefore" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="spaceDemandBefore" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="spaceUtilAfter" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="spaceDemandAfter" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="ioLatencyBefore" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
destination |
protected Float |
ioLatencyBefore |
protected VirtualMachineRelocateSpec |
relocateSpec |
protected Float |
spaceDemandAfter |
protected Float |
spaceDemandBefore |
protected Float |
spaceUtilAfter |
protected Float |
spaceUtilBefore |
protected ManagedObjectReference |
vm |
target, type| Constructor and Description |
|---|
StoragePlacementAction() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getDestination()
Gets the value of the destination property.
|
Float |
getIoLatencyBefore()
Gets the value of the ioLatencyBefore property.
|
VirtualMachineRelocateSpec |
getRelocateSpec()
Gets the value of the relocateSpec property.
|
Float |
getSpaceDemandAfter()
Gets the value of the spaceDemandAfter property.
|
Float |
getSpaceDemandBefore()
Gets the value of the spaceDemandBefore property.
|
Float |
getSpaceUtilAfter()
Gets the value of the spaceUtilAfter property.
|
Float |
getSpaceUtilBefore()
Gets the value of the spaceUtilBefore property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
void |
setDestination(ManagedObjectReference value)
Sets the value of the destination property.
|
void |
setIoLatencyBefore(Float value)
Sets the value of the ioLatencyBefore property.
|
void |
setRelocateSpec(VirtualMachineRelocateSpec value)
Sets the value of the relocateSpec property.
|
void |
setSpaceDemandAfter(Float value)
Sets the value of the spaceDemandAfter property.
|
void |
setSpaceDemandBefore(Float value)
Sets the value of the spaceDemandBefore property.
|
void |
setSpaceUtilAfter(Float value)
Sets the value of the spaceUtilAfter property.
|
void |
setSpaceUtilBefore(Float value)
Sets the value of the spaceUtilBefore property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
getTarget, getType, setTarget, setTypeprotected ManagedObjectReference vm
protected VirtualMachineRelocateSpec relocateSpec
protected ManagedObjectReference destination
protected Float spaceUtilBefore
protected Float spaceDemandBefore
protected Float spaceUtilAfter
protected Float spaceDemandAfter
protected Float ioLatencyBefore
public ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic VirtualMachineRelocateSpec getRelocateSpec()
VirtualMachineRelocateSpecpublic void setRelocateSpec(VirtualMachineRelocateSpec value)
value - allowed object is
VirtualMachineRelocateSpecpublic ManagedObjectReference getDestination()
ManagedObjectReferencepublic void setDestination(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Float getSpaceUtilBefore()
Floatpublic void setSpaceUtilBefore(Float value)
value - allowed object is
Floatpublic Float getSpaceDemandBefore()
Floatpublic void setSpaceDemandBefore(Float value)
value - allowed object is
Floatpublic Float getSpaceUtilAfter()
Floatpublic void setSpaceUtilAfter(Float value)
value - allowed object is
Floatpublic Float getSpaceDemandAfter()
Floatpublic void setSpaceDemandAfter(Float value)
value - allowed object is
Floatpublic Float getIoLatencyBefore()
FloatCopyright © 2018. All rights reserved.