Documentation ¶
Overview ¶
Package group is the client.Objects.AppGroup namespace.
Normalized object: Entry
Index ¶
- type Entry
- type FwGroup
- func (c *FwGroup) Delete(vsys string, e ...interface{}) error
- func (c *FwGroup) Edit(vsys string, e Entry) error
- func (c *FwGroup) Get(vsys, name string) (Entry, error)
- func (c *FwGroup) GetList(vsys string) ([]string, error)
- func (c *FwGroup) Initialize(con util.XapiClient)
- func (c *FwGroup) Set(vsys string, e ...Entry) error
- func (c *FwGroup) Show(vsys, name string) (Entry, error)
- func (c *FwGroup) ShowList(vsys string) ([]string, error)
- type PanoGroup
- func (c *PanoGroup) Delete(dg string, e ...interface{}) error
- func (c *PanoGroup) Edit(dg string, e Entry) error
- func (c *PanoGroup) Get(dg, name string) (Entry, error)
- func (c *PanoGroup) GetList(dg string) ([]string, error)
- func (c *PanoGroup) Initialize(con util.XapiClient)
- func (c *PanoGroup) Set(dg string, e ...Entry) error
- func (c *PanoGroup) Show(dg, name string) (Entry, error)
- func (c *PanoGroup) ShowList(dg string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FwGroup ¶
type FwGroup struct {
// contains filtered or unexported fields
}
FwGroup is the client.Objects.AppGroup namespace.
func (*FwGroup) Delete ¶
Delete removes the given objects.
Objects can be a string or an Entry object.
func (*FwGroup) Initialize ¶
func (c *FwGroup) Initialize(con util.XapiClient)
Initialize is invoked by client.Initialize().
type PanoGroup ¶
type PanoGroup struct {
// contains filtered or unexported fields
}
PanoGroup is the client.Objects.AppGroup namespace.
func (*PanoGroup) Delete ¶
Delete removes the given objects.
Objects can be a string or an Entry object.
func (*PanoGroup) Initialize ¶
func (c *PanoGroup) Initialize(con util.XapiClient)
Initialize is invoked by client.Initialize().
Click to show internal directories.
Click to hide internal directories.