org.virtualbox_4_1
Class IPciDeviceAttachment

java.lang.Object
  extended by org.virtualbox_4_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_4_1.jaxws.IPciDeviceAttachment real, org.virtualbox_4_1.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Integer getGuestAddress()
           
 java.lang.Integer getHostAddress()
           
 java.lang.Boolean getIsPhysicalDevice()
           
 java.lang.String getName()
           
 
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_4_1.jaxws.IPciDeviceAttachment real,
                            org.virtualbox_4_1.jaxws.VboxPortType port)
Method Detail

getName

public java.lang.String getName()

getIsPhysicalDevice

public java.lang.Boolean getIsPhysicalDevice()

getHostAddress

public java.lang.Integer getHostAddress()

getGuestAddress

public java.lang.Integer getGuestAddress()