Documentation ¶
Overview ¶
Package logcollector is the client.Panorama.LogCollectorGroupDevice namespace.
Normalized object: Entry
Index ¶
- type Entry
- type Panorama
- func (c *Panorama) Delete(logcollectorgroup string, e ...interface{}) error
- func (c *Panorama) Edit(logcollectorgroup string, e Entry) error
- func (c *Panorama) Get(logcollectorgroup string, name string) (Entry, error)
- func (c *Panorama) GetAll(logcollectorgroup string) ([]Entry, error)
- func (c *Panorama) GetList(logcollectorgroup string) ([]string, error)
- func (c *Panorama) Set(logcollectorgroup string, e ...Entry) error
- func (c *Panorama) Show(logcollectorgroup string, name string) (Entry, error)
- func (c *Panorama) ShowAll(logcollectorgroup string) ([]Entry, error)
- func (c *Panorama) ShowList(logcollectorgroup string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Name string // contains filtered or unexported fields }
Entry is a normalized, version independent representation of a device group.
Devices is a map where the key is the serial number of the target device and the value is a list of specific vsys on that device. The list of vsys is nil if all vsys on that device should be included or if the device is a virtual firewall (and thus only has vsys1).
type Panorama ¶
type Panorama struct {
// contains filtered or unexported fields
}
Panorama is the client.Panorama.LogCollectorGroupDevice namespace.
func PanoramaNamespace ¶
func PanoramaNamespace(client util.XapiClient) *Panorama
PanoramaNamespace returns an initialized namespace.
func (*Panorama) Delete ¶
Delete performs DELETE to remove the specified objects.
Objects can be either a string or an Entry object.