public class FaultToleranceConfigInfo extends DynamicData
Java class for FaultToleranceConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FaultToleranceConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="role" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="instanceUuids" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="configPaths" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="orphaned" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
configPaths |
protected List<String> |
instanceUuids |
protected Boolean |
orphaned |
protected int |
role |
| Constructor and Description |
|---|
FaultToleranceConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getConfigPaths()
Gets the value of the configPaths property.
|
List<String> |
getInstanceUuids()
Gets the value of the instanceUuids property.
|
int |
getRole()
Gets the value of the role property.
|
Boolean |
isOrphaned()
Gets the value of the orphaned property.
|
void |
setOrphaned(Boolean value)
Sets the value of the orphaned property.
|
void |
setRole(int value)
Sets the value of the role property.
|
protected int role
protected Boolean orphaned
public int getRole()
public void setRole(int value)
public List<String> getInstanceUuids()
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 instanceUuids property.
For example, to add a new item, do as follows:
getInstanceUuids().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getConfigPaths()
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 configPaths property.
For example, to add a new item, do as follows:
getConfigPaths().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean isOrphaned()
BooleanCopyright © 2018. All rights reserved.