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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


8773
8774
8775
8776
8777
8778
8779
8780
8781
# File 'lib/aws-sdk-redshift/types.rb', line 8773

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)


8773
8774
8775
8776
8777
8778
8779
8780
8781
# File 'lib/aws-sdk-redshift/types.rb', line 8773

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)


8773
8774
8775
8776
8777
8778
8779
8780
8781
# File 'lib/aws-sdk-redshift/types.rb', line 8773

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)


8773
8774
8775
8776
8777
8778
8779
8780
8781
# File 'lib/aws-sdk-redshift/types.rb', line 8773

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)


8773
8774
8775
8776
8777
8778
8779
8780
8781
# File 'lib/aws-sdk-redshift/types.rb', line 8773

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