GetInboundNatRuleResult

data class GetInboundNatRuleResult(val backendIPConfiguration: NetworkInterfaceIPConfigurationResponse, val backendPort: Int? = null, val enableFloatingIP: Boolean? = null, val enableTcpReset: Boolean? = null, val etag: String, val frontendIPConfiguration: SubResourceResponse? = null, val frontendPort: Int? = null, val id: String? = null, val idleTimeoutInMinutes: Int? = null, val name: String? = null, val protocol: String? = null, val provisioningState: String, val type: String)

Inbound NAT rule of the load balancer.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A reference to a private IP address defined on a network interface of a VM. Traffic sent to the frontend port of each of the frontend IP configurations is forwarded to the backend IP.

Link copied to clipboard
val backendPort: Int? = null

The port used for the internal endpoint. Acceptable values range from 1 to 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
val frontendPort: Int? = null

The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values range from 1 to 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 rules used by the load balancer. This name can be used to access the resource.

Link copied to clipboard
val protocol: String? = null

The reference to the transport protocol used by the load balancing rule.

Link copied to clipboard

The provisioning state of the inbound NAT rule resource.

Link copied to clipboard

Type of the resource.