public class InsufficientStandbyCpuResource extends InsufficientStandbyResource
Java class for InsufficientStandbyCpuResource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsufficientStandbyCpuResource">
<complexContent>
<extension base="{urn:vim25}InsufficientStandbyResource">
<sequence>
<element name="available" 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 |
available |
protected long |
requested |
faultCause, faultMessage| Constructor and Description |
|---|
InsufficientStandbyCpuResource() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAvailable()
Gets the value of the available property.
|
long |
getRequested()
Gets the value of the requested property.
|
void |
setAvailable(long value)
Sets the value of the available property.
|
void |
setRequested(long value)
Sets the value of the requested property.
|
getFaultCause, getFaultMessage, setFaultCausepublic long getAvailable()
public void setAvailable(long value)
public long getRequested()
public void setRequested(long value)
Copyright © 2018. All rights reserved.