public class ClusterGroupInfo extends DynamicData
Java class for ClusterGroupInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterGroupInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="userCreated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="uniqueID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
uniqueID |
protected Boolean |
userCreated |
| Constructor and Description |
|---|
ClusterGroupInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getUniqueID()
Gets the value of the uniqueID property.
|
Boolean |
isUserCreated()
Gets the value of the userCreated property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUniqueID(String value)
Sets the value of the uniqueID property.
|
void |
setUserCreated(Boolean value)
Sets the value of the userCreated property.
|
protected String name
protected Boolean userCreated
protected String uniqueID
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isUserCreated()
Booleanpublic void setUserCreated(Boolean value)
value - allowed object is
Booleanpublic String getUniqueID()
StringCopyright © 2018. All rights reserved.