public class InsufficientVFlashResourcesFault extends InsufficientResourcesFault
Java class for InsufficientVFlashResourcesFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsufficientVFlashResourcesFault">
<complexContent>
<extension base="{urn:vim25}InsufficientResourcesFault">
<sequence>
<element name="freeSpaceInMB" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="freeSpace" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="requestedSpaceInMB" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="requestedSpace" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
freeSpace |
protected Long |
freeSpaceInMB |
protected long |
requestedSpace |
protected Long |
requestedSpaceInMB |
faultCause, faultMessage| Constructor and Description |
|---|
InsufficientVFlashResourcesFault() |
| Modifier and Type | Method and Description |
|---|---|
long |
getFreeSpace()
Gets the value of the freeSpace property.
|
Long |
getFreeSpaceInMB()
Gets the value of the freeSpaceInMB property.
|
long |
getRequestedSpace()
Gets the value of the requestedSpace property.
|
Long |
getRequestedSpaceInMB()
Gets the value of the requestedSpaceInMB property.
|
void |
setFreeSpace(long value)
Sets the value of the freeSpace property.
|
void |
setFreeSpaceInMB(Long value)
Sets the value of the freeSpaceInMB property.
|
void |
setRequestedSpace(long value)
Sets the value of the requestedSpace property.
|
void |
setRequestedSpaceInMB(Long value)
Sets the value of the requestedSpaceInMB property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected Long freeSpaceInMB
protected long freeSpace
protected Long requestedSpaceInMB
protected long requestedSpace
public Long getFreeSpaceInMB()
Longpublic void setFreeSpaceInMB(Long value)
value - allowed object is
Longpublic long getFreeSpace()
public void setFreeSpace(long value)
public Long getRequestedSpaceInMB()
Longpublic void setRequestedSpaceInMB(Long value)
value - allowed object is
Longpublic long getRequestedSpace()
public void setRequestedSpace(long value)
Copyright © 2018. All rights reserved.