[#1] Remove unnecessary layer
Signed-off-by: Ivan Pchelintsev <i.pchelintsev@yadro.com>
This commit is contained in:
parent
b307c2c899
commit
6f24f567c1
11 changed files with 103 additions and 158 deletions
9
src/FrostFS.SDK.ModelsV2/Enums/NodeState.cs
Normal file
9
src/FrostFS.SDK.ModelsV2/Enums/NodeState.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace FrostFS.SDK.ModelsV2.Enums;
|
||||
|
||||
public enum NodeState
|
||||
{
|
||||
Unspecified = 0,
|
||||
Online = 1,
|
||||
Offline = 2,
|
||||
Maintenance = 3
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue