public class INATRedirectEvent extends IMachineEvent
Constructor and Description |
---|
INATRedirectEvent(java.lang.String wrapped,
org.virtualbox_6_1.ObjectRefManager objMgr,
org.virtualbox_6_1.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
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) |
getMachineId
getSource, getType, getWaitable, setProcessed, waitProcessed
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public INATRedirectEvent(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
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)