Documentation ¶
Index ¶
- func Delete(service *services.Service, groupID int) (*http.Response, error)
- type NetworkApplicationGroups
- func Create(service *services.Service, applicationGroup *NetworkApplicationGroups) (*NetworkApplicationGroups, error)
- func GetAllNetworkApplicationGroups(service *services.Service) ([]NetworkApplicationGroups, error)
- func GetNetworkApplicationGroups(service *services.Service, groupID int) (*NetworkApplicationGroups, error)
- func GetNetworkApplicationGroupsByName(service *services.Service, appGroupsName string) (*NetworkApplicationGroups, error)
- func Update(service *services.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 ¶ 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)
Click to show internal directories.
Click to hide internal directories.