Class: Aws::EC2::Types::AttachNetworkInterfaceRequest

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

Overview

Contains the parameters for AttachNetworkInterface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_indexInteger

The index of the device for the network interface attachment.

Returns:

  • (Integer)


3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
# File 'lib/aws-sdk-ec2/types.rb', line 3046

class AttachNetworkInterfaceRequest < Struct.new(
  :network_card_index,
  :ena_srd_specification,
  :dry_run,
  :network_interface_id,
  :instance_id,
  :device_index)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ‘DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.

Returns:

  • (Boolean)


3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
# File 'lib/aws-sdk-ec2/types.rb', line 3046

class AttachNetworkInterfaceRequest < Struct.new(
  :network_card_index,
  :ena_srd_specification,
  :dry_run,
  :network_interface_id,
  :instance_id,
  :device_index)
  SENSITIVE = []
  include Aws::Structure
end

#ena_srd_specificationTypes::EnaSrdSpecification

Configures ENA Express for the network interface that this action attaches to the instance.



3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
# File 'lib/aws-sdk-ec2/types.rb', line 3046

class AttachNetworkInterfaceRequest < Struct.new(
  :network_card_index,
  :ena_srd_specification,
  :dry_run,
  :network_interface_id,
  :instance_id,
  :device_index)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The ID of the instance.

Returns:

  • (String)


3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
# File 'lib/aws-sdk-ec2/types.rb', line 3046

class AttachNetworkInterfaceRequest < Struct.new(
  :network_card_index,
  :ena_srd_specification,
  :dry_run,
  :network_interface_id,
  :instance_id,
  :device_index)
  SENSITIVE = []
  include Aws::Structure
end

#network_card_indexInteger

The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.

Returns:

  • (Integer)


3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
# File 'lib/aws-sdk-ec2/types.rb', line 3046

class AttachNetworkInterfaceRequest < Struct.new(
  :network_card_index,
  :ena_srd_specification,
  :dry_run,
  :network_interface_id,
  :instance_id,
  :device_index)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
# File 'lib/aws-sdk-ec2/types.rb', line 3046

class AttachNetworkInterfaceRequest < Struct.new(
  :network_card_index,
  :ena_srd_specification,
  :dry_run,
  :network_interface_id,
  :instance_id,
  :device_index)
  SENSITIVE = []
  include Aws::Structure
end