Class: Aws::EC2::Types::NetworkInterfaceAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NetworkInterfaceAttachment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a network interface attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attach_time ⇒ Time
The timestamp indicating when the attachment initiated.
-
#attachment_id ⇒ String
The ID of the network interface attachment.
-
#delete_on_termination ⇒ Boolean
Indicates whether the network interface is deleted when the instance is terminated.
-
#device_index ⇒ Integer
The device index of the network interface attachment on the instance.
-
#ena_srd_specification ⇒ Types::AttachmentEnaSrdSpecification
Configures ENA Express for the network interface that this action attaches to the instance.
-
#instance_id ⇒ String
The ID of the instance.
-
#instance_owner_id ⇒ String
The Amazon Web Services account ID of the owner of the instance.
-
#network_card_index ⇒ Integer
The index of the network card.
-
#status ⇒ String
The attachment state.
Instance Attribute Details
#attach_time ⇒ Time
The timestamp indicating when the attachment initiated.
56333 56334 56335 56336 56337 56338 56339 56340 56341 56342 56343 56344 56345 |
# File 'lib/aws-sdk-ec2/types.rb', line 56333 class NetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :network_card_index, :instance_id, :instance_owner_id, :status, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end |
#attachment_id ⇒ String
The ID of the network interface attachment.
56333 56334 56335 56336 56337 56338 56339 56340 56341 56342 56343 56344 56345 |
# File 'lib/aws-sdk-ec2/types.rb', line 56333 class NetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :network_card_index, :instance_id, :instance_owner_id, :status, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end |
#delete_on_termination ⇒ Boolean
Indicates whether the network interface is deleted when the instance is terminated.
56333 56334 56335 56336 56337 56338 56339 56340 56341 56342 56343 56344 56345 |
# File 'lib/aws-sdk-ec2/types.rb', line 56333 class NetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :network_card_index, :instance_id, :instance_owner_id, :status, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end |
#device_index ⇒ Integer
The device index of the network interface attachment on the instance.
56333 56334 56335 56336 56337 56338 56339 56340 56341 56342 56343 56344 56345 |
# File 'lib/aws-sdk-ec2/types.rb', line 56333 class NetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :network_card_index, :instance_id, :instance_owner_id, :status, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end |
#ena_srd_specification ⇒ Types::AttachmentEnaSrdSpecification
Configures ENA Express for the network interface that this action attaches to the instance.
56333 56334 56335 56336 56337 56338 56339 56340 56341 56342 56343 56344 56345 |
# File 'lib/aws-sdk-ec2/types.rb', line 56333 class NetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :network_card_index, :instance_id, :instance_owner_id, :status, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
56333 56334 56335 56336 56337 56338 56339 56340 56341 56342 56343 56344 56345 |
# File 'lib/aws-sdk-ec2/types.rb', line 56333 class NetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :network_card_index, :instance_id, :instance_owner_id, :status, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end |
#instance_owner_id ⇒ String
The Amazon Web Services account ID of the owner of the instance.
56333 56334 56335 56336 56337 56338 56339 56340 56341 56342 56343 56344 56345 |
# File 'lib/aws-sdk-ec2/types.rb', line 56333 class NetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :network_card_index, :instance_id, :instance_owner_id, :status, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end |
#network_card_index ⇒ Integer
The index of the network card.
56333 56334 56335 56336 56337 56338 56339 56340 56341 56342 56343 56344 56345 |
# File 'lib/aws-sdk-ec2/types.rb', line 56333 class NetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :network_card_index, :instance_id, :instance_owner_id, :status, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The attachment state.
56333 56334 56335 56336 56337 56338 56339 56340 56341 56342 56343 56344 56345 |
# File 'lib/aws-sdk-ec2/types.rb', line 56333 class NetworkInterfaceAttachment < Struct.new( :attach_time, :attachment_id, :delete_on_termination, :device_index, :network_card_index, :instance_id, :instance_owner_id, :status, :ena_srd_specification) SENSITIVE = [] include Aws::Structure end |