Class InboundNatPoolArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.batch.inputs.InboundNatPoolArgs
-
public final class InboundNatPoolArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InboundNatPoolArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static InboundNatPoolArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.Integer>
backendPort()
static InboundNatPoolArgs.Builder
builder()
static InboundNatPoolArgs.Builder
builder(InboundNatPoolArgs defaults)
com.pulumi.core.Output<java.lang.Integer>
frontendPortRangeEnd()
com.pulumi.core.Output<java.lang.Integer>
frontendPortRangeStart()
com.pulumi.core.Output<java.lang.String>
name()
java.util.Optional<com.pulumi.core.Output<java.util.List<NetworkSecurityGroupRuleArgs>>>
networkSecurityGroupRules()
com.pulumi.core.Output<InboundEndpointProtocol>
protocol()
-
-
-
Field Detail
-
Empty
public static final InboundNatPoolArgs Empty
-
-
Method Detail
-
backendPort
public com.pulumi.core.Output<java.lang.Integer> backendPort()
- Returns:
- This must be unique within a Batch pool. Acceptable values are between 1 and 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If any reserved values are provided the request fails with HTTP status code 400.
-
frontendPortRangeEnd
public com.pulumi.core.Output<java.lang.Integer> frontendPortRangeEnd()
- Returns:
- Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400.
-
frontendPortRangeStart
public com.pulumi.core.Output<java.lang.Integer> frontendPortRangeStart()
- Returns:
- Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400.
-
name
public com.pulumi.core.Output<java.lang.String> name()
- Returns:
- 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.
-
networkSecurityGroupRules
public java.util.Optional<com.pulumi.core.Output<java.util.List<NetworkSecurityGroupRuleArgs>>> networkSecurityGroupRules()
- Returns:
- 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.
-
protocol
public com.pulumi.core.Output<InboundEndpointProtocol> protocol()
-
builder
public static InboundNatPoolArgs.Builder builder()
-
builder
public static InboundNatPoolArgs.Builder builder(InboundNatPoolArgs defaults)
-
-