Class: Aws::EC2::Types::SubnetIpv6CidrBlockAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SubnetIpv6CidrBlockAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an association between a subnet and an IPv6 CIDR block.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The ID of the association.
-
#ip_source ⇒ String
The source that allocated the IP address space.
-
#ipv_6_address_attribute ⇒ String
Public IPv6 addresses are those advertised on the internet from Amazon Web Services.
-
#ipv_6_cidr_block ⇒ String
The IPv6 CIDR block.
-
#ipv_6_cidr_block_state ⇒ Types::SubnetCidrBlockState
The state of the CIDR block.
Instance Attribute Details
#association_id ⇒ String
The ID of the association.
68294 68295 68296 68297 68298 68299 68300 68301 68302 |
# File 'lib/aws-sdk-ec2/types.rb', line 68294 class SubnetIpv6CidrBlockAssociation < Struct.new( :association_id, :ipv_6_cidr_block, :ipv_6_cidr_block_state, :ipv_6_address_attribute, :ip_source) SENSITIVE = [] include Aws::Structure end |
#ip_source ⇒ String
The source that allocated the IP address space. ‘byoip` or `amazon` indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). `none` indicates private space.
68294 68295 68296 68297 68298 68299 68300 68301 68302 |
# File 'lib/aws-sdk-ec2/types.rb', line 68294 class SubnetIpv6CidrBlockAssociation < Struct.new( :association_id, :ipv_6_cidr_block, :ipv_6_cidr_block_state, :ipv_6_address_attribute, :ip_source) SENSITIVE = [] include Aws::Structure end |
#ipv_6_address_attribute ⇒ String
Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.
68294 68295 68296 68297 68298 68299 68300 68301 68302 |
# File 'lib/aws-sdk-ec2/types.rb', line 68294 class SubnetIpv6CidrBlockAssociation < Struct.new( :association_id, :ipv_6_cidr_block, :ipv_6_cidr_block_state, :ipv_6_address_attribute, :ip_source) SENSITIVE = [] include Aws::Structure end |
#ipv_6_cidr_block ⇒ String
The IPv6 CIDR block.
68294 68295 68296 68297 68298 68299 68300 68301 68302 |
# File 'lib/aws-sdk-ec2/types.rb', line 68294 class SubnetIpv6CidrBlockAssociation < Struct.new( :association_id, :ipv_6_cidr_block, :ipv_6_cidr_block_state, :ipv_6_address_attribute, :ip_source) SENSITIVE = [] include Aws::Structure end |
#ipv_6_cidr_block_state ⇒ Types::SubnetCidrBlockState
The state of the CIDR block.
68294 68295 68296 68297 68298 68299 68300 68301 68302 |
# File 'lib/aws-sdk-ec2/types.rb', line 68294 class SubnetIpv6CidrBlockAssociation < Struct.new( :association_id, :ipv_6_cidr_block, :ipv_6_cidr_block_state, :ipv_6_address_attribute, :ip_source) SENSITIVE = [] include Aws::Structure end |