Class: Aws::MediaLive::Types::NodeInterfaceMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::NodeInterfaceMapping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
A mapping that’s used to pair a logical network interface name on a Node with the physical interface name exposed in the operating system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logical_interface_name ⇒ String
A uniform logical interface name to address in a MediaLive channel configuration.
-
#network_interface_mode ⇒ String
Used in NodeInterfaceMapping and NodeInterfaceMappingCreateRequest.
-
#physical_interface_name ⇒ String
The name of the physical interface on the hardware that will be running Elemental anywhere.
Instance Attribute Details
#logical_interface_name ⇒ String
A uniform logical interface name to address in a MediaLive channel configuration.
20336 20337 20338 20339 20340 20341 20342 |
# File 'lib/aws-sdk-medialive/types.rb', line 20336 class NodeInterfaceMapping < Struct.new( :logical_interface_name, :network_interface_mode, :physical_interface_name) SENSITIVE = [] include Aws::Structure end |
#network_interface_mode ⇒ String
Used in NodeInterfaceMapping and NodeInterfaceMappingCreateRequest
20336 20337 20338 20339 20340 20341 20342 |
# File 'lib/aws-sdk-medialive/types.rb', line 20336 class NodeInterfaceMapping < Struct.new( :logical_interface_name, :network_interface_mode, :physical_interface_name) SENSITIVE = [] include Aws::Structure end |
#physical_interface_name ⇒ String
The name of the physical interface on the hardware that will be running Elemental anywhere.
20336 20337 20338 20339 20340 20341 20342 |
# File 'lib/aws-sdk-medialive/types.rb', line 20336 class NodeInterfaceMapping < Struct.new( :logical_interface_name, :network_interface_mode, :physical_interface_name) SENSITIVE = [] include Aws::Structure end |