public class QueryPartitionCreateDescRequestType extends Object
Java class for QueryPartitionCreateDescRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryPartitionCreateDescRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="diskUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="diagnosticType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
diagnosticType |
protected String |
diskUuid |
| Constructor and Description |
|---|
QueryPartitionCreateDescRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiagnosticType()
Gets the value of the diagnosticType property.
|
String |
getDiskUuid()
Gets the value of the diskUuid property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setDiagnosticType(String value)
Sets the value of the diagnosticType property.
|
void |
setDiskUuid(String value)
Sets the value of the diskUuid property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String diskUuid
protected String diagnosticType
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getDiskUuid()
Stringpublic void setDiskUuid(String value)
value - allowed object is
Stringpublic String getDiagnosticType()
StringCopyright © 2018. All rights reserved.