Documentation
¶
Overview ¶
Package dev is the client.Device namespace.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FwDev ¶
type FwDev struct {
EmailServer *emailsrv.FwServer
EmailServerProfile *email.FwEmail
GeneralSettings *general.Firewall
HaConfig *ha.Firewall
HaLinkMonitorGroup *halink.Firewall
HaPathMonitorGroup *hapath.Firewall
HttpHeader *header.FwHeader
HttpParam *param.FwParam
HttpServer *httpsrv.FwServer
HttpServerProfile *http.FwHttp
SnmpServerProfile *snmp.FwSnmp
SnmpV2cServer *v2c.FwV2c
SnmpV3Server *v3.FwV3
SyslogServer *syslogsrv.FwServer
SyslogServerProfile *syslog.FwSyslog
Telemetry *telemetry.FwTelemetry
}
FwDev is the client.Device namespace.
func (*FwDev) Initialize ¶
func (c *FwDev) Initialize(i util.XapiClient)
Initialize is invoked on client.Initialize().
type PanoDev ¶ added in v0.2.0
type PanoDev struct {
EmailServer *emailsrv.PanoServer
EmailServerProfile *email.PanoEmail
HttpHeader *header.PanoHeader
HttpParam *param.PanoParam
HttpServer *httpsrv.PanoServer
HttpServerProfile *http.PanoHttp
SnmpServerProfile *snmp.PanoSnmp
SnmpV2cServer *v2c.PanoV2c
SnmpV3Server *v3.PanoV3
SyslogServer *syslogsrv.PanoServer
SyslogServerProfile *syslog.PanoSyslog
}
PanoDev is the client.Device namespace.
func (*PanoDev) Initialize ¶ added in v0.2.0
func (c *PanoDev) Initialize(i util.XapiClient)
Initialize is invoked on client.Initialize().
Directories
¶
| Path | Synopsis |
|---|---|
|
Package general is the client.Device.GeneralSettings namespace.
|
Package general is the client.Device.GeneralSettings namespace. |
|
Package ha is the client.Device.HaConfig namespace.
|
Package ha is the client.Device.HaConfig namespace. |
|
monitor/link
Package link is the client.Device.HaLinkMonitorGroup namespace.
|
Package link is the client.Device.HaLinkMonitorGroup namespace. |
|
monitor/path
Package path is the client.Device.HaPathMonitorGroup namespace.
|
Package path is the client.Device.HaPathMonitorGroup namespace. |
|
profile
|
|
|
email
Package email is the client.Object.EmailServerProfile namespace.
|
Package email is the client.Object.EmailServerProfile namespace. |
|
email/server
Package server is the client.Object.EmailServer namespace.
|
Package server is the client.Object.EmailServer namespace. |
|
http
Package http is the client.Object.HttpServerProfile namespace.
|
Package http is the client.Object.HttpServerProfile namespace. |
|
http/header
Package header is the client.Object.HttpHeader namespace.
|
Package header is the client.Object.HttpHeader namespace. |
|
http/param
Package param is the client.Object.HttpParam namespace.
|
Package param is the client.Object.HttpParam namespace. |
|
http/server
Package server is the client.Object.HttpServer namespace.
|
Package server is the client.Object.HttpServer namespace. |
|
snmp
Package snmp is the client.Object.SnmpServerProfile namespace.
|
Package snmp is the client.Object.SnmpServerProfile namespace. |
|
snmp/v2c
Package v2c is the client.Object.SnmpV2cServer namespace.
|
Package v2c is the client.Object.SnmpV2cServer namespace. |
|
snmp/v3
Package v3 is the client.Object.SnmpV3Server namespace.
|
Package v3 is the client.Object.SnmpV3Server namespace. |
|
syslog
Package syslog is the client.Object.SyslogServerProfile namespace.
|
Package syslog is the client.Object.SyslogServerProfile namespace. |
|
syslog/server
Package server is the client.Object.SyslogServer namespace.
|
Package server is the client.Object.SyslogServer namespace. |
|
Package telemetry is the firewall.Device.Telemetry namespace.
|
Package telemetry is the firewall.Device.Telemetry namespace. |
Click to show internal directories.
Click to hide internal directories.