Class: Aws::Redshift::Types::NetworkInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::NetworkInterface
- 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
-
#availability_zone ⇒ String
The Availability Zone.
-
#ipv_6_address ⇒ String
The IPv6 address of the network interface within the subnet.
-
#network_interface_id ⇒ String
The network interface identifier.
-
#private_ip_address ⇒ String
The IPv4 address of the network interface within the subnet.
-
#subnet_id ⇒ String
The subnet identifier.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone.
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_address ⇒ String
The IPv6 address of the network interface within the subnet.
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_id ⇒ String
The network interface identifier.
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_address ⇒ String
The IPv4 address of the network interface within the subnet.
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_id ⇒ String
The subnet identifier.
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 |