NodeEvent Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines when the node history event is raised.
public enum NodeEvent
type NodeEvent =
Public Enum NodeEvent
- Inheritance
-
NodeEvent
Fields
Name | Value | Description |
---|---|---|
None | 0 | Reserved. This enumeration member represents a value of 0. |
Added | 1 | When a user adds the node to the cluster. This enumeration member represents a value of 1. |
Removed | 2 | When a user removes the node from the cluster. This enumeration member represents a value of 2. |
Online | 3 | When the node goes online. This enumeration member represents a value of 3. |
Offline | 4 | When the node goes offline. This enumeration member represents a value of 4. |
Reachable | 5 | When the node becomes reachable. This enumeration member represents a value of 5. |
UnReachable | 6 | When the node is becomes unreachable. This enumeration member represents a value of 6. |
Draining | 7 | When the scheduler is in the process of removing jobs from the node. This enumeration member represents a value of 7. |
Available | 8 | |
Occupied | 9 |