Class: Aws::EC2::Types::NetworkInterfacePrivateIpAddress

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

Overview

Describes the private IPv4 address of a network interface.

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::NetworkInterfaceAssociation

The association information for an Elastic IP address (IPv4) associated with the network interface.



27671
27672
27673
27674
27675
27676
27677
# File 'lib/aws-sdk-ec2/types.rb', line 27671

class NetworkInterfacePrivateIpAddress < Struct.new(
  :association,
  :primary,
  :private_dns_name,
  :private_ip_address)
  include Aws::Structure
end

#primaryBoolean

Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.

Returns:

  • (Boolean)


27671
27672
27673
27674
27675
27676
27677
# File 'lib/aws-sdk-ec2/types.rb', line 27671

class NetworkInterfacePrivateIpAddress < Struct.new(
  :association,
  :primary,
  :private_dns_name,
  :private_ip_address)
  include Aws::Structure
end

#private_dns_nameString

The private DNS name.

Returns:

  • (String)


27671
27672
27673
27674
27675
27676
27677
# File 'lib/aws-sdk-ec2/types.rb', line 27671

class NetworkInterfacePrivateIpAddress < Struct.new(
  :association,
  :primary,
  :private_dns_name,
  :private_ip_address)
  include Aws::Structure
end

#private_ip_addressString

The private IPv4 address.

Returns:

  • (String)


27671
27672
27673
27674
27675
27676
27677
# File 'lib/aws-sdk-ec2/types.rb', line 27671

class NetworkInterfacePrivateIpAddress < Struct.new(
  :association,
  :primary,
  :private_dns_name,
  :private_ip_address)
  include Aws::Structure
end