Class: Aws::EC2::Types::InstanceSecondaryInterface

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

Overview

Describes a secondary interface attached to an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentTypes::InstanceSecondaryInterfaceAttachment

The attachment information for the secondary interface.



52639
52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
52650
52651
52652
# File 'lib/aws-sdk-ec2/types.rb', line 52639

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_typeString

The type of secondary interface.

Returns:

  • (String)


52639
52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
52650
52651
52652
# File 'lib/aws-sdk-ec2/types.rb', line 52639

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_addressString

The MAC address of the secondary interface.

Returns:

  • (String)


52639
52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
52650
52651
52652
# File 'lib/aws-sdk-ec2/types.rb', line 52639

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_idString

The Amazon Web Services account ID of the owner of the secondary interface.

Returns:

  • (String)


52639
52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
52650
52651
52652
# File 'lib/aws-sdk-ec2/types.rb', line 52639

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_addressesArray<Types::InstanceSecondaryInterfacePrivateIpAddress>

The private IPv4 addresses associated with the secondary interface.



52639
52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
52650
52651
52652
# File 'lib/aws-sdk-ec2/types.rb', line 52639

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_idString

The ID of the secondary interface.

Returns:

  • (String)


52639
52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
52650
52651
52652
# File 'lib/aws-sdk-ec2/types.rb', line 52639

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_idString

The ID of the secondary network.

Returns:

  • (String)


52639
52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
52650
52651
52652
# File 'lib/aws-sdk-ec2/types.rb', line 52639

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_idString

The ID of the secondary subnet.

Returns:

  • (String)


52639
52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
52650
52651
52652
# File 'lib/aws-sdk-ec2/types.rb', line 52639

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_checkBoolean

Indicates whether source/destination checking is enabled.

Returns:

  • (Boolean)


52639
52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
52650
52651
52652
# File 'lib/aws-sdk-ec2/types.rb', line 52639

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

#statusString

The status of the secondary interface.

Returns:

  • (String)


52639
52640
52641
52642
52643
52644
52645
52646
52647
52648
52649
52650
52651
52652
# File 'lib/aws-sdk-ec2/types.rb', line 52639

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