public class FailoverNodeInfo extends DynamicData
Java class for FailoverNodeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FailoverNodeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="clusterIpSettings" type="{urn:vim25}CustomizationIPSettings"/>
<element name="failoverIp" type="{urn:vim25}CustomizationIPSettings" minOccurs="0"/>
<element name="biosUuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
biosUuid |
protected CustomizationIPSettings |
clusterIpSettings |
protected CustomizationIPSettings |
failoverIp |
| Constructor and Description |
|---|
FailoverNodeInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBiosUuid()
Gets the value of the biosUuid property.
|
CustomizationIPSettings |
getClusterIpSettings()
Gets the value of the clusterIpSettings property.
|
CustomizationIPSettings |
getFailoverIp()
Gets the value of the failoverIp property.
|
void |
setBiosUuid(String value)
Sets the value of the biosUuid property.
|
void |
setClusterIpSettings(CustomizationIPSettings value)
Sets the value of the clusterIpSettings property.
|
void |
setFailoverIp(CustomizationIPSettings value)
Sets the value of the failoverIp property.
|
protected CustomizationIPSettings clusterIpSettings
protected CustomizationIPSettings failoverIp
protected String biosUuid
public CustomizationIPSettings getClusterIpSettings()
CustomizationIPSettingspublic void setClusterIpSettings(CustomizationIPSettings value)
value - allowed object is
CustomizationIPSettingspublic CustomizationIPSettings getFailoverIp()
CustomizationIPSettingspublic void setFailoverIp(CustomizationIPSettings value)
value - allowed object is
CustomizationIPSettingspublic String getBiosUuid()
StringCopyright © 2018. All rights reserved.