TestCommandTypeFilter 列挙型

定義

これは、GetTestCommandStatusListAsync() を呼び出すときに使用され、TestCommandType で使用するフィルターを示します。 複数のフィルター値を指定できます。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[System.Flags]
[System.Serializable]
public enum TestCommandTypeFilter
[<System.Flags>]
[<System.Serializable>]
type TestCommandTypeFilter = 
Public Enum TestCommandTypeFilter
継承
TestCommandTypeFilter
属性

フィールド

All 65535

TestCommandType でフィルター処理を行わないよう指定します。

Default 0

既定のフィルター。

NodeTransition 8

ノード遷移の TestCommandType のテスト コマンドを選択することを示します。

PartitionDataLoss 1

TestCommandType PartitionDataLoss のテスト コマンドを選択することを示します。

PartitionQuorumLoss 2

TestCommandType PartitionQuorumLoss のテスト コマンドを選択することを示します。

PartitionRestart 4

TestCommandType PartitionRestart のテスト コマンドを選択することを示します。

適用対象