edas

package
v0.0.0-...-66ec9f1 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action struct {
	Name        string `json:"Name" xml:"Name"`
	Code        string `json:"Code" xml:"Code"`
	GroupId     string `json:"GroupId" xml:"GroupId"`
	Description string `json:"Description" xml:"Description"`
}

Action is a nested struct in edas response

type ActionListInListAuthority

type ActionListInListAuthority struct {
	Action []Action `json:"Action" xml:"Action"`
}

ActionListInListAuthority is a nested struct in edas response

type ActionListInListRole

type ActionListInListRole struct {
	Action []Action `json:"Action" xml:"Action"`
}

ActionListInListRole is a nested struct in edas response

type App

type App struct {
	AppId                string `json:"AppId" xml:"AppId"`
	Name                 string `json:"Name" xml:"Name"`
	RegionId             string `json:"RegionId" xml:"RegionId"`
	Description          string `json:"Description" xml:"Description"`
	Owner                string `json:"Owner" xml:"Owner"`
	InstanceCount        int    `json:"InstanceCount" xml:"InstanceCount"`
	RunningInstanceCount int    `json:"RunningInstanceCount" xml:"RunningInstanceCount"`
	Port                 int    `json:"Port" xml:"Port"`
	UserId               string `json:"UserId" xml:"UserId"`
	SlbId                string `json:"SlbId" xml:"SlbId"`
	SlbIp                string `json:"SlbIp" xml:"SlbIp"`
	SlbPort              int    `json:"SlbPort" xml:"SlbPort"`
	ExtSlbId             string `json:"ExtSlbId" xml:"ExtSlbId"`
	ExtSlbIp             string `json:"ExtSlbIp" xml:"ExtSlbIp"`
	ApplicationType      string `json:"ApplicationType" xml:"ApplicationType"`
	ClusterType          int    `json:"ClusterType" xml:"ClusterType"`
	ClusterId            string `json:"ClusterId" xml:"ClusterId"`
	Dockerize            bool   `json:"Dockerize" xml:"Dockerize"`
	Cpu                  int    `json:"Cpu" xml:"Cpu"`
	Memory               int    `json:"Memory" xml:"Memory"`
	HealthCheckUrl       string `json:"HealthCheckUrl" xml:"HealthCheckUrl"`
	BuildPackageId       int    `json:"BuildPackageId" xml:"BuildPackageId"`
	CreateTime           int    `json:"CreateTime" xml:"CreateTime"`
}

App is a nested struct in edas response

type AppInfo

type AppInfo struct {
	Application      Application      `json:"Application" xml:"Application"`
	EcuList          EcuList          `json:"EcuList" xml:"EcuList"`
	EccList          EccList          `json:"EccList" xml:"EccList"`
	GroupList        GroupList        `json:"GroupList" xml:"GroupList"`
	DeployRecordList DeployRecordList `json:"DeployRecordList" xml:"DeployRecordList"`
}

AppInfo is a nested struct in edas response

type AppList

type AppList struct {
	App []App `json:"App" xml:"App"`
}

AppList is a nested struct in edas response

type Applcation

type Applcation struct {
	Name                 string `json:"Name" xml:"Name"`
	CreateTime           int    `json:"CreateTime" xml:"CreateTime"`
	Dockerize            bool   `json:"Dockerize" xml:"Dockerize"`
	RegionId             string `json:"RegionId" xml:"RegionId"`
	SlbPort              int    `json:"SlbPort" xml:"SlbPort"`
	UserId               string `json:"UserId" xml:"UserId"`
	ApplicationType      string `json:"ApplicationType" xml:"ApplicationType"`
	Description          string `json:"Description" xml:"Description"`
	ClusterId            string `json:"ClusterId" xml:"ClusterId"`
	Port                 int    `json:"Port" xml:"Port"`
	ExtSlbIp             string `json:"ExtSlbIp" xml:"ExtSlbIp"`
	BuildPackageId       int    `json:"BuildPackageId" xml:"BuildPackageId"`
	Memory               int    `json:"Memory" xml:"Memory"`
	ExtSlbId             string `json:"ExtSlbId" xml:"ExtSlbId"`
	Owner                string `json:"Owner" xml:"Owner"`
	ExtSlbName           string `json:"ExtSlbName" xml:"ExtSlbName"`
	SlbName              string `json:"SlbName" xml:"SlbName"`
	AppId                string `json:"AppId" xml:"AppId"`
	InstanceCount        int    `json:"InstanceCount" xml:"InstanceCount"`
	HealthCheckUrl       string `json:"HealthCheckUrl" xml:"HealthCheckUrl"`
	SlbId                string `json:"SlbId" xml:"SlbId"`
	ClusterType          int    `json:"ClusterType" xml:"ClusterType"`
	Cpu                  int    `json:"Cpu" xml:"Cpu"`
	RunningInstanceCount int    `json:"RunningInstanceCount" xml:"RunningInstanceCount"`
	SlbIp                string `json:"SlbIp" xml:"SlbIp"`
}

Applcation is a nested struct in edas response

type Application

type Application struct {
	Name                 string `json:"Name" xml:"Name"`
	ClusterId            string `json:"ClusterId" xml:"ClusterId"`
	ApplicationId        string `json:"ApplicationId" xml:"ApplicationId"`
	Port                 int    `json:"Port" xml:"Port"`
	Email                string `json:"Email" xml:"Email"`
	Memory               int    `json:"Memory" xml:"Memory"`
	LaunchTime           int    `json:"LaunchTime" xml:"LaunchTime"`
	Owner                string `json:"Owner" xml:"Owner"`
	CreateTime           int    `json:"CreateTime" xml:"CreateTime"`
	Dockerize            bool   `json:"Dockerize" xml:"Dockerize"`
	BuildPackageId       int    `json:"BuildPackageId" xml:"BuildPackageId"`
	InstanceCount        int    `json:"InstanceCount" xml:"InstanceCount"`
	RegionId             string `json:"RegionId" xml:"RegionId"`
	HealthCheckUrl       string `json:"HealthCheckUrl" xml:"HealthCheckUrl"`
	UserId               string `json:"UserId" xml:"UserId"`
	Cpu                  int    `json:"Cpu" xml:"Cpu"`
	Phone                string `json:"Phone" xml:"Phone"`
	RunningInstanceCount int    `json:"RunningInstanceCount" xml:"RunningInstanceCount"`
}

Application is a nested struct in edas response

type ApplicationInListApplication

type ApplicationInListApplication struct {
	AppId                string `json:"AppId" xml:"AppId"`
	Name                 string `json:"Name" xml:"Name"`
	RegionId             string `json:"RegionId" xml:"RegionId"`
	Description          string `json:"Description" xml:"Description"`
	Owner                string `json:"Owner" xml:"Owner"`
	InstanceCount        int    `json:"InstanceCount" xml:"InstanceCount"`
	RunningInstanceCount int    `json:"RunningInstanceCount" xml:"RunningInstanceCount"`
	Port                 int    `json:"Port" xml:"Port"`
	UserId               string `json:"UserId" xml:"UserId"`
	SlbId                string `json:"SlbId" xml:"SlbId"`
	SlbIp                string `json:"SlbIp" xml:"SlbIp"`
	SlbPort              int    `json:"SlbPort" xml:"SlbPort"`
	ExtSlbId             string `json:"ExtSlbId" xml:"ExtSlbId"`
	ExtSlbIp             string `json:"ExtSlbIp" xml:"ExtSlbIp"`
	ApplicationType      string `json:"ApplicationType" xml:"ApplicationType"`
	ClusterType          int    `json:"ClusterType" xml:"ClusterType"`
	ClusterId            string `json:"ClusterId" xml:"ClusterId"`
	Dockerize            bool   `json:"Dockerize" xml:"Dockerize"`
	Cpu                  int    `json:"Cpu" xml:"Cpu"`
	Memory               int    `json:"Memory" xml:"Memory"`
	HealthCheckUrl       string `json:"HealthCheckUrl" xml:"HealthCheckUrl"`
	BuildPackageId       int    `json:"BuildPackageId" xml:"BuildPackageId"`
	CreateTime           int    `json:"CreateTime" xml:"CreateTime"`
}

ApplicationInListApplication is a nested struct in edas response

type ApplicationInfo

type ApplicationInfo struct {
	AppId         string `json:"AppId" xml:"AppId"`
	Port          int    `json:"Port" xml:"Port"`
	RegionId      string `json:"RegionId" xml:"RegionId"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	UserId        string `json:"UserId" xml:"UserId"`
	Owner         string `json:"Owner" xml:"Owner"`
	ClusterType   int    `json:"ClusterType" xml:"ClusterType"`
	AppName       string `json:"AppName" xml:"AppName"`
	RegionName    string `json:"RegionName" xml:"RegionName"`
	Dockerize     bool   `json:"Dockerize" xml:"Dockerize"`
	EdasId        string `json:"EdasId" xml:"EdasId"`
}

ApplicationInfo is a nested struct in edas response

type ApplicationList

type ApplicationList struct {
	Application []ApplicationInListApplication `json:"Application" xml:"Application"`
}

ApplicationList is a nested struct in edas response

type Authority

type Authority struct {
	GroupId     string                    `json:"GroupId" xml:"GroupId"`
	Name        string                    `json:"Name" xml:"Name"`
	Description string                    `json:"Description" xml:"Description"`
	ActionList  ActionListInListAuthority `json:"ActionList" xml:"ActionList"`
}

Authority is a nested struct in edas response

type AuthorityList

type AuthorityList struct {
	Authority []Authority `json:"Authority" xml:"Authority"`
}

AuthorityList is a nested struct in edas response

type AuthorizeApplicationRequest

type AuthorizeApplicationRequest struct {
	*requests.RoaRequest
	AppIds       string `position:"Query" name:"AppIds"`
	TargetUserId string `position:"Query" name:"TargetUserId"`
}

AuthorizeApplicationRequest is the request struct for api AuthorizeApplication

func CreateAuthorizeApplicationRequest

func CreateAuthorizeApplicationRequest() (request *AuthorizeApplicationRequest)

CreateAuthorizeApplicationRequest creates a request to invoke AuthorizeApplication API

type AuthorizeApplicationResponse

type AuthorizeApplicationResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AuthorizeApplicationResponse is the response struct for api AuthorizeApplication

func CreateAuthorizeApplicationResponse

func CreateAuthorizeApplicationResponse() (response *AuthorizeApplicationResponse)

CreateAuthorizeApplicationResponse creates a response to parse from AuthorizeApplication response

type AuthorizeResourceGroupRequest

type AuthorizeResourceGroupRequest struct {
	*requests.RoaRequest
	ResourceGroupIds string `position:"Query" name:"ResourceGroupIds"`
	TargetUserId     string `position:"Query" name:"TargetUserId"`
}

AuthorizeResourceGroupRequest is the request struct for api AuthorizeResourceGroup

func CreateAuthorizeResourceGroupRequest

func CreateAuthorizeResourceGroupRequest() (request *AuthorizeResourceGroupRequest)

CreateAuthorizeResourceGroupRequest creates a request to invoke AuthorizeResourceGroup API

type AuthorizeResourceGroupResponse

type AuthorizeResourceGroupResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AuthorizeResourceGroupResponse is the response struct for api AuthorizeResourceGroup

func CreateAuthorizeResourceGroupResponse

func CreateAuthorizeResourceGroupResponse() (response *AuthorizeResourceGroupResponse)

CreateAuthorizeResourceGroupResponse creates a response to parse from AuthorizeResourceGroup response

type AuthorizeRoleRequest

type AuthorizeRoleRequest struct {
	*requests.RoaRequest
	RoleIds      string `position:"Query" name:"RoleIds"`
	TargetUserId string `position:"Query" name:"TargetUserId"`
}

AuthorizeRoleRequest is the request struct for api AuthorizeRole

func CreateAuthorizeRoleRequest

func CreateAuthorizeRoleRequest() (request *AuthorizeRoleRequest)

CreateAuthorizeRoleRequest creates a request to invoke AuthorizeRole API

type AuthorizeRoleResponse

type AuthorizeRoleResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AuthorizeRoleResponse is the response struct for api AuthorizeRole

func CreateAuthorizeRoleResponse

func CreateAuthorizeRoleResponse() (response *AuthorizeRoleResponse)

CreateAuthorizeRoleResponse creates a response to parse from AuthorizeRole response

type BindK8sSlbRequest

type BindK8sSlbRequest struct {
	*requests.RoaRequest
	SlbId       string `position:"Query" name:"SlbId"`
	SlbProtocol string `position:"Query" name:"SlbProtocol"`
	Port        string `position:"Query" name:"Port"`
	AppId       string `position:"Query" name:"AppId"`
	ClusterId   string `position:"Query" name:"ClusterId"`
	Type        string `position:"Query" name:"Type"`
	TargetPort  string `position:"Query" name:"TargetPort"`
}

BindK8sSlbRequest is the request struct for api BindK8sSlb

func CreateBindK8sSlbRequest

func CreateBindK8sSlbRequest() (request *BindK8sSlbRequest)

CreateBindK8sSlbRequest creates a request to invoke BindK8sSlb API

type BindK8sSlbResponse

type BindK8sSlbResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
}

BindK8sSlbResponse is the response struct for api BindK8sSlb

func CreateBindK8sSlbResponse

func CreateBindK8sSlbResponse() (response *BindK8sSlbResponse)

CreateBindK8sSlbResponse creates a response to parse from BindK8sSlb response

type BindServerlessSlbRequest

type BindServerlessSlbRequest struct {
	*requests.RoaRequest
	Intranet string `position:"Query" name:"Intranet"`
	AppId    string `position:"Query" name:"AppId"`
	Internet string `position:"Query" name:"Internet"`
}

BindServerlessSlbRequest is the request struct for api BindServerlessSlb

func CreateBindServerlessSlbRequest

func CreateBindServerlessSlbRequest() (request *BindServerlessSlbRequest)

CreateBindServerlessSlbRequest creates a request to invoke BindServerlessSlb API

type BindServerlessSlbResponse

type BindServerlessSlbResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
}

BindServerlessSlbResponse is the response struct for api BindServerlessSlb

func CreateBindServerlessSlbResponse

func CreateBindServerlessSlbResponse() (response *BindServerlessSlbResponse)

CreateBindServerlessSlbResponse creates a response to parse from BindServerlessSlb response

type BindSlbRequest

type BindSlbRequest struct {
	*requests.RoaRequest
	VServerGroupId string           `position:"Query" name:"VServerGroupId"`
	ListenerPort   requests.Integer `position:"Query" name:"ListenerPort"`
	SlbId          string           `position:"Query" name:"SlbId"`
	AppId          string           `position:"Query" name:"AppId"`
	SlbIp          string           `position:"Query" name:"SlbIp"`
	Type           string           `position:"Query" name:"Type"`
}

BindSlbRequest is the request struct for api BindSlb

func CreateBindSlbRequest

func CreateBindSlbRequest() (request *BindSlbRequest)

CreateBindSlbRequest creates a request to invoke BindSlb API

type BindSlbResponse

type BindSlbResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

BindSlbResponse is the response struct for api BindSlb

func CreateBindSlbResponse

func CreateBindSlbResponse() (response *BindSlbResponse)

CreateBindSlbResponse creates a response to parse from BindSlb response

type BuildPack

type BuildPack struct {
	ConfigId           int    `json:"ConfigId" xml:"ConfigId"`
	PackVersion        string `json:"PackVersion" xml:"PackVersion"`
	TomcatDesc         string `json:"TomcatDesc" xml:"TomcatDesc"`
	TomcatVersion      string `json:"TomcatVersion" xml:"TomcatVersion"`
	TomcatDownloadUrl  string `json:"TomcatDownloadUrl" xml:"TomcatDownloadUrl"`
	PandoraVersion     string `json:"PandoraVersion" xml:"PandoraVersion"`
	PandoraDownloadUrl string `json:"PandoraDownloadUrl" xml:"PandoraDownloadUrl"`
	PandoraDesc        string `json:"PandoraDesc" xml:"PandoraDesc"`
	PluginInfo         string `json:"PluginInfo" xml:"PluginInfo"`
	TomcatPath         string `json:"TomcatPath" xml:"TomcatPath"`
	ImageId            string `json:"ImageId" xml:"ImageId"`
	TengineImageId     string `json:"TengineImageId" xml:"TengineImageId"`
	MultipleTenant     bool   `json:"MultipleTenant" xml:"MultipleTenant"`
	WithTengine        bool   `json:"WithTengine" xml:"WithTengine"`
	TengineDownloadUrl string `json:"TengineDownloadUrl" xml:"TengineDownloadUrl"`
	ScriptName         string `json:"ScriptName" xml:"ScriptName"`
	ScriptVersion      string `json:"ScriptVersion" xml:"ScriptVersion"`
	Feature            string `json:"Feature" xml:"Feature"`
	SupportFeatures    string `json:"SupportFeatures" xml:"SupportFeatures"`
	Disabled           bool   `json:"Disabled" xml:"Disabled"`
}

BuildPack is a nested struct in edas response

type BuildPackList

type BuildPackList struct {
	BuildPack []BuildPack `json:"BuildPack" xml:"BuildPack"`
}

BuildPackList is a nested struct in edas response

type ChangeOrder

type ChangeOrder struct {
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	UserId        string `json:"UserId" xml:"UserId"`
	BatchType     string `json:"BatchType" xml:"BatchType"`
	BatchCount    int    `json:"BatchCount" xml:"BatchCount"`
	AppId         string `json:"AppId" xml:"AppId"`
	GroupId       string `json:"GroupId" xml:"GroupId"`
	Status        int    `json:"Status" xml:"Status"`
	CreateTime    string `json:"CreateTime" xml:"CreateTime"`
	FinishTime    string `json:"FinishTime" xml:"FinishTime"`
	CoType        string `json:"CoType" xml:"CoType"`
}

ChangeOrder is a nested struct in edas response

type ChangeOrderInfo

type ChangeOrderInfo struct {
	ChangeOrderId    string           `json:"ChangeOrderId" xml:"ChangeOrderId"`
	CreateUserId     string           `json:"CreateUserId" xml:"CreateUserId"`
	Desc             string           `json:"Desc" xml:"Desc"`
	BatchCount       int              `json:"BatchCount" xml:"BatchCount"`
	BatchType        string           `json:"BatchType" xml:"BatchType"`
	Status           int              `json:"Status" xml:"Status"`
	CoType           string           `json:"CoType" xml:"CoType"`
	CreateTime       string           `json:"CreateTime" xml:"CreateTime"`
	PipelineInfoList PipelineInfoList `json:"PipelineInfoList" xml:"PipelineInfoList"`
}

ChangeOrderInfo is a nested struct in edas response

type ChangeOrderList

type ChangeOrderList struct {
	ChangeOrder []ChangeOrder `json:"ChangeOrder" xml:"ChangeOrder"`
}

ChangeOrderList is a nested struct in edas response

type Client

type Client struct {
	sdk.Client
}

Client is the sdk client struct, each func corresponds to an OpenAPI

func NewClient

func NewClient() (client *Client, err error)

NewClient creates a sdk client with environment variables

func NewClientWithAccessKey

func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)

NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://help.aliyun.com/document_detail/66217.html

func NewClientWithEcsRamRole

func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)

NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://help.aliyun.com/document_detail/66223.html

func NewClientWithOptions

func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)

NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client

func NewClientWithRamRoleArn

func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://help.aliyun.com/document_detail/66222.html

func NewClientWithRsaKeyPair

func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)

NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair attention: rsa key pair auth is only Japan regions available

func NewClientWithStsToken

func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)

NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://help.aliyun.com/document_detail/66222.html

func (*Client) AuthorizeApplication

func (client *Client) AuthorizeApplication(request *AuthorizeApplicationRequest) (response *AuthorizeApplicationResponse, err error)

AuthorizeApplication invokes the edas.AuthorizeApplication API synchronously api document: https://help.aliyun.com/api/edas/authorizeapplication.html

func (*Client) AuthorizeApplicationWithCallback

func (client *Client) AuthorizeApplicationWithCallback(request *AuthorizeApplicationRequest, callback func(response *AuthorizeApplicationResponse, err error)) <-chan int

AuthorizeApplicationWithCallback invokes the edas.AuthorizeApplication API asynchronously api document: https://help.aliyun.com/api/edas/authorizeapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AuthorizeApplicationWithChan

func (client *Client) AuthorizeApplicationWithChan(request *AuthorizeApplicationRequest) (<-chan *AuthorizeApplicationResponse, <-chan error)

AuthorizeApplicationWithChan invokes the edas.AuthorizeApplication API asynchronously api document: https://help.aliyun.com/api/edas/authorizeapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AuthorizeResourceGroup

func (client *Client) AuthorizeResourceGroup(request *AuthorizeResourceGroupRequest) (response *AuthorizeResourceGroupResponse, err error)

AuthorizeResourceGroup invokes the edas.AuthorizeResourceGroup API synchronously api document: https://help.aliyun.com/api/edas/authorizeresourcegroup.html

func (*Client) AuthorizeResourceGroupWithCallback

func (client *Client) AuthorizeResourceGroupWithCallback(request *AuthorizeResourceGroupRequest, callback func(response *AuthorizeResourceGroupResponse, err error)) <-chan int

AuthorizeResourceGroupWithCallback invokes the edas.AuthorizeResourceGroup API asynchronously api document: https://help.aliyun.com/api/edas/authorizeresourcegroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AuthorizeResourceGroupWithChan

func (client *Client) AuthorizeResourceGroupWithChan(request *AuthorizeResourceGroupRequest) (<-chan *AuthorizeResourceGroupResponse, <-chan error)

AuthorizeResourceGroupWithChan invokes the edas.AuthorizeResourceGroup API asynchronously api document: https://help.aliyun.com/api/edas/authorizeresourcegroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AuthorizeRole

func (client *Client) AuthorizeRole(request *AuthorizeRoleRequest) (response *AuthorizeRoleResponse, err error)

AuthorizeRole invokes the edas.AuthorizeRole API synchronously api document: https://help.aliyun.com/api/edas/authorizerole.html

func (*Client) AuthorizeRoleWithCallback

func (client *Client) AuthorizeRoleWithCallback(request *AuthorizeRoleRequest, callback func(response *AuthorizeRoleResponse, err error)) <-chan int

AuthorizeRoleWithCallback invokes the edas.AuthorizeRole API asynchronously api document: https://help.aliyun.com/api/edas/authorizerole.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AuthorizeRoleWithChan

func (client *Client) AuthorizeRoleWithChan(request *AuthorizeRoleRequest) (<-chan *AuthorizeRoleResponse, <-chan error)

AuthorizeRoleWithChan invokes the edas.AuthorizeRole API asynchronously api document: https://help.aliyun.com/api/edas/authorizerole.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BindK8sSlb

func (client *Client) BindK8sSlb(request *BindK8sSlbRequest) (response *BindK8sSlbResponse, err error)

BindK8sSlb invokes the edas.BindK8sSlb API synchronously api document: https://help.aliyun.com/api/edas/bindk8sslb.html

func (*Client) BindK8sSlbWithCallback

func (client *Client) BindK8sSlbWithCallback(request *BindK8sSlbRequest, callback func(response *BindK8sSlbResponse, err error)) <-chan int

BindK8sSlbWithCallback invokes the edas.BindK8sSlb API asynchronously api document: https://help.aliyun.com/api/edas/bindk8sslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BindK8sSlbWithChan

func (client *Client) BindK8sSlbWithChan(request *BindK8sSlbRequest) (<-chan *BindK8sSlbResponse, <-chan error)

BindK8sSlbWithChan invokes the edas.BindK8sSlb API asynchronously api document: https://help.aliyun.com/api/edas/bindk8sslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BindServerlessSlb

func (client *Client) BindServerlessSlb(request *BindServerlessSlbRequest) (response *BindServerlessSlbResponse, err error)

BindServerlessSlb invokes the edas.BindServerlessSlb API synchronously api document: https://help.aliyun.com/api/edas/bindserverlessslb.html

func (*Client) BindServerlessSlbWithCallback

func (client *Client) BindServerlessSlbWithCallback(request *BindServerlessSlbRequest, callback func(response *BindServerlessSlbResponse, err error)) <-chan int

BindServerlessSlbWithCallback invokes the edas.BindServerlessSlb API asynchronously api document: https://help.aliyun.com/api/edas/bindserverlessslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BindServerlessSlbWithChan

func (client *Client) BindServerlessSlbWithChan(request *BindServerlessSlbRequest) (<-chan *BindServerlessSlbResponse, <-chan error)

BindServerlessSlbWithChan invokes the edas.BindServerlessSlb API asynchronously api document: https://help.aliyun.com/api/edas/bindserverlessslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BindSlb

func (client *Client) BindSlb(request *BindSlbRequest) (response *BindSlbResponse, err error)

BindSlb invokes the edas.BindSlb API synchronously api document: https://help.aliyun.com/api/edas/bindslb.html

func (*Client) BindSlbWithCallback

func (client *Client) BindSlbWithCallback(request *BindSlbRequest, callback func(response *BindSlbResponse, err error)) <-chan int

BindSlbWithCallback invokes the edas.BindSlb API asynchronously api document: https://help.aliyun.com/api/edas/bindslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BindSlbWithChan

func (client *Client) BindSlbWithChan(request *BindSlbRequest) (<-chan *BindSlbResponse, <-chan error)

BindSlbWithChan invokes the edas.BindSlb API asynchronously api document: https://help.aliyun.com/api/edas/bindslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateServerlessApplication

func (client *Client) CreateServerlessApplication(request *CreateServerlessApplicationRequest) (response *CreateServerlessApplicationResponse, err error)

CreateServerlessApplication invokes the edas.CreateServerlessApplication API synchronously api document: https://help.aliyun.com/api/edas/createserverlessapplication.html

func (*Client) CreateServerlessApplicationWithCallback

func (client *Client) CreateServerlessApplicationWithCallback(request *CreateServerlessApplicationRequest, callback func(response *CreateServerlessApplicationResponse, err error)) <-chan int

CreateServerlessApplicationWithCallback invokes the edas.CreateServerlessApplication API asynchronously api document: https://help.aliyun.com/api/edas/createserverlessapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateServerlessApplicationWithChan

func (client *Client) CreateServerlessApplicationWithChan(request *CreateServerlessApplicationRequest) (<-chan *CreateServerlessApplicationResponse, <-chan error)

CreateServerlessApplicationWithChan invokes the edas.CreateServerlessApplication API asynchronously api document: https://help.aliyun.com/api/edas/createserverlessapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteApplication

func (client *Client) DeleteApplication(request *DeleteApplicationRequest) (response *DeleteApplicationResponse, err error)

DeleteApplication invokes the edas.DeleteApplication API synchronously api document: https://help.aliyun.com/api/edas/deleteapplication.html

func (*Client) DeleteApplicationWithCallback

func (client *Client) DeleteApplicationWithCallback(request *DeleteApplicationRequest, callback func(response *DeleteApplicationResponse, err error)) <-chan int

DeleteApplicationWithCallback invokes the edas.DeleteApplication API asynchronously api document: https://help.aliyun.com/api/edas/deleteapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteApplicationWithChan

func (client *Client) DeleteApplicationWithChan(request *DeleteApplicationRequest) (<-chan *DeleteApplicationResponse, <-chan error)

DeleteApplicationWithChan invokes the edas.DeleteApplication API asynchronously api document: https://help.aliyun.com/api/edas/deleteapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteCluster

func (client *Client) DeleteCluster(request *DeleteClusterRequest) (response *DeleteClusterResponse, err error)

DeleteCluster invokes the edas.DeleteCluster API synchronously api document: https://help.aliyun.com/api/edas/deletecluster.html

func (*Client) DeleteClusterMember

func (client *Client) DeleteClusterMember(request *DeleteClusterMemberRequest) (response *DeleteClusterMemberResponse, err error)

DeleteClusterMember invokes the edas.DeleteClusterMember API synchronously api document: https://help.aliyun.com/api/edas/deleteclustermember.html

func (*Client) DeleteClusterMemberWithCallback

func (client *Client) DeleteClusterMemberWithCallback(request *DeleteClusterMemberRequest, callback func(response *DeleteClusterMemberResponse, err error)) <-chan int

DeleteClusterMemberWithCallback invokes the edas.DeleteClusterMember API asynchronously api document: https://help.aliyun.com/api/edas/deleteclustermember.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteClusterMemberWithChan

func (client *Client) DeleteClusterMemberWithChan(request *DeleteClusterMemberRequest) (<-chan *DeleteClusterMemberResponse, <-chan error)

DeleteClusterMemberWithChan invokes the edas.DeleteClusterMember API asynchronously api document: https://help.aliyun.com/api/edas/deleteclustermember.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteClusterWithCallback

func (client *Client) DeleteClusterWithCallback(request *DeleteClusterRequest, callback func(response *DeleteClusterResponse, err error)) <-chan int

DeleteClusterWithCallback invokes the edas.DeleteCluster API asynchronously api document: https://help.aliyun.com/api/edas/deletecluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteClusterWithChan

func (client *Client) DeleteClusterWithChan(request *DeleteClusterRequest) (<-chan *DeleteClusterResponse, <-chan error)

DeleteClusterWithChan invokes the edas.DeleteCluster API asynchronously api document: https://help.aliyun.com/api/edas/deletecluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteConfigCenter

func (client *Client) DeleteConfigCenter(request *DeleteConfigCenterRequest) (response *DeleteConfigCenterResponse, err error)

DeleteConfigCenter invokes the edas.DeleteConfigCenter API synchronously api document: https://help.aliyun.com/api/edas/deleteconfigcenter.html

func (*Client) DeleteConfigCenterWithCallback

func (client *Client) DeleteConfigCenterWithCallback(request *DeleteConfigCenterRequest, callback func(response *DeleteConfigCenterResponse, err error)) <-chan int

DeleteConfigCenterWithCallback invokes the edas.DeleteConfigCenter API asynchronously api document: https://help.aliyun.com/api/edas/deleteconfigcenter.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteConfigCenterWithChan

func (client *Client) DeleteConfigCenterWithChan(request *DeleteConfigCenterRequest) (<-chan *DeleteConfigCenterResponse, <-chan error)

DeleteConfigCenterWithChan invokes the edas.DeleteConfigCenter API asynchronously api document: https://help.aliyun.com/api/edas/deleteconfigcenter.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteDegradeControl

func (client *Client) DeleteDegradeControl(request *DeleteDegradeControlRequest) (response *DeleteDegradeControlResponse, err error)

DeleteDegradeControl invokes the edas.DeleteDegradeControl API synchronously api document: https://help.aliyun.com/api/edas/deletedegradecontrol.html

func (*Client) DeleteDegradeControlWithCallback

func (client *Client) DeleteDegradeControlWithCallback(request *DeleteDegradeControlRequest, callback func(response *DeleteDegradeControlResponse, err error)) <-chan int

DeleteDegradeControlWithCallback invokes the edas.DeleteDegradeControl API asynchronously api document: https://help.aliyun.com/api/edas/deletedegradecontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteDegradeControlWithChan

func (client *Client) DeleteDegradeControlWithChan(request *DeleteDegradeControlRequest) (<-chan *DeleteDegradeControlResponse, <-chan error)

DeleteDegradeControlWithChan invokes the edas.DeleteDegradeControl API asynchronously api document: https://help.aliyun.com/api/edas/deletedegradecontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteDeployGroup

func (client *Client) DeleteDeployGroup(request *DeleteDeployGroupRequest) (response *DeleteDeployGroupResponse, err error)

DeleteDeployGroup invokes the edas.DeleteDeployGroup API synchronously api document: https://help.aliyun.com/api/edas/deletedeploygroup.html

func (*Client) DeleteDeployGroupWithCallback

func (client *Client) DeleteDeployGroupWithCallback(request *DeleteDeployGroupRequest, callback func(response *DeleteDeployGroupResponse, err error)) <-chan int

DeleteDeployGroupWithCallback invokes the edas.DeleteDeployGroup API asynchronously api document: https://help.aliyun.com/api/edas/deletedeploygroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteDeployGroupWithChan

func (client *Client) DeleteDeployGroupWithChan(request *DeleteDeployGroupRequest) (<-chan *DeleteDeployGroupResponse, <-chan error)

DeleteDeployGroupWithChan invokes the edas.DeleteDeployGroup API asynchronously api document: https://help.aliyun.com/api/edas/deletedeploygroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteEcu

func (client *Client) DeleteEcu(request *DeleteEcuRequest) (response *DeleteEcuResponse, err error)

DeleteEcu invokes the edas.DeleteEcu API synchronously api document: https://help.aliyun.com/api/edas/deleteecu.html

func (*Client) DeleteEcuWithCallback

func (client *Client) DeleteEcuWithCallback(request *DeleteEcuRequest, callback func(response *DeleteEcuResponse, err error)) <-chan int

DeleteEcuWithCallback invokes the edas.DeleteEcu API asynchronously api document: https://help.aliyun.com/api/edas/deleteecu.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteEcuWithChan

func (client *Client) DeleteEcuWithChan(request *DeleteEcuRequest) (<-chan *DeleteEcuResponse, <-chan error)

DeleteEcuWithChan invokes the edas.DeleteEcu API asynchronously api document: https://help.aliyun.com/api/edas/deleteecu.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowControl

func (client *Client) DeleteFlowControl(request *DeleteFlowControlRequest) (response *DeleteFlowControlResponse, err error)

DeleteFlowControl invokes the edas.DeleteFlowControl API synchronously api document: https://help.aliyun.com/api/edas/deleteflowcontrol.html

func (*Client) DeleteFlowControlWithCallback

func (client *Client) DeleteFlowControlWithCallback(request *DeleteFlowControlRequest, callback func(response *DeleteFlowControlResponse, err error)) <-chan int

DeleteFlowControlWithCallback invokes the edas.DeleteFlowControl API asynchronously api document: https://help.aliyun.com/api/edas/deleteflowcontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowControlWithChan

func (client *Client) DeleteFlowControlWithChan(request *DeleteFlowControlRequest) (<-chan *DeleteFlowControlResponse, <-chan error)

DeleteFlowControlWithChan invokes the edas.DeleteFlowControl API asynchronously api document: https://help.aliyun.com/api/edas/deleteflowcontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteK8sApplication

func (client *Client) DeleteK8sApplication(request *DeleteK8sApplicationRequest) (response *DeleteK8sApplicationResponse, err error)

DeleteK8sApplication invokes the edas.DeleteK8sApplication API synchronously api document: https://help.aliyun.com/api/edas/deletek8sapplication.html

func (*Client) DeleteK8sApplicationWithCallback

func (client *Client) DeleteK8sApplicationWithCallback(request *DeleteK8sApplicationRequest, callback func(response *DeleteK8sApplicationResponse, err error)) <-chan int

DeleteK8sApplicationWithCallback invokes the edas.DeleteK8sApplication API asynchronously api document: https://help.aliyun.com/api/edas/deletek8sapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteK8sApplicationWithChan

func (client *Client) DeleteK8sApplicationWithChan(request *DeleteK8sApplicationRequest) (<-chan *DeleteK8sApplicationResponse, <-chan error)

DeleteK8sApplicationWithChan invokes the edas.DeleteK8sApplication API asynchronously api document: https://help.aliyun.com/api/edas/deletek8sapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteRole

func (client *Client) DeleteRole(request *DeleteRoleRequest) (response *DeleteRoleResponse, err error)

DeleteRole invokes the edas.DeleteRole API synchronously api document: https://help.aliyun.com/api/edas/deleterole.html

func (*Client) DeleteRoleWithCallback

func (client *Client) DeleteRoleWithCallback(request *DeleteRoleRequest, callback func(response *DeleteRoleResponse, err error)) <-chan int

DeleteRoleWithCallback invokes the edas.DeleteRole API asynchronously api document: https://help.aliyun.com/api/edas/deleterole.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteRoleWithChan

func (client *Client) DeleteRoleWithChan(request *DeleteRoleRequest) (<-chan *DeleteRoleResponse, <-chan error)

DeleteRoleWithChan invokes the edas.DeleteRole API asynchronously api document: https://help.aliyun.com/api/edas/deleterole.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteServerlessApplication

func (client *Client) DeleteServerlessApplication(request *DeleteServerlessApplicationRequest) (response *DeleteServerlessApplicationResponse, err error)

DeleteServerlessApplication invokes the edas.DeleteServerlessApplication API synchronously api document: https://help.aliyun.com/api/edas/deleteserverlessapplication.html

func (*Client) DeleteServerlessApplicationWithCallback

func (client *Client) DeleteServerlessApplicationWithCallback(request *DeleteServerlessApplicationRequest, callback func(response *DeleteServerlessApplicationResponse, err error)) <-chan int

DeleteServerlessApplicationWithCallback invokes the edas.DeleteServerlessApplication API asynchronously api document: https://help.aliyun.com/api/edas/deleteserverlessapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteServerlessApplicationWithChan

func (client *Client) DeleteServerlessApplicationWithChan(request *DeleteServerlessApplicationRequest) (<-chan *DeleteServerlessApplicationResponse, <-chan error)

DeleteServerlessApplicationWithChan invokes the edas.DeleteServerlessApplication API asynchronously api document: https://help.aliyun.com/api/edas/deleteserverlessapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteServiceGroup

func (client *Client) DeleteServiceGroup(request *DeleteServiceGroupRequest) (response *DeleteServiceGroupResponse, err error)

DeleteServiceGroup invokes the edas.DeleteServiceGroup API synchronously api document: https://help.aliyun.com/api/edas/deleteservicegroup.html

func (*Client) DeleteServiceGroupWithCallback

func (client *Client) DeleteServiceGroupWithCallback(request *DeleteServiceGroupRequest, callback func(response *DeleteServiceGroupResponse, err error)) <-chan int

DeleteServiceGroupWithCallback invokes the edas.DeleteServiceGroup API asynchronously api document: https://help.aliyun.com/api/edas/deleteservicegroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteServiceGroupWithChan

func (client *Client) DeleteServiceGroupWithChan(request *DeleteServiceGroupRequest) (<-chan *DeleteServiceGroupResponse, <-chan error)

DeleteServiceGroupWithChan invokes the edas.DeleteServiceGroup API asynchronously api document: https://help.aliyun.com/api/edas/deleteservicegroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteUserDefineRegion

func (client *Client) DeleteUserDefineRegion(request *DeleteUserDefineRegionRequest) (response *DeleteUserDefineRegionResponse, err error)

DeleteUserDefineRegion invokes the edas.DeleteUserDefineRegion API synchronously api document: https://help.aliyun.com/api/edas/deleteuserdefineregion.html

func (*Client) DeleteUserDefineRegionWithCallback

func (client *Client) DeleteUserDefineRegionWithCallback(request *DeleteUserDefineRegionRequest, callback func(response *DeleteUserDefineRegionResponse, err error)) <-chan int

DeleteUserDefineRegionWithCallback invokes the edas.DeleteUserDefineRegion API asynchronously api document: https://help.aliyun.com/api/edas/deleteuserdefineregion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteUserDefineRegionWithChan

func (client *Client) DeleteUserDefineRegionWithChan(request *DeleteUserDefineRegionRequest) (<-chan *DeleteUserDefineRegionResponse, <-chan error)

DeleteUserDefineRegionWithChan invokes the edas.DeleteUserDefineRegion API asynchronously api document: https://help.aliyun.com/api/edas/deleteuserdefineregion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeployApplication

func (client *Client) DeployApplication(request *DeployApplicationRequest) (response *DeployApplicationResponse, err error)

DeployApplication invokes the edas.DeployApplication API synchronously api document: https://help.aliyun.com/api/edas/deployapplication.html

func (*Client) DeployApplicationWithCallback

func (client *Client) DeployApplicationWithCallback(request *DeployApplicationRequest, callback func(response *DeployApplicationResponse, err error)) <-chan int

DeployApplicationWithCallback invokes the edas.DeployApplication API asynchronously api document: https://help.aliyun.com/api/edas/deployapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeployApplicationWithChan

func (client *Client) DeployApplicationWithChan(request *DeployApplicationRequest) (<-chan *DeployApplicationResponse, <-chan error)

DeployApplicationWithChan invokes the edas.DeployApplication API asynchronously api document: https://help.aliyun.com/api/edas/deployapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeployK8sApplication

func (client *Client) DeployK8sApplication(request *DeployK8sApplicationRequest) (response *DeployK8sApplicationResponse, err error)

DeployK8sApplication invokes the edas.DeployK8sApplication API synchronously api document: https://help.aliyun.com/api/edas/deployk8sapplication.html

func (*Client) DeployK8sApplicationWithCallback

func (client *Client) DeployK8sApplicationWithCallback(request *DeployK8sApplicationRequest, callback func(response *DeployK8sApplicationResponse, err error)) <-chan int

DeployK8sApplicationWithCallback invokes the edas.DeployK8sApplication API asynchronously api document: https://help.aliyun.com/api/edas/deployk8sapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeployK8sApplicationWithChan

func (client *Client) DeployK8sApplicationWithChan(request *DeployK8sApplicationRequest) (<-chan *DeployK8sApplicationResponse, <-chan error)

DeployK8sApplicationWithChan invokes the edas.DeployK8sApplication API asynchronously api document: https://help.aliyun.com/api/edas/deployk8sapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeployServerlessApplication

func (client *Client) DeployServerlessApplication(request *DeployServerlessApplicationRequest) (response *DeployServerlessApplicationResponse, err error)

DeployServerlessApplication invokes the edas.DeployServerlessApplication API synchronously api document: https://help.aliyun.com/api/edas/deployserverlessapplication.html

func (*Client) DeployServerlessApplicationWithCallback

func (client *Client) DeployServerlessApplicationWithCallback(request *DeployServerlessApplicationRequest, callback func(response *DeployServerlessApplicationResponse, err error)) <-chan int

DeployServerlessApplicationWithCallback invokes the edas.DeployServerlessApplication API asynchronously api document: https://help.aliyun.com/api/edas/deployserverlessapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeployServerlessApplicationWithChan

func (client *Client) DeployServerlessApplicationWithChan(request *DeployServerlessApplicationRequest) (<-chan *DeployServerlessApplicationResponse, <-chan error)

DeployServerlessApplicationWithChan invokes the edas.DeployServerlessApplication API asynchronously api document: https://help.aliyun.com/api/edas/deployserverlessapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DisableDegradeControl

func (client *Client) DisableDegradeControl(request *DisableDegradeControlRequest) (response *DisableDegradeControlResponse, err error)

DisableDegradeControl invokes the edas.DisableDegradeControl API synchronously api document: https://help.aliyun.com/api/edas/disabledegradecontrol.html

func (*Client) DisableDegradeControlWithCallback

func (client *Client) DisableDegradeControlWithCallback(request *DisableDegradeControlRequest, callback func(response *DisableDegradeControlResponse, err error)) <-chan int

DisableDegradeControlWithCallback invokes the edas.DisableDegradeControl API asynchronously api document: https://help.aliyun.com/api/edas/disabledegradecontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DisableDegradeControlWithChan

func (client *Client) DisableDegradeControlWithChan(request *DisableDegradeControlRequest) (<-chan *DisableDegradeControlResponse, <-chan error)

DisableDegradeControlWithChan invokes the edas.DisableDegradeControl API asynchronously api document: https://help.aliyun.com/api/edas/disabledegradecontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DisableFlowControl

func (client *Client) DisableFlowControl(request *DisableFlowControlRequest) (response *DisableFlowControlResponse, err error)

DisableFlowControl invokes the edas.DisableFlowControl API synchronously api document: https://help.aliyun.com/api/edas/disableflowcontrol.html

func (*Client) DisableFlowControlWithCallback

func (client *Client) DisableFlowControlWithCallback(request *DisableFlowControlRequest, callback func(response *DisableFlowControlResponse, err error)) <-chan int

DisableFlowControlWithCallback invokes the edas.DisableFlowControl API asynchronously api document: https://help.aliyun.com/api/edas/disableflowcontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DisableFlowControlWithChan

func (client *Client) DisableFlowControlWithChan(request *DisableFlowControlRequest) (<-chan *DisableFlowControlResponse, <-chan error)

DisableFlowControlWithChan invokes the edas.DisableFlowControl API asynchronously api document: https://help.aliyun.com/api/edas/disableflowcontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) EnableDegradeControl

func (client *Client) EnableDegradeControl(request *EnableDegradeControlRequest) (response *EnableDegradeControlResponse, err error)

EnableDegradeControl invokes the edas.EnableDegradeControl API synchronously api document: https://help.aliyun.com/api/edas/enabledegradecontrol.html

func (*Client) EnableDegradeControlWithCallback

func (client *Client) EnableDegradeControlWithCallback(request *EnableDegradeControlRequest, callback func(response *EnableDegradeControlResponse, err error)) <-chan int

EnableDegradeControlWithCallback invokes the edas.EnableDegradeControl API asynchronously api document: https://help.aliyun.com/api/edas/enabledegradecontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) EnableDegradeControlWithChan

func (client *Client) EnableDegradeControlWithChan(request *EnableDegradeControlRequest) (<-chan *EnableDegradeControlResponse, <-chan error)

EnableDegradeControlWithChan invokes the edas.EnableDegradeControl API asynchronously api document: https://help.aliyun.com/api/edas/enabledegradecontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) EnableFlowControl

func (client *Client) EnableFlowControl(request *EnableFlowControlRequest) (response *EnableFlowControlResponse, err error)

EnableFlowControl invokes the edas.EnableFlowControl API synchronously api document: https://help.aliyun.com/api/edas/enableflowcontrol.html

func (*Client) EnableFlowControlWithCallback

func (client *Client) EnableFlowControlWithCallback(request *EnableFlowControlRequest, callback func(response *EnableFlowControlResponse, err error)) <-chan int

EnableFlowControlWithCallback invokes the edas.EnableFlowControl API asynchronously api document: https://help.aliyun.com/api/edas/enableflowcontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) EnableFlowControlWithChan

func (client *Client) EnableFlowControlWithChan(request *EnableFlowControlRequest) (<-chan *EnableFlowControlResponse, <-chan error)

EnableFlowControlWithChan invokes the edas.EnableFlowControl API asynchronously api document: https://help.aliyun.com/api/edas/enableflowcontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApplication

func (client *Client) GetApplication(request *GetApplicationRequest) (response *GetApplicationResponse, err error)

GetApplication invokes the edas.GetApplication API synchronously api document: https://help.aliyun.com/api/edas/getapplication.html

func (*Client) GetApplicationWithCallback

func (client *Client) GetApplicationWithCallback(request *GetApplicationRequest, callback func(response *GetApplicationResponse, err error)) <-chan int

GetApplicationWithCallback invokes the edas.GetApplication API asynchronously api document: https://help.aliyun.com/api/edas/getapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApplicationWithChan

func (client *Client) GetApplicationWithChan(request *GetApplicationRequest) (<-chan *GetApplicationResponse, <-chan error)

GetApplicationWithChan invokes the edas.GetApplication API asynchronously api document: https://help.aliyun.com/api/edas/getapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetChangeOrderInfo

func (client *Client) GetChangeOrderInfo(request *GetChangeOrderInfoRequest) (response *GetChangeOrderInfoResponse, err error)

GetChangeOrderInfo invokes the edas.GetChangeOrderInfo API synchronously api document: https://help.aliyun.com/api/edas/getchangeorderinfo.html

func (*Client) GetChangeOrderInfoWithCallback

func (client *Client) GetChangeOrderInfoWithCallback(request *GetChangeOrderInfoRequest, callback func(response *GetChangeOrderInfoResponse, err error)) <-chan int

GetChangeOrderInfoWithCallback invokes the edas.GetChangeOrderInfo API asynchronously api document: https://help.aliyun.com/api/edas/getchangeorderinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetChangeOrderInfoWithChan

func (client *Client) GetChangeOrderInfoWithChan(request *GetChangeOrderInfoRequest) (<-chan *GetChangeOrderInfoResponse, <-chan error)

GetChangeOrderInfoWithChan invokes the edas.GetChangeOrderInfo API asynchronously api document: https://help.aliyun.com/api/edas/getchangeorderinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetCluster

func (client *Client) GetCluster(request *GetClusterRequest) (response *GetClusterResponse, err error)

GetCluster invokes the edas.GetCluster API synchronously api document: https://help.aliyun.com/api/edas/getcluster.html

func (*Client) GetClusterWithCallback

func (client *Client) GetClusterWithCallback(request *GetClusterRequest, callback func(response *GetClusterResponse, err error)) <-chan int

GetClusterWithCallback invokes the edas.GetCluster API asynchronously api document: https://help.aliyun.com/api/edas/getcluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetClusterWithChan

func (client *Client) GetClusterWithChan(request *GetClusterRequest) (<-chan *GetClusterResponse, <-chan error)

GetClusterWithChan invokes the edas.GetCluster API asynchronously api document: https://help.aliyun.com/api/edas/getcluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetContainerConfiguration

func (client *Client) GetContainerConfiguration(request *GetContainerConfigurationRequest) (response *GetContainerConfigurationResponse, err error)

GetContainerConfiguration invokes the edas.GetContainerConfiguration API synchronously api document: https://help.aliyun.com/api/edas/getcontainerconfiguration.html

func (*Client) GetContainerConfigurationWithCallback

func (client *Client) GetContainerConfigurationWithCallback(request *GetContainerConfigurationRequest, callback func(response *GetContainerConfigurationResponse, err error)) <-chan int

GetContainerConfigurationWithCallback invokes the edas.GetContainerConfiguration API asynchronously api document: https://help.aliyun.com/api/edas/getcontainerconfiguration.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetContainerConfigurationWithChan

func (client *Client) GetContainerConfigurationWithChan(request *GetContainerConfigurationRequest) (<-chan *GetContainerConfigurationResponse, <-chan error)

GetContainerConfigurationWithChan invokes the edas.GetContainerConfiguration API asynchronously api document: https://help.aliyun.com/api/edas/getcontainerconfiguration.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetJvmConfiguration

func (client *Client) GetJvmConfiguration(request *GetJvmConfigurationRequest) (response *GetJvmConfigurationResponse, err error)

GetJvmConfiguration invokes the edas.GetJvmConfiguration API synchronously api document: https://help.aliyun.com/api/edas/getjvmconfiguration.html

func (*Client) GetJvmConfigurationWithCallback

func (client *Client) GetJvmConfigurationWithCallback(request *GetJvmConfigurationRequest, callback func(response *GetJvmConfigurationResponse, err error)) <-chan int

GetJvmConfigurationWithCallback invokes the edas.GetJvmConfiguration API asynchronously api document: https://help.aliyun.com/api/edas/getjvmconfiguration.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetJvmConfigurationWithChan

func (client *Client) GetJvmConfigurationWithChan(request *GetJvmConfigurationRequest) (<-chan *GetJvmConfigurationResponse, <-chan error)

GetJvmConfigurationWithChan invokes the edas.GetJvmConfiguration API asynchronously api document: https://help.aliyun.com/api/edas/getjvmconfiguration.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetPackageStorageCredential

func (client *Client) GetPackageStorageCredential(request *GetPackageStorageCredentialRequest) (response *GetPackageStorageCredentialResponse, err error)

GetPackageStorageCredential invokes the edas.GetPackageStorageCredential API synchronously api document: https://help.aliyun.com/api/edas/getpackagestoragecredential.html

func (*Client) GetPackageStorageCredentialWithCallback

func (client *Client) GetPackageStorageCredentialWithCallback(request *GetPackageStorageCredentialRequest, callback func(response *GetPackageStorageCredentialResponse, err error)) <-chan int

GetPackageStorageCredentialWithCallback invokes the edas.GetPackageStorageCredential API asynchronously api document: https://help.aliyun.com/api/edas/getpackagestoragecredential.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetPackageStorageCredentialWithChan

func (client *Client) GetPackageStorageCredentialWithChan(request *GetPackageStorageCredentialRequest) (<-chan *GetPackageStorageCredentialResponse, <-chan error)

GetPackageStorageCredentialWithChan invokes the edas.GetPackageStorageCredential API asynchronously api document: https://help.aliyun.com/api/edas/getpackagestoragecredential.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetSecureToken

func (client *Client) GetSecureToken(request *GetSecureTokenRequest) (response *GetSecureTokenResponse, err error)

GetSecureToken invokes the edas.GetSecureToken API synchronously api document: https://help.aliyun.com/api/edas/getsecuretoken.html

func (*Client) GetSecureTokenWithCallback

func (client *Client) GetSecureTokenWithCallback(request *GetSecureTokenRequest, callback func(response *GetSecureTokenResponse, err error)) <-chan int

GetSecureTokenWithCallback invokes the edas.GetSecureToken API asynchronously api document: https://help.aliyun.com/api/edas/getsecuretoken.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetSecureTokenWithChan

func (client *Client) GetSecureTokenWithChan(request *GetSecureTokenRequest) (<-chan *GetSecureTokenResponse, <-chan error)

GetSecureTokenWithChan invokes the edas.GetSecureToken API asynchronously api document: https://help.aliyun.com/api/edas/getsecuretoken.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetServerlessAppConfigDetail

func (client *Client) GetServerlessAppConfigDetail(request *GetServerlessAppConfigDetailRequest) (response *GetServerlessAppConfigDetailResponse, err error)

GetServerlessAppConfigDetail invokes the edas.GetServerlessAppConfigDetail API synchronously api document: https://help.aliyun.com/api/edas/getserverlessappconfigdetail.html

func (*Client) GetServerlessAppConfigDetailWithCallback

func (client *Client) GetServerlessAppConfigDetailWithCallback(request *GetServerlessAppConfigDetailRequest, callback func(response *GetServerlessAppConfigDetailResponse, err error)) <-chan int

GetServerlessAppConfigDetailWithCallback invokes the edas.GetServerlessAppConfigDetail API asynchronously api document: https://help.aliyun.com/api/edas/getserverlessappconfigdetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetServerlessAppConfigDetailWithChan

func (client *Client) GetServerlessAppConfigDetailWithChan(request *GetServerlessAppConfigDetailRequest) (<-chan *GetServerlessAppConfigDetailResponse, <-chan error)

GetServerlessAppConfigDetailWithChan invokes the edas.GetServerlessAppConfigDetail API asynchronously api document: https://help.aliyun.com/api/edas/getserverlessappconfigdetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ImportK8sCluster

func (client *Client) ImportK8sCluster(request *ImportK8sClusterRequest) (response *ImportK8sClusterResponse, err error)

ImportK8sCluster invokes the edas.ImportK8sCluster API synchronously api document: https://help.aliyun.com/api/edas/importk8scluster.html

func (*Client) ImportK8sClusterWithCallback

func (client *Client) ImportK8sClusterWithCallback(request *ImportK8sClusterRequest, callback func(response *ImportK8sClusterResponse, err error)) <-chan int

ImportK8sClusterWithCallback invokes the edas.ImportK8sCluster API asynchronously api document: https://help.aliyun.com/api/edas/importk8scluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ImportK8sClusterWithChan

func (client *Client) ImportK8sClusterWithChan(request *ImportK8sClusterRequest) (<-chan *ImportK8sClusterResponse, <-chan error)

ImportK8sClusterWithChan invokes the edas.ImportK8sCluster API asynchronously api document: https://help.aliyun.com/api/edas/importk8scluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertApplication

func (client *Client) InsertApplication(request *InsertApplicationRequest) (response *InsertApplicationResponse, err error)

InsertApplication invokes the edas.InsertApplication API synchronously api document: https://help.aliyun.com/api/edas/insertapplication.html

func (*Client) InsertApplicationWithCallback

func (client *Client) InsertApplicationWithCallback(request *InsertApplicationRequest, callback func(response *InsertApplicationResponse, err error)) <-chan int

InsertApplicationWithCallback invokes the edas.InsertApplication API asynchronously api document: https://help.aliyun.com/api/edas/insertapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertApplicationWithChan

func (client *Client) InsertApplicationWithChan(request *InsertApplicationRequest) (<-chan *InsertApplicationResponse, <-chan error)

InsertApplicationWithChan invokes the edas.InsertApplication API asynchronously api document: https://help.aliyun.com/api/edas/insertapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertCluster

func (client *Client) InsertCluster(request *InsertClusterRequest) (response *InsertClusterResponse, err error)

InsertCluster invokes the edas.InsertCluster API synchronously api document: https://help.aliyun.com/api/edas/insertcluster.html

func (*Client) InsertClusterMember

func (client *Client) InsertClusterMember(request *InsertClusterMemberRequest) (response *InsertClusterMemberResponse, err error)

InsertClusterMember invokes the edas.InsertClusterMember API synchronously api document: https://help.aliyun.com/api/edas/insertclustermember.html

func (*Client) InsertClusterMemberWithCallback

func (client *Client) InsertClusterMemberWithCallback(request *InsertClusterMemberRequest, callback func(response *InsertClusterMemberResponse, err error)) <-chan int

InsertClusterMemberWithCallback invokes the edas.InsertClusterMember API asynchronously api document: https://help.aliyun.com/api/edas/insertclustermember.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertClusterMemberWithChan

func (client *Client) InsertClusterMemberWithChan(request *InsertClusterMemberRequest) (<-chan *InsertClusterMemberResponse, <-chan error)

InsertClusterMemberWithChan invokes the edas.InsertClusterMember API asynchronously api document: https://help.aliyun.com/api/edas/insertclustermember.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertClusterWithCallback

func (client *Client) InsertClusterWithCallback(request *InsertClusterRequest, callback func(response *InsertClusterResponse, err error)) <-chan int

InsertClusterWithCallback invokes the edas.InsertCluster API asynchronously api document: https://help.aliyun.com/api/edas/insertcluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertClusterWithChan

func (client *Client) InsertClusterWithChan(request *InsertClusterRequest) (<-chan *InsertClusterResponse, <-chan error)

InsertClusterWithChan invokes the edas.InsertCluster API asynchronously api document: https://help.aliyun.com/api/edas/insertcluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertConfigCenter

func (client *Client) InsertConfigCenter(request *InsertConfigCenterRequest) (response *InsertConfigCenterResponse, err error)

InsertConfigCenter invokes the edas.InsertConfigCenter API synchronously api document: https://help.aliyun.com/api/edas/insertconfigcenter.html

func (*Client) InsertConfigCenterWithCallback

func (client *Client) InsertConfigCenterWithCallback(request *InsertConfigCenterRequest, callback func(response *InsertConfigCenterResponse, err error)) <-chan int

InsertConfigCenterWithCallback invokes the edas.InsertConfigCenter API asynchronously api document: https://help.aliyun.com/api/edas/insertconfigcenter.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertConfigCenterWithChan

func (client *Client) InsertConfigCenterWithChan(request *InsertConfigCenterRequest) (<-chan *InsertConfigCenterResponse, <-chan error)

InsertConfigCenterWithChan invokes the edas.InsertConfigCenter API asynchronously api document: https://help.aliyun.com/api/edas/insertconfigcenter.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertDegradeControl

func (client *Client) InsertDegradeControl(request *InsertDegradeControlRequest) (response *InsertDegradeControlResponse, err error)

InsertDegradeControl invokes the edas.InsertDegradeControl API synchronously api document: https://help.aliyun.com/api/edas/insertdegradecontrol.html

func (*Client) InsertDegradeControlWithCallback

func (client *Client) InsertDegradeControlWithCallback(request *InsertDegradeControlRequest, callback func(response *InsertDegradeControlResponse, err error)) <-chan int

InsertDegradeControlWithCallback invokes the edas.InsertDegradeControl API asynchronously api document: https://help.aliyun.com/api/edas/insertdegradecontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertDegradeControlWithChan

func (client *Client) InsertDegradeControlWithChan(request *InsertDegradeControlRequest) (<-chan *InsertDegradeControlResponse, <-chan error)

InsertDegradeControlWithChan invokes the edas.InsertDegradeControl API asynchronously api document: https://help.aliyun.com/api/edas/insertdegradecontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertDeployGroup

func (client *Client) InsertDeployGroup(request *InsertDeployGroupRequest) (response *InsertDeployGroupResponse, err error)

InsertDeployGroup invokes the edas.InsertDeployGroup API synchronously api document: https://help.aliyun.com/api/edas/insertdeploygroup.html

func (*Client) InsertDeployGroupWithCallback

func (client *Client) InsertDeployGroupWithCallback(request *InsertDeployGroupRequest, callback func(response *InsertDeployGroupResponse, err error)) <-chan int

InsertDeployGroupWithCallback invokes the edas.InsertDeployGroup API asynchronously api document: https://help.aliyun.com/api/edas/insertdeploygroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertDeployGroupWithChan

func (client *Client) InsertDeployGroupWithChan(request *InsertDeployGroupRequest) (<-chan *InsertDeployGroupResponse, <-chan error)

InsertDeployGroupWithChan invokes the edas.InsertDeployGroup API asynchronously api document: https://help.aliyun.com/api/edas/insertdeploygroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertFlowControl

func (client *Client) InsertFlowControl(request *InsertFlowControlRequest) (response *InsertFlowControlResponse, err error)

InsertFlowControl invokes the edas.InsertFlowControl API synchronously api document: https://help.aliyun.com/api/edas/insertflowcontrol.html

func (*Client) InsertFlowControlWithCallback

func (client *Client) InsertFlowControlWithCallback(request *InsertFlowControlRequest, callback func(response *InsertFlowControlResponse, err error)) <-chan int

InsertFlowControlWithCallback invokes the edas.InsertFlowControl API asynchronously api document: https://help.aliyun.com/api/edas/insertflowcontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertFlowControlWithChan

func (client *Client) InsertFlowControlWithChan(request *InsertFlowControlRequest) (<-chan *InsertFlowControlResponse, <-chan error)

InsertFlowControlWithChan invokes the edas.InsertFlowControl API asynchronously api document: https://help.aliyun.com/api/edas/insertflowcontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertK8sApplication

func (client *Client) InsertK8sApplication(request *InsertK8sApplicationRequest) (response *InsertK8sApplicationResponse, err error)

InsertK8sApplication invokes the edas.InsertK8sApplication API synchronously api document: https://help.aliyun.com/api/edas/insertk8sapplication.html

func (*Client) InsertK8sApplicationWithCallback

func (client *Client) InsertK8sApplicationWithCallback(request *InsertK8sApplicationRequest, callback func(response *InsertK8sApplicationResponse, err error)) <-chan int

InsertK8sApplicationWithCallback invokes the edas.InsertK8sApplication API asynchronously api document: https://help.aliyun.com/api/edas/insertk8sapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertK8sApplicationWithChan

func (client *Client) InsertK8sApplicationWithChan(request *InsertK8sApplicationRequest) (<-chan *InsertK8sApplicationResponse, <-chan error)

InsertK8sApplicationWithChan invokes the edas.InsertK8sApplication API asynchronously api document: https://help.aliyun.com/api/edas/insertk8sapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertOrUpdateRegion

func (client *Client) InsertOrUpdateRegion(request *InsertOrUpdateRegionRequest) (response *InsertOrUpdateRegionResponse, err error)

InsertOrUpdateRegion invokes the edas.InsertOrUpdateRegion API synchronously api document: https://help.aliyun.com/api/edas/insertorupdateregion.html

func (*Client) InsertOrUpdateRegionWithCallback

func (client *Client) InsertOrUpdateRegionWithCallback(request *InsertOrUpdateRegionRequest, callback func(response *InsertOrUpdateRegionResponse, err error)) <-chan int

InsertOrUpdateRegionWithCallback invokes the edas.InsertOrUpdateRegion API asynchronously api document: https://help.aliyun.com/api/edas/insertorupdateregion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertOrUpdateRegionWithChan

func (client *Client) InsertOrUpdateRegionWithChan(request *InsertOrUpdateRegionRequest) (<-chan *InsertOrUpdateRegionResponse, <-chan error)

InsertOrUpdateRegionWithChan invokes the edas.InsertOrUpdateRegion API asynchronously api document: https://help.aliyun.com/api/edas/insertorupdateregion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertRole

func (client *Client) InsertRole(request *InsertRoleRequest) (response *InsertRoleResponse, err error)

InsertRole invokes the edas.InsertRole API synchronously api document: https://help.aliyun.com/api/edas/insertrole.html

func (*Client) InsertRoleWithCallback

func (client *Client) InsertRoleWithCallback(request *InsertRoleRequest, callback func(response *InsertRoleResponse, err error)) <-chan int

InsertRoleWithCallback invokes the edas.InsertRole API asynchronously api document: https://help.aliyun.com/api/edas/insertrole.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertRoleWithChan

func (client *Client) InsertRoleWithChan(request *InsertRoleRequest) (<-chan *InsertRoleResponse, <-chan error)

InsertRoleWithChan invokes the edas.InsertRole API asynchronously api document: https://help.aliyun.com/api/edas/insertrole.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertServerlessApplication

func (client *Client) InsertServerlessApplication(request *InsertServerlessApplicationRequest) (response *InsertServerlessApplicationResponse, err error)

InsertServerlessApplication invokes the edas.InsertServerlessApplication API synchronously api document: https://help.aliyun.com/api/edas/insertserverlessapplication.html

func (*Client) InsertServerlessApplicationWithCallback

func (client *Client) InsertServerlessApplicationWithCallback(request *InsertServerlessApplicationRequest, callback func(response *InsertServerlessApplicationResponse, err error)) <-chan int

InsertServerlessApplicationWithCallback invokes the edas.InsertServerlessApplication API asynchronously api document: https://help.aliyun.com/api/edas/insertserverlessapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertServerlessApplicationWithChan

func (client *Client) InsertServerlessApplicationWithChan(request *InsertServerlessApplicationRequest) (<-chan *InsertServerlessApplicationResponse, <-chan error)

InsertServerlessApplicationWithChan invokes the edas.InsertServerlessApplication API asynchronously api document: https://help.aliyun.com/api/edas/insertserverlessapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertServiceGroup

func (client *Client) InsertServiceGroup(request *InsertServiceGroupRequest) (response *InsertServiceGroupResponse, err error)

InsertServiceGroup invokes the edas.InsertServiceGroup API synchronously api document: https://help.aliyun.com/api/edas/insertservicegroup.html

func (*Client) InsertServiceGroupWithCallback

func (client *Client) InsertServiceGroupWithCallback(request *InsertServiceGroupRequest, callback func(response *InsertServiceGroupResponse, err error)) <-chan int

InsertServiceGroupWithCallback invokes the edas.InsertServiceGroup API asynchronously api document: https://help.aliyun.com/api/edas/insertservicegroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InsertServiceGroupWithChan

func (client *Client) InsertServiceGroupWithChan(request *InsertServiceGroupRequest) (<-chan *InsertServiceGroupResponse, <-chan error)

InsertServiceGroupWithChan invokes the edas.InsertServiceGroup API asynchronously api document: https://help.aliyun.com/api/edas/insertservicegroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InstallAgent

func (client *Client) InstallAgent(request *InstallAgentRequest) (response *InstallAgentResponse, err error)

InstallAgent invokes the edas.InstallAgent API synchronously api document: https://help.aliyun.com/api/edas/installagent.html

func (*Client) InstallAgentWithCallback

func (client *Client) InstallAgentWithCallback(request *InstallAgentRequest, callback func(response *InstallAgentResponse, err error)) <-chan int

InstallAgentWithCallback invokes the edas.InstallAgent API asynchronously api document: https://help.aliyun.com/api/edas/installagent.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InstallAgentWithChan

func (client *Client) InstallAgentWithChan(request *InstallAgentRequest) (<-chan *InstallAgentResponse, <-chan error)

InstallAgentWithChan invokes the edas.InstallAgent API asynchronously api document: https://help.aliyun.com/api/edas/installagent.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAliyunRegion

func (client *Client) ListAliyunRegion(request *ListAliyunRegionRequest) (response *ListAliyunRegionResponse, err error)

ListAliyunRegion invokes the edas.ListAliyunRegion API synchronously api document: https://help.aliyun.com/api/edas/listaliyunregion.html

func (*Client) ListAliyunRegionWithCallback

func (client *Client) ListAliyunRegionWithCallback(request *ListAliyunRegionRequest, callback func(response *ListAliyunRegionResponse, err error)) <-chan int

ListAliyunRegionWithCallback invokes the edas.ListAliyunRegion API asynchronously api document: https://help.aliyun.com/api/edas/listaliyunregion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAliyunRegionWithChan

func (client *Client) ListAliyunRegionWithChan(request *ListAliyunRegionRequest) (<-chan *ListAliyunRegionResponse, <-chan error)

ListAliyunRegionWithChan invokes the edas.ListAliyunRegion API asynchronously api document: https://help.aliyun.com/api/edas/listaliyunregion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApplication

func (client *Client) ListApplication(request *ListApplicationRequest) (response *ListApplicationResponse, err error)

ListApplication invokes the edas.ListApplication API synchronously api document: https://help.aliyun.com/api/edas/listapplication.html

func (*Client) ListApplicationEcu

func (client *Client) ListApplicationEcu(request *ListApplicationEcuRequest) (response *ListApplicationEcuResponse, err error)

ListApplicationEcu invokes the edas.ListApplicationEcu API synchronously api document: https://help.aliyun.com/api/edas/listapplicationecu.html

func (*Client) ListApplicationEcuWithCallback

func (client *Client) ListApplicationEcuWithCallback(request *ListApplicationEcuRequest, callback func(response *ListApplicationEcuResponse, err error)) <-chan int

ListApplicationEcuWithCallback invokes the edas.ListApplicationEcu API asynchronously api document: https://help.aliyun.com/api/edas/listapplicationecu.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApplicationEcuWithChan

func (client *Client) ListApplicationEcuWithChan(request *ListApplicationEcuRequest) (<-chan *ListApplicationEcuResponse, <-chan error)

ListApplicationEcuWithChan invokes the edas.ListApplicationEcu API asynchronously api document: https://help.aliyun.com/api/edas/listapplicationecu.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApplicationWithCallback

func (client *Client) ListApplicationWithCallback(request *ListApplicationRequest, callback func(response *ListApplicationResponse, err error)) <-chan int

ListApplicationWithCallback invokes the edas.ListApplication API asynchronously api document: https://help.aliyun.com/api/edas/listapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApplicationWithChan

func (client *Client) ListApplicationWithChan(request *ListApplicationRequest) (<-chan *ListApplicationResponse, <-chan error)

ListApplicationWithChan invokes the edas.ListApplication API asynchronously api document: https://help.aliyun.com/api/edas/listapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAuthority

func (client *Client) ListAuthority(request *ListAuthorityRequest) (response *ListAuthorityResponse, err error)

ListAuthority invokes the edas.ListAuthority API synchronously api document: https://help.aliyun.com/api/edas/listauthority.html

func (*Client) ListAuthorityWithCallback

func (client *Client) ListAuthorityWithCallback(request *ListAuthorityRequest, callback func(response *ListAuthorityResponse, err error)) <-chan int

ListAuthorityWithCallback invokes the edas.ListAuthority API asynchronously api document: https://help.aliyun.com/api/edas/listauthority.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAuthorityWithChan

func (client *Client) ListAuthorityWithChan(request *ListAuthorityRequest) (<-chan *ListAuthorityResponse, <-chan error)

ListAuthorityWithChan invokes the edas.ListAuthority API asynchronously api document: https://help.aliyun.com/api/edas/listauthority.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListBuildPack

func (client *Client) ListBuildPack(request *ListBuildPackRequest) (response *ListBuildPackResponse, err error)

ListBuildPack invokes the edas.ListBuildPack API synchronously api document: https://help.aliyun.com/api/edas/listbuildpack.html

func (*Client) ListBuildPackWithCallback

func (client *Client) ListBuildPackWithCallback(request *ListBuildPackRequest, callback func(response *ListBuildPackResponse, err error)) <-chan int

ListBuildPackWithCallback invokes the edas.ListBuildPack API asynchronously api document: https://help.aliyun.com/api/edas/listbuildpack.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListBuildPackWithChan

func (client *Client) ListBuildPackWithChan(request *ListBuildPackRequest) (<-chan *ListBuildPackResponse, <-chan error)

ListBuildPackWithChan invokes the edas.ListBuildPack API asynchronously api document: https://help.aliyun.com/api/edas/listbuildpack.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListCluster

func (client *Client) ListCluster(request *ListClusterRequest) (response *ListClusterResponse, err error)

ListCluster invokes the edas.ListCluster API synchronously api document: https://help.aliyun.com/api/edas/listcluster.html

func (*Client) ListClusterMembers

func (client *Client) ListClusterMembers(request *ListClusterMembersRequest) (response *ListClusterMembersResponse, err error)

ListClusterMembers invokes the edas.ListClusterMembers API synchronously api document: https://help.aliyun.com/api/edas/listclustermembers.html

func (*Client) ListClusterMembersWithCallback

func (client *Client) ListClusterMembersWithCallback(request *ListClusterMembersRequest, callback func(response *ListClusterMembersResponse, err error)) <-chan int

ListClusterMembersWithCallback invokes the edas.ListClusterMembers API asynchronously api document: https://help.aliyun.com/api/edas/listclustermembers.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterMembersWithChan

func (client *Client) ListClusterMembersWithChan(request *ListClusterMembersRequest) (<-chan *ListClusterMembersResponse, <-chan error)

ListClusterMembersWithChan invokes the edas.ListClusterMembers API asynchronously api document: https://help.aliyun.com/api/edas/listclustermembers.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterWithCallback

func (client *Client) ListClusterWithCallback(request *ListClusterRequest, callback func(response *ListClusterResponse, err error)) <-chan int

ListClusterWithCallback invokes the edas.ListCluster API asynchronously api document: https://help.aliyun.com/api/edas/listcluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterWithChan

func (client *Client) ListClusterWithChan(request *ListClusterRequest) (<-chan *ListClusterResponse, <-chan error)

ListClusterWithChan invokes the edas.ListCluster API asynchronously api document: https://help.aliyun.com/api/edas/listcluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListComponents

func (client *Client) ListComponents(request *ListComponentsRequest) (response *ListComponentsResponse, err error)

ListComponents invokes the edas.ListComponents API synchronously api document: https://help.aliyun.com/api/edas/listcomponents.html

func (*Client) ListComponentsWithCallback

func (client *Client) ListComponentsWithCallback(request *ListComponentsRequest, callback func(response *ListComponentsResponse, err error)) <-chan int

ListComponentsWithCallback invokes the edas.ListComponents API asynchronously api document: https://help.aliyun.com/api/edas/listcomponents.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListComponentsWithChan

func (client *Client) ListComponentsWithChan(request *ListComponentsRequest) (<-chan *ListComponentsResponse, <-chan error)

ListComponentsWithChan invokes the edas.ListComponents API asynchronously api document: https://help.aliyun.com/api/edas/listcomponents.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListConfigCenters

func (client *Client) ListConfigCenters(request *ListConfigCentersRequest) (response *ListConfigCentersResponse, err error)

ListConfigCenters invokes the edas.ListConfigCenters API synchronously api document: https://help.aliyun.com/api/edas/listconfigcenters.html

func (*Client) ListConfigCentersWithCallback

func (client *Client) ListConfigCentersWithCallback(request *ListConfigCentersRequest, callback func(response *ListConfigCentersResponse, err error)) <-chan int

ListConfigCentersWithCallback invokes the edas.ListConfigCenters API asynchronously api document: https://help.aliyun.com/api/edas/listconfigcenters.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListConfigCentersWithChan

func (client *Client) ListConfigCentersWithChan(request *ListConfigCentersRequest) (<-chan *ListConfigCentersResponse, <-chan error)

ListConfigCentersWithChan invokes the edas.ListConfigCenters API asynchronously api document: https://help.aliyun.com/api/edas/listconfigcenters.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListConsumedServices

func (client *Client) ListConsumedServices(request *ListConsumedServicesRequest) (response *ListConsumedServicesResponse, err error)

ListConsumedServices invokes the edas.ListConsumedServices API synchronously api document: https://help.aliyun.com/api/edas/listconsumedservices.html

func (*Client) ListConsumedServicesWithCallback

func (client *Client) ListConsumedServicesWithCallback(request *ListConsumedServicesRequest, callback func(response *ListConsumedServicesResponse, err error)) <-chan int

ListConsumedServicesWithCallback invokes the edas.ListConsumedServices API asynchronously api document: https://help.aliyun.com/api/edas/listconsumedservices.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListConsumedServicesWithChan

func (client *Client) ListConsumedServicesWithChan(request *ListConsumedServicesRequest) (<-chan *ListConsumedServicesResponse, <-chan error)

ListConsumedServicesWithChan invokes the edas.ListConsumedServices API asynchronously api document: https://help.aliyun.com/api/edas/listconsumedservices.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListConvertableEcu

func (client *Client) ListConvertableEcu(request *ListConvertableEcuRequest) (response *ListConvertableEcuResponse, err error)

ListConvertableEcu invokes the edas.ListConvertableEcu API synchronously api document: https://help.aliyun.com/api/edas/listconvertableecu.html

func (*Client) ListConvertableEcuWithCallback

func (client *Client) ListConvertableEcuWithCallback(request *ListConvertableEcuRequest, callback func(response *ListConvertableEcuResponse, err error)) <-chan int

ListConvertableEcuWithCallback invokes the edas.ListConvertableEcu API asynchronously api document: https://help.aliyun.com/api/edas/listconvertableecu.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListConvertableEcuWithChan

func (client *Client) ListConvertableEcuWithChan(request *ListConvertableEcuRequest) (<-chan *ListConvertableEcuResponse, <-chan error)

ListConvertableEcuWithChan invokes the edas.ListConvertableEcu API asynchronously api document: https://help.aliyun.com/api/edas/listconvertableecu.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDegradeControls

func (client *Client) ListDegradeControls(request *ListDegradeControlsRequest) (response *ListDegradeControlsResponse, err error)

ListDegradeControls invokes the edas.ListDegradeControls API synchronously api document: https://help.aliyun.com/api/edas/listdegradecontrols.html

func (*Client) ListDegradeControlsWithCallback

func (client *Client) ListDegradeControlsWithCallback(request *ListDegradeControlsRequest, callback func(response *ListDegradeControlsResponse, err error)) <-chan int

ListDegradeControlsWithCallback invokes the edas.ListDegradeControls API asynchronously api document: https://help.aliyun.com/api/edas/listdegradecontrols.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDegradeControlsWithChan

func (client *Client) ListDegradeControlsWithChan(request *ListDegradeControlsRequest) (<-chan *ListDegradeControlsResponse, <-chan error)

ListDegradeControlsWithChan invokes the edas.ListDegradeControls API asynchronously api document: https://help.aliyun.com/api/edas/listdegradecontrols.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDeployGroup

func (client *Client) ListDeployGroup(request *ListDeployGroupRequest) (response *ListDeployGroupResponse, err error)

ListDeployGroup invokes the edas.ListDeployGroup API synchronously api document: https://help.aliyun.com/api/edas/listdeploygroup.html

func (*Client) ListDeployGroupWithCallback

func (client *Client) ListDeployGroupWithCallback(request *ListDeployGroupRequest, callback func(response *ListDeployGroupResponse, err error)) <-chan int

ListDeployGroupWithCallback invokes the edas.ListDeployGroup API asynchronously api document: https://help.aliyun.com/api/edas/listdeploygroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDeployGroupWithChan

func (client *Client) ListDeployGroupWithChan(request *ListDeployGroupRequest) (<-chan *ListDeployGroupResponse, <-chan error)

ListDeployGroupWithChan invokes the edas.ListDeployGroup API asynchronously api document: https://help.aliyun.com/api/edas/listdeploygroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListEcsNotInCluster

func (client *Client) ListEcsNotInCluster(request *ListEcsNotInClusterRequest) (response *ListEcsNotInClusterResponse, err error)

ListEcsNotInCluster invokes the edas.ListEcsNotInCluster API synchronously api document: https://help.aliyun.com/api/edas/listecsnotincluster.html

func (*Client) ListEcsNotInClusterWithCallback

func (client *Client) ListEcsNotInClusterWithCallback(request *ListEcsNotInClusterRequest, callback func(response *ListEcsNotInClusterResponse, err error)) <-chan int

ListEcsNotInClusterWithCallback invokes the edas.ListEcsNotInCluster API asynchronously api document: https://help.aliyun.com/api/edas/listecsnotincluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListEcsNotInClusterWithChan

func (client *Client) ListEcsNotInClusterWithChan(request *ListEcsNotInClusterRequest) (<-chan *ListEcsNotInClusterResponse, <-chan error)

ListEcsNotInClusterWithChan invokes the edas.ListEcsNotInCluster API asynchronously api document: https://help.aliyun.com/api/edas/listecsnotincluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListEcuByRegion

func (client *Client) ListEcuByRegion(request *ListEcuByRegionRequest) (response *ListEcuByRegionResponse, err error)

ListEcuByRegion invokes the edas.ListEcuByRegion API synchronously api document: https://help.aliyun.com/api/edas/listecubyregion.html

func (*Client) ListEcuByRegionWithCallback

func (client *Client) ListEcuByRegionWithCallback(request *ListEcuByRegionRequest, callback func(response *ListEcuByRegionResponse, err error)) <-chan int

ListEcuByRegionWithCallback invokes the edas.ListEcuByRegion API asynchronously api document: https://help.aliyun.com/api/edas/listecubyregion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListEcuByRegionWithChan

func (client *Client) ListEcuByRegionWithChan(request *ListEcuByRegionRequest) (<-chan *ListEcuByRegionResponse, <-chan error)

ListEcuByRegionWithChan invokes the edas.ListEcuByRegion API asynchronously api document: https://help.aliyun.com/api/edas/listecubyregion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowControls

func (client *Client) ListFlowControls(request *ListFlowControlsRequest) (response *ListFlowControlsResponse, err error)

ListFlowControls invokes the edas.ListFlowControls API synchronously api document: https://help.aliyun.com/api/edas/listflowcontrols.html

func (*Client) ListFlowControlsWithCallback

func (client *Client) ListFlowControlsWithCallback(request *ListFlowControlsRequest, callback func(response *ListFlowControlsResponse, err error)) <-chan int

ListFlowControlsWithCallback invokes the edas.ListFlowControls API asynchronously api document: https://help.aliyun.com/api/edas/listflowcontrols.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowControlsWithChan

func (client *Client) ListFlowControlsWithChan(request *ListFlowControlsRequest) (<-chan *ListFlowControlsResponse, <-chan error)

ListFlowControlsWithChan invokes the edas.ListFlowControls API asynchronously api document: https://help.aliyun.com/api/edas/listflowcontrols.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListHistoryDeployVersion

func (client *Client) ListHistoryDeployVersion(request *ListHistoryDeployVersionRequest) (response *ListHistoryDeployVersionResponse, err error)

ListHistoryDeployVersion invokes the edas.ListHistoryDeployVersion API synchronously api document: https://help.aliyun.com/api/edas/listhistorydeployversion.html

func (*Client) ListHistoryDeployVersionWithCallback

func (client *Client) ListHistoryDeployVersionWithCallback(request *ListHistoryDeployVersionRequest, callback func(response *ListHistoryDeployVersionResponse, err error)) <-chan int

ListHistoryDeployVersionWithCallback invokes the edas.ListHistoryDeployVersion API asynchronously api document: https://help.aliyun.com/api/edas/listhistorydeployversion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListHistoryDeployVersionWithChan

func (client *Client) ListHistoryDeployVersionWithChan(request *ListHistoryDeployVersionRequest) (<-chan *ListHistoryDeployVersionResponse, <-chan error)

ListHistoryDeployVersionWithChan invokes the edas.ListHistoryDeployVersion API asynchronously api document: https://help.aliyun.com/api/edas/listhistorydeployversion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListPublishedServices

func (client *Client) ListPublishedServices(request *ListPublishedServicesRequest) (response *ListPublishedServicesResponse, err error)

ListPublishedServices invokes the edas.ListPublishedServices API synchronously api document: https://help.aliyun.com/api/edas/listpublishedservices.html

func (*Client) ListPublishedServicesWithCallback

func (client *Client) ListPublishedServicesWithCallback(request *ListPublishedServicesRequest, callback func(response *ListPublishedServicesResponse, err error)) <-chan int

ListPublishedServicesWithCallback invokes the edas.ListPublishedServices API asynchronously api document: https://help.aliyun.com/api/edas/listpublishedservices.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListPublishedServicesWithChan

func (client *Client) ListPublishedServicesWithChan(request *ListPublishedServicesRequest) (<-chan *ListPublishedServicesResponse, <-chan error)

ListPublishedServicesWithChan invokes the edas.ListPublishedServices API asynchronously api document: https://help.aliyun.com/api/edas/listpublishedservices.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListRecentChangeOrder

func (client *Client) ListRecentChangeOrder(request *ListRecentChangeOrderRequest) (response *ListRecentChangeOrderResponse, err error)

ListRecentChangeOrder invokes the edas.ListRecentChangeOrder API synchronously api document: https://help.aliyun.com/api/edas/listrecentchangeorder.html

func (*Client) ListRecentChangeOrderWithCallback

func (client *Client) ListRecentChangeOrderWithCallback(request *ListRecentChangeOrderRequest, callback func(response *ListRecentChangeOrderResponse, err error)) <-chan int

ListRecentChangeOrderWithCallback invokes the edas.ListRecentChangeOrder API asynchronously api document: https://help.aliyun.com/api/edas/listrecentchangeorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListRecentChangeOrderWithChan

func (client *Client) ListRecentChangeOrderWithChan(request *ListRecentChangeOrderRequest) (<-chan *ListRecentChangeOrderResponse, <-chan error)

ListRecentChangeOrderWithChan invokes the edas.ListRecentChangeOrder API asynchronously api document: https://help.aliyun.com/api/edas/listrecentchangeorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListResourceGroup

func (client *Client) ListResourceGroup(request *ListResourceGroupRequest) (response *ListResourceGroupResponse, err error)

ListResourceGroup invokes the edas.ListResourceGroup API synchronously api document: https://help.aliyun.com/api/edas/listresourcegroup.html

func (*Client) ListResourceGroupWithCallback

func (client *Client) ListResourceGroupWithCallback(request *ListResourceGroupRequest, callback func(response *ListResourceGroupResponse, err error)) <-chan int

ListResourceGroupWithCallback invokes the edas.ListResourceGroup API asynchronously api document: https://help.aliyun.com/api/edas/listresourcegroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListResourceGroupWithChan

func (client *Client) ListResourceGroupWithChan(request *ListResourceGroupRequest) (<-chan *ListResourceGroupResponse, <-chan error)

ListResourceGroupWithChan invokes the edas.ListResourceGroup API asynchronously api document: https://help.aliyun.com/api/edas/listresourcegroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListRole

func (client *Client) ListRole(request *ListRoleRequest) (response *ListRoleResponse, err error)

ListRole invokes the edas.ListRole API synchronously api document: https://help.aliyun.com/api/edas/listrole.html

func (*Client) ListRoleWithCallback

func (client *Client) ListRoleWithCallback(request *ListRoleRequest, callback func(response *ListRoleResponse, err error)) <-chan int

ListRoleWithCallback invokes the edas.ListRole API asynchronously api document: https://help.aliyun.com/api/edas/listrole.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListRoleWithChan

func (client *Client) ListRoleWithChan(request *ListRoleRequest) (<-chan *ListRoleResponse, <-chan error)

ListRoleWithChan invokes the edas.ListRole API asynchronously api document: https://help.aliyun.com/api/edas/listrole.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListScaleOutEcu

func (client *Client) ListScaleOutEcu(request *ListScaleOutEcuRequest) (response *ListScaleOutEcuResponse, err error)

ListScaleOutEcu invokes the edas.ListScaleOutEcu API synchronously api document: https://help.aliyun.com/api/edas/listscaleoutecu.html

func (*Client) ListScaleOutEcuWithCallback

func (client *Client) ListScaleOutEcuWithCallback(request *ListScaleOutEcuRequest, callback func(response *ListScaleOutEcuResponse, err error)) <-chan int

ListScaleOutEcuWithCallback invokes the edas.ListScaleOutEcu API asynchronously api document: https://help.aliyun.com/api/edas/listscaleoutecu.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListScaleOutEcuWithChan

func (client *Client) ListScaleOutEcuWithChan(request *ListScaleOutEcuRequest) (<-chan *ListScaleOutEcuResponse, <-chan error)

ListScaleOutEcuWithChan invokes the edas.ListScaleOutEcu API asynchronously api document: https://help.aliyun.com/api/edas/listscaleoutecu.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListServiceGroups

func (client *Client) ListServiceGroups(request *ListServiceGroupsRequest) (response *ListServiceGroupsResponse, err error)

ListServiceGroups invokes the edas.ListServiceGroups API synchronously api document: https://help.aliyun.com/api/edas/listservicegroups.html

func (*Client) ListServiceGroupsWithCallback

func (client *Client) ListServiceGroupsWithCallback(request *ListServiceGroupsRequest, callback func(response *ListServiceGroupsResponse, err error)) <-chan int

ListServiceGroupsWithCallback invokes the edas.ListServiceGroups API asynchronously api document: https://help.aliyun.com/api/edas/listservicegroups.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListServiceGroupsWithChan

func (client *Client) ListServiceGroupsWithChan(request *ListServiceGroupsRequest) (<-chan *ListServiceGroupsResponse, <-chan error)

ListServiceGroupsWithChan invokes the edas.ListServiceGroups API asynchronously api document: https://help.aliyun.com/api/edas/listservicegroups.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListSlb

func (client *Client) ListSlb(request *ListSlbRequest) (response *ListSlbResponse, err error)

ListSlb invokes the edas.ListSlb API synchronously api document: https://help.aliyun.com/api/edas/listslb.html

func (*Client) ListSlbWithCallback

func (client *Client) ListSlbWithCallback(request *ListSlbRequest, callback func(response *ListSlbResponse, err error)) <-chan int

ListSlbWithCallback invokes the edas.ListSlb API asynchronously api document: https://help.aliyun.com/api/edas/listslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListSlbWithChan

func (client *Client) ListSlbWithChan(request *ListSlbRequest) (<-chan *ListSlbResponse, <-chan error)

ListSlbWithChan invokes the edas.ListSlb API asynchronously api document: https://help.aliyun.com/api/edas/listslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListSubAccount

func (client *Client) ListSubAccount(request *ListSubAccountRequest) (response *ListSubAccountResponse, err error)

ListSubAccount invokes the edas.ListSubAccount API synchronously api document: https://help.aliyun.com/api/edas/listsubaccount.html

func (*Client) ListSubAccountWithCallback

func (client *Client) ListSubAccountWithCallback(request *ListSubAccountRequest, callback func(response *ListSubAccountResponse, err error)) <-chan int

ListSubAccountWithCallback invokes the edas.ListSubAccount API asynchronously api document: https://help.aliyun.com/api/edas/listsubaccount.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListSubAccountWithChan

func (client *Client) ListSubAccountWithChan(request *ListSubAccountRequest) (<-chan *ListSubAccountResponse, <-chan error)

ListSubAccountWithChan invokes the edas.ListSubAccount API asynchronously api document: https://help.aliyun.com/api/edas/listsubaccount.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListUserDefineRegion

func (client *Client) ListUserDefineRegion(request *ListUserDefineRegionRequest) (response *ListUserDefineRegionResponse, err error)

ListUserDefineRegion invokes the edas.ListUserDefineRegion API synchronously api document: https://help.aliyun.com/api/edas/listuserdefineregion.html

func (*Client) ListUserDefineRegionWithCallback

func (client *Client) ListUserDefineRegionWithCallback(request *ListUserDefineRegionRequest, callback func(response *ListUserDefineRegionResponse, err error)) <-chan int

ListUserDefineRegionWithCallback invokes the edas.ListUserDefineRegion API asynchronously api document: https://help.aliyun.com/api/edas/listuserdefineregion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListUserDefineRegionWithChan

func (client *Client) ListUserDefineRegionWithChan(request *ListUserDefineRegionRequest) (<-chan *ListUserDefineRegionResponse, <-chan error)

ListUserDefineRegionWithChan invokes the edas.ListUserDefineRegion API asynchronously api document: https://help.aliyun.com/api/edas/listuserdefineregion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListVpc

func (client *Client) ListVpc(request *ListVpcRequest) (response *ListVpcResponse, err error)

ListVpc invokes the edas.ListVpc API synchronously api document: https://help.aliyun.com/api/edas/listvpc.html

func (*Client) ListVpcWithCallback

func (client *Client) ListVpcWithCallback(request *ListVpcRequest, callback func(response *ListVpcResponse, err error)) <-chan int

ListVpcWithCallback invokes the edas.ListVpc API asynchronously api document: https://help.aliyun.com/api/edas/listvpc.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListVpcWithChan

func (client *Client) ListVpcWithChan(request *ListVpcRequest) (<-chan *ListVpcResponse, <-chan error)

ListVpcWithChan invokes the edas.ListVpc API asynchronously api document: https://help.aliyun.com/api/edas/listvpc.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MigrateEcu

func (client *Client) MigrateEcu(request *MigrateEcuRequest) (response *MigrateEcuResponse, err error)

MigrateEcu invokes the edas.MigrateEcu API synchronously api document: https://help.aliyun.com/api/edas/migrateecu.html

func (*Client) MigrateEcuWithCallback

func (client *Client) MigrateEcuWithCallback(request *MigrateEcuRequest, callback func(response *MigrateEcuResponse, err error)) <-chan int

MigrateEcuWithCallback invokes the edas.MigrateEcu API asynchronously api document: https://help.aliyun.com/api/edas/migrateecu.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MigrateEcuWithChan

func (client *Client) MigrateEcuWithChan(request *MigrateEcuRequest) (<-chan *MigrateEcuResponse, <-chan error)

MigrateEcuWithChan invokes the edas.MigrateEcu API asynchronously api document: https://help.aliyun.com/api/edas/migrateecu.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryApplicationStatus

func (client *Client) QueryApplicationStatus(request *QueryApplicationStatusRequest) (response *QueryApplicationStatusResponse, err error)

QueryApplicationStatus invokes the edas.QueryApplicationStatus API synchronously api document: https://help.aliyun.com/api/edas/queryapplicationstatus.html

func (*Client) QueryApplicationStatusWithCallback

func (client *Client) QueryApplicationStatusWithCallback(request *QueryApplicationStatusRequest, callback func(response *QueryApplicationStatusResponse, err error)) <-chan int

QueryApplicationStatusWithCallback invokes the edas.QueryApplicationStatus API asynchronously api document: https://help.aliyun.com/api/edas/queryapplicationstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryApplicationStatusWithChan

func (client *Client) QueryApplicationStatusWithChan(request *QueryApplicationStatusRequest) (<-chan *QueryApplicationStatusResponse, <-chan error)

QueryApplicationStatusWithChan invokes the edas.QueryApplicationStatus API asynchronously api document: https://help.aliyun.com/api/edas/queryapplicationstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryConfigCenter

func (client *Client) QueryConfigCenter(request *QueryConfigCenterRequest) (response *QueryConfigCenterResponse, err error)

QueryConfigCenter invokes the edas.QueryConfigCenter API synchronously api document: https://help.aliyun.com/api/edas/queryconfigcenter.html

func (*Client) QueryConfigCenterWithCallback

func (client *Client) QueryConfigCenterWithCallback(request *QueryConfigCenterRequest, callback func(response *QueryConfigCenterResponse, err error)) <-chan int

QueryConfigCenterWithCallback invokes the edas.QueryConfigCenter API asynchronously api document: https://help.aliyun.com/api/edas/queryconfigcenter.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryConfigCenterWithChan

func (client *Client) QueryConfigCenterWithChan(request *QueryConfigCenterRequest) (<-chan *QueryConfigCenterResponse, <-chan error)

QueryConfigCenterWithChan invokes the edas.QueryConfigCenter API asynchronously api document: https://help.aliyun.com/api/edas/queryconfigcenter.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMigrateEcuList

func (client *Client) QueryMigrateEcuList(request *QueryMigrateEcuListRequest) (response *QueryMigrateEcuListResponse, err error)

QueryMigrateEcuList invokes the edas.QueryMigrateEcuList API synchronously api document: https://help.aliyun.com/api/edas/querymigrateeculist.html

func (*Client) QueryMigrateEcuListWithCallback

func (client *Client) QueryMigrateEcuListWithCallback(request *QueryMigrateEcuListRequest, callback func(response *QueryMigrateEcuListResponse, err error)) <-chan int

QueryMigrateEcuListWithCallback invokes the edas.QueryMigrateEcuList API asynchronously api document: https://help.aliyun.com/api/edas/querymigrateeculist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMigrateEcuListWithChan

func (client *Client) QueryMigrateEcuListWithChan(request *QueryMigrateEcuListRequest) (<-chan *QueryMigrateEcuListResponse, <-chan error)

QueryMigrateEcuListWithChan invokes the edas.QueryMigrateEcuList API asynchronously api document: https://help.aliyun.com/api/edas/querymigrateeculist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMigrateRegionList

func (client *Client) QueryMigrateRegionList(request *QueryMigrateRegionListRequest) (response *QueryMigrateRegionListResponse, err error)

QueryMigrateRegionList invokes the edas.QueryMigrateRegionList API synchronously api document: https://help.aliyun.com/api/edas/querymigrateregionlist.html

func (*Client) QueryMigrateRegionListWithCallback

func (client *Client) QueryMigrateRegionListWithCallback(request *QueryMigrateRegionListRequest, callback func(response *QueryMigrateRegionListResponse, err error)) <-chan int

QueryMigrateRegionListWithCallback invokes the edas.QueryMigrateRegionList API asynchronously api document: https://help.aliyun.com/api/edas/querymigrateregionlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMigrateRegionListWithChan

func (client *Client) QueryMigrateRegionListWithChan(request *QueryMigrateRegionListRequest) (<-chan *QueryMigrateRegionListResponse, <-chan error)

QueryMigrateRegionListWithChan invokes the edas.QueryMigrateRegionList API asynchronously api document: https://help.aliyun.com/api/edas/querymigrateregionlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMonitorInfo

func (client *Client) QueryMonitorInfo(request *QueryMonitorInfoRequest) (response *QueryMonitorInfoResponse, err error)

QueryMonitorInfo invokes the edas.QueryMonitorInfo API synchronously api document: https://help.aliyun.com/api/edas/querymonitorinfo.html

func (*Client) QueryMonitorInfoWithCallback

func (client *Client) QueryMonitorInfoWithCallback(request *QueryMonitorInfoRequest, callback func(response *QueryMonitorInfoResponse, err error)) <-chan int

QueryMonitorInfoWithCallback invokes the edas.QueryMonitorInfo API asynchronously api document: https://help.aliyun.com/api/edas/querymonitorinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryMonitorInfoWithChan

func (client *Client) QueryMonitorInfoWithChan(request *QueryMonitorInfoRequest) (<-chan *QueryMonitorInfoResponse, <-chan error)

QueryMonitorInfoWithChan invokes the edas.QueryMonitorInfo API asynchronously api document: https://help.aliyun.com/api/edas/querymonitorinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryRegionConfig

func (client *Client) QueryRegionConfig(request *QueryRegionConfigRequest) (response *QueryRegionConfigResponse, err error)

QueryRegionConfig invokes the edas.QueryRegionConfig API synchronously api document: https://help.aliyun.com/api/edas/queryregionconfig.html

func (*Client) QueryRegionConfigWithCallback

func (client *Client) QueryRegionConfigWithCallback(request *QueryRegionConfigRequest, callback func(response *QueryRegionConfigResponse, err error)) <-chan int

QueryRegionConfigWithCallback invokes the edas.QueryRegionConfig API asynchronously api document: https://help.aliyun.com/api/edas/queryregionconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryRegionConfigWithChan

func (client *Client) QueryRegionConfigWithChan(request *QueryRegionConfigRequest) (<-chan *QueryRegionConfigResponse, <-chan error)

QueryRegionConfigWithChan invokes the edas.QueryRegionConfig API asynchronously api document: https://help.aliyun.com/api/edas/queryregionconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResetApplication

func (client *Client) ResetApplication(request *ResetApplicationRequest) (response *ResetApplicationResponse, err error)

ResetApplication invokes the edas.ResetApplication API synchronously api document: https://help.aliyun.com/api/edas/resetapplication.html

func (*Client) ResetApplicationWithCallback

func (client *Client) ResetApplicationWithCallback(request *ResetApplicationRequest, callback func(response *ResetApplicationResponse, err error)) <-chan int

ResetApplicationWithCallback invokes the edas.ResetApplication API asynchronously api document: https://help.aliyun.com/api/edas/resetapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResetApplicationWithChan

func (client *Client) ResetApplicationWithChan(request *ResetApplicationRequest) (<-chan *ResetApplicationResponse, <-chan error)

ResetApplicationWithChan invokes the edas.ResetApplication API asynchronously api document: https://help.aliyun.com/api/edas/resetapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RollbackApplication

func (client *Client) RollbackApplication(request *RollbackApplicationRequest) (response *RollbackApplicationResponse, err error)

RollbackApplication invokes the edas.RollbackApplication API synchronously api document: https://help.aliyun.com/api/edas/rollbackapplication.html

func (*Client) RollbackApplicationWithCallback

func (client *Client) RollbackApplicationWithCallback(request *RollbackApplicationRequest, callback func(response *RollbackApplicationResponse, err error)) <-chan int

RollbackApplicationWithCallback invokes the edas.RollbackApplication API asynchronously api document: https://help.aliyun.com/api/edas/rollbackapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RollbackApplicationWithChan

func (client *Client) RollbackApplicationWithChan(request *RollbackApplicationRequest) (<-chan *RollbackApplicationResponse, <-chan error)

RollbackApplicationWithChan invokes the edas.RollbackApplication API asynchronously api document: https://help.aliyun.com/api/edas/rollbackapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ScaleInApplication

func (client *Client) ScaleInApplication(request *ScaleInApplicationRequest) (response *ScaleInApplicationResponse, err error)

ScaleInApplication invokes the edas.ScaleInApplication API synchronously api document: https://help.aliyun.com/api/edas/scaleinapplication.html

func (*Client) ScaleInApplicationWithCallback

func (client *Client) ScaleInApplicationWithCallback(request *ScaleInApplicationRequest, callback func(response *ScaleInApplicationResponse, err error)) <-chan int

ScaleInApplicationWithCallback invokes the edas.ScaleInApplication API asynchronously api document: https://help.aliyun.com/api/edas/scaleinapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ScaleInApplicationWithChan

func (client *Client) ScaleInApplicationWithChan(request *ScaleInApplicationRequest) (<-chan *ScaleInApplicationResponse, <-chan error)

ScaleInApplicationWithChan invokes the edas.ScaleInApplication API asynchronously api document: https://help.aliyun.com/api/edas/scaleinapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ScaleK8sApplication

func (client *Client) ScaleK8sApplication(request *ScaleK8sApplicationRequest) (response *ScaleK8sApplicationResponse, err error)

ScaleK8sApplication invokes the edas.ScaleK8sApplication API synchronously api document: https://help.aliyun.com/api/edas/scalek8sapplication.html

func (*Client) ScaleK8sApplicationWithCallback

func (client *Client) ScaleK8sApplicationWithCallback(request *ScaleK8sApplicationRequest, callback func(response *ScaleK8sApplicationResponse, err error)) <-chan int

ScaleK8sApplicationWithCallback invokes the edas.ScaleK8sApplication API asynchronously api document: https://help.aliyun.com/api/edas/scalek8sapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ScaleK8sApplicationWithChan

func (client *Client) ScaleK8sApplicationWithChan(request *ScaleK8sApplicationRequest) (<-chan *ScaleK8sApplicationResponse, <-chan error)

ScaleK8sApplicationWithChan invokes the edas.ScaleK8sApplication API asynchronously api document: https://help.aliyun.com/api/edas/scalek8sapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ScaleOutApplication

func (client *Client) ScaleOutApplication(request *ScaleOutApplicationRequest) (response *ScaleOutApplicationResponse, err error)

ScaleOutApplication invokes the edas.ScaleOutApplication API synchronously api document: https://help.aliyun.com/api/edas/scaleoutapplication.html

func (*Client) ScaleOutApplicationWithCallback

func (client *Client) ScaleOutApplicationWithCallback(request *ScaleOutApplicationRequest, callback func(response *ScaleOutApplicationResponse, err error)) <-chan int

ScaleOutApplicationWithCallback invokes the edas.ScaleOutApplication API asynchronously api document: https://help.aliyun.com/api/edas/scaleoutapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ScaleOutApplicationWithChan

func (client *Client) ScaleOutApplicationWithChan(request *ScaleOutApplicationRequest) (<-chan *ScaleOutApplicationResponse, <-chan error)

ScaleOutApplicationWithChan invokes the edas.ScaleOutApplication API asynchronously api document: https://help.aliyun.com/api/edas/scaleoutapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ScaleServerlessApplication

func (client *Client) ScaleServerlessApplication(request *ScaleServerlessApplicationRequest) (response *ScaleServerlessApplicationResponse, err error)

ScaleServerlessApplication invokes the edas.ScaleServerlessApplication API synchronously api document: https://help.aliyun.com/api/edas/scaleserverlessapplication.html

func (*Client) ScaleServerlessApplicationWithCallback

func (client *Client) ScaleServerlessApplicationWithCallback(request *ScaleServerlessApplicationRequest, callback func(response *ScaleServerlessApplicationResponse, err error)) <-chan int

ScaleServerlessApplicationWithCallback invokes the edas.ScaleServerlessApplication API asynchronously api document: https://help.aliyun.com/api/edas/scaleserverlessapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ScaleServerlessApplicationWithChan

func (client *Client) ScaleServerlessApplicationWithChan(request *ScaleServerlessApplicationRequest) (<-chan *ScaleServerlessApplicationResponse, <-chan error)

ScaleServerlessApplicationWithChan invokes the edas.ScaleServerlessApplication API asynchronously api document: https://help.aliyun.com/api/edas/scaleserverlessapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StartApplication

func (client *Client) StartApplication(request *StartApplicationRequest) (response *StartApplicationResponse, err error)

StartApplication invokes the edas.StartApplication API synchronously api document: https://help.aliyun.com/api/edas/startapplication.html

func (*Client) StartApplicationWithCallback

func (client *Client) StartApplicationWithCallback(request *StartApplicationRequest, callback func(response *StartApplicationResponse, err error)) <-chan int

StartApplicationWithCallback invokes the edas.StartApplication API asynchronously api document: https://help.aliyun.com/api/edas/startapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StartApplicationWithChan

func (client *Client) StartApplicationWithChan(request *StartApplicationRequest) (<-chan *StartApplicationResponse, <-chan error)

StartApplicationWithChan invokes the edas.StartApplication API asynchronously api document: https://help.aliyun.com/api/edas/startapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StopApplication

func (client *Client) StopApplication(request *StopApplicationRequest) (response *StopApplicationResponse, err error)

StopApplication invokes the edas.StopApplication API synchronously api document: https://help.aliyun.com/api/edas/stopapplication.html

func (*Client) StopApplicationWithCallback

func (client *Client) StopApplicationWithCallback(request *StopApplicationRequest, callback func(response *StopApplicationResponse, err error)) <-chan int

StopApplicationWithCallback invokes the edas.StopApplication API asynchronously api document: https://help.aliyun.com/api/edas/stopapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StopApplicationWithChan

func (client *Client) StopApplicationWithChan(request *StopApplicationRequest) (<-chan *StopApplicationResponse, <-chan error)

StopApplicationWithChan invokes the edas.StopApplication API asynchronously api document: https://help.aliyun.com/api/edas/stopapplication.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SynchronizeResource

func (client *Client) SynchronizeResource(request *SynchronizeResourceRequest) (response *SynchronizeResourceResponse, err error)

SynchronizeResource invokes the edas.SynchronizeResource API synchronously api document: https://help.aliyun.com/api/edas/synchronizeresource.html

func (*Client) SynchronizeResourceWithCallback

func (client *Client) SynchronizeResourceWithCallback(request *SynchronizeResourceRequest, callback func(response *SynchronizeResourceResponse, err error)) <-chan int

SynchronizeResourceWithCallback invokes the edas.SynchronizeResource API asynchronously api document: https://help.aliyun.com/api/edas/synchronizeresource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SynchronizeResourceWithChan

func (client *Client) SynchronizeResourceWithChan(request *SynchronizeResourceRequest) (<-chan *SynchronizeResourceResponse, <-chan error)

SynchronizeResourceWithChan invokes the edas.SynchronizeResource API asynchronously api document: https://help.aliyun.com/api/edas/synchronizeresource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TransformClusterMember

func (client *Client) TransformClusterMember(request *TransformClusterMemberRequest) (response *TransformClusterMemberResponse, err error)

TransformClusterMember invokes the edas.TransformClusterMember API synchronously api document: https://help.aliyun.com/api/edas/transformclustermember.html

func (*Client) TransformClusterMemberWithCallback

func (client *Client) TransformClusterMemberWithCallback(request *TransformClusterMemberRequest, callback func(response *TransformClusterMemberResponse, err error)) <-chan int

TransformClusterMemberWithCallback invokes the edas.TransformClusterMember API asynchronously api document: https://help.aliyun.com/api/edas/transformclustermember.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TransformClusterMemberWithChan

func (client *Client) TransformClusterMemberWithChan(request *TransformClusterMemberRequest) (<-chan *TransformClusterMemberResponse, <-chan error)

TransformClusterMemberWithChan invokes the edas.TransformClusterMember API asynchronously api document: https://help.aliyun.com/api/edas/transformclustermember.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UnbindK8sSlb

func (client *Client) UnbindK8sSlb(request *UnbindK8sSlbRequest) (response *UnbindK8sSlbResponse, err error)

UnbindK8sSlb invokes the edas.UnbindK8sSlb API synchronously api document: https://help.aliyun.com/api/edas/unbindk8sslb.html

func (*Client) UnbindK8sSlbWithCallback

func (client *Client) UnbindK8sSlbWithCallback(request *UnbindK8sSlbRequest, callback func(response *UnbindK8sSlbResponse, err error)) <-chan int

UnbindK8sSlbWithCallback invokes the edas.UnbindK8sSlb API asynchronously api document: https://help.aliyun.com/api/edas/unbindk8sslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UnbindK8sSlbWithChan

func (client *Client) UnbindK8sSlbWithChan(request *UnbindK8sSlbRequest) (<-chan *UnbindK8sSlbResponse, <-chan error)

UnbindK8sSlbWithChan invokes the edas.UnbindK8sSlb API asynchronously api document: https://help.aliyun.com/api/edas/unbindk8sslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UnbindServerlessSlb

func (client *Client) UnbindServerlessSlb(request *UnbindServerlessSlbRequest) (response *UnbindServerlessSlbResponse, err error)

UnbindServerlessSlb invokes the edas.UnbindServerlessSlb API synchronously api document: https://help.aliyun.com/api/edas/unbindserverlessslb.html

func (*Client) UnbindServerlessSlbWithCallback

func (client *Client) UnbindServerlessSlbWithCallback(request *UnbindServerlessSlbRequest, callback func(response *UnbindServerlessSlbResponse, err error)) <-chan int

UnbindServerlessSlbWithCallback invokes the edas.UnbindServerlessSlb API asynchronously api document: https://help.aliyun.com/api/edas/unbindserverlessslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UnbindServerlessSlbWithChan

func (client *Client) UnbindServerlessSlbWithChan(request *UnbindServerlessSlbRequest) (<-chan *UnbindServerlessSlbResponse, <-chan error)

UnbindServerlessSlbWithChan invokes the edas.UnbindServerlessSlb API asynchronously api document: https://help.aliyun.com/api/edas/unbindserverlessslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UnbindSlb

func (client *Client) UnbindSlb(request *UnbindSlbRequest) (response *UnbindSlbResponse, err error)

UnbindSlb invokes the edas.UnbindSlb API synchronously api document: https://help.aliyun.com/api/edas/unbindslb.html

func (*Client) UnbindSlbWithCallback

func (client *Client) UnbindSlbWithCallback(request *UnbindSlbRequest, callback func(response *UnbindSlbResponse, err error)) <-chan int

UnbindSlbWithCallback invokes the edas.UnbindSlb API asynchronously api document: https://help.aliyun.com/api/edas/unbindslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UnbindSlbWithChan

func (client *Client) UnbindSlbWithChan(request *UnbindSlbRequest) (<-chan *UnbindSlbResponse, <-chan error)

UnbindSlbWithChan invokes the edas.UnbindSlb API asynchronously api document: https://help.aliyun.com/api/edas/unbindslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateAccountInfo

func (client *Client) UpdateAccountInfo(request *UpdateAccountInfoRequest) (response *UpdateAccountInfoResponse, err error)

UpdateAccountInfo invokes the edas.UpdateAccountInfo API synchronously api document: https://help.aliyun.com/api/edas/updateaccountinfo.html

func (*Client) UpdateAccountInfoWithCallback

func (client *Client) UpdateAccountInfoWithCallback(request *UpdateAccountInfoRequest, callback func(response *UpdateAccountInfoResponse, err error)) <-chan int

UpdateAccountInfoWithCallback invokes the edas.UpdateAccountInfo API asynchronously api document: https://help.aliyun.com/api/edas/updateaccountinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateAccountInfoWithChan

func (client *Client) UpdateAccountInfoWithChan(request *UpdateAccountInfoRequest) (<-chan *UpdateAccountInfoResponse, <-chan error)

UpdateAccountInfoWithChan invokes the edas.UpdateAccountInfo API asynchronously api document: https://help.aliyun.com/api/edas/updateaccountinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateApplicationBaseInfo

func (client *Client) UpdateApplicationBaseInfo(request *UpdateApplicationBaseInfoRequest) (response *UpdateApplicationBaseInfoResponse, err error)

UpdateApplicationBaseInfo invokes the edas.UpdateApplicationBaseInfo API synchronously api document: https://help.aliyun.com/api/edas/updateapplicationbaseinfo.html

func (*Client) UpdateApplicationBaseInfoWithCallback

func (client *Client) UpdateApplicationBaseInfoWithCallback(request *UpdateApplicationBaseInfoRequest, callback func(response *UpdateApplicationBaseInfoResponse, err error)) <-chan int

UpdateApplicationBaseInfoWithCallback invokes the edas.UpdateApplicationBaseInfo API asynchronously api document: https://help.aliyun.com/api/edas/updateapplicationbaseinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateApplicationBaseInfoWithChan

func (client *Client) UpdateApplicationBaseInfoWithChan(request *UpdateApplicationBaseInfoRequest) (<-chan *UpdateApplicationBaseInfoResponse, <-chan error)

UpdateApplicationBaseInfoWithChan invokes the edas.UpdateApplicationBaseInfo API asynchronously api document: https://help.aliyun.com/api/edas/updateapplicationbaseinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateContainer

func (client *Client) UpdateContainer(request *UpdateContainerRequest) (response *UpdateContainerResponse, err error)

UpdateContainer invokes the edas.UpdateContainer API synchronously api document: https://help.aliyun.com/api/edas/updatecontainer.html

func (*Client) UpdateContainerConfiguration

func (client *Client) UpdateContainerConfiguration(request *UpdateContainerConfigurationRequest) (response *UpdateContainerConfigurationResponse, err error)

UpdateContainerConfiguration invokes the edas.UpdateContainerConfiguration API synchronously api document: https://help.aliyun.com/api/edas/updatecontainerconfiguration.html

func (*Client) UpdateContainerConfigurationWithCallback

func (client *Client) UpdateContainerConfigurationWithCallback(request *UpdateContainerConfigurationRequest, callback func(response *UpdateContainerConfigurationResponse, err error)) <-chan int

UpdateContainerConfigurationWithCallback invokes the edas.UpdateContainerConfiguration API asynchronously api document: https://help.aliyun.com/api/edas/updatecontainerconfiguration.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateContainerConfigurationWithChan

func (client *Client) UpdateContainerConfigurationWithChan(request *UpdateContainerConfigurationRequest) (<-chan *UpdateContainerConfigurationResponse, <-chan error)

UpdateContainerConfigurationWithChan invokes the edas.UpdateContainerConfiguration API asynchronously api document: https://help.aliyun.com/api/edas/updatecontainerconfiguration.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateContainerWithCallback

func (client *Client) UpdateContainerWithCallback(request *UpdateContainerRequest, callback func(response *UpdateContainerResponse, err error)) <-chan int

UpdateContainerWithCallback invokes the edas.UpdateContainer API asynchronously api document: https://help.aliyun.com/api/edas/updatecontainer.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateContainerWithChan

func (client *Client) UpdateContainerWithChan(request *UpdateContainerRequest) (<-chan *UpdateContainerResponse, <-chan error)

UpdateContainerWithChan invokes the edas.UpdateContainer API asynchronously api document: https://help.aliyun.com/api/edas/updatecontainer.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateDegradeControl

func (client *Client) UpdateDegradeControl(request *UpdateDegradeControlRequest) (response *UpdateDegradeControlResponse, err error)

UpdateDegradeControl invokes the edas.UpdateDegradeControl API synchronously api document: https://help.aliyun.com/api/edas/updatedegradecontrol.html

func (*Client) UpdateDegradeControlWithCallback

func (client *Client) UpdateDegradeControlWithCallback(request *UpdateDegradeControlRequest, callback func(response *UpdateDegradeControlResponse, err error)) <-chan int

UpdateDegradeControlWithCallback invokes the edas.UpdateDegradeControl API asynchronously api document: https://help.aliyun.com/api/edas/updatedegradecontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateDegradeControlWithChan

func (client *Client) UpdateDegradeControlWithChan(request *UpdateDegradeControlRequest) (<-chan *UpdateDegradeControlResponse, <-chan error)

UpdateDegradeControlWithChan invokes the edas.UpdateDegradeControl API asynchronously api document: https://help.aliyun.com/api/edas/updatedegradecontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateFlowControl

func (client *Client) UpdateFlowControl(request *UpdateFlowControlRequest) (response *UpdateFlowControlResponse, err error)

UpdateFlowControl invokes the edas.UpdateFlowControl API synchronously api document: https://help.aliyun.com/api/edas/updateflowcontrol.html

func (*Client) UpdateFlowControlWithCallback

func (client *Client) UpdateFlowControlWithCallback(request *UpdateFlowControlRequest, callback func(response *UpdateFlowControlResponse, err error)) <-chan int

UpdateFlowControlWithCallback invokes the edas.UpdateFlowControl API asynchronously api document: https://help.aliyun.com/api/edas/updateflowcontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateFlowControlWithChan

func (client *Client) UpdateFlowControlWithChan(request *UpdateFlowControlRequest) (<-chan *UpdateFlowControlResponse, <-chan error)

UpdateFlowControlWithChan invokes the edas.UpdateFlowControl API asynchronously api document: https://help.aliyun.com/api/edas/updateflowcontrol.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateHealthCheckUrl

func (client *Client) UpdateHealthCheckUrl(request *UpdateHealthCheckUrlRequest) (response *UpdateHealthCheckUrlResponse, err error)

UpdateHealthCheckUrl invokes the edas.UpdateHealthCheckUrl API synchronously api document: https://help.aliyun.com/api/edas/updatehealthcheckurl.html

func (*Client) UpdateHealthCheckUrlWithCallback

func (client *Client) UpdateHealthCheckUrlWithCallback(request *UpdateHealthCheckUrlRequest, callback func(response *UpdateHealthCheckUrlResponse, err error)) <-chan int

UpdateHealthCheckUrlWithCallback invokes the edas.UpdateHealthCheckUrl API asynchronously api document: https://help.aliyun.com/api/edas/updatehealthcheckurl.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateHealthCheckUrlWithChan

func (client *Client) UpdateHealthCheckUrlWithChan(request *UpdateHealthCheckUrlRequest) (<-chan *UpdateHealthCheckUrlResponse, <-chan error)

UpdateHealthCheckUrlWithChan invokes the edas.UpdateHealthCheckUrl API asynchronously api document: https://help.aliyun.com/api/edas/updatehealthcheckurl.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateJvmConfiguration

func (client *Client) UpdateJvmConfiguration(request *UpdateJvmConfigurationRequest) (response *UpdateJvmConfigurationResponse, err error)

UpdateJvmConfiguration invokes the edas.UpdateJvmConfiguration API synchronously api document: https://help.aliyun.com/api/edas/updatejvmconfiguration.html

func (*Client) UpdateJvmConfigurationWithCallback

func (client *Client) UpdateJvmConfigurationWithCallback(request *UpdateJvmConfigurationRequest, callback func(response *UpdateJvmConfigurationResponse, err error)) <-chan int

UpdateJvmConfigurationWithCallback invokes the edas.UpdateJvmConfiguration API asynchronously api document: https://help.aliyun.com/api/edas/updatejvmconfiguration.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateJvmConfigurationWithChan

func (client *Client) UpdateJvmConfigurationWithChan(request *UpdateJvmConfigurationRequest) (<-chan *UpdateJvmConfigurationResponse, <-chan error)

UpdateJvmConfigurationWithChan invokes the edas.UpdateJvmConfiguration API asynchronously api document: https://help.aliyun.com/api/edas/updatejvmconfiguration.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateK8sApplicationConfig

func (client *Client) UpdateK8sApplicationConfig(request *UpdateK8sApplicationConfigRequest) (response *UpdateK8sApplicationConfigResponse, err error)

UpdateK8sApplicationConfig invokes the edas.UpdateK8sApplicationConfig API synchronously api document: https://help.aliyun.com/api/edas/updatek8sapplicationconfig.html

func (*Client) UpdateK8sApplicationConfigWithCallback

func (client *Client) UpdateK8sApplicationConfigWithCallback(request *UpdateK8sApplicationConfigRequest, callback func(response *UpdateK8sApplicationConfigResponse, err error)) <-chan int

UpdateK8sApplicationConfigWithCallback invokes the edas.UpdateK8sApplicationConfig API asynchronously api document: https://help.aliyun.com/api/edas/updatek8sapplicationconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateK8sApplicationConfigWithChan

func (client *Client) UpdateK8sApplicationConfigWithChan(request *UpdateK8sApplicationConfigRequest) (<-chan *UpdateK8sApplicationConfigResponse, <-chan error)

UpdateK8sApplicationConfigWithChan invokes the edas.UpdateK8sApplicationConfig API asynchronously api document: https://help.aliyun.com/api/edas/updatek8sapplicationconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateK8sSlb

func (client *Client) UpdateK8sSlb(request *UpdateK8sSlbRequest) (response *UpdateK8sSlbResponse, err error)

UpdateK8sSlb invokes the edas.UpdateK8sSlb API synchronously api document: https://help.aliyun.com/api/edas/updatek8sslb.html

func (*Client) UpdateK8sSlbWithCallback

func (client *Client) UpdateK8sSlbWithCallback(request *UpdateK8sSlbRequest, callback func(response *UpdateK8sSlbResponse, err error)) <-chan int

UpdateK8sSlbWithCallback invokes the edas.UpdateK8sSlb API asynchronously api document: https://help.aliyun.com/api/edas/updatek8sslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateK8sSlbWithChan

func (client *Client) UpdateK8sSlbWithChan(request *UpdateK8sSlbRequest) (<-chan *UpdateK8sSlbResponse, <-chan error)

UpdateK8sSlbWithChan invokes the edas.UpdateK8sSlb API asynchronously api document: https://help.aliyun.com/api/edas/updatek8sslb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateRole

func (client *Client) UpdateRole(request *UpdateRoleRequest) (response *UpdateRoleResponse, err error)

UpdateRole invokes the edas.UpdateRole API synchronously api document: https://help.aliyun.com/api/edas/updaterole.html

func (*Client) UpdateRoleWithCallback

func (client *Client) UpdateRoleWithCallback(request *UpdateRoleRequest, callback func(response *UpdateRoleResponse, err error)) <-chan int

UpdateRoleWithCallback invokes the edas.UpdateRole API asynchronously api document: https://help.aliyun.com/api/edas/updaterole.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateRoleWithChan

func (client *Client) UpdateRoleWithChan(request *UpdateRoleRequest) (<-chan *UpdateRoleResponse, <-chan error)

UpdateRoleWithChan invokes the edas.UpdateRole API asynchronously api document: https://help.aliyun.com/api/edas/updaterole.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

type Cluster

type Cluster struct {
	ClusterId      string `json:"ClusterId" xml:"ClusterId"`
	NodeNum        int    `json:"NodeNum" xml:"NodeNum"`
	UpdateTime     int    `json:"UpdateTime" xml:"UpdateTime"`
	Mem            int    `json:"Mem" xml:"Mem"`
	CreateTime     int    `json:"CreateTime" xml:"CreateTime"`
	OversoldFactor int    `json:"OversoldFactor" xml:"OversoldFactor"`
	MemUsed        int    `json:"MemUsed" xml:"MemUsed"`
	NetworkMode    int    `json:"NetworkMode" xml:"NetworkMode"`
	RegionId       string `json:"RegionId" xml:"RegionId"`
	ClusterName    string `json:"ClusterName" xml:"ClusterName"`
	CpuUsed        int    `json:"CpuUsed" xml:"CpuUsed"`
	IaasProvider   string `json:"IaasProvider" xml:"IaasProvider"`
	ClusterType    int    `json:"ClusterType" xml:"ClusterType"`
	VpcId          string `json:"VpcId" xml:"VpcId"`
	Cpu            int    `json:"Cpu" xml:"Cpu"`
	Description    string `json:"Description" xml:"Description"`
}

Cluster is a nested struct in edas response

type ClusterList

type ClusterList struct {
	Cluster []Cluster `json:"Cluster" xml:"Cluster"`
}

ClusterList is a nested struct in edas response

type ClusterMember

type ClusterMember struct {
	ClusterMemberId string `json:"ClusterMemberId" xml:"ClusterMemberId"`
	ClusterId       string `json:"ClusterId" xml:"ClusterId"`
	EcuId           string `json:"EcuId" xml:"EcuId"`
	EcsId           string `json:"EcsId" xml:"EcsId"`
	Status          int    `json:"Status" xml:"Status"`
	CreateTime      int    `json:"CreateTime" xml:"CreateTime"`
	UpdateTime      int    `json:"UpdateTime" xml:"UpdateTime"`
}

ClusterMember is a nested struct in edas response

type ClusterMemberList

type ClusterMemberList struct {
	ClusterMember []ClusterMember `json:"ClusterMember" xml:"ClusterMember"`
}

ClusterMemberList is a nested struct in edas response

type ClusterMemberPage

type ClusterMemberPage struct {
	CurrentPage       int               `json:"CurrentPage" xml:"CurrentPage"`
	PageSize          int               `json:"PageSize" xml:"PageSize"`
	TotalSize         int               `json:"TotalSize" xml:"TotalSize"`
	ClusterMemberList ClusterMemberList `json:"ClusterMemberList" xml:"ClusterMemberList"`
}

ClusterMemberPage is a nested struct in edas response

type Component

type Component struct {
	ComponentId string `json:"ComponentId" xml:"ComponentId"`
	Type        string `json:"Type" xml:"Type"`
	Version     string `json:"Version" xml:"Version"`
	Expired     bool   `json:"Expired" xml:"Expired"`
}

Component is a nested struct in edas response

type ComponentList

type ComponentList struct {
	Component []Component `json:"Component" xml:"Component"`
}

ComponentList is a nested struct in edas response

type ConfigCenterInfo

type ConfigCenterInfo struct {
	Content string `json:"Content" xml:"Content"`
	DataId  string `json:"DataId" xml:"DataId"`
	Group   string `json:"Group" xml:"Group"`
	Id      string `json:"Id" xml:"Id"`
	AppName string `json:"AppName" xml:"AppName"`
}

ConfigCenterInfo is a nested struct in edas response

type ConfigCentersList

type ConfigCentersList struct {
	ListConfigCenters []ListConfigCenters `json:"ListConfigCenters" xml:"ListConfigCenters"`
}

ConfigCentersList is a nested struct in edas response

type ConsumedServicesList

type ConsumedServicesList struct {
	ListConsumedServices []ListConsumedServices `json:"ListConsumedServices" xml:"ListConsumedServices"`
}

ConsumedServicesList is a nested struct in edas response

type ContainerConfiguration

type ContainerConfiguration struct {
	MaxThreads      int    `json:"MaxThreads" xml:"MaxThreads"`
	URIEncoding     string `json:"URIEncoding" xml:"URIEncoding"`
	UseBodyEncoding bool   `json:"UseBodyEncoding" xml:"UseBodyEncoding"`
	HttpPort        int    `json:"HttpPort" xml:"HttpPort"`
	ContextPath     string `json:"ContextPath" xml:"ContextPath"`
}

ContainerConfiguration is a nested struct in edas response

type CreateServerlessApplicationRequest

type CreateServerlessApplicationRequest struct {
	*requests.RoaRequest
	WebContainer    string           `position:"Query" name:"WebContainer"`
	JarStartArgs    string           `position:"Query" name:"JarStartArgs"`
	Memory          requests.Integer `position:"Query" name:"Memory"`
	BuildPackId     requests.Integer `position:"Query" name:"BuildPackId"`
	CommandArgs     string           `position:"Query" name:"CommandArgs"`
	Replicas        requests.Integer `position:"Query" name:"Replicas"`
	Readiness       string           `position:"Query" name:"Readiness"`
	Liveness        string           `position:"Query" name:"Liveness"`
	Cpu             requests.Integer `position:"Query" name:"Cpu"`
	Envs            string           `position:"Query" name:"Envs"`
	PackageVersion  string           `position:"Query" name:"PackageVersion"`
	Command         string           `position:"Query" name:"Command"`
	CustomHostAlias string           `position:"Query" name:"CustomHostAlias"`
	Deploy          requests.Boolean `position:"Query" name:"Deploy"`
	VSwitchId       string           `position:"Query" name:"VSwitchId"`
	Jdk             string           `position:"Query" name:"Jdk"`
	AppDescription  string           `position:"Query" name:"AppDescription"`
	JarStartOptions string           `position:"Query" name:"JarStartOptions"`
	AppName         string           `position:"Query" name:"AppName"`
	NamespaceId     string           `position:"Query" name:"NamespaceId"`
	PackageUrl      string           `position:"Query" name:"PackageUrl"`
	VpcId           string           `position:"Query" name:"VpcId"`
	ImageUrl        string           `position:"Query" name:"ImageUrl"`
	PackageType     string           `position:"Query" name:"PackageType"`
}

CreateServerlessApplicationRequest is the request struct for api CreateServerlessApplication

func CreateCreateServerlessApplicationRequest

func CreateCreateServerlessApplicationRequest() (request *CreateServerlessApplicationRequest)

CreateCreateServerlessApplicationRequest creates a request to invoke CreateServerlessApplication API

type CreateServerlessApplicationResponse

type CreateServerlessApplicationResponse struct {
	*responses.BaseResponse
	Code    int    `json:"Code" xml:"Code"`
	Message string `json:"Message" xml:"Message"`
	Data    Data   `json:"Data" xml:"Data"`
}

CreateServerlessApplicationResponse is the response struct for api CreateServerlessApplication

func CreateCreateServerlessApplicationResponse

func CreateCreateServerlessApplicationResponse() (response *CreateServerlessApplicationResponse)

CreateCreateServerlessApplicationResponse creates a response to parse from CreateServerlessApplication response

type Credential

type Credential struct {
	AccessKeyId     string `json:"AccessKeyId" xml:"AccessKeyId"`
	AccessKeySecret string `json:"AccessKeySecret" xml:"AccessKeySecret"`
	Bucket          string `json:"Bucket" xml:"Bucket"`
	Expiration      string `json:"Expiration" xml:"Expiration"`
	KeyPrefix       string `json:"KeyPrefix" xml:"KeyPrefix"`
	RegionId        string `json:"RegionId" xml:"RegionId"`
	SecurityToken   string `json:"SecurityToken" xml:"SecurityToken"`
}

Credential is a nested struct in edas response

type Data

type Data struct {
	PackageType       string `json:"PackageType" xml:"PackageType"`
	ChangeOrderId     string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	WebContainer      string `json:"WebContainer" xml:"WebContainer"`
	CommandArgs       string `json:"CommandArgs" xml:"CommandArgs"`
	MinReadyInstances int    `json:"MinReadyInstances" xml:"MinReadyInstances"`
	PackageVersion    string `json:"PackageVersion" xml:"PackageVersion"`
	AppDescription    string `json:"AppDescription" xml:"AppDescription"`
	Replicas          int    `json:"Replicas" xml:"Replicas"`
	SlbPort           int    `json:"SlbPort" xml:"SlbPort"`
	ImageUrl          string `json:"ImageUrl" xml:"ImageUrl"`
	VpcId             string `json:"VpcId" xml:"VpcId"`
	CustomHostAlias   string `json:"CustomHostAlias" xml:"CustomHostAlias"`
	BatchWaitTime     int    `json:"BatchWaitTime" xml:"BatchWaitTime"`
	ExtSlbIp          string `json:"ExtSlbIp" xml:"ExtSlbIp"`
	Memory            int    `json:"Memory" xml:"Memory"`
	VSwitchId         string `json:"VSwitchId" xml:"VSwitchId"`
	JarStartArgs      string `json:"JarStartArgs" xml:"JarStartArgs"`
	ExtSlbId          string `json:"ExtSlbId" xml:"ExtSlbId"`
	Liveness          string `json:"Liveness" xml:"Liveness"`
	Jdk               string `json:"Jdk" xml:"Jdk"`
	ExtSlbName        string `json:"ExtSlbName" xml:"ExtSlbName"`
	SlbName           string `json:"SlbName" xml:"SlbName"`
	Readiness         string `json:"Readiness" xml:"Readiness"`
	Command           string `json:"Command" xml:"Command"`
	VServerGroupId    string `json:"VServerGroupId" xml:"VServerGroupId"`
	AppId             string `json:"AppId" xml:"AppId"`
	ExtVServerGroupId string `json:"ExtVServerGroupId" xml:"ExtVServerGroupId"`
	JarStartOptions   string `json:"JarStartOptions" xml:"JarStartOptions"`
	NamespaceId       string `json:"NamespaceId" xml:"NamespaceId"`
	Envs              string `json:"Envs" xml:"Envs"`
	Cpu               int    `json:"Cpu" xml:"Cpu"`
	SlbId             string `json:"SlbId" xml:"SlbId"`
	AppName           string `json:"AppName" xml:"AppName"`
	PackageUrl        string `json:"PackageUrl" xml:"PackageUrl"`
	BuildPackId       int    `json:"BuildPackId" xml:"BuildPackId"`
	SlbIp             string `json:"SlbIp" xml:"SlbIp"`
}

Data is a nested struct in edas response

type DeleteApplicationRequest

type DeleteApplicationRequest struct {
	*requests.RoaRequest
	AppId string `position:"Query" name:"AppId"`
}

DeleteApplicationRequest is the request struct for api DeleteApplication

func CreateDeleteApplicationRequest

func CreateDeleteApplicationRequest() (request *DeleteApplicationRequest)

CreateDeleteApplicationRequest creates a request to invoke DeleteApplication API

type DeleteApplicationResponse

type DeleteApplicationResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
}

DeleteApplicationResponse is the response struct for api DeleteApplication

func CreateDeleteApplicationResponse

func CreateDeleteApplicationResponse() (response *DeleteApplicationResponse)

CreateDeleteApplicationResponse creates a response to parse from DeleteApplication response

type DeleteClusterMemberRequest

type DeleteClusterMemberRequest struct {
	*requests.RoaRequest
	ClusterMemberId string `position:"Query" name:"ClusterMemberId"`
	ClusterId       string `position:"Query" name:"ClusterId"`
}

DeleteClusterMemberRequest is the request struct for api DeleteClusterMember

func CreateDeleteClusterMemberRequest

func CreateDeleteClusterMemberRequest() (request *DeleteClusterMemberRequest)

CreateDeleteClusterMemberRequest creates a request to invoke DeleteClusterMember API

type DeleteClusterMemberResponse

type DeleteClusterMemberResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      bool   `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteClusterMemberResponse is the response struct for api DeleteClusterMember

func CreateDeleteClusterMemberResponse

func CreateDeleteClusterMemberResponse() (response *DeleteClusterMemberResponse)

CreateDeleteClusterMemberResponse creates a response to parse from DeleteClusterMember response

type DeleteClusterRequest

type DeleteClusterRequest struct {
	*requests.RoaRequest
	ClusterId string `position:"Query" name:"ClusterId"`
}

DeleteClusterRequest is the request struct for api DeleteCluster

func CreateDeleteClusterRequest

func CreateDeleteClusterRequest() (request *DeleteClusterRequest)

CreateDeleteClusterRequest creates a request to invoke DeleteCluster API

type DeleteClusterResponse

type DeleteClusterResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      bool   `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteClusterResponse is the response struct for api DeleteCluster

func CreateDeleteClusterResponse

func CreateDeleteClusterResponse() (response *DeleteClusterResponse)

CreateDeleteClusterResponse creates a response to parse from DeleteCluster response

type DeleteConfigCenterRequest

type DeleteConfigCenterRequest struct {
	*requests.RoaRequest
	DataId          string `position:"Query" name:"DataId"`
	LogicalRegionId string `position:"Query" name:"LogicalRegionId"`
	Group           string `position:"Query" name:"Group"`
}

DeleteConfigCenterRequest is the request struct for api DeleteConfigCenter

func CreateDeleteConfigCenterRequest

func CreateDeleteConfigCenterRequest() (request *DeleteConfigCenterRequest)

CreateDeleteConfigCenterRequest creates a request to invoke DeleteConfigCenter API

type DeleteConfigCenterResponse

type DeleteConfigCenterResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteConfigCenterResponse is the response struct for api DeleteConfigCenter

func CreateDeleteConfigCenterResponse

func CreateDeleteConfigCenterResponse() (response *DeleteConfigCenterResponse)

CreateDeleteConfigCenterResponse creates a response to parse from DeleteConfigCenter response

type DeleteDegradeControlRequest

type DeleteDegradeControlRequest struct {
	*requests.RoaRequest
	AppId  string `position:"Query" name:"AppId"`
	RuleId string `position:"Query" name:"RuleId"`
}

DeleteDegradeControlRequest is the request struct for api DeleteDegradeControl

func CreateDeleteDegradeControlRequest

func CreateDeleteDegradeControlRequest() (request *DeleteDegradeControlRequest)

CreateDeleteDegradeControlRequest creates a request to invoke DeleteDegradeControl API

type DeleteDegradeControlResponse

type DeleteDegradeControlResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteDegradeControlResponse is the response struct for api DeleteDegradeControl

func CreateDeleteDegradeControlResponse

func CreateDeleteDegradeControlResponse() (response *DeleteDegradeControlResponse)

CreateDeleteDegradeControlResponse creates a response to parse from DeleteDegradeControl response

type DeleteDeployGroupRequest

type DeleteDeployGroupRequest struct {
	*requests.RoaRequest
	AppId     string `position:"Query" name:"AppId"`
	GroupName string `position:"Query" name:"GroupName"`
}

DeleteDeployGroupRequest is the request struct for api DeleteDeployGroup

func CreateDeleteDeployGroupRequest

func CreateDeleteDeployGroupRequest() (request *DeleteDeployGroupRequest)

CreateDeleteDeployGroupRequest creates a request to invoke DeleteDeployGroup API

type DeleteDeployGroupResponse

type DeleteDeployGroupResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteDeployGroupResponse is the response struct for api DeleteDeployGroup

func CreateDeleteDeployGroupResponse

func CreateDeleteDeployGroupResponse() (response *DeleteDeployGroupResponse)

CreateDeleteDeployGroupResponse creates a response to parse from DeleteDeployGroup response

type DeleteEcuRequest

type DeleteEcuRequest struct {
	*requests.RoaRequest
	EcuId string `position:"Query" name:"EcuId"`
}

DeleteEcuRequest is the request struct for api DeleteEcu

func CreateDeleteEcuRequest

func CreateDeleteEcuRequest() (request *DeleteEcuRequest)

CreateDeleteEcuRequest creates a request to invoke DeleteEcu API

type DeleteEcuResponse

type DeleteEcuResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteEcuResponse is the response struct for api DeleteEcu

func CreateDeleteEcuResponse

func CreateDeleteEcuResponse() (response *DeleteEcuResponse)

CreateDeleteEcuResponse creates a response to parse from DeleteEcu response

type DeleteFlowControlRequest

type DeleteFlowControlRequest struct {
	*requests.RoaRequest
	AppId  string `position:"Query" name:"AppId"`
	RuleId string `position:"Query" name:"RuleId"`
}

DeleteFlowControlRequest is the request struct for api DeleteFlowControl

func CreateDeleteFlowControlRequest

func CreateDeleteFlowControlRequest() (request *DeleteFlowControlRequest)

CreateDeleteFlowControlRequest creates a request to invoke DeleteFlowControl API

type DeleteFlowControlResponse

type DeleteFlowControlResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteFlowControlResponse is the response struct for api DeleteFlowControl

func CreateDeleteFlowControlResponse

func CreateDeleteFlowControlResponse() (response *DeleteFlowControlResponse)

CreateDeleteFlowControlResponse creates a response to parse from DeleteFlowControl response

type DeleteK8sApplicationRequest

type DeleteK8sApplicationRequest struct {
	*requests.RoaRequest
	AppId string `position:"Query" name:"AppId"`
}

DeleteK8sApplicationRequest is the request struct for api DeleteK8sApplication

func CreateDeleteK8sApplicationRequest

func CreateDeleteK8sApplicationRequest() (request *DeleteK8sApplicationRequest)

CreateDeleteK8sApplicationRequest creates a request to invoke DeleteK8sApplication API

type DeleteK8sApplicationResponse

type DeleteK8sApplicationResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
}

DeleteK8sApplicationResponse is the response struct for api DeleteK8sApplication

func CreateDeleteK8sApplicationResponse

func CreateDeleteK8sApplicationResponse() (response *DeleteK8sApplicationResponse)

CreateDeleteK8sApplicationResponse creates a response to parse from DeleteK8sApplication response

type DeleteRoleRequest

type DeleteRoleRequest struct {
	*requests.RoaRequest
	RoleId requests.Integer `position:"Query" name:"RoleId"`
}

DeleteRoleRequest is the request struct for api DeleteRole

func CreateDeleteRoleRequest

func CreateDeleteRoleRequest() (request *DeleteRoleRequest)

CreateDeleteRoleRequest creates a request to invoke DeleteRole API

type DeleteRoleResponse

type DeleteRoleResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteRoleResponse is the response struct for api DeleteRole

func CreateDeleteRoleResponse

func CreateDeleteRoleResponse() (response *DeleteRoleResponse)

CreateDeleteRoleResponse creates a response to parse from DeleteRole response

type DeleteServerlessApplicationRequest

type DeleteServerlessApplicationRequest struct {
	*requests.RoaRequest
	Act   string `position:"Query" name:"Act"`
	AppId string `position:"Query" name:"AppId"`
}

DeleteServerlessApplicationRequest is the request struct for api DeleteServerlessApplication

func CreateDeleteServerlessApplicationRequest

func CreateDeleteServerlessApplicationRequest() (request *DeleteServerlessApplicationRequest)

CreateDeleteServerlessApplicationRequest creates a request to invoke DeleteServerlessApplication API

type DeleteServerlessApplicationResponse

type DeleteServerlessApplicationResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
}

DeleteServerlessApplicationResponse is the response struct for api DeleteServerlessApplication

func CreateDeleteServerlessApplicationResponse

func CreateDeleteServerlessApplicationResponse() (response *DeleteServerlessApplicationResponse)

CreateDeleteServerlessApplicationResponse creates a response to parse from DeleteServerlessApplication response

type DeleteServiceGroupRequest

type DeleteServiceGroupRequest struct {
	*requests.RoaRequest
	GroupId string `position:"Query" name:"GroupId"`
}

DeleteServiceGroupRequest is the request struct for api DeleteServiceGroup

func CreateDeleteServiceGroupRequest

func CreateDeleteServiceGroupRequest() (request *DeleteServiceGroupRequest)

CreateDeleteServiceGroupRequest creates a request to invoke DeleteServiceGroup API

type DeleteServiceGroupResponse

type DeleteServiceGroupResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteServiceGroupResponse is the response struct for api DeleteServiceGroup

func CreateDeleteServiceGroupResponse

func CreateDeleteServiceGroupResponse() (response *DeleteServiceGroupResponse)

CreateDeleteServiceGroupResponse creates a response to parse from DeleteServiceGroup response

type DeleteUserDefineRegionRequest

type DeleteUserDefineRegionRequest struct {
	*requests.RoaRequest
	RegionTag string           `position:"Query" name:"RegionTag"`
	Id        requests.Integer `position:"Query" name:"Id"`
}

DeleteUserDefineRegionRequest is the request struct for api DeleteUserDefineRegion

func CreateDeleteUserDefineRegionRequest

func CreateDeleteUserDefineRegionRequest() (request *DeleteUserDefineRegionRequest)

CreateDeleteUserDefineRegionRequest creates a request to invoke DeleteUserDefineRegion API

type DeleteUserDefineRegionResponse

type DeleteUserDefineRegionResponse struct {
	*responses.BaseResponse
	Code         int          `json:"Code" xml:"Code"`
	Message      string       `json:"Message" xml:"Message"`
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	RegionDefine RegionDefine `json:"RegionDefine" xml:"RegionDefine"`
}

DeleteUserDefineRegionResponse is the response struct for api DeleteUserDefineRegion

func CreateDeleteUserDefineRegionResponse

func CreateDeleteUserDefineRegionResponse() (response *DeleteUserDefineRegionResponse)

CreateDeleteUserDefineRegionResponse creates a response to parse from DeleteUserDefineRegion response

type DeployApplicationRequest

type DeployApplicationRequest struct {
	*requests.RoaRequest
	BuildPackId    requests.Integer `position:"Query" name:"BuildPackId"`
	ComponentIds   string           `position:"Query" name:"ComponentIds"`
	AppId          string           `position:"Query" name:"AppId"`
	ImageUrl       string           `position:"Query" name:"ImageUrl"`
	GroupId        string           `position:"Query" name:"GroupId"`
	BatchWaitTime  requests.Integer `position:"Query" name:"BatchWaitTime"`
	Batch          requests.Integer `position:"Query" name:"Batch"`
	AppEnv         string           `position:"Query" name:"AppEnv"`
	WarUrl         string           `position:"Query" name:"WarUrl"`
	PackageVersion string           `position:"Query" name:"PackageVersion"`
	Desc           string           `position:"Query" name:"Desc"`
	DeployType     string           `position:"Query" name:"DeployType"`
}

DeployApplicationRequest is the request struct for api DeployApplication

func CreateDeployApplicationRequest

func CreateDeployApplicationRequest() (request *DeployApplicationRequest)

CreateDeployApplicationRequest creates a request to invoke DeployApplication API

type DeployApplicationResponse

type DeployApplicationResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
}

DeployApplicationResponse is the response struct for api DeployApplication

func CreateDeployApplicationResponse

func CreateDeployApplicationResponse() (response *DeployApplicationResponse)

CreateDeployApplicationResponse creates a response to parse from DeployApplication response

type DeployGroup

type DeployGroup struct {
	GroupId          string `json:"GroupId" xml:"GroupId"`
	GroupName        string `json:"GroupName" xml:"GroupName"`
	AppId            string `json:"AppId" xml:"AppId"`
	PackageVersionId string `json:"PackageVersionId" xml:"PackageVersionId"`
	AppVersionId     string `json:"AppVersionId" xml:"AppVersionId"`
	GroupType        int    `json:"GroupType" xml:"GroupType"`
	ClusterId        string `json:"ClusterId" xml:"ClusterId"`
	CreateTime       int    `json:"CreateTime" xml:"CreateTime"`
	UpdateTime       int    `json:"UpdateTime" xml:"UpdateTime"`
}

DeployGroup is a nested struct in edas response

type DeployGroupEntity

type DeployGroupEntity struct {
	Id               string `json:"Id" xml:"Id"`
	GroupName        string `json:"GroupName" xml:"GroupName"`
	GroupType        int    `json:"GroupType" xml:"GroupType"`
	AppId            string `json:"AppId" xml:"AppId"`
	ClusterId        string `json:"ClusterId" xml:"ClusterId"`
	PackageVersionId string `json:"PackageVersionId" xml:"PackageVersionId"`
	AppVersionId     string `json:"AppVersionId" xml:"AppVersionId"`
	CreateTime       int    `json:"CreateTime" xml:"CreateTime"`
	UpdateTime       int    `json:"UpdateTime" xml:"UpdateTime"`
}

DeployGroupEntity is a nested struct in edas response

type DeployGroupList

type DeployGroupList struct {
	DeployGroup []DeployGroup `json:"DeployGroup" xml:"DeployGroup"`
}

DeployGroupList is a nested struct in edas response

type DeployK8sApplicationRequest

type DeployK8sApplicationRequest struct {
	*requests.RoaRequest
	MemoryRequest requests.Integer `position:"Query" name:"MemoryRequest"`
	NasId         string           `position:"Query" name:"NasId"`
	Image         string           `position:"Query" name:"Image"`
	PreStop       string           `position:"Query" name:"PreStop"`
	MountDescs    string           `position:"Query" name:"MountDescs"`
	Readiness     string           `position:"Query" name:"Readiness"`
	Replicas      requests.Integer `position:"Query" name:"Replicas"`
	BatchWaitTime requests.Integer `position:"Query" name:"BatchWaitTime"`
	Liveness      string           `position:"Query" name:"Liveness"`
	CpuRequest    requests.Integer `position:"Query" name:"CpuRequest"`
	Envs          string           `position:"Query" name:"Envs"`
	CpuLimit      requests.Integer `position:"Query" name:"CpuLimit"`
	LocalVolume   string           `position:"Query" name:"LocalVolume"`
	Command       string           `position:"Query" name:"Command"`
	StorageType   string           `position:"Query" name:"StorageType"`
	Args          string           `position:"Query" name:"Args"`
	AppId         string           `position:"Query" name:"AppId"`
	MemoryLimit   requests.Integer `position:"Query" name:"MemoryLimit"`
	ImageTag      string           `position:"Query" name:"ImageTag"`
	PostStart     string           `position:"Query" name:"PostStart"`
}

DeployK8sApplicationRequest is the request struct for api DeployK8sApplication

func CreateDeployK8sApplicationRequest

func CreateDeployK8sApplicationRequest() (request *DeployK8sApplicationRequest)

CreateDeployK8sApplicationRequest creates a request to invoke DeployK8sApplication API

type DeployK8sApplicationResponse

type DeployK8sApplicationResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
}

DeployK8sApplicationResponse is the response struct for api DeployK8sApplication

func CreateDeployK8sApplicationResponse

func CreateDeployK8sApplicationResponse() (response *DeployK8sApplicationResponse)

CreateDeployK8sApplicationResponse creates a response to parse from DeployK8sApplication response

type DeployRecord

type DeployRecord struct {
	DeployRecordId   string `json:"DeployRecordId" xml:"DeployRecordId"`
	EccId            string `json:"EccId" xml:"EccId"`
	EcuId            string `json:"EcuId" xml:"EcuId"`
	PackageVersionId string `json:"PackageVersionId" xml:"PackageVersionId"`
	PackageMd5       string `json:"PackageMd5" xml:"PackageMd5"`
	CreateTime       int    `json:"CreateTime" xml:"CreateTime"`
}

DeployRecord is a nested struct in edas response

type DeployRecordList

type DeployRecordList struct {
	DeployRecord []DeployRecord `json:"DeployRecord" xml:"DeployRecord"`
}

DeployRecordList is a nested struct in edas response

type DeployServerlessApplicationRequest

type DeployServerlessApplicationRequest struct {
	*requests.RoaRequest
	WebContainer      string           `position:"Query" name:"WebContainer"`
	JarStartArgs      string           `position:"Query" name:"JarStartArgs"`
	BuildPackId       requests.Integer `position:"Query" name:"BuildPackId"`
	CommandArgs       string           `position:"Query" name:"CommandArgs"`
	Readiness         string           `position:"Query" name:"Readiness"`
	BatchWaitTime     requests.Integer `position:"Query" name:"BatchWaitTime"`
	Liveness          string           `position:"Query" name:"Liveness"`
	Envs              string           `position:"Query" name:"Envs"`
	PackageVersion    string           `position:"Query" name:"PackageVersion"`
	Command           string           `position:"Query" name:"Command"`
	CustomHostAlias   string           `position:"Query" name:"CustomHostAlias"`
	Jdk               string           `position:"Query" name:"Jdk"`
	JarStartOptions   string           `position:"Query" name:"JarStartOptions"`
	MinReadyInstances requests.Integer `position:"Query" name:"MinReadyInstances"`
	PackageUrl        string           `position:"Query" name:"PackageUrl"`
	AppId             string           `position:"Query" name:"AppId"`
	ImageUrl          string           `position:"Query" name:"ImageUrl"`
}

DeployServerlessApplicationRequest is the request struct for api DeployServerlessApplication

func CreateDeployServerlessApplicationRequest

func CreateDeployServerlessApplicationRequest() (request *DeployServerlessApplicationRequest)

CreateDeployServerlessApplicationRequest creates a request to invoke DeployServerlessApplication API

type DeployServerlessApplicationResponse

type DeployServerlessApplicationResponse struct {
	*responses.BaseResponse
	Code    int    `json:"Code" xml:"Code"`
	Message string `json:"Message" xml:"Message"`
	Data    Data   `json:"Data" xml:"Data"`
}

DeployServerlessApplicationResponse is the response struct for api DeployServerlessApplication

func CreateDeployServerlessApplicationResponse

func CreateDeployServerlessApplicationResponse() (response *DeployServerlessApplicationResponse)

CreateDeployServerlessApplicationResponse creates a response to parse from DeployServerlessApplication response

type DisableDegradeControlRequest

type DisableDegradeControlRequest struct {
	*requests.RoaRequest
	AppId  string `position:"Query" name:"AppId"`
	RuleId string `position:"Query" name:"RuleId"`
}

DisableDegradeControlRequest is the request struct for api DisableDegradeControl

func CreateDisableDegradeControlRequest

func CreateDisableDegradeControlRequest() (request *DisableDegradeControlRequest)

CreateDisableDegradeControlRequest creates a request to invoke DisableDegradeControl API

type DisableDegradeControlResponse

type DisableDegradeControlResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DisableDegradeControlResponse is the response struct for api DisableDegradeControl

func CreateDisableDegradeControlResponse

func CreateDisableDegradeControlResponse() (response *DisableDegradeControlResponse)

CreateDisableDegradeControlResponse creates a response to parse from DisableDegradeControl response

type DisableFlowControlRequest

type DisableFlowControlRequest struct {
	*requests.RoaRequest
	AppId  string `position:"Query" name:"AppId"`
	RuleId string `position:"Query" name:"RuleId"`
}

DisableFlowControlRequest is the request struct for api DisableFlowControl

func CreateDisableFlowControlRequest

func CreateDisableFlowControlRequest() (request *DisableFlowControlRequest)

CreateDisableFlowControlRequest creates a request to invoke DisableFlowControl API

type DisableFlowControlResponse

type DisableFlowControlResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DisableFlowControlResponse is the response struct for api DisableFlowControl

func CreateDisableFlowControlResponse

func CreateDisableFlowControlResponse() (response *DisableFlowControlResponse)

CreateDisableFlowControlResponse creates a response to parse from DisableFlowControl response

type Ecc

type Ecc struct {
	EccId           string `json:"EccId" xml:"EccId"`
	EcuId           string `json:"EcuId" xml:"EcuId"`
	AppId           string `json:"AppId" xml:"AppId"`
	AppState        int    `json:"AppState" xml:"AppState"`
	TaskState       int    `json:"TaskState" xml:"TaskState"`
	CreateTime      int    `json:"CreateTime" xml:"CreateTime"`
	UpdateTime      int    `json:"UpdateTime" xml:"UpdateTime"`
	Ip              string `json:"Ip" xml:"Ip"`
	VpcId           string `json:"VpcId" xml:"VpcId"`
	GroupId         string `json:"GroupId" xml:"GroupId"`
	ContainerStatus string `json:"ContainerStatus" xml:"ContainerStatus"`
}

Ecc is a nested struct in edas response

type EccList

type EccList struct {
	Ecc []Ecc `json:"Ecc" xml:"Ecc"`
}

EccList is a nested struct in edas response

type EcsEntity

type EcsEntity struct {
	Expired      bool      `json:"Expired" xml:"Expired"`
	SgId         string    `json:"SgId" xml:"SgId"`
	PublicIp     string    `json:"PublicIp" xml:"PublicIp"`
	VpcName      string    `json:"VpcName" xml:"VpcName"`
	InstanceName string    `json:"InstanceName" xml:"InstanceName"`
	Mem          int       `json:"Mem" xml:"Mem"`
	RegionId     string    `json:"RegionId" xml:"RegionId"`
	ZoneId       string    `json:"ZoneId" xml:"ZoneId"`
	PrivateIp    string    `json:"PrivateIp" xml:"PrivateIp"`
	InstanceId   string    `json:"InstanceId" xml:"InstanceId"`
	UserId       string    `json:"UserId" xml:"UserId"`
	Eip          string    `json:"Eip" xml:"Eip"`
	InnerIp      string    `json:"InnerIp" xml:"InnerIp"`
	HostName     string    `json:"HostName" xml:"HostName"`
	SerialNum    string    `json:"SerialNum" xml:"SerialNum"`
	GroupId      string    `json:"GroupId" xml:"GroupId"`
	VpcId        string    `json:"VpcId" xml:"VpcId"`
	Status       string    `json:"Status" xml:"Status"`
	Cpu          int       `json:"Cpu" xml:"Cpu"`
	Description  string    `json:"Description" xml:"Description"`
	EcuEntity    EcuEntity `json:"EcuEntity" xml:"EcuEntity"`
	VpcEntity    VpcEntity `json:"VpcEntity" xml:"VpcEntity"`
}

EcsEntity is a nested struct in edas response

type EcsEntityList

type EcsEntityList struct {
	EcsEntity []EcsEntity `json:"EcsEntity" xml:"EcsEntity"`
}

EcsEntityList is a nested struct in edas response

type EcsList

type EcsList struct {
	EcsEntity []EcsEntity `json:"EcsEntity" xml:"EcsEntity"`
}

EcsList is a nested struct in edas response

type Ecu

type Ecu struct {
	EcuId         string `json:"EcuId" xml:"EcuId"`
	Online        bool   `json:"Online" xml:"Online"`
	DockerEnv     bool   `json:"DockerEnv" xml:"DockerEnv"`
	CreateTime    int    `json:"CreateTime" xml:"CreateTime"`
	UpdateTime    int    `json:"UpdateTime" xml:"UpdateTime"`
	IpAddr        string `json:"IpAddr" xml:"IpAddr"`
	HeartbeatTime int    `json:"HeartbeatTime" xml:"HeartbeatTime"`
	UserId        string `json:"UserId" xml:"UserId"`
	GroupId       string `json:"GroupId" xml:"GroupId"`
	Name          string `json:"Name" xml:"Name"`
	ZoneId        string `json:"ZoneId" xml:"ZoneId"`
	RegionId      string `json:"RegionId" xml:"RegionId"`
	InstanceId    string `json:"InstanceId" xml:"InstanceId"`
	VpcId         string `json:"VpcId" xml:"VpcId"`
	AvailableCpu  int    `json:"AvailableCpu" xml:"AvailableCpu"`
	AvailableMem  int    `json:"AvailableMem" xml:"AvailableMem"`
}

Ecu is a nested struct in edas response

type EcuEntity

type EcuEntity struct {
	Name          string `json:"Name" xml:"Name"`
	UpdateTime    int    `json:"UpdateTime" xml:"UpdateTime"`
	Online        bool   `json:"Online" xml:"Online"`
	HeartbeatTime int    `json:"HeartbeatTime" xml:"HeartbeatTime"`
	Mem           int    `json:"Mem" xml:"Mem"`
	CreateTime    int    `json:"CreateTime" xml:"CreateTime"`
	EcuId         string `json:"EcuId" xml:"EcuId"`
	RegionId      string `json:"RegionId" xml:"RegionId"`
	ZoneId        string `json:"ZoneId" xml:"ZoneId"`
	AvailableCpu  int    `json:"AvailableCpu" xml:"AvailableCpu"`
	DockerEnv     bool   `json:"DockerEnv" xml:"DockerEnv"`
	UserId        string `json:"UserId" xml:"UserId"`
	InstanceId    string `json:"InstanceId" xml:"InstanceId"`
	IpAddr        string `json:"IpAddr" xml:"IpAddr"`
	AvailableMem  int    `json:"AvailableMem" xml:"AvailableMem"`
	VpcId         string `json:"VpcId" xml:"VpcId"`
	Cpu           int    `json:"Cpu" xml:"Cpu"`
}

EcuEntity is a nested struct in edas response

type EcuEntityListInListEcuByRegion

type EcuEntityListInListEcuByRegion struct {
	EcuEntity []EcuEntity `json:"EcuEntity" xml:"EcuEntity"`
}

EcuEntityListInListEcuByRegion is a nested struct in edas response

type EcuEntityListInQueryMigrateEcuList

type EcuEntityListInQueryMigrateEcuList struct {
	EcuEntity []EcuEntity `json:"EcuEntity" xml:"EcuEntity"`
}

EcuEntityListInQueryMigrateEcuList is a nested struct in edas response

type EcuInfo

type EcuInfo struct {
	EcuId         string `json:"EcuId" xml:"EcuId"`
	Online        bool   `json:"Online" xml:"Online"`
	DockerEnv     bool   `json:"DockerEnv" xml:"DockerEnv"`
	CreateTime    int    `json:"CreateTime" xml:"CreateTime"`
	UpdateTime    int    `json:"UpdateTime" xml:"UpdateTime"`
	IpAddr        string `json:"IpAddr" xml:"IpAddr"`
	HeartbeatTime int    `json:"HeartbeatTime" xml:"HeartbeatTime"`
	UserId        string `json:"UserId" xml:"UserId"`
	Name          string `json:"Name" xml:"Name"`
	ZoneId        string `json:"ZoneId" xml:"ZoneId"`
	RegionId      string `json:"RegionId" xml:"RegionId"`
	InstanceId    string `json:"InstanceId" xml:"InstanceId"`
	VpcId         string `json:"VpcId" xml:"VpcId"`
	AvailableCpu  int    `json:"AvailableCpu" xml:"AvailableCpu"`
	AvailableMem  int    `json:"AvailableMem" xml:"AvailableMem"`
}

EcuInfo is a nested struct in edas response

type EcuInfoListInListApplicationEcu

type EcuInfoListInListApplicationEcu struct {
	EcuEntity []EcuEntity `json:"EcuEntity" xml:"EcuEntity"`
}

EcuInfoListInListApplicationEcu is a nested struct in edas response

type EcuInfoListInListScaleOutEcu

type EcuInfoListInListScaleOutEcu struct {
	EcuInfo []EcuInfo `json:"EcuInfo" xml:"EcuInfo"`
}

EcuInfoListInListScaleOutEcu is a nested struct in edas response

type EcuList

type EcuList struct {
	Ecu []Ecu `json:"Ecu" xml:"Ecu"`
}

EcuList is a nested struct in edas response

type EnableDegradeControlRequest

type EnableDegradeControlRequest struct {
	*requests.RoaRequest
	AppId  string `position:"Query" name:"AppId"`
	RuleId string `position:"Query" name:"RuleId"`
}

EnableDegradeControlRequest is the request struct for api EnableDegradeControl

func CreateEnableDegradeControlRequest

func CreateEnableDegradeControlRequest() (request *EnableDegradeControlRequest)

CreateEnableDegradeControlRequest creates a request to invoke EnableDegradeControl API

type EnableDegradeControlResponse

type EnableDegradeControlResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

EnableDegradeControlResponse is the response struct for api EnableDegradeControl

func CreateEnableDegradeControlResponse

func CreateEnableDegradeControlResponse() (response *EnableDegradeControlResponse)

CreateEnableDegradeControlResponse creates a response to parse from EnableDegradeControl response

type EnableFlowControlRequest

type EnableFlowControlRequest struct {
	*requests.RoaRequest
	AppId  string `position:"Query" name:"AppId"`
	RuleId string `position:"Query" name:"RuleId"`
}

EnableFlowControlRequest is the request struct for api EnableFlowControl

func CreateEnableFlowControlRequest

func CreateEnableFlowControlRequest() (request *EnableFlowControlRequest)

CreateEnableFlowControlRequest creates a request to invoke EnableFlowControl API

type EnableFlowControlResponse

type EnableFlowControlResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

EnableFlowControlResponse is the response struct for api EnableFlowControl

func CreateEnableFlowControlResponse

func CreateEnableFlowControlResponse() (response *EnableFlowControlResponse)

CreateEnableFlowControlResponse creates a response to parse from EnableFlowControl response

type ExecutionResult

type ExecutionResult struct {
	InstanceId         string `json:"InstanceId" xml:"InstanceId"`
	Status             string `json:"Status" xml:"Status"`
	FinishedTime       string `json:"FinishedTime" xml:"FinishedTime"`
	InvokeRecordStatus string `json:"InvokeRecordStatus" xml:"InvokeRecordStatus"`
	Success            bool   `json:"Success" xml:"Success"`
}

ExecutionResult is a nested struct in edas response

type ExecutionResultList

type ExecutionResultList struct {
	ExecutionResult []ExecutionResult `json:"ExecutionResult" xml:"ExecutionResult"`
}

ExecutionResultList is a nested struct in edas response

type FileServerConfig

type FileServerConfig struct {
	Bucket      string `json:"Bucket" xml:"Bucket"`
	InternalUrl string `json:"InternalUrl" xml:"InternalUrl"`
	PublicUrl   string `json:"PublicUrl" xml:"PublicUrl"`
	VpcUrl      string `json:"VpcUrl" xml:"VpcUrl"`
}

FileServerConfig is a nested struct in edas response

type FlowControlsMap

type FlowControlsMap struct {
	AppId            string                             `json:"AppId" xml:"AppId"`
	AppName          string                             `json:"AppName" xml:"AppName"`
	RuleList         RuleList                           `json:"RuleList" xml:"RuleList"`
	AppList          AppList                            `json:"AppList" xml:"AppList"`
	InterfaceMethods InterfaceMethodsInListFlowControls `json:"InterfaceMethods" xml:"InterfaceMethods"`
}

FlowControlsMap is a nested struct in edas response

type GetApplicationRequest

type GetApplicationRequest struct {
	*requests.RoaRequest
	AppId string `position:"Query" name:"AppId"`
}

GetApplicationRequest is the request struct for api GetApplication

func CreateGetApplicationRequest

func CreateGetApplicationRequest() (request *GetApplicationRequest)

CreateGetApplicationRequest creates a request to invoke GetApplication API

type GetApplicationResponse

type GetApplicationResponse struct {
	*responses.BaseResponse
	Code       int        `json:"Code" xml:"Code"`
	Message    string     `json:"Message" xml:"Message"`
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	Applcation Applcation `json:"Applcation" xml:"Applcation"`
}

GetApplicationResponse is the response struct for api GetApplication

func CreateGetApplicationResponse

func CreateGetApplicationResponse() (response *GetApplicationResponse)

CreateGetApplicationResponse creates a response to parse from GetApplication response

type GetChangeOrderInfoRequest

type GetChangeOrderInfoRequest struct {
	*requests.RoaRequest
	ChangeOrderId string `position:"Query" name:"ChangeOrderId"`
}

GetChangeOrderInfoRequest is the request struct for api GetChangeOrderInfo

func CreateGetChangeOrderInfoRequest

func CreateGetChangeOrderInfoRequest() (request *GetChangeOrderInfoRequest)

CreateGetChangeOrderInfoRequest creates a request to invoke GetChangeOrderInfo API

type GetChangeOrderInfoResponse

type GetChangeOrderInfoResponse struct {
	*responses.BaseResponse
	Code            int             `json:"Code" xml:"Code"`
	Message         string          `json:"Message" xml:"Message"`
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	ChangeOrderInfo ChangeOrderInfo `json:"changeOrderInfo" xml:"changeOrderInfo"`
}

GetChangeOrderInfoResponse is the response struct for api GetChangeOrderInfo

func CreateGetChangeOrderInfoResponse

func CreateGetChangeOrderInfoResponse() (response *GetChangeOrderInfoResponse)

CreateGetChangeOrderInfoResponse creates a response to parse from GetChangeOrderInfo response

type GetClusterRequest

type GetClusterRequest struct {
	*requests.RoaRequest
	ClusterId string `position:"Query" name:"ClusterId"`
}

GetClusterRequest is the request struct for api GetCluster

func CreateGetClusterRequest

func CreateGetClusterRequest() (request *GetClusterRequest)

CreateGetClusterRequest creates a request to invoke GetCluster API

type GetClusterResponse

type GetClusterResponse struct {
	*responses.BaseResponse
	RequestId string  `json:"RequestId" xml:"RequestId"`
	Code      int     `json:"Code" xml:"Code"`
	Message   string  `json:"Message" xml:"Message"`
	Cluster   Cluster `json:"Cluster" xml:"Cluster"`
}

GetClusterResponse is the response struct for api GetCluster

func CreateGetClusterResponse

func CreateGetClusterResponse() (response *GetClusterResponse)

CreateGetClusterResponse creates a response to parse from GetCluster response

type GetContainerConfigurationRequest

type GetContainerConfigurationRequest struct {
	*requests.RoaRequest
	AppId   string `position:"Query" name:"AppId"`
	GroupId string `position:"Query" name:"GroupId"`
}

GetContainerConfigurationRequest is the request struct for api GetContainerConfiguration

func CreateGetContainerConfigurationRequest

func CreateGetContainerConfigurationRequest() (request *GetContainerConfigurationRequest)

CreateGetContainerConfigurationRequest creates a request to invoke GetContainerConfiguration API

type GetContainerConfigurationResponse

type GetContainerConfigurationResponse struct {
	*responses.BaseResponse
	Code                   int                    `json:"Code" xml:"Code"`
	Message                string                 `json:"Message" xml:"Message"`
	RequestId              string                 `json:"RequestId" xml:"RequestId"`
	ContainerConfiguration ContainerConfiguration `json:"ContainerConfiguration" xml:"ContainerConfiguration"`
}

GetContainerConfigurationResponse is the response struct for api GetContainerConfiguration

func CreateGetContainerConfigurationResponse

func CreateGetContainerConfigurationResponse() (response *GetContainerConfigurationResponse)

CreateGetContainerConfigurationResponse creates a response to parse from GetContainerConfiguration response

type GetJvmConfigurationRequest

type GetJvmConfigurationRequest struct {
	*requests.RoaRequest
	AppId   string `position:"Query" name:"AppId"`
	GroupId string `position:"Query" name:"GroupId"`
}

GetJvmConfigurationRequest is the request struct for api GetJvmConfiguration

func CreateGetJvmConfigurationRequest

func CreateGetJvmConfigurationRequest() (request *GetJvmConfigurationRequest)

CreateGetJvmConfigurationRequest creates a request to invoke GetJvmConfiguration API

type GetJvmConfigurationResponse

type GetJvmConfigurationResponse struct {
	*responses.BaseResponse
	Code             int              `json:"Code" xml:"Code"`
	Message          string           `json:"Message" xml:"Message"`
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	JvmConfiguration JvmConfiguration `json:"JvmConfiguration" xml:"JvmConfiguration"`
}

GetJvmConfigurationResponse is the response struct for api GetJvmConfiguration

func CreateGetJvmConfigurationResponse

func CreateGetJvmConfigurationResponse() (response *GetJvmConfigurationResponse)

CreateGetJvmConfigurationResponse creates a response to parse from GetJvmConfiguration response

type GetPackageStorageCredentialRequest

type GetPackageStorageCredentialRequest struct {
	*requests.RoaRequest
}

GetPackageStorageCredentialRequest is the request struct for api GetPackageStorageCredential

func CreateGetPackageStorageCredentialRequest

func CreateGetPackageStorageCredentialRequest() (request *GetPackageStorageCredentialRequest)

CreateGetPackageStorageCredentialRequest creates a request to invoke GetPackageStorageCredential API

type GetPackageStorageCredentialResponse

type GetPackageStorageCredentialResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	Code       int        `json:"Code" xml:"Code"`
	Message    string     `json:"Message" xml:"Message"`
	Credential Credential `json:"Credential" xml:"Credential"`
}

GetPackageStorageCredentialResponse is the response struct for api GetPackageStorageCredential

func CreateGetPackageStorageCredentialResponse

func CreateGetPackageStorageCredentialResponse() (response *GetPackageStorageCredentialResponse)

CreateGetPackageStorageCredentialResponse creates a response to parse from GetPackageStorageCredential response

type GetSecureTokenRequest

type GetSecureTokenRequest struct {
	*requests.RoaRequest
	NamespaceId string `position:"Query" name:"NamespaceId"`
}

GetSecureTokenRequest is the request struct for api GetSecureToken

func CreateGetSecureTokenRequest

func CreateGetSecureTokenRequest() (request *GetSecureTokenRequest)

CreateGetSecureTokenRequest creates a request to invoke GetSecureToken API

type GetSecureTokenResponse

type GetSecureTokenResponse struct {
	*responses.BaseResponse
	Code        int         `json:"Code" xml:"Code"`
	Message     string      `json:"Message" xml:"Message"`
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	SecureToken SecureToken `json:"SecureToken" xml:"SecureToken"`
}

GetSecureTokenResponse is the response struct for api GetSecureToken

func CreateGetSecureTokenResponse

func CreateGetSecureTokenResponse() (response *GetSecureTokenResponse)

CreateGetSecureTokenResponse creates a response to parse from GetSecureToken response

type GetServerlessAppConfigDetailRequest

type GetServerlessAppConfigDetailRequest struct {
	*requests.RoaRequest
	AppId string `position:"Query" name:"AppId"`
}

GetServerlessAppConfigDetailRequest is the request struct for api GetServerlessAppConfigDetail

func CreateGetServerlessAppConfigDetailRequest

func CreateGetServerlessAppConfigDetailRequest() (request *GetServerlessAppConfigDetailRequest)

CreateGetServerlessAppConfigDetailRequest creates a request to invoke GetServerlessAppConfigDetail API

type GetServerlessAppConfigDetailResponse

type GetServerlessAppConfigDetailResponse struct {
	*responses.BaseResponse
	Code    int    `json:"Code" xml:"Code"`
	Message string `json:"Message" xml:"Message"`
	Data    Data   `json:"Data" xml:"Data"`
}

GetServerlessAppConfigDetailResponse is the response struct for api GetServerlessAppConfigDetail

func CreateGetServerlessAppConfigDetailResponse

func CreateGetServerlessAppConfigDetailResponse() (response *GetServerlessAppConfigDetailResponse)

CreateGetServerlessAppConfigDetailResponse creates a response to parse from GetServerlessAppConfigDetail response

type Group

type Group struct {
	GroupId          string `json:"GroupId" xml:"GroupId"`
	GroupName        string `json:"GroupName" xml:"GroupName"`
	AppId            string `json:"AppId" xml:"AppId"`
	PackageVersionId string `json:"PackageVersionId" xml:"PackageVersionId"`
	AppVersionId     string `json:"AppVersionId" xml:"AppVersionId"`
	GroupType        int    `json:"GroupType" xml:"GroupType"`
	ClusterId        string `json:"ClusterId" xml:"ClusterId"`
	CreateTime       int    `json:"CreateTime" xml:"CreateTime"`
	UpdateTime       int    `json:"UpdateTime" xml:"UpdateTime"`
}

Group is a nested struct in edas response

type GroupList

type GroupList struct {
	Group []Group `json:"Group" xml:"Group"`
}

GroupList is a nested struct in edas response

type GroupsInListConsumedServices

type GroupsInListConsumedServices struct {
	Group []string `json:"group" xml:"group"`
}

GroupsInListConsumedServices is a nested struct in edas response

type GroupsInListPublishedServices

type GroupsInListPublishedServices struct {
	Group []string `json:"group" xml:"group"`
}

GroupsInListPublishedServices is a nested struct in edas response

type ImportK8sClusterRequest

type ImportK8sClusterRequest struct {
	*requests.RoaRequest
	ClusterId string `position:"Query" name:"ClusterId"`
}

ImportK8sClusterRequest is the request struct for api ImportK8sCluster

func CreateImportK8sClusterRequest

func CreateImportK8sClusterRequest() (request *ImportK8sClusterRequest)

CreateImportK8sClusterRequest creates a request to invoke ImportK8sCluster API

type ImportK8sClusterResponse

type ImportK8sClusterResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ImportK8sClusterResponse is the response struct for api ImportK8sCluster

func CreateImportK8sClusterResponse

func CreateImportK8sClusterResponse() (response *ImportK8sClusterResponse)

CreateImportK8sClusterResponse creates a response to parse from ImportK8sCluster response

type InsertApplicationRequest

type InsertApplicationRequest struct {
	*requests.RoaRequest
	WebContainer    string           `position:"Query" name:"WebContainer"`
	EcuInfo         string           `position:"Query" name:"EcuInfo"`
	BuildPackId     requests.Integer `position:"Query" name:"BuildPackId"`
	HealthCheckURL  string           `position:"Query" name:"HealthCheckURL"`
	ReservedPortStr string           `position:"Query" name:"ReservedPortStr"`
	Description     string           `position:"Query" name:"Description"`
	Cpu             requests.Integer `position:"Query" name:"Cpu"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ApplicationName string           `position:"Query" name:"ApplicationName"`
	Jdk             string           `position:"Query" name:"Jdk"`
	Mem             requests.Integer `position:"Query" name:"Mem"`
	LogicalRegionId string           `position:"Query" name:"LogicalRegionId"`
	PackageType     string           `position:"Query" name:"PackageType"`
}

InsertApplicationRequest is the request struct for api InsertApplication

func CreateInsertApplicationRequest

func CreateInsertApplicationRequest() (request *InsertApplicationRequest)

CreateInsertApplicationRequest creates a request to invoke InsertApplication API

type InsertApplicationResponse

type InsertApplicationResponse struct {
	*responses.BaseResponse
	Code            int             `json:"Code" xml:"Code"`
	Message         string          `json:"Message" xml:"Message"`
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	ApplicationInfo ApplicationInfo `json:"ApplicationInfo" xml:"ApplicationInfo"`
}

InsertApplicationResponse is the response struct for api InsertApplication

func CreateInsertApplicationResponse

func CreateInsertApplicationResponse() (response *InsertApplicationResponse)

CreateInsertApplicationResponse creates a response to parse from InsertApplication response

type InsertClusterMemberRequest

type InsertClusterMemberRequest struct {
	*requests.RoaRequest
	Password    string `position:"Query" name:"password"`
	InstanceIds string `position:"Query" name:"instanceIds"`
	ClusterId   string `position:"Query" name:"clusterId"`
}

InsertClusterMemberRequest is the request struct for api InsertClusterMember

func CreateInsertClusterMemberRequest

func CreateInsertClusterMemberRequest() (request *InsertClusterMemberRequest)

CreateInsertClusterMemberRequest creates a request to invoke InsertClusterMember API

type InsertClusterMemberResponse

type InsertClusterMemberResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

InsertClusterMemberResponse is the response struct for api InsertClusterMember

func CreateInsertClusterMemberResponse

func CreateInsertClusterMemberResponse() (response *InsertClusterMemberResponse)

CreateInsertClusterMemberResponse creates a response to parse from InsertClusterMember response

type InsertClusterRequest

type InsertClusterRequest struct {
	*requests.RoaRequest
	ClusterType     requests.Integer `position:"Query" name:"ClusterType"`
	IaasProvider    string           `position:"Query" name:"IaasProvider"`
	LogicalRegionId string           `position:"Query" name:"LogicalRegionId"`
	ClusterName     string           `position:"Query" name:"ClusterName"`
	VpcId           string           `position:"Query" name:"VpcId"`
	NetworkMode     requests.Integer `position:"Query" name:"NetworkMode"`
	OversoldFactor  requests.Integer `position:"Query" name:"OversoldFactor"`
}

InsertClusterRequest is the request struct for api InsertCluster

func CreateInsertClusterRequest

func CreateInsertClusterRequest() (request *InsertClusterRequest)

CreateInsertClusterRequest creates a request to invoke InsertCluster API

type InsertClusterResponse

type InsertClusterResponse struct {
	*responses.BaseResponse
	Code      int     `json:"Code" xml:"Code"`
	Message   string  `json:"Message" xml:"Message"`
	RequestId string  `json:"RequestId" xml:"RequestId"`
	Cluster   Cluster `json:"Cluster" xml:"Cluster"`
}

InsertClusterResponse is the response struct for api InsertCluster

func CreateInsertClusterResponse

func CreateInsertClusterResponse() (response *InsertClusterResponse)

CreateInsertClusterResponse creates a response to parse from InsertCluster response

type InsertConfigCenterRequest

type InsertConfigCenterRequest struct {
	*requests.RoaRequest
	DataId          string `position:"Query" name:"DataId"`
	Data            string `position:"Query" name:"Data"`
	AppName         string `position:"Query" name:"AppName"`
	LogicalRegionId string `position:"Query" name:"LogicalRegionId"`
	Group           string `position:"Query" name:"Group"`
}

InsertConfigCenterRequest is the request struct for api InsertConfigCenter

func CreateInsertConfigCenterRequest

func CreateInsertConfigCenterRequest() (request *InsertConfigCenterRequest)

CreateInsertConfigCenterRequest creates a request to invoke InsertConfigCenter API

type InsertConfigCenterResponse

type InsertConfigCenterResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

InsertConfigCenterResponse is the response struct for api InsertConfigCenter

func CreateInsertConfigCenterResponse

func CreateInsertConfigCenterResponse() (response *InsertConfigCenterResponse)

CreateInsertConfigCenterResponse creates a response to parse from InsertConfigCenter response

type InsertDegradeControlRequest

type InsertDegradeControlRequest struct {
	*requests.RoaRequest
	Duration    requests.Integer `position:"Query" name:"Duration"`
	RuleType    string           `position:"Query" name:"RuleType"`
	AppId       string           `position:"Query" name:"AppId"`
	UrlVar      string           `position:"Query" name:"UrlVar"`
	RtThreshold requests.Integer `position:"Query" name:"RtThreshold"`
	ServiceName string           `position:"Query" name:"ServiceName"`
	MethodName  string           `position:"Query" name:"MethodName"`
}

InsertDegradeControlRequest is the request struct for api InsertDegradeControl

func CreateInsertDegradeControlRequest

func CreateInsertDegradeControlRequest() (request *InsertDegradeControlRequest)

CreateInsertDegradeControlRequest creates a request to invoke InsertDegradeControl API

type InsertDegradeControlResponse

type InsertDegradeControlResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

InsertDegradeControlResponse is the response struct for api InsertDegradeControl

func CreateInsertDegradeControlResponse

func CreateInsertDegradeControlResponse() (response *InsertDegradeControlResponse)

CreateInsertDegradeControlResponse creates a response to parse from InsertDegradeControl response

type InsertDeployGroupRequest

type InsertDeployGroupRequest struct {
	*requests.RoaRequest
	AppId     string `position:"Query" name:"AppId"`
	GroupName string `position:"Query" name:"GroupName"`
}

InsertDeployGroupRequest is the request struct for api InsertDeployGroup

func CreateInsertDeployGroupRequest

func CreateInsertDeployGroupRequest() (request *InsertDeployGroupRequest)

CreateInsertDeployGroupRequest creates a request to invoke InsertDeployGroup API

type InsertDeployGroupResponse

type InsertDeployGroupResponse struct {
	*responses.BaseResponse
	Code              int               `json:"Code" xml:"Code"`
	Message           string            `json:"Message" xml:"Message"`
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	DeployGroupEntity DeployGroupEntity `json:"DeployGroupEntity" xml:"DeployGroupEntity"`
}

InsertDeployGroupResponse is the response struct for api InsertDeployGroup

func CreateInsertDeployGroupResponse

func CreateInsertDeployGroupResponse() (response *InsertDeployGroupResponse)

CreateInsertDeployGroupResponse creates a response to parse from InsertDeployGroup response

type InsertFlowControlRequest

type InsertFlowControlRequest struct {
	*requests.RoaRequest
	ConsumerAppId string           `position:"Query" name:"ConsumerAppId"`
	Granularity   string           `position:"Query" name:"Granularity"`
	RuleType      string           `position:"Query" name:"RuleType"`
	AppId         string           `position:"Query" name:"AppId"`
	UrlVar        string           `position:"Query" name:"UrlVar"`
	ServiceName   string           `position:"Query" name:"ServiceName"`
	Threshold     requests.Integer `position:"Query" name:"Threshold"`
	Strategy      string           `position:"Query" name:"Strategy"`
	MethodName    string           `position:"Query" name:"MethodName"`
}

InsertFlowControlRequest is the request struct for api InsertFlowControl

func CreateInsertFlowControlRequest

func CreateInsertFlowControlRequest() (request *InsertFlowControlRequest)

CreateInsertFlowControlRequest creates a request to invoke InsertFlowControl API

type InsertFlowControlResponse

type InsertFlowControlResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

InsertFlowControlResponse is the response struct for api InsertFlowControl

func CreateInsertFlowControlResponse

func CreateInsertFlowControlResponse() (response *InsertFlowControlResponse)

CreateInsertFlowControlResponse creates a response to parse from InsertFlowControl response

type InsertK8sApplicationRequest

type InsertK8sApplicationRequest struct {
	*requests.RoaRequest
	NasId                  string           `position:"Query" name:"NasId"`
	RepoId                 string           `position:"Query" name:"RepoId"`
	InternetTargetPort     requests.Integer `position:"Query" name:"InternetTargetPort"`
	IntranetSlbId          string           `position:"Query" name:"IntranetSlbId"`
	CommandArgs            string           `position:"Query" name:"CommandArgs"`
	Readiness              string           `position:"Query" name:"Readiness"`
	Liveness               string           `position:"Query" name:"Liveness"`
	InternetSlbPort        requests.Integer `position:"Query" name:"InternetSlbPort"`
	Envs                   string           `position:"Query" name:"Envs"`
	RequestsMem            requests.Integer `position:"Query" name:"RequestsMem"`
	StorageType            string           `position:"Query" name:"StorageType"`
	LimitMem               requests.Integer `position:"Query" name:"LimitMem"`
	AppName                string           `position:"Query" name:"AppName"`
	InternetSlbId          string           `position:"Query" name:"InternetSlbId"`
	LogicalRegionId        string           `position:"Query" name:"LogicalRegionId"`
	InternetSlbProtocol    string           `position:"Query" name:"InternetSlbProtocol"`
	IntranetSlbPort        requests.Integer `position:"Query" name:"IntranetSlbPort"`
	PreStop                string           `position:"Query" name:"PreStop"`
	MountDescs             string           `position:"Query" name:"MountDescs"`
	Replicas               requests.Integer `position:"Query" name:"Replicas"`
	LimitCpu               requests.Integer `position:"Query" name:"LimitCpu"`
	ClusterId              string           `position:"Query" name:"ClusterId"`
	IntranetTargetPort     requests.Integer `position:"Query" name:"IntranetTargetPort"`
	LocalVolume            string           `position:"Query" name:"LocalVolume"`
	Command                string           `position:"Query" name:"Command"`
	IntranetSlbProtocol    string           `position:"Query" name:"IntranetSlbProtocol"`
	ImageUrl               string           `position:"Query" name:"ImageUrl"`
	Namespace              string           `position:"Query" name:"Namespace"`
	ApplicationDescription string           `position:"Query" name:"ApplicationDescription"`
	RequestsCpu            requests.Integer `position:"Query" name:"RequestsCpu"`
	PostStart              string           `position:"Query" name:"PostStart"`
}

InsertK8sApplicationRequest is the request struct for api InsertK8sApplication

func CreateInsertK8sApplicationRequest

func CreateInsertK8sApplicationRequest() (request *InsertK8sApplicationRequest)

CreateInsertK8sApplicationRequest creates a request to invoke InsertK8sApplication API

type InsertK8sApplicationResponse

type InsertK8sApplicationResponse struct {
	*responses.BaseResponse
	Code            int             `json:"Code" xml:"Code"`
	Message         string          `json:"Message" xml:"Message"`
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	ApplicationInfo ApplicationInfo `json:"ApplicationInfo" xml:"ApplicationInfo"`
}

InsertK8sApplicationResponse is the response struct for api InsertK8sApplication

func CreateInsertK8sApplicationResponse

func CreateInsertK8sApplicationResponse() (response *InsertK8sApplicationResponse)

CreateInsertK8sApplicationResponse creates a response to parse from InsertK8sApplication response

type InsertOrUpdateRegionRequest

type InsertOrUpdateRegionRequest struct {
	*requests.RoaRequest
	DebugEnable requests.Boolean `position:"Query" name:"DebugEnable"`
	RegionTag   string           `position:"Query" name:"RegionTag"`
	RegionName  string           `position:"Query" name:"RegionName"`
	Description string           `position:"Query" name:"Description"`
	Id          requests.Integer `position:"Query" name:"Id"`
}

InsertOrUpdateRegionRequest is the request struct for api InsertOrUpdateRegion

func CreateInsertOrUpdateRegionRequest

func CreateInsertOrUpdateRegionRequest() (request *InsertOrUpdateRegionRequest)

CreateInsertOrUpdateRegionRequest creates a request to invoke InsertOrUpdateRegion API

type InsertOrUpdateRegionResponse

type InsertOrUpdateRegionResponse struct {
	*responses.BaseResponse
	Code                   int                    `json:"Code" xml:"Code"`
	Message                string                 `json:"Message" xml:"Message"`
	RequestId              string                 `json:"RequestId" xml:"RequestId"`
	UserDefineRegionEntity UserDefineRegionEntity `json:"UserDefineRegionEntity" xml:"UserDefineRegionEntity"`
}

InsertOrUpdateRegionResponse is the response struct for api InsertOrUpdateRegion

func CreateInsertOrUpdateRegionResponse

func CreateInsertOrUpdateRegionResponse() (response *InsertOrUpdateRegionResponse)

CreateInsertOrUpdateRegionResponse creates a response to parse from InsertOrUpdateRegion response

type InsertRoleRequest

type InsertRoleRequest struct {
	*requests.RoaRequest
	RoleName   string `position:"Query" name:"RoleName"`
	ActionData string `position:"Query" name:"ActionData"`
}

InsertRoleRequest is the request struct for api InsertRole

func CreateInsertRoleRequest

func CreateInsertRoleRequest() (request *InsertRoleRequest)

CreateInsertRoleRequest creates a request to invoke InsertRole API

type InsertRoleResponse

type InsertRoleResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RoleId    int    `json:"RoleId" xml:"RoleId"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

InsertRoleResponse is the response struct for api InsertRole

func CreateInsertRoleResponse

func CreateInsertRoleResponse() (response *InsertRoleResponse)

CreateInsertRoleResponse creates a response to parse from InsertRole response

type InsertServerlessApplicationRequest

type InsertServerlessApplicationRequest struct {
	*requests.RoaRequest
	WebContainer    string           `position:"Query" name:"WebContainer"`
	JarStartArgs    string           `position:"Query" name:"JarStartArgs"`
	Memory          requests.Integer `position:"Query" name:"Memory"`
	BuildPackId     requests.Integer `position:"Query" name:"BuildPackId"`
	CommandArgs     string           `position:"Query" name:"CommandArgs"`
	Replicas        requests.Integer `position:"Query" name:"Replicas"`
	Readiness       string           `position:"Query" name:"Readiness"`
	Liveness        string           `position:"Query" name:"Liveness"`
	Cpu             requests.Integer `position:"Query" name:"Cpu"`
	Envs            string           `position:"Query" name:"Envs"`
	PackageVersion  string           `position:"Query" name:"PackageVersion"`
	Command         string           `position:"Query" name:"Command"`
	CustomHostAlias string           `position:"Query" name:"CustomHostAlias"`
	Deploy          requests.Boolean `position:"Query" name:"Deploy"`
	VSwitchId       string           `position:"Query" name:"VSwitchId"`
	Jdk             string           `position:"Query" name:"Jdk"`
	AppDescription  string           `position:"Query" name:"AppDescription"`
	JarStartOptions string           `position:"Query" name:"JarStartOptions"`
	AppName         string           `position:"Query" name:"AppName"`
	NamespaceId     string           `position:"Query" name:"NamespaceId"`
	PackageUrl      string           `position:"Query" name:"PackageUrl"`
	VpcId           string           `position:"Query" name:"VpcId"`
	ImageUrl        string           `position:"Query" name:"ImageUrl"`
	PackageType     string           `position:"Query" name:"PackageType"`
}

InsertServerlessApplicationRequest is the request struct for api InsertServerlessApplication

func CreateInsertServerlessApplicationRequest

func CreateInsertServerlessApplicationRequest() (request *InsertServerlessApplicationRequest)

CreateInsertServerlessApplicationRequest creates a request to invoke InsertServerlessApplication API

type InsertServerlessApplicationResponse

type InsertServerlessApplicationResponse struct {
	*responses.BaseResponse
	Code    int    `json:"Code" xml:"Code"`
	Message string `json:"Message" xml:"Message"`
	Data    Data   `json:"Data" xml:"Data"`
}

InsertServerlessApplicationResponse is the response struct for api InsertServerlessApplication

func CreateInsertServerlessApplicationResponse

func CreateInsertServerlessApplicationResponse() (response *InsertServerlessApplicationResponse)

CreateInsertServerlessApplicationResponse creates a response to parse from InsertServerlessApplication response

type InsertServiceGroupRequest

type InsertServiceGroupRequest struct {
	*requests.RoaRequest
	GroupName string `position:"Query" name:"GroupName"`
}

InsertServiceGroupRequest is the request struct for api InsertServiceGroup

func CreateInsertServiceGroupRequest

func CreateInsertServiceGroupRequest() (request *InsertServiceGroupRequest)

CreateInsertServiceGroupRequest creates a request to invoke InsertServiceGroup API

type InsertServiceGroupResponse

type InsertServiceGroupResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

InsertServiceGroupResponse is the response struct for api InsertServiceGroup

func CreateInsertServiceGroupResponse

func CreateInsertServiceGroupResponse() (response *InsertServiceGroupResponse)

CreateInsertServiceGroupResponse creates a response to parse from InsertServiceGroup response

type InstallAgentRequest

type InstallAgentRequest struct {
	*requests.RoaRequest
	InstanceIds string           `position:"Query" name:"InstanceIds"`
	DoAsync     requests.Boolean `position:"Query" name:"DoAsync"`
	ClusterId   string           `position:"Query" name:"ClusterId"`
}

InstallAgentRequest is the request struct for api InstallAgent

func CreateInstallAgentRequest

func CreateInstallAgentRequest() (request *InstallAgentRequest)

CreateInstallAgentRequest creates a request to invoke InstallAgent API

type InstallAgentResponse

type InstallAgentResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	Code                int                 `json:"Code" xml:"Code"`
	Message             string              `json:"Message" xml:"Message"`
	ExecutionResultList ExecutionResultList `json:"ExecutionResultList" xml:"ExecutionResultList"`
}

InstallAgentResponse is the response struct for api InstallAgent

func CreateInstallAgentResponse

func CreateInstallAgentResponse() (response *InstallAgentResponse)

CreateInstallAgentResponse creates a response to parse from InstallAgent response

type Instance

type Instance struct {
	InstanceId   string `json:"InstanceId" xml:"InstanceId"`
	InstanceName string `json:"InstanceName" xml:"InstanceName"`
	EcuId        string `json:"EcuId" xml:"EcuId"`
	VpcId        string `json:"VpcId" xml:"VpcId"`
	VpcName      string `json:"VpcName" xml:"VpcName"`
	Expired      bool   `json:"Expired" xml:"Expired"`
	Status       string `json:"Status" xml:"Status"`
	RegionId     string `json:"RegionId" xml:"RegionId"`
	Cpu          int    `json:"Cpu" xml:"Cpu"`
	Mem          int    `json:"Mem" xml:"Mem"`
	PublicIp     string `json:"PublicIp" xml:"PublicIp"`
	InnerIp      string `json:"InnerIp" xml:"InnerIp"`
	PrivateIp    string `json:"PrivateIp" xml:"PrivateIp"`
	Eip          string `json:"Eip" xml:"Eip"`
}

Instance is a nested struct in edas response

type InstanceDTO

type InstanceDTO struct {
	InstanceName         string               `json:"InstanceName" xml:"InstanceName"`
	InstanceIp           string               `json:"InstanceIp" xml:"InstanceIp"`
	Status               int                  `json:"Status" xml:"Status"`
	InstanceStageDTOList InstanceStageDTOList `json:"InstanceStageDTOList" xml:"InstanceStageDTOList"`
}

InstanceDTO is a nested struct in edas response

type InstanceDTOList

type InstanceDTOList struct {
	InstanceDTO []InstanceDTO `json:"InstanceDTO" xml:"InstanceDTO"`
}

InstanceDTOList is a nested struct in edas response

type InstanceList

type InstanceList struct {
	Instance []Instance `json:"Instance" xml:"Instance"`
}

InstanceList is a nested struct in edas response

type InstanceStageDTO

type InstanceStageDTO struct {
	StageId   string `json:"StageId" xml:"StageId"`
	StageName string `json:"StageName" xml:"StageName"`
	Status    int    `json:"Status" xml:"Status"`
}

InstanceStageDTO is a nested struct in edas response

type InstanceStageDTOList

type InstanceStageDTOList struct {
	InstanceStageDTO []InstanceStageDTO `json:"InstanceStageDTO" xml:"InstanceStageDTO"`
}

InstanceStageDTOList is a nested struct in edas response

type InterfaceMethod

type InterfaceMethod struct {
	Version string                    `json:"Version" xml:"Version"`
	Name    string                    `json:"name" xml:"name"`
	Methods MethodsInListFlowControls `json:"Methods" xml:"Methods"`
}

InterfaceMethod is a nested struct in edas response

type InterfaceMethodsInListDegradeControls

type InterfaceMethodsInListDegradeControls struct {
	InterfaceMethod []InterfaceMethod `json:"InterfaceMethod" xml:"InterfaceMethod"`
}

InterfaceMethodsInListDegradeControls is a nested struct in edas response

type InterfaceMethodsInListFlowControls

type InterfaceMethodsInListFlowControls struct {
	InterfaceMethod []InterfaceMethod `json:"InterfaceMethod" xml:"InterfaceMethod"`
}

InterfaceMethodsInListFlowControls is a nested struct in edas response

type IpsInListConsumedServices

type IpsInListConsumedServices struct {
	Ip []string `json:"ip" xml:"ip"`
}

IpsInListConsumedServices is a nested struct in edas response

type IpsInListPublishedServices

type IpsInListPublishedServices struct {
	Ip []string `json:"ip" xml:"ip"`
}

IpsInListPublishedServices is a nested struct in edas response

type JvmConfiguration

type JvmConfiguration struct {
	MaxPermSize int    `json:"MaxPermSize" xml:"MaxPermSize"`
	MaxHeapSize int    `json:"MaxHeapSize" xml:"MaxHeapSize"`
	Options     string `json:"Options" xml:"Options"`
	MinHeapSize int    `json:"MinHeapSize" xml:"MinHeapSize"`
}

JvmConfiguration is a nested struct in edas response

type ListAliyunRegionRequest

type ListAliyunRegionRequest struct {
	*requests.RoaRequest
}

ListAliyunRegionRequest is the request struct for api ListAliyunRegion

func CreateListAliyunRegionRequest

func CreateListAliyunRegionRequest() (request *ListAliyunRegionRequest)

CreateListAliyunRegionRequest creates a request to invoke ListAliyunRegion API

type ListAliyunRegionResponse

type ListAliyunRegionResponse struct {
	*responses.BaseResponse
	Code             int                                `json:"Code" xml:"Code"`
	Message          string                             `json:"Message" xml:"Message"`
	RequestId        string                             `json:"RequestId" xml:"RequestId"`
	RegionEntityList RegionEntityListInListAliyunRegion `json:"RegionEntityList" xml:"RegionEntityList"`
}

ListAliyunRegionResponse is the response struct for api ListAliyunRegion

func CreateListAliyunRegionResponse

func CreateListAliyunRegionResponse() (response *ListAliyunRegionResponse)

CreateListAliyunRegionResponse creates a response to parse from ListAliyunRegion response

type ListApplicationEcuRequest

type ListApplicationEcuRequest struct {
	*requests.RoaRequest
}

ListApplicationEcuRequest is the request struct for api ListApplicationEcu

func CreateListApplicationEcuRequest

func CreateListApplicationEcuRequest() (request *ListApplicationEcuRequest)

CreateListApplicationEcuRequest creates a request to invoke ListApplicationEcu API

type ListApplicationEcuResponse

type ListApplicationEcuResponse struct {
	*responses.BaseResponse
	Code        int                             `json:"Code" xml:"Code"`
	Message     string                          `json:"Message" xml:"Message"`
	RequestId   string                          `json:"RequestId" xml:"RequestId"`
	EcuInfoList EcuInfoListInListApplicationEcu `json:"EcuInfoList" xml:"EcuInfoList"`
}

ListApplicationEcuResponse is the response struct for api ListApplicationEcu

func CreateListApplicationEcuResponse

func CreateListApplicationEcuResponse() (response *ListApplicationEcuResponse)

CreateListApplicationEcuResponse creates a response to parse from ListApplicationEcu response

type ListApplicationRequest

type ListApplicationRequest struct {
	*requests.RoaRequest
}

ListApplicationRequest is the request struct for api ListApplication

func CreateListApplicationRequest

func CreateListApplicationRequest() (request *ListApplicationRequest)

CreateListApplicationRequest creates a request to invoke ListApplication API

type ListApplicationResponse

type ListApplicationResponse struct {
	*responses.BaseResponse
	Code            int             `json:"Code" xml:"Code"`
	Message         string          `json:"Message" xml:"Message"`
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	ApplicationList ApplicationList `json:"ApplicationList" xml:"ApplicationList"`
}

ListApplicationResponse is the response struct for api ListApplication

func CreateListApplicationResponse

func CreateListApplicationResponse() (response *ListApplicationResponse)

CreateListApplicationResponse creates a response to parse from ListApplication response

type ListAuthorityRequest

type ListAuthorityRequest struct {
	*requests.RoaRequest
}

ListAuthorityRequest is the request struct for api ListAuthority

func CreateListAuthorityRequest

func CreateListAuthorityRequest() (request *ListAuthorityRequest)

CreateListAuthorityRequest creates a request to invoke ListAuthority API

type ListAuthorityResponse

type ListAuthorityResponse struct {
	*responses.BaseResponse
	Code          int           `json:"Code" xml:"Code"`
	Message       string        `json:"Message" xml:"Message"`
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	AuthorityList AuthorityList `json:"AuthorityList" xml:"AuthorityList"`
}

ListAuthorityResponse is the response struct for api ListAuthority

func CreateListAuthorityResponse

func CreateListAuthorityResponse() (response *ListAuthorityResponse)

CreateListAuthorityResponse creates a response to parse from ListAuthority response

type ListBuildPackRequest

type ListBuildPackRequest struct {
	*requests.RoaRequest
}

ListBuildPackRequest is the request struct for api ListBuildPack

func CreateListBuildPackRequest

func CreateListBuildPackRequest() (request *ListBuildPackRequest)

CreateListBuildPackRequest creates a request to invoke ListBuildPack API

type ListBuildPackResponse

type ListBuildPackResponse struct {
	*responses.BaseResponse
	Code          int           `json:"Code" xml:"Code"`
	Message       string        `json:"Message" xml:"Message"`
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	BuildPackList BuildPackList `json:"BuildPackList" xml:"BuildPackList"`
}

ListBuildPackResponse is the response struct for api ListBuildPack

func CreateListBuildPackResponse

func CreateListBuildPackResponse() (response *ListBuildPackResponse)

CreateListBuildPackResponse creates a response to parse from ListBuildPack response

type ListClusterMembersRequest

type ListClusterMembersRequest struct {
	*requests.RoaRequest
	PageSize    requests.Integer `position:"Query" name:"PageSize"`
	CurrentPage requests.Integer `position:"Query" name:"CurrentPage"`
	ClusterId   string           `position:"Query" name:"ClusterId"`
}

ListClusterMembersRequest is the request struct for api ListClusterMembers

func CreateListClusterMembersRequest

func CreateListClusterMembersRequest() (request *ListClusterMembersRequest)

CreateListClusterMembersRequest creates a request to invoke ListClusterMembers API

type ListClusterMembersResponse

type ListClusterMembersResponse struct {
	*responses.BaseResponse
	Code              int               `json:"Code" xml:"Code"`
	Message           string            `json:"Message" xml:"Message"`
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	ClusterMemberPage ClusterMemberPage `json:"ClusterMemberPage" xml:"ClusterMemberPage"`
}

ListClusterMembersResponse is the response struct for api ListClusterMembers

func CreateListClusterMembersResponse

func CreateListClusterMembersResponse() (response *ListClusterMembersResponse)

CreateListClusterMembersResponse creates a response to parse from ListClusterMembers response

type ListClusterRequest

type ListClusterRequest struct {
	*requests.RoaRequest
	LogicalRegionId string `position:"Query" name:"LogicalRegionId"`
}

ListClusterRequest is the request struct for api ListCluster

func CreateListClusterRequest

func CreateListClusterRequest() (request *ListClusterRequest)

CreateListClusterRequest creates a request to invoke ListCluster API

type ListClusterResponse

type ListClusterResponse struct {
	*responses.BaseResponse
	Code        int         `json:"Code" xml:"Code"`
	Message     string      `json:"Message" xml:"Message"`
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	ClusterList ClusterList `json:"ClusterList" xml:"ClusterList"`
}

ListClusterResponse is the response struct for api ListCluster

func CreateListClusterResponse

func CreateListClusterResponse() (response *ListClusterResponse)

CreateListClusterResponse creates a response to parse from ListCluster response

type ListComponentsRequest

type ListComponentsRequest struct {
	*requests.RoaRequest
}

ListComponentsRequest is the request struct for api ListComponents

func CreateListComponentsRequest

func CreateListComponentsRequest() (request *ListComponentsRequest)

CreateListComponentsRequest creates a request to invoke ListComponents API

type ListComponentsResponse

type ListComponentsResponse struct {
	*responses.BaseResponse
	Code          int           `json:"Code" xml:"Code"`
	Message       string        `json:"Message" xml:"Message"`
	ComponentList ComponentList `json:"ComponentList" xml:"ComponentList"`
}

ListComponentsResponse is the response struct for api ListComponents

func CreateListComponentsResponse

func CreateListComponentsResponse() (response *ListComponentsResponse)

CreateListComponentsResponse creates a response to parse from ListComponents response

type ListConfigCenters

type ListConfigCenters struct {
	DataId  string `json:"DataId" xml:"DataId"`
	Group   string `json:"Group" xml:"Group"`
	Id      string `json:"Id" xml:"Id"`
	AppName string `json:"AppName" xml:"AppName"`
}

ListConfigCenters is a nested struct in edas response

type ListConfigCentersRequest

type ListConfigCentersRequest struct {
	*requests.RoaRequest
	AppName         string `position:"Query" name:"AppName"`
	LogicalRegionId string `position:"Query" name:"LogicalRegionId"`
	DataIdPattern   string `position:"Query" name:"DataIdPattern"`
	Group           string `position:"Query" name:"Group"`
}

ListConfigCentersRequest is the request struct for api ListConfigCenters

func CreateListConfigCentersRequest

func CreateListConfigCentersRequest() (request *ListConfigCentersRequest)

CreateListConfigCentersRequest creates a request to invoke ListConfigCenters API

type ListConfigCentersResponse

type ListConfigCentersResponse struct {
	*responses.BaseResponse
	Code              int               `json:"Code" xml:"Code"`
	Message           string            `json:"Message" xml:"Message"`
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	ConfigCentersList ConfigCentersList `json:"ConfigCentersList" xml:"ConfigCentersList"`
}

ListConfigCentersResponse is the response struct for api ListConfigCenters

func CreateListConfigCentersResponse

func CreateListConfigCentersResponse() (response *ListConfigCentersResponse)

CreateListConfigCentersResponse creates a response to parse from ListConfigCenters response

type ListConsumedServices

type ListConsumedServices struct {
	AppId             string                       `json:"AppId" xml:"AppId"`
	DockerApplication bool                         `json:"DockerApplication" xml:"DockerApplication"`
	Group2Ip          string                       `json:"Group2Ip" xml:"Group2Ip"`
	Name              string                       `json:"Name" xml:"Name"`
	Type              string                       `json:"Type" xml:"Type"`
	Version           string                       `json:"Version" xml:"Version"`
	Groups            GroupsInListConsumedServices `json:"Groups" xml:"Groups"`
	Ips               IpsInListConsumedServices    `json:"Ips" xml:"Ips"`
}

ListConsumedServices is a nested struct in edas response

type ListConsumedServicesRequest

type ListConsumedServicesRequest struct {
	*requests.RoaRequest
	AppId string `position:"Query" name:"AppId"`
}

ListConsumedServicesRequest is the request struct for api ListConsumedServices

func CreateListConsumedServicesRequest

func CreateListConsumedServicesRequest() (request *ListConsumedServicesRequest)

CreateListConsumedServicesRequest creates a request to invoke ListConsumedServices API

type ListConsumedServicesResponse

type ListConsumedServicesResponse struct {
	*responses.BaseResponse
	Code                 int                  `json:"Code" xml:"Code"`
	Message              string               `json:"Message" xml:"Message"`
	RequestId            string               `json:"RequestId" xml:"RequestId"`
	ConsumedServicesList ConsumedServicesList `json:"ConsumedServicesList" xml:"ConsumedServicesList"`
}

ListConsumedServicesResponse is the response struct for api ListConsumedServices

func CreateListConsumedServicesResponse

func CreateListConsumedServicesResponse() (response *ListConsumedServicesResponse)

CreateListConsumedServicesResponse creates a response to parse from ListConsumedServices response

type ListConvertableEcuRequest

type ListConvertableEcuRequest struct {
	*requests.RoaRequest
	ClusterId string `position:"Query" name:"clusterId"`
}

ListConvertableEcuRequest is the request struct for api ListConvertableEcu

func CreateListConvertableEcuRequest

func CreateListConvertableEcuRequest() (request *ListConvertableEcuRequest)

CreateListConvertableEcuRequest creates a request to invoke ListConvertableEcu API

type ListConvertableEcuResponse

type ListConvertableEcuResponse struct {
	*responses.BaseResponse
	Code         int          `json:"Code" xml:"Code"`
	Message      string       `json:"Message" xml:"Message"`
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	InstanceList InstanceList `json:"InstanceList" xml:"InstanceList"`
}

ListConvertableEcuResponse is the response struct for api ListConvertableEcu

func CreateListConvertableEcuResponse

func CreateListConvertableEcuResponse() (response *ListConvertableEcuResponse)

CreateListConvertableEcuResponse creates a response to parse from ListConvertableEcu response

type ListDegradeControlsRequest

type ListDegradeControlsRequest struct {
	*requests.RoaRequest
	AppId string `position:"Query" name:"AppId"`
}

ListDegradeControlsRequest is the request struct for api ListDegradeControls

func CreateListDegradeControlsRequest

func CreateListDegradeControlsRequest() (request *ListDegradeControlsRequest)

CreateListDegradeControlsRequest creates a request to invoke ListDegradeControls API

type ListDegradeControlsResponse

type ListDegradeControlsResponse struct {
	*responses.BaseResponse
	Code            int             `json:"Code" xml:"Code"`
	Message         string          `json:"Message" xml:"Message"`
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	FlowControlsMap FlowControlsMap `json:"FlowControlsMap" xml:"FlowControlsMap"`
}

ListDegradeControlsResponse is the response struct for api ListDegradeControls

func CreateListDegradeControlsResponse

func CreateListDegradeControlsResponse() (response *ListDegradeControlsResponse)

CreateListDegradeControlsResponse creates a response to parse from ListDegradeControls response

type ListDeployGroupRequest

type ListDeployGroupRequest struct {
	*requests.RoaRequest
	AppId string `position:"Query" name:"AppId"`
}

ListDeployGroupRequest is the request struct for api ListDeployGroup

func CreateListDeployGroupRequest

func CreateListDeployGroupRequest() (request *ListDeployGroupRequest)

CreateListDeployGroupRequest creates a request to invoke ListDeployGroup API

type ListDeployGroupResponse

type ListDeployGroupResponse struct {
	*responses.BaseResponse
	Code            int             `json:"Code" xml:"Code"`
	Message         string          `json:"Message" xml:"Message"`
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	DeployGroupList DeployGroupList `json:"DeployGroupList" xml:"DeployGroupList"`
}

ListDeployGroupResponse is the response struct for api ListDeployGroup

func CreateListDeployGroupResponse

func CreateListDeployGroupResponse() (response *ListDeployGroupResponse)

CreateListDeployGroupResponse creates a response to parse from ListDeployGroup response

type ListEcsNotInClusterRequest

type ListEcsNotInClusterRequest struct {
	*requests.RoaRequest
	VpcId       string           `position:"Query" name:"VpcId"`
	NetworkMode requests.Integer `position:"Query" name:"NetworkMode"`
}

ListEcsNotInClusterRequest is the request struct for api ListEcsNotInCluster

func CreateListEcsNotInClusterRequest

func CreateListEcsNotInClusterRequest() (request *ListEcsNotInClusterRequest)

CreateListEcsNotInClusterRequest creates a request to invoke ListEcsNotInCluster API

type ListEcsNotInClusterResponse

type ListEcsNotInClusterResponse struct {
	*responses.BaseResponse
	Code          int           `json:"Code" xml:"Code"`
	Message       string        `json:"Message" xml:"Message"`
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	EcsEntityList EcsEntityList `json:"EcsEntityList" xml:"EcsEntityList"`
}

ListEcsNotInClusterResponse is the response struct for api ListEcsNotInCluster

func CreateListEcsNotInClusterResponse

func CreateListEcsNotInClusterResponse() (response *ListEcsNotInClusterResponse)

CreateListEcsNotInClusterResponse creates a response to parse from ListEcsNotInCluster response

type ListEcuByRegionRequest

type ListEcuByRegionRequest struct {
	*requests.RoaRequest
	Act             string `position:"Query" name:"Act"`
	LogicalRegionId string `position:"Query" name:"LogicalRegionId"`
}

ListEcuByRegionRequest is the request struct for api ListEcuByRegion

func CreateListEcuByRegionRequest

func CreateListEcuByRegionRequest() (request *ListEcuByRegionRequest)

CreateListEcuByRegionRequest creates a request to invoke ListEcuByRegion API

type ListEcuByRegionResponse

type ListEcuByRegionResponse struct {
	*responses.BaseResponse
	Code          int                            `json:"Code" xml:"Code"`
	Message       string                         `json:"Message" xml:"Message"`
	RequestId     string                         `json:"RequestId" xml:"RequestId"`
	EcuEntityList EcuEntityListInListEcuByRegion `json:"EcuEntityList" xml:"EcuEntityList"`
}

ListEcuByRegionResponse is the response struct for api ListEcuByRegion

func CreateListEcuByRegionResponse

func CreateListEcuByRegionResponse() (response *ListEcuByRegionResponse)

CreateListEcuByRegionResponse creates a response to parse from ListEcuByRegion response

type ListFlowControlsRequest

type ListFlowControlsRequest struct {
	*requests.RoaRequest
	AppId string `position:"Query" name:"AppId"`
}

ListFlowControlsRequest is the request struct for api ListFlowControls

func CreateListFlowControlsRequest

func CreateListFlowControlsRequest() (request *ListFlowControlsRequest)

CreateListFlowControlsRequest creates a request to invoke ListFlowControls API

type ListFlowControlsResponse

type ListFlowControlsResponse struct {
	*responses.BaseResponse
	Code            int             `json:"Code" xml:"Code"`
	Message         string          `json:"Message" xml:"Message"`
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	FlowControlsMap FlowControlsMap `json:"FlowControlsMap" xml:"FlowControlsMap"`
}

ListFlowControlsResponse is the response struct for api ListFlowControls

func CreateListFlowControlsResponse

func CreateListFlowControlsResponse() (response *ListFlowControlsResponse)

CreateListFlowControlsResponse creates a response to parse from ListFlowControls response

type ListHistoryDeployVersionRequest

type ListHistoryDeployVersionRequest struct {
	*requests.RoaRequest
	AppId string `position:"Query" name:"AppId"`
}

ListHistoryDeployVersionRequest is the request struct for api ListHistoryDeployVersion

func CreateListHistoryDeployVersionRequest

func CreateListHistoryDeployVersionRequest() (request *ListHistoryDeployVersionRequest)

CreateListHistoryDeployVersionRequest creates a request to invoke ListHistoryDeployVersion API

type ListHistoryDeployVersionResponse

type ListHistoryDeployVersionResponse struct {
	*responses.BaseResponse
	Code               int                `json:"Code" xml:"Code"`
	Message            string             `json:"Message" xml:"Message"`
	RequestId          string             `json:"RequestId" xml:"RequestId"`
	PackageVersionList PackageVersionList `json:"PackageVersionList" xml:"PackageVersionList"`
}

ListHistoryDeployVersionResponse is the response struct for api ListHistoryDeployVersion

func CreateListHistoryDeployVersionResponse

func CreateListHistoryDeployVersionResponse() (response *ListHistoryDeployVersionResponse)

CreateListHistoryDeployVersionResponse creates a response to parse from ListHistoryDeployVersion response

type ListPublishedServices

type ListPublishedServices struct {
	AppId             string                        `json:"AppId" xml:"AppId"`
	DockerApplication bool                          `json:"DockerApplication" xml:"DockerApplication"`
	Group2Ip          string                        `json:"Group2Ip" xml:"Group2Ip"`
	Name              string                        `json:"Name" xml:"Name"`
	Type              string                        `json:"Type" xml:"Type"`
	Version           string                        `json:"Version" xml:"Version"`
	Groups            GroupsInListPublishedServices `json:"Groups" xml:"Groups"`
	Ips               IpsInListPublishedServices    `json:"Ips" xml:"Ips"`
}

ListPublishedServices is a nested struct in edas response

type ListPublishedServicesRequest

type ListPublishedServicesRequest struct {
	*requests.RoaRequest
	AppId string `position:"Query" name:"AppId"`
}

ListPublishedServicesRequest is the request struct for api ListPublishedServices

func CreateListPublishedServicesRequest

func CreateListPublishedServicesRequest() (request *ListPublishedServicesRequest)

CreateListPublishedServicesRequest creates a request to invoke ListPublishedServices API

type ListPublishedServicesResponse

type ListPublishedServicesResponse struct {
	*responses.BaseResponse
	Code                  int                   `json:"Code" xml:"Code"`
	Message               string                `json:"Message" xml:"Message"`
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	PublishedServicesList PublishedServicesList `json:"PublishedServicesList" xml:"PublishedServicesList"`
}

ListPublishedServicesResponse is the response struct for api ListPublishedServices

func CreateListPublishedServicesResponse

func CreateListPublishedServicesResponse() (response *ListPublishedServicesResponse)

CreateListPublishedServicesResponse creates a response to parse from ListPublishedServices response

type ListRecentChangeOrderRequest

type ListRecentChangeOrderRequest struct {
	*requests.RoaRequest
	AppId string `position:"Query" name:"AppId"`
}

ListRecentChangeOrderRequest is the request struct for api ListRecentChangeOrder

func CreateListRecentChangeOrderRequest

func CreateListRecentChangeOrderRequest() (request *ListRecentChangeOrderRequest)

CreateListRecentChangeOrderRequest creates a request to invoke ListRecentChangeOrder API

type ListRecentChangeOrderResponse

type ListRecentChangeOrderResponse struct {
	*responses.BaseResponse
	Code            int             `json:"Code" xml:"Code"`
	Message         string          `json:"Message" xml:"Message"`
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	ChangeOrderList ChangeOrderList `json:"ChangeOrderList" xml:"ChangeOrderList"`
}

ListRecentChangeOrderResponse is the response struct for api ListRecentChangeOrder

func CreateListRecentChangeOrderResponse

func CreateListRecentChangeOrderResponse() (response *ListRecentChangeOrderResponse)

CreateListRecentChangeOrderResponse creates a response to parse from ListRecentChangeOrder response

type ListResourceGroupRequest

type ListResourceGroupRequest struct {
	*requests.RoaRequest
}

ListResourceGroupRequest is the request struct for api ListResourceGroup

func CreateListResourceGroupRequest

func CreateListResourceGroupRequest() (request *ListResourceGroupRequest)

CreateListResourceGroupRequest creates a request to invoke ListResourceGroup API

type ListResourceGroupResponse

type ListResourceGroupResponse struct {
	*responses.BaseResponse
	Code              int               `json:"Code" xml:"Code"`
	Message           string            `json:"Message" xml:"Message"`
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	ResourceGroupList ResourceGroupList `json:"ResourceGroupList" xml:"ResourceGroupList"`
}

ListResourceGroupResponse is the response struct for api ListResourceGroup

func CreateListResourceGroupResponse

func CreateListResourceGroupResponse() (response *ListResourceGroupResponse)

CreateListResourceGroupResponse creates a response to parse from ListResourceGroup response

type ListRoleRequest

type ListRoleRequest struct {
	*requests.RoaRequest
}

ListRoleRequest is the request struct for api ListRole

func CreateListRoleRequest

func CreateListRoleRequest() (request *ListRoleRequest)

CreateListRoleRequest creates a request to invoke ListRole API

type ListRoleResponse

type ListRoleResponse struct {
	*responses.BaseResponse
	Code      int      `json:"Code" xml:"Code"`
	Message   string   `json:"Message" xml:"Message"`
	RequestId string   `json:"RequestId" xml:"RequestId"`
	RoleList  RoleList `json:"RoleList" xml:"RoleList"`
}

ListRoleResponse is the response struct for api ListRole

func CreateListRoleResponse

func CreateListRoleResponse() (response *ListRoleResponse)

CreateListRoleResponse creates a response to parse from ListRole response

type ListScaleOutEcuRequest

type ListScaleOutEcuRequest struct {
	*requests.RoaRequest
	Mem             requests.Integer `position:"Query" name:"Mem"`
	LogicalRegionId string           `position:"Query" name:"LogicalRegionId"`
	AppId           string           `position:"Query" name:"AppId"`
	GroupId         string           `position:"Query" name:"GroupId"`
	InstanceNum     requests.Integer `position:"Query" name:"InstanceNum"`
	Cpu             requests.Integer `position:"Query" name:"Cpu"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

ListScaleOutEcuRequest is the request struct for api ListScaleOutEcu

func CreateListScaleOutEcuRequest

func CreateListScaleOutEcuRequest() (request *ListScaleOutEcuRequest)

CreateListScaleOutEcuRequest creates a request to invoke ListScaleOutEcu API

type ListScaleOutEcuResponse

type ListScaleOutEcuResponse struct {
	*responses.BaseResponse
	Code        int                          `json:"Code" xml:"Code"`
	Message     string                       `json:"Message" xml:"Message"`
	RequestId   string                       `json:"RequestId" xml:"RequestId"`
	EcuInfoList EcuInfoListInListScaleOutEcu `json:"EcuInfoList" xml:"EcuInfoList"`
}

ListScaleOutEcuResponse is the response struct for api ListScaleOutEcu

func CreateListScaleOutEcuResponse

func CreateListScaleOutEcuResponse() (response *ListScaleOutEcuResponse)

CreateListScaleOutEcuResponse creates a response to parse from ListScaleOutEcu response

type ListServiceGroups

type ListServiceGroups struct {
	CreateTime string `json:"CreateTime" xml:"CreateTime"`
	GroupId    string `json:"GroupId" xml:"GroupId"`
	GroupName  string `json:"GroupName" xml:"GroupName"`
}

ListServiceGroups is a nested struct in edas response

type ListServiceGroupsRequest

type ListServiceGroupsRequest struct {
	*requests.RoaRequest
}

ListServiceGroupsRequest is the request struct for api ListServiceGroups

func CreateListServiceGroupsRequest

func CreateListServiceGroupsRequest() (request *ListServiceGroupsRequest)

CreateListServiceGroupsRequest creates a request to invoke ListServiceGroups API

type ListServiceGroupsResponse

type ListServiceGroupsResponse struct {
	*responses.BaseResponse
	Code              int               `json:"Code" xml:"Code"`
	Message           string            `json:"Message" xml:"Message"`
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	ServiceGroupsList ServiceGroupsList `json:"ServiceGroupsList" xml:"ServiceGroupsList"`
}

ListServiceGroupsResponse is the response struct for api ListServiceGroups

func CreateListServiceGroupsResponse

func CreateListServiceGroupsResponse() (response *ListServiceGroupsResponse)

CreateListServiceGroupsResponse creates a response to parse from ListServiceGroups response

type ListSlbRequest

type ListSlbRequest struct {
	*requests.RoaRequest
}

ListSlbRequest is the request struct for api ListSlb

func CreateListSlbRequest

func CreateListSlbRequest() (request *ListSlbRequest)

CreateListSlbRequest creates a request to invoke ListSlb API

type ListSlbResponse

type ListSlbResponse struct {
	*responses.BaseResponse
	Code      int              `json:"Code" xml:"Code"`
	Message   string           `json:"Message" xml:"Message"`
	RequestId string           `json:"RequestId" xml:"RequestId"`
	SlbList   SlbListInListSlb `json:"SlbList" xml:"SlbList"`
}

ListSlbResponse is the response struct for api ListSlb

func CreateListSlbResponse

func CreateListSlbResponse() (response *ListSlbResponse)

CreateListSlbResponse creates a response to parse from ListSlb response

type ListSubAccountRequest

type ListSubAccountRequest struct {
	*requests.RoaRequest
}

ListSubAccountRequest is the request struct for api ListSubAccount

func CreateListSubAccountRequest

func CreateListSubAccountRequest() (request *ListSubAccountRequest)

CreateListSubAccountRequest creates a request to invoke ListSubAccount API

type ListSubAccountResponse

type ListSubAccountResponse struct {
	*responses.BaseResponse
	Code           int            `json:"Code" xml:"Code"`
	Message        string         `json:"Message" xml:"Message"`
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	SubAccountList SubAccountList `json:"SubAccountList" xml:"SubAccountList"`
}

ListSubAccountResponse is the response struct for api ListSubAccount

func CreateListSubAccountResponse

func CreateListSubAccountResponse() (response *ListSubAccountResponse)

CreateListSubAccountResponse creates a response to parse from ListSubAccount response

type ListUserDefineRegionRequest

type ListUserDefineRegionRequest struct {
	*requests.RoaRequest
	DebugEnable requests.Boolean `position:"Query" name:"DebugEnable"`
}

ListUserDefineRegionRequest is the request struct for api ListUserDefineRegion

func CreateListUserDefineRegionRequest

func CreateListUserDefineRegionRequest() (request *ListUserDefineRegionRequest)

CreateListUserDefineRegionRequest creates a request to invoke ListUserDefineRegion API

type ListUserDefineRegionResponse

type ListUserDefineRegionResponse struct {
	*responses.BaseResponse
	Code                 int                  `json:"Code" xml:"Code"`
	Message              string               `json:"Message" xml:"Message"`
	RequestId            string               `json:"RequestId" xml:"RequestId"`
	UserDefineRegionList UserDefineRegionList `json:"UserDefineRegionList" xml:"UserDefineRegionList"`
}

ListUserDefineRegionResponse is the response struct for api ListUserDefineRegion

func CreateListUserDefineRegionResponse

func CreateListUserDefineRegionResponse() (response *ListUserDefineRegionResponse)

CreateListUserDefineRegionResponse creates a response to parse from ListUserDefineRegion response

type ListVpcRequest

type ListVpcRequest struct {
	*requests.RoaRequest
}

ListVpcRequest is the request struct for api ListVpc

func CreateListVpcRequest

func CreateListVpcRequest() (request *ListVpcRequest)

CreateListVpcRequest creates a request to invoke ListVpc API

type ListVpcResponse

type ListVpcResponse struct {
	*responses.BaseResponse
	Code      int     `json:"Code" xml:"Code"`
	Message   string  `json:"Message" xml:"Message"`
	RequestId string  `json:"RequestId" xml:"RequestId"`
	VpcList   VpcList `json:"VpcList" xml:"VpcList"`
}

ListVpcResponse is the response struct for api ListVpc

func CreateListVpcResponse

func CreateListVpcResponse() (response *ListVpcResponse)

CreateListVpcResponse creates a response to parse from ListVpc response

type MethodsInListDegradeControls

type MethodsInListDegradeControls struct {
	Method []string `json:"Method" xml:"Method"`
}

MethodsInListDegradeControls is a nested struct in edas response

type MethodsInListFlowControls

type MethodsInListFlowControls struct {
	Method []string `json:"Method" xml:"Method"`
}

MethodsInListFlowControls is a nested struct in edas response

type MigrateEcuRequest

type MigrateEcuRequest struct {
	*requests.RoaRequest
	InstanceIds     string `position:"Query" name:"InstanceIds"`
	LogicalRegionId string `position:"Query" name:"LogicalRegionId"`
}

MigrateEcuRequest is the request struct for api MigrateEcu

func CreateMigrateEcuRequest

func CreateMigrateEcuRequest() (request *MigrateEcuRequest)

CreateMigrateEcuRequest creates a request to invoke MigrateEcu API

type MigrateEcuResponse

type MigrateEcuResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

MigrateEcuResponse is the response struct for api MigrateEcu

func CreateMigrateEcuResponse

func CreateMigrateEcuResponse() (response *MigrateEcuResponse)

CreateMigrateEcuResponse creates a response to parse from MigrateEcu response

type PackageVersion

type PackageVersion struct {
	Id             string `json:"Id" xml:"Id"`
	PackageVersion string `json:"PackageVersion" xml:"PackageVersion"`
	AppId          string `json:"AppId" xml:"AppId"`
	Description    string `json:"Description" xml:"Description"`
	WarUrl         string `json:"WarUrl" xml:"WarUrl"`
	CreateTime     int    `json:"CreateTime" xml:"CreateTime"`
	UpdateTime     int    `json:"UpdateTime" xml:"UpdateTime"`
	Type           string `json:"Type" xml:"Type"`
}

PackageVersion is a nested struct in edas response

type PackageVersionList

type PackageVersionList struct {
	PackageVersion []PackageVersion `json:"PackageVersion" xml:"PackageVersion"`
}

PackageVersionList is a nested struct in edas response

type PipelineInfo

type PipelineInfo struct {
	PipelineId     string    `json:"PipelineId" xml:"PipelineId"`
	PipelineName   string    `json:"PipelineName" xml:"PipelineName"`
	PipelineStatus int       `json:"PipelineStatus" xml:"PipelineStatus"`
	StageList      StageList `json:"StageList" xml:"StageList"`
}

PipelineInfo is a nested struct in edas response

type PipelineInfoList

type PipelineInfoList struct {
	PipelineInfo []PipelineInfo `json:"PipelineInfo" xml:"PipelineInfo"`
}

PipelineInfoList is a nested struct in edas response

type PublishedServicesList

type PublishedServicesList struct {
	ListPublishedServices []ListPublishedServices `json:"ListPublishedServices" xml:"ListPublishedServices"`
}

PublishedServicesList is a nested struct in edas response

type QueryApplicationStatusRequest

type QueryApplicationStatusRequest struct {
	*requests.RoaRequest
	AppId string `position:"Query" name:"AppId"`
}

QueryApplicationStatusRequest is the request struct for api QueryApplicationStatus

func CreateQueryApplicationStatusRequest

func CreateQueryApplicationStatusRequest() (request *QueryApplicationStatusRequest)

CreateQueryApplicationStatusRequest creates a request to invoke QueryApplicationStatus API

type QueryApplicationStatusResponse

type QueryApplicationStatusResponse struct {
	*responses.BaseResponse
	Code      int     `json:"Code" xml:"Code"`
	Message   string  `json:"Message" xml:"Message"`
	RequestId string  `json:"RequestId" xml:"RequestId"`
	AppInfo   AppInfo `json:"AppInfo" xml:"AppInfo"`
}

QueryApplicationStatusResponse is the response struct for api QueryApplicationStatus

func CreateQueryApplicationStatusResponse

func CreateQueryApplicationStatusResponse() (response *QueryApplicationStatusResponse)

CreateQueryApplicationStatusResponse creates a response to parse from QueryApplicationStatus response

type QueryConfigCenterRequest

type QueryConfigCenterRequest struct {
	*requests.RoaRequest
	DataId          string `position:"Query" name:"DataId"`
	LogicalRegionId string `position:"Query" name:"LogicalRegionId"`
	Group           string `position:"Query" name:"Group"`
}

QueryConfigCenterRequest is the request struct for api QueryConfigCenter

func CreateQueryConfigCenterRequest

func CreateQueryConfigCenterRequest() (request *QueryConfigCenterRequest)

CreateQueryConfigCenterRequest creates a request to invoke QueryConfigCenter API

type QueryConfigCenterResponse

type QueryConfigCenterResponse struct {
	*responses.BaseResponse
	Code             int              `json:"Code" xml:"Code"`
	Message          string           `json:"Message" xml:"Message"`
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	ConfigCenterInfo ConfigCenterInfo `json:"configCenterInfo" xml:"configCenterInfo"`
}

QueryConfigCenterResponse is the response struct for api QueryConfigCenter

func CreateQueryConfigCenterResponse

func CreateQueryConfigCenterResponse() (response *QueryConfigCenterResponse)

CreateQueryConfigCenterResponse creates a response to parse from QueryConfigCenter response

type QueryMigrateEcuListRequest

type QueryMigrateEcuListRequest struct {
	*requests.RoaRequest
	LogicalRegionId string `position:"Query" name:"LogicalRegionId"`
}

QueryMigrateEcuListRequest is the request struct for api QueryMigrateEcuList

func CreateQueryMigrateEcuListRequest

func CreateQueryMigrateEcuListRequest() (request *QueryMigrateEcuListRequest)

CreateQueryMigrateEcuListRequest creates a request to invoke QueryMigrateEcuList API

type QueryMigrateEcuListResponse

type QueryMigrateEcuListResponse struct {
	*responses.BaseResponse
	Code          int                                `json:"Code" xml:"Code"`
	Message       string                             `json:"Message" xml:"Message"`
	RequestId     string                             `json:"RequestId" xml:"RequestId"`
	EcuEntityList EcuEntityListInQueryMigrateEcuList `json:"EcuEntityList" xml:"EcuEntityList"`
}

QueryMigrateEcuListResponse is the response struct for api QueryMigrateEcuList

func CreateQueryMigrateEcuListResponse

func CreateQueryMigrateEcuListResponse() (response *QueryMigrateEcuListResponse)

CreateQueryMigrateEcuListResponse creates a response to parse from QueryMigrateEcuList response

type QueryMigrateRegionListRequest

type QueryMigrateRegionListRequest struct {
	*requests.RoaRequest
	LogicalRegionId string `position:"Query" name:"LogicalRegionId"`
}

QueryMigrateRegionListRequest is the request struct for api QueryMigrateRegionList

func CreateQueryMigrateRegionListRequest

func CreateQueryMigrateRegionListRequest() (request *QueryMigrateRegionListRequest)

CreateQueryMigrateRegionListRequest creates a request to invoke QueryMigrateRegionList API

type QueryMigrateRegionListResponse

type QueryMigrateRegionListResponse struct {
	*responses.BaseResponse
	Code             int                                      `json:"Code" xml:"Code"`
	Message          string                                   `json:"Message" xml:"Message"`
	RequestId        string                                   `json:"RequestId" xml:"RequestId"`
	RegionEntityList RegionEntityListInQueryMigrateRegionList `json:"RegionEntityList" xml:"RegionEntityList"`
}

QueryMigrateRegionListResponse is the response struct for api QueryMigrateRegionList

func CreateQueryMigrateRegionListResponse

func CreateQueryMigrateRegionListResponse() (response *QueryMigrateRegionListResponse)

CreateQueryMigrateRegionListResponse creates a response to parse from QueryMigrateRegionList response

type QueryMonitorInfoRequest

type QueryMonitorInfoRequest struct {
	*requests.RoaRequest
	Metric     string           `position:"Query" name:"Metric"`
	Aggregator string           `position:"Query" name:"Aggregator"`
	Start      requests.Integer `position:"Query" name:"Start"`
	End        requests.Integer `position:"Query" name:"End"`
	Interval   string           `position:"Query" name:"Interval"`
	Tags       string           `position:"Query" name:"Tags"`
}

QueryMonitorInfoRequest is the request struct for api QueryMonitorInfo

func CreateQueryMonitorInfoRequest

func CreateQueryMonitorInfoRequest() (request *QueryMonitorInfoRequest)

CreateQueryMonitorInfoRequest creates a request to invoke QueryMonitorInfo API

type QueryMonitorInfoResponse

type QueryMonitorInfoResponse struct {
	*responses.BaseResponse
	Code        int    `json:"Code" xml:"Code"`
	Message     string `json:"Message" xml:"Message"`
	MonitorInfo string `json:"MonitorInfo" xml:"MonitorInfo"`
	RequestId   string `json:"RequestId" xml:"RequestId"`
}

QueryMonitorInfoResponse is the response struct for api QueryMonitorInfo

func CreateQueryMonitorInfoResponse

func CreateQueryMonitorInfoResponse() (response *QueryMonitorInfoResponse)

CreateQueryMonitorInfoResponse creates a response to parse from QueryMonitorInfo response

type QueryRegionConfigRequest

type QueryRegionConfigRequest struct {
	*requests.RoaRequest
}

QueryRegionConfigRequest is the request struct for api QueryRegionConfig

func CreateQueryRegionConfigRequest

func CreateQueryRegionConfigRequest() (request *QueryRegionConfigRequest)

CreateQueryRegionConfigRequest creates a request to invoke QueryRegionConfig API

type QueryRegionConfigResponse

type QueryRegionConfigResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	Code         int          `json:"Code" xml:"Code"`
	Message      string       `json:"Message" xml:"Message"`
	RegionConfig RegionConfig `json:"RegionConfig" xml:"RegionConfig"`
}

QueryRegionConfigResponse is the response struct for api QueryRegionConfig

func CreateQueryRegionConfigResponse

func CreateQueryRegionConfigResponse() (response *QueryRegionConfigResponse)

CreateQueryRegionConfigResponse creates a response to parse from QueryRegionConfig response

type RegionConfig

type RegionConfig struct {
	AddressServerHost  string           `json:"AddressServerHost" xml:"AddressServerHost"`
	AgentInstallScript string           `json:"AgentInstallScript" xml:"AgentInstallScript"`
	FileServerType     string           `json:"FileServerType" xml:"FileServerType"`
	Id                 string           `json:"Id" xml:"Id"`
	ImageId            string           `json:"ImageId" xml:"ImageId"`
	Name               string           `json:"Name" xml:"Name"`
	No                 int              `json:"No" xml:"No"`
	Tag                string           `json:"Tag" xml:"Tag"`
	FileServerConfig   FileServerConfig `json:"FileServerConfig" xml:"FileServerConfig"`
}

RegionConfig is a nested struct in edas response

type RegionDefine

type RegionDefine struct {
	Id           int    `json:"Id" xml:"Id"`
	UserId       string `json:"UserId" xml:"UserId"`
	RegionId     string `json:"RegionId" xml:"RegionId"`
	RegionName   string `json:"RegionName" xml:"RegionName"`
	Description  string `json:"Description" xml:"Description"`
	BelongRegion string `json:"BelongRegion" xml:"BelongRegion"`
}

RegionDefine is a nested struct in edas response

type RegionEntity

type RegionEntity struct {
	Name       string `json:"Name" xml:"Name"`
	RegionNo   string `json:"RegionNo" xml:"RegionNo"`
	Id         string `json:"Id" xml:"Id"`
	RegionName string `json:"RegionName" xml:"RegionName"`
}

RegionEntity is a nested struct in edas response

type RegionEntityListInListAliyunRegion

type RegionEntityListInListAliyunRegion struct {
	RegionEntity []RegionEntity `json:"RegionEntity" xml:"RegionEntity"`
}

RegionEntityListInListAliyunRegion is a nested struct in edas response

type RegionEntityListInQueryMigrateRegionList

type RegionEntityListInQueryMigrateRegionList struct {
	RegionEntity []RegionEntity `json:"RegionEntity" xml:"RegionEntity"`
}

RegionEntityListInQueryMigrateRegionList is a nested struct in edas response

type ResGroupEntity

type ResGroupEntity struct {
	Id          int                        `json:"Id" xml:"Id"`
	Name        string                     `json:"Name" xml:"Name"`
	Description string                     `json:"Description" xml:"Description"`
	AdminUserId string                     `json:"AdminUserId" xml:"AdminUserId"`
	CreateTime  int                        `json:"CreateTime" xml:"CreateTime"`
	UpdateTime  int                        `json:"UpdateTime" xml:"UpdateTime"`
	RegionId    string                     `json:"RegionId" xml:"RegionId"`
	EcsList     EcsList                    `json:"ecsList" xml:"ecsList"`
	SlbList     SlbListInListResourceGroup `json:"SlbList" xml:"SlbList"`
}

ResGroupEntity is a nested struct in edas response

type ResetApplicationRequest

type ResetApplicationRequest struct {
	*requests.RoaRequest
	AppId   string `position:"Query" name:"AppId"`
	EccInfo string `position:"Query" name:"EccInfo"`
}

ResetApplicationRequest is the request struct for api ResetApplication

func CreateResetApplicationRequest

func CreateResetApplicationRequest() (request *ResetApplicationRequest)

CreateResetApplicationRequest creates a request to invoke ResetApplication API

type ResetApplicationResponse

type ResetApplicationResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
}

ResetApplicationResponse is the response struct for api ResetApplication

func CreateResetApplicationResponse

func CreateResetApplicationResponse() (response *ResetApplicationResponse)

CreateResetApplicationResponse creates a response to parse from ResetApplication response

type ResourceGroupList

type ResourceGroupList struct {
	ResGroupEntity []ResGroupEntity `json:"ResGroupEntity" xml:"ResGroupEntity"`
}

ResourceGroupList is a nested struct in edas response

type Role

type Role struct {
	Id          int    `json:"Id" xml:"Id"`
	AdminUserId string `json:"AdminUserId" xml:"AdminUserId"`
	Name        string `json:"Name" xml:"Name"`
	CreateTime  int    `json:"CreateTime" xml:"CreateTime"`
	UpdateTime  int    `json:"UpdateTime" xml:"UpdateTime"`
	IsDefault   bool   `json:"IsDefault" xml:"IsDefault"`
}

Role is a nested struct in edas response

type RoleItem

type RoleItem struct {
	Role       Role                 `json:"Role" xml:"Role"`
	ActionList ActionListInListRole `json:"ActionList" xml:"ActionList"`
}

RoleItem is a nested struct in edas response

type RoleList

type RoleList struct {
	RoleItem []RoleItem `json:"RoleItem" xml:"RoleItem"`
}

RoleList is a nested struct in edas response

type RollbackApplicationRequest

type RollbackApplicationRequest struct {
	*requests.RoaRequest
	AppId          string           `position:"Query" name:"AppId"`
	GroupId        string           `position:"Query" name:"GroupId"`
	BatchWaitTime  requests.Integer `position:"Query" name:"BatchWaitTime"`
	Batch          requests.Integer `position:"Query" name:"Batch"`
	HistoryVersion string           `position:"Query" name:"HistoryVersion"`
}

RollbackApplicationRequest is the request struct for api RollbackApplication

func CreateRollbackApplicationRequest

func CreateRollbackApplicationRequest() (request *RollbackApplicationRequest)

CreateRollbackApplicationRequest creates a request to invoke RollbackApplication API

type RollbackApplicationResponse

type RollbackApplicationResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
}

RollbackApplicationResponse is the response struct for api RollbackApplication

func CreateRollbackApplicationResponse

func CreateRollbackApplicationResponse() (response *RollbackApplicationResponse)

CreateRollbackApplicationResponse creates a response to parse from RollbackApplication response

type Rule

type Rule struct {
	RuleType      string `json:"RuleType" xml:"RuleType"`
	UpdateTime    int    `json:"UpdateTime" xml:"UpdateTime"`
	Granularity   string `json:"Granularity" xml:"Granularity"`
	CreateTime    int    `json:"CreateTime" xml:"CreateTime"`
	RuleId        string `json:"RuleId" xml:"RuleId"`
	State         int    `json:"State" xml:"State"`
	Threshold     int    `json:"Threshold" xml:"Threshold"`
	AppId         string `json:"AppId" xml:"AppId"`
	ConsumerAppId string `json:"ConsumerAppId" xml:"ConsumerAppId"`
	Strategy      string `json:"Strategy" xml:"Strategy"`
	Duration      int    `json:"Duration" xml:"Duration"`
	Id            string `json:"Id" xml:"Id"`
	RtThreshold   int    `json:"RtThreshold" xml:"RtThreshold"`
	Resource      string `json:"Resource" xml:"Resource"`
}

Rule is a nested struct in edas response

type RuleList

type RuleList struct {
	CurrentPage    int                                 `json:"CurrentPage" xml:"CurrentPage"`
	PageSize       int                                 `json:"pageSize" xml:"pageSize"`
	TotalSize      int                                 `json:"TotalSize" xml:"TotalSize"`
	RuleResultList RuleResultListInListDegradeControls `json:"RuleResultList" xml:"RuleResultList"`
}

RuleList is a nested struct in edas response

type RuleResultListInListDegradeControls

type RuleResultListInListDegradeControls struct {
	Rule []Rule `json:"Rule" xml:"Rule"`
}

RuleResultListInListDegradeControls is a nested struct in edas response

type RuleResultListInListFlowControls

type RuleResultListInListFlowControls struct {
	Rule []Rule `json:"Rule" xml:"Rule"`
}

RuleResultListInListFlowControls is a nested struct in edas response

type ScaleInApplicationRequest

type ScaleInApplicationRequest struct {
	*requests.RoaRequest
	ForceStatus requests.Boolean `position:"Query" name:"ForceStatus"`
	AppId       string           `position:"Query" name:"AppId"`
	EccInfo     string           `position:"Query" name:"EccInfo"`
}

ScaleInApplicationRequest is the request struct for api ScaleInApplication

func CreateScaleInApplicationRequest

func CreateScaleInApplicationRequest() (request *ScaleInApplicationRequest)

CreateScaleInApplicationRequest creates a request to invoke ScaleInApplication API

type ScaleInApplicationResponse

type ScaleInApplicationResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
}

ScaleInApplicationResponse is the response struct for api ScaleInApplication

func CreateScaleInApplicationResponse

func CreateScaleInApplicationResponse() (response *ScaleInApplicationResponse)

CreateScaleInApplicationResponse creates a response to parse from ScaleInApplication response

type ScaleK8sApplicationRequest

type ScaleK8sApplicationRequest struct {
	*requests.RoaRequest
	Replicas requests.Integer `position:"Query" name:"Replicas"`
	AppId    string           `position:"Query" name:"AppId"`
}

ScaleK8sApplicationRequest is the request struct for api ScaleK8sApplication

func CreateScaleK8sApplicationRequest

func CreateScaleK8sApplicationRequest() (request *ScaleK8sApplicationRequest)

CreateScaleK8sApplicationRequest creates a request to invoke ScaleK8sApplication API

type ScaleK8sApplicationResponse

type ScaleK8sApplicationResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
}

ScaleK8sApplicationResponse is the response struct for api ScaleK8sApplication

func CreateScaleK8sApplicationResponse

func CreateScaleK8sApplicationResponse() (response *ScaleK8sApplicationResponse)

CreateScaleK8sApplicationResponse creates a response to parse from ScaleK8sApplication response

type ScaleOutApplicationRequest

type ScaleOutApplicationRequest struct {
	*requests.RoaRequest
	EcuInfo     string `position:"Query" name:"EcuInfo"`
	DeployGroup string `position:"Query" name:"DeployGroup"`
	AppId       string `position:"Query" name:"AppId"`
}

ScaleOutApplicationRequest is the request struct for api ScaleOutApplication

func CreateScaleOutApplicationRequest

func CreateScaleOutApplicationRequest() (request *ScaleOutApplicationRequest)

CreateScaleOutApplicationRequest creates a request to invoke ScaleOutApplication API

type ScaleOutApplicationResponse

type ScaleOutApplicationResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
}

ScaleOutApplicationResponse is the response struct for api ScaleOutApplication

func CreateScaleOutApplicationResponse

func CreateScaleOutApplicationResponse() (response *ScaleOutApplicationResponse)

CreateScaleOutApplicationResponse creates a response to parse from ScaleOutApplication response

type ScaleServerlessApplicationRequest

type ScaleServerlessApplicationRequest struct {
	*requests.RoaRequest
	Replicas requests.Integer `position:"Query" name:"Replicas"`
	AppId    string           `position:"Query" name:"AppId"`
}

ScaleServerlessApplicationRequest is the request struct for api ScaleServerlessApplication

func CreateScaleServerlessApplicationRequest

func CreateScaleServerlessApplicationRequest() (request *ScaleServerlessApplicationRequest)

CreateScaleServerlessApplicationRequest creates a request to invoke ScaleServerlessApplication API

type ScaleServerlessApplicationResponse

type ScaleServerlessApplicationResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
}

ScaleServerlessApplicationResponse is the response struct for api ScaleServerlessApplication

func CreateScaleServerlessApplicationResponse

func CreateScaleServerlessApplicationResponse() (response *ScaleServerlessApplicationResponse)

CreateScaleServerlessApplicationResponse creates a response to parse from ScaleServerlessApplication response

type SecureToken

type SecureToken struct {
	Id                int    `json:"Id" xml:"Id"`
	UserId            string `json:"UserId" xml:"UserId"`
	EdasId            string `json:"EdasId" xml:"EdasId"`
	RegionId          string `json:"RegionId" xml:"RegionId"`
	RegionName        string `json:"RegionName" xml:"RegionName"`
	Description       string `json:"Description" xml:"Description"`
	BelongRegion      string `json:"BelongRegion" xml:"BelongRegion"`
	AccessKey         string `json:"AccessKey" xml:"AccessKey"`
	SecretKey         string `json:"SecretKey" xml:"SecretKey"`
	TenantId          string `json:"TenantId" xml:"TenantId"`
	AddressServerHost string `json:"AddressServerHost" xml:"AddressServerHost"`
}

SecureToken is a nested struct in edas response

type ServiceGroupsList

type ServiceGroupsList struct {
	ListServiceGroups []ListServiceGroups `json:"ListServiceGroups" xml:"ListServiceGroups"`
}

ServiceGroupsList is a nested struct in edas response

type ServiceStage

type ServiceStage struct {
	StageId   string `json:"StageId" xml:"StageId"`
	StageName string `json:"StageName" xml:"StageName"`
	Status    int    `json:"Status" xml:"Status"`
	Message   string `json:"Message" xml:"Message"`
}

ServiceStage is a nested struct in edas response

type SlbEntity

type SlbEntity struct {
	Expired     bool   `json:"Expired" xml:"Expired"`
	RegionId    string `json:"RegionId" xml:"RegionId"`
	GroupId     int    `json:"GroupId" xml:"GroupId"`
	UserId      string `json:"UserId" xml:"UserId"`
	VswitchId   string `json:"VswitchId" xml:"VswitchId"`
	SlbStatus   string `json:"SlbStatus" xml:"SlbStatus"`
	SlbId       string `json:"SlbId" xml:"SlbId"`
	AddressType string `json:"AddressType" xml:"AddressType"`
	VpcId       string `json:"VpcId" xml:"VpcId"`
	NetworkType string `json:"NetworkType" xml:"NetworkType"`
	Address     string `json:"Address" xml:"Address"`
	SlbName     string `json:"SlbName" xml:"SlbName"`
}

SlbEntity is a nested struct in edas response

type SlbListInListResourceGroup

type SlbListInListResourceGroup struct {
	SlbEntity []SlbEntity `json:"SlbEntity" xml:"SlbEntity"`
}

SlbListInListResourceGroup is a nested struct in edas response

type SlbListInListSlb

type SlbListInListSlb struct {
	SlbEntity []SlbEntity `json:"SlbEntity" xml:"SlbEntity"`
}

SlbListInListSlb is a nested struct in edas response

type StageInfoDTO

type StageInfoDTO struct {
	StageId        string         `json:"StageId" xml:"StageId"`
	StageName      string         `json:"StageName" xml:"StageName"`
	Status         int            `json:"Status" xml:"Status"`
	StageResultDTO StageResultDTO `json:"StageResultDTO" xml:"StageResultDTO"`
}

StageInfoDTO is a nested struct in edas response

type StageList

type StageList struct {
	StageInfoDTO []StageInfoDTO `json:"StageInfoDTO" xml:"StageInfoDTO"`
}

StageList is a nested struct in edas response

type StageResultDTO

type StageResultDTO struct {
	ServiceStage    ServiceStage    `json:"ServiceStage" xml:"ServiceStage"`
	InstanceDTOList InstanceDTOList `json:"InstanceDTOList" xml:"InstanceDTOList"`
}

StageResultDTO is a nested struct in edas response

type StartApplicationRequest

type StartApplicationRequest struct {
	*requests.RoaRequest
	AppId   string `position:"Query" name:"AppId"`
	EccInfo string `position:"Query" name:"EccInfo"`
}

StartApplicationRequest is the request struct for api StartApplication

func CreateStartApplicationRequest

func CreateStartApplicationRequest() (request *StartApplicationRequest)

CreateStartApplicationRequest creates a request to invoke StartApplication API

type StartApplicationResponse

type StartApplicationResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
}

StartApplicationResponse is the response struct for api StartApplication

func CreateStartApplicationResponse

func CreateStartApplicationResponse() (response *StartApplicationResponse)

CreateStartApplicationResponse creates a response to parse from StartApplication response

type StopApplicationRequest

type StopApplicationRequest struct {
	*requests.RoaRequest
	AppId   string `position:"Query" name:"AppId"`
	EccInfo string `position:"Query" name:"EccInfo"`
}

StopApplicationRequest is the request struct for api StopApplication

func CreateStopApplicationRequest

func CreateStopApplicationRequest() (request *StopApplicationRequest)

CreateStopApplicationRequest creates a request to invoke StopApplication API

type StopApplicationResponse

type StopApplicationResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
}

StopApplicationResponse is the response struct for api StopApplication

func CreateStopApplicationResponse

func CreateStopApplicationResponse() (response *StopApplicationResponse)

CreateStopApplicationResponse creates a response to parse from StopApplication response

type SubAccount

type SubAccount struct {
	AdminUserId string `json:"AdminUserId" xml:"AdminUserId"`
	SubUserId   string `json:"SubUserId" xml:"SubUserId"`
	Email       string `json:"Email" xml:"Email"`
	Phone       string `json:"Phone" xml:"Phone"`
	AdminUserKp string `json:"AdminUserKp" xml:"AdminUserKp"`
	SubUserKp   string `json:"SubUserKp" xml:"SubUserKp"`
}

SubAccount is a nested struct in edas response

type SubAccountList

type SubAccountList struct {
	SubAccount []SubAccount `json:"SubAccount" xml:"SubAccount"`
}

SubAccountList is a nested struct in edas response

type SynchronizeResourceRequest

type SynchronizeResourceRequest struct {
	*requests.RoaRequest
	Type string `position:"Query" name:"Type"`
}

SynchronizeResourceRequest is the request struct for api SynchronizeResource

func CreateSynchronizeResourceRequest

func CreateSynchronizeResourceRequest() (request *SynchronizeResourceRequest)

CreateSynchronizeResourceRequest creates a request to invoke SynchronizeResource API

type SynchronizeResourceResponse

type SynchronizeResourceResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SynchronizeResourceResponse is the response struct for api SynchronizeResource

func CreateSynchronizeResourceResponse

func CreateSynchronizeResourceResponse() (response *SynchronizeResourceResponse)

CreateSynchronizeResourceResponse creates a response to parse from SynchronizeResource response

type TransformClusterMemberRequest

type TransformClusterMemberRequest struct {
	*requests.RoaRequest
	Password        string `position:"Query" name:"Password"`
	InstanceIds     string `position:"Query" name:"InstanceIds"`
	TargetClusterId string `position:"Query" name:"TargetClusterId"`
}

TransformClusterMemberRequest is the request struct for api TransformClusterMember

func CreateTransformClusterMemberRequest

func CreateTransformClusterMemberRequest() (request *TransformClusterMemberRequest)

CreateTransformClusterMemberRequest creates a request to invoke TransformClusterMember API

type TransformClusterMemberResponse

type TransformClusterMemberResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

TransformClusterMemberResponse is the response struct for api TransformClusterMember

func CreateTransformClusterMemberResponse

func CreateTransformClusterMemberResponse() (response *TransformClusterMemberResponse)

CreateTransformClusterMemberResponse creates a response to parse from TransformClusterMember response

type UnbindK8sSlbRequest

type UnbindK8sSlbRequest struct {
	*requests.RoaRequest
	AppId     string `position:"Query" name:"AppId"`
	ClusterId string `position:"Query" name:"ClusterId"`
	Type      string `position:"Query" name:"Type"`
}

UnbindK8sSlbRequest is the request struct for api UnbindK8sSlb

func CreateUnbindK8sSlbRequest

func CreateUnbindK8sSlbRequest() (request *UnbindK8sSlbRequest)

CreateUnbindK8sSlbRequest creates a request to invoke UnbindK8sSlb API

type UnbindK8sSlbResponse

type UnbindK8sSlbResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
}

UnbindK8sSlbResponse is the response struct for api UnbindK8sSlb

func CreateUnbindK8sSlbResponse

func CreateUnbindK8sSlbResponse() (response *UnbindK8sSlbResponse)

CreateUnbindK8sSlbResponse creates a response to parse from UnbindK8sSlb response

type UnbindServerlessSlbRequest

type UnbindServerlessSlbRequest struct {
	*requests.RoaRequest
	Intranet requests.Boolean `position:"Query" name:"Intranet"`
	AppId    string           `position:"Query" name:"AppId"`
	Internet requests.Boolean `position:"Query" name:"Internet"`
}

UnbindServerlessSlbRequest is the request struct for api UnbindServerlessSlb

func CreateUnbindServerlessSlbRequest

func CreateUnbindServerlessSlbRequest() (request *UnbindServerlessSlbRequest)

CreateUnbindServerlessSlbRequest creates a request to invoke UnbindServerlessSlb API

type UnbindServerlessSlbResponse

type UnbindServerlessSlbResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
}

UnbindServerlessSlbResponse is the response struct for api UnbindServerlessSlb

func CreateUnbindServerlessSlbResponse

func CreateUnbindServerlessSlbResponse() (response *UnbindServerlessSlbResponse)

CreateUnbindServerlessSlbResponse creates a response to parse from UnbindServerlessSlb response

type UnbindSlbRequest

type UnbindSlbRequest struct {
	*requests.RoaRequest
	SlbId string `position:"Query" name:"SlbId"`
	AppId string `position:"Query" name:"AppId"`
	Type  string `position:"Query" name:"Type"`
}

UnbindSlbRequest is the request struct for api UnbindSlb

func CreateUnbindSlbRequest

func CreateUnbindSlbRequest() (request *UnbindSlbRequest)

CreateUnbindSlbRequest creates a request to invoke UnbindSlb API

type UnbindSlbResponse

type UnbindSlbResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UnbindSlbResponse is the response struct for api UnbindSlb

func CreateUnbindSlbResponse

func CreateUnbindSlbResponse() (response *UnbindSlbResponse)

CreateUnbindSlbResponse creates a response to parse from UnbindSlb response

type UpdateAccountInfoRequest

type UpdateAccountInfoRequest struct {
	*requests.RoaRequest
	Name      string `position:"Query" name:"Name"`
	Telephone string `position:"Query" name:"Telephone"`
	Email     string `position:"Query" name:"Email"`
}

UpdateAccountInfoRequest is the request struct for api UpdateAccountInfo

func CreateUpdateAccountInfoRequest

func CreateUpdateAccountInfoRequest() (request *UpdateAccountInfoRequest)

CreateUpdateAccountInfoRequest creates a request to invoke UpdateAccountInfo API

type UpdateAccountInfoResponse

type UpdateAccountInfoResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateAccountInfoResponse is the response struct for api UpdateAccountInfo

func CreateUpdateAccountInfoResponse

func CreateUpdateAccountInfoResponse() (response *UpdateAccountInfoResponse)

CreateUpdateAccountInfoResponse creates a response to parse from UpdateAccountInfo response

type UpdateApplicationBaseInfoRequest

type UpdateApplicationBaseInfoRequest struct {
	*requests.RoaRequest
	AppName string `position:"Query" name:"AppName"`
	AppId   string `position:"Query" name:"AppId"`
	Desc    string `position:"Query" name:"desc"`
}

UpdateApplicationBaseInfoRequest is the request struct for api UpdateApplicationBaseInfo

func CreateUpdateApplicationBaseInfoRequest

func CreateUpdateApplicationBaseInfoRequest() (request *UpdateApplicationBaseInfoRequest)

CreateUpdateApplicationBaseInfoRequest creates a request to invoke UpdateApplicationBaseInfo API

type UpdateApplicationBaseInfoResponse

type UpdateApplicationBaseInfoResponse struct {
	*responses.BaseResponse
	Code       int        `json:"Code" xml:"Code"`
	Message    string     `json:"Message" xml:"Message"`
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	Applcation Applcation `json:"Applcation" xml:"Applcation"`
}

UpdateApplicationBaseInfoResponse is the response struct for api UpdateApplicationBaseInfo

func CreateUpdateApplicationBaseInfoResponse

func CreateUpdateApplicationBaseInfoResponse() (response *UpdateApplicationBaseInfoResponse)

CreateUpdateApplicationBaseInfoResponse creates a response to parse from UpdateApplicationBaseInfo response

type UpdateContainerConfigurationRequest

type UpdateContainerConfigurationRequest struct {
	*requests.RoaRequest
	UseBodyEncoding requests.Boolean `position:"Query" name:"UseBodyEncoding"`
	MaxThreads      requests.Integer `position:"Query" name:"MaxThreads"`
	URIEncoding     string           `position:"Query" name:"URIEncoding"`
	AppId           string           `position:"Query" name:"AppId"`
	GroupId         string           `position:"Query" name:"GroupId"`
	HttpPort        requests.Integer `position:"Query" name:"HttpPort"`
	ContextPath     string           `position:"Query" name:"ContextPath"`
}

UpdateContainerConfigurationRequest is the request struct for api UpdateContainerConfiguration

func CreateUpdateContainerConfigurationRequest

func CreateUpdateContainerConfigurationRequest() (request *UpdateContainerConfigurationRequest)

CreateUpdateContainerConfigurationRequest creates a request to invoke UpdateContainerConfiguration API

type UpdateContainerConfigurationResponse

type UpdateContainerConfigurationResponse struct {
	*responses.BaseResponse
	Code                   int                    `json:"Code" xml:"Code"`
	Message                string                 `json:"Message" xml:"Message"`
	RequestId              string                 `json:"RequestId" xml:"RequestId"`
	ContainerConfiguration ContainerConfiguration `json:"ContainerConfiguration" xml:"ContainerConfiguration"`
}

UpdateContainerConfigurationResponse is the response struct for api UpdateContainerConfiguration

func CreateUpdateContainerConfigurationResponse

func CreateUpdateContainerConfigurationResponse() (response *UpdateContainerConfigurationResponse)

CreateUpdateContainerConfigurationResponse creates a response to parse from UpdateContainerConfiguration response

type UpdateContainerRequest

type UpdateContainerRequest struct {
	*requests.RoaRequest
	BuildPackId requests.Integer `position:"Query" name:"BuildPackId"`
	AppId       string           `position:"Query" name:"AppId"`
}

UpdateContainerRequest is the request struct for api UpdateContainer

func CreateUpdateContainerRequest

func CreateUpdateContainerRequest() (request *UpdateContainerRequest)

CreateUpdateContainerRequest creates a request to invoke UpdateContainer API

type UpdateContainerResponse

type UpdateContainerResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
}

UpdateContainerResponse is the response struct for api UpdateContainer

func CreateUpdateContainerResponse

func CreateUpdateContainerResponse() (response *UpdateContainerResponse)

CreateUpdateContainerResponse creates a response to parse from UpdateContainer response

type UpdateDegradeControlRequest

type UpdateDegradeControlRequest struct {
	*requests.RoaRequest
	Duration    requests.Integer `position:"Query" name:"Duration"`
	RuleType    string           `position:"Query" name:"RuleType"`
	AppId       string           `position:"Query" name:"AppId"`
	UrlVar      string           `position:"Query" name:"UrlVar"`
	RtThreshold requests.Integer `position:"Query" name:"RtThreshold"`
	ServiceName string           `position:"Query" name:"ServiceName"`
	RuleId      string           `position:"Query" name:"RuleId"`
	MethodName  string           `position:"Query" name:"MethodName"`
}

UpdateDegradeControlRequest is the request struct for api UpdateDegradeControl

func CreateUpdateDegradeControlRequest

func CreateUpdateDegradeControlRequest() (request *UpdateDegradeControlRequest)

CreateUpdateDegradeControlRequest creates a request to invoke UpdateDegradeControl API

type UpdateDegradeControlResponse

type UpdateDegradeControlResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateDegradeControlResponse is the response struct for api UpdateDegradeControl

func CreateUpdateDegradeControlResponse

func CreateUpdateDegradeControlResponse() (response *UpdateDegradeControlResponse)

CreateUpdateDegradeControlResponse creates a response to parse from UpdateDegradeControl response

type UpdateFlowControlRequest

type UpdateFlowControlRequest struct {
	*requests.RoaRequest
	ConsumerAppId string           `position:"Query" name:"ConsumerAppId"`
	Granularity   string           `position:"Query" name:"Granularity"`
	RuleType      string           `position:"Query" name:"RuleType"`
	AppId         string           `position:"Query" name:"AppId"`
	UrlVar        string           `position:"Query" name:"UrlVar"`
	ServiceName   string           `position:"Query" name:"ServiceName"`
	Threshold     requests.Integer `position:"Query" name:"Threshold"`
	RuleId        string           `position:"Query" name:"RuleId"`
	Strategy      string           `position:"Query" name:"Strategy"`
	MethodName    string           `position:"Query" name:"MethodName"`
}

UpdateFlowControlRequest is the request struct for api UpdateFlowControl

func CreateUpdateFlowControlRequest

func CreateUpdateFlowControlRequest() (request *UpdateFlowControlRequest)

CreateUpdateFlowControlRequest creates a request to invoke UpdateFlowControl API

type UpdateFlowControlResponse

type UpdateFlowControlResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateFlowControlResponse is the response struct for api UpdateFlowControl

func CreateUpdateFlowControlResponse

func CreateUpdateFlowControlResponse() (response *UpdateFlowControlResponse)

CreateUpdateFlowControlResponse creates a response to parse from UpdateFlowControl response

type UpdateHealthCheckUrlRequest

type UpdateHealthCheckUrlRequest struct {
	*requests.RoaRequest
	AppId string `position:"Query" name:"AppId"`
	HcURL string `position:"Query" name:"hcURL"`
}

UpdateHealthCheckUrlRequest is the request struct for api UpdateHealthCheckUrl

func CreateUpdateHealthCheckUrlRequest

func CreateUpdateHealthCheckUrlRequest() (request *UpdateHealthCheckUrlRequest)

CreateUpdateHealthCheckUrlRequest creates a request to invoke UpdateHealthCheckUrl API

type UpdateHealthCheckUrlResponse

type UpdateHealthCheckUrlResponse struct {
	*responses.BaseResponse
	Code           int    `json:"Code" xml:"Code"`
	Message        string `json:"Message" xml:"Message"`
	HealthCheckURL string `json:"HealthCheckURL" xml:"HealthCheckURL"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
}

UpdateHealthCheckUrlResponse is the response struct for api UpdateHealthCheckUrl

func CreateUpdateHealthCheckUrlResponse

func CreateUpdateHealthCheckUrlResponse() (response *UpdateHealthCheckUrlResponse)

CreateUpdateHealthCheckUrlResponse creates a response to parse from UpdateHealthCheckUrl response

type UpdateJvmConfigurationRequest

type UpdateJvmConfigurationRequest struct {
	*requests.RoaRequest
	MinHeapSize requests.Integer `position:"Query" name:"MinHeapSize"`
	AppId       string           `position:"Query" name:"AppId"`
	GroupId     string           `position:"Query" name:"GroupId"`
	Options     string           `position:"Query" name:"Options"`
	MaxPermSize requests.Integer `position:"Query" name:"MaxPermSize"`
	MaxHeapSize requests.Integer `position:"Query" name:"MaxHeapSize"`
}

UpdateJvmConfigurationRequest is the request struct for api UpdateJvmConfiguration

func CreateUpdateJvmConfigurationRequest

func CreateUpdateJvmConfigurationRequest() (request *UpdateJvmConfigurationRequest)

CreateUpdateJvmConfigurationRequest creates a request to invoke UpdateJvmConfiguration API

type UpdateJvmConfigurationResponse

type UpdateJvmConfigurationResponse struct {
	*responses.BaseResponse
	Code             int              `json:"Code" xml:"Code"`
	Message          string           `json:"Message" xml:"Message"`
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	JvmConfiguration JvmConfiguration `json:"JvmConfiguration" xml:"JvmConfiguration"`
}

UpdateJvmConfigurationResponse is the response struct for api UpdateJvmConfiguration

func CreateUpdateJvmConfigurationResponse

func CreateUpdateJvmConfigurationResponse() (response *UpdateJvmConfigurationResponse)

CreateUpdateJvmConfigurationResponse creates a response to parse from UpdateJvmConfiguration response

type UpdateK8sApplicationConfigRequest

type UpdateK8sApplicationConfigRequest struct {
	*requests.RoaRequest
	AppId       string `position:"Query" name:"AppId"`
	MemoryLimit string `position:"Query" name:"MemoryLimit"`
	ClusterId   string `position:"Query" name:"ClusterId"`
	CpuLimit    string `position:"Query" name:"CpuLimit"`
}

UpdateK8sApplicationConfigRequest is the request struct for api UpdateK8sApplicationConfig

func CreateUpdateK8sApplicationConfigRequest

func CreateUpdateK8sApplicationConfigRequest() (request *UpdateK8sApplicationConfigRequest)

CreateUpdateK8sApplicationConfigRequest creates a request to invoke UpdateK8sApplicationConfig API

type UpdateK8sApplicationConfigResponse

type UpdateK8sApplicationConfigResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
}

UpdateK8sApplicationConfigResponse is the response struct for api UpdateK8sApplicationConfig

func CreateUpdateK8sApplicationConfigResponse

func CreateUpdateK8sApplicationConfigResponse() (response *UpdateK8sApplicationConfigResponse)

CreateUpdateK8sApplicationConfigResponse creates a response to parse from UpdateK8sApplicationConfig response

type UpdateK8sSlbRequest

type UpdateK8sSlbRequest struct {
	*requests.RoaRequest
	SlbProtocol string `position:"Query" name:"SlbProtocol"`
	Port        string `position:"Query" name:"Port"`
	AppId       string `position:"Query" name:"AppId"`
	ClusterId   string `position:"Query" name:"ClusterId"`
	Type        string `position:"Query" name:"Type"`
	TargetPort  string `position:"Query" name:"TargetPort"`
}

UpdateK8sSlbRequest is the request struct for api UpdateK8sSlb

func CreateUpdateK8sSlbRequest

func CreateUpdateK8sSlbRequest() (request *UpdateK8sSlbRequest)

CreateUpdateK8sSlbRequest creates a request to invoke UpdateK8sSlb API

type UpdateK8sSlbResponse

type UpdateK8sSlbResponse struct {
	*responses.BaseResponse
	Code          int    `json:"Code" xml:"Code"`
	Message       string `json:"Message" xml:"Message"`
	ChangeOrderId string `json:"ChangeOrderId" xml:"ChangeOrderId"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
}

UpdateK8sSlbResponse is the response struct for api UpdateK8sSlb

func CreateUpdateK8sSlbResponse

func CreateUpdateK8sSlbResponse() (response *UpdateK8sSlbResponse)

CreateUpdateK8sSlbResponse creates a response to parse from UpdateK8sSlb response

type UpdateRoleRequest

type UpdateRoleRequest struct {
	*requests.RoaRequest
	RoleId     requests.Integer `position:"Query" name:"RoleId"`
	ActionData string           `position:"Query" name:"ActionData"`
}

UpdateRoleRequest is the request struct for api UpdateRole

func CreateUpdateRoleRequest

func CreateUpdateRoleRequest() (request *UpdateRoleRequest)

CreateUpdateRoleRequest creates a request to invoke UpdateRole API

type UpdateRoleResponse

type UpdateRoleResponse struct {
	*responses.BaseResponse
	Code      int    `json:"Code" xml:"Code"`
	Message   string `json:"Message" xml:"Message"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateRoleResponse is the response struct for api UpdateRole

func CreateUpdateRoleResponse

func CreateUpdateRoleResponse() (response *UpdateRoleResponse)

CreateUpdateRoleResponse creates a response to parse from UpdateRole response

type UserDefineRegionEntity

type UserDefineRegionEntity struct {
	RegionId     string `json:"RegionId" xml:"RegionId"`
	BelongRegion string `json:"BelongRegion" xml:"BelongRegion"`
	DebugEnable  bool   `json:"DebugEnable" xml:"DebugEnable"`
	UserId       string `json:"UserId" xml:"UserId"`
	Id           int    `json:"Id" xml:"Id"`
	RegionName   string `json:"RegionName" xml:"RegionName"`
	Description  string `json:"Description" xml:"Description"`
}

UserDefineRegionEntity is a nested struct in edas response

type UserDefineRegionList

type UserDefineRegionList struct {
	UserDefineRegionEntity []UserDefineRegionEntity `json:"UserDefineRegionEntity" xml:"UserDefineRegionEntity"`
}

UserDefineRegionList is a nested struct in edas response

type VpcEntity

type VpcEntity struct {
	Expired     bool   `json:"Expired" xml:"Expired"`
	RegionId    string `json:"RegionId" xml:"RegionId"`
	EcsNum      int    `json:"EcsNum" xml:"EcsNum"`
	VpcName     string `json:"VpcName" xml:"VpcName"`
	UserId      string `json:"UserId" xml:"UserId"`
	VpcId       string `json:"VpcId" xml:"VpcId"`
	Status      string `json:"Status" xml:"Status"`
	Description string `json:"Description" xml:"Description"`
	Cidrblock   string `json:"Cidrblock" xml:"Cidrblock"`
}

VpcEntity is a nested struct in edas response

type VpcList

type VpcList struct {
	VpcEntity []VpcEntity `json:"VpcEntity" xml:"VpcEntity"`
}

VpcList is a nested struct in edas response

Source Files

Jump to

Keyboard shortcuts

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