public class HostHostBusAdapter extends DynamicData
Java class for HostHostBusAdapter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostHostBusAdapter">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="device" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="bus" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="model" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="driver" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pci" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
bus |
protected String |
device |
protected String |
driver |
protected String |
key |
protected String |
model |
protected String |
pci |
protected String |
status |
| Constructor and Description |
|---|
HostHostBusAdapter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBus()
Gets the value of the bus property.
|
String |
getDevice()
Gets the value of the device property.
|
String |
getDriver()
Gets the value of the driver property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getModel()
Gets the value of the model property.
|
String |
getPci()
Gets the value of the pci property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setBus(int value)
Sets the value of the bus property.
|
void |
setDevice(String value)
Sets the value of the device property.
|
void |
setDriver(String value)
Sets the value of the driver property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setModel(String value)
Sets the value of the model property.
|
void |
setPci(String value)
Sets the value of the pci property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected String key
protected String device
protected int bus
protected String status
protected String model
protected String driver
protected String pci
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic int getBus()
public void setBus(int value)
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getModel()
Stringpublic void setModel(String value)
value - allowed object is
Stringpublic String getDriver()
Stringpublic void setDriver(String value)
value - allowed object is
Stringpublic String getPci()
StringCopyright © 2018. All rights reserved.