Documentation ¶
Overview ¶
Package srvcgrp is the client.Objects.ServiceGroup namespace.
Normalized object: Entry
Index ¶
- type Entry
- type FwSrvcGrp
- func (c *FwSrvcGrp) Delete(vsys string, e ...interface{}) error
- func (c *FwSrvcGrp) Edit(vsys string, e Entry) error
- func (c *FwSrvcGrp) Get(vsys, name string) (Entry, error)
- func (c *FwSrvcGrp) GetList(vsys string) ([]string, error)
- func (c *FwSrvcGrp) Initialize(con util.XapiClient)
- func (c *FwSrvcGrp) Set(vsys string, e ...Entry) error
- func (c *FwSrvcGrp) Show(vsys, name string) (Entry, error)
- func (c *FwSrvcGrp) ShowList(vsys string) ([]string, error)
- type PanoSrvcGrp
- func (c *PanoSrvcGrp) Delete(dg string, e ...interface{}) error
- func (c *PanoSrvcGrp) Edit(dg string, e Entry) error
- func (c *PanoSrvcGrp) Get(dg, name string) (Entry, error)
- func (c *PanoSrvcGrp) GetList(dg string) ([]string, error)
- func (c *PanoSrvcGrp) Initialize(con util.XapiClient)
- func (c *PanoSrvcGrp) Set(dg string, e ...Entry) error
- func (c *PanoSrvcGrp) Show(dg, name string) (Entry, error)
- func (c *PanoSrvcGrp) ShowList(dg string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FwSrvcGrp ¶
type FwSrvcGrp struct {
// contains filtered or unexported fields
}
FwSrvcGrp is a namespace struct, included as part of pango.Client.
func (*FwSrvcGrp) Delete ¶
Delete removes the given service groups from the firewall.
Service groups can be either a string or an Entry object.
func (*FwSrvcGrp) Initialize ¶
func (c *FwSrvcGrp) Initialize(con util.XapiClient)
Initialize is invoked when Initialize on the pango.Client is called.
type PanoSrvcGrp ¶
type PanoSrvcGrp struct {
// contains filtered or unexported fields
}
PanoSrvcGrp is a namespace struct, included as part of pango.Client.
func (*PanoSrvcGrp) Delete ¶
func (c *PanoSrvcGrp) Delete(dg string, e ...interface{}) error
Delete removes the given service groups from the firewall.
Service groups can be either a string or an Entry object.
func (*PanoSrvcGrp) Edit ¶
func (c *PanoSrvcGrp) Edit(dg string, e Entry) error
Edit performs EDIT to create / update a service group.
func (*PanoSrvcGrp) Get ¶
func (c *PanoSrvcGrp) Get(dg, name string) (Entry, error)
Get performs GET to retrieve information for the given service group.
func (*PanoSrvcGrp) GetList ¶
func (c *PanoSrvcGrp) GetList(dg string) ([]string, error)
GetList performs GET to retrieve a list of service groups.
func (*PanoSrvcGrp) Initialize ¶
func (c *PanoSrvcGrp) Initialize(con util.XapiClient)
Initialize is invoked when Initialize on the pango.Client is called.
func (*PanoSrvcGrp) Set ¶
func (c *PanoSrvcGrp) Set(dg string, e ...Entry) error
Set performs SET to create / update one or more service groups.