Class: Aws::EC2::Types::Ipv6Pool

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes an IPv6 address pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description for the address pool.

Returns:

  • (String)


42953
42954
42955
42956
42957
42958
42959
42960
# File 'lib/aws-sdk-ec2/types.rb', line 42953

class Ipv6Pool < Struct.new(
  :pool_id,
  :description,
  :pool_cidr_blocks,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#pool_cidr_blocksArray<Types::PoolCidrBlock>

The CIDR blocks for the address pool.

Returns:



42953
42954
42955
42956
42957
42958
42959
42960
# File 'lib/aws-sdk-ec2/types.rb', line 42953

class Ipv6Pool < Struct.new(
  :pool_id,
  :description,
  :pool_cidr_blocks,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#pool_idString

The ID of the address pool.

Returns:

  • (String)


42953
42954
42955
42956
42957
42958
42959
42960
# File 'lib/aws-sdk-ec2/types.rb', line 42953

class Ipv6Pool < Struct.new(
  :pool_id,
  :description,
  :pool_cidr_blocks,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags for the address pool.

Returns:



42953
42954
42955
42956
42957
42958
42959
42960
# File 'lib/aws-sdk-ec2/types.rb', line 42953

class Ipv6Pool < Struct.new(
  :pool_id,
  :description,
  :pool_cidr_blocks,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end