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