public class CannotComputeFTCompatibleHosts extends VmFaultToleranceIssue
Java class for CannotComputeFTCompatibleHosts complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CannotComputeFTCompatibleHosts">
<complexContent>
<extension base="{urn:vim25}VmFaultToleranceIssue">
<sequence>
<element name="vm" type="{urn:vim25}ManagedObjectReference"/>
<element name="vmName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
vm |
protected String |
vmName |
faultCause, faultMessage| Constructor and Description |
|---|
CannotComputeFTCompatibleHosts() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
String |
getVmName()
Gets the value of the vmName property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
void |
setVmName(String value)
Sets the value of the vmName property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference vm
protected String vmName
public ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getVmName()
StringCopyright © 2018. All rights reserved.