public class InsufficientHostCpuCapacityFault extends InsufficientHostCapacityFault
Java class for InsufficientHostCpuCapacityFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsufficientHostCpuCapacityFault">
<complexContent>
<extension base="{urn:vim25}InsufficientHostCapacityFault">
<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 |
hostfaultCause, faultMessage| Constructor and Description |
|---|
InsufficientHostCpuCapacityFault() |
| 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.
|
getHost, setHostgetFaultCause, getFaultMessage, setFaultCausepublic long getUnreserved()
public void setUnreserved(long value)
public long getRequested()
public void setRequested(long value)
Copyright © 2018. All rights reserved.