NodeStatusFilter Enum

Definition

Enumerates the filters used for matching the node status for nodes that should be returned by query.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum NodeStatusFilter
[<System.Flags>]
type NodeStatusFilter = 
Public Enum NodeStatusFilter
Inheritance
NodeStatusFilter
Attributes

Fields

All 65535

Returns all nodes.

Default 0

Returns all nodes other than unknown and removed.

Disabled 16

Returns all disabled nodes.

Disabling 8

Returns all nodes that are currently disabling.

Down 2

Returns all down nodes.

Enabling 4

Returns all nodes that are currently enabling.

Removed 64

Returns all removed nodes.

Unknown 32

Returns all nodes that are in Unknown state.

Up 1

Returns all up nodes.

Remarks

This enumeration has a FlagsAttribute that allows a bitwise combination of its members.

Applies to