| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.virtualbox_7_1.IUnknown
org.virtualbox_7_1.IEvent
org.virtualbox_7_1.IMachineEvent
org.virtualbox_7_1.INATRedirectEvent
public class INATRedirectEvent
Notification when NAT redirect rule added or removed.
Interface ID: {24EEF068-C380-4510-BC7C-19314A7352F1}
| Field Summary | 
|---|
| Fields inherited from class org.virtualbox_7_1.IUnknown | 
|---|
| obj, objMgr, port | 
| Constructor Summary | |
|---|---|
| INATRedirectEvent(java.lang.String wrapped,
                  org.virtualbox_7_1.ObjectRefManager objMgr,
                  org.virtualbox_7_1.jaxws.VboxPortType port) | |
| Method Summary | |
|---|---|
|  java.lang.String | getGuestIP()Guest ip address to redirect to. | 
|  java.lang.Integer | getGuestPort()Guest port to redirect to. | 
|  java.lang.String | getHostIP()Host ip address to bind socket on. | 
|  java.lang.Integer | getHostPort()Host port to bind socket on. | 
|  java.lang.String | getName()Name of the rule. | 
|  NATProtocol | getProto()Protocol (TCP or UDP) of the redirect rule. | 
|  java.lang.Boolean | getRemove()Whether rule remove or add. | 
|  java.lang.Long | getSlot()Adapter which NAT attached to. | 
| static INATRedirectEvent | queryInterface(IUnknown obj) | 
| Methods inherited from class org.virtualbox_7_1.IMachineEvent | 
|---|
| getMachineId | 
| Methods inherited from class org.virtualbox_7_1.IEvent | 
|---|
| getSource, getType, getWaitable, setProcessed, waitProcessed | 
| Methods inherited from class org.virtualbox_7_1.IUnknown | 
|---|
| getObjMgr, getRemoteWSPort, getWrapped, releaseRemote | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public INATRedirectEvent(java.lang.String wrapped,
                         org.virtualbox_7_1.ObjectRefManager objMgr,
                         org.virtualbox_7_1.jaxws.VboxPortType port)
| Method Detail | 
|---|
public java.lang.Long getSlot()
public java.lang.Boolean getRemove()
public java.lang.String getName()
public NATProtocol getProto()
public java.lang.String getHostIP()
public java.lang.Integer getHostPort()
public java.lang.String getGuestIP()
public java.lang.Integer getGuestPort()
public static INATRedirectEvent queryInterface(IUnknown obj)
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||