FirewallIpConfiguration

data class FirewallIpConfiguration(val name: String, val privateIpAddress: String? = null, val publicIpAddressId: String? = null, val subnetId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the name of the IP Configuration.

Link copied to clipboard

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: String? = null

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