Documentation ¶
Index ¶
- func Delete(service *services.Service, appID string) (*http.Response, error)
- func Update(service *services.Service, appID string, ...) (*http.Response, error)
- type AppServerGroups
- type ApplicationSegmentResource
- func Create(service *services.Service, appSegment ApplicationSegmentResource) (*ApplicationSegmentResource, *http.Response, error)
- func Get(service *services.Service, applicationID string) (*ApplicationSegmentResource, *http.Response, error)
- func GetAll(service *services.Service) ([]ApplicationSegmentResource, *http.Response, error)
- func GetByName(service *services.Service, appName string) (*ApplicationSegmentResource, *http.Response, error)
- type SharedFromMicrotenant
- type SharedMicrotenantDetails
- type SharedToMicrotenant
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppServerGroups ¶
type AppServerGroups struct { ConfigSpace string `json:"configSpace,omitempty"` CreationTime string `json:"creationTime,omitempty"` Description string `json:"description,omitempty"` Enabled bool `json:"enabled"` ID string `json:"id,omitempty"` DynamicDiscovery bool `json:"dynamicDiscovery"` ModifiedBy string `json:"modifiedBy,omitempty"` ModifiedTime string `json:"modifiedTime,omitempty"` Name string `json:"name"` }
type ApplicationSegmentResource ¶
type ApplicationSegmentResource struct { ID string `json:"id,omitempty"` DomainNames []string `json:"domainNames,omitempty"` Name string `json:"name,omitempty"` Description string `json:"description,omitempty"` Enabled bool `json:"enabled"` ADPEnabled bool `json:"adpEnabled"` PassiveHealthEnabled bool `json:"passiveHealthEnabled"` DoubleEncrypt bool `json:"doubleEncrypt"` ConfigSpace string `json:"configSpace,omitempty"` Applications string `json:"applications,omitempty"` BypassType string `json:"bypassType,omitempty"` BypassOnReauth bool `json:"bypassOnReauth,omitempty"` HealthCheckType string `json:"healthCheckType,omitempty"` IsCnameEnabled bool `json:"isCnameEnabled"` IpAnchored bool `json:"ipAnchored"` FQDNDnsCheck bool `json:"fqdnDnsCheck"` HealthReporting string `json:"healthReporting,omitempty"` SelectConnectorCloseToApp bool `json:"selectConnectorCloseToApp"` IcmpAccessType string `json:"icmpAccessType,omitempty"` AppRecommendationId string `json:"appRecommendationId,omitempty"` SegmentGroupID string `json:"segmentGroupId"` SegmentGroupName string `json:"segmentGroupName,omitempty"` CreationTime string `json:"creationTime,omitempty"` ModifiedBy string `json:"modifiedBy,omitempty"` ModifiedTime string `json:"modifiedTime,omitempty"` TCPKeepAlive string `json:"tcpKeepAlive,omitempty"` IsIncompleteDRConfig bool `json:"isIncompleteDRConfig"` UseInDrMode bool `json:"useInDrMode"` InspectTrafficWithZia bool `json:"inspectTrafficWithZia"` MicroTenantID string `json:"microtenantId,omitempty"` MicroTenantName string `json:"microtenantName,omitempty"` MatchStyle string `json:"matchStyle,omitempty"` TCPPortRanges []string `json:"tcpPortRanges"` UDPPortRanges []string `json:"udpPortRanges"` TCPAppPortRange []common.NetworkPorts `json:"tcpPortRange,omitempty"` UDPAppPortRange []common.NetworkPorts `json:"udpPortRange,omitempty"` ServerGroups []AppServerGroups `json:"serverGroups"` DefaultIdleTimeout string `json:"defaultIdleTimeout,omitempty"` DefaultMaxAge string `json:"defaultMaxAge,omitempty"` CommonAppsDto applicationsegmentpra.CommonAppsDto `json:"commonAppsDto,omitempty"` ClientlessApps []browseraccess.ClientlessApps `json:"clientlessApps,omitempty"` }
func Create ¶ added in v2.61.0
func Create(service *services.Service, appSegment ApplicationSegmentResource) (*ApplicationSegmentResource, *http.Response, error)
type SharedFromMicrotenant ¶
type SharedFromMicrotenant struct {}
type SharedMicrotenantDetails ¶
type SharedMicrotenantDetails struct {}
type SharedToMicrotenant ¶
type SharedToMicrotenant struct {}
Click to show internal directories.
Click to hide internal directories.