Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLiu506 committed Nov 19, 2021
1 parent 2d6f74d commit e76fb18
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions schema/proto3/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@ option java_package = "com.futurewei.alcor.schema";
option java_outer_classname = "Common";

enum ResourceType {
DEFAULTTYPE = 0;
VPC = 1;
SUBNET = 2;
PORT = 3;
NEIGHBOR = 4;
SECURITYGROUP =5;
DHCP = 6;
ROUTER = 7;
GATEWAY = 8;
VPC = 0;
SUBNET = 1;
PORT = 2;
NEIGHBOR = 3;
SECURITYGROUP =4;
DHCP = 5;
ROUTER = 6;
GATEWAY = 7;
}

enum OperationType {
Expand Down

0 comments on commit e76fb18

Please sign in to comment.