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.



52618
52619
52620
52621
52622
52623
52624
52625
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52618

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)


52618
52619
52620
52621
52622
52623
52624
52625
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52618

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)


52618
52619
52620
52621
52622
52623
52624
52625
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52618

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)


52618
52619
52620
52621
52622
52623
52624
52625
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52618

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