Node Type Nat Config Args
data class NodeTypeNatConfigArgs(val backendPort: Output<Int>? = null, val frontendPortRangeEnd: Output<Int>? = null, val frontendPortRangeStart: Output<Int>? = null) : ConvertibleToJava<NodeTypeNatConfigArgs>
Provides information about NAT configuration on the default public Load Balancer for the node type.