Documentation ¶
Index ¶
- type NetworkServiceGroups
- type Service
- func (service *Service) CreateNetworkServiceGroups(networkServiceGroups *NetworkServiceGroups) (*NetworkServiceGroups, error)
- func (service *Service) DeleteNetworkServiceGroups(serviceGroupID int) (*http.Response, error)
- func (service *Service) GetAllNetworkServiceGroups() ([]NetworkServiceGroups, error)
- func (service *Service) GetNetworkServiceGroups(serviceGroupID int) (*NetworkServiceGroups, error)
- func (service *Service) GetNetworkServiceGroupsByName(serviceGroupsName string) (*NetworkServiceGroups, error)
- func (service *Service) UpdateNetworkServiceGroups(serviceGroupID int, networkServiceGroups *NetworkServiceGroups) (*NetworkServiceGroups, *http.Response, error)
- type Services
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkServiceGroups ¶
type Service ¶
func (*Service) CreateNetworkServiceGroups ¶
func (service *Service) CreateNetworkServiceGroups(networkServiceGroups *NetworkServiceGroups) (*NetworkServiceGroups, error)
func (*Service) DeleteNetworkServiceGroups ¶
func (*Service) GetAllNetworkServiceGroups ¶
func (service *Service) GetAllNetworkServiceGroups() ([]NetworkServiceGroups, error)
func (*Service) GetNetworkServiceGroups ¶
func (service *Service) GetNetworkServiceGroups(serviceGroupID int) (*NetworkServiceGroups, error)
func (*Service) GetNetworkServiceGroupsByName ¶
func (service *Service) GetNetworkServiceGroupsByName(serviceGroupsName string) (*NetworkServiceGroups, error)
func (*Service) UpdateNetworkServiceGroups ¶
func (service *Service) UpdateNetworkServiceGroups(serviceGroupID int, networkServiceGroups *NetworkServiceGroups) (*NetworkServiceGroups, *http.Response, error)
type Services ¶
type Services struct { ID int `json:"id"` Name string `json:"name,omitempty"` Tag string `json:"tag,omitempty"` SrcTCPPorts []networkservices.NetworkPorts `json:"srcTcpPorts,omitempty"` DestTCPPorts []networkservices.NetworkPorts `json:"destTcpPorts,omitempty"` SrcUDPPorts []networkservices.NetworkPorts `json:"srcUdpPorts,omitempty"` DestUDPPorts []networkservices.NetworkPorts `json:"destUdpPorts,omitempty"` Type string `json:"type,omitempty"` Description string `json:"description,omitempty"` IsNameL10nTag bool `json:"isNameL10nTag,omitempty"` }
Click to show internal directories.
Click to hide internal directories.