AzureFirewallNatRuleCollection Class

NAT rule collection resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
AzureFirewallNatRuleCollection

Constructor

AzureFirewallNatRuleCollection(*, id: str | None = None, name: str | None = None, priority: int | None = None, action: _models.AzureFirewallNatRCAction | None = None, rules: List[_models.AzureFirewallNatRule] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

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

priority
int

Priority of the NAT rule collection resource.

action

The action type of a NAT rule collection.

rules

Collection of rules used by a NAT rule collection.

Variables

Name Description
id
str

Resource ID.

name
str

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

etag
str

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

priority
int

Priority of the NAT rule collection resource.

action

The action type of a NAT rule collection.

rules

Collection of rules used by a NAT rule collection.

provisioning_state

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