Home > vm-providers > PortRedirection
A port redirection from a port on the host to a port in the virtual machine.
Signature:
export interface PortRedirection
| Property | Type | Description |
|---|---|---|
| hostAddress | string | IP address or host name of the host machine. |
| hostPort | number | Port number in the host machine. |
| vmPort | number | Port number inside the virtual machine. |