Class: Aws::EC2::Types::SecondaryInterface

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

Overview

Describes a secondary interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentTypes::SecondaryInterfaceAttachment

The attachment information for the secondary interface.



76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zoneString

The Availability Zone of the secondary interface.

Returns:

  • (String)


76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zone_idString

The ID of the Availability Zone of the secondary interface.

Returns:

  • (String)


76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#mac_addressString

The MAC address of the secondary interface.

Returns:

  • (String)


76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The ID of the Amazon Web Services account that owns the secondary interface.

Returns:

  • (String)


76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#private_ipv_4_addressesArray<Types::SecondaryInterfaceIpv4Address>

The private IPv4 addresses associated with the secondary interface.



76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_interface_arnString

The Amazon Resource Name (ARN) of the secondary interface.

Returns:

  • (String)


76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_interface_idString

The ID of the secondary interface.

Returns:

  • (String)


76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_interface_typeString

The type of secondary interface.

Returns:

  • (String)


76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_network_idString

The ID of the secondary network.

Returns:

  • (String)


76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_network_typeString

The type of the secondary network.

Returns:

  • (String)


76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_subnet_idString

The ID of the secondary subnet.

Returns:

  • (String)


76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#source_dest_checkBoolean

Indicates whether source/destination checking is enabled.

Returns:

  • (Boolean)


76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the secondary interface.

Returns:

  • (String)


76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags assigned to the secondary interface.

Returns:



76307
76308
76309
76310
76311
76312
76313
76314
76315
76316
76317
76318
76319
76320
76321
76322
76323
76324
76325
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76307

class SecondaryInterface < Struct.new(
  :availability_zone,
  :availability_zone_id,
  :attachment,
  :mac_address,
  :owner_id,
  :private_ipv_4_addresses,
  :secondary_interface_id,
  :secondary_interface_arn,
  :secondary_interface_type,
  :secondary_subnet_id,
  :secondary_network_id,
  :secondary_network_type,
  :source_dest_check,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end