public class QueryMemoryOverheadRequestType extends Object
Java class for QueryMemoryOverheadRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryMemoryOverheadRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="memorySize" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="videoRamSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numVcpus" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected long |
memorySize |
protected int |
numVcpus |
protected Integer |
videoRamSize |
| Constructor and Description |
|---|
QueryMemoryOverheadRequestType() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMemorySize()
Gets the value of the memorySize property.
|
int |
getNumVcpus()
Gets the value of the numVcpus property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
Integer |
getVideoRamSize()
Gets the value of the videoRamSize property.
|
void |
setMemorySize(long value)
Sets the value of the memorySize property.
|
void |
setNumVcpus(int value)
Sets the value of the numVcpus property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setVideoRamSize(Integer value)
Sets the value of the videoRamSize property.
|
protected ManagedObjectReference _this
protected long memorySize
protected Integer videoRamSize
protected int numVcpus
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic long getMemorySize()
public void setMemorySize(long value)
public Integer getVideoRamSize()
Integerpublic void setVideoRamSize(Integer value)
value - allowed object is
Integerpublic int getNumVcpus()
public void setNumVcpus(int value)
Copyright © 2018. All rights reserved.