AzureFirewallIPConfiguration Class

IP configuration of an Azure Firewall.

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

Inheritance
azure.mgmt.network.v2019_11_01.models._models_py3.SubResource
AzureFirewallIPConfiguration

Constructor

AzureFirewallIPConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, subnet: typing.Union[_ForwardRef('SubResource'), NoneType] = None, public_ip_address: typing.Union[_ForwardRef('SubResource'), NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

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

subnet
SubResource

Reference to the subnet resource. This resource must be named 'AzureFirewallSubnet' or 'AzureFirewallManagementSubnet'.

public_ip_address
SubResource

Reference to the PublicIP resource. This field is a mandatory input if subnet is not null.

Variables

etag
str

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

type
str

Type of the resource.

private_ip_address
str

The Firewall Internal Load Balancer IP to be used as the next hop in User Defined Routes.

provisioning_state
str or ProvisioningState

The provisioning state of the Azure firewall IP configuration resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".