NodeDeactivationTask Class

The task representing the deactivation operation on the node.

Inheritance
NodeDeactivationTask

Constructor

NodeDeactivationTask(*, node_deactivation_task_id=None, node_deactivation_intent=None, **kwargs)

Parameters

node_deactivation_task_id
NodeDeactivationTaskId
Required

Identity of the task related to deactivation operation on the node.

node_deactivation_intent
str or NodeDeactivationIntent
Required

The intent or the reason for deactivating the node. Following are the possible values for it. Possible values include: 'Invalid', 'Pause', 'Restart', 'RemoveData', 'RemoveNode'