public class InsufficientStorageIops extends VimFault
Java class for InsufficientStorageIops complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsufficientStorageIops">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<element name="unreservedIops" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="requestedIops" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="datastoreName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
datastoreName |
protected long |
requestedIops |
protected long |
unreservedIops |
faultCause, faultMessage| Constructor and Description |
|---|
InsufficientStorageIops() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatastoreName()
Gets the value of the datastoreName property.
|
long |
getRequestedIops()
Gets the value of the requestedIops property.
|
long |
getUnreservedIops()
Gets the value of the unreservedIops property.
|
void |
setDatastoreName(String value)
Sets the value of the datastoreName property.
|
void |
setRequestedIops(long value)
Sets the value of the requestedIops property.
|
void |
setUnreservedIops(long value)
Sets the value of the unreservedIops property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected long unreservedIops
protected long requestedIops
protected String datastoreName
public long getUnreservedIops()
public void setUnreservedIops(long value)
public long getRequestedIops()
public void setRequestedIops(long value)
public String getDatastoreName()
StringCopyright © 2018. All rights reserved.