public class InsufficientNetworkResourcePoolCapacity extends InsufficientResourcesFault
Java class for InsufficientNetworkResourcePoolCapacity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsufficientNetworkResourcePoolCapacity">
<complexContent>
<extension base="{urn:vim25}InsufficientResourcesFault">
<sequence>
<element name="dvsName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dvsUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resourcePoolKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="available" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="requested" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="device" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
available |
protected List<String> |
device |
protected String |
dvsName |
protected String |
dvsUuid |
protected long |
requested |
protected String |
resourcePoolKey |
faultCause, faultMessage| Constructor and Description |
|---|
InsufficientNetworkResourcePoolCapacity() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAvailable()
Gets the value of the available property.
|
List<String> |
getDevice()
Gets the value of the device property.
|
String |
getDvsName()
Gets the value of the dvsName property.
|
String |
getDvsUuid()
Gets the value of the dvsUuid property.
|
long |
getRequested()
Gets the value of the requested property.
|
String |
getResourcePoolKey()
Gets the value of the resourcePoolKey property.
|
void |
setAvailable(long value)
Sets the value of the available property.
|
void |
setDvsName(String value)
Sets the value of the dvsName property.
|
void |
setDvsUuid(String value)
Sets the value of the dvsUuid property.
|
void |
setRequested(long value)
Sets the value of the requested property.
|
void |
setResourcePoolKey(String value)
Sets the value of the resourcePoolKey property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String dvsName
protected String dvsUuid
protected String resourcePoolKey
protected long available
protected long requested
public InsufficientNetworkResourcePoolCapacity()
public String getDvsName()
Stringpublic void setDvsName(String value)
value - allowed object is
Stringpublic String getDvsUuid()
Stringpublic void setDvsUuid(String value)
value - allowed object is
Stringpublic String getResourcePoolKey()
Stringpublic void setResourcePoolKey(String value)
value - allowed object is
Stringpublic long getAvailable()
public void setAvailable(long value)
public long getRequested()
public void setRequested(long value)
public List<String> getDevice()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the device property.
For example, to add a new item, do as follows:
getDevice().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.