InboundNatPoolArgs

data class InboundNatPoolArgs(val backendPort: Output<Int>, val enableFloatingIP: Output<Boolean>? = null, val enableTcpReset: Output<Boolean>? = null, val frontendIPConfiguration: Output<SubResourceArgs>? = null, val frontendPortRangeEnd: Output<Int>, val frontendPortRangeStart: Output<Int>, val id: Output<String>? = null, val idleTimeoutInMinutes: Output<Int>? = null, val name: Output<String>? = null, val protocol: Output<Either<String, TransportProtocol>>) : ConvertibleToJava<InboundNatPoolArgs>

Inbound NAT pool of the load balancer.

Constructors

Link copied to clipboard
constructor(backendPort: Output<Int>, enableFloatingIP: Output<Boolean>? = null, enableTcpReset: Output<Boolean>? = null, frontendIPConfiguration: Output<SubResourceArgs>? = null, frontendPortRangeEnd: Output<Int>, frontendPortRangeStart: Output<Int>, id: Output<String>? = null, idleTimeoutInMinutes: Output<Int>? = null, name: Output<String>? = null, protocol: Output<Either<String, TransportProtocol>>)

Properties

Link copied to clipboard
val backendPort: Output<Int>

The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535.

Link copied to clipboard
val enableFloatingIP: Output<Boolean>? = null

Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint.

Link copied to clipboard
val enableTcpReset: Output<Boolean>? = null

Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP.

Link copied to clipboard

A reference to frontend IP addresses.

Link copied to clipboard

The last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65535.

Link copied to clipboard

The first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65534.

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val idleTimeoutInMinutes: Output<Int>? = null

The timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP.

Link copied to clipboard
val name: Output<String>? = null

The name of the resource that is unique within the set of inbound NAT pools used by the load balancer. This name can be used to access the resource.

Link copied to clipboard
val protocol: Output<Either<String, TransportProtocol>>

The reference to the transport protocol used by the inbound NAT pool.

Functions

Link copied to clipboard
open override fun toJava(): InboundNatPoolArgs