FirewallManagementIpConfigurationArgs

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

Constructors

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

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

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

Link copied to clipboard
val subnetId: Output<String>

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(): FirewallManagementIpConfigurationArgs