AzureFirewallIPConfigurationArgs

data class AzureFirewallIPConfigurationArgs(val id: Output<String>? = null, val name: Output<String>? = null, val publicIPAddress: Output<SubResourceArgs>? = null, val subnet: Output<SubResourceArgs>? = null) : ConvertibleToJava<AzureFirewallIPConfigurationArgs>

IP configuration of an Azure Firewall.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, name: Output<String>? = null, publicIPAddress: Output<SubResourceArgs>? = null, subnet: Output<SubResourceArgs>? = null)

Properties

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val name: Output<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
val publicIPAddress: Output<SubResourceArgs>? = null

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

Link copied to clipboard
val subnet: Output<SubResourceArgs>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AzureFirewallIPConfigurationArgs