Class: Aws::Batch::Types::NetworkInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::NetworkInterface
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
An object that represents the elastic network interface for a multi-node parallel job node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
The attachment ID for the network interface.
-
#ipv6_address ⇒ String
The private IPv6 address for the network interface.
-
#private_ipv_4_address ⇒ String
The private IPv4 address for the network interface.
Instance Attribute Details
#attachment_id ⇒ String
The attachment ID for the network interface.
6032 6033 6034 6035 6036 6037 6038 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6032 class NetworkInterface < Struct.new( :attachment_id, :ipv6_address, :private_ipv_4_address) SENSITIVE = [] include Aws::Structure end |
#ipv6_address ⇒ String
The private IPv6 address for the network interface.
6032 6033 6034 6035 6036 6037 6038 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6032 class NetworkInterface < Struct.new( :attachment_id, :ipv6_address, :private_ipv_4_address) SENSITIVE = [] include Aws::Structure end |
#private_ipv_4_address ⇒ String
The private IPv4 address for the network interface.
6032 6033 6034 6035 6036 6037 6038 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6032 class NetworkInterface < Struct.new( :attachment_id, :ipv6_address, :private_ipv_4_address) SENSITIVE = [] include Aws::Structure end |