Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllowListAction ¶
type AllowListAction struct {
actionutils.ParentAction
}
func (*AllowListAction) Init ¶
func (this *AllowListAction) Init()
func (*AllowListAction) RunGet ¶
func (this *AllowListAction) RunGet(params struct { ServerId int64 FirewallPolicyId int64 })
type CountriesAction ¶ added in v0.0.10
type CountriesAction struct {
actionutils.ParentAction
}
func (*CountriesAction) Init ¶ added in v0.0.10
func (this *CountriesAction) Init()
func (*CountriesAction) RunGet ¶ added in v0.0.10
func (this *CountriesAction) RunGet(params struct { FirewallPolicyId int64 ServerId int64 })
type DeleteIPAction ¶
type DeleteIPAction struct {
actionutils.ParentAction
}
func (*DeleteIPAction) RunPost ¶
func (this *DeleteIPAction) RunPost(params struct { FirewallPolicyId int64 ItemId int64 })
type DenyListAction ¶
type DenyListAction struct {
actionutils.ParentAction
}
func (*DenyListAction) Init ¶
func (this *DenyListAction) Init()
func (*DenyListAction) RunGet ¶
func (this *DenyListAction) RunGet(params struct { FirewallPolicyId int64 ServerId int64 })
type GreyListAction ¶ added in v1.3.9
type GreyListAction struct {
actionutils.ParentAction
}
func (*GreyListAction) Init ¶ added in v1.3.9
func (this *GreyListAction) Init()
func (*GreyListAction) RunGet ¶ added in v1.3.9
func (this *GreyListAction) RunGet(params struct { FirewallPolicyId int64 ServerId int64 })
type ProvincesAction ¶
type ProvincesAction struct {
actionutils.ParentAction
}
func (*ProvincesAction) Init ¶
func (this *ProvincesAction) Init()
func (*ProvincesAction) RunGet ¶
func (this *ProvincesAction) RunGet(params struct { FirewallPolicyId int64 ServerId int64 })
type SelectCountriesPopupAction ¶ added in v1.2.1
type SelectCountriesPopupAction struct {
actionutils.ParentAction
}
func (*SelectCountriesPopupAction) Init ¶ added in v1.2.1
func (this *SelectCountriesPopupAction) Init()
func (*SelectCountriesPopupAction) RunGet ¶ added in v1.2.1
func (this *SelectCountriesPopupAction) RunGet(params struct { Type string SelectedCountryIds string })
type SelectProvincesPopupAction ¶ added in v1.2.1
type SelectProvincesPopupAction struct {
actionutils.ParentAction
}
func (*SelectProvincesPopupAction) Init ¶ added in v1.2.1
func (this *SelectProvincesPopupAction) Init()
func (*SelectProvincesPopupAction) RunGet ¶ added in v1.2.1
func (this *SelectProvincesPopupAction) RunGet(params struct { Type string SelectedProvinceIds string })
type TestAction ¶ added in v0.0.10
type TestAction struct {
actionutils.ParentAction
}
func (*TestAction) Init ¶ added in v0.0.10
func (this *TestAction) Init()
func (*TestAction) RunGet ¶ added in v0.0.10
func (this *TestAction) RunGet(params struct { ServerId int64 FirewallPolicyId int64 })
type UpdateIPPopupAction ¶
type UpdateIPPopupAction struct {
actionutils.ParentAction
}
func (*UpdateIPPopupAction) Init ¶
func (this *UpdateIPPopupAction) Init()
func (*UpdateIPPopupAction) RunGet ¶
func (this *UpdateIPPopupAction) RunGet(params struct { ItemId int64 })
Click to show internal directories.
Click to hide internal directories.