Documentation ¶
Overview ¶
Package andcond is the client.Objects.AppSigAndCond namespace.
Normalized object: Entry
Index ¶
- type Entry
- type FwAndCond
- func (c *FwAndCond) Delete(vsys, app, sig string, e ...interface{}) error
- func (c *FwAndCond) Edit(vsys, app, sig string, e Entry) error
- func (c *FwAndCond) Get(vsys, app, sig, name string) (Entry, error)
- func (c *FwAndCond) GetList(vsys, app, sig string) ([]string, error)
- func (c *FwAndCond) Initialize(con util.XapiClient)
- func (c *FwAndCond) Set(vsys, app, sig string, e ...Entry) error
- func (c *FwAndCond) Show(vsys, app, sig, name string) (Entry, error)
- func (c *FwAndCond) ShowList(vsys, app, sig string) ([]string, error)
- type PanoAndCond
- func (c *PanoAndCond) Delete(dg, app, sig string, e ...interface{}) error
- func (c *PanoAndCond) Edit(dg, app, sig string, e Entry) error
- func (c *PanoAndCond) Get(dg, app, sig, name string) (Entry, error)
- func (c *PanoAndCond) GetList(dg, app, sig string) ([]string, error)
- func (c *PanoAndCond) Initialize(con util.XapiClient)
- func (c *PanoAndCond) Set(dg, app, sig string, e ...Entry) error
- func (c *PanoAndCond) Show(dg, app, sig, name string) (Entry, error)
- func (c *PanoAndCond) ShowList(dg, app, sig string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Name string // contains filtered or unexported fields }
Entry is a normalized, version independent representation of an application signature and-condition.
type FwAndCond ¶
type FwAndCond struct {
// contains filtered or unexported fields
}
FwAndCond is the client.Objects.AppSigAndCond namespace.
func (*FwAndCond) Delete ¶
Delete removes the given objects.
Objects can be a string or an Entry object.
func (*FwAndCond) Initialize ¶
func (c *FwAndCond) Initialize(con util.XapiClient)
Initialize is invoked by client.Initialize().
type PanoAndCond ¶
type PanoAndCond struct {
// contains filtered or unexported fields
}
PanoAndCond is the client.Objects.AppSigAndCond namespace.
func (*PanoAndCond) Delete ¶
func (c *PanoAndCond) Delete(dg, app, sig string, e ...interface{}) error
Delete removes the given objects.
Objects can be a string or an Entry object.
func (*PanoAndCond) Edit ¶
func (c *PanoAndCond) Edit(dg, app, sig string, e Entry) error
Edit performs EDIT to create / update one object.
func (*PanoAndCond) Get ¶
func (c *PanoAndCond) Get(dg, app, sig, name string) (Entry, error)
Get performs GET to retrieve information for the given uid.
func (*PanoAndCond) GetList ¶
func (c *PanoAndCond) GetList(dg, app, sig string) ([]string, error)
GetList performs GET to retrieve a list of values.
func (*PanoAndCond) Initialize ¶
func (c *PanoAndCond) Initialize(con util.XapiClient)
Initialize is invoked by client.Initialize().
func (*PanoAndCond) Set ¶
func (c *PanoAndCond) Set(dg, app, sig string, e ...Entry) error
Set performs SET to create / update one or more objects.