Class: Aws::MediaLive::Types::CreateNodeRegistrationScriptRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateNodeRegistrationScriptRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Used in the CreateNodeRegistrationScript operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #cluster_id ⇒ String
-
#id ⇒ String
If you’re generating a re-registration script for an already existing node, this is where you provide the id.
-
#name ⇒ String
Specify a pattern for MediaLive Anywhere to use to assign a name to each Node in the Cluster.
-
#node_interface_mappings ⇒ Array<Types::NodeInterfaceMapping>
An array of interface mappings for the Node.
-
#request_id ⇒ String
An ID that you assign to a create request.
-
#role ⇒ String
The initial role of the Node in the Cluster.
Instance Attribute Details
#cluster_id ⇒ String
18392 18393 18394 18395 18396 18397 18398 18399 18400 18401 |
# File 'lib/aws-sdk-medialive/types.rb', line 18392 class CreateNodeRegistrationScriptRequest < Struct.new( :cluster_id, :id, :name, :node_interface_mappings, :request_id, :role) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
If you’re generating a re-registration script for an already existing node, this is where you provide the id.
18392 18393 18394 18395 18396 18397 18398 18399 18400 18401 |
# File 'lib/aws-sdk-medialive/types.rb', line 18392 class CreateNodeRegistrationScriptRequest < Struct.new( :cluster_id, :id, :name, :node_interface_mappings, :request_id, :role) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Specify a pattern for MediaLive Anywhere to use to assign a name to each Node in the Cluster. The pattern can include the variables $hn (hostname of the node hardware) and $ts for the date and time that the Node is created, in UTC (for example, 2024-08-20T23:35:12Z).
18392 18393 18394 18395 18396 18397 18398 18399 18400 18401 |
# File 'lib/aws-sdk-medialive/types.rb', line 18392 class CreateNodeRegistrationScriptRequest < Struct.new( :cluster_id, :id, :name, :node_interface_mappings, :request_id, :role) SENSITIVE = [] include Aws::Structure end |
#node_interface_mappings ⇒ Array<Types::NodeInterfaceMapping>
An array of interface mappings for the Node. Each mapping logically connects one physical interface on the node hardware with one logical interface name. This mapping associates a node interface with a network. The association works as follows: Node physicalInterfaceName > Node logicalInterfaceName = Cluster logicalInterfaceName > networkId.
18392 18393 18394 18395 18396 18397 18398 18399 18400 18401 |
# File 'lib/aws-sdk-medialive/types.rb', line 18392 class CreateNodeRegistrationScriptRequest < Struct.new( :cluster_id, :id, :name, :node_interface_mappings, :request_id, :role) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
An ID that you assign to a create request. This ID ensures idempotency when creating resources.**A suitable default value is auto-generated.** You should normally not need to pass this option.
18392 18393 18394 18395 18396 18397 18398 18399 18400 18401 |
# File 'lib/aws-sdk-medialive/types.rb', line 18392 class CreateNodeRegistrationScriptRequest < Struct.new( :cluster_id, :id, :name, :node_interface_mappings, :request_id, :role) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The initial role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
18392 18393 18394 18395 18396 18397 18398 18399 18400 18401 |
# File 'lib/aws-sdk-medialive/types.rb', line 18392 class CreateNodeRegistrationScriptRequest < Struct.new( :cluster_id, :id, :name, :node_interface_mappings, :request_id, :role) SENSITIVE = [] include Aws::Structure end |