public class MemorySizeNotSupported extends VirtualHardwareCompatibilityIssue
Java class for MemorySizeNotSupported complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MemorySizeNotSupported">
<complexContent>
<extension base="{urn:vim25}VirtualHardwareCompatibilityIssue">
<sequence>
<element name="memorySizeMB" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="minMemorySizeMB" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="maxMemorySizeMB" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxMemorySizeMB |
protected int |
memorySizeMB |
protected int |
minMemorySizeMB |
faultCause, faultMessage| Constructor and Description |
|---|
MemorySizeNotSupported() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxMemorySizeMB()
Gets the value of the maxMemorySizeMB property.
|
int |
getMemorySizeMB()
Gets the value of the memorySizeMB property.
|
int |
getMinMemorySizeMB()
Gets the value of the minMemorySizeMB property.
|
void |
setMaxMemorySizeMB(int value)
Sets the value of the maxMemorySizeMB property.
|
void |
setMemorySizeMB(int value)
Sets the value of the memorySizeMB property.
|
void |
setMinMemorySizeMB(int value)
Sets the value of the minMemorySizeMB property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected int memorySizeMB
protected int minMemorySizeMB
protected int maxMemorySizeMB
public int getMemorySizeMB()
public void setMemorySizeMB(int value)
public int getMinMemorySizeMB()
public void setMinMemorySizeMB(int value)
public int getMaxMemorySizeMB()
public void setMaxMemorySizeMB(int value)
Copyright © 2018. All rights reserved.