InboundNatRulePropertiesFormat Class

Properties of the inbound NAT rule.

Constructor

InboundNatRulePropertiesFormat(*args: Any, **kwargs: Any)

Variables

Name Description
frontend_ip_configuration

A reference to frontend IP addresses.

backend_ip_configuration

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.

protocol

The reference to the transport protocol used by the load balancing rule. Known values are: "Udp", "Tcp", "All", and "Quic".

frontend_port
int

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.

backend_port
int

The port used for the internal endpoint. Acceptable values range from 1 to 65535.

idle_timeout_in_minutes
int

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.

enable_floating_ip

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.

enable_tcp_reset

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.

frontend_port_range_start
int

The port range start for the external endpoint. This property is used together with BackendAddressPool and FrontendPortRangeEnd. Individual inbound NAT rule port mappings will be created for each backend address from BackendAddressPool. Acceptable values range from 1 to 65534.

frontend_port_range_end
int

The port range end for the external endpoint. This property is used together with BackendAddressPool and FrontendPortRangeStart. Individual inbound NAT rule port mappings will be created for each backend address from BackendAddressPool. Acceptable values range from 1 to 65534.

backend_address_pool

A reference to backendAddressPool resource.

provisioning_state

The provisioning state of the inbound NAT rule resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

Attributes

backend_address_pool

A reference to backendAddressPool resource.

backend_address_pool: _models.SubResource | None

backend_ip_configuration

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.

backend_ip_configuration: _models.NetworkInterfaceIPConfiguration | None

backend_port

The port used for the internal endpoint. Acceptable values range from 1 to 65535.

backend_port: int | None

enable_floating_ip

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.

enable_floating_ip: bool | None

enable_tcp_reset

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.

enable_tcp_reset: bool | None

frontend_ip_configuration

A reference to frontend IP addresses.

frontend_ip_configuration: _models.SubResource | None

frontend_port

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.

frontend_port: int | None

frontend_port_range_end

The port range end for the external endpoint. This property is used together with BackendAddressPool and FrontendPortRangeStart. Individual inbound NAT rule port mappings will be created for each backend address from BackendAddressPool. Acceptable values range from 1 to 65534.

frontend_port_range_end: int | None

frontend_port_range_start

The port range start for the external endpoint. This property is used together with BackendAddressPool and FrontendPortRangeEnd. Individual inbound NAT rule port mappings will be created for each backend address from BackendAddressPool. Acceptable values range from 1 to 65534.

frontend_port_range_start: int | None

idle_timeout_in_minutes

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.

idle_timeout_in_minutes: int | None

protocol

The reference to the transport protocol used by the load balancing rule. Known values are: "Udp", "Tcp", "All", and "Quic".

protocol: str | _models.TransportProtocol | None

provisioning_state

"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None