Documentation
¶
Index ¶
- type ApplicationServer
- type Service
- func (service *Service) Create(server ApplicationServer) (*ApplicationServer, *http.Response, error)
- func (service *Service) Delete(id string) (*http.Response, error)
- func (service *Service) Get(id string) (*ApplicationServer, *http.Response, error)
- func (service *Service) GetAll() ([]ApplicationServer, *http.Response, error)
- func (service *Service) GetByName(appServerName string) (*ApplicationServer, *http.Response, error)
- func (service *Service) Update(id string, appServer ApplicationServer) (*http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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"`
}
Click to show internal directories.
Click to hide internal directories.