GetFirewallFirewallStatusCapacityUsageSummaryCidr

data class GetFirewallFirewallStatusCapacityUsageSummaryCidr(val availableCidrCount: Int, val ipSetReferences: List<GetFirewallFirewallStatusCapacityUsageSummaryCidrIpSetReference>, val utilizedCidrCount: Int)

Constructors

constructor(availableCidrCount: Int, ipSetReferences: List<GetFirewallFirewallStatusCapacityUsageSummaryCidrIpSetReference>, utilizedCidrCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Available number of CIDR blocks available for use by the IP set references in a firewall.

Link copied to clipboard

The list of IP set references used by a firewall.

Link copied to clipboard

Number of CIDR blocks used by the IP set references in a firewall.