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
fun FirewallIpConfigurationArgs(name: Output<String>, privateIpAddress: Output<String>? = null, publicIpAddressId: Output<String>? = null, subnetId: Output<String>? = null)

Functions

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

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
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.