Documentation ¶
Index ¶
Constants ¶
View Source
const ( Firewall_Rule_Group_State_T = "T" //start Firewall_Rule_Group_State_F = "F" //stop )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FirewallRuleDto ¶
type FirewallRuleDto struct { dto.PageDto RuleId string `json:"ruleId" sql:"-" ` GroupId string `json:"groupId" sql:"-" ` Inout string `json:"inout" ` AllowLimit string `json:"allowLimit" sql:"-"` DstObj string `json:"dstObj" sql:"-"` Seq string `json:"seq" ` Protocol string `json:"protocol" ` SrcObj string `json:"srcObj" sql:"-"` Remark string `json:"remark" ` CreateTime time.Time `json:"createTime" sql:"-"` StatusCd string `json:"statusCd" sql:"-"` }
type FirewallRuleGroupDto ¶
type HostFirewallGroupDto ¶
Click to show internal directories.
Click to hide internal directories.