networkapplicationgroups

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, groupID int) (*http.Response, error)

Types

type NetworkApplicationGroups

type NetworkApplicationGroups struct {
	ID                  int      `json:"id"`
	Name                string   `json:"name,omitempty"`
	NetworkApplications []string `json:"networkApplications,omitempty"`
	Description         string   `json:"description,omitempty"`
}

func Create added in v2.61.0

func Create(service *services.Service, applicationGroup *NetworkApplicationGroups) (*NetworkApplicationGroups, error)

func GetAllNetworkApplicationGroups added in v2.61.0

func GetAllNetworkApplicationGroups(service *services.Service) ([]NetworkApplicationGroups, error)

func GetNetworkApplicationGroups added in v2.61.0

func GetNetworkApplicationGroups(service *services.Service, groupID int) (*NetworkApplicationGroups, error)

func GetNetworkApplicationGroupsByName added in v2.61.0

func GetNetworkApplicationGroupsByName(service *services.Service, appGroupsName string) (*NetworkApplicationGroups, error)

func Update added in v2.61.0

func Update(service *services.Service, groupID int, applicationGroup *NetworkApplicationGroups) (*NetworkApplicationGroups, *http.Response, error)

Jump to

Keyboard shortcuts

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