public class FaultTolerancePrimaryPowerOnNotAttempted extends VmFaultToleranceIssue
Java class for FaultTolerancePrimaryPowerOnNotAttempted complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FaultTolerancePrimaryPowerOnNotAttempted">
<complexContent>
<extension base="{urn:vim25}VmFaultToleranceIssue">
<sequence>
<element name="secondaryVm" type="{urn:vim25}ManagedObjectReference"/>
<element name="primaryVm" type="{urn:vim25}ManagedObjectReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
primaryVm |
protected ManagedObjectReference |
secondaryVm |
faultCause, faultMessage| Constructor and Description |
|---|
FaultTolerancePrimaryPowerOnNotAttempted() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getPrimaryVm()
Gets the value of the primaryVm property.
|
ManagedObjectReference |
getSecondaryVm()
Gets the value of the secondaryVm property.
|
void |
setPrimaryVm(ManagedObjectReference value)
Sets the value of the primaryVm property.
|
void |
setSecondaryVm(ManagedObjectReference value)
Sets the value of the secondaryVm property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference secondaryVm
protected ManagedObjectReference primaryVm
public FaultTolerancePrimaryPowerOnNotAttempted()
public ManagedObjectReference getSecondaryVm()
ManagedObjectReferencepublic void setSecondaryVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getPrimaryVm()
ManagedObjectReferencepublic void setPrimaryVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.