OutboundRule Class

Outbound rule of the load balancer.

Inheritance
azure.mgmt.network.v2019_02_01.models._models_py3.SubResource
OutboundRule

Constructor

OutboundRule(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, allocated_outbound_ports: typing.Union[int, NoneType] = None, frontend_ip_configurations: typing.Union[typing.List[_ForwardRef('SubResource')], NoneType] = None, backend_address_pool: typing.Union[_ForwardRef('SubResource'), NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, protocol: typing.Union[str, _ForwardRef('LoadBalancerOutboundRuleProtocol'), NoneType] = None, enable_tcp_reset: typing.Union[bool, NoneType] = None, idle_timeout_in_minutes: typing.Union[int, NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
str

A unique read-only string that changes whenever the resource is updated.

allocated_outbound_ports
int

The number of outbound ports to be used for NAT.

frontend_ip_configurations
list[SubResource]

The Frontend IP addresses of the load balancer.

backend_address_pool
SubResource

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

provisioning_state
str

Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

protocol
str or LoadBalancerOutboundRuleProtocol

The protocol for the outbound rule in load balancer. Possible values are: 'Tcp', 'Udp', and 'All'. Possible values include: "Tcp", "Udp", "All".

enable_tcp_reset
bool

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.