NodeTypeNatConfig interface

Provides information about NAT configuration on the default public Load Balancer for the node type.

Properties

backendPort

The internal port for the NAT configuration.

frontendPortRangeEnd

The port range end for the external endpoint.

frontendPortRangeStart

The port range start for the external endpoint.

Property Details

backendPort

The internal port for the NAT configuration.

backendPort?: number

Property Value

number

frontendPortRangeEnd

The port range end for the external endpoint.

frontendPortRangeEnd?: number

Property Value

number

frontendPortRangeStart

The port range start for the external endpoint.

frontendPortRangeStart?: number

Property Value

number