Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InboundNatRuleFragment

Package version

A rule for NAT - exposing a VM's port (backendPort) on the public IP address using a load balancer.

Hierarchy

  • InboundNatRuleFragment

Index

Properties

Optional backendPort

backendPort: undefined | number

The port to which the external traffic will be redirected.

Optional frontendPort

frontendPort: undefined | number

The external endpoint port of the inbound connection. Possible values range between 1 and 65535, inclusive. If unspecified, a value will be allocated automatically.

Optional transportProtocol

transportProtocol: TransportProtocol

The transport protocol for the endpoint. Possible values include: 'Tcp', 'Udp'

Generated using TypeDoc