public class CannotUseNetwork extends VmConfigFault
Java class for CannotUseNetwork complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CannotUseNetwork">
<complexContent>
<extension base="{urn:vim25}VmConfigFault">
<sequence>
<element name="device" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="backing" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="connected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="network" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
backing |
protected boolean |
connected |
protected String |
device |
protected ManagedObjectReference |
network |
protected String |
reason |
faultCause, faultMessage| Constructor and Description |
|---|
CannotUseNetwork() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBacking()
Gets the value of the backing property.
|
String |
getDevice()
Gets the value of the device property.
|
ManagedObjectReference |
getNetwork()
Gets the value of the network property.
|
String |
getReason()
Gets the value of the reason property.
|
boolean |
isConnected()
Gets the value of the connected property.
|
void |
setBacking(String value)
Sets the value of the backing property.
|
void |
setConnected(boolean value)
Sets the value of the connected property.
|
void |
setDevice(String value)
Sets the value of the device property.
|
void |
setNetwork(ManagedObjectReference value)
Sets the value of the network property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String device
protected String backing
protected boolean connected
protected String reason
protected ManagedObjectReference network
public String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic String getBacking()
Stringpublic void setBacking(String value)
value - allowed object is
Stringpublic boolean isConnected()
public void setConnected(boolean value)
public String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic ManagedObjectReference getNetwork()
ManagedObjectReferencepublic void setNetwork(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.