Documentation
¶
Index ¶
- func Delete(service *services.Service, id string) (*http.Response, error)
- func Update(service *services.Service, id string, appServer ApplicationServer) (*http.Response, error)
- type ApplicationServer
- func Create(service *services.Service, server ApplicationServer) (*ApplicationServer, *http.Response, error)
- func Get(service *services.Service, id string) (*ApplicationServer, *http.Response, error)
- func GetAll(service *services.Service) ([]ApplicationServer, *http.Response, error)
- func GetByName(service *services.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 ¶ added in v2.61.0
func Create(service *services.Service, server ApplicationServer) (*ApplicationServer, *http.Response, error)
Click to show internal directories.
Click to hide internal directories.