firewall

package
v0.0.0-...-1bf96ee Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2022 License: AGPL-3.0 Imports: 2 Imported by: 0

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 FirewallRuleGroupDto struct {
	dto.PageDto
	GroupId    string    `json:"groupId" sql:"-" `
	GroupName  string    `json:"groupName" sql:"-" `
	State      string    `json:"state" `
	CreateTime time.Time `json:"createTime" sql:"-"`
	StatusCd   string    `json:"statusCd" sql:"-"`
}

type HostFirewallGroupDto

type HostFirewallGroupDto struct {
	dto.PageDto
	HfgId      string    `json:"hfgId" sql:"-"`
	GroupId    string    `json:"groupId" sql:"-" `
	GroupName  string    `json:"groupName" sql:"-"`
	HostId     string    `json:"hostId" sql:"-" `
	CreateTime time.Time `json:"createTime" sql:"-"`
	StatusCd   string    `json:"statusCd" sql:"-"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL