Skip to content

Commit

Permalink
changed protobuf schema and stub methods
Browse files Browse the repository at this point in the history
  • Loading branch information
lcao0319 committed Mar 19, 2019
1 parent 5dab43a commit 3cde16f
Show file tree
Hide file tree
Showing 3 changed files with 3,244 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/protos/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ enum Op {
Remove = 4;
// Returns bool
SafeToRemove = 5;
// Sets to maintenance mode. Returns OpResult
SetMaintenance = 7;
// Unsets maintenance mode Returns OpResult
UnsetMaintenance = 8;
}

// Datacenter related API's
Expand Down
Loading

0 comments on commit 3cde16f

Please sign in to comment.