Documentation ¶
Overview ¶
Package filetype is the client.Predefined.TdbFileType namespace.
Normalized object: Entry
Index ¶
- type Entry
- type Firewall
- func (c *Firewall) Get(name string) (Entry, error)
- func (c *Firewall) GetList() ([]string, error)
- func (c *Firewall) GetMatches(expr string) ([]Entry, error)
- func (c *Firewall) Show(name string) (Entry, error)
- func (c *Firewall) ShowList() ([]string, error)
- func (c *Firewall) ShowMatches(expr string) ([]Entry, error)
- type Panorama
- func (c *Panorama) Get(name string) (Entry, error)
- func (c *Panorama) GetList() ([]string, error)
- func (c *Panorama) GetMatches(expr string) ([]Entry, error)
- func (c *Panorama) Show(name string) (Entry, error)
- func (c *Panorama) ShowList() ([]string, error)
- func (c *Panorama) ShowMatches(expr string) ([]Entry, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Name string Id int ThreatName string FullName string DataIdent bool FileTypeIdent bool }
Entry is a normalized, version independent representation of a threat.
type Firewall ¶
type Firewall struct {
// contains filtered or unexported fields
}
Firewall is the client.Predefined.TdbFileType namespace.
func FirewallNamespace ¶
func FirewallNamespace(client util.XapiClient) *Firewall
FirewallNamespace returns an initialized namespace.
func (*Firewall) GetMatches ¶
GetMatches performs GET to retrieve a list of objects whose full name matches the given regex.
type Panorama ¶
type Panorama struct {
// contains filtered or unexported fields
}
Panorama is the client.Predefined.TdbFileType namespace.
func PanoramaNamespace ¶
func PanoramaNamespace(client util.XapiClient) *Panorama
PanoramaNamespace returns an initialized namespace.
func (*Panorama) GetMatches ¶
GetMatches performs GET to retrieve a list of objects whose full name matches the given regex.
Click to show internal directories.
Click to hide internal directories.