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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


43384
43385
43386
43387
43388
43389
43390
43391
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43384

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:



43384
43385
43386
43387
43388
43389
43390
43391
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43384

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)


43384
43385
43386
43387
43388
43389
43390
43391
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43384

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:



43384
43385
43386
43387
43388
43389
43390
43391
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43384

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