AzureFirewallIPConfigurationResponse

data class AzureFirewallIPConfigurationResponse(val etag: String, val id: String? = null, val name: String? = null, val privateIPAddress: String, val provisioningState: String, val publicIPAddress: SubResourceResponse? = null, val subnet: SubResourceResponse? = null, val type: String)

IP configuration of an Azure Firewall.

Constructors

Link copied to clipboard
constructor(etag: String, id: String? = null, name: String? = null, privateIPAddress: String, provisioningState: String, publicIPAddress: SubResourceResponse? = null, subnet: SubResourceResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard

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

Link copied to clipboard

The provisioning state of the Azure firewall IP configuration resource.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Type of the resource.