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