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