Class: Aws::MediaLive::Types::UpdateNodeStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateNodeStateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Used in the UpdateNode operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #cluster_id ⇒ String
- #node_id ⇒ String
-
#state ⇒ String
The state to apply to the Node.
Instance Attribute Details
#cluster_id ⇒ String
20559 20560 20561 20562 20563 20564 20565 |
# File 'lib/aws-sdk-medialive/types.rb', line 20559 class UpdateNodeStateRequest < Struct.new( :cluster_id, :node_id, :state) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
20559 20560 20561 20562 20563 20564 20565 |
# File 'lib/aws-sdk-medialive/types.rb', line 20559 class UpdateNodeStateRequest < Struct.new( :cluster_id, :node_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state to apply to the Node. Set to ACTIVE (COMMISSIONED) to indicate that the Node is deployable. MediaLive Anywhere will consider this node it needs a Node to run a Channel on, or when it needs a Node to promote from a backup node to an active node. Set to DRAINING to isolate the Node so that MediaLive Anywhere won’t use it.
20559 20560 20561 20562 20563 20564 20565 |
# File 'lib/aws-sdk-medialive/types.rb', line 20559 class UpdateNodeStateRequest < Struct.new( :cluster_id, :node_id, :state) SENSITIVE = [] include Aws::Structure end |