mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-14 13:10:25 +08:00
增加IP级别和WAF动作相关接口和配置
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message NodeClusterFirewallAction {
|
||||
int64 id = 1;
|
||||
int64 nodeClusterId = 2;
|
||||
string name = 3;
|
||||
string eventLevel = 4;
|
||||
bytes paramsJSON = 5;
|
||||
string type = 6;
|
||||
}
|
||||
Reference in New Issue
Block a user