public class ClusterDrsMigration extends DynamicData
Java class for ClusterDrsMigration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDrsMigration">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="time" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="vm" type="{urn:vim25}ManagedObjectReference"/>
<element name="cpuLoad" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="memoryLoad" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="source" type="{urn:vim25}ManagedObjectReference"/>
<element name="sourceCpuLoad" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="sourceMemoryLoad" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="destination" type="{urn:vim25}ManagedObjectReference"/>
<element name="destinationCpuLoad" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="destinationMemoryLoad" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
cpuLoad |
protected ManagedObjectReference |
destination |
protected Integer |
destinationCpuLoad |
protected Long |
destinationMemoryLoad |
protected String |
key |
protected Long |
memoryLoad |
protected ManagedObjectReference |
source |
protected Integer |
sourceCpuLoad |
protected Long |
sourceMemoryLoad |
protected XMLGregorianCalendar |
time |
protected ManagedObjectReference |
vm |
| Constructor and Description |
|---|
ClusterDrsMigration() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCpuLoad()
Gets the value of the cpuLoad property.
|
ManagedObjectReference |
getDestination()
Gets the value of the destination property.
|
Integer |
getDestinationCpuLoad()
Gets the value of the destinationCpuLoad property.
|
Long |
getDestinationMemoryLoad()
Gets the value of the destinationMemoryLoad property.
|
String |
getKey()
Gets the value of the key property.
|
Long |
getMemoryLoad()
Gets the value of the memoryLoad property.
|
ManagedObjectReference |
getSource()
Gets the value of the source property.
|
Integer |
getSourceCpuLoad()
Gets the value of the sourceCpuLoad property.
|
Long |
getSourceMemoryLoad()
Gets the value of the sourceMemoryLoad property.
|
XMLGregorianCalendar |
getTime()
Gets the value of the time property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
void |
setCpuLoad(Integer value)
Sets the value of the cpuLoad property.
|
void |
setDestination(ManagedObjectReference value)
Sets the value of the destination property.
|
void |
setDestinationCpuLoad(Integer value)
Sets the value of the destinationCpuLoad property.
|
void |
setDestinationMemoryLoad(Long value)
Sets the value of the destinationMemoryLoad property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setMemoryLoad(Long value)
Sets the value of the memoryLoad property.
|
void |
setSource(ManagedObjectReference value)
Sets the value of the source property.
|
void |
setSourceCpuLoad(Integer value)
Sets the value of the sourceCpuLoad property.
|
void |
setSourceMemoryLoad(Long value)
Sets the value of the sourceMemoryLoad property.
|
void |
setTime(XMLGregorianCalendar value)
Sets the value of the time property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
protected String key
protected XMLGregorianCalendar time
protected ManagedObjectReference vm
protected Integer cpuLoad
protected Long memoryLoad
protected ManagedObjectReference source
protected Integer sourceCpuLoad
protected Long sourceMemoryLoad
protected ManagedObjectReference destination
protected Integer destinationCpuLoad
protected Long destinationMemoryLoad
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Integer getCpuLoad()
Integerpublic void setCpuLoad(Integer value)
value - allowed object is
Integerpublic Long getMemoryLoad()
Longpublic void setMemoryLoad(Long value)
value - allowed object is
Longpublic ManagedObjectReference getSource()
ManagedObjectReferencepublic void setSource(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Integer getSourceCpuLoad()
Integerpublic void setSourceCpuLoad(Integer value)
value - allowed object is
Integerpublic Long getSourceMemoryLoad()
Longpublic void setSourceMemoryLoad(Long value)
value - allowed object is
Longpublic ManagedObjectReference getDestination()
ManagedObjectReferencepublic void setDestination(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Integer getDestinationCpuLoad()
Integerpublic void setDestinationCpuLoad(Integer value)
value - allowed object is
Integerpublic Long getDestinationMemoryLoad()
LongCopyright © 2018. All rights reserved.