Class: Aws::EC2::Types::NetworkInterfaceAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NetworkInterfaceAssociation
- Includes:
- Structure
- Defined in:
- 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
-
#allocation_id ⇒ String
The allocation ID.
-
#association_id ⇒ String
The association ID.
-
#carrier_ip ⇒ String
The carrier IP address associated with the network interface.
-
#customer_owned_ip ⇒ String
The customer-owned IP address associated with the network interface.
-
#ip_owner_id ⇒ String
The ID of the Elastic IP address owner.
-
#public_dns_name ⇒ String
The public DNS name.
-
#public_ip ⇒ String
The address of the Elastic IP address bound to the network interface.
Instance Attribute Details
#allocation_id ⇒ String
The allocation ID.
53215 53216 53217 53218 53219 53220 53221 53222 53223 53224 53225 |
# File 'lib/aws-sdk-ec2/types.rb', line 53215 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_id ⇒ String
The association ID.
53215 53216 53217 53218 53219 53220 53221 53222 53223 53224 53225 |
# File 'lib/aws-sdk-ec2/types.rb', line 53215 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_ip ⇒ String
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.
53215 53216 53217 53218 53219 53220 53221 53222 53223 53224 53225 |
# File 'lib/aws-sdk-ec2/types.rb', line 53215 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_ip ⇒ String
The customer-owned IP address associated with the network interface.
53215 53216 53217 53218 53219 53220 53221 53222 53223 53224 53225 |
# File 'lib/aws-sdk-ec2/types.rb', line 53215 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_id ⇒ String
The ID of the Elastic IP address owner.
53215 53216 53217 53218 53219 53220 53221 53222 53223 53224 53225 |
# File 'lib/aws-sdk-ec2/types.rb', line 53215 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_name ⇒ String
The public DNS name.
53215 53216 53217 53218 53219 53220 53221 53222 53223 53224 53225 |
# File 'lib/aws-sdk-ec2/types.rb', line 53215 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_ip ⇒ String
The address of the Elastic IP address bound to the network interface.
53215 53216 53217 53218 53219 53220 53221 53222 53223 53224 53225 |
# File 'lib/aws-sdk-ec2/types.rb', line 53215 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 |