Versions in this module Expand all Collapse all v3 v3.0.10 Nov 23, 2024 v3.0.9 Nov 22, 2024 v3.0.8 Nov 21, 2024 v3.0.7 Nov 14, 2024 v3.0.6 Nov 8, 2024 v3.0.5 Nov 8, 2024 v3.0.4 Nov 8, 2024 v3.0.3 Nov 7, 2024 v3.0.2 Nov 7, 2024 v3.0.1 Nov 7, 2024 v3.0.0 Nov 5, 2024 Changes in this version + func DeleteGreTunnels(ctx context.Context, service *zscaler.Service, greTunnelID int) (*http.Response, error) + type GreTunnels struct + Comment string + ID int + IPUnnumbered bool + InternalIpRange string + LastModificationTime int + LastModifiedBy *LastModifiedBy + ManagedBy *ManagedBy + PrimaryDestVip *PrimaryDestVip + SecondaryDestVip *SecondaryDestVip + SourceIP string + SubCloud string + WithinCountry *bool + func CreateGreTunnels(ctx context.Context, service *zscaler.Service, greTunnelID *GreTunnels) (*GreTunnels, *http.Response, error) + func GetAll(ctx context.Context, service *zscaler.Service) ([]GreTunnels, error) + func GetByIPAddress(ctx context.Context, service *zscaler.Service, sourceIP string) (*GreTunnels, error) + func GetGreTunnels(ctx context.Context, service *zscaler.Service, greTunnelID int) (*GreTunnels, error) + func UpdateGreTunnels(ctx context.Context, service *zscaler.Service, greTunnelID int, ...) (*GreTunnels, *http.Response, error) + type LastModifiedBy struct + Extensions map[string]interface{} + ID int + Name string + type ManagedBy struct + Extensions map[string]interface{} + ID int + Name string + type PrimaryDestVip struct + City string + CountryCode string + Datacenter string + ID int + Latitude float64 + Longitude float64 + PrivateServiceEdge bool + Region string + VirtualIP string + type SecondaryDestVip struct + City string + CountryCode string + Datacenter string + ID int + Latitude float64 + Longitude float64 + PrivateServiceEdge bool + Region string + VirtualIP string