networkservices

package
v2.61.12 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2024 License: MIT Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete added in v2.61.0

func Delete(service *services.Service, serviceID int) (*http.Response, error)

Types

type NetworkPorts

type NetworkPorts struct {
	Start int `json:"start,omitempty"`
	End   int `json:"end,omitempty"`
}

type NetworkServices

type NetworkServices struct {
	ID            int            `json:"id"`
	Name          string         `json:"name,omitempty"`
	Tag           string         `json:"tag,omitempty"`
	SrcTCPPorts   []NetworkPorts `json:"srcTcpPorts,omitempty"`
	DestTCPPorts  []NetworkPorts `json:"destTcpPorts,omitempty"`
	SrcUDPPorts   []NetworkPorts `json:"srcUdpPorts,omitempty"`
	DestUDPPorts  []NetworkPorts `json:"destUdpPorts,omitempty"`
	Type          string         `json:"type,omitempty"`
	Description   string         `json:"description,omitempty"`
	Protocol      string         `json:"protocol,omitempty"`
	IsNameL10nTag bool           `json:"isNameL10nTag,omitempty"`
}

func Create added in v2.61.0

func Create(service *services.Service, networkService *NetworkServices) (*NetworkServices, error)

func Get added in v2.61.0

func Get(service *services.Service, serviceID int) (*NetworkServices, error)

func GetAllNetworkServices added in v2.61.0

func GetAllNetworkServices(service *services.Service) ([]NetworkServices, error)

func GetByName added in v2.61.0

func GetByName(service *services.Service, networkServiceName string) (*NetworkServices, error)

func Update added in v2.61.0

func Update(service *services.Service, serviceID int, networkService *NetworkServices) (*NetworkServices, *http.Response, error)

Jump to

Keyboard shortcuts

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