Class: Aws::EC2::Types::InstanceSecondaryInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceSecondaryInterface
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a secondary interface attached to an instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment ⇒ Types::InstanceSecondaryInterfaceAttachment
The attachment information for the secondary interface.
-
#interface_type ⇒ String
The type of secondary interface.
-
#mac_address ⇒ String
The MAC address of the secondary interface.
-
#owner_id ⇒ String
The Amazon Web Services account ID of the owner of the secondary interface.
-
#private_ip_addresses ⇒ Array<Types::InstanceSecondaryInterfacePrivateIpAddress>
The private IPv4 addresses associated with the secondary interface.
-
#secondary_interface_id ⇒ String
The ID of the secondary interface.
-
#secondary_network_id ⇒ String
The ID of the secondary network.
-
#secondary_subnet_id ⇒ String
The ID of the secondary subnet.
-
#source_dest_check ⇒ Boolean
Indicates whether source/destination checking is enabled.
-
#status ⇒ String
The status of the secondary interface.
Instance Attribute Details
#attachment ⇒ Types::InstanceSecondaryInterfaceAttachment
The attachment information for the secondary interface.
52546 52547 52548 52549 52550 52551 52552 52553 52554 52555 52556 52557 52558 52559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52546 class InstanceSecondaryInterface < Struct.new( :attachment, :mac_address, :secondary_interface_id, :owner_id, :private_ip_addresses, :source_dest_check, :status, :secondary_subnet_id, :secondary_network_id, :interface_type) SENSITIVE = [] include Aws::Structure end |
#interface_type ⇒ String
The type of secondary interface.
52546 52547 52548 52549 52550 52551 52552 52553 52554 52555 52556 52557 52558 52559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52546 class InstanceSecondaryInterface < Struct.new( :attachment, :mac_address, :secondary_interface_id, :owner_id, :private_ip_addresses, :source_dest_check, :status, :secondary_subnet_id, :secondary_network_id, :interface_type) SENSITIVE = [] include Aws::Structure end |
#mac_address ⇒ String
The MAC address of the secondary interface.
52546 52547 52548 52549 52550 52551 52552 52553 52554 52555 52556 52557 52558 52559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52546 class InstanceSecondaryInterface < Struct.new( :attachment, :mac_address, :secondary_interface_id, :owner_id, :private_ip_addresses, :source_dest_check, :status, :secondary_subnet_id, :secondary_network_id, :interface_type) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The Amazon Web Services account ID of the owner of the secondary interface.
52546 52547 52548 52549 52550 52551 52552 52553 52554 52555 52556 52557 52558 52559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52546 class InstanceSecondaryInterface < Struct.new( :attachment, :mac_address, :secondary_interface_id, :owner_id, :private_ip_addresses, :source_dest_check, :status, :secondary_subnet_id, :secondary_network_id, :interface_type) SENSITIVE = [] include Aws::Structure end |
#private_ip_addresses ⇒ Array<Types::InstanceSecondaryInterfacePrivateIpAddress>
The private IPv4 addresses associated with the secondary interface.
52546 52547 52548 52549 52550 52551 52552 52553 52554 52555 52556 52557 52558 52559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52546 class InstanceSecondaryInterface < Struct.new( :attachment, :mac_address, :secondary_interface_id, :owner_id, :private_ip_addresses, :source_dest_check, :status, :secondary_subnet_id, :secondary_network_id, :interface_type) SENSITIVE = [] include Aws::Structure end |
#secondary_interface_id ⇒ String
The ID of the secondary interface.
52546 52547 52548 52549 52550 52551 52552 52553 52554 52555 52556 52557 52558 52559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52546 class InstanceSecondaryInterface < Struct.new( :attachment, :mac_address, :secondary_interface_id, :owner_id, :private_ip_addresses, :source_dest_check, :status, :secondary_subnet_id, :secondary_network_id, :interface_type) SENSITIVE = [] include Aws::Structure end |
#secondary_network_id ⇒ String
The ID of the secondary network.
52546 52547 52548 52549 52550 52551 52552 52553 52554 52555 52556 52557 52558 52559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52546 class InstanceSecondaryInterface < Struct.new( :attachment, :mac_address, :secondary_interface_id, :owner_id, :private_ip_addresses, :source_dest_check, :status, :secondary_subnet_id, :secondary_network_id, :interface_type) SENSITIVE = [] include Aws::Structure end |
#secondary_subnet_id ⇒ String
The ID of the secondary subnet.
52546 52547 52548 52549 52550 52551 52552 52553 52554 52555 52556 52557 52558 52559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52546 class InstanceSecondaryInterface < Struct.new( :attachment, :mac_address, :secondary_interface_id, :owner_id, :private_ip_addresses, :source_dest_check, :status, :secondary_subnet_id, :secondary_network_id, :interface_type) SENSITIVE = [] include Aws::Structure end |
#source_dest_check ⇒ Boolean
Indicates whether source/destination checking is enabled.
52546 52547 52548 52549 52550 52551 52552 52553 52554 52555 52556 52557 52558 52559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52546 class InstanceSecondaryInterface < Struct.new( :attachment, :mac_address, :secondary_interface_id, :owner_id, :private_ip_addresses, :source_dest_check, :status, :secondary_subnet_id, :secondary_network_id, :interface_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the secondary interface.
52546 52547 52548 52549 52550 52551 52552 52553 52554 52555 52556 52557 52558 52559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52546 class InstanceSecondaryInterface < Struct.new( :attachment, :mac_address, :secondary_interface_id, :owner_id, :private_ip_addresses, :source_dest_check, :status, :secondary_subnet_id, :secondary_network_id, :interface_type) SENSITIVE = [] include Aws::Structure end |