Versions in this module Expand all Collapse all v0 v0.2.0 Jul 9, 2019 Changes in this version + type Entry struct + AdjustTcpMss bool + Comment string + CreateDhcpDefaultRoute bool + DecryptForward bool + DhcpDefaultRouteMetric int + DhcpSendHostnameEnable bool + DhcpSendHostnameValue string + EnableDhcp bool + Ipv4MssAdjust int + Ipv6Enabled bool + Ipv6InterfaceId string + Ipv6MssAdjust int + ManagementProfile string + Mtu int + Name string + NetflowProfile string + StaticIps []string + Tag int + func (o *Entry) Copy(s Entry) + type FwLayer3 struct + func (c *FwLayer3) Delete(eth string, e ...interface{}) error + func (c *FwLayer3) Edit(vsys, eth string, e Entry) error + func (c *FwLayer3) Get(eth, name string) (Entry, error) + func (c *FwLayer3) GetList(eth string) ([]string, error) + func (c *FwLayer3) Initialize(con util.XapiClient) + func (c *FwLayer3) Set(vsys, eth string, e ...Entry) error + func (c *FwLayer3) Show(eth, name string) (Entry, error) + func (c *FwLayer3) ShowList(eth string) ([]string, error) + type PanoLayer3 struct + func (c *PanoLayer3) Delete(tmpl, ts, eth string, e ...interface{}) error + func (c *PanoLayer3) Edit(tmpl, ts, vsys, eth string, e Entry) error + func (c *PanoLayer3) Get(tmpl, ts, eth, name string) (Entry, error) + func (c *PanoLayer3) GetList(tmpl, ts, eth string) ([]string, error) + func (c *PanoLayer3) Initialize(con util.XapiClient) + func (c *PanoLayer3) Set(vsys, tmpl, ts, eth string, e ...Entry) error + func (c *PanoLayer3) Show(tmpl, ts, eth, name string) (Entry, error) + func (c *PanoLayer3) ShowList(tmpl, ts, eth string) ([]string, error)