org.virtualbox_5_1
Class IPCIDeviceAttachment

java.lang.Object
  extended by org.virtualbox_5_1.IPCIDeviceAttachment

public class IPCIDeviceAttachment
extends java.lang.Object

Information about PCI attachments. Interface ID: {91F33D6F-E621-4F70-A77E-15F0E3C714D5}


Constructor Summary
IPCIDeviceAttachment(org.virtualbox_5_1.jaxws.IPCIDeviceAttachment real, org.virtualbox_5_1.ObjectRefManager objMgr, org.virtualbox_5_1.jaxws.VboxPortType port)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPCIDeviceAttachment

public IPCIDeviceAttachment(org.virtualbox_5_1.jaxws.IPCIDeviceAttachment real,
                            org.virtualbox_5_1.ObjectRefManager objMgr,
                            org.virtualbox_5_1.jaxws.VboxPortType port)
Method Detail

getName

public java.lang.String getName()
Device name.

Returns:
String

getIsPhysicalDevice

public java.lang.Boolean getIsPhysicalDevice()
If this is physical or virtual device.

Returns:
Boolean

getHostAddress

public java.lang.Integer getHostAddress()
Address of device on the host, applicable only to host devices.

Returns:
Integer

getGuestAddress

public java.lang.Integer getGuestAddress()
Address of device in the guest.

Returns:
Integer