InboundNatPoolResponse

data class InboundNatPoolResponse(val backendPort: Int, val enableFloatingIP: Boolean? = null, val enableTcpReset: Boolean? = null, val etag: String, val frontendIPConfiguration: SubResourceResponse? = null, val frontendPortRangeEnd: Int, val frontendPortRangeStart: Int, val id: String? = null, val idleTimeoutInMinutes: Int? = null, val name: String? = null, val protocol: String, val provisioningState: String, val type: String)

Inbound NAT pool of the load balancer.

Constructors

Link copied to clipboard
constructor(backendPort: Int, enableFloatingIP: Boolean? = null, enableTcpReset: Boolean? = null, etag: String, frontendIPConfiguration: SubResourceResponse? = null, frontendPortRangeEnd: Int, frontendPortRangeStart: Int, id: String? = null, idleTimeoutInMinutes: Int? = null, name: String? = null, protocol: String, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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: 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 unique read-only string that changes whenever the resource is updated.

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: String? = null

Resource ID.

Link copied to clipboard

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: 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

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

Link copied to clipboard

The provisioning state of the inbound NAT pool resource.

Link copied to clipboard

Type of the resource.