Documentation ¶
Index ¶
- type AppServerGroups
- type ApplicationSegmentResource
- type Service
- func (service *Service) Create(appSegment ApplicationSegmentResource) (*ApplicationSegmentResource, *http.Response, error)
- func (service *Service) Delete(applicationId string) (*http.Response, error)
- func (service *Service) Get(applicationID string) (*ApplicationSegmentResource, *http.Response, error)
- func (service *Service) GetAll() ([]ApplicationSegmentResource, *http.Response, error)
- func (service *Service) GetByName(appName string) (*ApplicationSegmentResource, *http.Response, error)
- func (service *Service) Update(applicationId string, appSegmentRequest ApplicationSegmentResource) (*http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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"` PassiveHealthEnabled bool `json:"passiveHealthEnabled"` DoubleEncrypt bool `json:"doubleEncrypt"` ConfigSpace string `json:"configSpace,omitempty"` Applications string `json:"applications,omitempty"` BypassType string `json:"bypassType,omitempty"` HealthCheckType string `json:"healthCheckType,omitempty"` IsCnameEnabled bool `json:"isCnameEnabled"` IpAnchored bool `json:"ipAnchored"` 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"` 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"` }
type Service ¶
func (*Service) Create ¶
func (service *Service) Create(appSegment ApplicationSegmentResource) (*ApplicationSegmentResource, *http.Response, error)
func (*Service) GetAll ¶ added in v0.0.4
func (service *Service) GetAll() ([]ApplicationSegmentResource, *http.Response, error)
Click to show internal directories.
Click to hide internal directories.