Documentation ¶
Overview ¶
Package ospf is the client.Network.OspfConfig namespace.
Normalized object: Config
Index ¶
- type Config
- type Firewall
- func (c *Firewall) Delete(vr string) error
- func (c *Firewall) Edit(vr string, e Config) error
- func (c *Firewall) FromPanosConfig(vr string) (Config, error)
- func (c *Firewall) Get(vr string) (Config, error)
- func (c *Firewall) Set(vr string, e Config) error
- func (c *Firewall) Show(vr string) (Config, error)
- type Panorama
- func (c *Panorama) Delete(tmpl, ts, vr string) error
- func (c *Panorama) Edit(tmpl, ts, vr string, e Config) error
- func (c *Panorama) FromPanosConfig(tmpl, ts, vr string) (Config, error)
- func (c *Panorama) Get(tmpl, ts, vr string) (Config, error)
- func (c *Panorama) Set(tmpl, ts, vr string, e Config) error
- func (c *Panorama) Show(tmpl, ts, vr string) (Config, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Enable bool RouterId string RejectDefaultRoute bool AllowRedistributeDefaultRoute bool Rfc1583 bool SpfCalculationDelay float64 LsaInterval float64 EnableGracefulRestart bool GracePeriod int HelperEnable bool StrictLsaChecking bool MaxNeighborRestartTime int BfdProfile string // BFD profile or "None" to disable BFD // contains filtered or unexported fields }
Config is a normalized, version independent representation of a virtual router's OSPF configuration.
type Firewall ¶
type Firewall struct {
// contains filtered or unexported fields
}
Firewall is the client.Network.BgpConfig namespace.
func FirewallNamespace ¶
func FirewallNamespace(client util.XapiClient) *Firewall
FirewallNamespace returns an initialized namespace.
func (*Firewall) FromPanosConfig ¶
FromPanosConfig retrieves the object stored in the retrieved config.
type Panorama ¶
type Panorama struct {
// contains filtered or unexported fields
}
Panorama is the client.Network.OspfConfig namespace.
func PanoramaNamespace ¶
func PanoramaNamespace(client util.XapiClient) *Panorama
PanoramaNamespace returns an initialized namespace.
func (*Panorama) FromPanosConfig ¶
FromPanosConfig retrieves the object stored in the retrieved config.
Directories ¶
Path | Synopsis |
---|---|
Package area is the client.Network.OspfArea namespace.
|
Package area is the client.Network.OspfArea namespace. |
iface
Package iface is the client.Network.OspfAreaInterface namespace.
|
Package iface is the client.Network.OspfAreaInterface namespace. |
vlink
Package vlink is the client.Network.OspfAreaVirtualLink namespace.
|
Package vlink is the client.Network.OspfAreaVirtualLink namespace. |
Package exp is the client.Network.OspfExport namespace.
|
Package exp is the client.Network.OspfExport namespace. |
profile
|
|
auth
Package auth is the client.Network.OspfAuthProfile namespace.
|
Package auth is the client.Network.OspfAuthProfile namespace. |
Click to show internal directories.
Click to hide internal directories.