Class: Aws::CloudFront::Types::IpamConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::IpamConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The configuration IPAM settings that includes the quantity of CIDR configurations and the list of IPAM CIDR configurations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_cidr_configs ⇒ Array<Types::IpamCidrConfig>
A list of IPAM CIDR configurations that define the IP address ranges, IPAM pools, and associated Anycast IP addresses.
-
#quantity ⇒ Integer
The number of IPAM CIDR configurations in the ‘IpamCidrConfigs` list.
Instance Attribute Details
#ipam_cidr_configs ⇒ Array<Types::IpamCidrConfig>
A list of IPAM CIDR configurations that define the IP address ranges, IPAM pools, and associated Anycast IP addresses.
8842 8843 8844 8845 8846 8847 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8842 class IpamConfig < Struct.new( :quantity, :ipam_cidr_configs) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of IPAM CIDR configurations in the ‘IpamCidrConfigs` list.
8842 8843 8844 8845 8846 8847 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8842 class IpamConfig < Struct.new( :quantity, :ipam_cidr_configs) SENSITIVE = [] include Aws::Structure end |