Class: Aws::NetworkFirewall::Types::CIDRSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::CIDRSummary
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Summarizes the CIDR blocks used by the IP set references in a firewall. Network Firewall calculates the number of CIDRs by taking an aggregated count of all CIDRs used by the IP sets you are referencing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#available_cidr_count ⇒ Integer
The number of CIDR blocks available for use by the IP set references in a firewall.
-
#ip_set_references ⇒ Hash<String,Types::IPSetMetadata>
The list of the IP set references used by a firewall.
-
#utilized_cidr_count ⇒ Integer
The number of CIDR blocks used by the IP set references in a firewall.
Instance Attribute Details
#available_cidr_count ⇒ Integer
The number of CIDR blocks available for use by the IP set references in a firewall.
398 399 400 401 402 403 404 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 398 class CIDRSummary < Struct.new( :available_cidr_count, :utilized_cidr_count, :ip_set_references) SENSITIVE = [] include Aws::Structure end |
#ip_set_references ⇒ Hash<String,Types::IPSetMetadata>
The list of the IP set references used by a firewall.
398 399 400 401 402 403 404 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 398 class CIDRSummary < Struct.new( :available_cidr_count, :utilized_cidr_count, :ip_set_references) SENSITIVE = [] include Aws::Structure end |
#utilized_cidr_count ⇒ Integer
The number of CIDR blocks used by the IP set references in a firewall.
398 399 400 401 402 403 404 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 398 class CIDRSummary < Struct.new( :available_cidr_count, :utilized_cidr_count, :ip_set_references) SENSITIVE = [] include Aws::Structure end |