Documentation ¶
Index ¶
- func Delete(ctx context.Context, service *zscaler.Service, groupID int) (*http.Response, error)
- type NetworkApplicationGroups
- func Create(ctx context.Context, service *zscaler.Service, ...) (*NetworkApplicationGroups, error)
- func GetAllNetworkApplicationGroups(ctx context.Context, service *zscaler.Service) ([]NetworkApplicationGroups, error)
- func GetNetworkApplicationGroups(ctx context.Context, service *zscaler.Service, groupID int) (*NetworkApplicationGroups, error)
- func GetNetworkApplicationGroupsByName(ctx context.Context, service *zscaler.Service, appGroupsName string) (*NetworkApplicationGroups, error)
- func Update(ctx context.Context, service *zscaler.Service, groupID int, ...) (*NetworkApplicationGroups, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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)
Click to show internal directories.
Click to hide internal directories.