Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3cde16f

Browse files
committedMar 19, 2019
changed protobuf schema and stub methods
1 parent 5dab43a commit 3cde16f

File tree

3 files changed

+3244
-0
lines changed

3 files changed

+3244
-0
lines changed
 

‎api/protos/service.proto

+4
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ enum Op {
101101
Remove = 4;
102102
// Returns bool
103103
SafeToRemove = 5;
104+
// Sets to maintenance mode. Returns OpResult
105+
SetMaintenance = 7;
106+
// Unsets maintenance mode Returns OpResult
107+
UnsetMaintenance = 8;
104108
}
105109

106110
// Datacenter related API's
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.