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

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

Overview

Describes the private IPv4 address of a network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::NetworkInterfaceAssociation

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



52510
52511
52512
52513
52514
52515
52516
52517
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52510

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

#primaryBoolean

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

Returns:

  • (Boolean)


52510
52511
52512
52513
52514
52515
52516
52517
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52510

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

#private_dns_nameString

The private DNS name.

Returns:

  • (String)


52510
52511
52512
52513
52514
52515
52516
52517
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52510

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

#private_ip_addressString

The private IPv4 address.

Returns:

  • (String)


52510
52511
52512
52513
52514
52515
52516
52517
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52510

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