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