FirewallVirtualHubArgs

data class FirewallVirtualHubArgs(val privateIpAddress: Output<String>? = null, val publicIpAddresses: Output<List<String>>? = null, val publicIpCount: Output<Int>? = null, val virtualHubId: Output<String>) : ConvertibleToJava<FirewallVirtualHubArgs>

Constructors

Link copied to clipboard
constructor(privateIpAddress: Output<String>? = null, publicIpAddresses: Output<List<String>>? = null, publicIpCount: Output<Int>? = null, virtualHubId: Output<String>)

Properties

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

The private IP address associated with the Firewall.

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

The list of public IP addresses associated with the Firewall.

Link copied to clipboard
val publicIpCount: Output<Int>? = null

Specifies the number of public IPs to assign to the Firewall. Defaults to 1.

Link copied to clipboard
val virtualHubId: Output<String>

Specifies the ID of the Virtual Hub where the Firewall resides in.

Functions

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