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)


43572
43573
43574
43575
43576
43577
43578
43579
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43572

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:



43572
43573
43574
43575
43576
43577
43578
43579
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43572

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)


43572
43573
43574
43575
43576
43577
43578
43579
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43572

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:



43572
43573
43574
43575
43576
43577
43578
43579
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43572

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