path

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2023 License: ISC Imports: 5 Imported by: 0

Documentation

Overview

Package path is the client.Device.HaPathMonitorGroup namespace.

Normalized object: Entry

Index

Constants

View Source
const (
	// FailureCondition Values
	FailureConditionAny = "any"
	FailureConditionAll = "all"

	// gType Values
	VirtualWire   = "virtual-wire"
	Vlan          = "vlan"
	VirtualRouter = "virtual-router"
	LogicalRouter = "logical-router"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DstIpGroup

type DstIpGroup struct {
	Name             string
	Enable           bool
	FailureCondition string
	DstIps           []string // unordered
}

type Entry

type Entry struct {
	Name             string
	Enable           bool
	SrcIp            string // virtual-wire, vlan
	FailureCondition string
	PingInterval     int
	PingCount        int
	DstIpGroups      []DstIpGroup
}

Entry is a normalized, version independent representation of a HA path monitor group.

func (*Entry) Copy

func (o *Entry) Copy(s Entry)

func (Entry) Specify

func (o Entry) Specify(v version.Number) (string, interface{})

type Firewall

type Firewall struct {
	// contains filtered or unexported fields
}

Firewall is the client.Device.HaPathMonitorGroup namespace.

func FirewallNamespace

func FirewallNamespace(client util.XapiClient) *Firewall

FirewallNamespace returns an initialized namespace.

func (*Firewall) Delete

func (c *Firewall) Delete(gType string, e ...interface{}) error

Delete performs DELETE to remove the specified objects.

Objects can be either a string or an Entry object.

func (*Firewall) Edit

func (c *Firewall) Edit(gType string, e Entry) error

Edit performs EDIT to configure the specified object.

func (*Firewall) Get

func (c *Firewall) Get(gType, name string) (Entry, error)

Get performs GET to retrieve information for the given object.

func (*Firewall) GetAll

func (c *Firewall) GetAll(gType string) ([]Entry, error)

GetAll performs GET to retrieve all objects configured.

func (*Firewall) GetList

func (c *Firewall) GetList(gType string) ([]string, error)

GetList performs GET to retrieve a list of all objects.

func (*Firewall) Set

func (c *Firewall) Set(gType string, e ...Entry) error

Set performs SET to configure the specified objects.

func (*Firewall) Show

func (c *Firewall) Show(gType, name string) (Entry, error)

Show performs SHOW to retrieve information for the given object.

func (*Firewall) ShowAll

func (c *Firewall) ShowAll(gType string) ([]Entry, error)

ShowAll performs SHOW to retrieve information for all objects.

func (*Firewall) ShowList

func (c *Firewall) ShowList(gType string) ([]string, error)

ShowList performs SHOW to retrieve a list of all objects.

Jump to

Keyboard shortcuts

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