GetFirewallResult

data class GetFirewallResult(val dnsProxyEnabled: Boolean, val dnsServers: List<String>, val firewallPolicyId: String, val id: String, val ipConfigurations: List<GetFirewallIpConfiguration>, val location: String, val managementIpConfigurations: List<GetFirewallManagementIpConfiguration>, val name: String, val resourceGroupName: String, val skuName: String, val skuTier: String, val tags: Map<String, String>, val threatIntelMode: String, val virtualHubs: List<GetFirewallVirtualHub>, val zones: List<String>)

A collection of values returned by getFirewall.

Constructors

Link copied to clipboard
constructor(dnsProxyEnabled: Boolean, dnsServers: List<String>, firewallPolicyId: String, id: String, ipConfigurations: List<GetFirewallIpConfiguration>, location: String, managementIpConfigurations: List<GetFirewallManagementIpConfiguration>, name: String, resourceGroupName: String, skuName: String, skuTier: String, tags: Map<String, String>, threatIntelMode: String, virtualHubs: List<GetFirewallVirtualHub>, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether DNS proxy is enabled. It will forward DNS requests to the DNS servers when it is true.

Link copied to clipboard

The list of DNS servers that the Azure Firewall will direct DNS traffic to for name resolution.

Link copied to clipboard

The ID of the Firewall Policy applied to the Azure Firewall.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A ip_configuration block as defined below.

Link copied to clipboard

The Azure location where the Azure Firewall exists.

Link copied to clipboard

A management_ip_configuration block as defined below, which allows force-tunnelling of traffic to be performed by the firewall.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The SKU name of the Azure Firewall.

Link copied to clipboard

The SKU tier of the Azure Firewall.

Link copied to clipboard

A mapping of tags assigned to the Azure Firewall.

Link copied to clipboard

The operation mode for threat intelligence-based filtering.

Link copied to clipboard

A virtual_hub block as defined below.

Link copied to clipboard

A list of Availability Zones in which this Azure Firewall is located.