public class IPCIDeviceAttachment
extends java.lang.Object
{91F33D6F-E621-4F70-A77E-15F0E3C714D5}
Constructor and Description |
---|
IPCIDeviceAttachment(org.virtualbox_7_0.jaxws.IPCIDeviceAttachment real,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.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_7_0.jaxws.IPCIDeviceAttachment real, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
public java.lang.String getName()
public java.lang.Boolean getIsPhysicalDevice()
public java.lang.Integer getHostAddress()
public java.lang.Integer getGuestAddress()