public class VirtualDeviceConnectInfo extends DynamicData
Java class for VirtualDeviceConnectInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDeviceConnectInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="startConnected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="allowGuestControl" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="connected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allowGuestControl |
protected boolean |
connected |
protected boolean |
startConnected |
protected String |
status |
| Constructor and Description |
|---|
VirtualDeviceConnectInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getStatus()
Gets the value of the status property.
|
boolean |
isAllowGuestControl()
Gets the value of the allowGuestControl property.
|
boolean |
isConnected()
Gets the value of the connected property.
|
boolean |
isStartConnected()
Gets the value of the startConnected property.
|
void |
setAllowGuestControl(boolean value)
Sets the value of the allowGuestControl property.
|
void |
setConnected(boolean value)
Sets the value of the connected property.
|
void |
setStartConnected(boolean value)
Sets the value of the startConnected property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected boolean startConnected
protected boolean allowGuestControl
protected boolean connected
protected String status
public boolean isStartConnected()
public void setStartConnected(boolean value)
public boolean isAllowGuestControl()
public void setAllowGuestControl(boolean value)
public boolean isConnected()
public void setConnected(boolean value)
public String getStatus()
StringCopyright © 2018. All rights reserved.