public class WitnessNodeInfo extends DynamicData
Java class for WitnessNodeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WitnessNodeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="ipSettings" type="{urn:vim25}CustomizationIPSettings"/>
<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 |
ipSettings |
| Constructor and Description |
|---|
WitnessNodeInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBiosUuid()
Gets the value of the biosUuid property.
|
CustomizationIPSettings |
getIpSettings()
Gets the value of the ipSettings property.
|
void |
setBiosUuid(String value)
Sets the value of the biosUuid property.
|
void |
setIpSettings(CustomizationIPSettings value)
Sets the value of the ipSettings property.
|
protected CustomizationIPSettings ipSettings
protected String biosUuid
public CustomizationIPSettings getIpSettings()
CustomizationIPSettingspublic void setIpSettings(CustomizationIPSettings value)
value - allowed object is
CustomizationIPSettingspublic String getBiosUuid()
StringCopyright © 2018. All rights reserved.