Class: Aws::Redshift::Types::NetworkInterface

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

Overview

Describes a network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone.

Returns:

  • (String)


9047
9048
9049
9050
9051
9052
9053
9054
9055
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9047

class NetworkInterface < Struct.new(
  :network_interface_id,
  :subnet_id,
  :private_ip_address,
  :availability_zone,
  :ipv_6_address)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_addressString

The IPv6 address of the network interface within the subnet.

Returns:

  • (String)


9047
9048
9049
9050
9051
9052
9053
9054
9055
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9047

class NetworkInterface < Struct.new(
  :network_interface_id,
  :subnet_id,
  :private_ip_address,
  :availability_zone,
  :ipv_6_address)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

The network interface identifier.

Returns:

  • (String)


9047
9048
9049
9050
9051
9052
9053
9054
9055
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9047

class NetworkInterface < Struct.new(
  :network_interface_id,
  :subnet_id,
  :private_ip_address,
  :availability_zone,
  :ipv_6_address)
  SENSITIVE = []
  include Aws::Structure
end

#private_ip_addressString

The IPv4 address of the network interface within the subnet.

Returns:

  • (String)


9047
9048
9049
9050
9051
9052
9053
9054
9055
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9047

class NetworkInterface < Struct.new(
  :network_interface_id,
  :subnet_id,
  :private_ip_address,
  :availability_zone,
  :ipv_6_address)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The subnet identifier.

Returns:

  • (String)


9047
9048
9049
9050
9051
9052
9053
9054
9055
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9047

class NetworkInterface < Struct.new(
  :network_interface_id,
  :subnet_id,
  :private_ip_address,
  :availability_zone,
  :ipv_6_address)
  SENSITIVE = []
  include Aws::Structure
end