public class VirtualDeviceDeviceBackingInfo extends VirtualDeviceBackingInfo
Java class for VirtualDeviceDeviceBackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDeviceDeviceBackingInfo">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceBackingInfo">
<sequence>
<element name="deviceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="useAutoDetect" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceName |
protected Boolean |
useAutoDetect |
| Constructor and Description |
|---|
VirtualDeviceDeviceBackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceName()
Gets the value of the deviceName property.
|
Boolean |
isUseAutoDetect()
Gets the value of the useAutoDetect property.
|
void |
setDeviceName(String value)
Sets the value of the deviceName property.
|
void |
setUseAutoDetect(Boolean value)
Sets the value of the useAutoDetect property.
|
public String getDeviceName()
Stringpublic void setDeviceName(String value)
value - allowed object is
Stringpublic Boolean isUseAutoDetect()
BooleanCopyright © 2018. All rights reserved.