Skip to content

Commit

Permalink
Merge pull request #37 from datacore-vvarakantham/nexus-events
Browse files Browse the repository at this point in the history
feat(eventing): add nexus events in protobuf
  • Loading branch information
tiagolobocastro authored Aug 25, 2023
2 parents dbeb499 + 0c17796 commit 0d3352f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions events-api/protobuf/v1/event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@ enum EventCategory {
UnknownCategory = 0;
Pool = 1;
Volume = 2;
Nexus = 3;
}

// Event Action
enum EventAction {
UnknownAction = 0;
Create = 1;
Delete = 2;
StateChange = 3;
RebuildBegin = 4;
RebuildEnd = 5;
}

// Event meta data
Expand Down

0 comments on commit 0d3352f

Please sign in to comment.