Class: Aws::EC2::Types::InstanceNetworkInterfaceAttachment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a network interface attachment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attach_time ⇒ Time

The time stamp when the attachment initiated.

Returns:

  • (Time)


55187
55188
55189
55190
55191
55192
55193
55194
55195
55196
55197
55198
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55187

class InstanceNetworkInterfaceAttachment < Struct.new(
  :attach_time,
  :attachment_id,
  :delete_on_termination,
  :device_index,
  :status,
  :network_card_index,
  :ena_srd_specification,
  :ena_queue_count)
  SENSITIVE = []
  include Aws::Structure
end

#attachment_id ⇒ String

The ID of the network interface attachment.

Returns:

  • (String)


55187
55188
55189
55190
55191
55192
55193
55194
55195
55196
55197
55198
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55187

class InstanceNetworkInterfaceAttachment < Struct.new(
  :attach_time,
  :attachment_id,
  :delete_on_termination,
  :device_index,
  :status,
  :network_card_index,
  :ena_srd_specification,
  :ena_queue_count)
  SENSITIVE = []
  include Aws::Structure
end

#delete_on_termination ⇒ Boolean

Indicates whether the network interface is deleted when the instance is terminated.

Returns:

  • (Boolean)


55187
55188
55189
55190
55191
55192
55193
55194
55195
55196
55197
55198
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55187

class InstanceNetworkInterfaceAttachment < Struct.new(
  :attach_time,
  :attachment_id,
  :delete_on_termination,
  :device_index,
  :status,
  :network_card_index,
  :ena_srd_specification,
  :ena_queue_count)
  SENSITIVE = []
  include Aws::Structure
end

#device_index ⇒ Integer

The index of the device on the instance for the network interface attachment.

Returns:

  • (Integer)


55187
55188
55189
55190
55191
55192
55193
55194
55195
55196
55197
55198
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55187

class InstanceNetworkInterfaceAttachment < Struct.new(
  :attach_time,
  :attachment_id,
  :delete_on_termination,
  :device_index,
  :status,
  :network_card_index,
  :ena_srd_specification,
  :ena_queue_count)
  SENSITIVE = []
  include Aws::Structure
end

#ena_queue_count ⇒ Integer

The number of ENA queues created with the instance.

Returns:

  • (Integer)


55187
55188
55189
55190
55191
55192
55193
55194
55195
55196
55197
55198
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55187

class InstanceNetworkInterfaceAttachment < Struct.new(
  :attach_time,
  :attachment_id,
  :delete_on_termination,
  :device_index,
  :status,
  :network_card_index,
  :ena_srd_specification,
  :ena_queue_count)
  SENSITIVE = []
  include Aws::Structure
end

#ena_srd_specification ⇒ Types::InstanceAttachmentEnaSrdSpecification

Contains the ENA Express settings for the network interface that's attached to the instance.



55187
55188
55189
55190
55191
55192
55193
55194
55195
55196
55197
55198
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55187

class InstanceNetworkInterfaceAttachment < Struct.new(
  :attach_time,
  :attachment_id,
  :delete_on_termination,
  :device_index,
  :status,
  :network_card_index,
  :ena_srd_specification,
  :ena_queue_count)
  SENSITIVE = []
  include Aws::Structure
end

#network_card_index ⇒ Integer

The index of the network card.

Returns:

  • (Integer)


55187
55188
55189
55190
55191
55192
55193
55194
55195
55196
55197
55198
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55187

class InstanceNetworkInterfaceAttachment < Struct.new(
  :attach_time,
  :attachment_id,
  :delete_on_termination,
  :device_index,
  :status,
  :network_card_index,
  :ena_srd_specification,
  :ena_queue_count)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The attachment state.

Returns:

  • (String)


55187
55188
55189
55190
55191
55192
55193
55194
55195
55196
55197
55198
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55187

class InstanceNetworkInterfaceAttachment < Struct.new(
  :attach_time,
  :attachment_id,
  :delete_on_termination,
  :device_index,
  :status,
  :network_card_index,
  :ena_srd_specification,
  :ena_queue_count)
  SENSITIVE = []
  include Aws::Structure
end