Documentation ¶
Overview ¶
Package general is the client.Device.SettingManagement namespace.
Normalized object: Config
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Template string EnableLogHighDpLoad *bool ThreatVaultAccess *bool EnableHighSpeedLogForwarding *bool SupportUtf8ForLogOutput *bool TrafficStopOnLogdbFull *bool HostnameTypeInSyslog string FailedAttempts *int LockoutTime *int MaxSessionCount *int MaxSessionTime *int IdleTimeout *int Internal bool // flag to know if it's a panorama resource }
Config is a normalized, version independent representation of a device's setting management.
type Firewall ¶
type Firewall struct {
// contains filtered or unexported fields
}
Firewall is a namespace struct, included as part of pango.Client.
func FirewallNamespace ¶
func FirewallNamespace(client util.XapiClient) *Firewall
FirewallNamespace returns an initialized namespace.
type Panorama ¶
type Panorama struct {
// contains filtered or unexported fields
}
Panorama is the client.Device.SettingManagement namespace.
func PanoramaNamespace ¶
func PanoramaNamespace(client util.XapiClient) *Panorama
PanoramaNamespace returns an initialized namespace.
Click to show internal directories.
Click to hide internal directories.