appservercontroller

package
v2.61.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2024 License: MIT Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete added in v2.61.0

func Delete(service *services.Service, id string) (*http.Response, error)

func Update added in v2.61.0

func Update(service *services.Service, id string, appServer ApplicationServer) (*http.Response, error)

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)

func Get added in v2.61.0

func Get(service *services.Service, id string) (*ApplicationServer, *http.Response, error)

func GetAll added in v2.61.0

func GetAll(service *services.Service) ([]ApplicationServer, *http.Response, error)

func GetByName added in v2.61.0

func GetByName(service *services.Service, appServerName string) (*ApplicationServer, *http.Response, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL