Class: Aws::EC2::Types::AssignIpv6AddressesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssignIpv6AddressesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv_6_address_count ⇒ Integer
The number of additional IPv6 addresses to assign to the network interface.
-
#ipv_6_addresses ⇒ Array<String>
The IPv6 addresses to be assigned to the network interface.
-
#ipv_6_prefix_count ⇒ Integer
The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface.
-
#ipv_6_prefixes ⇒ Array<String>
One or more IPv6 prefixes assigned to the network interface.
-
#network_interface_id ⇒ String
The ID of the network interface.
Instance Attribute Details
#ipv_6_address_count ⇒ Integer
The number of additional IPv6 addresses to assign to the network interface. The specified number of IPv6 addresses are assigned in addition to the existing IPv6 addresses that are already assigned to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can’t use this option if specifying specific IPv6 addresses.
1775 1776 1777 1778 1779 1780 1781 1782 1783 |
# File 'lib/aws-sdk-ec2/types.rb', line 1775 class AssignIpv6AddressesRequest < Struct.new( :ipv_6_prefix_count, :ipv_6_prefixes, :network_interface_id, :ipv_6_addresses, :ipv_6_address_count) SENSITIVE = [] include Aws::Structure end |
#ipv_6_addresses ⇒ Array<String>
The IPv6 addresses to be assigned to the network interface. You can’t use this option if you’re specifying a number of IPv6 addresses.
1775 1776 1777 1778 1779 1780 1781 1782 1783 |
# File 'lib/aws-sdk-ec2/types.rb', line 1775 class AssignIpv6AddressesRequest < Struct.new( :ipv_6_prefix_count, :ipv_6_prefixes, :network_interface_id, :ipv_6_addresses, :ipv_6_address_count) SENSITIVE = [] include Aws::Structure end |
#ipv_6_prefix_count ⇒ Integer
The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the ‘Ipv6Prefixes` option.
1775 1776 1777 1778 1779 1780 1781 1782 1783 |
# File 'lib/aws-sdk-ec2/types.rb', line 1775 class AssignIpv6AddressesRequest < Struct.new( :ipv_6_prefix_count, :ipv_6_prefixes, :network_interface_id, :ipv_6_addresses, :ipv_6_address_count) SENSITIVE = [] include Aws::Structure end |
#ipv_6_prefixes ⇒ Array<String>
One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the ‘Ipv6PrefixCount` option.
1775 1776 1777 1778 1779 1780 1781 1782 1783 |
# File 'lib/aws-sdk-ec2/types.rb', line 1775 class AssignIpv6AddressesRequest < Struct.new( :ipv_6_prefix_count, :ipv_6_prefixes, :network_interface_id, :ipv_6_addresses, :ipv_6_address_count) SENSITIVE = [] include Aws::Structure end |
#network_interface_id ⇒ String
The ID of the network interface.
1775 1776 1777 1778 1779 1780 1781 1782 1783 |
# File 'lib/aws-sdk-ec2/types.rb', line 1775 class AssignIpv6AddressesRequest < Struct.new( :ipv_6_prefix_count, :ipv_6_prefixes, :network_interface_id, :ipv_6_addresses, :ipv_6_address_count) SENSITIVE = [] include Aws::Structure end |