public class NoAvailableIp extends VAppPropertyFault
Java class for NoAvailableIp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NoAvailableIp">
<complexContent>
<extension base="{urn:vim25}VAppPropertyFault">
<sequence>
<element name="network" type="{urn:vim25}ManagedObjectReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
network |
faultCause, faultMessage| Constructor and Description |
|---|
NoAvailableIp() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getNetwork()
Gets the value of the network property.
|
void |
setNetwork(ManagedObjectReference value)
Sets the value of the network property.
|
getCategory, getId, getLabel, getType, getValue, setCategory, setId, setLabel, setType, setValuegetFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference network
public ManagedObjectReference getNetwork()
ManagedObjectReferencepublic void setNetwork(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.