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