Class: Aws::NetworkFirewall::Types::CIDRSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#available_cidr_countInteger

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

Returns:

  • (Integer)


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_referencesHash<String,Types::IPSetMetadata>

The list of the IP set references used by a firewall.

Returns:



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_countInteger

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

Returns:

  • (Integer)


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