FirewallVirtualHub

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The private IP address associated with the Firewall.

Link copied to clipboard

The list of public IP addresses associated with the Firewall.

Link copied to clipboard
val publicIpCount: Int? = null

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

Link copied to clipboard

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