Class: Aws::MediaLive::Types::NodeInterfaceMappingCreateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Used in CreateNodeRequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logical_interface_nameString

Specify one of the logicalInterfaceNames that you created in the Cluster that this node belongs to. For example, my-Inputs-Interface.

Returns:

  • (String)


19993
19994
19995
19996
19997
19998
19999
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19993

class NodeInterfaceMappingCreateRequest < Struct.new(
  :logical_interface_name,
  :network_interface_mode,
  :physical_interface_name)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_modeString

The style of the network -- NAT or BRIDGE.

Returns:

  • (String)


19993
19994
19995
19996
19997
19998
19999
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19993

class NodeInterfaceMappingCreateRequest < Struct.new(
  :logical_interface_name,
  :network_interface_mode,
  :physical_interface_name)
  SENSITIVE = []
  include Aws::Structure
end

#physical_interface_nameString

Specify the physical name that corresponds to the logicalInterfaceName that you specified in this interface mapping. For example, Eth1 or ENO1234EXAMPLE.

Returns:

  • (String)


19993
19994
19995
19996
19997
19998
19999
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19993

class NodeInterfaceMappingCreateRequest < Struct.new(
  :logical_interface_name,
  :network_interface_mode,
  :physical_interface_name)
  SENSITIVE = []
  include Aws::Structure
end