Class: Aws::EC2::Types::InstanceSecondaryInterfaceSpecificationRequest

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

Overview

Describes a secondary interface specification for launching an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delete_on_terminationBoolean

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

The only supported value for this field is true.

Returns:

  • (Boolean)


52669
52670
52671
52672
52673
52674
52675
52676
52677
52678
52679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52669

class InstanceSecondaryInterfaceSpecificationRequest < Struct.new(
  :delete_on_termination,
  :device_index,
  :private_ip_addresses,
  :private_ip_address_count,
  :secondary_subnet_id,
  :interface_type,
  :network_card_index)
  SENSITIVE = []
  include Aws::Structure
end

#device_indexInteger

The device index for the secondary interface attachment.

Returns:

  • (Integer)


52669
52670
52671
52672
52673
52674
52675
52676
52677
52678
52679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52669

class InstanceSecondaryInterfaceSpecificationRequest < Struct.new(
  :delete_on_termination,
  :device_index,
  :private_ip_addresses,
  :private_ip_address_count,
  :secondary_subnet_id,
  :interface_type,
  :network_card_index)
  SENSITIVE = []
  include Aws::Structure
end

#interface_typeString

The type of secondary interface.

Returns:

  • (String)


52669
52670
52671
52672
52673
52674
52675
52676
52677
52678
52679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52669

class InstanceSecondaryInterfaceSpecificationRequest < Struct.new(
  :delete_on_termination,
  :device_index,
  :private_ip_addresses,
  :private_ip_address_count,
  :secondary_subnet_id,
  :interface_type,
  :network_card_index)
  SENSITIVE = []
  include Aws::Structure
end

#network_card_indexInteger

The index of the network card. The network card must support secondary interfaces.

Returns:

  • (Integer)


52669
52670
52671
52672
52673
52674
52675
52676
52677
52678
52679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52669

class InstanceSecondaryInterfaceSpecificationRequest < Struct.new(
  :delete_on_termination,
  :device_index,
  :private_ip_addresses,
  :private_ip_address_count,
  :secondary_subnet_id,
  :interface_type,
  :network_card_index)
  SENSITIVE = []
  include Aws::Structure
end

#private_ip_address_countInteger

The number of private IPv4 addresses to assign to the secondary interface.

Returns:

  • (Integer)


52669
52670
52671
52672
52673
52674
52675
52676
52677
52678
52679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52669

class InstanceSecondaryInterfaceSpecificationRequest < Struct.new(
  :delete_on_termination,
  :device_index,
  :private_ip_addresses,
  :private_ip_address_count,
  :secondary_subnet_id,
  :interface_type,
  :network_card_index)
  SENSITIVE = []
  include Aws::Structure
end

#private_ip_addressesArray<Types::InstanceSecondaryInterfacePrivateIpAddressRequest>

The private IPv4 addresses to assign to the secondary interface.



52669
52670
52671
52672
52673
52674
52675
52676
52677
52678
52679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52669

class InstanceSecondaryInterfaceSpecificationRequest < Struct.new(
  :delete_on_termination,
  :device_index,
  :private_ip_addresses,
  :private_ip_address_count,
  :secondary_subnet_id,
  :interface_type,
  :network_card_index)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_subnet_idString

The ID of the secondary subnet.

Returns:

  • (String)


52669
52670
52671
52672
52673
52674
52675
52676
52677
52678
52679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52669

class InstanceSecondaryInterfaceSpecificationRequest < Struct.new(
  :delete_on_termination,
  :device_index,
  :private_ip_addresses,
  :private_ip_address_count,
  :secondary_subnet_id,
  :interface_type,
  :network_card_index)
  SENSITIVE = []
  include Aws::Structure
end