public class InsufficientMemoryResourcesFault extends InsufficientResourcesFault
Java class for InsufficientMemoryResourcesFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsufficientMemoryResourcesFault">
<complexContent>
<extension base="{urn:vim25}InsufficientResourcesFault">
<sequence>
<element name="unreserved" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="requested" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
requested |
protected long |
unreserved |
faultCause, faultMessage| Constructor and Description |
|---|
InsufficientMemoryResourcesFault() |
| Modifier and Type | Method and Description |
|---|---|
long |
getRequested()
Gets the value of the requested property.
|
long |
getUnreserved()
Gets the value of the unreserved property.
|
void |
setRequested(long value)
Sets the value of the requested property.
|
void |
setUnreserved(long value)
Sets the value of the unreserved property.
|
getFaultCause, getFaultMessage, setFaultCausepublic long getUnreserved()
public void setUnreserved(long value)
public long getRequested()
public void setRequested(long value)
Copyright © 2018. All rights reserved.