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