FirewallIpConfigurationArgs

data class FirewallIpConfigurationArgs(val name: Output<String>, val privateIpAddress: Output<String>? = null, val publicIpAddressId: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<FirewallIpConfigurationArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, privateIpAddress: Output<String>? = null, publicIpAddressId: Output<String>? = null, subnetId: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>

Specifies the name of the IP Configuration.

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

The private IP address associated with the Firewall.

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

The ID of the Public IP Address associated with the firewall.

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

Reference to the subnet associated with the IP Configuration. Changing this forces a new resource to be created.

Functions

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