NodeEvent Enum

Definition

Defines when the node history event is raised.

public enum NodeEvent
type NodeEvent = 
Public Enum NodeEvent
Inheritance
NodeEvent

Fields

Added 1

When a user adds the node to the cluster. This enumeration member represents a value of 1.

Available 8
Draining 7

When the scheduler is in the process of removing jobs from the node. This enumeration member represents a value of 7.

None 0

Reserved. This enumeration member represents a value of 0.

Occupied 9
Offline 4

When the node goes offline. This enumeration member represents a value of 4.

Online 3

When the node goes online. This enumeration member represents a value of 3.

Reachable 5

When the node becomes reachable. This enumeration member represents a value of 5.

Removed 2

When a user removes the node from the cluster. This enumeration member represents a value of 2.

UnReachable 6

When the node is becomes unreachable. This enumeration member represents a value of 6.

Applies to