Versions in this module Expand all Collapse all v1 v1.0.0 May 18, 2022 Changes in this version + type Service struct + Client *client.Client + func New(c *gozscaler.Config) *Service + func (service *Service) Create(serviceEdge ServiceEdgeGroup) (*ServiceEdgeGroup, *http.Response, error) + func (service *Service) Delete(serviceEdgeGroupID string) (*http.Response, error) + func (service *Service) Get(serviceEdgeGroupID string) (*ServiceEdgeGroup, *http.Response, error) + func (service *Service) GetByName(serviceEdgeGroupName string) (*ServiceEdgeGroup, *http.Response, error) + func (service *Service) Update(serviceEdgeGroupID string, serviceEdge *ServiceEdgeGroup) (*http.Response, error) + type ServiceEdgeGroup struct + CityCountry string + CountryCode string + CreationTime string + Description string + Enabled bool + GeoLocationID string + ID string + IsPublic string + Latitude string + Location string + Longitude string + ModifiedBy string + ModifiedTime string + Name string + OverrideVersionProfile bool + ServiceEdges []ServiceEdges + TrustedNetworks []TrustedNetworks + UpgradeDay string + UpgradeTimeInSecs string + VersionProfileID string + VersionProfileName string + VersionProfileVisibilityScope string + type ServiceEdges struct + ApplicationStartTime string + ControlChannelStatus string + CreationTime string + CtrlBrokerName string + CurrentVersion string + Description string + Enabled bool + EnrollmentCert map[string]interface{} + ExpectedUpgradeTime string + ExpectedVersion string + Fingerprint string + ID string + IPACL []string + IssuedCertID string + LastBrokerConnectTime string + LastBrokerConnectTimeDuration string + LastBrokerDisconnectTime string + LastBrokerDisconnectTimeDuration string + LastUpgradeTime string + Latitude string + ListenIPs []string + Location string + Longitude string + ModifiedBy string + ModifiedTime string + Name string + Platform string + PreviousVersion string + PrivateIP string + ProvisioningKeyID string + ProvisioningKeyName string + PublicIP string + PublishIPs []string + SargeVersion string + ServiceEdgeGroupID string + ServiceEdgeGroupName string + UpgradeAttempt string + UpgradeStatus string + type TrustedNetworks struct + CreationTime string + Domain string + ID string + MasterCustomerID string + ModifiedBy string + ModifiedTime string + Name string + NetworkID string + ZscalerCloud string