public class PowerOnFtSecondaryFailed extends VmFaultToleranceIssue
Java class for PowerOnFtSecondaryFailed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PowerOnFtSecondaryFailed">
<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"/>
<element name="hostSelectionBy" type="{urn:vim25}FtIssuesOnHostHostSelectionType"/>
<element name="hostErrors" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
<element name="rootCause" type="{urn:vim25}LocalizedMethodFault"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LocalizedMethodFault> |
hostErrors |
protected FtIssuesOnHostHostSelectionType |
hostSelectionBy |
protected LocalizedMethodFault |
rootCause |
protected ManagedObjectReference |
vm |
protected String |
vmName |
faultCause, faultMessage| Constructor and Description |
|---|
PowerOnFtSecondaryFailed() |
| Modifier and Type | Method and Description |
|---|---|
List<LocalizedMethodFault> |
getHostErrors()
Gets the value of the hostErrors property.
|
FtIssuesOnHostHostSelectionType |
getHostSelectionBy()
Gets the value of the hostSelectionBy property.
|
LocalizedMethodFault |
getRootCause()
Gets the value of the rootCause property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
String |
getVmName()
Gets the value of the vmName property.
|
void |
setHostSelectionBy(FtIssuesOnHostHostSelectionType value)
Sets the value of the hostSelectionBy property.
|
void |
setRootCause(LocalizedMethodFault value)
Sets the value of the rootCause 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
protected FtIssuesOnHostHostSelectionType hostSelectionBy
protected List<LocalizedMethodFault> hostErrors
protected LocalizedMethodFault rootCause
public ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getVmName()
Stringpublic void setVmName(String value)
value - allowed object is
Stringpublic FtIssuesOnHostHostSelectionType getHostSelectionBy()
FtIssuesOnHostHostSelectionTypepublic void setHostSelectionBy(FtIssuesOnHostHostSelectionType value)
value - allowed object is
FtIssuesOnHostHostSelectionTypepublic List<LocalizedMethodFault> getHostErrors()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the hostErrors property.
For example, to add a new item, do as follows:
getHostErrors().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedMethodFault
public LocalizedMethodFault getRootCause()
LocalizedMethodFaultpublic void setRootCause(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.