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