panw

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2024 License: BSD-3-Clause-Clear Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Device

type Device struct {
	Hostname     string
	SerialNumber string
	IPAddress    string
	Version      string
	Platform     string
}

type Firewall

type Firewall struct {
	Name string

	Device Device
	// contains filtered or unexported fields
}

func NewFirewall

func NewFirewall(device Device, username, password string) (*Firewall, error)

func (*Firewall) Check

func (fw *Firewall) Check() (bool, error)

func (*Firewall) ExportDeviceState

func (fw *Firewall) ExportDeviceState(dir string) (string, error)

type Panorama

type Panorama struct {
	Host string
	// contains filtered or unexported fields
}

func NewPanorama

func NewPanorama(host, username, password string) (*Panorama, error)

func (*Panorama) Check

func (pra *Panorama) Check() (bool, error)

func (*Panorama) ConnectedDevices

func (pra *Panorama) ConnectedDevices() ([]Device, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL