public class MigrateVMRequestType extends Object
Java class for MigrateVMRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MigrateVMRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="pool" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="host" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="priority" type="{urn:vim25}VirtualMachineMovePriority"/>
<element name="state" type="{urn:vim25}VirtualMachinePowerState" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected ManagedObjectReference |
host |
protected ManagedObjectReference |
pool |
protected VirtualMachineMovePriority |
priority |
protected VirtualMachinePowerState |
state |
| Constructor and Description |
|---|
MigrateVMRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
ManagedObjectReference |
getPool()
Gets the value of the pool property.
|
VirtualMachineMovePriority |
getPriority()
Gets the value of the priority property.
|
VirtualMachinePowerState |
getState()
Gets the value of the state property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setPool(ManagedObjectReference value)
Sets the value of the pool property.
|
void |
setPriority(VirtualMachineMovePriority value)
Sets the value of the priority property.
|
void |
setState(VirtualMachinePowerState value)
Sets the value of the state property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected ManagedObjectReference pool
protected ManagedObjectReference host
protected VirtualMachineMovePriority priority
protected VirtualMachinePowerState state
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getPool()
ManagedObjectReferencepublic void setPool(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic VirtualMachineMovePriority getPriority()
VirtualMachineMovePrioritypublic void setPriority(VirtualMachineMovePriority value)
value - allowed object is
VirtualMachineMovePrioritypublic VirtualMachinePowerState getState()
VirtualMachinePowerStatepublic void setState(VirtualMachinePowerState value)
value - allowed object is
VirtualMachinePowerStateCopyright © 2018. All rights reserved.