OutboundRule Class
Outbound rule of the load balancer.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2020_05_01.models._models_py3.SubResourceOutboundRule
Constructor
OutboundRule(*, id: typing.Union[str, NoneType] = None, name: 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, 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 the set of outbound rules used by the load balancer. This name can be used to access the resource.
- 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.
- protocol
- str or LoadBalancerOutboundRuleProtocol
The protocol for the outbound rule in load balancer. 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.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Type of the resource.
- provisioning_state
- str or ProvisioningState
The provisioning state of the outbound rule resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for