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