Class: Aws::MediaLive::Types::NodeInterfaceMapping

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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

Instance Attribute Details

#logical_interface_nameString

A uniform logical interface name to address in a MediaLive channel configuration.

Returns:

  • (String)


19966
19967
19968
19969
19970
19971
19972
# File 'gems/aws-sdk-medialive/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_modeString

Used in NodeInterfaceMapping and NodeInterfaceMappingCreateRequest

Returns:

  • (String)


19966
19967
19968
19969
19970
19971
19972
# File 'gems/aws-sdk-medialive/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_nameString

The name of the physical interface on the hardware that will be running Elemental anywhere.

Returns:

  • (String)


19966
19967
19968
19969
19970
19971
19972
# File 'gems/aws-sdk-medialive/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