NodeTypeNatConfig interface
Provides information about NAT configuration on the default public Load Balancer for the node type.
Properties
| backend |
The internal port for the NAT configuration. |
| frontend |
The port range end for the external endpoint. |
| frontend |
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