Documentation ¶
Index ¶
- func Delete(ctx context.Context, service *zscaler.Service, id string) (*http.Response, error)
- func Update(ctx context.Context, service *zscaler.Service, id string, ...) (*http.Response, error)
- type ApplicationServer
- func Create(ctx context.Context, service *zscaler.Service, server ApplicationServer) (*ApplicationServer, *http.Response, error)
- func Get(ctx context.Context, service *zscaler.Service, id string) (*ApplicationServer, *http.Response, error)
- func GetAll(ctx context.Context, service *zscaler.Service) ([]ApplicationServer, *http.Response, error)
- func GetByName(ctx context.Context, service *zscaler.Service, appServerName string) (*ApplicationServer, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplicationServer ¶
type ApplicationServer struct { Address string `json:"address"` AppServerGroupIds []string `json:"appServerGroupIds"` ConfigSpace string `json:"configSpace,omitempty"` CreationTime string `json:"creationTime,"` Description string `json:"description"` Enabled bool `json:"enabled"` ID string `json:"id,omitempty"` ModifiedBy string `json:"modifiedBy"` ModifiedTime string `json:"modifiedTime"` Name string `json:"name"` MicroTenantID string `json:"microtenantId,omitempty"` MicroTenantName string `json:"microtenantName,omitempty"` }
func Create ¶
func Create(ctx context.Context, service *zscaler.Service, server ApplicationServer) (*ApplicationServer, *http.Response, error)
Click to show internal directories.
Click to hide internal directories.