Documentation ¶
Overview ¶
Package ipv4 is the client.Network.IpsecTunnelProxyId namespace.
Normalized object: Entry
Index ¶
- type Entry
- type FwIpv4
- func (c *FwIpv4) Delete(tun string, e ...interface{}) error
- func (c *FwIpv4) Edit(tun string, e Entry) error
- func (c *FwIpv4) Get(tun, name string) (Entry, error)
- func (c *FwIpv4) GetList(tun string) ([]string, error)
- func (c *FwIpv4) Initialize(con util.XapiClient)
- func (c *FwIpv4) Set(tun string, e ...Entry) error
- func (c *FwIpv4) Show(tun, name string) (Entry, error)
- func (c *FwIpv4) ShowList(tun string) ([]string, error)
- type PanoIpv4
- func (c *PanoIpv4) Delete(tmpl, ts, tun string, e ...interface{}) error
- func (c *PanoIpv4) Edit(tmpl, ts, tun string, e Entry) error
- func (c *PanoIpv4) Get(tmpl, ts, tun, name string) (Entry, error)
- func (c *PanoIpv4) GetList(tmpl, ts, tun string) ([]string, error)
- func (c *PanoIpv4) Initialize(con util.XapiClient)
- func (c *PanoIpv4) Set(tmpl, ts, tun string, e ...Entry) error
- func (c *PanoIpv4) Show(tmpl, ts, tun, name string) (Entry, error)
- func (c *PanoIpv4) ShowList(tmpl, ts, tun 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 Local string Remote string ProtocolAny bool ProtocolNumber int ProtocolTcpLocal int ProtocolTcpRemote int ProtocolUdpLocal int ProtocolUdpRemote int }
Entry is a normalized, version independent representation of an interface management profile.
type FwIpv4 ¶
type FwIpv4 struct {
// contains filtered or unexported fields
}
FwIpv4 is a namespace struct, included as part of pango.Firewall.
func (*FwIpv4) Delete ¶
Delete removes the given IPSec tunnel proxy IDs from the firewall.
Items can be either a string or an Entry object.
func (*FwIpv4) Initialize ¶
func (c *FwIpv4) Initialize(con util.XapiClient)
Initialize is invoked when Initialize on the pango.Client is called.
type PanoIpv4 ¶
type PanoIpv4 struct {
// contains filtered or unexported fields
}
PanoIpv4 is a namespace struct, included as part of pango.Firewall.
func (*PanoIpv4) Delete ¶
Delete removes the given IPSec tunnel proxy IDs from the firewall.
Items can be either a string or an Entry object.
func (*PanoIpv4) Get ¶
Get performs GET to retrieve information for the given IPSec tunnel proxy ID.
func (*PanoIpv4) Initialize ¶
func (c *PanoIpv4) Initialize(con util.XapiClient)
Initialize is invoked when Initialize on the pango.Client is called.