Class: Aws::EC2::Types::NetworkInterfaceAssociation

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

Overview

Describes association information for an Elastic IP address (IPv4 only), or a Carrier IP address (for a network interface which resides in a subnet in a Wavelength Zone).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_idString

The allocation ID.

Returns:

  • (String)


52271
52272
52273
52274
52275
52276
52277
52278
52279
52280
52281
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52271

class NetworkInterfaceAssociation < Struct.new(
  :allocation_id,
  :association_id,
  :ip_owner_id,
  :public_dns_name,
  :public_ip,
  :customer_owned_ip,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end

#association_idString

The association ID.

Returns:

  • (String)


52271
52272
52273
52274
52275
52276
52277
52278
52279
52280
52281
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52271

class NetworkInterfaceAssociation < Struct.new(
  :allocation_id,
  :association_id,
  :ip_owner_id,
  :public_dns_name,
  :public_ip,
  :customer_owned_ip,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end

#carrier_ipString

The carrier IP address associated with the network interface.

This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.

Returns:

  • (String)


52271
52272
52273
52274
52275
52276
52277
52278
52279
52280
52281
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52271

class NetworkInterfaceAssociation < Struct.new(
  :allocation_id,
  :association_id,
  :ip_owner_id,
  :public_dns_name,
  :public_ip,
  :customer_owned_ip,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end

#customer_owned_ipString

The customer-owned IP address associated with the network interface.

Returns:

  • (String)


52271
52272
52273
52274
52275
52276
52277
52278
52279
52280
52281
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52271

class NetworkInterfaceAssociation < Struct.new(
  :allocation_id,
  :association_id,
  :ip_owner_id,
  :public_dns_name,
  :public_ip,
  :customer_owned_ip,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end

#ip_owner_idString

The ID of the Elastic IP address owner.

Returns:

  • (String)


52271
52272
52273
52274
52275
52276
52277
52278
52279
52280
52281
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52271

class NetworkInterfaceAssociation < Struct.new(
  :allocation_id,
  :association_id,
  :ip_owner_id,
  :public_dns_name,
  :public_ip,
  :customer_owned_ip,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end

#public_dns_nameString

The public DNS name.

Returns:

  • (String)


52271
52272
52273
52274
52275
52276
52277
52278
52279
52280
52281
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52271

class NetworkInterfaceAssociation < Struct.new(
  :allocation_id,
  :association_id,
  :ip_owner_id,
  :public_dns_name,
  :public_ip,
  :customer_owned_ip,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end

#public_ipString

The address of the Elastic IP address bound to the network interface.

Returns:

  • (String)


52271
52272
52273
52274
52275
52276
52277
52278
52279
52280
52281
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52271

class NetworkInterfaceAssociation < Struct.new(
  :allocation_id,
  :association_id,
  :ip_owner_id,
  :public_dns_name,
  :public_ip,
  :customer_owned_ip,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end