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.
      19966 19967 19968 19969 19970 19971 19972  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 19966 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
      19966 19967 19968 19969 19970 19971 19972  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 19966 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.
      19966 19967 19968 19969 19970 19971 19972  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 19966 class NodeInterfaceMapping < Struct.new( :logical_interface_name, :network_interface_mode, :physical_interface_name) SENSITIVE = [] include Aws::Structure end  |