Provides access to the Port Forwarding functionality. Using this
functionality, you can redirect all incoming data from a specific TCP
port on the host computer to a specified port in a specified virtual
machine.
|
|
__init__(self,
handle=0)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
create(self)
Create a new instance of the PortForward
class. |
|
|
|
|
get_incoming_port(self)
Return the incoming port. |
|
|
|
|
set_incoming_port(self,
nIncomingPort)
Set the specified incoming port. |
|
|
|
|
get_redirect_ipaddress(self)
Return the redirect IP address of the specified port forward entry. |
|
|
|
|
set_redirect_ipaddress(self,
sRedirectIPAddress)
Set the specified port forward entry redirect IP address. |
|
|
|
|
get_redirect_port(self)
Return the redirect port. |
|
|
|
|
set_redirect_port(self,
nRedirectPort)
Set the specified redirect port. |
|
|
|
Inherited from _Handle:
__del__,
add_ref,
free,
get_handle_type,
get_type
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|