public class ClusterVmOrchestrationInfo extends DynamicData
Java class for ClusterVmOrchestrationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterVmOrchestrationInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vm" type="{urn:vim25}ManagedObjectReference"/>
<element name="vmReadiness" type="{urn:vim25}ClusterVmReadiness"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
vm |
protected ClusterVmReadiness |
vmReadiness |
| Constructor and Description |
|---|
ClusterVmOrchestrationInfo() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
ClusterVmReadiness |
getVmReadiness()
Gets the value of the vmReadiness property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
void |
setVmReadiness(ClusterVmReadiness value)
Sets the value of the vmReadiness property.
|
protected ManagedObjectReference vm
protected ClusterVmReadiness vmReadiness
public ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ClusterVmReadiness getVmReadiness()
ClusterVmReadinesspublic void setVmReadiness(ClusterVmReadiness value)
value - allowed object is
ClusterVmReadinessCopyright © 2018. All rights reserved.