networkapplicationgroups

package
v3.0.8 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete

func Delete(ctx context.Context, service *zscaler.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

func Create(ctx context.Context, service *zscaler.Service, applicationGroup *NetworkApplicationGroups) (*NetworkApplicationGroups, error)

func GetAllNetworkApplicationGroups

func GetAllNetworkApplicationGroups(ctx context.Context, service *zscaler.Service) ([]NetworkApplicationGroups, error)

func GetNetworkApplicationGroups

func GetNetworkApplicationGroups(ctx context.Context, service *zscaler.Service, groupID int) (*NetworkApplicationGroups, error)

func GetNetworkApplicationGroupsByName

func GetNetworkApplicationGroupsByName(ctx context.Context, service *zscaler.Service, appGroupsName string) (*NetworkApplicationGroups, error)

func Update

func Update(ctx context.Context, service *zscaler.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