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

#description ⇒ String

The description for the address pool.

Returns:

  • (String)


60677
60678
60679
60680
60681
60682
60683
60684
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60677

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

#pool_cidr_blocks ⇒ Array<Types::PoolCidrBlock>

The CIDR blocks for the address pool.

Returns:



60677
60678
60679
60680
60681
60682
60683
60684
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60677

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

#pool_id ⇒ String

The ID of the address pool.

Returns:

  • (String)


60677
60678
60679
60680
60681
60682
60683
60684
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60677

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

#tags ⇒ Array<Types::Tag>

Any tags for the address pool.

Returns:



60677
60678
60679
60680
60681
60682
60683
60684
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60677

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