NodeDeactivationTaskId Class

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

Inheritance
NodeDeactivationTaskId

Constructor

NodeDeactivationTaskId(*, id: Optional[str] = None, node_deactivation_task_type=None, **kwargs)

Parameters

id
str
Required

Value of the task id.

node_deactivation_task_type
str or NodeDeactivationTaskType
Required

The type of the task that performed the node deactivation. Following are the possible values. Possible values include: 'Invalid', 'Infrastructure', 'Repair', 'Client'