public class CannotAccessNetwork extends CannotAccessVmDevice
Java class for CannotAccessNetwork complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CannotAccessNetwork">
<complexContent>
<extension base="{urn:vim25}CannotAccessVmDevice">
<sequence>
<element name="network" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
network |
backing, connected, devicefaultCause, faultMessage| Constructor and Description |
|---|
CannotAccessNetwork() |
| 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.
|
getBacking, getDevice, isConnected, setBacking, setConnected, setDevicegetFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference network
public ManagedObjectReference getNetwork()
ManagedObjectReferencepublic void setNetwork(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.