AzureFirewallIPConfigurationPropertiesFormat Class

Properties of IP configuration of an Azure Firewall.

Constructor

AzureFirewallIPConfigurationPropertiesFormat(*args: Any, **kwargs: Any)

Variables

Name Description
private_ip_address
str

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

subnet

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

public_ip_address

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

provisioning_state

The provisioning state of the Azure firewall IP configuration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

Attributes

private_ip_address

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

private_ip_address: str | None

provisioning_state

The provisioning state of the Azure firewall IP configuration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

public_ip_address

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

public_ip_address: _models.SubResource | None

subnet

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

subnet: _models.SubResource | None