public class CannotAccessVmDevice extends CannotAccessVmComponent
Java class for CannotAccessVmDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CannotAccessVmDevice">
<complexContent>
<extension base="{urn:vim25}CannotAccessVmComponent">
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
backing |
protected boolean |
connected |
protected String |
device |
faultCause, faultMessage| Constructor and Description |
|---|
CannotAccessVmDevice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBacking()
Gets the value of the backing property.
|
String |
getDevice()
Gets the value of the device 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.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String device
protected String backing
protected boolean connected
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)
Copyright © 2018. All rights reserved.