HubIPAddressesResponse

data class HubIPAddressesResponse(val privateIPAddress: String? = null, val publicIPs: HubPublicIPAddressesResponse? = null)

IP addresses associated with azure firewall.

Constructors

Link copied to clipboard
constructor(privateIPAddress: String? = null, publicIPs: HubPublicIPAddressesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Private IP Address associated with azure firewall.

Link copied to clipboard

Public IP addresses associated with azure firewall.