[#34] Client: Add rules deserialization
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
bd8eb7cc60
commit
8835b23ed3
18 changed files with 426 additions and 52 deletions
|
@ -8,7 +8,7 @@ public class FrostFsRule
|
|||
public Actions Actions { get; set; }
|
||||
|
||||
// List of the resources the operation is applied to.
|
||||
public Resource Resources { get; set; }
|
||||
public Resources Resources { get; set; }
|
||||
|
||||
// True iff individual conditions must be combined with the logical OR.
|
||||
// By default AND is used, so _each_ condition must pass.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue