Inbound Nat Pool Args
data class InboundNatPoolArgs(val backendPort: Output<Int>, val frontendPortRangeEnd: Output<Int>, val frontendPortRangeStart: Output<Int>, val name: Output<String>, val networkSecurityGroupRules: Output<List<NetworkSecurityGroupRuleArgs>>? = null, val protocol: Output<InboundEndpointProtocol>) : ConvertibleToJava<InboundNatPoolArgs>
Constructors
Link copied to clipboard
fun InboundNatPoolArgs(backendPort: Output<Int>, frontendPortRangeEnd: Output<Int>, frontendPortRangeStart: Output<Int>, name: Output<String>, networkSecurityGroupRules: Output<List<NetworkSecurityGroupRuleArgs>>? = null, protocol: Output<InboundEndpointProtocol>)
Functions
Properties
Link copied to clipboard
The name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens. Names must start with a letter or number, must end with a letter, number, or underscore, and cannot exceed 77 characters. If any invalid values are provided the request fails with HTTP status code 400.
Link copied to clipboard
The maximum number of rules that can be specified across all the endpoints on a Batch pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400.