public class FindAllByUuidRequestType extends Object
Java class for FindAllByUuidRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindAllByUuidRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="datacenter" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vmSearch" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="instanceUuid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected ManagedObjectReference |
datacenter |
protected Boolean |
instanceUuid |
protected String |
uuid |
protected boolean |
vmSearch |
| Constructor and Description |
|---|
FindAllByUuidRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getDatacenter()
Gets the value of the datacenter property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
String |
getUuid()
Gets the value of the uuid property.
|
Boolean |
isInstanceUuid()
Gets the value of the instanceUuid property.
|
boolean |
isVmSearch()
Gets the value of the vmSearch property.
|
void |
setDatacenter(ManagedObjectReference value)
Sets the value of the datacenter property.
|
void |
setInstanceUuid(Boolean value)
Sets the value of the instanceUuid property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setVmSearch(boolean value)
Sets the value of the vmSearch property.
|
protected ManagedObjectReference _this
protected ManagedObjectReference datacenter
protected String uuid
protected boolean vmSearch
protected Boolean instanceUuid
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getDatacenter()
ManagedObjectReferencepublic void setDatacenter(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic boolean isVmSearch()
public void setVmSearch(boolean value)
public Boolean isInstanceUuid()
BooleanCopyright © 2018. All rights reserved.