org.virtualbox_7_1
Class IHostPCIDevicePlugEvent
java.lang.Object
   org.virtualbox_7_1.IUnknown
org.virtualbox_7_1.IUnknown
       org.virtualbox_7_1.IEvent
org.virtualbox_7_1.IEvent
           org.virtualbox_7_1.IMachineEvent
org.virtualbox_7_1.IMachineEvent
               org.virtualbox_7_1.IHostPCIDevicePlugEvent
org.virtualbox_7_1.IHostPCIDevicePlugEvent
- public class IHostPCIDevicePlugEvent 
- extends IMachineEvent
Notification when host PCI device is plugged/unplugged. Plugging
usually takes place on VM startup, unplug - whenIMachine.detachHostPCIDevice(Integer)is called.
- See Also:
- Interface ID: - {A0BAD6DF-D612-47D3-89D4-DB3992533948}
 
 
| Constructor Summary | 
| IHostPCIDevicePlugEvent(java.lang.String wrapped,
                        org.virtualbox_7_1.ObjectRefManager objMgr,
                        org.virtualbox_7_1.jaxws.VboxPortType port)
 | 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IHostPCIDevicePlugEvent
public IHostPCIDevicePlugEvent(java.lang.String wrapped,
                               org.virtualbox_7_1.ObjectRefManager objMgr,
                               org.virtualbox_7_1.jaxws.VboxPortType port)
getPlugged
public java.lang.Boolean getPlugged()
- If device successfully plugged or unplugged.
 
- 
- Returns:
- Boolean
 
getSuccess
public java.lang.Boolean getSuccess()
- If operation was successful, if false - 'message' attribute
may be of interest.
 
- 
- Returns:
- Boolean
 
getAttachment
public IPCIDeviceAttachment getAttachment()
- Attachment info for this device.
 
- 
- Returns:
- org.virtualbox_7_1.IPCIDeviceAttachment
 
getMessage
public java.lang.String getMessage()
- Optional error message.
 
- 
- Returns:
- String
 
queryInterface
public static IHostPCIDevicePlugEvent queryInterface(IUnknown obj)
-