public class VsanHostMembershipInfo extends DynamicData
Java class for VsanHostMembershipInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanHostMembershipInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="nodeUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
hostname |
protected String |
nodeUuid |
| Constructor and Description |
|---|
VsanHostMembershipInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname()
Gets the value of the hostname property.
|
String |
getNodeUuid()
Gets the value of the nodeUuid property.
|
void |
setHostname(String value)
Sets the value of the hostname property.
|
void |
setNodeUuid(String value)
Sets the value of the nodeUuid property.
|
public String getNodeUuid()
Stringpublic void setNodeUuid(String value)
value - allowed object is
Stringpublic String getHostname()
StringCopyright © 2018. All rights reserved.