public class VirtualMachineMemoryReservationInfo extends DynamicData
Java class for VirtualMachineMemoryReservationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineMemoryReservationInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="virtualMachineMin" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="virtualMachineMax" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="virtualMachineReserved" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="allocationPolicy" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
allocationPolicy |
protected long |
virtualMachineMax |
protected long |
virtualMachineMin |
protected long |
virtualMachineReserved |
| Constructor and Description |
|---|
VirtualMachineMemoryReservationInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllocationPolicy()
Gets the value of the allocationPolicy property.
|
long |
getVirtualMachineMax()
Gets the value of the virtualMachineMax property.
|
long |
getVirtualMachineMin()
Gets the value of the virtualMachineMin property.
|
long |
getVirtualMachineReserved()
Gets the value of the virtualMachineReserved property.
|
void |
setAllocationPolicy(String value)
Sets the value of the allocationPolicy property.
|
void |
setVirtualMachineMax(long value)
Sets the value of the virtualMachineMax property.
|
void |
setVirtualMachineMin(long value)
Sets the value of the virtualMachineMin property.
|
void |
setVirtualMachineReserved(long value)
Sets the value of the virtualMachineReserved property.
|
protected long virtualMachineMin
protected long virtualMachineMax
protected long virtualMachineReserved
protected String allocationPolicy
public long getVirtualMachineMin()
public void setVirtualMachineMin(long value)
public long getVirtualMachineMax()
public void setVirtualMachineMax(long value)
public long getVirtualMachineReserved()
public void setVirtualMachineReserved(long value)
public String getAllocationPolicy()
StringCopyright © 2018. All rights reserved.