Documentation ¶
Overview ¶
Package bfd is the client.Network.BfdProfile namespace.
Normalized object: Entry
Index ¶
- Constants
- type Entry
- type FwBfd
- func (c *FwBfd) Delete(e ...interface{}) error
- func (c *FwBfd) Edit(e Entry) error
- func (c *FwBfd) Get(name string) (Entry, error)
- func (c *FwBfd) GetList() ([]string, error)
- func (c *FwBfd) Initialize(con util.XapiClient)
- func (c *FwBfd) Set(e ...Entry) error
- func (c *FwBfd) Show(name string) (Entry, error)
- func (c *FwBfd) ShowList() ([]string, error)
- type PanoBfd
- func (c *PanoBfd) Delete(tmpl, ts string, e ...interface{}) error
- func (c *PanoBfd) Edit(tmpl, ts string, e Entry) error
- func (c *PanoBfd) Get(tmpl, ts, name string) (Entry, error)
- func (c *PanoBfd) GetList(tmpl, ts string) ([]string, error)
- func (c *PanoBfd) Initialize(con util.XapiClient)
- func (c *PanoBfd) Set(tmpl, ts string, e ...Entry) error
- func (c *PanoBfd) Show(tmpl, ts, name string) (Entry, error)
- func (c *PanoBfd) ShowList(tmpl, ts string) ([]string, error)
Constants ¶
View Source
const ( ModeActive = "active" ModePassive = "passive" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Name string Mode string MinimumTxInterval int MinimumRxInterval int DetectionMultiplier int HoldTime int MinimumRxTtl int }
Entry is a normalized, version independent representation of a BFD profile.
type FwBfd ¶
type FwBfd struct {
// contains filtered or unexported fields
}
FwBfd is a namespace struct, included as part of pango.Client.
func (*FwBfd) Delete ¶
Delete removes the given BFD profiles from the firewall.
Profiles can be either a string or an Entry object.
func (*FwBfd) Initialize ¶
func (c *FwBfd) Initialize(con util.XapiClient)
Initialize is invoked when Initialize on the pango.Client is called.
type PanoBfd ¶
type PanoBfd struct {
// contains filtered or unexported fields
}
PanoBfd is a namespace struct, included as part of pango.Client.
func (*PanoBfd) Delete ¶
Delete removes the given BFD profiles from the firewall.
Profiles can be either a string or an Entry object.
func (*PanoBfd) Initialize ¶
func (c *PanoBfd) Initialize(con util.XapiClient)
Initialize is invoked when Initialize on the pango.Client is called.
Click to show internal directories.
Click to hide internal directories.