OutboundRulePropertiesFormat Class

Outbound rule of the load balancer.

Constructor

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

Variables

Name Description
allocated_outbound_ports
int

The number of outbound ports to be used for NAT.

frontend_ip_configurations

The Frontend IP addresses of the load balancer. Required.

backend_address_pool

A reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs. Required.

provisioning_state

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

protocol

The protocol for the outbound rule in load balancer. Required. Known values are: "Tcp", "Udp", and "All".

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.

idle_timeout_in_minutes
int

The timeout for the TCP idle connection.

Attributes

allocated_outbound_ports

The number of outbound ports to be used for NAT.

allocated_outbound_ports: int | None

backend_address_pool

A reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs. Required.

backend_address_pool: _models.SubResource

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_configurations

The Frontend IP addresses of the load balancer. Required.

frontend_ip_configurations: list['_models.SubResource']

idle_timeout_in_minutes

The timeout for the TCP idle connection.

idle_timeout_in_minutes: int | None

protocol

"Tcp", "Udp", and "All".

protocol: str | _models.LoadBalancerOutboundRuleProtocol

provisioning_state

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

provisioning_state: str | _models.ProvisioningState | None