Class: Aws::MediaLive::Types::UpdateNodeStateRequest

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

Overview

Used in the UpdateNode operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

Returns:

  • (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_idString

Returns:

  • (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

#stateString

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.

Returns:

  • (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