OutboundNatRule Class

Outbound NAT pool of the load balancer.

Inheritance
azure.mgmt.network.v2018_02_01.models._models_py3.SubResource
OutboundNatRule

Constructor

OutboundNatRule(*, 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, **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'.