Files
EdgeCommon/pkg/rpc/protos/models/model_node_cluster_firewall_action.proto
2021-02-06 17:37:27 +08:00

13 lines
222 B
Protocol Buffer

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;
}