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