NodeTypeNatConfigResponse

data class NodeTypeNatConfigResponse(val backendPort: Int? = null, val frontendPortRangeEnd: Int? = null, val frontendPortRangeStart: Int? = null)

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

Constructors

Link copied to clipboard
constructor(backendPort: Int? = null, frontendPortRangeEnd: Int? = null, frontendPortRangeStart: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backendPort: Int? = null

The internal port for the NAT configuration.

Link copied to clipboard

The port range end for the external endpoint.

Link copied to clipboard

The port range start for the external endpoint.