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