public class IPCIDeviceAttachment
extends java.lang.Object
| Constructor and Description |
|---|
IPCIDeviceAttachment(org.virtualbox_6_1.jaxws.IPCIDeviceAttachment real,
org.virtualbox_6_1.ObjectRefManager objMgr,
org.virtualbox_6_1.jaxws.VboxPortType port) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getGuestAddress()
Address of device in the guest.
|
java.lang.Integer |
getHostAddress()
Address of device on the host, applicable only to host devices.
|
java.lang.Boolean |
getIsPhysicalDevice()
If this is physical or virtual device.
|
java.lang.String |
getName()
Device name.
|
public IPCIDeviceAttachment(org.virtualbox_6_1.jaxws.IPCIDeviceAttachment real,
org.virtualbox_6_1.ObjectRefManager objMgr,
org.virtualbox_6_1.jaxws.VboxPortType port)
public java.lang.String getName()
public java.lang.Boolean getIsPhysicalDevice()
public java.lang.Integer getHostAddress()
public java.lang.Integer getGuestAddress()