Documentation ¶
Overview ¶
Package conadv is the client.Network.BgpConditionalAdv namespace.
Normalized object: Entry
Index ¶
- type Entry
- type FwConAdv
- func (c *FwConAdv) Delete(vr string, e ...interface{}) error
- func (c *FwConAdv) Edit(vr string, e Entry) error
- func (c *FwConAdv) Get(vr, name string) (Entry, error)
- func (c *FwConAdv) GetList(vr string) ([]string, error)
- func (c *FwConAdv) Initialize(con util.XapiClient)
- func (c *FwConAdv) Set(vr string, e ...Entry) error
- func (c *FwConAdv) Show(vr, name string) (Entry, error)
- func (c *FwConAdv) ShowList(vr string) ([]string, error)
- type PanoConAdv
- func (c *PanoConAdv) Delete(tmpl, ts, vr string, e ...interface{}) error
- func (c *PanoConAdv) Edit(tmpl, ts, vr string, e Entry) error
- func (c *PanoConAdv) Get(tmpl, ts, vr, name string) (Entry, error)
- func (c *PanoConAdv) GetList(tmpl, ts, vr string) ([]string, error)
- func (c *PanoConAdv) Initialize(con util.XapiClient)
- func (c *PanoConAdv) Set(tmpl, ts, vr string, e ...Entry) error
- func (c *PanoConAdv) Show(tmpl, ts, vr, name string) (Entry, error)
- func (c *PanoConAdv) ShowList(tmpl, ts, vr 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 Enable bool UsedBy []string // contains filtered or unexported fields }
Entry is a normalized, version independent representation of a BGP conditional advertisement.
type FwConAdv ¶
type FwConAdv struct {
// contains filtered or unexported fields
}
FwConAdv is the client.Network.BgpConditionalAdv namespace.
func (*FwConAdv) Delete ¶
Delete removes the given objects.
Objects can be a string or an Entry object.
func (*FwConAdv) Initialize ¶
func (c *FwConAdv) Initialize(con util.XapiClient)
Initialize is invoked by client.Initialize().
type PanoConAdv ¶
type PanoConAdv struct {
// contains filtered or unexported fields
}
PanoConAdv is the client.Network.BgpConditionalAdv namespace.
func (*PanoConAdv) Delete ¶
func (c *PanoConAdv) Delete(tmpl, ts, vr string, e ...interface{}) error
Delete removes the given objects.
Objects can be a string or an Entry object.
func (*PanoConAdv) Edit ¶
func (c *PanoConAdv) Edit(tmpl, ts, vr string, e Entry) error
Edit performs EDIT to create / update one object.
func (*PanoConAdv) Get ¶
func (c *PanoConAdv) Get(tmpl, ts, vr, name string) (Entry, error)
Get performs GET to retrieve information for the given uid.
func (*PanoConAdv) GetList ¶
func (c *PanoConAdv) GetList(tmpl, ts, vr string) ([]string, error)
GetList performs GET to retrieve a list of values.
func (*PanoConAdv) Initialize ¶
func (c *PanoConAdv) Initialize(con util.XapiClient)
Initialize is invoked by client.Initialize().
func (*PanoConAdv) Set ¶
func (c *PanoConAdv) Set(tmpl, ts, vr string, e ...Entry) error
Set performs SET to create / update one or more objects.
Directories ¶
Path | Synopsis |
---|---|
filter
|
|
advertise
Package advertise is the client.Network.BgpConAdvAdvertiseFilter namespace.
|
Package advertise is the client.Network.BgpConAdvAdvertiseFilter namespace. |
nonexist
Package nonexist is the client.Network.BgpConAdvNonExistFilter namespace.
|
Package nonexist is the client.Network.BgpConAdvNonExistFilter namespace. |