client

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbortAndRollbackChangeOrderRequest

type AbortAndRollbackChangeOrderRequest struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
}

func (AbortAndRollbackChangeOrderRequest) GoString

func (*AbortAndRollbackChangeOrderRequest) SetChangeOrderId

func (AbortAndRollbackChangeOrderRequest) String

type AbortAndRollbackChangeOrderResponse

type AbortAndRollbackChangeOrderResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AbortAndRollbackChangeOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AbortAndRollbackChangeOrderResponse) GoString

func (*AbortAndRollbackChangeOrderResponse) SetHeaders

func (*AbortAndRollbackChangeOrderResponse) SetStatusCode added in v1.0.5

func (AbortAndRollbackChangeOrderResponse) String

type AbortAndRollbackChangeOrderResponseBody

type AbortAndRollbackChangeOrderResponseBody struct {
	Code      *int32                                       `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *AbortAndRollbackChangeOrderResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorCode *string                                      `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                                      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TraceId   *string                                      `json:"TraceId,omitempty" xml:"TraceId,omitempty"`
}

func (AbortAndRollbackChangeOrderResponseBody) GoString

func (*AbortAndRollbackChangeOrderResponseBody) SetCode

func (*AbortAndRollbackChangeOrderResponseBody) SetErrorCode

func (*AbortAndRollbackChangeOrderResponseBody) SetMessage

func (*AbortAndRollbackChangeOrderResponseBody) SetRequestId

func (*AbortAndRollbackChangeOrderResponseBody) SetTraceId

func (AbortAndRollbackChangeOrderResponseBody) String

type AbortAndRollbackChangeOrderResponseBodyData

type AbortAndRollbackChangeOrderResponseBodyData struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
}

func (AbortAndRollbackChangeOrderResponseBodyData) GoString

func (*AbortAndRollbackChangeOrderResponseBodyData) SetChangeOrderId

func (AbortAndRollbackChangeOrderResponseBodyData) String

type AbortChangeOrderRequest

type AbortChangeOrderRequest struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
}

func (AbortChangeOrderRequest) GoString

func (s AbortChangeOrderRequest) GoString() string

func (*AbortChangeOrderRequest) SetChangeOrderId

func (s *AbortChangeOrderRequest) SetChangeOrderId(v string) *AbortChangeOrderRequest

func (AbortChangeOrderRequest) String

func (s AbortChangeOrderRequest) String() string

type AbortChangeOrderResponse

type AbortChangeOrderResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AbortChangeOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AbortChangeOrderResponse) GoString

func (s AbortChangeOrderResponse) GoString() string

func (*AbortChangeOrderResponse) SetBody

func (*AbortChangeOrderResponse) SetHeaders

func (*AbortChangeOrderResponse) SetStatusCode added in v1.0.5

func (AbortChangeOrderResponse) String

func (s AbortChangeOrderResponse) String() string

type AbortChangeOrderResponseBody

type AbortChangeOrderResponseBody struct {
	Code      *int32                            `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *AbortChangeOrderResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorCode *string                           `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                           `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TraceId   *string                           `json:"TraceId,omitempty" xml:"TraceId,omitempty"`
}

func (AbortChangeOrderResponseBody) GoString

func (s AbortChangeOrderResponseBody) GoString() string

func (*AbortChangeOrderResponseBody) SetCode

func (*AbortChangeOrderResponseBody) SetData

func (*AbortChangeOrderResponseBody) SetErrorCode

func (*AbortChangeOrderResponseBody) SetMessage

func (*AbortChangeOrderResponseBody) SetRequestId

func (*AbortChangeOrderResponseBody) SetTraceId

func (AbortChangeOrderResponseBody) String

type AbortChangeOrderResponseBodyData

type AbortChangeOrderResponseBodyData struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
}

func (AbortChangeOrderResponseBodyData) GoString

func (*AbortChangeOrderResponseBodyData) SetChangeOrderId

func (AbortChangeOrderResponseBodyData) String

type AddLogPathRequest

type AddLogPathRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Path  *string `json:"Path,omitempty" xml:"Path,omitempty"`
}

func (AddLogPathRequest) GoString

func (s AddLogPathRequest) GoString() string

func (*AddLogPathRequest) SetAppId

func (s *AddLogPathRequest) SetAppId(v string) *AddLogPathRequest

func (*AddLogPathRequest) SetPath

func (AddLogPathRequest) String

func (s AddLogPathRequest) String() string

type AddLogPathResponse

type AddLogPathResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AddLogPathResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddLogPathResponse) GoString

func (s AddLogPathResponse) GoString() string

func (*AddLogPathResponse) SetBody

func (*AddLogPathResponse) SetHeaders

func (s *AddLogPathResponse) SetHeaders(v map[string]*string) *AddLogPathResponse

func (*AddLogPathResponse) SetStatusCode added in v1.0.5

func (s *AddLogPathResponse) SetStatusCode(v int32) *AddLogPathResponse

func (AddLogPathResponse) String

func (s AddLogPathResponse) String() string

type AddLogPathResponseBody

type AddLogPathResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AddLogPathResponseBody) GoString

func (s AddLogPathResponseBody) GoString() string

func (*AddLogPathResponseBody) SetCode

func (*AddLogPathResponseBody) SetMessage

func (*AddLogPathResponseBody) SetRequestId

func (AddLogPathResponseBody) String

func (s AddLogPathResponseBody) String() string

type AddMockRuleRequest

type AddMockRuleRequest struct {
	ConsumerAppsJson  *string `json:"ConsumerAppsJson,omitempty" xml:"ConsumerAppsJson,omitempty"`
	DubboMockItemJson *string `json:"DubboMockItemJson,omitempty" xml:"DubboMockItemJson,omitempty"`
	Enable            *bool   `json:"Enable,omitempty" xml:"Enable,omitempty"`
	ExtraJson         *string `json:"ExtraJson,omitempty" xml:"ExtraJson,omitempty"`
	MockType          *int64  `json:"MockType,omitempty" xml:"MockType,omitempty"`
	Name              *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace         *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	ProviderAppId     *string `json:"ProviderAppId,omitempty" xml:"ProviderAppId,omitempty"`
	ProviderAppName   *string `json:"ProviderAppName,omitempty" xml:"ProviderAppName,omitempty"`
	Region            *string `json:"Region,omitempty" xml:"Region,omitempty"`
	ScMockItemJson    *string `json:"ScMockItemJson,omitempty" xml:"ScMockItemJson,omitempty"`
	Source            *string `json:"Source,omitempty" xml:"Source,omitempty"`
}

func (AddMockRuleRequest) GoString

func (s AddMockRuleRequest) GoString() string

func (*AddMockRuleRequest) SetConsumerAppsJson

func (s *AddMockRuleRequest) SetConsumerAppsJson(v string) *AddMockRuleRequest

func (*AddMockRuleRequest) SetDubboMockItemJson

func (s *AddMockRuleRequest) SetDubboMockItemJson(v string) *AddMockRuleRequest

func (*AddMockRuleRequest) SetEnable

func (s *AddMockRuleRequest) SetEnable(v bool) *AddMockRuleRequest

func (*AddMockRuleRequest) SetExtraJson

func (s *AddMockRuleRequest) SetExtraJson(v string) *AddMockRuleRequest

func (*AddMockRuleRequest) SetMockType

func (s *AddMockRuleRequest) SetMockType(v int64) *AddMockRuleRequest

func (*AddMockRuleRequest) SetName

func (*AddMockRuleRequest) SetNamespace

func (s *AddMockRuleRequest) SetNamespace(v string) *AddMockRuleRequest

func (*AddMockRuleRequest) SetProviderAppId

func (s *AddMockRuleRequest) SetProviderAppId(v string) *AddMockRuleRequest

func (*AddMockRuleRequest) SetProviderAppName

func (s *AddMockRuleRequest) SetProviderAppName(v string) *AddMockRuleRequest

func (*AddMockRuleRequest) SetRegion

func (s *AddMockRuleRequest) SetRegion(v string) *AddMockRuleRequest

func (*AddMockRuleRequest) SetScMockItemJson

func (s *AddMockRuleRequest) SetScMockItemJson(v string) *AddMockRuleRequest

func (*AddMockRuleRequest) SetSource

func (s *AddMockRuleRequest) SetSource(v string) *AddMockRuleRequest

func (AddMockRuleRequest) String

func (s AddMockRuleRequest) String() string

type AddMockRuleResponse

type AddMockRuleResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AddMockRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddMockRuleResponse) GoString

func (s AddMockRuleResponse) GoString() string

func (*AddMockRuleResponse) SetBody

func (*AddMockRuleResponse) SetHeaders

func (s *AddMockRuleResponse) SetHeaders(v map[string]*string) *AddMockRuleResponse

func (*AddMockRuleResponse) SetStatusCode added in v1.0.5

func (s *AddMockRuleResponse) SetStatusCode(v int32) *AddMockRuleResponse

func (AddMockRuleResponse) String

func (s AddMockRuleResponse) String() string

type AddMockRuleResponseBody

type AddMockRuleResponseBody struct {
	Code      *int32                       `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *AddMockRuleResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AddMockRuleResponseBody) GoString

func (s AddMockRuleResponseBody) GoString() string

func (*AddMockRuleResponseBody) SetCode

func (*AddMockRuleResponseBody) SetData

func (*AddMockRuleResponseBody) SetMessage

func (*AddMockRuleResponseBody) SetRequestId

func (*AddMockRuleResponseBody) SetSuccess

func (AddMockRuleResponseBody) String

func (s AddMockRuleResponseBody) String() string

type AddMockRuleResponseBodyData

type AddMockRuleResponseBodyData struct {
	AccountId       *string `json:"AccountId,omitempty" xml:"AccountId,omitempty"`
	ConsumerAppId   *string `json:"ConsumerAppId,omitempty" xml:"ConsumerAppId,omitempty"`
	ConsumerAppName *string `json:"ConsumerAppName,omitempty" xml:"ConsumerAppName,omitempty"`
	Enable          *bool   `json:"Enable,omitempty" xml:"Enable,omitempty"`
	ExtraJson       *string `json:"ExtraJson,omitempty" xml:"ExtraJson,omitempty"`
	Id              *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	NamespaceId     *string `json:"NamespaceId,omitempty" xml:"NamespaceId,omitempty"`
	ProviderAppId   *string `json:"ProviderAppId,omitempty" xml:"ProviderAppId,omitempty"`
	ProviderAppName *string `json:"ProviderAppName,omitempty" xml:"ProviderAppName,omitempty"`
	Region          *string `json:"Region,omitempty" xml:"Region,omitempty"`
	ScMockItemJson  *string `json:"ScMockItemJson,omitempty" xml:"ScMockItemJson,omitempty"`
	Source          *string `json:"Source,omitempty" xml:"Source,omitempty"`
}

func (AddMockRuleResponseBodyData) GoString

func (s AddMockRuleResponseBodyData) GoString() string

func (*AddMockRuleResponseBodyData) SetAccountId

func (*AddMockRuleResponseBodyData) SetConsumerAppId

func (*AddMockRuleResponseBodyData) SetConsumerAppName

func (*AddMockRuleResponseBodyData) SetEnable

func (*AddMockRuleResponseBodyData) SetExtraJson

func (*AddMockRuleResponseBodyData) SetId

func (*AddMockRuleResponseBodyData) SetName

func (*AddMockRuleResponseBodyData) SetNamespaceId

func (*AddMockRuleResponseBodyData) SetProviderAppId

func (*AddMockRuleResponseBodyData) SetProviderAppName

func (*AddMockRuleResponseBodyData) SetRegion

func (*AddMockRuleResponseBodyData) SetScMockItemJson

func (*AddMockRuleResponseBodyData) SetSource

func (AddMockRuleResponseBodyData) String

type AppConfig

type AppConfig struct {
	// 启动命令
	Command *string `json:"Command,omitempty" xml:"Command,omitempty"`
	// 启动参数
	CommandArgs []*string `json:"CommandArgs,omitempty" xml:"CommandArgs,omitempty" type:"Repeated"`
	// 配置项挂载配置
	ConfigMountDescs []*AppConfigConfigMountDescs `json:"ConfigMountDescs,omitempty" xml:"ConfigMountDescs,omitempty" type:"Repeated"`
	// 是否尽量多节点部署
	DeployAcrossNodes *bool `json:"DeployAcrossNodes,omitempty" xml:"DeployAcrossNodes,omitempty"`
	// 是否尽量多可用区部署
	DeployAcrossZones *bool `json:"DeployAcrossZones,omitempty" xml:"DeployAcrossZones,omitempty"`
	// EmptyDir挂载配置
	EmptyDirs []*AppConfigEmptyDirs `json:"EmptyDirs,omitempty" xml:"EmptyDirs,omitempty" type:"Repeated"`
	// 是否开启限流降级
	EnableAhas *bool `json:"EnableAhas,omitempty" xml:"EnableAhas,omitempty"`
	// 环境变量引用
	EnvFroms []*AppConfigEnvFroms `json:"EnvFroms,omitempty" xml:"EnvFroms,omitempty" type:"Repeated"`
	// 环境变量
	Envs []*AppConfigEnvs `json:"Envs,omitempty" xml:"Envs,omitempty" type:"Repeated"`
	// 镜像配置
	ImageConfig *AppConfigImageConfig `json:"ImageConfig,omitempty" xml:"ImageConfig,omitempty" type:"Struct"`
	// 是否多语言应用
	IsMultilingualApp *bool `json:"IsMultilingualApp,omitempty" xml:"IsMultilingualApp,omitempty"`
	// Java启动参数配置
	JavaStartUpConfig *string `json:"JavaStartUpConfig,omitempty" xml:"JavaStartUpConfig,omitempty"`
	// CPU限制
	LimitCpu *string `json:"LimitCpu,omitempty" xml:"LimitCpu,omitempty"`
	// 内存限制
	LimitMem *string `json:"LimitMem,omitempty" xml:"LimitMem,omitempty"`
	// liveness探针配置
	Liveness *string `json:"Liveness,omitempty" xml:"Liveness,omitempty"`
	// 本地磁盘挂载配置
	LocalVolumes []*AppConfigLocalVolumes `json:"LocalVolumes,omitempty" xml:"LocalVolumes,omitempty" type:"Repeated"`
	// NAS实例ID
	NasId *string `json:"NasId,omitempty" xml:"NasId,omitempty"`
	// NAS挂载配置
	NasMountDescs []*AppConfigNasMountDescs `json:"NasMountDescs,omitempty" xml:"NasMountDescs,omitempty" type:"Repeated"`
	// NAS存储类型
	NasStorageType *string `json:"NasStorageType,omitempty" xml:"NasStorageType,omitempty"`
	// 部署包配置
	PackageConfig *AppConfigPackageConfig `json:"PackageConfig,omitempty" xml:"PackageConfig,omitempty" type:"Struct"`
	// postStart挂钩配置
	PostStart *string `json:"PostStart,omitempty" xml:"PostStart,omitempty"`
	// preStop挂钩配置
	PreStop *string `json:"PreStop,omitempty" xml:"PreStop,omitempty"`
	// 持久化存储挂载配置
	PvcMountDescs []*AppConfigPvcMountDescs `json:"PvcMountDescs,omitempty" xml:"PvcMountDescs,omitempty" type:"Repeated"`
	// readiness探针配置
	Readiness *string `json:"Readiness,omitempty" xml:"Readiness,omitempty"`
	// 应用实例数
	Replicas *int64 `json:"Replicas,omitempty" xml:"Replicas,omitempty"`
	// CPU需求
	RequestCpu *string `json:"RequestCpu,omitempty" xml:"RequestCpu,omitempty"`
	// 内存需求
	RequestMem *string `json:"RequestMem,omitempty" xml:"RequestMem,omitempty"`
	// 运行时类型
	RuntimeClassName *string `json:"RuntimeClassName,omitempty" xml:"RuntimeClassName,omitempty"`
	// 日志采集配置
	SlsConfigs []*AppConfigSlsConfigs `json:"SlsConfigs,omitempty" xml:"SlsConfigs,omitempty" type:"Repeated"`
	// Tomcat配置
	WebContainerConfig *AppConfigWebContainerConfig `json:"WebContainerConfig,omitempty" xml:"WebContainerConfig,omitempty" type:"Struct"`
}

func (AppConfig) GoString

func (s AppConfig) GoString() string

func (*AppConfig) SetCommand

func (s *AppConfig) SetCommand(v string) *AppConfig

func (*AppConfig) SetCommandArgs

func (s *AppConfig) SetCommandArgs(v []*string) *AppConfig

func (*AppConfig) SetConfigMountDescs

func (s *AppConfig) SetConfigMountDescs(v []*AppConfigConfigMountDescs) *AppConfig

func (*AppConfig) SetDeployAcrossNodes

func (s *AppConfig) SetDeployAcrossNodes(v bool) *AppConfig

func (*AppConfig) SetDeployAcrossZones

func (s *AppConfig) SetDeployAcrossZones(v bool) *AppConfig

func (*AppConfig) SetEmptyDirs

func (s *AppConfig) SetEmptyDirs(v []*AppConfigEmptyDirs) *AppConfig

func (*AppConfig) SetEnableAhas

func (s *AppConfig) SetEnableAhas(v bool) *AppConfig

func (*AppConfig) SetEnvFroms

func (s *AppConfig) SetEnvFroms(v []*AppConfigEnvFroms) *AppConfig

func (*AppConfig) SetEnvs

func (s *AppConfig) SetEnvs(v []*AppConfigEnvs) *AppConfig

func (*AppConfig) SetImageConfig

func (s *AppConfig) SetImageConfig(v *AppConfigImageConfig) *AppConfig

func (*AppConfig) SetIsMultilingualApp

func (s *AppConfig) SetIsMultilingualApp(v bool) *AppConfig

func (*AppConfig) SetJavaStartUpConfig

func (s *AppConfig) SetJavaStartUpConfig(v string) *AppConfig

func (*AppConfig) SetLimitCpu

func (s *AppConfig) SetLimitCpu(v string) *AppConfig

func (*AppConfig) SetLimitMem

func (s *AppConfig) SetLimitMem(v string) *AppConfig

func (*AppConfig) SetLiveness

func (s *AppConfig) SetLiveness(v string) *AppConfig

func (*AppConfig) SetLocalVolumes

func (s *AppConfig) SetLocalVolumes(v []*AppConfigLocalVolumes) *AppConfig

func (*AppConfig) SetNasId

func (s *AppConfig) SetNasId(v string) *AppConfig

func (*AppConfig) SetNasMountDescs

func (s *AppConfig) SetNasMountDescs(v []*AppConfigNasMountDescs) *AppConfig

func (*AppConfig) SetNasStorageType

func (s *AppConfig) SetNasStorageType(v string) *AppConfig

func (*AppConfig) SetPackageConfig

func (s *AppConfig) SetPackageConfig(v *AppConfigPackageConfig) *AppConfig

func (*AppConfig) SetPostStart

func (s *AppConfig) SetPostStart(v string) *AppConfig

func (*AppConfig) SetPreStop

func (s *AppConfig) SetPreStop(v string) *AppConfig

func (*AppConfig) SetPvcMountDescs

func (s *AppConfig) SetPvcMountDescs(v []*AppConfigPvcMountDescs) *AppConfig

func (*AppConfig) SetReadiness

func (s *AppConfig) SetReadiness(v string) *AppConfig

func (*AppConfig) SetReplicas

func (s *AppConfig) SetReplicas(v int64) *AppConfig

func (*AppConfig) SetRequestCpu

func (s *AppConfig) SetRequestCpu(v string) *AppConfig

func (*AppConfig) SetRequestMem

func (s *AppConfig) SetRequestMem(v string) *AppConfig

func (*AppConfig) SetRuntimeClassName

func (s *AppConfig) SetRuntimeClassName(v string) *AppConfig

func (*AppConfig) SetSlsConfigs

func (s *AppConfig) SetSlsConfigs(v []*AppConfigSlsConfigs) *AppConfig

func (*AppConfig) SetWebContainerConfig

func (s *AppConfig) SetWebContainerConfig(v *AppConfigWebContainerConfig) *AppConfig

func (AppConfig) String

func (s AppConfig) String() string

type AppConfigConfigMountDescs

type AppConfigConfigMountDescs struct {
	// 挂载条目
	MountItems []*AppConfigConfigMountDescsMountItems `json:"MountItems,omitempty" xml:"MountItems,omitempty" type:"Repeated"`
	// 挂载路径
	MountPath *string `json:"MountPath,omitempty" xml:"MountPath,omitempty"`
	// 名称
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	// 类型
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (AppConfigConfigMountDescs) GoString

func (s AppConfigConfigMountDescs) GoString() string

func (*AppConfigConfigMountDescs) SetMountItems

func (*AppConfigConfigMountDescs) SetMountPath

func (*AppConfigConfigMountDescs) SetName

func (*AppConfigConfigMountDescs) SetType

func (AppConfigConfigMountDescs) String

func (s AppConfigConfigMountDescs) String() string

type AppConfigConfigMountDescsMountItems

type AppConfigConfigMountDescsMountItems struct {
	// 配置项
	Key *string `json:"Key,omitempty" xml:"Key,omitempty"`
	// 路径
	Path *string `json:"Path,omitempty" xml:"Path,omitempty"`
}

func (AppConfigConfigMountDescsMountItems) GoString

func (*AppConfigConfigMountDescsMountItems) SetKey

func (*AppConfigConfigMountDescsMountItems) SetPath

func (AppConfigConfigMountDescsMountItems) String

type AppConfigEmptyDirs

type AppConfigEmptyDirs struct {
	// 挂载路径
	MountPath *string `json:"MountPath,omitempty" xml:"MountPath,omitempty"`
	// 容器名称
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	// 是否只读
	ReadOnly *bool `json:"ReadOnly,omitempty" xml:"ReadOnly,omitempty"`
	// 子路径表达式
	SubPathExpr *string `json:"SubPathExpr,omitempty" xml:"SubPathExpr,omitempty"`
}

func (AppConfigEmptyDirs) GoString

func (s AppConfigEmptyDirs) GoString() string

func (*AppConfigEmptyDirs) SetMountPath

func (s *AppConfigEmptyDirs) SetMountPath(v string) *AppConfigEmptyDirs

func (*AppConfigEmptyDirs) SetName

func (*AppConfigEmptyDirs) SetReadOnly

func (s *AppConfigEmptyDirs) SetReadOnly(v bool) *AppConfigEmptyDirs

func (*AppConfigEmptyDirs) SetSubPathExpr

func (s *AppConfigEmptyDirs) SetSubPathExpr(v string) *AppConfigEmptyDirs

func (AppConfigEmptyDirs) String

func (s AppConfigEmptyDirs) String() string

type AppConfigEnvFroms

type AppConfigEnvFroms struct {
	// 配置项引用
	ConfigMapRef *string `json:"ConfigMapRef,omitempty" xml:"ConfigMapRef,omitempty"`
	// 保密字典引用
	SecretRef *string `json:"SecretRef,omitempty" xml:"SecretRef,omitempty"`
}

func (AppConfigEnvFroms) GoString

func (s AppConfigEnvFroms) GoString() string

func (*AppConfigEnvFroms) SetConfigMapRef

func (s *AppConfigEnvFroms) SetConfigMapRef(v string) *AppConfigEnvFroms

func (*AppConfigEnvFroms) SetSecretRef

func (s *AppConfigEnvFroms) SetSecretRef(v string) *AppConfigEnvFroms

func (AppConfigEnvFroms) String

func (s AppConfigEnvFroms) String() string

type AppConfigEnvs

type AppConfigEnvs struct {
	// 变量名
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	// 变量值
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
	// 变量引用
	ValueFrom *string `json:"ValueFrom,omitempty" xml:"ValueFrom,omitempty"`
}

func (AppConfigEnvs) GoString

func (s AppConfigEnvs) GoString() string

func (*AppConfigEnvs) SetName

func (s *AppConfigEnvs) SetName(v string) *AppConfigEnvs

func (*AppConfigEnvs) SetValue

func (s *AppConfigEnvs) SetValue(v string) *AppConfigEnvs

func (*AppConfigEnvs) SetValueFrom

func (s *AppConfigEnvs) SetValueFrom(v string) *AppConfigEnvs

func (AppConfigEnvs) String

func (s AppConfigEnvs) String() string

type AppConfigImageConfig

type AppConfigImageConfig struct {
	// 镜像仓库实例ID
	ContainerRegistryId *string `json:"ContainerRegistryId,omitempty" xml:"ContainerRegistryId,omitempty"`
	// 镜像服务实例ID
	CrInstanceId *string `json:"CrInstanceId,omitempty" xml:"CrInstanceId,omitempty"`
	// 镜像仓库Region
	CrRegionId *string `json:"CrRegionId,omitempty" xml:"CrRegionId,omitempty"`
	// 镜像地址
	ImageUrl *string `json:"ImageUrl,omitempty" xml:"ImageUrl,omitempty"`
}

func (AppConfigImageConfig) GoString

func (s AppConfigImageConfig) GoString() string

func (*AppConfigImageConfig) SetContainerRegistryId

func (s *AppConfigImageConfig) SetContainerRegistryId(v string) *AppConfigImageConfig

func (*AppConfigImageConfig) SetCrInstanceId

func (s *AppConfigImageConfig) SetCrInstanceId(v string) *AppConfigImageConfig

func (*AppConfigImageConfig) SetCrRegionId

func (s *AppConfigImageConfig) SetCrRegionId(v string) *AppConfigImageConfig

func (*AppConfigImageConfig) SetImageUrl

func (AppConfigImageConfig) String

func (s AppConfigImageConfig) String() string

type AppConfigLocalVolumes

type AppConfigLocalVolumes struct {
	// 容器挂载路径
	MountPath *string `json:"MountPath,omitempty" xml:"MountPath,omitempty"`
	// 名称
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	// 节点路径
	NodePath *string `json:"NodePath,omitempty" xml:"NodePath,omitempty"`
	// 权限类型
	OpsAuth *int64 `json:"OpsAuth,omitempty" xml:"OpsAuth,omitempty"`
	// 类型
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (AppConfigLocalVolumes) GoString

func (s AppConfigLocalVolumes) GoString() string

func (*AppConfigLocalVolumes) SetMountPath

func (*AppConfigLocalVolumes) SetName

func (*AppConfigLocalVolumes) SetNodePath

func (*AppConfigLocalVolumes) SetOpsAuth

func (*AppConfigLocalVolumes) SetType

func (AppConfigLocalVolumes) String

func (s AppConfigLocalVolumes) String() string

type AppConfigNasMountDescs

type AppConfigNasMountDescs struct {
	// NAS挂载路径
	MountPath *string `json:"MountPath,omitempty" xml:"MountPath,omitempty"`
	// NAS文件路径
	NasPath *string `json:"NasPath,omitempty" xml:"NasPath,omitempty"`
}

func (AppConfigNasMountDescs) GoString

func (s AppConfigNasMountDescs) GoString() string

func (*AppConfigNasMountDescs) SetMountPath

func (*AppConfigNasMountDescs) SetNasPath

func (AppConfigNasMountDescs) String

func (s AppConfigNasMountDescs) String() string

type AppConfigPackageConfig

type AppConfigPackageConfig struct {
	// Pandora版本
	EdasContainerVersion *string `json:"EdasContainerVersion,omitempty" xml:"EdasContainerVersion,omitempty"`
	// JDK版本
	Jdk *string `json:"Jdk,omitempty" xml:"Jdk,omitempty"`
	// 部署包类型
	PackageType *string `json:"PackageType,omitempty" xml:"PackageType,omitempty"`
	// 部署包地址
	PackageUrl *string `json:"PackageUrl,omitempty" xml:"PackageUrl,omitempty"`
	// 部署包版本
	PackageVersion *string `json:"PackageVersion,omitempty" xml:"PackageVersion,omitempty"`
	// 时区
	Timezone *string `json:"Timezone,omitempty" xml:"Timezone,omitempty"`
	// URI字符编码
	UriEncoding *string `json:"UriEncoding,omitempty" xml:"UriEncoding,omitempty"`
	// useBodyEncodingForURI是否启用
	UseBodyEncoding *bool `json:"UseBodyEncoding,omitempty" xml:"UseBodyEncoding,omitempty"`
	// Tomcat版本
	WebContainer *string `json:"WebContainer,omitempty" xml:"WebContainer,omitempty"`
}

func (AppConfigPackageConfig) GoString

func (s AppConfigPackageConfig) GoString() string

func (*AppConfigPackageConfig) SetEdasContainerVersion

func (s *AppConfigPackageConfig) SetEdasContainerVersion(v string) *AppConfigPackageConfig

func (*AppConfigPackageConfig) SetJdk

func (*AppConfigPackageConfig) SetPackageType

func (*AppConfigPackageConfig) SetPackageUrl

func (*AppConfigPackageConfig) SetPackageVersion

func (s *AppConfigPackageConfig) SetPackageVersion(v string) *AppConfigPackageConfig

func (*AppConfigPackageConfig) SetTimezone

func (*AppConfigPackageConfig) SetUriEncoding

func (*AppConfigPackageConfig) SetUseBodyEncoding

func (s *AppConfigPackageConfig) SetUseBodyEncoding(v bool) *AppConfigPackageConfig

func (*AppConfigPackageConfig) SetWebContainer

func (s *AppConfigPackageConfig) SetWebContainer(v string) *AppConfigPackageConfig

func (AppConfigPackageConfig) String

func (s AppConfigPackageConfig) String() string

type AppConfigPvcMountDescs

type AppConfigPvcMountDescs struct {
	// 持久化存储挂载路径列表
	MountPaths []*AppConfigPvcMountDescsMountPaths `json:"MountPaths,omitempty" xml:"MountPaths,omitempty" type:"Repeated"`
	// 持久化存储名称
	PvcName *string `json:"PvcName,omitempty" xml:"PvcName,omitempty"`
}

func (AppConfigPvcMountDescs) GoString

func (s AppConfigPvcMountDescs) GoString() string

func (*AppConfigPvcMountDescs) SetMountPaths

func (*AppConfigPvcMountDescs) SetPvcName

func (AppConfigPvcMountDescs) String

func (s AppConfigPvcMountDescs) String() string

type AppConfigPvcMountDescsMountPaths

type AppConfigPvcMountDescsMountPaths struct {
	// 挂载路径
	MountPath *string `json:"MountPath,omitempty" xml:"MountPath,omitempty"`
	// 是否只读
	ReadOnly *bool `json:"ReadOnly,omitempty" xml:"ReadOnly,omitempty"`
	// 子路径表达式
	SubPathExpr *string `json:"SubPathExpr,omitempty" xml:"SubPathExpr,omitempty"`
}

func (AppConfigPvcMountDescsMountPaths) GoString

func (*AppConfigPvcMountDescsMountPaths) SetMountPath

func (*AppConfigPvcMountDescsMountPaths) SetReadOnly

func (*AppConfigPvcMountDescsMountPaths) SetSubPathExpr

func (AppConfigPvcMountDescsMountPaths) String

type AppConfigSlsConfigs

type AppConfigSlsConfigs struct {
	// 日志目录
	LogDir *string `json:"LogDir,omitempty" xml:"LogDir,omitempty"`
	// 日志存储
	Logstore *string `json:"Logstore,omitempty" xml:"Logstore,omitempty"`
	// 日志项目
	Project *string `json:"Project,omitempty" xml:"Project,omitempty"`
	// 类型
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (AppConfigSlsConfigs) GoString

func (s AppConfigSlsConfigs) GoString() string

func (*AppConfigSlsConfigs) SetLogDir

func (*AppConfigSlsConfigs) SetLogstore

func (s *AppConfigSlsConfigs) SetLogstore(v string) *AppConfigSlsConfigs

func (*AppConfigSlsConfigs) SetProject

func (*AppConfigSlsConfigs) SetType

func (AppConfigSlsConfigs) String

func (s AppConfigSlsConfigs) String() string

type AppConfigWebContainerConfig

type AppConfigWebContainerConfig struct {
	// connector类型
	ConnectorType *string `json:"ConnectorType,omitempty" xml:"ConnectorType,omitempty"`
	// Context选择类型
	ContextInputType *string `json:"ContextInputType,omitempty" xml:"ContextInputType,omitempty"`
	// Context路径
	ContextPath *string `json:"ContextPath,omitempty" xml:"ContextPath,omitempty"`
	// 应用端口
	HttpPort *int64 `json:"HttpPort,omitempty" xml:"HttpPort,omitempty"`
	// 最大线程数
	MaxThreads *int64 `json:"MaxThreads,omitempty" xml:"MaxThreads,omitempty"`
	// 自定义配置
	ServerXml *string `json:"ServerXml,omitempty" xml:"ServerXml,omitempty"`
	// URI字符编码
	UriEncoding *string `json:"UriEncoding,omitempty" xml:"UriEncoding,omitempty"`
	// 是否使用高级配置
	UseAdvancedServerXml *bool `json:"UseAdvancedServerXml,omitempty" xml:"UseAdvancedServerXml,omitempty"`
	// useBodyEncodingForURI是否启用
	UseBodyEncoding *bool `json:"UseBodyEncoding,omitempty" xml:"UseBodyEncoding,omitempty"`
	// 是否使用默认配置
	UseDefaultConfig *bool `json:"UseDefaultConfig,omitempty" xml:"UseDefaultConfig,omitempty"`
}

func (AppConfigWebContainerConfig) GoString

func (s AppConfigWebContainerConfig) GoString() string

func (*AppConfigWebContainerConfig) SetConnectorType

func (*AppConfigWebContainerConfig) SetContextInputType

func (*AppConfigWebContainerConfig) SetContextPath

func (*AppConfigWebContainerConfig) SetHttpPort

func (*AppConfigWebContainerConfig) SetMaxThreads

func (*AppConfigWebContainerConfig) SetServerXml

func (*AppConfigWebContainerConfig) SetUriEncoding

func (*AppConfigWebContainerConfig) SetUseAdvancedServerXml

func (s *AppConfigWebContainerConfig) SetUseAdvancedServerXml(v bool) *AppConfigWebContainerConfig

func (*AppConfigWebContainerConfig) SetUseBodyEncoding

func (*AppConfigWebContainerConfig) SetUseDefaultConfig

func (AppConfigWebContainerConfig) String

type AuthorizeApplicationRequest

type AuthorizeApplicationRequest struct {
	AppIds       *string `json:"AppIds,omitempty" xml:"AppIds,omitempty"`
	TargetUserId *string `json:"TargetUserId,omitempty" xml:"TargetUserId,omitempty"`
}

func (AuthorizeApplicationRequest) GoString

func (s AuthorizeApplicationRequest) GoString() string

func (*AuthorizeApplicationRequest) SetAppIds

func (*AuthorizeApplicationRequest) SetTargetUserId

func (AuthorizeApplicationRequest) String

type AuthorizeApplicationResponse

type AuthorizeApplicationResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AuthorizeApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AuthorizeApplicationResponse) GoString

func (s AuthorizeApplicationResponse) GoString() string

func (*AuthorizeApplicationResponse) SetBody

func (*AuthorizeApplicationResponse) SetHeaders

func (*AuthorizeApplicationResponse) SetStatusCode added in v1.0.5

func (AuthorizeApplicationResponse) String

type AuthorizeApplicationResponseBody

type AuthorizeApplicationResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AuthorizeApplicationResponseBody) GoString

func (*AuthorizeApplicationResponseBody) SetCode

func (*AuthorizeApplicationResponseBody) SetMessage

func (*AuthorizeApplicationResponseBody) SetRequestId

func (AuthorizeApplicationResponseBody) String

type AuthorizeResourceGroupRequest

type AuthorizeResourceGroupRequest struct {
	ResourceGroupIds *string `json:"ResourceGroupIds,omitempty" xml:"ResourceGroupIds,omitempty"`
	TargetUserId     *string `json:"TargetUserId,omitempty" xml:"TargetUserId,omitempty"`
}

func (AuthorizeResourceGroupRequest) GoString

func (*AuthorizeResourceGroupRequest) SetResourceGroupIds

func (*AuthorizeResourceGroupRequest) SetTargetUserId

func (AuthorizeResourceGroupRequest) String

type AuthorizeResourceGroupResponse

type AuthorizeResourceGroupResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AuthorizeResourceGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AuthorizeResourceGroupResponse) GoString

func (*AuthorizeResourceGroupResponse) SetHeaders

func (*AuthorizeResourceGroupResponse) SetStatusCode added in v1.0.5

func (AuthorizeResourceGroupResponse) String

type AuthorizeResourceGroupResponseBody

type AuthorizeResourceGroupResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AuthorizeResourceGroupResponseBody) GoString

func (*AuthorizeResourceGroupResponseBody) SetCode

func (*AuthorizeResourceGroupResponseBody) SetMessage

func (*AuthorizeResourceGroupResponseBody) SetRequestId

func (AuthorizeResourceGroupResponseBody) String

type AuthorizeRoleRequest

type AuthorizeRoleRequest struct {
	RoleIds      *string `json:"RoleIds,omitempty" xml:"RoleIds,omitempty"`
	TargetUserId *string `json:"TargetUserId,omitempty" xml:"TargetUserId,omitempty"`
}

func (AuthorizeRoleRequest) GoString

func (s AuthorizeRoleRequest) GoString() string

func (*AuthorizeRoleRequest) SetRoleIds

func (*AuthorizeRoleRequest) SetTargetUserId

func (s *AuthorizeRoleRequest) SetTargetUserId(v string) *AuthorizeRoleRequest

func (AuthorizeRoleRequest) String

func (s AuthorizeRoleRequest) String() string

type AuthorizeRoleResponse

type AuthorizeRoleResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AuthorizeRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AuthorizeRoleResponse) GoString

func (s AuthorizeRoleResponse) GoString() string

func (*AuthorizeRoleResponse) SetBody

func (*AuthorizeRoleResponse) SetHeaders

func (*AuthorizeRoleResponse) SetStatusCode added in v1.0.5

func (s *AuthorizeRoleResponse) SetStatusCode(v int32) *AuthorizeRoleResponse

func (AuthorizeRoleResponse) String

func (s AuthorizeRoleResponse) String() string

type AuthorizeRoleResponseBody

type AuthorizeRoleResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AuthorizeRoleResponseBody) GoString

func (s AuthorizeRoleResponseBody) GoString() string

func (*AuthorizeRoleResponseBody) SetCode

func (*AuthorizeRoleResponseBody) SetMessage

func (*AuthorizeRoleResponseBody) SetRequestId

func (AuthorizeRoleResponseBody) String

func (s AuthorizeRoleResponseBody) String() string

type BindEcsSlbRequest

type BindEcsSlbRequest struct {
	AppId                  *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	DeployGroupId          *string `json:"DeployGroupId,omitempty" xml:"DeployGroupId,omitempty"`
	ListenerHealthCheckUrl *string `json:"ListenerHealthCheckUrl,omitempty" xml:"ListenerHealthCheckUrl,omitempty"`
	ListenerPort           *int32  `json:"ListenerPort,omitempty" xml:"ListenerPort,omitempty"`
	ListenerProtocol       *string `json:"ListenerProtocol,omitempty" xml:"ListenerProtocol,omitempty"`
	SlbId                  *string `json:"SlbId,omitempty" xml:"SlbId,omitempty"`
	VForwardingUrlRule     *string `json:"VForwardingUrlRule,omitempty" xml:"VForwardingUrlRule,omitempty"`
	VServerGroupId         *string `json:"VServerGroupId,omitempty" xml:"VServerGroupId,omitempty"`
	VServerGroupName       *string `json:"VServerGroupName,omitempty" xml:"VServerGroupName,omitempty"`
}

func (BindEcsSlbRequest) GoString

func (s BindEcsSlbRequest) GoString() string

func (*BindEcsSlbRequest) SetAppId

func (s *BindEcsSlbRequest) SetAppId(v string) *BindEcsSlbRequest

func (*BindEcsSlbRequest) SetDeployGroupId

func (s *BindEcsSlbRequest) SetDeployGroupId(v string) *BindEcsSlbRequest

func (*BindEcsSlbRequest) SetListenerHealthCheckUrl

func (s *BindEcsSlbRequest) SetListenerHealthCheckUrl(v string) *BindEcsSlbRequest

func (*BindEcsSlbRequest) SetListenerPort

func (s *BindEcsSlbRequest) SetListenerPort(v int32) *BindEcsSlbRequest

func (*BindEcsSlbRequest) SetListenerProtocol

func (s *BindEcsSlbRequest) SetListenerProtocol(v string) *BindEcsSlbRequest

func (*BindEcsSlbRequest) SetSlbId

func (s *BindEcsSlbRequest) SetSlbId(v string) *BindEcsSlbRequest

func (*BindEcsSlbRequest) SetVForwardingUrlRule

func (s *BindEcsSlbRequest) SetVForwardingUrlRule(v string) *BindEcsSlbRequest

func (*BindEcsSlbRequest) SetVServerGroupId

func (s *BindEcsSlbRequest) SetVServerGroupId(v string) *BindEcsSlbRequest

func (*BindEcsSlbRequest) SetVServerGroupName

func (s *BindEcsSlbRequest) SetVServerGroupName(v string) *BindEcsSlbRequest

func (BindEcsSlbRequest) String

func (s BindEcsSlbRequest) String() string

type BindEcsSlbResponse

type BindEcsSlbResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *BindEcsSlbResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (BindEcsSlbResponse) GoString

func (s BindEcsSlbResponse) GoString() string

func (*BindEcsSlbResponse) SetBody

func (*BindEcsSlbResponse) SetHeaders

func (s *BindEcsSlbResponse) SetHeaders(v map[string]*string) *BindEcsSlbResponse

func (*BindEcsSlbResponse) SetStatusCode added in v1.0.5

func (s *BindEcsSlbResponse) SetStatusCode(v int32) *BindEcsSlbResponse

func (BindEcsSlbResponse) String

func (s BindEcsSlbResponse) String() string

type BindEcsSlbResponseBody

type BindEcsSlbResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (BindEcsSlbResponseBody) GoString

func (s BindEcsSlbResponseBody) GoString() string

func (*BindEcsSlbResponseBody) SetChangeOrderId

func (s *BindEcsSlbResponseBody) SetChangeOrderId(v string) *BindEcsSlbResponseBody

func (*BindEcsSlbResponseBody) SetCode

func (*BindEcsSlbResponseBody) SetMessage

func (*BindEcsSlbResponseBody) SetRequestId

func (BindEcsSlbResponseBody) String

func (s BindEcsSlbResponseBody) String() string

type BindK8sSlbRequest

type BindK8sSlbRequest struct {
	AppId            *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ClusterId        *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Port             *string `json:"Port,omitempty" xml:"Port,omitempty"`
	Scheduler        *string `json:"Scheduler,omitempty" xml:"Scheduler,omitempty"`
	ServicePortInfos *string `json:"ServicePortInfos,omitempty" xml:"ServicePortInfos,omitempty"`
	SlbId            *string `json:"SlbId,omitempty" xml:"SlbId,omitempty"`
	SlbProtocol      *string `json:"SlbProtocol,omitempty" xml:"SlbProtocol,omitempty"`
	Specification    *string `json:"Specification,omitempty" xml:"Specification,omitempty"`
	TargetPort       *string `json:"TargetPort,omitempty" xml:"TargetPort,omitempty"`
	Type             *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (BindK8sSlbRequest) GoString

func (s BindK8sSlbRequest) GoString() string

func (*BindK8sSlbRequest) SetAppId

func (s *BindK8sSlbRequest) SetAppId(v string) *BindK8sSlbRequest

func (*BindK8sSlbRequest) SetClusterId

func (s *BindK8sSlbRequest) SetClusterId(v string) *BindK8sSlbRequest

func (*BindK8sSlbRequest) SetPort

func (*BindK8sSlbRequest) SetScheduler

func (s *BindK8sSlbRequest) SetScheduler(v string) *BindK8sSlbRequest

func (*BindK8sSlbRequest) SetServicePortInfos

func (s *BindK8sSlbRequest) SetServicePortInfos(v string) *BindK8sSlbRequest

func (*BindK8sSlbRequest) SetSlbId

func (s *BindK8sSlbRequest) SetSlbId(v string) *BindK8sSlbRequest

func (*BindK8sSlbRequest) SetSlbProtocol

func (s *BindK8sSlbRequest) SetSlbProtocol(v string) *BindK8sSlbRequest

func (*BindK8sSlbRequest) SetSpecification

func (s *BindK8sSlbRequest) SetSpecification(v string) *BindK8sSlbRequest

func (*BindK8sSlbRequest) SetTargetPort

func (s *BindK8sSlbRequest) SetTargetPort(v string) *BindK8sSlbRequest

func (*BindK8sSlbRequest) SetType

func (BindK8sSlbRequest) String

func (s BindK8sSlbRequest) String() string

type BindK8sSlbResponse

type BindK8sSlbResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *BindK8sSlbResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (BindK8sSlbResponse) GoString

func (s BindK8sSlbResponse) GoString() string

func (*BindK8sSlbResponse) SetBody

func (*BindK8sSlbResponse) SetHeaders

func (s *BindK8sSlbResponse) SetHeaders(v map[string]*string) *BindK8sSlbResponse

func (*BindK8sSlbResponse) SetStatusCode added in v1.0.5

func (s *BindK8sSlbResponse) SetStatusCode(v int32) *BindK8sSlbResponse

func (BindK8sSlbResponse) String

func (s BindK8sSlbResponse) String() string

type BindK8sSlbResponseBody

type BindK8sSlbResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (BindK8sSlbResponseBody) GoString

func (s BindK8sSlbResponseBody) GoString() string

func (*BindK8sSlbResponseBody) SetChangeOrderId

func (s *BindK8sSlbResponseBody) SetChangeOrderId(v string) *BindK8sSlbResponseBody

func (*BindK8sSlbResponseBody) SetCode

func (*BindK8sSlbResponseBody) SetMessage

func (*BindK8sSlbResponseBody) SetRequestId

func (BindK8sSlbResponseBody) String

func (s BindK8sSlbResponseBody) String() string

type BindSlbRequest

type BindSlbRequest struct {
	AppId          *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ListenerPort   *int32  `json:"ListenerPort,omitempty" xml:"ListenerPort,omitempty"`
	SlbId          *string `json:"SlbId,omitempty" xml:"SlbId,omitempty"`
	SlbIp          *string `json:"SlbIp,omitempty" xml:"SlbIp,omitempty"`
	Type           *string `json:"Type,omitempty" xml:"Type,omitempty"`
	VServerGroupId *string `json:"VServerGroupId,omitempty" xml:"VServerGroupId,omitempty"`
}

func (BindSlbRequest) GoString

func (s BindSlbRequest) GoString() string

func (*BindSlbRequest) SetAppId

func (s *BindSlbRequest) SetAppId(v string) *BindSlbRequest

func (*BindSlbRequest) SetListenerPort

func (s *BindSlbRequest) SetListenerPort(v int32) *BindSlbRequest

func (*BindSlbRequest) SetSlbId

func (s *BindSlbRequest) SetSlbId(v string) *BindSlbRequest

func (*BindSlbRequest) SetSlbIp

func (s *BindSlbRequest) SetSlbIp(v string) *BindSlbRequest

func (*BindSlbRequest) SetType

func (s *BindSlbRequest) SetType(v string) *BindSlbRequest

func (*BindSlbRequest) SetVServerGroupId

func (s *BindSlbRequest) SetVServerGroupId(v string) *BindSlbRequest

func (BindSlbRequest) String

func (s BindSlbRequest) String() string

type BindSlbResponse

type BindSlbResponse struct {
	Headers    map[string]*string   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *BindSlbResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (BindSlbResponse) GoString

func (s BindSlbResponse) GoString() string

func (*BindSlbResponse) SetBody

func (*BindSlbResponse) SetHeaders

func (s *BindSlbResponse) SetHeaders(v map[string]*string) *BindSlbResponse

func (*BindSlbResponse) SetStatusCode added in v1.0.5

func (s *BindSlbResponse) SetStatusCode(v int32) *BindSlbResponse

func (BindSlbResponse) String

func (s BindSlbResponse) String() string

type BindSlbResponseBody

type BindSlbResponseBody struct {
	Code      *int32                   `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *BindSlbResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                  `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (BindSlbResponseBody) GoString

func (s BindSlbResponseBody) GoString() string

func (*BindSlbResponseBody) SetCode

func (*BindSlbResponseBody) SetData

func (*BindSlbResponseBody) SetMessage

func (*BindSlbResponseBody) SetRequestId

func (s *BindSlbResponseBody) SetRequestId(v string) *BindSlbResponseBody

func (BindSlbResponseBody) String

func (s BindSlbResponseBody) String() string

type BindSlbResponseBodyData

type BindSlbResponseBodyData struct {
	ExtSlbId          *string `json:"ExtSlbId,omitempty" xml:"ExtSlbId,omitempty"`
	ExtSlbIp          *string `json:"ExtSlbIp,omitempty" xml:"ExtSlbIp,omitempty"`
	ExtSlbName        *string `json:"ExtSlbName,omitempty" xml:"ExtSlbName,omitempty"`
	ExtVServerGroupId *string `json:"ExtVServerGroupId,omitempty" xml:"ExtVServerGroupId,omitempty"`
	SlbId             *string `json:"SlbId,omitempty" xml:"SlbId,omitempty"`
	SlbIp             *string `json:"SlbIp,omitempty" xml:"SlbIp,omitempty"`
	SlbName           *string `json:"SlbName,omitempty" xml:"SlbName,omitempty"`
	SlbPort           *int32  `json:"SlbPort,omitempty" xml:"SlbPort,omitempty"`
	VServerGroupId    *string `json:"VServerGroupId,omitempty" xml:"VServerGroupId,omitempty"`
}

func (BindSlbResponseBodyData) GoString

func (s BindSlbResponseBodyData) GoString() string

func (*BindSlbResponseBodyData) SetExtSlbId

func (*BindSlbResponseBodyData) SetExtSlbIp

func (*BindSlbResponseBodyData) SetExtSlbName

func (*BindSlbResponseBodyData) SetExtVServerGroupId

func (s *BindSlbResponseBodyData) SetExtVServerGroupId(v string) *BindSlbResponseBodyData

func (*BindSlbResponseBodyData) SetSlbId

func (*BindSlbResponseBodyData) SetSlbIp

func (*BindSlbResponseBodyData) SetSlbName

func (*BindSlbResponseBodyData) SetSlbPort

func (*BindSlbResponseBodyData) SetVServerGroupId

func (s *BindSlbResponseBodyData) SetVServerGroupId(v string) *BindSlbResponseBodyData

func (BindSlbResponseBodyData) String

func (s BindSlbResponseBodyData) String() string

type ChangeDeployGroupRequest

type ChangeDeployGroupRequest struct {
	AppId       *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	EccInfo     *string `json:"EccInfo,omitempty" xml:"EccInfo,omitempty"`
	ForceStatus *bool   `json:"ForceStatus,omitempty" xml:"ForceStatus,omitempty"`
	GroupName   *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
}

func (ChangeDeployGroupRequest) GoString

func (s ChangeDeployGroupRequest) GoString() string

func (*ChangeDeployGroupRequest) SetAppId

func (*ChangeDeployGroupRequest) SetEccInfo

func (*ChangeDeployGroupRequest) SetForceStatus

func (*ChangeDeployGroupRequest) SetGroupName

func (ChangeDeployGroupRequest) String

func (s ChangeDeployGroupRequest) String() string

type ChangeDeployGroupResponse

type ChangeDeployGroupResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ChangeDeployGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ChangeDeployGroupResponse) GoString

func (s ChangeDeployGroupResponse) GoString() string

func (*ChangeDeployGroupResponse) SetBody

func (*ChangeDeployGroupResponse) SetHeaders

func (*ChangeDeployGroupResponse) SetStatusCode added in v1.0.5

func (ChangeDeployGroupResponse) String

func (s ChangeDeployGroupResponse) String() string

type ChangeDeployGroupResponseBody

type ChangeDeployGroupResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ChangeDeployGroupResponseBody) GoString

func (*ChangeDeployGroupResponseBody) SetChangeOrderId

func (*ChangeDeployGroupResponseBody) SetCode

func (*ChangeDeployGroupResponseBody) SetMessage

func (*ChangeDeployGroupResponseBody) SetRequestId

func (ChangeDeployGroupResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) AbortAndRollbackChangeOrder

func (client *Client) AbortAndRollbackChangeOrder(request *AbortAndRollbackChangeOrderRequest) (_result *AbortAndRollbackChangeOrderResponse, _err error)

func (*Client) AbortAndRollbackChangeOrderWithOptions

func (client *Client) AbortAndRollbackChangeOrderWithOptions(request *AbortAndRollbackChangeOrderRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AbortAndRollbackChangeOrderResponse, _err error)

func (*Client) AbortChangeOrder

func (client *Client) AbortChangeOrder(request *AbortChangeOrderRequest) (_result *AbortChangeOrderResponse, _err error)

func (*Client) AbortChangeOrderWithOptions

func (client *Client) AbortChangeOrderWithOptions(request *AbortChangeOrderRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AbortChangeOrderResponse, _err error)

func (*Client) AddLogPath

func (client *Client) AddLogPath(request *AddLogPathRequest) (_result *AddLogPathResponse, _err error)

func (*Client) AddLogPathWithOptions

func (client *Client) AddLogPathWithOptions(request *AddLogPathRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AddLogPathResponse, _err error)

func (*Client) AddMockRule

func (client *Client) AddMockRule(request *AddMockRuleRequest) (_result *AddMockRuleResponse, _err error)

func (*Client) AddMockRuleWithOptions

func (client *Client) AddMockRuleWithOptions(request *AddMockRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AddMockRuleResponse, _err error)

func (*Client) AuthorizeApplication

func (client *Client) AuthorizeApplication(request *AuthorizeApplicationRequest) (_result *AuthorizeApplicationResponse, _err error)

func (*Client) AuthorizeApplicationWithOptions

func (client *Client) AuthorizeApplicationWithOptions(request *AuthorizeApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AuthorizeApplicationResponse, _err error)

func (*Client) AuthorizeResourceGroup

func (client *Client) AuthorizeResourceGroup(request *AuthorizeResourceGroupRequest) (_result *AuthorizeResourceGroupResponse, _err error)

func (*Client) AuthorizeResourceGroupWithOptions

func (client *Client) AuthorizeResourceGroupWithOptions(request *AuthorizeResourceGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AuthorizeResourceGroupResponse, _err error)

func (*Client) AuthorizeRole

func (client *Client) AuthorizeRole(request *AuthorizeRoleRequest) (_result *AuthorizeRoleResponse, _err error)

func (*Client) AuthorizeRoleWithOptions

func (client *Client) AuthorizeRoleWithOptions(request *AuthorizeRoleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AuthorizeRoleResponse, _err error)

func (*Client) BindEcsSlb

func (client *Client) BindEcsSlb(request *BindEcsSlbRequest) (_result *BindEcsSlbResponse, _err error)

func (*Client) BindEcsSlbWithOptions

func (client *Client) BindEcsSlbWithOptions(request *BindEcsSlbRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BindEcsSlbResponse, _err error)

func (*Client) BindK8sSlb

func (client *Client) BindK8sSlb(request *BindK8sSlbRequest) (_result *BindK8sSlbResponse, _err error)

func (*Client) BindK8sSlbWithOptions

func (client *Client) BindK8sSlbWithOptions(request *BindK8sSlbRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BindK8sSlbResponse, _err error)

func (*Client) BindSlb

func (client *Client) BindSlb(request *BindSlbRequest) (_result *BindSlbResponse, _err error)

func (*Client) BindSlbWithOptions

func (client *Client) BindSlbWithOptions(request *BindSlbRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *BindSlbResponse, _err error)

func (*Client) ChangeDeployGroup

func (client *Client) ChangeDeployGroup(request *ChangeDeployGroupRequest) (_result *ChangeDeployGroupResponse, _err error)

func (*Client) ChangeDeployGroupWithOptions

func (client *Client) ChangeDeployGroupWithOptions(request *ChangeDeployGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ChangeDeployGroupResponse, _err error)

func (*Client) ContinuePipeline

func (client *Client) ContinuePipeline(request *ContinuePipelineRequest) (_result *ContinuePipelineResponse, _err error)

func (*Client) ContinuePipelineWithOptions

func (client *Client) ContinuePipelineWithOptions(request *ContinuePipelineRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ContinuePipelineResponse, _err error)

func (*Client) ConvertK8sResource

func (client *Client) ConvertK8sResource(request *ConvertK8sResourceRequest) (_result *ConvertK8sResourceResponse, _err error)

func (*Client) ConvertK8sResourceWithOptions

func (client *Client) ConvertK8sResourceWithOptions(request *ConvertK8sResourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ConvertK8sResourceResponse, _err error)

func (*Client) CreateApplicationScalingRule

func (client *Client) CreateApplicationScalingRule(request *CreateApplicationScalingRuleRequest) (_result *CreateApplicationScalingRuleResponse, _err error)

func (*Client) CreateApplicationScalingRuleWithOptions

func (client *Client) CreateApplicationScalingRuleWithOptions(request *CreateApplicationScalingRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateApplicationScalingRuleResponse, _err error)

func (*Client) CreateConfigTemplate

func (client *Client) CreateConfigTemplate(request *CreateConfigTemplateRequest) (_result *CreateConfigTemplateResponse, _err error)

func (*Client) CreateConfigTemplateWithOptions

func (client *Client) CreateConfigTemplateWithOptions(request *CreateConfigTemplateRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateConfigTemplateResponse, _err error)

func (*Client) CreateIDCImportCommand

func (client *Client) CreateIDCImportCommand(request *CreateIDCImportCommandRequest) (_result *CreateIDCImportCommandResponse, _err error)

func (*Client) CreateIDCImportCommandWithOptions

func (client *Client) CreateIDCImportCommandWithOptions(request *CreateIDCImportCommandRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateIDCImportCommandResponse, _err error)

func (*Client) CreateK8sConfigMap

func (client *Client) CreateK8sConfigMap(request *CreateK8sConfigMapRequest) (_result *CreateK8sConfigMapResponse, _err error)

func (*Client) CreateK8sConfigMapWithOptions

func (client *Client) CreateK8sConfigMapWithOptions(request *CreateK8sConfigMapRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateK8sConfigMapResponse, _err error)

func (*Client) CreateK8sIngressRule

func (client *Client) CreateK8sIngressRule(request *CreateK8sIngressRuleRequest) (_result *CreateK8sIngressRuleResponse, _err error)

func (*Client) CreateK8sIngressRuleWithOptions

func (client *Client) CreateK8sIngressRuleWithOptions(request *CreateK8sIngressRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateK8sIngressRuleResponse, _err error)

func (*Client) CreateK8sSecret

func (client *Client) CreateK8sSecret(request *CreateK8sSecretRequest) (_result *CreateK8sSecretResponse, _err error)

func (*Client) CreateK8sSecretWithOptions

func (client *Client) CreateK8sSecretWithOptions(request *CreateK8sSecretRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateK8sSecretResponse, _err error)

func (*Client) CreateK8sService

func (client *Client) CreateK8sService(request *CreateK8sServiceRequest) (_result *CreateK8sServiceResponse, _err error)

func (*Client) CreateK8sServiceWithOptions

func (client *Client) CreateK8sServiceWithOptions(request *CreateK8sServiceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateK8sServiceResponse, _err error)

func (*Client) DeleteApplication

func (client *Client) DeleteApplication(request *DeleteApplicationRequest) (_result *DeleteApplicationResponse, _err error)

func (*Client) DeleteApplicationScalingRule

func (client *Client) DeleteApplicationScalingRule(request *DeleteApplicationScalingRuleRequest) (_result *DeleteApplicationScalingRuleResponse, _err error)

func (*Client) DeleteApplicationScalingRuleWithOptions

func (client *Client) DeleteApplicationScalingRuleWithOptions(request *DeleteApplicationScalingRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteApplicationScalingRuleResponse, _err error)

func (*Client) DeleteApplicationWithOptions

func (client *Client) DeleteApplicationWithOptions(request *DeleteApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteApplicationResponse, _err error)

func (*Client) DeleteCluster

func (client *Client) DeleteCluster(request *DeleteClusterRequest) (_result *DeleteClusterResponse, _err error)

func (*Client) DeleteClusterMember

func (client *Client) DeleteClusterMember(request *DeleteClusterMemberRequest) (_result *DeleteClusterMemberResponse, _err error)

func (*Client) DeleteClusterMemberWithOptions

func (client *Client) DeleteClusterMemberWithOptions(request *DeleteClusterMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteClusterMemberResponse, _err error)

func (*Client) DeleteClusterWithOptions

func (client *Client) DeleteClusterWithOptions(request *DeleteClusterRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteClusterResponse, _err error)

func (*Client) DeleteConfigTemplate

func (client *Client) DeleteConfigTemplate(request *DeleteConfigTemplateRequest) (_result *DeleteConfigTemplateResponse, _err error)

func (*Client) DeleteConfigTemplateWithOptions

func (client *Client) DeleteConfigTemplateWithOptions(request *DeleteConfigTemplateRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteConfigTemplateResponse, _err error)

func (*Client) DeleteDeployGroup

func (client *Client) DeleteDeployGroup(request *DeleteDeployGroupRequest) (_result *DeleteDeployGroupResponse, _err error)

func (*Client) DeleteDeployGroupWithOptions

func (client *Client) DeleteDeployGroupWithOptions(request *DeleteDeployGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteDeployGroupResponse, _err error)

func (*Client) DeleteEcu

func (client *Client) DeleteEcu(request *DeleteEcuRequest) (_result *DeleteEcuResponse, _err error)

func (*Client) DeleteEcuWithOptions

func (client *Client) DeleteEcuWithOptions(request *DeleteEcuRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteEcuResponse, _err error)

func (*Client) DeleteK8sApplication

func (client *Client) DeleteK8sApplication(request *DeleteK8sApplicationRequest) (_result *DeleteK8sApplicationResponse, _err error)

func (*Client) DeleteK8sApplicationWithOptions

func (client *Client) DeleteK8sApplicationWithOptions(request *DeleteK8sApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteK8sApplicationResponse, _err error)

func (*Client) DeleteK8sConfigMap

func (client *Client) DeleteK8sConfigMap(request *DeleteK8sConfigMapRequest) (_result *DeleteK8sConfigMapResponse, _err error)

func (*Client) DeleteK8sConfigMapWithOptions

func (client *Client) DeleteK8sConfigMapWithOptions(request *DeleteK8sConfigMapRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteK8sConfigMapResponse, _err error)

func (*Client) DeleteK8sIngressRule

func (client *Client) DeleteK8sIngressRule(request *DeleteK8sIngressRuleRequest) (_result *DeleteK8sIngressRuleResponse, _err error)

func (*Client) DeleteK8sIngressRuleWithOptions

func (client *Client) DeleteK8sIngressRuleWithOptions(request *DeleteK8sIngressRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteK8sIngressRuleResponse, _err error)

func (*Client) DeleteK8sSecret

func (client *Client) DeleteK8sSecret(request *DeleteK8sSecretRequest) (_result *DeleteK8sSecretResponse, _err error)

func (*Client) DeleteK8sSecretWithOptions

func (client *Client) DeleteK8sSecretWithOptions(request *DeleteK8sSecretRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteK8sSecretResponse, _err error)

func (*Client) DeleteK8sService

func (client *Client) DeleteK8sService(request *DeleteK8sServiceRequest) (_result *DeleteK8sServiceResponse, _err error)

func (*Client) DeleteK8sServiceWithOptions

func (client *Client) DeleteK8sServiceWithOptions(request *DeleteK8sServiceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteK8sServiceResponse, _err error)

func (*Client) DeleteLogPath

func (client *Client) DeleteLogPath(request *DeleteLogPathRequest) (_result *DeleteLogPathResponse, _err error)

func (*Client) DeleteLogPathWithOptions

func (client *Client) DeleteLogPathWithOptions(request *DeleteLogPathRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteLogPathResponse, _err error)

func (*Client) DeleteRole

func (client *Client) DeleteRole(request *DeleteRoleRequest) (_result *DeleteRoleResponse, _err error)

func (*Client) DeleteRoleWithOptions

func (client *Client) DeleteRoleWithOptions(request *DeleteRoleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteRoleResponse, _err error)

func (*Client) DeleteServiceGroup

func (client *Client) DeleteServiceGroup(request *DeleteServiceGroupRequest) (_result *DeleteServiceGroupResponse, _err error)

func (*Client) DeleteServiceGroupWithOptions

func (client *Client) DeleteServiceGroupWithOptions(request *DeleteServiceGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteServiceGroupResponse, _err error)

func (*Client) DeleteUserDefineRegion

func (client *Client) DeleteUserDefineRegion(request *DeleteUserDefineRegionRequest) (_result *DeleteUserDefineRegionResponse, _err error)

func (*Client) DeleteUserDefineRegionWithOptions

func (client *Client) DeleteUserDefineRegionWithOptions(request *DeleteUserDefineRegionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteUserDefineRegionResponse, _err error)

func (*Client) DeployApplication

func (client *Client) DeployApplication(request *DeployApplicationRequest) (_result *DeployApplicationResponse, _err error)

func (*Client) DeployApplicationWithOptions

func (client *Client) DeployApplicationWithOptions(request *DeployApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeployApplicationResponse, _err error)

func (*Client) DeployK8sApplication

func (client *Client) DeployK8sApplication(request *DeployK8sApplicationRequest) (_result *DeployK8sApplicationResponse, _err error)

func (*Client) DeployK8sApplicationWithOptions

func (client *Client) DeployK8sApplicationWithOptions(request *DeployK8sApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeployK8sApplicationResponse, _err error)

func (*Client) DescribeAppInstanceList

func (client *Client) DescribeAppInstanceList(request *DescribeAppInstanceListRequest) (_result *DescribeAppInstanceListResponse, _err error)

func (*Client) DescribeAppInstanceListWithOptions

func (client *Client) DescribeAppInstanceListWithOptions(request *DescribeAppInstanceListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeAppInstanceListResponse, _err error)

func (*Client) DescribeApplicationScalingRules

func (client *Client) DescribeApplicationScalingRules(request *DescribeApplicationScalingRulesRequest) (_result *DescribeApplicationScalingRulesResponse, _err error)

func (*Client) DescribeApplicationScalingRulesWithOptions

func (client *Client) DescribeApplicationScalingRulesWithOptions(request *DescribeApplicationScalingRulesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeApplicationScalingRulesResponse, _err error)

func (*Client) DisableApplicationScalingRule

func (client *Client) DisableApplicationScalingRule(request *DisableApplicationScalingRuleRequest) (_result *DisableApplicationScalingRuleResponse, _err error)

func (*Client) DisableApplicationScalingRuleWithOptions

func (client *Client) DisableApplicationScalingRuleWithOptions(request *DisableApplicationScalingRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DisableApplicationScalingRuleResponse, _err error)

func (*Client) DisableMockRule

func (client *Client) DisableMockRule(request *DisableMockRuleRequest) (_result *DisableMockRuleResponse, _err error)

func (*Client) DisableMockRuleWithOptions

func (client *Client) DisableMockRuleWithOptions(request *DisableMockRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DisableMockRuleResponse, _err error)

func (*Client) EnableApplicationScalingRule

func (client *Client) EnableApplicationScalingRule(request *EnableApplicationScalingRuleRequest) (_result *EnableApplicationScalingRuleResponse, _err error)

func (*Client) EnableApplicationScalingRuleWithOptions

func (client *Client) EnableApplicationScalingRuleWithOptions(request *EnableApplicationScalingRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *EnableApplicationScalingRuleResponse, _err error)

func (*Client) EnableMockRule

func (client *Client) EnableMockRule(request *EnableMockRuleRequest) (_result *EnableMockRuleResponse, _err error)

func (*Client) EnableMockRuleWithOptions

func (client *Client) EnableMockRuleWithOptions(request *EnableMockRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *EnableMockRuleResponse, _err error)

func (*Client) GetAccountMockRule

func (client *Client) GetAccountMockRule(request *GetAccountMockRuleRequest) (_result *GetAccountMockRuleResponse, _err error)

func (*Client) GetAccountMockRuleWithOptions

func (client *Client) GetAccountMockRuleWithOptions(request *GetAccountMockRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetAccountMockRuleResponse, _err error)

func (*Client) GetAppDeployment

func (client *Client) GetAppDeployment(request *GetAppDeploymentRequest) (_result *GetAppDeploymentResponse, _err error)

func (*Client) GetAppDeploymentWithOptions

func (client *Client) GetAppDeploymentWithOptions(request *GetAppDeploymentRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetAppDeploymentResponse, _err error)

func (*Client) GetApplication

func (client *Client) GetApplication(request *GetApplicationRequest) (_result *GetApplicationResponse, _err error)

func (*Client) GetApplicationWithOptions

func (client *Client) GetApplicationWithOptions(request *GetApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetApplicationResponse, _err error)

func (*Client) GetChangeOrderInfo

func (client *Client) GetChangeOrderInfo(request *GetChangeOrderInfoRequest) (_result *GetChangeOrderInfoResponse, _err error)

func (*Client) GetChangeOrderInfoWithOptions

func (client *Client) GetChangeOrderInfoWithOptions(request *GetChangeOrderInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetChangeOrderInfoResponse, _err error)

func (*Client) GetCluster

func (client *Client) GetCluster(request *GetClusterRequest) (_result *GetClusterResponse, _err error)

func (*Client) GetClusterWithOptions

func (client *Client) GetClusterWithOptions(request *GetClusterRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetClusterResponse, _err error)

func (*Client) GetContainerConfiguration

func (client *Client) GetContainerConfiguration(request *GetContainerConfigurationRequest) (_result *GetContainerConfigurationResponse, _err error)

func (*Client) GetContainerConfigurationWithOptions

func (client *Client) GetContainerConfigurationWithOptions(request *GetContainerConfigurationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetContainerConfigurationResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetJavaStartUpConfig

func (client *Client) GetJavaStartUpConfig(request *GetJavaStartUpConfigRequest) (_result *GetJavaStartUpConfigResponse, _err error)

func (*Client) GetJavaStartUpConfigWithOptions

func (client *Client) GetJavaStartUpConfigWithOptions(request *GetJavaStartUpConfigRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetJavaStartUpConfigResponse, _err error)

func (*Client) GetJvmConfiguration

func (client *Client) GetJvmConfiguration(request *GetJvmConfigurationRequest) (_result *GetJvmConfigurationResponse, _err error)

func (*Client) GetJvmConfigurationWithOptions

func (client *Client) GetJvmConfigurationWithOptions(request *GetJvmConfigurationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetJvmConfigurationResponse, _err error)

func (*Client) GetK8sApplication

func (client *Client) GetK8sApplication(request *GetK8sApplicationRequest) (_result *GetK8sApplicationResponse, _err error)

func (*Client) GetK8sApplicationWithOptions

func (client *Client) GetK8sApplicationWithOptions(request *GetK8sApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetK8sApplicationResponse, _err error)

func (*Client) GetK8sCluster

func (client *Client) GetK8sCluster(request *GetK8sClusterRequest) (_result *GetK8sClusterResponse, _err error)

func (*Client) GetK8sClusterWithOptions

func (client *Client) GetK8sClusterWithOptions(request *GetK8sClusterRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetK8sClusterResponse, _err error)

func (*Client) GetK8sServices

func (client *Client) GetK8sServices(request *GetK8sServicesRequest) (_result *GetK8sServicesResponse, _err error)

func (*Client) GetK8sServicesWithOptions

func (client *Client) GetK8sServicesWithOptions(request *GetK8sServicesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetK8sServicesResponse, _err error)

func (*Client) GetMockRuleByConsumerAppId

func (client *Client) GetMockRuleByConsumerAppId(request *GetMockRuleByConsumerAppIdRequest) (_result *GetMockRuleByConsumerAppIdResponse, _err error)

func (*Client) GetMockRuleByConsumerAppIdWithOptions

func (client *Client) GetMockRuleByConsumerAppIdWithOptions(request *GetMockRuleByConsumerAppIdRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetMockRuleByConsumerAppIdResponse, _err error)

func (*Client) GetMockRuleByProviderAppId

func (client *Client) GetMockRuleByProviderAppId(request *GetMockRuleByProviderAppIdRequest) (_result *GetMockRuleByProviderAppIdResponse, _err error)

func (*Client) GetMockRuleByProviderAppIdWithOptions

func (client *Client) GetMockRuleByProviderAppIdWithOptions(request *GetMockRuleByProviderAppIdRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetMockRuleByProviderAppIdResponse, _err error)

func (*Client) GetPackageStorageCredential

func (client *Client) GetPackageStorageCredential() (_result *GetPackageStorageCredentialResponse, _err error)

func (*Client) GetPackageStorageCredentialWithOptions

func (client *Client) GetPackageStorageCredentialWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPackageStorageCredentialResponse, _err error)

func (*Client) GetScalingRules

func (client *Client) GetScalingRules(request *GetScalingRulesRequest) (_result *GetScalingRulesResponse, _err error)

func (*Client) GetScalingRulesWithOptions

func (client *Client) GetScalingRulesWithOptions(request *GetScalingRulesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetScalingRulesResponse, _err error)

func (*Client) GetSecureToken

func (client *Client) GetSecureToken(request *GetSecureTokenRequest) (_result *GetSecureTokenResponse, _err error)

func (*Client) GetSecureTokenWithOptions

func (client *Client) GetSecureTokenWithOptions(request *GetSecureTokenRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetSecureTokenResponse, _err error)

func (*Client) GetServiceConsumersPage

func (client *Client) GetServiceConsumersPage(request *GetServiceConsumersPageRequest) (_result *GetServiceConsumersPageResponse, _err error)

func (*Client) GetServiceConsumersPageWithOptions

func (client *Client) GetServiceConsumersPageWithOptions(request *GetServiceConsumersPageRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetServiceConsumersPageResponse, _err error)

func (*Client) GetServiceDetail

func (client *Client) GetServiceDetail(request *GetServiceDetailRequest) (_result *GetServiceDetailResponse, _err error)

func (*Client) GetServiceDetailWithOptions

func (client *Client) GetServiceDetailWithOptions(request *GetServiceDetailRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetServiceDetailResponse, _err error)

func (*Client) GetServiceListPage

func (client *Client) GetServiceListPage(request *GetServiceListPageRequest) (_result *GetServiceListPageResponse, _err error)

func (*Client) GetServiceListPageWithOptions

func (client *Client) GetServiceListPageWithOptions(request *GetServiceListPageRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetServiceListPageResponse, _err error)

func (*Client) GetServiceMethodPage

func (client *Client) GetServiceMethodPage(request *GetServiceMethodPageRequest) (_result *GetServiceMethodPageResponse, _err error)

func (*Client) GetServiceMethodPageWithOptions

func (client *Client) GetServiceMethodPageWithOptions(request *GetServiceMethodPageRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetServiceMethodPageResponse, _err error)

func (*Client) GetServiceProvidersPage

func (client *Client) GetServiceProvidersPage(request *GetServiceProvidersPageRequest) (_result *GetServiceProvidersPageResponse, _err error)

func (*Client) GetServiceProvidersPageWithOptions

func (client *Client) GetServiceProvidersPageWithOptions(request *GetServiceProvidersPageRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetServiceProvidersPageResponse, _err error)

func (*Client) GetWebContainerConfig

func (client *Client) GetWebContainerConfig(request *GetWebContainerConfigRequest) (_result *GetWebContainerConfigResponse, _err error)

func (*Client) GetWebContainerConfigWithOptions

func (client *Client) GetWebContainerConfigWithOptions(request *GetWebContainerConfigRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetWebContainerConfigResponse, _err error)

func (*Client) ImportK8sCluster

func (client *Client) ImportK8sCluster(request *ImportK8sClusterRequest) (_result *ImportK8sClusterResponse, _err error)

func (*Client) ImportK8sClusterWithOptions

func (client *Client) ImportK8sClusterWithOptions(request *ImportK8sClusterRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ImportK8sClusterResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) InsertApplication

func (client *Client) InsertApplication(request *InsertApplicationRequest) (_result *InsertApplicationResponse, _err error)

func (*Client) InsertApplicationWithOptions

func (client *Client) InsertApplicationWithOptions(request *InsertApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *InsertApplicationResponse, _err error)

func (*Client) InsertCluster

func (client *Client) InsertCluster(request *InsertClusterRequest) (_result *InsertClusterResponse, _err error)

func (*Client) InsertClusterMember

func (client *Client) InsertClusterMember(request *InsertClusterMemberRequest) (_result *InsertClusterMemberResponse, _err error)

func (*Client) InsertClusterMemberWithOptions

func (client *Client) InsertClusterMemberWithOptions(request *InsertClusterMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *InsertClusterMemberResponse, _err error)

func (*Client) InsertClusterWithOptions

func (client *Client) InsertClusterWithOptions(request *InsertClusterRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *InsertClusterResponse, _err error)

func (*Client) InsertDeployGroup

func (client *Client) InsertDeployGroup(request *InsertDeployGroupRequest) (_result *InsertDeployGroupResponse, _err error)

func (*Client) InsertDeployGroupWithOptions

func (client *Client) InsertDeployGroupWithOptions(request *InsertDeployGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *InsertDeployGroupResponse, _err error)

func (*Client) InsertK8sApplication

func (client *Client) InsertK8sApplication(request *InsertK8sApplicationRequest) (_result *InsertK8sApplicationResponse, _err error)

func (*Client) InsertK8sApplicationWithOptions

func (client *Client) InsertK8sApplicationWithOptions(request *InsertK8sApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *InsertK8sApplicationResponse, _err error)

func (*Client) InsertOrUpdateRegion

func (client *Client) InsertOrUpdateRegion(request *InsertOrUpdateRegionRequest) (_result *InsertOrUpdateRegionResponse, _err error)

func (*Client) InsertOrUpdateRegionWithOptions

func (client *Client) InsertOrUpdateRegionWithOptions(request *InsertOrUpdateRegionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *InsertOrUpdateRegionResponse, _err error)

func (*Client) InsertRole

func (client *Client) InsertRole(request *InsertRoleRequest) (_result *InsertRoleResponse, _err error)

func (*Client) InsertRoleWithOptions

func (client *Client) InsertRoleWithOptions(request *InsertRoleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *InsertRoleResponse, _err error)

func (*Client) InsertServiceGroup

func (client *Client) InsertServiceGroup(request *InsertServiceGroupRequest) (_result *InsertServiceGroupResponse, _err error)

func (*Client) InsertServiceGroupWithOptions

func (client *Client) InsertServiceGroupWithOptions(request *InsertServiceGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *InsertServiceGroupResponse, _err error)

func (*Client) InstallAgent

func (client *Client) InstallAgent(request *InstallAgentRequest) (_result *InstallAgentResponse, _err error)

func (*Client) InstallAgentWithOptions

func (client *Client) InstallAgentWithOptions(request *InstallAgentRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *InstallAgentResponse, _err error)

func (*Client) ListAliyunRegion

func (client *Client) ListAliyunRegion() (_result *ListAliyunRegionResponse, _err error)

func (*Client) ListAliyunRegionWithOptions

func (client *Client) ListAliyunRegionWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListAliyunRegionResponse, _err error)

func (*Client) ListApplication

func (client *Client) ListApplication(request *ListApplicationRequest) (_result *ListApplicationResponse, _err error)

func (*Client) ListApplicationEcu

func (client *Client) ListApplicationEcu(request *ListApplicationEcuRequest) (_result *ListApplicationEcuResponse, _err error)

func (*Client) ListApplicationEcuWithOptions

func (client *Client) ListApplicationEcuWithOptions(request *ListApplicationEcuRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListApplicationEcuResponse, _err error)

func (*Client) ListApplicationWithOptions

func (client *Client) ListApplicationWithOptions(request *ListApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListApplicationResponse, _err error)

func (*Client) ListAuthority

func (client *Client) ListAuthority() (_result *ListAuthorityResponse, _err error)

func (*Client) ListAuthorityWithOptions

func (client *Client) ListAuthorityWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListAuthorityResponse, _err error)

func (*Client) ListBuildPack

func (client *Client) ListBuildPack() (_result *ListBuildPackResponse, _err error)

func (*Client) ListBuildPackWithOptions

func (client *Client) ListBuildPackWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListBuildPackResponse, _err error)

func (*Client) ListCluster

func (client *Client) ListCluster(request *ListClusterRequest) (_result *ListClusterResponse, _err error)

func (*Client) ListClusterMembers

func (client *Client) ListClusterMembers(request *ListClusterMembersRequest) (_result *ListClusterMembersResponse, _err error)

func (*Client) ListClusterMembersWithOptions

func (client *Client) ListClusterMembersWithOptions(request *ListClusterMembersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListClusterMembersResponse, _err error)

func (*Client) ListClusterWithOptions

func (client *Client) ListClusterWithOptions(request *ListClusterRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListClusterResponse, _err error)

func (*Client) ListComponents

func (client *Client) ListComponents() (_result *ListComponentsResponse, _err error)

func (*Client) ListComponentsWithOptions

func (client *Client) ListComponentsWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListComponentsResponse, _err error)

func (*Client) ListConfigTemplates

func (client *Client) ListConfigTemplates(request *ListConfigTemplatesRequest) (_result *ListConfigTemplatesResponse, _err error)

func (*Client) ListConfigTemplatesWithOptions

func (client *Client) ListConfigTemplatesWithOptions(request *ListConfigTemplatesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListConfigTemplatesResponse, _err error)

func (*Client) ListConsumedServices

func (client *Client) ListConsumedServices(request *ListConsumedServicesRequest) (_result *ListConsumedServicesResponse, _err error)

func (*Client) ListConsumedServicesWithOptions

func (client *Client) ListConsumedServicesWithOptions(request *ListConsumedServicesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListConsumedServicesResponse, _err error)

func (*Client) ListConvertableEcu

func (client *Client) ListConvertableEcu(request *ListConvertableEcuRequest) (_result *ListConvertableEcuResponse, _err error)

func (*Client) ListConvertableEcuWithOptions

func (client *Client) ListConvertableEcuWithOptions(request *ListConvertableEcuRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListConvertableEcuResponse, _err error)

func (*Client) ListDeployGroup

func (client *Client) ListDeployGroup(request *ListDeployGroupRequest) (_result *ListDeployGroupResponse, _err error)

func (*Client) ListDeployGroupWithOptions

func (client *Client) ListDeployGroupWithOptions(request *ListDeployGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDeployGroupResponse, _err error)

func (*Client) ListEcsNotInCluster

func (client *Client) ListEcsNotInCluster(request *ListEcsNotInClusterRequest) (_result *ListEcsNotInClusterResponse, _err error)

func (*Client) ListEcsNotInClusterWithOptions

func (client *Client) ListEcsNotInClusterWithOptions(request *ListEcsNotInClusterRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListEcsNotInClusterResponse, _err error)

func (*Client) ListEcuByRegion

func (client *Client) ListEcuByRegion(request *ListEcuByRegionRequest) (_result *ListEcuByRegionResponse, _err error)

func (*Client) ListEcuByRegionWithOptions

func (client *Client) ListEcuByRegionWithOptions(request *ListEcuByRegionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListEcuByRegionResponse, _err error)

func (*Client) ListHistoryDeployVersion

func (client *Client) ListHistoryDeployVersion(request *ListHistoryDeployVersionRequest) (_result *ListHistoryDeployVersionResponse, _err error)

func (*Client) ListHistoryDeployVersionWithOptions

func (client *Client) ListHistoryDeployVersionWithOptions(request *ListHistoryDeployVersionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListHistoryDeployVersionResponse, _err error)

func (*Client) ListK8sConfigMaps

func (client *Client) ListK8sConfigMaps(request *ListK8sConfigMapsRequest) (_result *ListK8sConfigMapsResponse, _err error)

func (*Client) ListK8sConfigMapsWithOptions

func (client *Client) ListK8sConfigMapsWithOptions(request *ListK8sConfigMapsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListK8sConfigMapsResponse, _err error)

func (*Client) ListK8sIngressRules

func (client *Client) ListK8sIngressRules(request *ListK8sIngressRulesRequest) (_result *ListK8sIngressRulesResponse, _err error)

func (*Client) ListK8sIngressRulesWithOptions

func (client *Client) ListK8sIngressRulesWithOptions(request *ListK8sIngressRulesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListK8sIngressRulesResponse, _err error)

func (*Client) ListK8sNamespaces added in v1.0.6

func (client *Client) ListK8sNamespaces(request *ListK8sNamespacesRequest) (_result *ListK8sNamespacesResponse, _err error)

func (*Client) ListK8sNamespacesWithOptions added in v1.0.6

func (client *Client) ListK8sNamespacesWithOptions(request *ListK8sNamespacesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListK8sNamespacesResponse, _err error)

func (*Client) ListK8sSecrets

func (client *Client) ListK8sSecrets(request *ListK8sSecretsRequest) (_result *ListK8sSecretsResponse, _err error)

func (*Client) ListK8sSecretsWithOptions

func (client *Client) ListK8sSecretsWithOptions(request *ListK8sSecretsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListK8sSecretsResponse, _err error)

func (*Client) ListMethods

func (client *Client) ListMethods(request *ListMethodsRequest) (_result *ListMethodsResponse, _err error)

func (*Client) ListMethodsWithOptions

func (client *Client) ListMethodsWithOptions(request *ListMethodsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListMethodsResponse, _err error)

func (*Client) ListPublishedServices

func (client *Client) ListPublishedServices(request *ListPublishedServicesRequest) (_result *ListPublishedServicesResponse, _err error)

func (*Client) ListPublishedServicesWithOptions

func (client *Client) ListPublishedServicesWithOptions(request *ListPublishedServicesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPublishedServicesResponse, _err error)

func (*Client) ListRecentChangeOrder

func (client *Client) ListRecentChangeOrder(request *ListRecentChangeOrderRequest) (_result *ListRecentChangeOrderResponse, _err error)

func (*Client) ListRecentChangeOrderWithOptions

func (client *Client) ListRecentChangeOrderWithOptions(request *ListRecentChangeOrderRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRecentChangeOrderResponse, _err error)

func (*Client) ListResourceGroup

func (client *Client) ListResourceGroup() (_result *ListResourceGroupResponse, _err error)

func (*Client) ListResourceGroupWithOptions

func (client *Client) ListResourceGroupWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListResourceGroupResponse, _err error)

func (*Client) ListRole

func (client *Client) ListRole() (_result *ListRoleResponse, _err error)

func (*Client) ListRoleWithOptions

func (client *Client) ListRoleWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRoleResponse, _err error)

func (*Client) ListRootStacks

func (client *Client) ListRootStacks(request *ListRootStacksRequest) (_result *ListRootStacksResponse, _err error)

func (*Client) ListRootStacksWithOptions

func (client *Client) ListRootStacksWithOptions(request *ListRootStacksRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRootStacksResponse, _err error)

func (*Client) ListScaleOutEcu

func (client *Client) ListScaleOutEcu(request *ListScaleOutEcuRequest) (_result *ListScaleOutEcuResponse, _err error)

func (*Client) ListScaleOutEcuWithOptions

func (client *Client) ListScaleOutEcuWithOptions(request *ListScaleOutEcuRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListScaleOutEcuResponse, _err error)

func (*Client) ListServiceGroups

func (client *Client) ListServiceGroups() (_result *ListServiceGroupsResponse, _err error)

func (*Client) ListServiceGroupsWithOptions

func (client *Client) ListServiceGroupsWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListServiceGroupsResponse, _err error)

func (*Client) ListSlb

func (client *Client) ListSlb() (_result *ListSlbResponse, _err error)

func (*Client) ListSlbWithOptions

func (client *Client) ListSlbWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListSlbResponse, _err error)

func (*Client) ListSubAccount

func (client *Client) ListSubAccount() (_result *ListSubAccountResponse, _err error)

func (*Client) ListSubAccountWithOptions

func (client *Client) ListSubAccountWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListSubAccountResponse, _err error)

func (*Client) ListTagResources

func (client *Client) ListTagResources(request *ListTagResourcesRequest) (_result *ListTagResourcesResponse, _err error)

func (*Client) ListTagResourcesWithOptions

func (client *Client) ListTagResourcesWithOptions(request *ListTagResourcesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListTagResourcesResponse, _err error)

func (*Client) ListUserDefineRegion

func (client *Client) ListUserDefineRegion(request *ListUserDefineRegionRequest) (_result *ListUserDefineRegionResponse, _err error)

func (*Client) ListUserDefineRegionWithOptions

func (client *Client) ListUserDefineRegionWithOptions(request *ListUserDefineRegionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListUserDefineRegionResponse, _err error)

func (*Client) ListVpc

func (client *Client) ListVpc() (_result *ListVpcResponse, _err error)

func (*Client) ListVpcWithOptions

func (client *Client) ListVpcWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListVpcResponse, _err error)

func (*Client) MigrateEcu

func (client *Client) MigrateEcu(request *MigrateEcuRequest) (_result *MigrateEcuResponse, _err error)

func (*Client) MigrateEcuWithOptions

func (client *Client) MigrateEcuWithOptions(request *MigrateEcuRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *MigrateEcuResponse, _err error)

func (*Client) ModifyScalingRule

func (client *Client) ModifyScalingRule(request *ModifyScalingRuleRequest) (_result *ModifyScalingRuleResponse, _err error)

func (*Client) ModifyScalingRuleWithOptions

func (client *Client) ModifyScalingRuleWithOptions(request *ModifyScalingRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifyScalingRuleResponse, _err error)

func (*Client) QueryApplicationStatus

func (client *Client) QueryApplicationStatus(request *QueryApplicationStatusRequest) (_result *QueryApplicationStatusResponse, _err error)

func (*Client) QueryApplicationStatusWithOptions

func (client *Client) QueryApplicationStatusWithOptions(request *QueryApplicationStatusRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *QueryApplicationStatusResponse, _err error)

func (*Client) QueryEccInfo

func (client *Client) QueryEccInfo(request *QueryEccInfoRequest) (_result *QueryEccInfoResponse, _err error)

func (*Client) QueryEccInfoWithOptions

func (client *Client) QueryEccInfoWithOptions(request *QueryEccInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *QueryEccInfoResponse, _err error)

func (*Client) QueryMigrateEcuList

func (client *Client) QueryMigrateEcuList(request *QueryMigrateEcuListRequest) (_result *QueryMigrateEcuListResponse, _err error)

func (*Client) QueryMigrateEcuListWithOptions

func (client *Client) QueryMigrateEcuListWithOptions(request *QueryMigrateEcuListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *QueryMigrateEcuListResponse, _err error)

func (*Client) QueryMigrateRegionList

func (client *Client) QueryMigrateRegionList(request *QueryMigrateRegionListRequest) (_result *QueryMigrateRegionListResponse, _err error)

func (*Client) QueryMigrateRegionListWithOptions

func (client *Client) QueryMigrateRegionListWithOptions(request *QueryMigrateRegionListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *QueryMigrateRegionListResponse, _err error)

func (*Client) QueryRegionConfig

func (client *Client) QueryRegionConfig() (_result *QueryRegionConfigResponse, _err error)

func (*Client) QueryRegionConfigWithOptions

func (client *Client) QueryRegionConfigWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *QueryRegionConfigResponse, _err error)

func (*Client) QuerySlsLogStoreList

func (client *Client) QuerySlsLogStoreList(request *QuerySlsLogStoreListRequest) (_result *QuerySlsLogStoreListResponse, _err error)

func (*Client) QuerySlsLogStoreListWithOptions

func (client *Client) QuerySlsLogStoreListWithOptions(request *QuerySlsLogStoreListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *QuerySlsLogStoreListResponse, _err error)

func (*Client) RemoveMockRule

func (client *Client) RemoveMockRule(request *RemoveMockRuleRequest) (_result *RemoveMockRuleResponse, _err error)

func (*Client) RemoveMockRuleWithOptions

func (client *Client) RemoveMockRuleWithOptions(request *RemoveMockRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveMockRuleResponse, _err error)

func (*Client) ResetApplication

func (client *Client) ResetApplication(request *ResetApplicationRequest) (_result *ResetApplicationResponse, _err error)

func (*Client) ResetApplicationWithOptions

func (client *Client) ResetApplicationWithOptions(request *ResetApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ResetApplicationResponse, _err error)

func (*Client) RestartApplication

func (client *Client) RestartApplication(request *RestartApplicationRequest) (_result *RestartApplicationResponse, _err error)

func (*Client) RestartApplicationWithOptions

func (client *Client) RestartApplicationWithOptions(request *RestartApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RestartApplicationResponse, _err error)

func (*Client) RestartK8sApplication

func (client *Client) RestartK8sApplication(request *RestartK8sApplicationRequest) (_result *RestartK8sApplicationResponse, _err error)

func (*Client) RestartK8sApplicationWithOptions

func (client *Client) RestartK8sApplicationWithOptions(request *RestartK8sApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RestartK8sApplicationResponse, _err error)

func (*Client) RetryChangeOrderTask

func (client *Client) RetryChangeOrderTask(request *RetryChangeOrderTaskRequest) (_result *RetryChangeOrderTaskResponse, _err error)

func (*Client) RetryChangeOrderTaskWithOptions

func (client *Client) RetryChangeOrderTaskWithOptions(request *RetryChangeOrderTaskRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RetryChangeOrderTaskResponse, _err error)

func (*Client) RollbackApplication

func (client *Client) RollbackApplication(request *RollbackApplicationRequest) (_result *RollbackApplicationResponse, _err error)

func (*Client) RollbackApplicationWithOptions

func (client *Client) RollbackApplicationWithOptions(request *RollbackApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RollbackApplicationResponse, _err error)

func (*Client) RollbackChangeOrder

func (client *Client) RollbackChangeOrder(request *RollbackChangeOrderRequest) (_result *RollbackChangeOrderResponse, _err error)

func (*Client) RollbackChangeOrderWithOptions

func (client *Client) RollbackChangeOrderWithOptions(request *RollbackChangeOrderRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RollbackChangeOrderResponse, _err error)

func (*Client) ScaleInApplication

func (client *Client) ScaleInApplication(request *ScaleInApplicationRequest) (_result *ScaleInApplicationResponse, _err error)

func (*Client) ScaleInApplicationWithOptions

func (client *Client) ScaleInApplicationWithOptions(request *ScaleInApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ScaleInApplicationResponse, _err error)

func (*Client) ScaleK8sApplication

func (client *Client) ScaleK8sApplication(request *ScaleK8sApplicationRequest) (_result *ScaleK8sApplicationResponse, _err error)

func (*Client) ScaleK8sApplicationWithOptions

func (client *Client) ScaleK8sApplicationWithOptions(request *ScaleK8sApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ScaleK8sApplicationResponse, _err error)

func (*Client) ScaleOutApplication

func (client *Client) ScaleOutApplication(request *ScaleOutApplicationRequest) (_result *ScaleOutApplicationResponse, _err error)

func (*Client) ScaleOutApplicationWithOptions

func (client *Client) ScaleOutApplicationWithOptions(request *ScaleOutApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ScaleOutApplicationResponse, _err error)

func (*Client) ScaleoutApplicationWithNewInstances

func (client *Client) ScaleoutApplicationWithNewInstances(request *ScaleoutApplicationWithNewInstancesRequest) (_result *ScaleoutApplicationWithNewInstancesResponse, _err error)

func (*Client) ScaleoutApplicationWithNewInstancesWithOptions

func (client *Client) ScaleoutApplicationWithNewInstancesWithOptions(request *ScaleoutApplicationWithNewInstancesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ScaleoutApplicationWithNewInstancesResponse, _err error)

func (*Client) StartApplication

func (client *Client) StartApplication(request *StartApplicationRequest) (_result *StartApplicationResponse, _err error)

func (*Client) StartApplicationWithOptions

func (client *Client) StartApplicationWithOptions(request *StartApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StartApplicationResponse, _err error)

func (*Client) StartK8sApplication

func (client *Client) StartK8sApplication(request *StartK8sApplicationRequest) (_result *StartK8sApplicationResponse, _err error)

func (*Client) StartK8sApplicationWithOptions

func (client *Client) StartK8sApplicationWithOptions(request *StartK8sApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StartK8sApplicationResponse, _err error)

func (*Client) StopApplication

func (client *Client) StopApplication(request *StopApplicationRequest) (_result *StopApplicationResponse, _err error)

func (*Client) StopApplicationWithOptions

func (client *Client) StopApplicationWithOptions(request *StopApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StopApplicationResponse, _err error)

func (*Client) StopK8sApplication

func (client *Client) StopK8sApplication(request *StopK8sApplicationRequest) (_result *StopK8sApplicationResponse, _err error)

func (*Client) StopK8sApplicationWithOptions

func (client *Client) StopK8sApplicationWithOptions(request *StopK8sApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StopK8sApplicationResponse, _err error)

func (*Client) SwitchAdvancedMonitoring

func (client *Client) SwitchAdvancedMonitoring(request *SwitchAdvancedMonitoringRequest) (_result *SwitchAdvancedMonitoringResponse, _err error)

func (*Client) SwitchAdvancedMonitoringWithOptions

func (client *Client) SwitchAdvancedMonitoringWithOptions(request *SwitchAdvancedMonitoringRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *SwitchAdvancedMonitoringResponse, _err error)

func (*Client) SynchronizeResource

func (client *Client) SynchronizeResource(request *SynchronizeResourceRequest) (_result *SynchronizeResourceResponse, _err error)

func (*Client) SynchronizeResourceWithOptions

func (client *Client) SynchronizeResourceWithOptions(request *SynchronizeResourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *SynchronizeResourceResponse, _err error)

func (*Client) TagResources

func (client *Client) TagResources(request *TagResourcesRequest) (_result *TagResourcesResponse, _err error)

func (*Client) TagResourcesWithOptions

func (client *Client) TagResourcesWithOptions(request *TagResourcesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *TagResourcesResponse, _err error)

func (*Client) TransformClusterMember

func (client *Client) TransformClusterMember(request *TransformClusterMemberRequest) (_result *TransformClusterMemberResponse, _err error)

func (*Client) TransformClusterMemberWithOptions

func (client *Client) TransformClusterMemberWithOptions(request *TransformClusterMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *TransformClusterMemberResponse, _err error)

func (*Client) UnbindK8sSlb

func (client *Client) UnbindK8sSlb(request *UnbindK8sSlbRequest) (_result *UnbindK8sSlbResponse, _err error)

func (*Client) UnbindK8sSlbWithOptions

func (client *Client) UnbindK8sSlbWithOptions(request *UnbindK8sSlbRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UnbindK8sSlbResponse, _err error)

func (*Client) UnbindSlb

func (client *Client) UnbindSlb(request *UnbindSlbRequest) (_result *UnbindSlbResponse, _err error)

func (*Client) UnbindSlbWithOptions

func (client *Client) UnbindSlbWithOptions(request *UnbindSlbRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UnbindSlbResponse, _err error)

func (*Client) UntagResources

func (client *Client) UntagResources(request *UntagResourcesRequest) (_result *UntagResourcesResponse, _err error)

func (*Client) UntagResourcesWithOptions

func (client *Client) UntagResourcesWithOptions(request *UntagResourcesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UntagResourcesResponse, _err error)

func (*Client) UpdateAccountInfo

func (client *Client) UpdateAccountInfo(request *UpdateAccountInfoRequest) (_result *UpdateAccountInfoResponse, _err error)

func (*Client) UpdateAccountInfoWithOptions

func (client *Client) UpdateAccountInfoWithOptions(request *UpdateAccountInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateAccountInfoResponse, _err error)

func (*Client) UpdateApplicationBaseInfo

func (client *Client) UpdateApplicationBaseInfo(request *UpdateApplicationBaseInfoRequest) (_result *UpdateApplicationBaseInfoResponse, _err error)

func (*Client) UpdateApplicationBaseInfoWithOptions

func (client *Client) UpdateApplicationBaseInfoWithOptions(request *UpdateApplicationBaseInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateApplicationBaseInfoResponse, _err error)

func (*Client) UpdateApplicationScalingRule

func (client *Client) UpdateApplicationScalingRule(request *UpdateApplicationScalingRuleRequest) (_result *UpdateApplicationScalingRuleResponse, _err error)

func (*Client) UpdateApplicationScalingRuleWithOptions

func (client *Client) UpdateApplicationScalingRuleWithOptions(request *UpdateApplicationScalingRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateApplicationScalingRuleResponse, _err error)

func (*Client) UpdateConfigTemplate

func (client *Client) UpdateConfigTemplate(request *UpdateConfigTemplateRequest) (_result *UpdateConfigTemplateResponse, _err error)

func (*Client) UpdateConfigTemplateWithOptions

func (client *Client) UpdateConfigTemplateWithOptions(request *UpdateConfigTemplateRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateConfigTemplateResponse, _err error)

func (*Client) UpdateContainer

func (client *Client) UpdateContainer(request *UpdateContainerRequest) (_result *UpdateContainerResponse, _err error)

func (*Client) UpdateContainerConfiguration

func (client *Client) UpdateContainerConfiguration(request *UpdateContainerConfigurationRequest) (_result *UpdateContainerConfigurationResponse, _err error)

func (*Client) UpdateContainerConfigurationWithOptions

func (client *Client) UpdateContainerConfigurationWithOptions(request *UpdateContainerConfigurationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateContainerConfigurationResponse, _err error)

func (*Client) UpdateContainerWithOptions

func (client *Client) UpdateContainerWithOptions(request *UpdateContainerRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateContainerResponse, _err error)

func (*Client) UpdateHealthCheckUrl

func (client *Client) UpdateHealthCheckUrl(request *UpdateHealthCheckUrlRequest) (_result *UpdateHealthCheckUrlResponse, _err error)

func (*Client) UpdateHealthCheckUrlWithOptions

func (client *Client) UpdateHealthCheckUrlWithOptions(request *UpdateHealthCheckUrlRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateHealthCheckUrlResponse, _err error)

func (*Client) UpdateHookConfiguration

func (client *Client) UpdateHookConfiguration(request *UpdateHookConfigurationRequest) (_result *UpdateHookConfigurationResponse, _err error)

func (*Client) UpdateHookConfigurationWithOptions

func (client *Client) UpdateHookConfigurationWithOptions(request *UpdateHookConfigurationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateHookConfigurationResponse, _err error)

func (*Client) UpdateJvmConfiguration

func (client *Client) UpdateJvmConfiguration(request *UpdateJvmConfigurationRequest) (_result *UpdateJvmConfigurationResponse, _err error)

func (*Client) UpdateJvmConfigurationWithOptions

func (client *Client) UpdateJvmConfigurationWithOptions(request *UpdateJvmConfigurationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateJvmConfigurationResponse, _err error)

func (*Client) UpdateK8sApplicationBaseInfo

func (client *Client) UpdateK8sApplicationBaseInfo(request *UpdateK8sApplicationBaseInfoRequest) (_result *UpdateK8sApplicationBaseInfoResponse, _err error)

func (*Client) UpdateK8sApplicationBaseInfoWithOptions

func (client *Client) UpdateK8sApplicationBaseInfoWithOptions(request *UpdateK8sApplicationBaseInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateK8sApplicationBaseInfoResponse, _err error)

func (*Client) UpdateK8sApplicationConfig

func (client *Client) UpdateK8sApplicationConfig(request *UpdateK8sApplicationConfigRequest) (_result *UpdateK8sApplicationConfigResponse, _err error)

func (*Client) UpdateK8sApplicationConfigWithOptions

func (client *Client) UpdateK8sApplicationConfigWithOptions(request *UpdateK8sApplicationConfigRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateK8sApplicationConfigResponse, _err error)

func (*Client) UpdateK8sConfigMap

func (client *Client) UpdateK8sConfigMap(request *UpdateK8sConfigMapRequest) (_result *UpdateK8sConfigMapResponse, _err error)

func (*Client) UpdateK8sConfigMapWithOptions

func (client *Client) UpdateK8sConfigMapWithOptions(request *UpdateK8sConfigMapRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateK8sConfigMapResponse, _err error)

func (*Client) UpdateK8sIngressRule

func (client *Client) UpdateK8sIngressRule(request *UpdateK8sIngressRuleRequest) (_result *UpdateK8sIngressRuleResponse, _err error)

func (*Client) UpdateK8sIngressRuleWithOptions

func (client *Client) UpdateK8sIngressRuleWithOptions(request *UpdateK8sIngressRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateK8sIngressRuleResponse, _err error)

func (*Client) UpdateK8sResource

func (client *Client) UpdateK8sResource(request *UpdateK8sResourceRequest) (_result *UpdateK8sResourceResponse, _err error)

func (*Client) UpdateK8sResourceWithOptions

func (client *Client) UpdateK8sResourceWithOptions(request *UpdateK8sResourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateK8sResourceResponse, _err error)

func (*Client) UpdateK8sSecret

func (client *Client) UpdateK8sSecret(request *UpdateK8sSecretRequest) (_result *UpdateK8sSecretResponse, _err error)

func (*Client) UpdateK8sSecretWithOptions

func (client *Client) UpdateK8sSecretWithOptions(request *UpdateK8sSecretRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateK8sSecretResponse, _err error)

func (*Client) UpdateK8sService

func (client *Client) UpdateK8sService(request *UpdateK8sServiceRequest) (_result *UpdateK8sServiceResponse, _err error)

func (*Client) UpdateK8sServiceWithOptions

func (client *Client) UpdateK8sServiceWithOptions(request *UpdateK8sServiceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateK8sServiceResponse, _err error)

func (*Client) UpdateK8sSlb

func (client *Client) UpdateK8sSlb(request *UpdateK8sSlbRequest) (_result *UpdateK8sSlbResponse, _err error)

func (*Client) UpdateK8sSlbWithOptions

func (client *Client) UpdateK8sSlbWithOptions(request *UpdateK8sSlbRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateK8sSlbResponse, _err error)

func (*Client) UpdateMockRule

func (client *Client) UpdateMockRule(request *UpdateMockRuleRequest) (_result *UpdateMockRuleResponse, _err error)

func (*Client) UpdateMockRuleWithOptions

func (client *Client) UpdateMockRuleWithOptions(request *UpdateMockRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateMockRuleResponse, _err error)

func (*Client) UpdateRole

func (client *Client) UpdateRole(request *UpdateRoleRequest) (_result *UpdateRoleResponse, _err error)

func (*Client) UpdateRoleWithOptions

func (client *Client) UpdateRoleWithOptions(request *UpdateRoleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateRoleResponse, _err error)

func (*Client) UpdateSlsLogStore

func (client *Client) UpdateSlsLogStore(request *UpdateSlsLogStoreRequest) (_result *UpdateSlsLogStoreResponse, _err error)

func (*Client) UpdateSlsLogStoreWithOptions

func (client *Client) UpdateSlsLogStoreWithOptions(request *UpdateSlsLogStoreRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateSlsLogStoreResponse, _err error)

type ContinuePipelineRequest

type ContinuePipelineRequest struct {
	Confirm    *bool   `json:"Confirm,omitempty" xml:"Confirm,omitempty"`
	PipelineId *string `json:"PipelineId,omitempty" xml:"PipelineId,omitempty"`
}

func (ContinuePipelineRequest) GoString

func (s ContinuePipelineRequest) GoString() string

func (*ContinuePipelineRequest) SetConfirm

func (*ContinuePipelineRequest) SetPipelineId

func (ContinuePipelineRequest) String

func (s ContinuePipelineRequest) String() string

type ContinuePipelineResponse

type ContinuePipelineResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ContinuePipelineResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ContinuePipelineResponse) GoString

func (s ContinuePipelineResponse) GoString() string

func (*ContinuePipelineResponse) SetBody

func (*ContinuePipelineResponse) SetHeaders

func (*ContinuePipelineResponse) SetStatusCode added in v1.0.5

func (ContinuePipelineResponse) String

func (s ContinuePipelineResponse) String() string

type ContinuePipelineResponseBody

type ContinuePipelineResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ContinuePipelineResponseBody) GoString

func (s ContinuePipelineResponseBody) GoString() string

func (*ContinuePipelineResponseBody) SetCode

func (*ContinuePipelineResponseBody) SetMessage

func (*ContinuePipelineResponseBody) SetRequestId

func (ContinuePipelineResponseBody) String

type ConvertK8sResourceRequest

type ConvertK8sResourceRequest struct {
	ClusterId    *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Namespace    *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	ResourceName *string `json:"ResourceName,omitempty" xml:"ResourceName,omitempty"`
	ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
}

func (ConvertK8sResourceRequest) GoString

func (s ConvertK8sResourceRequest) GoString() string

func (*ConvertK8sResourceRequest) SetClusterId

func (*ConvertK8sResourceRequest) SetNamespace

func (*ConvertK8sResourceRequest) SetResourceName

func (*ConvertK8sResourceRequest) SetResourceType

func (ConvertK8sResourceRequest) String

func (s ConvertK8sResourceRequest) String() string

type ConvertK8sResourceResponse

type ConvertK8sResourceResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ConvertK8sResourceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ConvertK8sResourceResponse) GoString

func (s ConvertK8sResourceResponse) GoString() string

func (*ConvertK8sResourceResponse) SetBody

func (*ConvertK8sResourceResponse) SetHeaders

func (*ConvertK8sResourceResponse) SetStatusCode added in v1.0.5

func (ConvertK8sResourceResponse) String

type ConvertK8sResourceResponseBody

type ConvertK8sResourceResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ConvertK8sResourceResponseBody) GoString

func (*ConvertK8sResourceResponseBody) SetCode

func (*ConvertK8sResourceResponseBody) SetMessage

func (*ConvertK8sResourceResponseBody) SetRequestId

func (ConvertK8sResourceResponseBody) String

type CreateApplicationScalingRuleRequest

type CreateApplicationScalingRuleRequest struct {
	AppId              *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ScalingRuleEnable  *bool   `json:"ScalingRuleEnable,omitempty" xml:"ScalingRuleEnable,omitempty"`
	ScalingRuleMetric  *string `json:"ScalingRuleMetric,omitempty" xml:"ScalingRuleMetric,omitempty"`
	ScalingRuleName    *string `json:"ScalingRuleName,omitempty" xml:"ScalingRuleName,omitempty"`
	ScalingRuleTimer   *string `json:"ScalingRuleTimer,omitempty" xml:"ScalingRuleTimer,omitempty"`
	ScalingRuleTrigger *string `json:"ScalingRuleTrigger,omitempty" xml:"ScalingRuleTrigger,omitempty"`
	ScalingRuleType    *string `json:"ScalingRuleType,omitempty" xml:"ScalingRuleType,omitempty"`
}

func (CreateApplicationScalingRuleRequest) GoString

func (*CreateApplicationScalingRuleRequest) SetAppId

func (*CreateApplicationScalingRuleRequest) SetScalingRuleEnable

func (*CreateApplicationScalingRuleRequest) SetScalingRuleMetric

func (*CreateApplicationScalingRuleRequest) SetScalingRuleName

func (*CreateApplicationScalingRuleRequest) SetScalingRuleTimer

func (*CreateApplicationScalingRuleRequest) SetScalingRuleTrigger

func (*CreateApplicationScalingRuleRequest) SetScalingRuleType

func (CreateApplicationScalingRuleRequest) String

type CreateApplicationScalingRuleResponse

type CreateApplicationScalingRuleResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateApplicationScalingRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateApplicationScalingRuleResponse) GoString

func (*CreateApplicationScalingRuleResponse) SetHeaders

func (*CreateApplicationScalingRuleResponse) SetStatusCode added in v1.0.5

func (CreateApplicationScalingRuleResponse) String

type CreateApplicationScalingRuleResponseBody

type CreateApplicationScalingRuleResponseBody struct {
	AppScalingRule *CreateApplicationScalingRuleResponseBodyAppScalingRule `json:"AppScalingRule,omitempty" xml:"AppScalingRule,omitempty" type:"Struct"`
	Code           *int32                                                  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message        *string                                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateApplicationScalingRuleResponseBody) GoString

func (*CreateApplicationScalingRuleResponseBody) SetCode

func (*CreateApplicationScalingRuleResponseBody) SetMessage

func (*CreateApplicationScalingRuleResponseBody) SetRequestId

func (CreateApplicationScalingRuleResponseBody) String

type CreateApplicationScalingRuleResponseBodyAppScalingRule

type CreateApplicationScalingRuleResponseBodyAppScalingRule struct {
	AppId            *string                                                        `json:"AppId,omitempty" xml:"AppId,omitempty"`
	CreateTime       *int64                                                         `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	LastDisableTime  *int64                                                         `json:"LastDisableTime,omitempty" xml:"LastDisableTime,omitempty"`
	MaxReplicas      *int32                                                         `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	Metric           *CreateApplicationScalingRuleResponseBodyAppScalingRuleMetric  `json:"Metric,omitempty" xml:"Metric,omitempty" type:"Struct"`
	MinReplicas      *int32                                                         `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
	ScaleRuleEnabled *bool                                                          `json:"ScaleRuleEnabled,omitempty" xml:"ScaleRuleEnabled,omitempty"`
	ScaleRuleName    *string                                                        `json:"ScaleRuleName,omitempty" xml:"ScaleRuleName,omitempty"`
	ScaleRuleType    *string                                                        `json:"ScaleRuleType,omitempty" xml:"ScaleRuleType,omitempty"`
	Trigger          *CreateApplicationScalingRuleResponseBodyAppScalingRuleTrigger `json:"Trigger,omitempty" xml:"Trigger,omitempty" type:"Struct"`
	UpdateTime       *int64                                                         `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (CreateApplicationScalingRuleResponseBodyAppScalingRule) GoString

func (*CreateApplicationScalingRuleResponseBodyAppScalingRule) SetAppId

func (*CreateApplicationScalingRuleResponseBodyAppScalingRule) SetCreateTime

func (*CreateApplicationScalingRuleResponseBodyAppScalingRule) SetLastDisableTime

func (*CreateApplicationScalingRuleResponseBodyAppScalingRule) SetMaxReplicas

func (*CreateApplicationScalingRuleResponseBodyAppScalingRule) SetMinReplicas

func (*CreateApplicationScalingRuleResponseBodyAppScalingRule) SetScaleRuleEnabled

func (*CreateApplicationScalingRuleResponseBodyAppScalingRule) SetScaleRuleName

func (*CreateApplicationScalingRuleResponseBodyAppScalingRule) SetScaleRuleType

func (*CreateApplicationScalingRuleResponseBodyAppScalingRule) SetUpdateTime

func (CreateApplicationScalingRuleResponseBodyAppScalingRule) String

type CreateApplicationScalingRuleResponseBodyAppScalingRuleMetric

type CreateApplicationScalingRuleResponseBodyAppScalingRuleMetric struct {
	MaxReplicas *int32                                                                 `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	Metrics     []*CreateApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics `json:"Metrics,omitempty" xml:"Metrics,omitempty" type:"Repeated"`
	MinReplicas *int32                                                                 `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
}

func (CreateApplicationScalingRuleResponseBodyAppScalingRuleMetric) GoString

func (*CreateApplicationScalingRuleResponseBodyAppScalingRuleMetric) SetMaxReplicas

func (*CreateApplicationScalingRuleResponseBodyAppScalingRuleMetric) SetMinReplicas

func (CreateApplicationScalingRuleResponseBodyAppScalingRuleMetric) String

type CreateApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics

type CreateApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics struct {
	MetricTargetAverageUtilization *int32  `json:"MetricTargetAverageUtilization,omitempty" xml:"MetricTargetAverageUtilization,omitempty"`
	MetricType                     *string `json:"MetricType,omitempty" xml:"MetricType,omitempty"`
}

func (CreateApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) GoString

func (*CreateApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) SetMetricTargetAverageUtilization

func (*CreateApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) SetMetricType

func (CreateApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) String

type CreateApplicationScalingRuleResponseBodyAppScalingRuleTrigger

type CreateApplicationScalingRuleResponseBodyAppScalingRuleTrigger struct {
	MaxReplicas *int32                                                                   `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	MinReplicas *int32                                                                   `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
	Triggers    []*CreateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers `json:"Triggers,omitempty" xml:"Triggers,omitempty" type:"Repeated"`
}

func (CreateApplicationScalingRuleResponseBodyAppScalingRuleTrigger) GoString

func (*CreateApplicationScalingRuleResponseBodyAppScalingRuleTrigger) SetMaxReplicas

func (*CreateApplicationScalingRuleResponseBodyAppScalingRuleTrigger) SetMinReplicas

func (CreateApplicationScalingRuleResponseBodyAppScalingRuleTrigger) String

type CreateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers

type CreateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers struct {
	MetaData *string `json:"MetaData,omitempty" xml:"MetaData,omitempty"`
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Type     *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (CreateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) GoString

func (*CreateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) SetMetaData

func (*CreateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) SetName

func (*CreateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) SetType

func (CreateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) String

type CreateConfigTemplateRequest

type CreateConfigTemplateRequest struct {
	// 模板内容
	Content *string `json:"Content,omitempty" xml:"Content,omitempty"`
	// 模板描述
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	// 模板数据格式
	Format *string `json:"Format,omitempty" xml:"Format,omitempty"`
	// 配置模板名称
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (CreateConfigTemplateRequest) GoString

func (s CreateConfigTemplateRequest) GoString() string

func (*CreateConfigTemplateRequest) SetContent

func (*CreateConfigTemplateRequest) SetDescription

func (*CreateConfigTemplateRequest) SetFormat

func (*CreateConfigTemplateRequest) SetName

func (CreateConfigTemplateRequest) String

type CreateConfigTemplateResponse

type CreateConfigTemplateResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateConfigTemplateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateConfigTemplateResponse) GoString

func (s CreateConfigTemplateResponse) GoString() string

func (*CreateConfigTemplateResponse) SetBody

func (*CreateConfigTemplateResponse) SetHeaders

func (*CreateConfigTemplateResponse) SetStatusCode added in v1.0.5

func (CreateConfigTemplateResponse) String

type CreateConfigTemplateResponseBody

type CreateConfigTemplateResponseBody struct {
	// 响应码
	Code *int32 `json:"Code,omitempty" xml:"Code,omitempty"`
	// 响应数据
	Data *CreateConfigTemplateResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	// 响应码文本描述
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// 请求ID
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateConfigTemplateResponseBody) GoString

func (*CreateConfigTemplateResponseBody) SetCode

func (*CreateConfigTemplateResponseBody) SetMessage

func (*CreateConfigTemplateResponseBody) SetRequestId

func (CreateConfigTemplateResponseBody) String

type CreateConfigTemplateResponseBodyData

type CreateConfigTemplateResponseBodyData struct {
	// 模板ID
	Id *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
}

func (CreateConfigTemplateResponseBodyData) GoString

func (*CreateConfigTemplateResponseBodyData) SetId

func (CreateConfigTemplateResponseBodyData) String

type CreateIDCImportCommandRequest

type CreateIDCImportCommandRequest struct {
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
}

func (CreateIDCImportCommandRequest) GoString

func (*CreateIDCImportCommandRequest) SetClusterId

func (CreateIDCImportCommandRequest) String

type CreateIDCImportCommandResponse

type CreateIDCImportCommandResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateIDCImportCommandResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateIDCImportCommandResponse) GoString

func (*CreateIDCImportCommandResponse) SetHeaders

func (*CreateIDCImportCommandResponse) SetStatusCode added in v1.0.5

func (CreateIDCImportCommandResponse) String

type CreateIDCImportCommandResponseBody

type CreateIDCImportCommandResponseBody struct {
	Code      *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateIDCImportCommandResponseBody) GoString

func (*CreateIDCImportCommandResponseBody) SetCode

func (*CreateIDCImportCommandResponseBody) SetData

func (*CreateIDCImportCommandResponseBody) SetMessage

func (*CreateIDCImportCommandResponseBody) SetRequestId

func (CreateIDCImportCommandResponseBody) String

type CreateK8sConfigMapRequest

type CreateK8sConfigMapRequest struct {
	ClusterId *string                `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Data      map[string]interface{} `json:"Data,omitempty" xml:"Data,omitempty"`
	Name      *string                `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace *string                `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
}

func (CreateK8sConfigMapRequest) GoString

func (s CreateK8sConfigMapRequest) GoString() string

func (*CreateK8sConfigMapRequest) SetClusterId

func (*CreateK8sConfigMapRequest) SetData

func (s *CreateK8sConfigMapRequest) SetData(v map[string]interface{}) *CreateK8sConfigMapRequest

func (*CreateK8sConfigMapRequest) SetName

func (*CreateK8sConfigMapRequest) SetNamespace

func (CreateK8sConfigMapRequest) String

func (s CreateK8sConfigMapRequest) String() string

type CreateK8sConfigMapResponse

type CreateK8sConfigMapResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateK8sConfigMapResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateK8sConfigMapResponse) GoString

func (s CreateK8sConfigMapResponse) GoString() string

func (*CreateK8sConfigMapResponse) SetBody

func (*CreateK8sConfigMapResponse) SetHeaders

func (*CreateK8sConfigMapResponse) SetStatusCode added in v1.0.5

func (CreateK8sConfigMapResponse) String

type CreateK8sConfigMapResponseBody

type CreateK8sConfigMapResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateK8sConfigMapResponseBody) GoString

func (*CreateK8sConfigMapResponseBody) SetCode

func (*CreateK8sConfigMapResponseBody) SetMessage

func (*CreateK8sConfigMapResponseBody) SetRequestId

func (CreateK8sConfigMapResponseBody) String

type CreateK8sIngressRuleRequest

type CreateK8sIngressRuleRequest struct {
	ClusterId   *string                `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	IngressConf map[string]interface{} `json:"IngressConf,omitempty" xml:"IngressConf,omitempty"`
	Name        *string                `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace   *string                `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
}

func (CreateK8sIngressRuleRequest) GoString

func (s CreateK8sIngressRuleRequest) GoString() string

func (*CreateK8sIngressRuleRequest) SetClusterId

func (*CreateK8sIngressRuleRequest) SetIngressConf

func (s *CreateK8sIngressRuleRequest) SetIngressConf(v map[string]interface{}) *CreateK8sIngressRuleRequest

func (*CreateK8sIngressRuleRequest) SetName

func (*CreateK8sIngressRuleRequest) SetNamespace

func (CreateK8sIngressRuleRequest) String

type CreateK8sIngressRuleResponse

type CreateK8sIngressRuleResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateK8sIngressRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateK8sIngressRuleResponse) GoString

func (s CreateK8sIngressRuleResponse) GoString() string

func (*CreateK8sIngressRuleResponse) SetBody

func (*CreateK8sIngressRuleResponse) SetHeaders

func (*CreateK8sIngressRuleResponse) SetStatusCode added in v1.0.5

func (CreateK8sIngressRuleResponse) String

type CreateK8sIngressRuleResponseBody

type CreateK8sIngressRuleResponseBody struct {
	Code    *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
}

func (CreateK8sIngressRuleResponseBody) GoString

func (*CreateK8sIngressRuleResponseBody) SetCode

func (*CreateK8sIngressRuleResponseBody) SetMessage

func (CreateK8sIngressRuleResponseBody) String

type CreateK8sSecretRequest

type CreateK8sSecretRequest struct {
	Base64Encoded *bool   `json:"Base64Encoded,omitempty" xml:"Base64Encoded,omitempty"`
	CertId        *string `json:"CertId,omitempty" xml:"CertId,omitempty"`
	CertRegionId  *string `json:"CertRegionId,omitempty" xml:"CertRegionId,omitempty"`
	ClusterId     *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Data          *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace     *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	Type          *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (CreateK8sSecretRequest) GoString

func (s CreateK8sSecretRequest) GoString() string

func (*CreateK8sSecretRequest) SetBase64Encoded

func (s *CreateK8sSecretRequest) SetBase64Encoded(v bool) *CreateK8sSecretRequest

func (*CreateK8sSecretRequest) SetCertId

func (*CreateK8sSecretRequest) SetCertRegionId

func (s *CreateK8sSecretRequest) SetCertRegionId(v string) *CreateK8sSecretRequest

func (*CreateK8sSecretRequest) SetClusterId

func (*CreateK8sSecretRequest) SetData

func (*CreateK8sSecretRequest) SetName

func (*CreateK8sSecretRequest) SetNamespace

func (*CreateK8sSecretRequest) SetType

func (CreateK8sSecretRequest) String

func (s CreateK8sSecretRequest) String() string

type CreateK8sSecretResponse

type CreateK8sSecretResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateK8sSecretResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateK8sSecretResponse) GoString

func (s CreateK8sSecretResponse) GoString() string

func (*CreateK8sSecretResponse) SetBody

func (*CreateK8sSecretResponse) SetHeaders

func (*CreateK8sSecretResponse) SetStatusCode added in v1.0.5

func (CreateK8sSecretResponse) String

func (s CreateK8sSecretResponse) String() string

type CreateK8sSecretResponseBody

type CreateK8sSecretResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateK8sSecretResponseBody) GoString

func (s CreateK8sSecretResponseBody) GoString() string

func (*CreateK8sSecretResponseBody) SetCode

func (*CreateK8sSecretResponseBody) SetMessage

func (*CreateK8sSecretResponseBody) SetRequestId

func (CreateK8sSecretResponseBody) String

type CreateK8sServiceRequest

type CreateK8sServiceRequest struct {
	AppId        *string                `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Name         *string                `json:"Name,omitempty" xml:"Name,omitempty"`
	ServicePorts map[string]interface{} `json:"ServicePorts,omitempty" xml:"ServicePorts,omitempty"`
	Type         *string                `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (CreateK8sServiceRequest) GoString

func (s CreateK8sServiceRequest) GoString() string

func (*CreateK8sServiceRequest) SetAppId

func (*CreateK8sServiceRequest) SetName

func (*CreateK8sServiceRequest) SetServicePorts

func (s *CreateK8sServiceRequest) SetServicePorts(v map[string]interface{}) *CreateK8sServiceRequest

func (*CreateK8sServiceRequest) SetType

func (CreateK8sServiceRequest) String

func (s CreateK8sServiceRequest) String() string

type CreateK8sServiceResponse

type CreateK8sServiceResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateK8sServiceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateK8sServiceResponse) GoString

func (s CreateK8sServiceResponse) GoString() string

func (*CreateK8sServiceResponse) SetBody

func (*CreateK8sServiceResponse) SetHeaders

func (*CreateK8sServiceResponse) SetStatusCode added in v1.0.5

func (CreateK8sServiceResponse) String

func (s CreateK8sServiceResponse) String() string

type CreateK8sServiceResponseBody

type CreateK8sServiceResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateK8sServiceResponseBody) GoString

func (s CreateK8sServiceResponseBody) GoString() string

func (*CreateK8sServiceResponseBody) SetChangeOrderId

func (*CreateK8sServiceResponseBody) SetCode

func (*CreateK8sServiceResponseBody) SetMessage

func (*CreateK8sServiceResponseBody) SetRequestId

func (CreateK8sServiceResponseBody) String

type DeleteApplicationRequest

type DeleteApplicationRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
}

func (DeleteApplicationRequest) GoString

func (s DeleteApplicationRequest) GoString() string

func (*DeleteApplicationRequest) SetAppId

func (DeleteApplicationRequest) String

func (s DeleteApplicationRequest) String() string

type DeleteApplicationResponse

type DeleteApplicationResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteApplicationResponse) GoString

func (s DeleteApplicationResponse) GoString() string

func (*DeleteApplicationResponse) SetBody

func (*DeleteApplicationResponse) SetHeaders

func (*DeleteApplicationResponse) SetStatusCode added in v1.0.5

func (DeleteApplicationResponse) String

func (s DeleteApplicationResponse) String() string

type DeleteApplicationResponseBody

type DeleteApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteApplicationResponseBody) GoString

func (*DeleteApplicationResponseBody) SetChangeOrderId

func (*DeleteApplicationResponseBody) SetCode

func (*DeleteApplicationResponseBody) SetMessage

func (*DeleteApplicationResponseBody) SetRequestId

func (DeleteApplicationResponseBody) String

type DeleteApplicationScalingRuleRequest

type DeleteApplicationScalingRuleRequest struct {
	AppId           *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ScalingRuleName *string `json:"ScalingRuleName,omitempty" xml:"ScalingRuleName,omitempty"`
}

func (DeleteApplicationScalingRuleRequest) GoString

func (*DeleteApplicationScalingRuleRequest) SetAppId

func (*DeleteApplicationScalingRuleRequest) SetScalingRuleName

func (DeleteApplicationScalingRuleRequest) String

type DeleteApplicationScalingRuleResponse

type DeleteApplicationScalingRuleResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteApplicationScalingRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteApplicationScalingRuleResponse) GoString

func (*DeleteApplicationScalingRuleResponse) SetHeaders

func (*DeleteApplicationScalingRuleResponse) SetStatusCode added in v1.0.5

func (DeleteApplicationScalingRuleResponse) String

type DeleteApplicationScalingRuleResponseBody

type DeleteApplicationScalingRuleResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteApplicationScalingRuleResponseBody) GoString

func (*DeleteApplicationScalingRuleResponseBody) SetRequestId

func (DeleteApplicationScalingRuleResponseBody) String

type DeleteClusterMemberRequest

type DeleteClusterMemberRequest struct {
	ClusterId       *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterMemberId *string `json:"ClusterMemberId,omitempty" xml:"ClusterMemberId,omitempty"`
}

func (DeleteClusterMemberRequest) GoString

func (s DeleteClusterMemberRequest) GoString() string

func (*DeleteClusterMemberRequest) SetClusterId

func (*DeleteClusterMemberRequest) SetClusterMemberId

func (DeleteClusterMemberRequest) String

type DeleteClusterMemberResponse

type DeleteClusterMemberResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteClusterMemberResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteClusterMemberResponse) GoString

func (s DeleteClusterMemberResponse) GoString() string

func (*DeleteClusterMemberResponse) SetBody

func (*DeleteClusterMemberResponse) SetHeaders

func (*DeleteClusterMemberResponse) SetStatusCode added in v1.0.5

func (DeleteClusterMemberResponse) String

type DeleteClusterMemberResponseBody

type DeleteClusterMemberResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteClusterMemberResponseBody) GoString

func (*DeleteClusterMemberResponseBody) SetCode

func (*DeleteClusterMemberResponseBody) SetData

func (*DeleteClusterMemberResponseBody) SetMessage

func (*DeleteClusterMemberResponseBody) SetRequestId

func (DeleteClusterMemberResponseBody) String

type DeleteClusterRequest

type DeleteClusterRequest struct {
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Mode      *int32  `json:"Mode,omitempty" xml:"Mode,omitempty"`
}

func (DeleteClusterRequest) GoString

func (s DeleteClusterRequest) GoString() string

func (*DeleteClusterRequest) SetClusterId

func (s *DeleteClusterRequest) SetClusterId(v string) *DeleteClusterRequest

func (*DeleteClusterRequest) SetMode

func (DeleteClusterRequest) String

func (s DeleteClusterRequest) String() string

type DeleteClusterResponse

type DeleteClusterResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteClusterResponse) GoString

func (s DeleteClusterResponse) GoString() string

func (*DeleteClusterResponse) SetBody

func (*DeleteClusterResponse) SetHeaders

func (*DeleteClusterResponse) SetStatusCode added in v1.0.5

func (s *DeleteClusterResponse) SetStatusCode(v int32) *DeleteClusterResponse

func (DeleteClusterResponse) String

func (s DeleteClusterResponse) String() string

type DeleteClusterResponseBody

type DeleteClusterResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteClusterResponseBody) GoString

func (s DeleteClusterResponseBody) GoString() string

func (*DeleteClusterResponseBody) SetCode

func (*DeleteClusterResponseBody) SetData

func (*DeleteClusterResponseBody) SetMessage

func (*DeleteClusterResponseBody) SetRequestId

func (DeleteClusterResponseBody) String

func (s DeleteClusterResponseBody) String() string

type DeleteConfigTemplateRequest

type DeleteConfigTemplateRequest struct {
	// 配置模板ID
	Id *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
}

func (DeleteConfigTemplateRequest) GoString

func (s DeleteConfigTemplateRequest) GoString() string

func (*DeleteConfigTemplateRequest) SetId

func (DeleteConfigTemplateRequest) String

type DeleteConfigTemplateResponse

type DeleteConfigTemplateResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteConfigTemplateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteConfigTemplateResponse) GoString

func (s DeleteConfigTemplateResponse) GoString() string

func (*DeleteConfigTemplateResponse) SetBody

func (*DeleteConfigTemplateResponse) SetHeaders

func (*DeleteConfigTemplateResponse) SetStatusCode added in v1.0.5

func (DeleteConfigTemplateResponse) String

type DeleteConfigTemplateResponseBody

type DeleteConfigTemplateResponseBody struct {
	// 响应码
	Code *int32 `json:"Code,omitempty" xml:"Code,omitempty"`
	// 响应码文本描述
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// 请求ID
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteConfigTemplateResponseBody) GoString

func (*DeleteConfigTemplateResponseBody) SetCode

func (*DeleteConfigTemplateResponseBody) SetMessage

func (*DeleteConfigTemplateResponseBody) SetRequestId

func (DeleteConfigTemplateResponseBody) String

type DeleteDeployGroupRequest

type DeleteDeployGroupRequest struct {
	AppId     *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
}

func (DeleteDeployGroupRequest) GoString

func (s DeleteDeployGroupRequest) GoString() string

func (*DeleteDeployGroupRequest) SetAppId

func (*DeleteDeployGroupRequest) SetGroupName

func (DeleteDeployGroupRequest) String

func (s DeleteDeployGroupRequest) String() string

type DeleteDeployGroupResponse

type DeleteDeployGroupResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteDeployGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteDeployGroupResponse) GoString

func (s DeleteDeployGroupResponse) GoString() string

func (*DeleteDeployGroupResponse) SetBody

func (*DeleteDeployGroupResponse) SetHeaders

func (*DeleteDeployGroupResponse) SetStatusCode added in v1.0.5

func (DeleteDeployGroupResponse) String

func (s DeleteDeployGroupResponse) String() string

type DeleteDeployGroupResponseBody

type DeleteDeployGroupResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteDeployGroupResponseBody) GoString

func (*DeleteDeployGroupResponseBody) SetCode

func (*DeleteDeployGroupResponseBody) SetData

func (*DeleteDeployGroupResponseBody) SetMessage

func (*DeleteDeployGroupResponseBody) SetRequestId

func (DeleteDeployGroupResponseBody) String

type DeleteEcuRequest

type DeleteEcuRequest struct {
	EcuId *string `json:"EcuId,omitempty" xml:"EcuId,omitempty"`
}

func (DeleteEcuRequest) GoString

func (s DeleteEcuRequest) GoString() string

func (*DeleteEcuRequest) SetEcuId

func (s *DeleteEcuRequest) SetEcuId(v string) *DeleteEcuRequest

func (DeleteEcuRequest) String

func (s DeleteEcuRequest) String() string

type DeleteEcuResponse

type DeleteEcuResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteEcuResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteEcuResponse) GoString

func (s DeleteEcuResponse) GoString() string

func (*DeleteEcuResponse) SetBody

func (*DeleteEcuResponse) SetHeaders

func (s *DeleteEcuResponse) SetHeaders(v map[string]*string) *DeleteEcuResponse

func (*DeleteEcuResponse) SetStatusCode added in v1.0.5

func (s *DeleteEcuResponse) SetStatusCode(v int32) *DeleteEcuResponse

func (DeleteEcuResponse) String

func (s DeleteEcuResponse) String() string

type DeleteEcuResponseBody

type DeleteEcuResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteEcuResponseBody) GoString

func (s DeleteEcuResponseBody) GoString() string

func (*DeleteEcuResponseBody) SetCode

func (*DeleteEcuResponseBody) SetData

func (*DeleteEcuResponseBody) SetMessage

func (*DeleteEcuResponseBody) SetRequestId

func (DeleteEcuResponseBody) String

func (s DeleteEcuResponseBody) String() string

type DeleteK8sApplicationRequest

type DeleteK8sApplicationRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
}

func (DeleteK8sApplicationRequest) GoString

func (s DeleteK8sApplicationRequest) GoString() string

func (*DeleteK8sApplicationRequest) SetAppId

func (DeleteK8sApplicationRequest) String

type DeleteK8sApplicationResponse

type DeleteK8sApplicationResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteK8sApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteK8sApplicationResponse) GoString

func (s DeleteK8sApplicationResponse) GoString() string

func (*DeleteK8sApplicationResponse) SetBody

func (*DeleteK8sApplicationResponse) SetHeaders

func (*DeleteK8sApplicationResponse) SetStatusCode added in v1.0.5

func (DeleteK8sApplicationResponse) String

type DeleteK8sApplicationResponseBody

type DeleteK8sApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteK8sApplicationResponseBody) GoString

func (*DeleteK8sApplicationResponseBody) SetChangeOrderId

func (*DeleteK8sApplicationResponseBody) SetCode

func (*DeleteK8sApplicationResponseBody) SetMessage

func (*DeleteK8sApplicationResponseBody) SetRequestId

func (DeleteK8sApplicationResponseBody) String

type DeleteK8sConfigMapRequest

type DeleteK8sConfigMapRequest struct {
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Name      *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
}

func (DeleteK8sConfigMapRequest) GoString

func (s DeleteK8sConfigMapRequest) GoString() string

func (*DeleteK8sConfigMapRequest) SetClusterId

func (*DeleteK8sConfigMapRequest) SetName

func (*DeleteK8sConfigMapRequest) SetNamespace

func (DeleteK8sConfigMapRequest) String

func (s DeleteK8sConfigMapRequest) String() string

type DeleteK8sConfigMapResponse

type DeleteK8sConfigMapResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteK8sConfigMapResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteK8sConfigMapResponse) GoString

func (s DeleteK8sConfigMapResponse) GoString() string

func (*DeleteK8sConfigMapResponse) SetBody

func (*DeleteK8sConfigMapResponse) SetHeaders

func (*DeleteK8sConfigMapResponse) SetStatusCode added in v1.0.5

func (DeleteK8sConfigMapResponse) String

type DeleteK8sConfigMapResponseBody

type DeleteK8sConfigMapResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteK8sConfigMapResponseBody) GoString

func (*DeleteK8sConfigMapResponseBody) SetCode

func (*DeleteK8sConfigMapResponseBody) SetMessage

func (*DeleteK8sConfigMapResponseBody) SetRequestId

func (DeleteK8sConfigMapResponseBody) String

type DeleteK8sIngressRuleRequest

type DeleteK8sIngressRuleRequest struct {
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Name      *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
}

func (DeleteK8sIngressRuleRequest) GoString

func (s DeleteK8sIngressRuleRequest) GoString() string

func (*DeleteK8sIngressRuleRequest) SetClusterId

func (*DeleteK8sIngressRuleRequest) SetName

func (*DeleteK8sIngressRuleRequest) SetNamespace

func (DeleteK8sIngressRuleRequest) String

type DeleteK8sIngressRuleResponse

type DeleteK8sIngressRuleResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteK8sIngressRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteK8sIngressRuleResponse) GoString

func (s DeleteK8sIngressRuleResponse) GoString() string

func (*DeleteK8sIngressRuleResponse) SetBody

func (*DeleteK8sIngressRuleResponse) SetHeaders

func (*DeleteK8sIngressRuleResponse) SetStatusCode added in v1.0.5

func (DeleteK8sIngressRuleResponse) String

type DeleteK8sIngressRuleResponseBody

type DeleteK8sIngressRuleResponseBody struct {
	Code    *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
}

func (DeleteK8sIngressRuleResponseBody) GoString

func (*DeleteK8sIngressRuleResponseBody) SetCode

func (*DeleteK8sIngressRuleResponseBody) SetMessage

func (DeleteK8sIngressRuleResponseBody) String

type DeleteK8sSecretRequest

type DeleteK8sSecretRequest struct {
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Name      *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
}

func (DeleteK8sSecretRequest) GoString

func (s DeleteK8sSecretRequest) GoString() string

func (*DeleteK8sSecretRequest) SetClusterId

func (*DeleteK8sSecretRequest) SetName

func (*DeleteK8sSecretRequest) SetNamespace

func (DeleteK8sSecretRequest) String

func (s DeleteK8sSecretRequest) String() string

type DeleteK8sSecretResponse

type DeleteK8sSecretResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteK8sSecretResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteK8sSecretResponse) GoString

func (s DeleteK8sSecretResponse) GoString() string

func (*DeleteK8sSecretResponse) SetBody

func (*DeleteK8sSecretResponse) SetHeaders

func (*DeleteK8sSecretResponse) SetStatusCode added in v1.0.5

func (DeleteK8sSecretResponse) String

func (s DeleteK8sSecretResponse) String() string

type DeleteK8sSecretResponseBody

type DeleteK8sSecretResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteK8sSecretResponseBody) GoString

func (s DeleteK8sSecretResponseBody) GoString() string

func (*DeleteK8sSecretResponseBody) SetCode

func (*DeleteK8sSecretResponseBody) SetMessage

func (*DeleteK8sSecretResponseBody) SetRequestId

func (DeleteK8sSecretResponseBody) String

type DeleteK8sServiceRequest

type DeleteK8sServiceRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Name  *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (DeleteK8sServiceRequest) GoString

func (s DeleteK8sServiceRequest) GoString() string

func (*DeleteK8sServiceRequest) SetAppId

func (*DeleteK8sServiceRequest) SetName

func (DeleteK8sServiceRequest) String

func (s DeleteK8sServiceRequest) String() string

type DeleteK8sServiceResponse

type DeleteK8sServiceResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteK8sServiceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteK8sServiceResponse) GoString

func (s DeleteK8sServiceResponse) GoString() string

func (*DeleteK8sServiceResponse) SetBody

func (*DeleteK8sServiceResponse) SetHeaders

func (*DeleteK8sServiceResponse) SetStatusCode added in v1.0.5

func (DeleteK8sServiceResponse) String

func (s DeleteK8sServiceResponse) String() string

type DeleteK8sServiceResponseBody

type DeleteK8sServiceResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteK8sServiceResponseBody) GoString

func (s DeleteK8sServiceResponseBody) GoString() string

func (*DeleteK8sServiceResponseBody) SetChangeOrderId

func (*DeleteK8sServiceResponseBody) SetCode

func (*DeleteK8sServiceResponseBody) SetMessage

func (*DeleteK8sServiceResponseBody) SetRequestId

func (DeleteK8sServiceResponseBody) String

type DeleteLogPathRequest

type DeleteLogPathRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Path  *string `json:"Path,omitempty" xml:"Path,omitempty"`
}

func (DeleteLogPathRequest) GoString

func (s DeleteLogPathRequest) GoString() string

func (*DeleteLogPathRequest) SetAppId

func (*DeleteLogPathRequest) SetPath

func (DeleteLogPathRequest) String

func (s DeleteLogPathRequest) String() string

type DeleteLogPathResponse

type DeleteLogPathResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteLogPathResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteLogPathResponse) GoString

func (s DeleteLogPathResponse) GoString() string

func (*DeleteLogPathResponse) SetBody

func (*DeleteLogPathResponse) SetHeaders

func (*DeleteLogPathResponse) SetStatusCode added in v1.0.5

func (s *DeleteLogPathResponse) SetStatusCode(v int32) *DeleteLogPathResponse

func (DeleteLogPathResponse) String

func (s DeleteLogPathResponse) String() string

type DeleteLogPathResponseBody

type DeleteLogPathResponseBody struct {
	Code      *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteLogPathResponseBody) GoString

func (s DeleteLogPathResponseBody) GoString() string

func (*DeleteLogPathResponseBody) SetCode

func (*DeleteLogPathResponseBody) SetMessage

func (*DeleteLogPathResponseBody) SetRequestId

func (DeleteLogPathResponseBody) String

func (s DeleteLogPathResponseBody) String() string

type DeleteRoleRequest

type DeleteRoleRequest struct {
	RoleId *int32 `json:"RoleId,omitempty" xml:"RoleId,omitempty"`
}

func (DeleteRoleRequest) GoString

func (s DeleteRoleRequest) GoString() string

func (*DeleteRoleRequest) SetRoleId

func (s *DeleteRoleRequest) SetRoleId(v int32) *DeleteRoleRequest

func (DeleteRoleRequest) String

func (s DeleteRoleRequest) String() string

type DeleteRoleResponse

type DeleteRoleResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteRoleResponse) GoString

func (s DeleteRoleResponse) GoString() string

func (*DeleteRoleResponse) SetBody

func (*DeleteRoleResponse) SetHeaders

func (s *DeleteRoleResponse) SetHeaders(v map[string]*string) *DeleteRoleResponse

func (*DeleteRoleResponse) SetStatusCode added in v1.0.5

func (s *DeleteRoleResponse) SetStatusCode(v int32) *DeleteRoleResponse

func (DeleteRoleResponse) String

func (s DeleteRoleResponse) String() string

type DeleteRoleResponseBody

type DeleteRoleResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteRoleResponseBody) GoString

func (s DeleteRoleResponseBody) GoString() string

func (*DeleteRoleResponseBody) SetCode

func (*DeleteRoleResponseBody) SetMessage

func (*DeleteRoleResponseBody) SetRequestId

func (DeleteRoleResponseBody) String

func (s DeleteRoleResponseBody) String() string

type DeleteServiceGroupRequest

type DeleteServiceGroupRequest struct {
	GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
}

func (DeleteServiceGroupRequest) GoString

func (s DeleteServiceGroupRequest) GoString() string

func (*DeleteServiceGroupRequest) SetGroupId

func (DeleteServiceGroupRequest) String

func (s DeleteServiceGroupRequest) String() string

type DeleteServiceGroupResponse

type DeleteServiceGroupResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteServiceGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteServiceGroupResponse) GoString

func (s DeleteServiceGroupResponse) GoString() string

func (*DeleteServiceGroupResponse) SetBody

func (*DeleteServiceGroupResponse) SetHeaders

func (*DeleteServiceGroupResponse) SetStatusCode added in v1.0.5

func (DeleteServiceGroupResponse) String

type DeleteServiceGroupResponseBody

type DeleteServiceGroupResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteServiceGroupResponseBody) GoString

func (*DeleteServiceGroupResponseBody) SetCode

func (*DeleteServiceGroupResponseBody) SetMessage

func (*DeleteServiceGroupResponseBody) SetRequestId

func (DeleteServiceGroupResponseBody) String

type DeleteUserDefineRegionRequest

type DeleteUserDefineRegionRequest struct {
	Id        *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	RegionTag *string `json:"RegionTag,omitempty" xml:"RegionTag,omitempty"`
}

func (DeleteUserDefineRegionRequest) GoString

func (*DeleteUserDefineRegionRequest) SetId

func (*DeleteUserDefineRegionRequest) SetRegionTag

func (DeleteUserDefineRegionRequest) String

type DeleteUserDefineRegionResponse

type DeleteUserDefineRegionResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteUserDefineRegionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteUserDefineRegionResponse) GoString

func (*DeleteUserDefineRegionResponse) SetHeaders

func (*DeleteUserDefineRegionResponse) SetStatusCode added in v1.0.5

func (DeleteUserDefineRegionResponse) String

type DeleteUserDefineRegionResponseBody

type DeleteUserDefineRegionResponseBody struct {
	Code         *int32                                          `json:"Code,omitempty" xml:"Code,omitempty"`
	Message      *string                                         `json:"Message,omitempty" xml:"Message,omitempty"`
	RegionDefine *DeleteUserDefineRegionResponseBodyRegionDefine `json:"RegionDefine,omitempty" xml:"RegionDefine,omitempty" type:"Struct"`
	RequestId    *string                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteUserDefineRegionResponseBody) GoString

func (*DeleteUserDefineRegionResponseBody) SetCode

func (*DeleteUserDefineRegionResponseBody) SetMessage

func (*DeleteUserDefineRegionResponseBody) SetRequestId

func (DeleteUserDefineRegionResponseBody) String

type DeleteUserDefineRegionResponseBodyRegionDefine

type DeleteUserDefineRegionResponseBodyRegionDefine struct {
	BelongRegion *string `json:"BelongRegion,omitempty" xml:"BelongRegion,omitempty"`
	Description  *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Id           *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	RegionId     *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RegionName   *string `json:"RegionName,omitempty" xml:"RegionName,omitempty"`
	UserId       *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (DeleteUserDefineRegionResponseBodyRegionDefine) GoString

func (*DeleteUserDefineRegionResponseBodyRegionDefine) SetBelongRegion

func (*DeleteUserDefineRegionResponseBodyRegionDefine) SetDescription

func (*DeleteUserDefineRegionResponseBodyRegionDefine) SetId

func (*DeleteUserDefineRegionResponseBodyRegionDefine) SetRegionId

func (*DeleteUserDefineRegionResponseBodyRegionDefine) SetRegionName

func (*DeleteUserDefineRegionResponseBodyRegionDefine) SetUserId

func (DeleteUserDefineRegionResponseBodyRegionDefine) String

type DeployApplicationRequest

type DeployApplicationRequest struct {
	AppEnv                 *string `json:"AppEnv,omitempty" xml:"AppEnv,omitempty"`
	AppId                  *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Batch                  *int32  `json:"Batch,omitempty" xml:"Batch,omitempty"`
	BatchWaitTime          *int32  `json:"BatchWaitTime,omitempty" xml:"BatchWaitTime,omitempty"`
	BuildPackId            *int64  `json:"BuildPackId,omitempty" xml:"BuildPackId,omitempty"`
	ComponentIds           *string `json:"ComponentIds,omitempty" xml:"ComponentIds,omitempty"`
	DeployType             *string `json:"DeployType,omitempty" xml:"DeployType,omitempty"`
	Desc                   *string `json:"Desc,omitempty" xml:"Desc,omitempty"`
	Gray                   *bool   `json:"Gray,omitempty" xml:"Gray,omitempty"`
	GroupId                *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	ImageUrl               *string `json:"ImageUrl,omitempty" xml:"ImageUrl,omitempty"`
	PackageVersion         *string `json:"PackageVersion,omitempty" xml:"PackageVersion,omitempty"`
	ReleaseType            *int64  `json:"ReleaseType,omitempty" xml:"ReleaseType,omitempty"`
	TrafficControlStrategy *string `json:"TrafficControlStrategy,omitempty" xml:"TrafficControlStrategy,omitempty"`
	WarUrl                 *string `json:"WarUrl,omitempty" xml:"WarUrl,omitempty"`
}

func (DeployApplicationRequest) GoString

func (s DeployApplicationRequest) GoString() string

func (*DeployApplicationRequest) SetAppEnv

func (*DeployApplicationRequest) SetAppId

func (*DeployApplicationRequest) SetBatch

func (*DeployApplicationRequest) SetBatchWaitTime

func (*DeployApplicationRequest) SetBuildPackId

func (*DeployApplicationRequest) SetComponentIds

func (*DeployApplicationRequest) SetDeployType

func (*DeployApplicationRequest) SetDesc

func (*DeployApplicationRequest) SetGray

func (*DeployApplicationRequest) SetGroupId

func (*DeployApplicationRequest) SetImageUrl

func (*DeployApplicationRequest) SetPackageVersion

func (s *DeployApplicationRequest) SetPackageVersion(v string) *DeployApplicationRequest

func (*DeployApplicationRequest) SetReleaseType

func (*DeployApplicationRequest) SetTrafficControlStrategy

func (s *DeployApplicationRequest) SetTrafficControlStrategy(v string) *DeployApplicationRequest

func (*DeployApplicationRequest) SetWarUrl

func (DeployApplicationRequest) String

func (s DeployApplicationRequest) String() string

type DeployApplicationResponse

type DeployApplicationResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeployApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeployApplicationResponse) GoString

func (s DeployApplicationResponse) GoString() string

func (*DeployApplicationResponse) SetBody

func (*DeployApplicationResponse) SetHeaders

func (*DeployApplicationResponse) SetStatusCode added in v1.0.5

func (DeployApplicationResponse) String

func (s DeployApplicationResponse) String() string

type DeployApplicationResponseBody

type DeployApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeployApplicationResponseBody) GoString

func (*DeployApplicationResponseBody) SetChangeOrderId

func (*DeployApplicationResponseBody) SetCode

func (*DeployApplicationResponseBody) SetMessage

func (*DeployApplicationResponseBody) SetRequestId

func (DeployApplicationResponseBody) String

type DeployK8sApplicationRequest

type DeployK8sApplicationRequest struct {
	Annotations          *string `json:"Annotations,omitempty" xml:"Annotations,omitempty"`
	AppId                *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Args                 *string `json:"Args,omitempty" xml:"Args,omitempty"`
	BatchTimeout         *int32  `json:"BatchTimeout,omitempty" xml:"BatchTimeout,omitempty"`
	BatchWaitTime        *int32  `json:"BatchWaitTime,omitempty" xml:"BatchWaitTime,omitempty"`
	BuildPackId          *string `json:"BuildPackId,omitempty" xml:"BuildPackId,omitempty"`
	ChangeOrderDesc      *string `json:"ChangeOrderDesc,omitempty" xml:"ChangeOrderDesc,omitempty"`
	Command              *string `json:"Command,omitempty" xml:"Command,omitempty"`
	ConfigMountDescs     *string `json:"ConfigMountDescs,omitempty" xml:"ConfigMountDescs,omitempty"`
	CpuLimit             *int32  `json:"CpuLimit,omitempty" xml:"CpuLimit,omitempty"`
	CpuRequest           *int32  `json:"CpuRequest,omitempty" xml:"CpuRequest,omitempty"`
	CustomAffinity       *string `json:"CustomAffinity,omitempty" xml:"CustomAffinity,omitempty"`
	CustomTolerations    *string `json:"CustomTolerations,omitempty" xml:"CustomTolerations,omitempty"`
	DeployAcrossNodes    *string `json:"DeployAcrossNodes,omitempty" xml:"DeployAcrossNodes,omitempty"`
	DeployAcrossZones    *string `json:"DeployAcrossZones,omitempty" xml:"DeployAcrossZones,omitempty"`
	EdasContainerVersion *string `json:"EdasContainerVersion,omitempty" xml:"EdasContainerVersion,omitempty"`
	EmptyDirs            *string `json:"EmptyDirs,omitempty" xml:"EmptyDirs,omitempty"`
	EnableAhas           *bool   `json:"EnableAhas,omitempty" xml:"EnableAhas,omitempty"`
	// 是否开启推空保护
	EnableEmptyPushReject *bool `json:"EnableEmptyPushReject,omitempty" xml:"EnableEmptyPushReject,omitempty"`
	// 是否启用无损上线规则
	EnableLosslessRule *bool   `json:"EnableLosslessRule,omitempty" xml:"EnableLosslessRule,omitempty"`
	EnvFroms           *string `json:"EnvFroms,omitempty" xml:"EnvFroms,omitempty"`
	Envs               *string `json:"Envs,omitempty" xml:"Envs,omitempty"`
	Image              *string `json:"Image,omitempty" xml:"Image,omitempty"`
	ImageTag           *string `json:"ImageTag,omitempty" xml:"ImageTag,omitempty"`
	JDK                *string `json:"JDK,omitempty" xml:"JDK,omitempty"`
	JavaStartUpConfig  *string `json:"JavaStartUpConfig,omitempty" xml:"JavaStartUpConfig,omitempty"`
	Labels             *string `json:"Labels,omitempty" xml:"Labels,omitempty"`
	Liveness           *string `json:"Liveness,omitempty" xml:"Liveness,omitempty"`
	LocalVolume        *string `json:"LocalVolume,omitempty" xml:"LocalVolume,omitempty"`
	// 是否启用无损滚动发布模式配置通过就绪检查前完成服务注册
	LosslessRuleAligned *bool `json:"LosslessRuleAligned,omitempty" xml:"LosslessRuleAligned,omitempty"`
	// 无损上线延迟注册时长
	LosslessRuleDelayTime *int32 `json:"LosslessRuleDelayTime,omitempty" xml:"LosslessRuleDelayTime,omitempty"`
	// 无损上线服务预热曲线
	LosslessRuleFuncType *int32 `json:"LosslessRuleFuncType,omitempty" xml:"LosslessRuleFuncType,omitempty"`
	// 是否启用无损滚动发布模式配置通过就绪检查前完成服务预热
	LosslessRuleRelated *bool `json:"LosslessRuleRelated,omitempty" xml:"LosslessRuleRelated,omitempty"`
	// 无损上线服务预热时长
	LosslessRuleWarmupTime *int32  `json:"LosslessRuleWarmupTime,omitempty" xml:"LosslessRuleWarmupTime,omitempty"`
	McpuLimit              *int32  `json:"McpuLimit,omitempty" xml:"McpuLimit,omitempty"`
	McpuRequest            *int32  `json:"McpuRequest,omitempty" xml:"McpuRequest,omitempty"`
	MemoryLimit            *int32  `json:"MemoryLimit,omitempty" xml:"MemoryLimit,omitempty"`
	MemoryRequest          *int32  `json:"MemoryRequest,omitempty" xml:"MemoryRequest,omitempty"`
	MountDescs             *string `json:"MountDescs,omitempty" xml:"MountDescs,omitempty"`
	NasId                  *string `json:"NasId,omitempty" xml:"NasId,omitempty"`
	PackageUrl             *string `json:"PackageUrl,omitempty" xml:"PackageUrl,omitempty"`
	PackageVersion         *string `json:"PackageVersion,omitempty" xml:"PackageVersion,omitempty"`
	PackageVersionId       *string `json:"PackageVersionId,omitempty" xml:"PackageVersionId,omitempty"`
	PostStart              *string `json:"PostStart,omitempty" xml:"PostStart,omitempty"`
	PreStop                *string `json:"PreStop,omitempty" xml:"PreStop,omitempty"`
	PvcMountDescs          *string `json:"PvcMountDescs,omitempty" xml:"PvcMountDescs,omitempty"`
	Readiness              *string `json:"Readiness,omitempty" xml:"Readiness,omitempty"`
	Replicas               *int32  `json:"Replicas,omitempty" xml:"Replicas,omitempty"`
	RuntimeClassName       *string `json:"RuntimeClassName,omitempty" xml:"RuntimeClassName,omitempty"`
	SlsConfigs             *string `json:"SlsConfigs,omitempty" xml:"SlsConfigs,omitempty"`
	StorageType            *string `json:"StorageType,omitempty" xml:"StorageType,omitempty"`
	TrafficControlStrategy *string `json:"TrafficControlStrategy,omitempty" xml:"TrafficControlStrategy,omitempty"`
	UpdateStrategy         *string `json:"UpdateStrategy,omitempty" xml:"UpdateStrategy,omitempty"`
	UriEncoding            *string `json:"UriEncoding,omitempty" xml:"UriEncoding,omitempty"`
	UseBodyEncoding        *bool   `json:"UseBodyEncoding,omitempty" xml:"UseBodyEncoding,omitempty"`
	VolumesStr             *string `json:"VolumesStr,omitempty" xml:"VolumesStr,omitempty"`
	WebContainer           *string `json:"WebContainer,omitempty" xml:"WebContainer,omitempty"`
	WebContainerConfig     *string `json:"WebContainerConfig,omitempty" xml:"WebContainerConfig,omitempty"`
}

func (DeployK8sApplicationRequest) GoString

func (s DeployK8sApplicationRequest) GoString() string

func (*DeployK8sApplicationRequest) SetAnnotations added in v1.0.5

func (*DeployK8sApplicationRequest) SetAppId

func (*DeployK8sApplicationRequest) SetArgs

func (*DeployK8sApplicationRequest) SetBatchTimeout

func (*DeployK8sApplicationRequest) SetBatchWaitTime

func (*DeployK8sApplicationRequest) SetBuildPackId added in v1.0.3

func (*DeployK8sApplicationRequest) SetChangeOrderDesc

func (*DeployK8sApplicationRequest) SetCommand

func (*DeployK8sApplicationRequest) SetConfigMountDescs

func (*DeployK8sApplicationRequest) SetCpuLimit

func (*DeployK8sApplicationRequest) SetCpuRequest

func (*DeployK8sApplicationRequest) SetCustomAffinity

func (*DeployK8sApplicationRequest) SetCustomTolerations

func (*DeployK8sApplicationRequest) SetDeployAcrossNodes

func (*DeployK8sApplicationRequest) SetDeployAcrossZones

func (*DeployK8sApplicationRequest) SetEdasContainerVersion

func (s *DeployK8sApplicationRequest) SetEdasContainerVersion(v string) *DeployK8sApplicationRequest

func (*DeployK8sApplicationRequest) SetEmptyDirs

func (*DeployK8sApplicationRequest) SetEnableAhas

func (*DeployK8sApplicationRequest) SetEnableEmptyPushReject added in v1.0.5

func (s *DeployK8sApplicationRequest) SetEnableEmptyPushReject(v bool) *DeployK8sApplicationRequest

func (*DeployK8sApplicationRequest) SetEnableLosslessRule added in v1.0.5

func (s *DeployK8sApplicationRequest) SetEnableLosslessRule(v bool) *DeployK8sApplicationRequest

func (*DeployK8sApplicationRequest) SetEnvFroms

func (*DeployK8sApplicationRequest) SetEnvs

func (*DeployK8sApplicationRequest) SetImage

func (*DeployK8sApplicationRequest) SetImageTag

func (*DeployK8sApplicationRequest) SetJDK

func (*DeployK8sApplicationRequest) SetJavaStartUpConfig

func (*DeployK8sApplicationRequest) SetLabels added in v1.0.5

func (*DeployK8sApplicationRequest) SetLiveness

func (*DeployK8sApplicationRequest) SetLocalVolume

func (*DeployK8sApplicationRequest) SetLosslessRuleAligned added in v1.0.5

func (s *DeployK8sApplicationRequest) SetLosslessRuleAligned(v bool) *DeployK8sApplicationRequest

func (*DeployK8sApplicationRequest) SetLosslessRuleDelayTime added in v1.0.5

func (s *DeployK8sApplicationRequest) SetLosslessRuleDelayTime(v int32) *DeployK8sApplicationRequest

func (*DeployK8sApplicationRequest) SetLosslessRuleFuncType added in v1.0.5

func (s *DeployK8sApplicationRequest) SetLosslessRuleFuncType(v int32) *DeployK8sApplicationRequest

func (*DeployK8sApplicationRequest) SetLosslessRuleRelated added in v1.0.5

func (s *DeployK8sApplicationRequest) SetLosslessRuleRelated(v bool) *DeployK8sApplicationRequest

func (*DeployK8sApplicationRequest) SetLosslessRuleWarmupTime added in v1.0.5

func (s *DeployK8sApplicationRequest) SetLosslessRuleWarmupTime(v int32) *DeployK8sApplicationRequest

func (*DeployK8sApplicationRequest) SetMcpuLimit

func (*DeployK8sApplicationRequest) SetMcpuRequest

func (*DeployK8sApplicationRequest) SetMemoryLimit

func (*DeployK8sApplicationRequest) SetMemoryRequest

func (*DeployK8sApplicationRequest) SetMountDescs

func (*DeployK8sApplicationRequest) SetNasId

func (*DeployK8sApplicationRequest) SetPackageUrl

func (*DeployK8sApplicationRequest) SetPackageVersion

func (*DeployK8sApplicationRequest) SetPackageVersionId

func (*DeployK8sApplicationRequest) SetPostStart

func (*DeployK8sApplicationRequest) SetPreStop

func (*DeployK8sApplicationRequest) SetPvcMountDescs

func (*DeployK8sApplicationRequest) SetReadiness

func (*DeployK8sApplicationRequest) SetReplicas

func (*DeployK8sApplicationRequest) SetRuntimeClassName

func (*DeployK8sApplicationRequest) SetSlsConfigs

func (*DeployK8sApplicationRequest) SetStorageType

func (*DeployK8sApplicationRequest) SetTrafficControlStrategy

func (s *DeployK8sApplicationRequest) SetTrafficControlStrategy(v string) *DeployK8sApplicationRequest

func (*DeployK8sApplicationRequest) SetUpdateStrategy

func (*DeployK8sApplicationRequest) SetUriEncoding

func (*DeployK8sApplicationRequest) SetUseBodyEncoding

func (*DeployK8sApplicationRequest) SetVolumesStr

func (*DeployK8sApplicationRequest) SetWebContainer

func (*DeployK8sApplicationRequest) SetWebContainerConfig

func (s *DeployK8sApplicationRequest) SetWebContainerConfig(v string) *DeployK8sApplicationRequest

func (DeployK8sApplicationRequest) String

type DeployK8sApplicationResponse

type DeployK8sApplicationResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeployK8sApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeployK8sApplicationResponse) GoString

func (s DeployK8sApplicationResponse) GoString() string

func (*DeployK8sApplicationResponse) SetBody

func (*DeployK8sApplicationResponse) SetHeaders

func (*DeployK8sApplicationResponse) SetStatusCode added in v1.0.5

func (DeployK8sApplicationResponse) String

type DeployK8sApplicationResponseBody

type DeployK8sApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeployK8sApplicationResponseBody) GoString

func (*DeployK8sApplicationResponseBody) SetChangeOrderId

func (*DeployK8sApplicationResponseBody) SetCode

func (*DeployK8sApplicationResponseBody) SetMessage

func (*DeployK8sApplicationResponseBody) SetRequestId

func (DeployK8sApplicationResponseBody) String

type DescribeAppInstanceListRequest

type DescribeAppInstanceListRequest struct {
	AppId        *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	WithNodeInfo *bool   `json:"WithNodeInfo,omitempty" xml:"WithNodeInfo,omitempty"`
}

func (DescribeAppInstanceListRequest) GoString

func (*DescribeAppInstanceListRequest) SetAppId

func (*DescribeAppInstanceListRequest) SetWithNodeInfo

func (DescribeAppInstanceListRequest) String

type DescribeAppInstanceListResponse

type DescribeAppInstanceListResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAppInstanceListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAppInstanceListResponse) GoString

func (*DescribeAppInstanceListResponse) SetHeaders

func (*DescribeAppInstanceListResponse) SetStatusCode added in v1.0.5

func (DescribeAppInstanceListResponse) String

type DescribeAppInstanceListResponseBody

type DescribeAppInstanceListResponseBody struct {
	Code         *int32                                             `json:"Code,omitempty" xml:"Code,omitempty"`
	InstanceList []*DescribeAppInstanceListResponseBodyInstanceList `json:"InstanceList,omitempty" xml:"InstanceList,omitempty" type:"Repeated"`
	Message      *string                                            `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId    *string                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeAppInstanceListResponseBody) GoString

func (*DescribeAppInstanceListResponseBody) SetCode

func (*DescribeAppInstanceListResponseBody) SetMessage

func (*DescribeAppInstanceListResponseBody) SetRequestId

func (DescribeAppInstanceListResponseBody) String

type DescribeAppInstanceListResponseBodyInstanceList

type DescribeAppInstanceListResponseBodyInstanceList struct {
	AppId      *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Canary     *bool   `json:"Canary,omitempty" xml:"Canary,omitempty"`
	GroupId    *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName  *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	NodeLabels *string `json:"NodeLabels,omitempty" xml:"NodeLabels,omitempty"`
	NodeName   *string `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	PodRaw     *string `json:"PodRaw,omitempty" xml:"PodRaw,omitempty"`
	Version    *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (DescribeAppInstanceListResponseBodyInstanceList) GoString

func (*DescribeAppInstanceListResponseBodyInstanceList) SetAppId

func (*DescribeAppInstanceListResponseBodyInstanceList) SetCanary

func (*DescribeAppInstanceListResponseBodyInstanceList) SetGroupId

func (*DescribeAppInstanceListResponseBodyInstanceList) SetGroupName

func (*DescribeAppInstanceListResponseBodyInstanceList) SetNodeLabels

func (*DescribeAppInstanceListResponseBodyInstanceList) SetNodeName

func (*DescribeAppInstanceListResponseBodyInstanceList) SetPodRaw

func (*DescribeAppInstanceListResponseBodyInstanceList) SetVersion

func (DescribeAppInstanceListResponseBodyInstanceList) String

type DescribeApplicationScalingRulesRequest

type DescribeApplicationScalingRulesRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
}

func (DescribeApplicationScalingRulesRequest) GoString

func (*DescribeApplicationScalingRulesRequest) SetAppId

func (DescribeApplicationScalingRulesRequest) String

type DescribeApplicationScalingRulesResponse

type DescribeApplicationScalingRulesResponse struct {
	Headers    map[string]*string                           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeApplicationScalingRulesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeApplicationScalingRulesResponse) GoString

func (*DescribeApplicationScalingRulesResponse) SetHeaders

func (*DescribeApplicationScalingRulesResponse) SetStatusCode added in v1.0.5

func (DescribeApplicationScalingRulesResponse) String

type DescribeApplicationScalingRulesResponseBody

type DescribeApplicationScalingRulesResponseBody struct {
	AppScalingRules *DescribeApplicationScalingRulesResponseBodyAppScalingRules `json:"AppScalingRules,omitempty" xml:"AppScalingRules,omitempty" type:"Struct"`
	Code            *int32                                                      `json:"Code,omitempty" xml:"Code,omitempty"`
	Message         *string                                                     `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId       *string                                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeApplicationScalingRulesResponseBody) GoString

func (*DescribeApplicationScalingRulesResponseBody) SetCode

func (*DescribeApplicationScalingRulesResponseBody) SetMessage

func (*DescribeApplicationScalingRulesResponseBody) SetRequestId

func (DescribeApplicationScalingRulesResponseBody) String

type DescribeApplicationScalingRulesResponseBodyAppScalingRules

type DescribeApplicationScalingRulesResponseBodyAppScalingRules struct {
	CurrentPage *int32                                                              `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	PageSize    *int32                                                              `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Result      []*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	TotalSize   *int64                                                              `json:"TotalSize,omitempty" xml:"TotalSize,omitempty"`
}

func (DescribeApplicationScalingRulesResponseBodyAppScalingRules) GoString

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRules) SetCurrentPage

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRules) SetPageSize

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRules) SetTotalSize

func (DescribeApplicationScalingRulesResponseBodyAppScalingRules) String

type DescribeApplicationScalingRulesResponseBodyAppScalingRulesResult

type DescribeApplicationScalingRulesResponseBodyAppScalingRulesResult struct {
	AppId            *string                                                                  `json:"AppId,omitempty" xml:"AppId,omitempty"`
	CreateTime       *int64                                                                   `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	LastDisableTime  *int64                                                                   `json:"LastDisableTime,omitempty" xml:"LastDisableTime,omitempty"`
	MaxReplicas      *int32                                                                   `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	Metric           *DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultMetric  `json:"Metric,omitempty" xml:"Metric,omitempty" type:"Struct"`
	MinReplicas      *int32                                                                   `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
	ScaleRuleEnabled *bool                                                                    `json:"ScaleRuleEnabled,omitempty" xml:"ScaleRuleEnabled,omitempty"`
	ScaleRuleName    *string                                                                  `json:"ScaleRuleName,omitempty" xml:"ScaleRuleName,omitempty"`
	ScaleRuleType    *string                                                                  `json:"ScaleRuleType,omitempty" xml:"ScaleRuleType,omitempty"`
	Trigger          *DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTrigger `json:"Trigger,omitempty" xml:"Trigger,omitempty" type:"Struct"`
	UpdateTime       *int64                                                                   `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (DescribeApplicationScalingRulesResponseBodyAppScalingRulesResult) GoString

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResult) SetAppId

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResult) SetCreateTime

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResult) SetLastDisableTime

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResult) SetMaxReplicas

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResult) SetMinReplicas

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResult) SetScaleRuleEnabled

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResult) SetScaleRuleName

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResult) SetScaleRuleType

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResult) SetUpdateTime

func (DescribeApplicationScalingRulesResponseBodyAppScalingRulesResult) String

type DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultMetric

type DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultMetric struct {
	MaxReplicas *int32                                                                           `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	Metrics     []*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultMetricMetrics `json:"Metrics,omitempty" xml:"Metrics,omitempty" type:"Repeated"`
	MinReplicas *int32                                                                           `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
}

func (DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultMetric) GoString

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultMetric) SetMaxReplicas

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultMetric) SetMinReplicas

func (DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultMetric) String

type DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultMetricMetrics

type DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultMetricMetrics struct {
	MetricTargetAverageUtilization *int32  `json:"MetricTargetAverageUtilization,omitempty" xml:"MetricTargetAverageUtilization,omitempty"`
	MetricType                     *string `json:"MetricType,omitempty" xml:"MetricType,omitempty"`
}

func (DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultMetricMetrics) GoString

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultMetricMetrics) SetMetricTargetAverageUtilization

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultMetricMetrics) SetMetricType

func (DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultMetricMetrics) String

type DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTrigger

type DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTrigger struct {
	MaxReplicas *int32                                                                             `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	MinReplicas *int32                                                                             `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
	Triggers    []*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTriggerTriggers `json:"Triggers,omitempty" xml:"Triggers,omitempty" type:"Repeated"`
}

func (DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTrigger) GoString

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTrigger) SetMaxReplicas

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTrigger) SetMinReplicas

func (DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTrigger) String

type DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTriggerTriggers

type DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTriggerTriggers struct {
	MetaData *string `json:"MetaData,omitempty" xml:"MetaData,omitempty"`
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Type     *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTriggerTriggers) GoString

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTriggerTriggers) SetMetaData

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTriggerTriggers) SetName

func (*DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTriggerTriggers) SetType

func (DescribeApplicationScalingRulesResponseBodyAppScalingRulesResultTriggerTriggers) String

type DisableApplicationScalingRuleRequest

type DisableApplicationScalingRuleRequest struct {
	AppId           *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ScalingRuleName *string `json:"ScalingRuleName,omitempty" xml:"ScalingRuleName,omitempty"`
}

func (DisableApplicationScalingRuleRequest) GoString

func (*DisableApplicationScalingRuleRequest) SetAppId

func (*DisableApplicationScalingRuleRequest) SetScalingRuleName

func (DisableApplicationScalingRuleRequest) String

type DisableApplicationScalingRuleResponse

type DisableApplicationScalingRuleResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DisableApplicationScalingRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DisableApplicationScalingRuleResponse) GoString

func (*DisableApplicationScalingRuleResponse) SetHeaders

func (*DisableApplicationScalingRuleResponse) SetStatusCode added in v1.0.5

func (DisableApplicationScalingRuleResponse) String

type DisableApplicationScalingRuleResponseBody

type DisableApplicationScalingRuleResponseBody struct {
	AppScalingRule *DisableApplicationScalingRuleResponseBodyAppScalingRule `json:"AppScalingRule,omitempty" xml:"AppScalingRule,omitempty" type:"Struct"`
	Code           *int32                                                   `json:"Code,omitempty" xml:"Code,omitempty"`
	Message        *string                                                  `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DisableApplicationScalingRuleResponseBody) GoString

func (*DisableApplicationScalingRuleResponseBody) SetCode

func (*DisableApplicationScalingRuleResponseBody) SetMessage

func (*DisableApplicationScalingRuleResponseBody) SetRequestId

func (DisableApplicationScalingRuleResponseBody) String

type DisableApplicationScalingRuleResponseBodyAppScalingRule

type DisableApplicationScalingRuleResponseBodyAppScalingRule struct {
	AppId            *string                                                         `json:"AppId,omitempty" xml:"AppId,omitempty"`
	CreateTime       *int64                                                          `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	LastDisableTime  *int64                                                          `json:"LastDisableTime,omitempty" xml:"LastDisableTime,omitempty"`
	MaxReplicas      *int32                                                          `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	Metric           *DisableApplicationScalingRuleResponseBodyAppScalingRuleMetric  `json:"Metric,omitempty" xml:"Metric,omitempty" type:"Struct"`
	MinReplicas      *int32                                                          `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
	ScaleRuleEnabled *bool                                                           `json:"ScaleRuleEnabled,omitempty" xml:"ScaleRuleEnabled,omitempty"`
	ScaleRuleName    *string                                                         `json:"ScaleRuleName,omitempty" xml:"ScaleRuleName,omitempty"`
	ScaleRuleType    *string                                                         `json:"ScaleRuleType,omitempty" xml:"ScaleRuleType,omitempty"`
	Trigger          *DisableApplicationScalingRuleResponseBodyAppScalingRuleTrigger `json:"Trigger,omitempty" xml:"Trigger,omitempty" type:"Struct"`
	UpdateTime       *int64                                                          `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (DisableApplicationScalingRuleResponseBodyAppScalingRule) GoString

func (*DisableApplicationScalingRuleResponseBodyAppScalingRule) SetAppId

func (*DisableApplicationScalingRuleResponseBodyAppScalingRule) SetCreateTime

func (*DisableApplicationScalingRuleResponseBodyAppScalingRule) SetLastDisableTime

func (*DisableApplicationScalingRuleResponseBodyAppScalingRule) SetMaxReplicas

func (*DisableApplicationScalingRuleResponseBodyAppScalingRule) SetMinReplicas

func (*DisableApplicationScalingRuleResponseBodyAppScalingRule) SetScaleRuleEnabled

func (*DisableApplicationScalingRuleResponseBodyAppScalingRule) SetScaleRuleName

func (*DisableApplicationScalingRuleResponseBodyAppScalingRule) SetScaleRuleType

func (*DisableApplicationScalingRuleResponseBodyAppScalingRule) SetUpdateTime

func (DisableApplicationScalingRuleResponseBodyAppScalingRule) String

type DisableApplicationScalingRuleResponseBodyAppScalingRuleMetric

type DisableApplicationScalingRuleResponseBodyAppScalingRuleMetric struct {
	MaxReplicas *int32                                                                  `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	Metrics     []*DisableApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics `json:"Metrics,omitempty" xml:"Metrics,omitempty" type:"Repeated"`
	MinReplicas *int32                                                                  `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
}

func (DisableApplicationScalingRuleResponseBodyAppScalingRuleMetric) GoString

func (*DisableApplicationScalingRuleResponseBodyAppScalingRuleMetric) SetMaxReplicas

func (*DisableApplicationScalingRuleResponseBodyAppScalingRuleMetric) SetMinReplicas

func (DisableApplicationScalingRuleResponseBodyAppScalingRuleMetric) String

type DisableApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics

type DisableApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics struct {
	MetricTargetAverageUtilization *int32  `json:"MetricTargetAverageUtilization,omitempty" xml:"MetricTargetAverageUtilization,omitempty"`
	MetricType                     *string `json:"MetricType,omitempty" xml:"MetricType,omitempty"`
}

func (DisableApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) GoString

func (*DisableApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) SetMetricTargetAverageUtilization

func (*DisableApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) SetMetricType

func (DisableApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) String

type DisableApplicationScalingRuleResponseBodyAppScalingRuleTrigger

type DisableApplicationScalingRuleResponseBodyAppScalingRuleTrigger struct {
	MaxReplicas *int32                                                                    `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	MinReplicas *int32                                                                    `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
	Triggers    []*DisableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers `json:"Triggers,omitempty" xml:"Triggers,omitempty" type:"Repeated"`
}

func (DisableApplicationScalingRuleResponseBodyAppScalingRuleTrigger) GoString

func (*DisableApplicationScalingRuleResponseBodyAppScalingRuleTrigger) SetMaxReplicas

func (*DisableApplicationScalingRuleResponseBodyAppScalingRuleTrigger) SetMinReplicas

func (DisableApplicationScalingRuleResponseBodyAppScalingRuleTrigger) String

type DisableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers

type DisableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers struct {
	MetaData *string `json:"MetaData,omitempty" xml:"MetaData,omitempty"`
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Type     *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (DisableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) GoString

func (*DisableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) SetMetaData

func (*DisableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) SetName

func (*DisableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) SetType

func (DisableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) String

type DisableMockRuleRequest

type DisableMockRuleRequest struct {
	Id *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
}

func (DisableMockRuleRequest) GoString

func (s DisableMockRuleRequest) GoString() string

func (*DisableMockRuleRequest) SetId

func (DisableMockRuleRequest) String

func (s DisableMockRuleRequest) String() string

type DisableMockRuleResponse

type DisableMockRuleResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DisableMockRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DisableMockRuleResponse) GoString

func (s DisableMockRuleResponse) GoString() string

func (*DisableMockRuleResponse) SetBody

func (*DisableMockRuleResponse) SetHeaders

func (*DisableMockRuleResponse) SetStatusCode added in v1.0.5

func (DisableMockRuleResponse) String

func (s DisableMockRuleResponse) String() string

type DisableMockRuleResponseBody

type DisableMockRuleResponseBody struct {
	Code      *int32                           `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *DisableMockRuleResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DisableMockRuleResponseBody) GoString

func (s DisableMockRuleResponseBody) GoString() string

func (*DisableMockRuleResponseBody) SetCode

func (*DisableMockRuleResponseBody) SetData

func (*DisableMockRuleResponseBody) SetMessage

func (*DisableMockRuleResponseBody) SetRequestId

func (*DisableMockRuleResponseBody) SetSuccess

func (DisableMockRuleResponseBody) String

type DisableMockRuleResponseBodyData

type DisableMockRuleResponseBodyData struct {
	AccountId       *string `json:"AccountId,omitempty" xml:"AccountId,omitempty"`
	ConsumerAppId   *string `json:"ConsumerAppId,omitempty" xml:"ConsumerAppId,omitempty"`
	ConsumerAppName *string `json:"ConsumerAppName,omitempty" xml:"ConsumerAppName,omitempty"`
	Enable          *bool   `json:"Enable,omitempty" xml:"Enable,omitempty"`
	ExtraJson       *string `json:"ExtraJson,omitempty" xml:"ExtraJson,omitempty"`
	Id              *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	NamespaceId     *string `json:"NamespaceId,omitempty" xml:"NamespaceId,omitempty"`
	ProviderAppId   *string `json:"ProviderAppId,omitempty" xml:"ProviderAppId,omitempty"`
	ProviderAppName *string `json:"ProviderAppName,omitempty" xml:"ProviderAppName,omitempty"`
	Region          *string `json:"Region,omitempty" xml:"Region,omitempty"`
	ScMockItemJson  *string `json:"ScMockItemJson,omitempty" xml:"ScMockItemJson,omitempty"`
	Source          *string `json:"Source,omitempty" xml:"Source,omitempty"`
}

func (DisableMockRuleResponseBodyData) GoString

func (*DisableMockRuleResponseBodyData) SetAccountId

func (*DisableMockRuleResponseBodyData) SetConsumerAppId

func (*DisableMockRuleResponseBodyData) SetConsumerAppName

func (*DisableMockRuleResponseBodyData) SetEnable

func (*DisableMockRuleResponseBodyData) SetExtraJson

func (*DisableMockRuleResponseBodyData) SetId

func (*DisableMockRuleResponseBodyData) SetName

func (*DisableMockRuleResponseBodyData) SetNamespaceId

func (*DisableMockRuleResponseBodyData) SetProviderAppId

func (*DisableMockRuleResponseBodyData) SetProviderAppName

func (*DisableMockRuleResponseBodyData) SetRegion

func (*DisableMockRuleResponseBodyData) SetScMockItemJson

func (*DisableMockRuleResponseBodyData) SetSource

func (DisableMockRuleResponseBodyData) String

type EnableApplicationScalingRuleRequest

type EnableApplicationScalingRuleRequest struct {
	AppId           *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ScalingRuleName *string `json:"ScalingRuleName,omitempty" xml:"ScalingRuleName,omitempty"`
}

func (EnableApplicationScalingRuleRequest) GoString

func (*EnableApplicationScalingRuleRequest) SetAppId

func (*EnableApplicationScalingRuleRequest) SetScalingRuleName

func (EnableApplicationScalingRuleRequest) String

type EnableApplicationScalingRuleResponse

type EnableApplicationScalingRuleResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *EnableApplicationScalingRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (EnableApplicationScalingRuleResponse) GoString

func (*EnableApplicationScalingRuleResponse) SetHeaders

func (*EnableApplicationScalingRuleResponse) SetStatusCode added in v1.0.5

func (EnableApplicationScalingRuleResponse) String

type EnableApplicationScalingRuleResponseBody

type EnableApplicationScalingRuleResponseBody struct {
	AppScalingRule *EnableApplicationScalingRuleResponseBodyAppScalingRule `json:"AppScalingRule,omitempty" xml:"AppScalingRule,omitempty" type:"Struct"`
	Code           *int32                                                  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message        *string                                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (EnableApplicationScalingRuleResponseBody) GoString

func (*EnableApplicationScalingRuleResponseBody) SetCode

func (*EnableApplicationScalingRuleResponseBody) SetMessage

func (*EnableApplicationScalingRuleResponseBody) SetRequestId

func (EnableApplicationScalingRuleResponseBody) String

type EnableApplicationScalingRuleResponseBodyAppScalingRule

type EnableApplicationScalingRuleResponseBodyAppScalingRule struct {
	AppId            *string                                                        `json:"AppId,omitempty" xml:"AppId,omitempty"`
	CreateTime       *int64                                                         `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	LastDisableTime  *int64                                                         `json:"LastDisableTime,omitempty" xml:"LastDisableTime,omitempty"`
	MaxReplicas      *int32                                                         `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	Metric           *EnableApplicationScalingRuleResponseBodyAppScalingRuleMetric  `json:"Metric,omitempty" xml:"Metric,omitempty" type:"Struct"`
	MinReplicas      *int32                                                         `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
	ScaleRuleEnabled *bool                                                          `json:"ScaleRuleEnabled,omitempty" xml:"ScaleRuleEnabled,omitempty"`
	ScaleRuleName    *string                                                        `json:"ScaleRuleName,omitempty" xml:"ScaleRuleName,omitempty"`
	ScaleRuleType    *string                                                        `json:"ScaleRuleType,omitempty" xml:"ScaleRuleType,omitempty"`
	Trigger          *EnableApplicationScalingRuleResponseBodyAppScalingRuleTrigger `json:"Trigger,omitempty" xml:"Trigger,omitempty" type:"Struct"`
	UpdateTime       *int64                                                         `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (EnableApplicationScalingRuleResponseBodyAppScalingRule) GoString

func (*EnableApplicationScalingRuleResponseBodyAppScalingRule) SetAppId

func (*EnableApplicationScalingRuleResponseBodyAppScalingRule) SetCreateTime

func (*EnableApplicationScalingRuleResponseBodyAppScalingRule) SetLastDisableTime

func (*EnableApplicationScalingRuleResponseBodyAppScalingRule) SetMaxReplicas

func (*EnableApplicationScalingRuleResponseBodyAppScalingRule) SetMinReplicas

func (*EnableApplicationScalingRuleResponseBodyAppScalingRule) SetScaleRuleEnabled

func (*EnableApplicationScalingRuleResponseBodyAppScalingRule) SetScaleRuleName

func (*EnableApplicationScalingRuleResponseBodyAppScalingRule) SetScaleRuleType

func (*EnableApplicationScalingRuleResponseBodyAppScalingRule) SetUpdateTime

func (EnableApplicationScalingRuleResponseBodyAppScalingRule) String

type EnableApplicationScalingRuleResponseBodyAppScalingRuleMetric

type EnableApplicationScalingRuleResponseBodyAppScalingRuleMetric struct {
	MaxReplicas *int32                                                                 `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	Metrics     []*EnableApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics `json:"Metrics,omitempty" xml:"Metrics,omitempty" type:"Repeated"`
	MinReplicas *int32                                                                 `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
}

func (EnableApplicationScalingRuleResponseBodyAppScalingRuleMetric) GoString

func (*EnableApplicationScalingRuleResponseBodyAppScalingRuleMetric) SetMaxReplicas

func (*EnableApplicationScalingRuleResponseBodyAppScalingRuleMetric) SetMinReplicas

func (EnableApplicationScalingRuleResponseBodyAppScalingRuleMetric) String

type EnableApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics

type EnableApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics struct {
	MetricTargetAverageUtilization *int32  `json:"MetricTargetAverageUtilization,omitempty" xml:"MetricTargetAverageUtilization,omitempty"`
	MetricType                     *string `json:"MetricType,omitempty" xml:"MetricType,omitempty"`
}

func (EnableApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) GoString

func (*EnableApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) SetMetricTargetAverageUtilization

func (*EnableApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) SetMetricType

func (EnableApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) String

type EnableApplicationScalingRuleResponseBodyAppScalingRuleTrigger

type EnableApplicationScalingRuleResponseBodyAppScalingRuleTrigger struct {
	MaxReplicas *int32                                                                   `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	MinReplicas *int32                                                                   `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
	Triggers    []*EnableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers `json:"Triggers,omitempty" xml:"Triggers,omitempty" type:"Repeated"`
}

func (EnableApplicationScalingRuleResponseBodyAppScalingRuleTrigger) GoString

func (*EnableApplicationScalingRuleResponseBodyAppScalingRuleTrigger) SetMaxReplicas

func (*EnableApplicationScalingRuleResponseBodyAppScalingRuleTrigger) SetMinReplicas

func (EnableApplicationScalingRuleResponseBodyAppScalingRuleTrigger) String

type EnableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers

type EnableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers struct {
	MetaData *string `json:"MetaData,omitempty" xml:"MetaData,omitempty"`
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Type     *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (EnableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) GoString

func (*EnableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) SetMetaData

func (*EnableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) SetName

func (*EnableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) SetType

func (EnableApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) String

type EnableMockRuleRequest

type EnableMockRuleRequest struct {
	Id *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
}

func (EnableMockRuleRequest) GoString

func (s EnableMockRuleRequest) GoString() string

func (*EnableMockRuleRequest) SetId

func (EnableMockRuleRequest) String

func (s EnableMockRuleRequest) String() string

type EnableMockRuleResponse

type EnableMockRuleResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *EnableMockRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (EnableMockRuleResponse) GoString

func (s EnableMockRuleResponse) GoString() string

func (*EnableMockRuleResponse) SetBody

func (*EnableMockRuleResponse) SetHeaders

func (*EnableMockRuleResponse) SetStatusCode added in v1.0.5

func (EnableMockRuleResponse) String

func (s EnableMockRuleResponse) String() string

type EnableMockRuleResponseBody

type EnableMockRuleResponseBody struct {
	Code      *int32                          `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *EnableMockRuleResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                         `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                           `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (EnableMockRuleResponseBody) GoString

func (s EnableMockRuleResponseBody) GoString() string

func (*EnableMockRuleResponseBody) SetCode

func (*EnableMockRuleResponseBody) SetData

func (*EnableMockRuleResponseBody) SetMessage

func (*EnableMockRuleResponseBody) SetRequestId

func (*EnableMockRuleResponseBody) SetSuccess

func (EnableMockRuleResponseBody) String

type EnableMockRuleResponseBodyData

type EnableMockRuleResponseBodyData struct {
	AccountId       *string `json:"AccountId,omitempty" xml:"AccountId,omitempty"`
	ConsumerAppId   *string `json:"ConsumerAppId,omitempty" xml:"ConsumerAppId,omitempty"`
	ConsumerAppName *string `json:"ConsumerAppName,omitempty" xml:"ConsumerAppName,omitempty"`
	Enable          *bool   `json:"Enable,omitempty" xml:"Enable,omitempty"`
	ExtraJson       *string `json:"ExtraJson,omitempty" xml:"ExtraJson,omitempty"`
	Id              *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	NamespaceId     *string `json:"NamespaceId,omitempty" xml:"NamespaceId,omitempty"`
	ProviderAppId   *string `json:"ProviderAppId,omitempty" xml:"ProviderAppId,omitempty"`
	ProviderAppName *string `json:"ProviderAppName,omitempty" xml:"ProviderAppName,omitempty"`
	Region          *string `json:"Region,omitempty" xml:"Region,omitempty"`
	ScMockItemJson  *string `json:"ScMockItemJson,omitempty" xml:"ScMockItemJson,omitempty"`
	Source          *string `json:"Source,omitempty" xml:"Source,omitempty"`
}

func (EnableMockRuleResponseBodyData) GoString

func (*EnableMockRuleResponseBodyData) SetAccountId

func (*EnableMockRuleResponseBodyData) SetConsumerAppId

func (*EnableMockRuleResponseBodyData) SetConsumerAppName

func (*EnableMockRuleResponseBodyData) SetEnable

func (*EnableMockRuleResponseBodyData) SetExtraJson

func (*EnableMockRuleResponseBodyData) SetId

func (*EnableMockRuleResponseBodyData) SetName

func (*EnableMockRuleResponseBodyData) SetNamespaceId

func (*EnableMockRuleResponseBodyData) SetProviderAppId

func (*EnableMockRuleResponseBodyData) SetProviderAppName

func (*EnableMockRuleResponseBodyData) SetRegion

func (*EnableMockRuleResponseBodyData) SetScMockItemJson

func (*EnableMockRuleResponseBodyData) SetSource

func (EnableMockRuleResponseBodyData) String

type GetAccountMockRuleRequest

type GetAccountMockRuleRequest struct {
	ConsumerAppName *string `json:"ConsumerAppName,omitempty" xml:"ConsumerAppName,omitempty"`
	MockType        *int64  `json:"MockType,omitempty" xml:"MockType,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace       *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	PageNumber      *string `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize        *string `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProviderAppName *string `json:"ProviderAppName,omitempty" xml:"ProviderAppName,omitempty"`
	Region          *string `json:"Region,omitempty" xml:"Region,omitempty"`
}

func (GetAccountMockRuleRequest) GoString

func (s GetAccountMockRuleRequest) GoString() string

func (*GetAccountMockRuleRequest) SetConsumerAppName

func (*GetAccountMockRuleRequest) SetMockType

func (*GetAccountMockRuleRequest) SetName

func (*GetAccountMockRuleRequest) SetNamespace

func (*GetAccountMockRuleRequest) SetPageNumber

func (*GetAccountMockRuleRequest) SetPageSize

func (*GetAccountMockRuleRequest) SetProviderAppName

func (*GetAccountMockRuleRequest) SetRegion

func (GetAccountMockRuleRequest) String

func (s GetAccountMockRuleRequest) String() string

type GetAccountMockRuleResponse

type GetAccountMockRuleResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetAccountMockRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAccountMockRuleResponse) GoString

func (s GetAccountMockRuleResponse) GoString() string

func (*GetAccountMockRuleResponse) SetBody

func (*GetAccountMockRuleResponse) SetHeaders

func (*GetAccountMockRuleResponse) SetStatusCode added in v1.0.5

func (GetAccountMockRuleResponse) String

type GetAccountMockRuleResponseBody

type GetAccountMockRuleResponseBody struct {
	Code    *string                             `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    *GetAccountMockRuleResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message *string                             `json:"Message,omitempty" xml:"Message,omitempty"`
	Success *bool                               `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetAccountMockRuleResponseBody) GoString

func (*GetAccountMockRuleResponseBody) SetCode

func (*GetAccountMockRuleResponseBody) SetMessage

func (*GetAccountMockRuleResponseBody) SetSuccess

func (GetAccountMockRuleResponseBody) String

type GetAccountMockRuleResponseBodyData

type GetAccountMockRuleResponseBodyData struct {
	PageNumber *int32                                      `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                      `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Result     []*GetAccountMockRuleResponseBodyDataResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	TotalSize  *int32                                      `json:"TotalSize,omitempty" xml:"TotalSize,omitempty"`
}

func (GetAccountMockRuleResponseBodyData) GoString

func (*GetAccountMockRuleResponseBodyData) SetPageNumber

func (*GetAccountMockRuleResponseBodyData) SetPageSize

func (*GetAccountMockRuleResponseBodyData) SetTotalSize

func (GetAccountMockRuleResponseBodyData) String

type GetAccountMockRuleResponseBodyDataResult

type GetAccountMockRuleResponseBodyDataResult struct {
	ConsumerAppId   *string                                                   `json:"ConsumerAppId,omitempty" xml:"ConsumerAppId,omitempty"`
	ConsumerAppName *string                                                   `json:"ConsumerAppName,omitempty" xml:"ConsumerAppName,omitempty"`
	DubboMockItems  []*GetAccountMockRuleResponseBodyDataResultDubboMockItems `json:"DubboMockItems,omitempty" xml:"DubboMockItems,omitempty" type:"Repeated"`
	Enable          *bool                                                     `json:"Enable,omitempty" xml:"Enable,omitempty"`
	GmtCreate       *string                                                   `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	GmtModified     *string                                                   `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	Id              *int32                                                    `json:"Id,omitempty" xml:"Id,omitempty"`
	Name            *string                                                   `json:"Name,omitempty" xml:"Name,omitempty"`
	ProviderAppId   *string                                                   `json:"ProviderAppId,omitempty" xml:"ProviderAppId,omitempty"`
	ProviderAppName *string                                                   `json:"ProviderAppName,omitempty" xml:"ProviderAppName,omitempty"`
	Region          *string                                                   `json:"Region,omitempty" xml:"Region,omitempty"`
	ScMockItems     []*GetAccountMockRuleResponseBodyDataResultScMockItems    `json:"ScMockItems,omitempty" xml:"ScMockItems,omitempty" type:"Repeated"`
	Status          *int32                                                    `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetAccountMockRuleResponseBodyDataResult) GoString

func (*GetAccountMockRuleResponseBodyDataResult) SetConsumerAppId

func (*GetAccountMockRuleResponseBodyDataResult) SetConsumerAppName

func (*GetAccountMockRuleResponseBodyDataResult) SetEnable

func (*GetAccountMockRuleResponseBodyDataResult) SetGmtCreate

func (*GetAccountMockRuleResponseBodyDataResult) SetGmtModified

func (*GetAccountMockRuleResponseBodyDataResult) SetId

func (*GetAccountMockRuleResponseBodyDataResult) SetName

func (*GetAccountMockRuleResponseBodyDataResult) SetProviderAppId

func (*GetAccountMockRuleResponseBodyDataResult) SetProviderAppName

func (*GetAccountMockRuleResponseBodyDataResult) SetRegion

func (*GetAccountMockRuleResponseBodyDataResult) SetStatus

func (GetAccountMockRuleResponseBodyDataResult) String

type GetAccountMockRuleResponseBodyDataResultDubboMockItems

type GetAccountMockRuleResponseBodyDataResultDubboMockItems struct {
	ExceptionClassName *string   `json:"ExceptionClassName,omitempty" xml:"ExceptionClassName,omitempty"`
	ExecuteCondition   *string   `json:"ExecuteCondition,omitempty" xml:"ExecuteCondition,omitempty"`
	Group              *string   `json:"Group,omitempty" xml:"Group,omitempty"`
	MethodName         *string   `json:"MethodName,omitempty" xml:"MethodName,omitempty"`
	Oper               *string   `json:"Oper,omitempty" xml:"Oper,omitempty"`
	ParamTypes         []*string `json:"ParamTypes,omitempty" xml:"ParamTypes,omitempty" type:"Repeated"`
	ServiceName        *string   `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	Value              *string   `json:"Value,omitempty" xml:"Value,omitempty"`
	Version            *string   `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (GetAccountMockRuleResponseBodyDataResultDubboMockItems) GoString

func (*GetAccountMockRuleResponseBodyDataResultDubboMockItems) SetExceptionClassName

func (*GetAccountMockRuleResponseBodyDataResultDubboMockItems) SetExecuteCondition

func (*GetAccountMockRuleResponseBodyDataResultDubboMockItems) SetGroup

func (*GetAccountMockRuleResponseBodyDataResultDubboMockItems) SetMethodName

func (*GetAccountMockRuleResponseBodyDataResultDubboMockItems) SetOper

func (*GetAccountMockRuleResponseBodyDataResultDubboMockItems) SetParamTypes

func (*GetAccountMockRuleResponseBodyDataResultDubboMockItems) SetServiceName

func (*GetAccountMockRuleResponseBodyDataResultDubboMockItems) SetValue

func (*GetAccountMockRuleResponseBodyDataResultDubboMockItems) SetVersion

func (GetAccountMockRuleResponseBodyDataResultDubboMockItems) String

type GetAccountMockRuleResponseBodyDataResultScMockItems

type GetAccountMockRuleResponseBodyDataResultScMockItems struct {
	ExceptionClassName *string `json:"ExceptionClassName,omitempty" xml:"ExceptionClassName,omitempty"`
	ExecuteCondition   *string `json:"ExecuteCondition,omitempty" xml:"ExecuteCondition,omitempty"`
	Method             *string `json:"Method,omitempty" xml:"Method,omitempty"`
	Oper               *string `json:"Oper,omitempty" xml:"Oper,omitempty"`
	Path               *string `json:"Path,omitempty" xml:"Path,omitempty"`
	ServiceName        *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	Value              *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (GetAccountMockRuleResponseBodyDataResultScMockItems) GoString

func (*GetAccountMockRuleResponseBodyDataResultScMockItems) SetExceptionClassName

func (*GetAccountMockRuleResponseBodyDataResultScMockItems) SetExecuteCondition

func (*GetAccountMockRuleResponseBodyDataResultScMockItems) SetMethod

func (*GetAccountMockRuleResponseBodyDataResultScMockItems) SetOper

func (*GetAccountMockRuleResponseBodyDataResultScMockItems) SetPath

func (*GetAccountMockRuleResponseBodyDataResultScMockItems) SetServiceName

func (*GetAccountMockRuleResponseBodyDataResultScMockItems) SetValue

func (GetAccountMockRuleResponseBodyDataResultScMockItems) String

type GetAppDeploymentRequest

type GetAppDeploymentRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
}

func (GetAppDeploymentRequest) GoString

func (s GetAppDeploymentRequest) GoString() string

func (*GetAppDeploymentRequest) SetAppId

func (GetAppDeploymentRequest) String

func (s GetAppDeploymentRequest) String() string

type GetAppDeploymentResponse

type GetAppDeploymentResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetAppDeploymentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAppDeploymentResponse) GoString

func (s GetAppDeploymentResponse) GoString() string

func (*GetAppDeploymentResponse) SetBody

func (*GetAppDeploymentResponse) SetHeaders

func (*GetAppDeploymentResponse) SetStatusCode added in v1.0.5

func (GetAppDeploymentResponse) String

func (s GetAppDeploymentResponse) String() string

type GetAppDeploymentResponseBody

type GetAppDeploymentResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetAppDeploymentResponseBody) GoString

func (s GetAppDeploymentResponseBody) GoString() string

func (*GetAppDeploymentResponseBody) SetCode

func (*GetAppDeploymentResponseBody) SetData

func (*GetAppDeploymentResponseBody) SetMessage

func (*GetAppDeploymentResponseBody) SetRequestId

func (GetAppDeploymentResponseBody) String

type GetApplicationRequest

type GetApplicationRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
}

func (GetApplicationRequest) GoString

func (s GetApplicationRequest) GoString() string

func (*GetApplicationRequest) SetAppId

func (GetApplicationRequest) String

func (s GetApplicationRequest) String() string

type GetApplicationResponse

type GetApplicationResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetApplicationResponse) GoString

func (s GetApplicationResponse) GoString() string

func (*GetApplicationResponse) SetBody

func (*GetApplicationResponse) SetHeaders

func (*GetApplicationResponse) SetStatusCode added in v1.0.5

func (GetApplicationResponse) String

func (s GetApplicationResponse) String() string

type GetApplicationResponseBody

type GetApplicationResponseBody struct {
	Application *GetApplicationResponseBodyApplication `json:"Application,omitempty" xml:"Application,omitempty" type:"Struct"`
	Code        *int32                                 `json:"Code,omitempty" xml:"Code,omitempty"`
	Message     *string                                `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetApplicationResponseBody) GoString

func (s GetApplicationResponseBody) GoString() string

func (*GetApplicationResponseBody) SetApplication

func (*GetApplicationResponseBody) SetCode

func (*GetApplicationResponseBody) SetMessage

func (*GetApplicationResponseBody) SetRequestId

func (GetApplicationResponseBody) String

type GetApplicationResponseBodyApplication

type GetApplicationResponseBodyApplication struct {
	AppId                *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ApplicationType      *string `json:"ApplicationType,omitempty" xml:"ApplicationType,omitempty"`
	BuildPackageId       *int64  `json:"BuildPackageId,omitempty" xml:"BuildPackageId,omitempty"`
	ClusterId            *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterType          *string `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	Cpu                  *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	CreateTime           *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Description          *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Dockerize            *bool   `json:"Dockerize,omitempty" xml:"Dockerize,omitempty"`
	Email                *string `json:"Email,omitempty" xml:"Email,omitempty"`
	ExtSlbId             *string `json:"ExtSlbId,omitempty" xml:"ExtSlbId,omitempty"`
	ExtSlbIp             *string `json:"ExtSlbIp,omitempty" xml:"ExtSlbIp,omitempty"`
	ExtSlbName           *string `json:"ExtSlbName,omitempty" xml:"ExtSlbName,omitempty"`
	HealthCheckUrl       *string `json:"HealthCheckUrl,omitempty" xml:"HealthCheckUrl,omitempty"`
	InstanceCount        *int32  `json:"InstanceCount,omitempty" xml:"InstanceCount,omitempty"`
	Memory               *int32  `json:"Memory,omitempty" xml:"Memory,omitempty"`
	Name                 *string `json:"Name,omitempty" xml:"Name,omitempty"`
	NameSpace            *string `json:"NameSpace,omitempty" xml:"NameSpace,omitempty"`
	Owner                *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	Port                 *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
	RegionId             *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RunningInstanceCount *int32  `json:"RunningInstanceCount,omitempty" xml:"RunningInstanceCount,omitempty"`
	SlbId                *string `json:"SlbId,omitempty" xml:"SlbId,omitempty"`
	SlbInfo              *string `json:"SlbInfo,omitempty" xml:"SlbInfo,omitempty"`
	SlbIp                *string `json:"SlbIp,omitempty" xml:"SlbIp,omitempty"`
	SlbName              *string `json:"SlbName,omitempty" xml:"SlbName,omitempty"`
	SlbPort              *int32  `json:"SlbPort,omitempty" xml:"SlbPort,omitempty"`
	UserId               *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (GetApplicationResponseBodyApplication) GoString

func (*GetApplicationResponseBodyApplication) SetAppId

func (*GetApplicationResponseBodyApplication) SetApplicationType

func (*GetApplicationResponseBodyApplication) SetBuildPackageId

func (*GetApplicationResponseBodyApplication) SetClusterId

func (*GetApplicationResponseBodyApplication) SetClusterType

func (*GetApplicationResponseBodyApplication) SetCpu

func (*GetApplicationResponseBodyApplication) SetCreateTime

func (*GetApplicationResponseBodyApplication) SetDescription

func (*GetApplicationResponseBodyApplication) SetDockerize

func (*GetApplicationResponseBodyApplication) SetEmail

func (*GetApplicationResponseBodyApplication) SetExtSlbId

func (*GetApplicationResponseBodyApplication) SetExtSlbIp

func (*GetApplicationResponseBodyApplication) SetExtSlbName

func (*GetApplicationResponseBodyApplication) SetHealthCheckUrl

func (*GetApplicationResponseBodyApplication) SetInstanceCount

func (*GetApplicationResponseBodyApplication) SetMemory

func (*GetApplicationResponseBodyApplication) SetName

func (*GetApplicationResponseBodyApplication) SetNameSpace

func (*GetApplicationResponseBodyApplication) SetOwner

func (*GetApplicationResponseBodyApplication) SetPort

func (*GetApplicationResponseBodyApplication) SetRegionId

func (*GetApplicationResponseBodyApplication) SetRunningInstanceCount

func (*GetApplicationResponseBodyApplication) SetSlbId

func (*GetApplicationResponseBodyApplication) SetSlbInfo

func (*GetApplicationResponseBodyApplication) SetSlbIp

func (*GetApplicationResponseBodyApplication) SetSlbName

func (*GetApplicationResponseBodyApplication) SetSlbPort

func (*GetApplicationResponseBodyApplication) SetUserId

func (GetApplicationResponseBodyApplication) String

type GetChangeOrderInfoRequest

type GetChangeOrderInfoRequest struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
}

func (GetChangeOrderInfoRequest) GoString

func (s GetChangeOrderInfoRequest) GoString() string

func (*GetChangeOrderInfoRequest) SetChangeOrderId

func (GetChangeOrderInfoRequest) String

func (s GetChangeOrderInfoRequest) String() string

type GetChangeOrderInfoResponse

type GetChangeOrderInfoResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetChangeOrderInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetChangeOrderInfoResponse) GoString

func (s GetChangeOrderInfoResponse) GoString() string

func (*GetChangeOrderInfoResponse) SetBody

func (*GetChangeOrderInfoResponse) SetHeaders

func (*GetChangeOrderInfoResponse) SetStatusCode added in v1.0.5

func (GetChangeOrderInfoResponse) String

type GetChangeOrderInfoResponseBody

type GetChangeOrderInfoResponseBody struct {
	Code            *int32                                         `json:"Code,omitempty" xml:"Code,omitempty"`
	Message         *string                                        `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId       *string                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ChangeOrderInfo *GetChangeOrderInfoResponseBodyChangeOrderInfo `json:"changeOrderInfo,omitempty" xml:"changeOrderInfo,omitempty" type:"Struct"`
}

func (GetChangeOrderInfoResponseBody) GoString

func (*GetChangeOrderInfoResponseBody) SetCode

func (*GetChangeOrderInfoResponseBody) SetMessage

func (*GetChangeOrderInfoResponseBody) SetRequestId

func (GetChangeOrderInfoResponseBody) String

type GetChangeOrderInfoResponseBodyChangeOrderInfo

type GetChangeOrderInfoResponseBodyChangeOrderInfo struct {
	BatchCount             *int32                                                         `json:"BatchCount,omitempty" xml:"BatchCount,omitempty"`
	BatchType              *string                                                        `json:"BatchType,omitempty" xml:"BatchType,omitempty"`
	ChangeOrderDescription *string                                                        `json:"ChangeOrderDescription,omitempty" xml:"ChangeOrderDescription,omitempty"`
	ChangeOrderId          *string                                                        `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	CoType                 *string                                                        `json:"CoType,omitempty" xml:"CoType,omitempty"`
	CreateTime             *string                                                        `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreateUserId           *string                                                        `json:"CreateUserId,omitempty" xml:"CreateUserId,omitempty"`
	Desc                   *string                                                        `json:"Desc,omitempty" xml:"Desc,omitempty"`
	PipelineInfoList       *GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoList `json:"PipelineInfoList,omitempty" xml:"PipelineInfoList,omitempty" type:"Struct"`
	Status                 *int32                                                         `json:"Status,omitempty" xml:"Status,omitempty"`
	SupportRollback        *bool                                                          `json:"SupportRollback,omitempty" xml:"SupportRollback,omitempty"`
	Targets                *GetChangeOrderInfoResponseBodyChangeOrderInfoTargets          `json:"Targets,omitempty" xml:"Targets,omitempty" type:"Struct"`
	TrafficControl         *GetChangeOrderInfoResponseBodyChangeOrderInfoTrafficControl   `json:"TrafficControl,omitempty" xml:"TrafficControl,omitempty" type:"Struct"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfo) GoString

func (*GetChangeOrderInfoResponseBodyChangeOrderInfo) SetBatchCount

func (*GetChangeOrderInfoResponseBodyChangeOrderInfo) SetBatchType

func (*GetChangeOrderInfoResponseBodyChangeOrderInfo) SetChangeOrderDescription

func (*GetChangeOrderInfoResponseBodyChangeOrderInfo) SetChangeOrderId

func (*GetChangeOrderInfoResponseBodyChangeOrderInfo) SetCoType

func (*GetChangeOrderInfoResponseBodyChangeOrderInfo) SetCreateTime

func (*GetChangeOrderInfoResponseBodyChangeOrderInfo) SetCreateUserId

func (*GetChangeOrderInfoResponseBodyChangeOrderInfo) SetDesc

func (*GetChangeOrderInfoResponseBodyChangeOrderInfo) SetStatus

func (*GetChangeOrderInfoResponseBodyChangeOrderInfo) SetSupportRollback

func (GetChangeOrderInfoResponseBodyChangeOrderInfo) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoList

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoList struct {
	PipelineInfo []*GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfo `json:"PipelineInfo,omitempty" xml:"PipelineInfo,omitempty" type:"Repeated"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoList) GoString

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoList) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfo

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfo struct {
	PipelineId      *string                                                                                   `json:"PipelineId,omitempty" xml:"PipelineId,omitempty"`
	PipelineName    *string                                                                                   `json:"PipelineName,omitempty" xml:"PipelineName,omitempty"`
	PipelineStatus  *int32                                                                                    `json:"PipelineStatus,omitempty" xml:"PipelineStatus,omitempty"`
	StageDetailList *GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailList `json:"StageDetailList,omitempty" xml:"StageDetailList,omitempty" type:"Struct"`
	StageList       *GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageList       `json:"StageList,omitempty" xml:"StageList,omitempty" type:"Struct"`
	StartTime       *string                                                                                   `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	UpdateTime      *string                                                                                   `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfo) GoString

func (*GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfo) SetPipelineId

func (*GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfo) SetPipelineName

func (*GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfo) SetPipelineStatus

func (*GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfo) SetStartTime

func (*GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfo) SetUpdateTime

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfo) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailList

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailList struct {
	StageDetailDTO []*GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTO `json:"StageDetailDTO,omitempty" xml:"StageDetailDTO,omitempty" type:"Repeated"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailList) GoString

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailList) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTO

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTO struct {
	StageId     *string                                                                                                         `json:"StageId,omitempty" xml:"StageId,omitempty"`
	StageName   *string                                                                                                         `json:"StageName,omitempty" xml:"StageName,omitempty"`
	StageStatus *int32                                                                                                          `json:"StageStatus,omitempty" xml:"StageStatus,omitempty"`
	TaskList    *GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTOTaskList `json:"TaskList,omitempty" xml:"TaskList,omitempty" type:"Struct"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTO) GoString

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTO) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTOTaskList

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTOTaskList struct {
	TaskInfoDTO []*GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTOTaskListTaskInfoDTO `json:"TaskInfoDTO,omitempty" xml:"TaskInfoDTO,omitempty" type:"Repeated"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTOTaskList) GoString

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTOTaskList) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTOTaskListTaskInfoDTO

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTOTaskListTaskInfoDTO struct {
	RetryType           *int32  `json:"RetryType,omitempty" xml:"RetryType,omitempty"`
	ShowManualIgnorance *bool   `json:"ShowManualIgnorance,omitempty" xml:"ShowManualIgnorance,omitempty"`
	TaskErrorCode       *string `json:"TaskErrorCode,omitempty" xml:"TaskErrorCode,omitempty"`
	TaskErrorIgnorance  *int32  `json:"TaskErrorIgnorance,omitempty" xml:"TaskErrorIgnorance,omitempty"`
	TaskErrorMessage    *string `json:"TaskErrorMessage,omitempty" xml:"TaskErrorMessage,omitempty"`
	TaskId              *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
	TaskMessage         *string `json:"TaskMessage,omitempty" xml:"TaskMessage,omitempty"`
	TaskName            *string `json:"TaskName,omitempty" xml:"TaskName,omitempty"`
	TaskStatus          *string `json:"TaskStatus,omitempty" xml:"TaskStatus,omitempty"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTOTaskListTaskInfoDTO) GoString

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageDetailListStageDetailDTOTaskListTaskInfoDTO) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageList

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageList struct {
	StageInfoDTO []*GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTO `json:"StageInfoDTO,omitempty" xml:"StageInfoDTO,omitempty" type:"Repeated"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageList) GoString

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageList) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTO

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTO struct {
	StageId        *string                                                                                                       `json:"StageId,omitempty" xml:"StageId,omitempty"`
	StageName      *string                                                                                                       `json:"StageName,omitempty" xml:"StageName,omitempty"`
	StageResultDTO *GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTO `json:"StageResultDTO,omitempty" xml:"StageResultDTO,omitempty" type:"Struct"`
	Status         *int32                                                                                                        `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTO) GoString

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTO) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTO

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTO struct {
	InstanceDTOList *GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOList `json:"InstanceDTOList,omitempty" xml:"InstanceDTOList,omitempty" type:"Struct"`
	ServiceStage    *GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOServiceStage    `json:"ServiceStage,omitempty" xml:"ServiceStage,omitempty" type:"Struct"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTO) GoString

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTO) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOList

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOList struct {
	InstanceDTO []*GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTO `json:"InstanceDTO,omitempty" xml:"InstanceDTO,omitempty" type:"Repeated"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOList) GoString

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOList) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTO

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTO struct {
	InstanceIp           *string                                                                                                                                                     `json:"InstanceIp,omitempty" xml:"InstanceIp,omitempty"`
	InstanceName         *string                                                                                                                                                     `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	InstanceStageDTOList *GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTOInstanceStageDTOList `json:"InstanceStageDTOList,omitempty" xml:"InstanceStageDTOList,omitempty" type:"Struct"`
	PodName              *string                                                                                                                                                     `json:"PodName,omitempty" xml:"PodName,omitempty"`
	PodStatus            *string                                                                                                                                                     `json:"PodStatus,omitempty" xml:"PodStatus,omitempty"`
	Status               *int32                                                                                                                                                      `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTO) GoString

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTO) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTOInstanceStageDTOList

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTOInstanceStageDTOList struct {
	InstanceStageDTO []*GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTOInstanceStageDTOListInstanceStageDTO `json:"InstanceStageDTO,omitempty" xml:"InstanceStageDTO,omitempty" type:"Repeated"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTOInstanceStageDTOList) GoString

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTOInstanceStageDTOList) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTOInstanceStageDTOListInstanceStageDTO

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTOInstanceStageDTOListInstanceStageDTO struct {
	FinishTime   *string `json:"FinishTime,omitempty" xml:"FinishTime,omitempty"`
	StageId      *string `json:"StageId,omitempty" xml:"StageId,omitempty"`
	StageMessage *string `json:"StageMessage,omitempty" xml:"StageMessage,omitempty"`
	StageName    *string `json:"StageName,omitempty" xml:"StageName,omitempty"`
	StartTime    *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Status       *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTOInstanceStageDTOListInstanceStageDTO) GoString

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOInstanceDTOListInstanceDTOInstanceStageDTOListInstanceStageDTO) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOServiceStage

type GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOServiceStage struct {
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	StageId   *string `json:"StageId,omitempty" xml:"StageId,omitempty"`
	StageName *string `json:"StageName,omitempty" xml:"StageName,omitempty"`
	Status    *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOServiceStage) GoString

func (GetChangeOrderInfoResponseBodyChangeOrderInfoPipelineInfoListPipelineInfoStageListStageInfoDTOStageResultDTOServiceStage) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoTargets

type GetChangeOrderInfoResponseBodyChangeOrderInfoTargets struct {
	Items []*string `json:"Items,omitempty" xml:"Items,omitempty" type:"Repeated"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoTargets) GoString

func (*GetChangeOrderInfoResponseBodyChangeOrderInfoTargets) SetItems

func (GetChangeOrderInfoResponseBodyChangeOrderInfoTargets) String

type GetChangeOrderInfoResponseBodyChangeOrderInfoTrafficControl

type GetChangeOrderInfoResponseBodyChangeOrderInfoTrafficControl struct {
	Routes *string `json:"Routes,omitempty" xml:"Routes,omitempty"`
	Rules  *string `json:"Rules,omitempty" xml:"Rules,omitempty"`
	Tips   *string `json:"Tips,omitempty" xml:"Tips,omitempty"`
}

func (GetChangeOrderInfoResponseBodyChangeOrderInfoTrafficControl) GoString

func (*GetChangeOrderInfoResponseBodyChangeOrderInfoTrafficControl) SetRoutes

func (*GetChangeOrderInfoResponseBodyChangeOrderInfoTrafficControl) SetRules

func (*GetChangeOrderInfoResponseBodyChangeOrderInfoTrafficControl) SetTips

func (GetChangeOrderInfoResponseBodyChangeOrderInfoTrafficControl) String

type GetClusterRequest

type GetClusterRequest struct {
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
}

func (GetClusterRequest) GoString

func (s GetClusterRequest) GoString() string

func (*GetClusterRequest) SetClusterId

func (s *GetClusterRequest) SetClusterId(v string) *GetClusterRequest

func (GetClusterRequest) String

func (s GetClusterRequest) String() string

type GetClusterResponse

type GetClusterResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetClusterResponse) GoString

func (s GetClusterResponse) GoString() string

func (*GetClusterResponse) SetBody

func (*GetClusterResponse) SetHeaders

func (s *GetClusterResponse) SetHeaders(v map[string]*string) *GetClusterResponse

func (*GetClusterResponse) SetStatusCode added in v1.0.5

func (s *GetClusterResponse) SetStatusCode(v int32) *GetClusterResponse

func (GetClusterResponse) String

func (s GetClusterResponse) String() string

type GetClusterResponseBody

type GetClusterResponseBody struct {
	Cluster   *GetClusterResponseBodyCluster `json:"Cluster,omitempty" xml:"Cluster,omitempty" type:"Struct"`
	Code      *int32                         `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string                        `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetClusterResponseBody) GoString

func (s GetClusterResponseBody) GoString() string

func (*GetClusterResponseBody) SetCluster

func (*GetClusterResponseBody) SetCode

func (*GetClusterResponseBody) SetMessage

func (*GetClusterResponseBody) SetRequestId

func (GetClusterResponseBody) String

func (s GetClusterResponseBody) String() string

type GetClusterResponseBodyCluster

type GetClusterResponseBodyCluster struct {
	ClusterId           *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterImportStatus *int32  `json:"ClusterImportStatus,omitempty" xml:"ClusterImportStatus,omitempty"`
	ClusterName         *string `json:"ClusterName,omitempty" xml:"ClusterName,omitempty"`
	ClusterType         *int32  `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	Cpu                 *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	CpuUsed             *int32  `json:"CpuUsed,omitempty" xml:"CpuUsed,omitempty"`
	CreateTime          *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CsClusterId         *string `json:"CsClusterId,omitempty" xml:"CsClusterId,omitempty"`
	Description         *string `json:"Description,omitempty" xml:"Description,omitempty"`
	IaasProvider        *string `json:"IaasProvider,omitempty" xml:"IaasProvider,omitempty"`
	Mem                 *int32  `json:"Mem,omitempty" xml:"Mem,omitempty"`
	MemUsed             *int32  `json:"MemUsed,omitempty" xml:"MemUsed,omitempty"`
	NetworkMode         *int32  `json:"NetworkMode,omitempty" xml:"NetworkMode,omitempty"`
	NodeNum             *int32  `json:"NodeNum,omitempty" xml:"NodeNum,omitempty"`
	OversoldFactor      *int32  `json:"OversoldFactor,omitempty" xml:"OversoldFactor,omitempty"`
	RegionId            *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	UpdateTime          *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	VpcId               *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (GetClusterResponseBodyCluster) GoString

func (*GetClusterResponseBodyCluster) SetClusterId

func (*GetClusterResponseBodyCluster) SetClusterImportStatus

func (*GetClusterResponseBodyCluster) SetClusterName

func (*GetClusterResponseBodyCluster) SetClusterType

func (*GetClusterResponseBodyCluster) SetCpu

func (*GetClusterResponseBodyCluster) SetCpuUsed

func (*GetClusterResponseBodyCluster) SetCreateTime

func (*GetClusterResponseBodyCluster) SetCsClusterId

func (*GetClusterResponseBodyCluster) SetDescription

func (*GetClusterResponseBodyCluster) SetIaasProvider

func (*GetClusterResponseBodyCluster) SetMem

func (*GetClusterResponseBodyCluster) SetMemUsed

func (*GetClusterResponseBodyCluster) SetNetworkMode

func (*GetClusterResponseBodyCluster) SetNodeNum

func (*GetClusterResponseBodyCluster) SetOversoldFactor

func (*GetClusterResponseBodyCluster) SetRegionId

func (*GetClusterResponseBodyCluster) SetUpdateTime

func (*GetClusterResponseBodyCluster) SetVpcId

func (GetClusterResponseBodyCluster) String

type GetContainerConfigurationRequest

type GetContainerConfigurationRequest struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
}

func (GetContainerConfigurationRequest) GoString

func (*GetContainerConfigurationRequest) SetAppId

func (*GetContainerConfigurationRequest) SetGroupId

func (GetContainerConfigurationRequest) String

type GetContainerConfigurationResponse

type GetContainerConfigurationResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetContainerConfigurationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetContainerConfigurationResponse) GoString

func (*GetContainerConfigurationResponse) SetHeaders

func (*GetContainerConfigurationResponse) SetStatusCode added in v1.0.5

func (GetContainerConfigurationResponse) String

type GetContainerConfigurationResponseBody

type GetContainerConfigurationResponseBody struct {
	Code                   *int32                                                       `json:"Code,omitempty" xml:"Code,omitempty"`
	ContainerConfiguration *GetContainerConfigurationResponseBodyContainerConfiguration `json:"ContainerConfiguration,omitempty" xml:"ContainerConfiguration,omitempty" type:"Struct"`
	Message                *string                                                      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId              *string                                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetContainerConfigurationResponseBody) GoString

func (*GetContainerConfigurationResponseBody) SetCode

func (*GetContainerConfigurationResponseBody) SetMessage

func (*GetContainerConfigurationResponseBody) SetRequestId

func (GetContainerConfigurationResponseBody) String

type GetContainerConfigurationResponseBodyContainerConfiguration

type GetContainerConfigurationResponseBodyContainerConfiguration struct {
	ContextPath     *string `json:"ContextPath,omitempty" xml:"ContextPath,omitempty"`
	HttpPort        *int32  `json:"HttpPort,omitempty" xml:"HttpPort,omitempty"`
	MaxThreads      *int32  `json:"MaxThreads,omitempty" xml:"MaxThreads,omitempty"`
	URIEncoding     *string `json:"URIEncoding,omitempty" xml:"URIEncoding,omitempty"`
	UseBodyEncoding *bool   `json:"UseBodyEncoding,omitempty" xml:"UseBodyEncoding,omitempty"`
}

func (GetContainerConfigurationResponseBodyContainerConfiguration) GoString

func (*GetContainerConfigurationResponseBodyContainerConfiguration) SetContextPath

func (*GetContainerConfigurationResponseBodyContainerConfiguration) SetHttpPort

func (*GetContainerConfigurationResponseBodyContainerConfiguration) SetMaxThreads

func (*GetContainerConfigurationResponseBodyContainerConfiguration) SetURIEncoding

func (*GetContainerConfigurationResponseBodyContainerConfiguration) SetUseBodyEncoding

func (GetContainerConfigurationResponseBodyContainerConfiguration) String

type GetJavaStartUpConfigRequest

type GetJavaStartUpConfigRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
}

func (GetJavaStartUpConfigRequest) GoString

func (s GetJavaStartUpConfigRequest) GoString() string

func (*GetJavaStartUpConfigRequest) SetAppId

func (GetJavaStartUpConfigRequest) String

type GetJavaStartUpConfigResponse

type GetJavaStartUpConfigResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetJavaStartUpConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetJavaStartUpConfigResponse) GoString

func (s GetJavaStartUpConfigResponse) GoString() string

func (*GetJavaStartUpConfigResponse) SetBody

func (*GetJavaStartUpConfigResponse) SetHeaders

func (*GetJavaStartUpConfigResponse) SetStatusCode added in v1.0.5

func (GetJavaStartUpConfigResponse) String

type GetJavaStartUpConfigResponseBody

type GetJavaStartUpConfigResponseBody struct {
	Code              *int32                                             `json:"Code,omitempty" xml:"Code,omitempty"`
	JavaStartUpConfig *GetJavaStartUpConfigResponseBodyJavaStartUpConfig `json:"JavaStartUpConfig,omitempty" xml:"JavaStartUpConfig,omitempty" type:"Struct"`
	Message           *string                                            `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId         *string                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetJavaStartUpConfigResponseBody) GoString

func (*GetJavaStartUpConfigResponseBody) SetCode

func (*GetJavaStartUpConfigResponseBody) SetMessage

func (*GetJavaStartUpConfigResponseBody) SetRequestId

func (GetJavaStartUpConfigResponseBody) String

type GetJavaStartUpConfigResponseBodyJavaStartUpConfig

type GetJavaStartUpConfigResponseBodyJavaStartUpConfig struct {
	OriginalConfigs *string `json:"OriginalConfigs,omitempty" xml:"OriginalConfigs,omitempty"`
	StartUpArgs     *string `json:"StartUpArgs,omitempty" xml:"StartUpArgs,omitempty"`
}

func (GetJavaStartUpConfigResponseBodyJavaStartUpConfig) GoString

func (*GetJavaStartUpConfigResponseBodyJavaStartUpConfig) SetOriginalConfigs

func (*GetJavaStartUpConfigResponseBodyJavaStartUpConfig) SetStartUpArgs

func (GetJavaStartUpConfigResponseBodyJavaStartUpConfig) String

type GetJvmConfigurationRequest

type GetJvmConfigurationRequest struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
}

func (GetJvmConfigurationRequest) GoString

func (s GetJvmConfigurationRequest) GoString() string

func (*GetJvmConfigurationRequest) SetAppId

func (*GetJvmConfigurationRequest) SetGroupId

func (GetJvmConfigurationRequest) String

type GetJvmConfigurationResponse

type GetJvmConfigurationResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetJvmConfigurationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetJvmConfigurationResponse) GoString

func (s GetJvmConfigurationResponse) GoString() string

func (*GetJvmConfigurationResponse) SetBody

func (*GetJvmConfigurationResponse) SetHeaders

func (*GetJvmConfigurationResponse) SetStatusCode added in v1.0.5

func (GetJvmConfigurationResponse) String

type GetJvmConfigurationResponseBody

type GetJvmConfigurationResponseBody struct {
	Code             *int32                                           `json:"Code,omitempty" xml:"Code,omitempty"`
	JvmConfiguration *GetJvmConfigurationResponseBodyJvmConfiguration `json:"JvmConfiguration,omitempty" xml:"JvmConfiguration,omitempty" type:"Struct"`
	Message          *string                                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId        *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetJvmConfigurationResponseBody) GoString

func (*GetJvmConfigurationResponseBody) SetCode

func (*GetJvmConfigurationResponseBody) SetMessage

func (*GetJvmConfigurationResponseBody) SetRequestId

func (GetJvmConfigurationResponseBody) String

type GetJvmConfigurationResponseBodyJvmConfiguration

type GetJvmConfigurationResponseBodyJvmConfiguration struct {
	MaxHeapSize *int32  `json:"MaxHeapSize,omitempty" xml:"MaxHeapSize,omitempty"`
	MaxPermSize *int32  `json:"MaxPermSize,omitempty" xml:"MaxPermSize,omitempty"`
	MinHeapSize *int32  `json:"MinHeapSize,omitempty" xml:"MinHeapSize,omitempty"`
	Options     *string `json:"Options,omitempty" xml:"Options,omitempty"`
}

func (GetJvmConfigurationResponseBodyJvmConfiguration) GoString

func (*GetJvmConfigurationResponseBodyJvmConfiguration) SetMaxHeapSize

func (*GetJvmConfigurationResponseBodyJvmConfiguration) SetMaxPermSize

func (*GetJvmConfigurationResponseBodyJvmConfiguration) SetMinHeapSize

func (*GetJvmConfigurationResponseBodyJvmConfiguration) SetOptions

func (GetJvmConfigurationResponseBodyJvmConfiguration) String

type GetK8sApplicationRequest

type GetK8sApplicationRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	From  *string `json:"From,omitempty" xml:"From,omitempty"`
}

func (GetK8sApplicationRequest) GoString

func (s GetK8sApplicationRequest) GoString() string

func (*GetK8sApplicationRequest) SetAppId

func (*GetK8sApplicationRequest) SetFrom

func (GetK8sApplicationRequest) String

func (s GetK8sApplicationRequest) String() string

type GetK8sApplicationResponse

type GetK8sApplicationResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetK8sApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetK8sApplicationResponse) GoString

func (s GetK8sApplicationResponse) GoString() string

func (*GetK8sApplicationResponse) SetBody

func (*GetK8sApplicationResponse) SetHeaders

func (*GetK8sApplicationResponse) SetStatusCode added in v1.0.5

func (GetK8sApplicationResponse) String

func (s GetK8sApplicationResponse) String() string

type GetK8sApplicationResponseBody

type GetK8sApplicationResponseBody struct {
	Applcation *GetK8sApplicationResponseBodyApplcation `json:"Applcation,omitempty" xml:"Applcation,omitempty" type:"Struct"`
	Code       *int32                                   `json:"Code,omitempty" xml:"Code,omitempty"`
	Message    *string                                  `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId  *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetK8sApplicationResponseBody) GoString

func (*GetK8sApplicationResponseBody) SetCode

func (*GetK8sApplicationResponseBody) SetMessage

func (*GetK8sApplicationResponseBody) SetRequestId

func (GetK8sApplicationResponseBody) String

type GetK8sApplicationResponseBodyApplcation

type GetK8sApplicationResponseBodyApplcation struct {
	App           *GetK8sApplicationResponseBodyApplcationApp           `json:"App,omitempty" xml:"App,omitempty" type:"Struct"`
	AppId         *string                                               `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Conf          *GetK8sApplicationResponseBodyApplcationConf          `json:"Conf,omitempty" xml:"Conf,omitempty" type:"Struct"`
	DeployGroups  *GetK8sApplicationResponseBodyApplcationDeployGroups  `json:"DeployGroups,omitempty" xml:"DeployGroups,omitempty" type:"Struct"`
	ImageInfo     *GetK8sApplicationResponseBodyApplcationImageInfo     `json:"ImageInfo,omitempty" xml:"ImageInfo,omitempty" type:"Struct"`
	LatestVersion *GetK8sApplicationResponseBodyApplcationLatestVersion `json:"LatestVersion,omitempty" xml:"LatestVersion,omitempty" type:"Struct"`
}

func (GetK8sApplicationResponseBodyApplcation) GoString

func (*GetK8sApplicationResponseBodyApplcation) SetAppId

func (GetK8sApplicationResponseBodyApplcation) String

type GetK8sApplicationResponseBodyApplcationApp

type GetK8sApplicationResponseBodyApplcationApp struct {
	AppId                  *string                                            `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ApplicationName        *string                                            `json:"ApplicationName,omitempty" xml:"ApplicationName,omitempty"`
	ApplicationType        *string                                            `json:"ApplicationType,omitempty" xml:"ApplicationType,omitempty"`
	BuildpackId            *int32                                             `json:"BuildpackId,omitempty" xml:"BuildpackId,omitempty"`
	ClusterId              *string                                            `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Cmd                    *string                                            `json:"Cmd,omitempty" xml:"Cmd,omitempty"`
	CmdArgs                *GetK8sApplicationResponseBodyApplcationAppCmdArgs `json:"CmdArgs,omitempty" xml:"CmdArgs,omitempty" type:"Struct"`
	CsClusterId            *string                                            `json:"CsClusterId,omitempty" xml:"CsClusterId,omitempty"`
	DeployType             *string                                            `json:"DeployType,omitempty" xml:"DeployType,omitempty"`
	DevelopType            *string                                            `json:"DevelopType,omitempty" xml:"DevelopType,omitempty"`
	EdasContainerVersion   *string                                            `json:"EdasContainerVersion,omitempty" xml:"EdasContainerVersion,omitempty"`
	EnvList                *GetK8sApplicationResponseBodyApplcationAppEnvList `json:"EnvList,omitempty" xml:"EnvList,omitempty" type:"Struct"`
	Instances              *int32                                             `json:"Instances,omitempty" xml:"Instances,omitempty"`
	InstancesBeforeScaling *int32                                             `json:"InstancesBeforeScaling,omitempty" xml:"InstancesBeforeScaling,omitempty"`
	K8sNamespace           *string                                            `json:"K8sNamespace,omitempty" xml:"K8sNamespace,omitempty"`
	LimitCpuM              *int32                                             `json:"LimitCpuM,omitempty" xml:"LimitCpuM,omitempty"`
	LimitMem               *int32                                             `json:"LimitMem,omitempty" xml:"LimitMem,omitempty"`
	RegionId               *string                                            `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RequestCpuM            *int32                                             `json:"RequestCpuM,omitempty" xml:"RequestCpuM,omitempty"`
	RequestMem             *int32                                             `json:"RequestMem,omitempty" xml:"RequestMem,omitempty"`
	TomcatVersion          *string                                            `json:"TomcatVersion,omitempty" xml:"TomcatVersion,omitempty"`
}

func (GetK8sApplicationResponseBodyApplcationApp) GoString

func (*GetK8sApplicationResponseBodyApplcationApp) SetAppId

func (*GetK8sApplicationResponseBodyApplcationApp) SetApplicationName

func (*GetK8sApplicationResponseBodyApplcationApp) SetApplicationType

func (*GetK8sApplicationResponseBodyApplcationApp) SetBuildpackId

func (*GetK8sApplicationResponseBodyApplcationApp) SetClusterId

func (*GetK8sApplicationResponseBodyApplcationApp) SetCmd

func (*GetK8sApplicationResponseBodyApplcationApp) SetCsClusterId

func (*GetK8sApplicationResponseBodyApplcationApp) SetDeployType

func (*GetK8sApplicationResponseBodyApplcationApp) SetDevelopType

func (*GetK8sApplicationResponseBodyApplcationApp) SetEdasContainerVersion

func (*GetK8sApplicationResponseBodyApplcationApp) SetInstances

func (*GetK8sApplicationResponseBodyApplcationApp) SetInstancesBeforeScaling

func (*GetK8sApplicationResponseBodyApplcationApp) SetK8sNamespace

func (*GetK8sApplicationResponseBodyApplcationApp) SetLimitCpuM

func (*GetK8sApplicationResponseBodyApplcationApp) SetLimitMem

func (*GetK8sApplicationResponseBodyApplcationApp) SetRegionId

func (*GetK8sApplicationResponseBodyApplcationApp) SetRequestCpuM

func (*GetK8sApplicationResponseBodyApplcationApp) SetRequestMem

func (*GetK8sApplicationResponseBodyApplcationApp) SetTomcatVersion

func (GetK8sApplicationResponseBodyApplcationApp) String

type GetK8sApplicationResponseBodyApplcationAppCmdArgs

type GetK8sApplicationResponseBodyApplcationAppCmdArgs struct {
	CmdArg []*string `json:"CmdArg,omitempty" xml:"CmdArg,omitempty" type:"Repeated"`
}

func (GetK8sApplicationResponseBodyApplcationAppCmdArgs) GoString

func (*GetK8sApplicationResponseBodyApplcationAppCmdArgs) SetCmdArg

func (GetK8sApplicationResponseBodyApplcationAppCmdArgs) String

type GetK8sApplicationResponseBodyApplcationAppEnvList

type GetK8sApplicationResponseBodyApplcationAppEnvList struct {
	Env []*GetK8sApplicationResponseBodyApplcationAppEnvListEnv `json:"Env,omitempty" xml:"Env,omitempty" type:"Repeated"`
}

func (GetK8sApplicationResponseBodyApplcationAppEnvList) GoString

func (GetK8sApplicationResponseBodyApplcationAppEnvList) String

type GetK8sApplicationResponseBodyApplcationAppEnvListEnv

type GetK8sApplicationResponseBodyApplcationAppEnvListEnv struct {
	Name  *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (GetK8sApplicationResponseBodyApplcationAppEnvListEnv) GoString

func (*GetK8sApplicationResponseBodyApplcationAppEnvListEnv) SetName

func (*GetK8sApplicationResponseBodyApplcationAppEnvListEnv) SetValue

func (GetK8sApplicationResponseBodyApplcationAppEnvListEnv) String

type GetK8sApplicationResponseBodyApplcationConf

type GetK8sApplicationResponseBodyApplcationConf struct {
	Affinity           *string `json:"Affinity,omitempty" xml:"Affinity,omitempty"`
	AhasEnabled        *bool   `json:"AhasEnabled,omitempty" xml:"AhasEnabled,omitempty"`
	DeployAcrossNodes  *string `json:"DeployAcrossNodes,omitempty" xml:"DeployAcrossNodes,omitempty"`
	DeployAcrossZones  *string `json:"DeployAcrossZones,omitempty" xml:"DeployAcrossZones,omitempty"`
	JarStartArgs       *string `json:"JarStartArgs,omitempty" xml:"JarStartArgs,omitempty"`
	JarStartOptions    *string `json:"JarStartOptions,omitempty" xml:"JarStartOptions,omitempty"`
	K8sCmd             *string `json:"K8sCmd,omitempty" xml:"K8sCmd,omitempty"`
	K8sCmdArgs         *string `json:"K8sCmdArgs,omitempty" xml:"K8sCmdArgs,omitempty"`
	K8sLocalvolumeInfo *string `json:"K8sLocalvolumeInfo,omitempty" xml:"K8sLocalvolumeInfo,omitempty"`
	K8sNasInfo         *string `json:"K8sNasInfo,omitempty" xml:"K8sNasInfo,omitempty"`
	K8sVolumeInfo      *string `json:"K8sVolumeInfo,omitempty" xml:"K8sVolumeInfo,omitempty"`
	Liveness           *string `json:"Liveness,omitempty" xml:"Liveness,omitempty"`
	PostStart          *string `json:"PostStart,omitempty" xml:"PostStart,omitempty"`
	PreStop            *string `json:"PreStop,omitempty" xml:"PreStop,omitempty"`
	Readiness          *string `json:"Readiness,omitempty" xml:"Readiness,omitempty"`
	RuntimeClassName   *string `json:"RuntimeClassName,omitempty" xml:"RuntimeClassName,omitempty"`
	Tolerations        *string `json:"Tolerations,omitempty" xml:"Tolerations,omitempty"`
}

func (GetK8sApplicationResponseBodyApplcationConf) GoString

func (*GetK8sApplicationResponseBodyApplcationConf) SetAffinity

func (*GetK8sApplicationResponseBodyApplcationConf) SetAhasEnabled

func (*GetK8sApplicationResponseBodyApplcationConf) SetDeployAcrossNodes

func (*GetK8sApplicationResponseBodyApplcationConf) SetDeployAcrossZones

func (*GetK8sApplicationResponseBodyApplcationConf) SetJarStartArgs

func (*GetK8sApplicationResponseBodyApplcationConf) SetJarStartOptions

func (*GetK8sApplicationResponseBodyApplcationConf) SetK8sCmd

func (*GetK8sApplicationResponseBodyApplcationConf) SetK8sCmdArgs

func (*GetK8sApplicationResponseBodyApplcationConf) SetK8sLocalvolumeInfo

func (*GetK8sApplicationResponseBodyApplcationConf) SetK8sNasInfo

func (*GetK8sApplicationResponseBodyApplcationConf) SetK8sVolumeInfo

func (*GetK8sApplicationResponseBodyApplcationConf) SetLiveness

func (*GetK8sApplicationResponseBodyApplcationConf) SetPostStart

func (*GetK8sApplicationResponseBodyApplcationConf) SetPreStop

func (*GetK8sApplicationResponseBodyApplcationConf) SetReadiness

func (*GetK8sApplicationResponseBodyApplcationConf) SetRuntimeClassName

func (*GetK8sApplicationResponseBodyApplcationConf) SetTolerations

func (GetK8sApplicationResponseBodyApplcationConf) String

type GetK8sApplicationResponseBodyApplcationDeployGroups

type GetK8sApplicationResponseBodyApplcationDeployGroups struct {
	DeployGroup []*GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroup `json:"DeployGroup,omitempty" xml:"DeployGroup,omitempty" type:"Repeated"`
}

func (GetK8sApplicationResponseBodyApplcationDeployGroups) GoString

func (GetK8sApplicationResponseBodyApplcationDeployGroups) String

type GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroup

type GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroup struct {
	Components *GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroupComponents `json:"Components,omitempty" xml:"Components,omitempty" type:"Struct"`
	Env        *string                                                                   `json:"Env,omitempty" xml:"Env,omitempty"`
}

func (GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroup) GoString

func (*GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroup) SetEnv added in v1.0.6

func (GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroup) String

type GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroupComponents

type GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroupComponents struct {
	Components []*GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroupComponentsComponents `json:"Components,omitempty" xml:"Components,omitempty" type:"Repeated"`
}

func (GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroupComponents) GoString

func (GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroupComponents) String

type GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroupComponentsComponents

type GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroupComponentsComponents struct {
	ComponentId  *string `json:"ComponentId,omitempty" xml:"ComponentId,omitempty"`
	ComponentKey *string `json:"ComponentKey,omitempty" xml:"ComponentKey,omitempty"`
	Type         *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroupComponentsComponents) GoString

func (*GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroupComponentsComponents) SetComponentId

func (*GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroupComponentsComponents) SetComponentKey

func (GetK8sApplicationResponseBodyApplcationDeployGroupsDeployGroupComponentsComponents) String

type GetK8sApplicationResponseBodyApplcationImageInfo

type GetK8sApplicationResponseBodyApplcationImageInfo struct {
	ImageUrl       *string `json:"ImageUrl,omitempty" xml:"ImageUrl,omitempty"`
	RegionId       *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RepoId         *string `json:"RepoId,omitempty" xml:"RepoId,omitempty"`
	RepoName       *string `json:"RepoName,omitempty" xml:"RepoName,omitempty"`
	RepoNamespace  *string `json:"RepoNamespace,omitempty" xml:"RepoNamespace,omitempty"`
	RepoOriginType *string `json:"RepoOriginType,omitempty" xml:"RepoOriginType,omitempty"`
	Tag            *string `json:"Tag,omitempty" xml:"Tag,omitempty"`
}

func (GetK8sApplicationResponseBodyApplcationImageInfo) GoString

func (*GetK8sApplicationResponseBodyApplcationImageInfo) SetImageUrl

func (*GetK8sApplicationResponseBodyApplcationImageInfo) SetRegionId

func (*GetK8sApplicationResponseBodyApplcationImageInfo) SetRepoId

func (*GetK8sApplicationResponseBodyApplcationImageInfo) SetRepoName

func (*GetK8sApplicationResponseBodyApplcationImageInfo) SetRepoNamespace

func (*GetK8sApplicationResponseBodyApplcationImageInfo) SetRepoOriginType

func (*GetK8sApplicationResponseBodyApplcationImageInfo) SetTag

func (GetK8sApplicationResponseBodyApplcationImageInfo) String

type GetK8sApplicationResponseBodyApplcationLatestVersion

type GetK8sApplicationResponseBodyApplcationLatestVersion struct {
	PackageVersion *string `json:"PackageVersion,omitempty" xml:"PackageVersion,omitempty"`
	Url            *string `json:"Url,omitempty" xml:"Url,omitempty"`
	WarUrl         *string `json:"WarUrl,omitempty" xml:"WarUrl,omitempty"`
}

func (GetK8sApplicationResponseBodyApplcationLatestVersion) GoString

func (*GetK8sApplicationResponseBodyApplcationLatestVersion) SetPackageVersion

func (*GetK8sApplicationResponseBodyApplcationLatestVersion) SetUrl

func (*GetK8sApplicationResponseBodyApplcationLatestVersion) SetWarUrl

func (GetK8sApplicationResponseBodyApplcationLatestVersion) String

type GetK8sClusterRequest

type GetK8sClusterRequest struct {
	ClusterType *int32  `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	CurrentPage *int32  `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	PageSize    *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RegionTag   *string `json:"RegionTag,omitempty" xml:"RegionTag,omitempty"`
}

func (GetK8sClusterRequest) GoString

func (s GetK8sClusterRequest) GoString() string

func (*GetK8sClusterRequest) SetClusterType

func (s *GetK8sClusterRequest) SetClusterType(v int32) *GetK8sClusterRequest

func (*GetK8sClusterRequest) SetCurrentPage

func (s *GetK8sClusterRequest) SetCurrentPage(v int32) *GetK8sClusterRequest

func (*GetK8sClusterRequest) SetPageSize

func (s *GetK8sClusterRequest) SetPageSize(v int32) *GetK8sClusterRequest

func (*GetK8sClusterRequest) SetRegionTag

func (s *GetK8sClusterRequest) SetRegionTag(v string) *GetK8sClusterRequest

func (GetK8sClusterRequest) String

func (s GetK8sClusterRequest) String() string

type GetK8sClusterResponse

type GetK8sClusterResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetK8sClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetK8sClusterResponse) GoString

func (s GetK8sClusterResponse) GoString() string

func (*GetK8sClusterResponse) SetBody

func (*GetK8sClusterResponse) SetHeaders

func (*GetK8sClusterResponse) SetStatusCode added in v1.0.5

func (s *GetK8sClusterResponse) SetStatusCode(v int32) *GetK8sClusterResponse

func (GetK8sClusterResponse) String

func (s GetK8sClusterResponse) String() string

type GetK8sClusterResponseBody

type GetK8sClusterResponseBody struct {
	ClusterPage *GetK8sClusterResponseBodyClusterPage `json:"ClusterPage,omitempty" xml:"ClusterPage,omitempty" type:"Struct"`
	Code        *int32                                `json:"Code,omitempty" xml:"Code,omitempty"`
	Message     *string                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetK8sClusterResponseBody) GoString

func (s GetK8sClusterResponseBody) GoString() string

func (*GetK8sClusterResponseBody) SetClusterPage

func (*GetK8sClusterResponseBody) SetCode

func (*GetK8sClusterResponseBody) SetMessage

func (*GetK8sClusterResponseBody) SetRequestId

func (GetK8sClusterResponseBody) String

func (s GetK8sClusterResponseBody) String() string

type GetK8sClusterResponseBodyClusterPage

type GetK8sClusterResponseBodyClusterPage struct {
	ClusterList *GetK8sClusterResponseBodyClusterPageClusterList `json:"ClusterList,omitempty" xml:"ClusterList,omitempty" type:"Struct"`
	CurrentPage *int32                                           `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	PageSize    *int32                                           `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalSize   *int32                                           `json:"TotalSize,omitempty" xml:"TotalSize,omitempty"`
}

func (GetK8sClusterResponseBodyClusterPage) GoString

func (*GetK8sClusterResponseBodyClusterPage) SetCurrentPage

func (*GetK8sClusterResponseBodyClusterPage) SetPageSize

func (*GetK8sClusterResponseBodyClusterPage) SetTotalSize

func (GetK8sClusterResponseBodyClusterPage) String

type GetK8sClusterResponseBodyClusterPageClusterList

type GetK8sClusterResponseBodyClusterPageClusterList struct {
	Cluster []*GetK8sClusterResponseBodyClusterPageClusterListCluster `json:"Cluster,omitempty" xml:"Cluster,omitempty" type:"Repeated"`
}

func (GetK8sClusterResponseBodyClusterPageClusterList) GoString

func (GetK8sClusterResponseBodyClusterPageClusterList) String

type GetK8sClusterResponseBodyClusterPageClusterListCluster

type GetK8sClusterResponseBodyClusterPageClusterListCluster struct {
	ClusterId           *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterImportStatus *int32  `json:"ClusterImportStatus,omitempty" xml:"ClusterImportStatus,omitempty"`
	ClusterName         *string `json:"ClusterName,omitempty" xml:"ClusterName,omitempty"`
	ClusterStatus       *int32  `json:"ClusterStatus,omitempty" xml:"ClusterStatus,omitempty"`
	ClusterType         *int32  `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	Cpu                 *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	CsClusterId         *string `json:"CsClusterId,omitempty" xml:"CsClusterId,omitempty"`
	CsClusterStatus     *string `json:"CsClusterStatus,omitempty" xml:"CsClusterStatus,omitempty"`
	Description         *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Mem                 *int32  `json:"Mem,omitempty" xml:"Mem,omitempty"`
	NetworkMode         *int32  `json:"NetworkMode,omitempty" xml:"NetworkMode,omitempty"`
	NodeNum             *int32  `json:"NodeNum,omitempty" xml:"NodeNum,omitempty"`
	RegionId            *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	SubNetCidr          *string `json:"SubNetCidr,omitempty" xml:"SubNetCidr,omitempty"`
	VpcId               *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	VswitchId           *string `json:"VswitchId,omitempty" xml:"VswitchId,omitempty"`
}

func (GetK8sClusterResponseBodyClusterPageClusterListCluster) GoString

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetClusterId

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetClusterImportStatus

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetClusterName

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetClusterStatus

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetClusterType

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetCpu

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetCsClusterId

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetCsClusterStatus

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetDescription

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetMem

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetNetworkMode

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetNodeNum

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetRegionId

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetSubNetCidr

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetVpcId

func (*GetK8sClusterResponseBodyClusterPageClusterListCluster) SetVswitchId

func (GetK8sClusterResponseBodyClusterPageClusterListCluster) String

type GetK8sServicesRequest

type GetK8sServicesRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
}

func (GetK8sServicesRequest) GoString

func (s GetK8sServicesRequest) GoString() string

func (*GetK8sServicesRequest) SetAppId

func (GetK8sServicesRequest) String

func (s GetK8sServicesRequest) String() string

type GetK8sServicesResponse

type GetK8sServicesResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetK8sServicesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetK8sServicesResponse) GoString

func (s GetK8sServicesResponse) GoString() string

func (*GetK8sServicesResponse) SetBody

func (*GetK8sServicesResponse) SetHeaders

func (*GetK8sServicesResponse) SetStatusCode added in v1.0.5

func (GetK8sServicesResponse) String

func (s GetK8sServicesResponse) String() string

type GetK8sServicesResponseBody

type GetK8sServicesResponseBody struct {
	Code      *int32                                `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Services  []*GetK8sServicesResponseBodyServices `json:"Services,omitempty" xml:"Services,omitempty" type:"Repeated"`
}

func (GetK8sServicesResponseBody) GoString

func (s GetK8sServicesResponseBody) GoString() string

func (*GetK8sServicesResponseBody) SetCode

func (*GetK8sServicesResponseBody) SetMessage

func (*GetK8sServicesResponseBody) SetRequestId

func (*GetK8sServicesResponseBody) SetServices

func (GetK8sServicesResponseBody) String

type GetK8sServicesResponseBodyServices

type GetK8sServicesResponseBodyServices struct {
	ClusterIP    *string                                           `json:"ClusterIP,omitempty" xml:"ClusterIP,omitempty"`
	Name         *string                                           `json:"Name,omitempty" xml:"Name,omitempty"`
	ServicePorts []*GetK8sServicesResponseBodyServicesServicePorts `json:"ServicePorts,omitempty" xml:"ServicePorts,omitempty" type:"Repeated"`
	Type         *string                                           `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GetK8sServicesResponseBodyServices) GoString

func (*GetK8sServicesResponseBodyServices) SetClusterIP

func (*GetK8sServicesResponseBodyServices) SetName

func (*GetK8sServicesResponseBodyServices) SetType

func (GetK8sServicesResponseBodyServices) String

type GetK8sServicesResponseBodyServicesServicePorts

type GetK8sServicesResponseBodyServicesServicePorts struct {
	NodePort   *int32  `json:"NodePort,omitempty" xml:"NodePort,omitempty"`
	Port       *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
	Protocol   *string `json:"Protocol,omitempty" xml:"Protocol,omitempty"`
	TargetPort *string `json:"TargetPort,omitempty" xml:"TargetPort,omitempty"`
}

func (GetK8sServicesResponseBodyServicesServicePorts) GoString

func (*GetK8sServicesResponseBodyServicesServicePorts) SetNodePort

func (*GetK8sServicesResponseBodyServicesServicePorts) SetPort

func (*GetK8sServicesResponseBodyServicesServicePorts) SetProtocol

func (*GetK8sServicesResponseBodyServicesServicePorts) SetTargetPort

func (GetK8sServicesResponseBodyServicesServicePorts) String

type GetMockRuleByConsumerAppIdRequest

type GetMockRuleByConsumerAppIdRequest struct {
	ConsumerAppId *string `json:"ConsumerAppId,omitempty" xml:"ConsumerAppId,omitempty"`
	Region        *string `json:"Region,omitempty" xml:"Region,omitempty"`
}

func (GetMockRuleByConsumerAppIdRequest) GoString

func (*GetMockRuleByConsumerAppIdRequest) SetConsumerAppId

func (*GetMockRuleByConsumerAppIdRequest) SetRegion

func (GetMockRuleByConsumerAppIdRequest) String

type GetMockRuleByConsumerAppIdResponse

type GetMockRuleByConsumerAppIdResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetMockRuleByConsumerAppIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetMockRuleByConsumerAppIdResponse) GoString

func (*GetMockRuleByConsumerAppIdResponse) SetHeaders

func (*GetMockRuleByConsumerAppIdResponse) SetStatusCode added in v1.0.5

func (GetMockRuleByConsumerAppIdResponse) String

type GetMockRuleByConsumerAppIdResponseBody

type GetMockRuleByConsumerAppIdResponseBody struct {
	Code      *string                                       `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      []*GetMockRuleByConsumerAppIdResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	HttpCode  *string                                       `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Message   *string                                       `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                         `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetMockRuleByConsumerAppIdResponseBody) GoString

func (*GetMockRuleByConsumerAppIdResponseBody) SetCode

func (*GetMockRuleByConsumerAppIdResponseBody) SetHttpCode

func (*GetMockRuleByConsumerAppIdResponseBody) SetMessage

func (*GetMockRuleByConsumerAppIdResponseBody) SetRequestId

func (*GetMockRuleByConsumerAppIdResponseBody) SetSuccess

func (GetMockRuleByConsumerAppIdResponseBody) String

type GetMockRuleByConsumerAppIdResponseBodyData

type GetMockRuleByConsumerAppIdResponseBodyData struct {
	AccountId       *string `json:"AccountId,omitempty" xml:"AccountId,omitempty"`
	ConsumerAppId   *string `json:"ConsumerAppId,omitempty" xml:"ConsumerAppId,omitempty"`
	ConsumerAppName *string `json:"ConsumerAppName,omitempty" xml:"ConsumerAppName,omitempty"`
	Enable          *bool   `json:"Enable,omitempty" xml:"Enable,omitempty"`
	ExtraJson       *string `json:"ExtraJson,omitempty" xml:"ExtraJson,omitempty"`
	Id              *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	NamespaceId     *string `json:"NamespaceId,omitempty" xml:"NamespaceId,omitempty"`
	ProviderAppId   *string `json:"ProviderAppId,omitempty" xml:"ProviderAppId,omitempty"`
	ProviderAppName *string `json:"ProviderAppName,omitempty" xml:"ProviderAppName,omitempty"`
	Region          *string `json:"Region,omitempty" xml:"Region,omitempty"`
	ScMockItemJson  *string `json:"ScMockItemJson,omitempty" xml:"ScMockItemJson,omitempty"`
	Source          *string `json:"Source,omitempty" xml:"Source,omitempty"`
}

func (GetMockRuleByConsumerAppIdResponseBodyData) GoString

func (*GetMockRuleByConsumerAppIdResponseBodyData) SetAccountId

func (*GetMockRuleByConsumerAppIdResponseBodyData) SetConsumerAppId

func (*GetMockRuleByConsumerAppIdResponseBodyData) SetConsumerAppName

func (*GetMockRuleByConsumerAppIdResponseBodyData) SetEnable

func (*GetMockRuleByConsumerAppIdResponseBodyData) SetExtraJson

func (*GetMockRuleByConsumerAppIdResponseBodyData) SetId

func (*GetMockRuleByConsumerAppIdResponseBodyData) SetName

func (*GetMockRuleByConsumerAppIdResponseBodyData) SetNamespaceId

func (*GetMockRuleByConsumerAppIdResponseBodyData) SetProviderAppId

func (*GetMockRuleByConsumerAppIdResponseBodyData) SetProviderAppName

func (*GetMockRuleByConsumerAppIdResponseBodyData) SetRegion

func (*GetMockRuleByConsumerAppIdResponseBodyData) SetScMockItemJson

func (*GetMockRuleByConsumerAppIdResponseBodyData) SetSource

func (GetMockRuleByConsumerAppIdResponseBodyData) String

type GetMockRuleByProviderAppIdRequest

type GetMockRuleByProviderAppIdRequest struct {
	ProviderAppId *string `json:"ProviderAppId,omitempty" xml:"ProviderAppId,omitempty"`
	Region        *string `json:"Region,omitempty" xml:"Region,omitempty"`
}

func (GetMockRuleByProviderAppIdRequest) GoString

func (*GetMockRuleByProviderAppIdRequest) SetProviderAppId

func (*GetMockRuleByProviderAppIdRequest) SetRegion

func (GetMockRuleByProviderAppIdRequest) String

type GetMockRuleByProviderAppIdResponse

type GetMockRuleByProviderAppIdResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetMockRuleByProviderAppIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetMockRuleByProviderAppIdResponse) GoString

func (*GetMockRuleByProviderAppIdResponse) SetHeaders

func (*GetMockRuleByProviderAppIdResponse) SetStatusCode added in v1.0.5

func (GetMockRuleByProviderAppIdResponse) String

type GetMockRuleByProviderAppIdResponseBody

type GetMockRuleByProviderAppIdResponseBody struct {
	Code      *string                                       `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      []*GetMockRuleByProviderAppIdResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	HttpCode  *string                                       `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Message   *string                                       `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                         `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetMockRuleByProviderAppIdResponseBody) GoString

func (*GetMockRuleByProviderAppIdResponseBody) SetCode

func (*GetMockRuleByProviderAppIdResponseBody) SetHttpCode

func (*GetMockRuleByProviderAppIdResponseBody) SetMessage

func (*GetMockRuleByProviderAppIdResponseBody) SetRequestId

func (*GetMockRuleByProviderAppIdResponseBody) SetSuccess

func (GetMockRuleByProviderAppIdResponseBody) String

type GetMockRuleByProviderAppIdResponseBodyData

type GetMockRuleByProviderAppIdResponseBodyData struct {
	AccountId       *string `json:"AccountId,omitempty" xml:"AccountId,omitempty"`
	ConsumerAppId   *string `json:"ConsumerAppId,omitempty" xml:"ConsumerAppId,omitempty"`
	ConsumerAppName *string `json:"ConsumerAppName,omitempty" xml:"ConsumerAppName,omitempty"`
	Enable          *bool   `json:"Enable,omitempty" xml:"Enable,omitempty"`
	ExtraJson       *string `json:"ExtraJson,omitempty" xml:"ExtraJson,omitempty"`
	Id              *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	NamespaceId     *string `json:"NamespaceId,omitempty" xml:"NamespaceId,omitempty"`
	ProviderAppId   *string `json:"ProviderAppId,omitempty" xml:"ProviderAppId,omitempty"`
	ProviderAppName *string `json:"ProviderAppName,omitempty" xml:"ProviderAppName,omitempty"`
	Region          *string `json:"Region,omitempty" xml:"Region,omitempty"`
	ScMockItemJson  *string `json:"ScMockItemJson,omitempty" xml:"ScMockItemJson,omitempty"`
	Source          *string `json:"Source,omitempty" xml:"Source,omitempty"`
}

func (GetMockRuleByProviderAppIdResponseBodyData) GoString

func (*GetMockRuleByProviderAppIdResponseBodyData) SetAccountId

func (*GetMockRuleByProviderAppIdResponseBodyData) SetConsumerAppId

func (*GetMockRuleByProviderAppIdResponseBodyData) SetConsumerAppName

func (*GetMockRuleByProviderAppIdResponseBodyData) SetEnable

func (*GetMockRuleByProviderAppIdResponseBodyData) SetExtraJson

func (*GetMockRuleByProviderAppIdResponseBodyData) SetId

func (*GetMockRuleByProviderAppIdResponseBodyData) SetName

func (*GetMockRuleByProviderAppIdResponseBodyData) SetNamespaceId

func (*GetMockRuleByProviderAppIdResponseBodyData) SetProviderAppId

func (*GetMockRuleByProviderAppIdResponseBodyData) SetProviderAppName

func (*GetMockRuleByProviderAppIdResponseBodyData) SetRegion

func (*GetMockRuleByProviderAppIdResponseBodyData) SetScMockItemJson

func (*GetMockRuleByProviderAppIdResponseBodyData) SetSource

func (GetMockRuleByProviderAppIdResponseBodyData) String

type GetPackageStorageCredentialResponse

type GetPackageStorageCredentialResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetPackageStorageCredentialResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetPackageStorageCredentialResponse) GoString

func (*GetPackageStorageCredentialResponse) SetHeaders

func (*GetPackageStorageCredentialResponse) SetStatusCode added in v1.0.5

func (GetPackageStorageCredentialResponse) String

type GetPackageStorageCredentialResponseBody

type GetPackageStorageCredentialResponseBody struct {
	Code       *int32                                             `json:"Code,omitempty" xml:"Code,omitempty"`
	Credential *GetPackageStorageCredentialResponseBodyCredential `json:"Credential,omitempty" xml:"Credential,omitempty" type:"Struct"`
	Message    *string                                            `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId  *string                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetPackageStorageCredentialResponseBody) GoString

func (*GetPackageStorageCredentialResponseBody) SetCode

func (*GetPackageStorageCredentialResponseBody) SetMessage

func (*GetPackageStorageCredentialResponseBody) SetRequestId

func (GetPackageStorageCredentialResponseBody) String

type GetPackageStorageCredentialResponseBodyCredential

type GetPackageStorageCredentialResponseBodyCredential struct {
	AccessKeyId     *string `json:"AccessKeyId,omitempty" xml:"AccessKeyId,omitempty"`
	AccessKeySecret *string `json:"AccessKeySecret,omitempty" xml:"AccessKeySecret,omitempty"`
	Bucket          *string `json:"Bucket,omitempty" xml:"Bucket,omitempty"`
	Expiration      *string `json:"Expiration,omitempty" xml:"Expiration,omitempty"`
	KeyPrefix       *string `json:"KeyPrefix,omitempty" xml:"KeyPrefix,omitempty"`
	RegionId        *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	SecurityToken   *string `json:"SecurityToken,omitempty" xml:"SecurityToken,omitempty"`
}

func (GetPackageStorageCredentialResponseBodyCredential) GoString

func (*GetPackageStorageCredentialResponseBodyCredential) SetAccessKeyId

func (*GetPackageStorageCredentialResponseBodyCredential) SetAccessKeySecret

func (*GetPackageStorageCredentialResponseBodyCredential) SetBucket

func (*GetPackageStorageCredentialResponseBodyCredential) SetExpiration

func (*GetPackageStorageCredentialResponseBodyCredential) SetKeyPrefix

func (*GetPackageStorageCredentialResponseBodyCredential) SetRegionId

func (*GetPackageStorageCredentialResponseBodyCredential) SetSecurityToken

func (GetPackageStorageCredentialResponseBodyCredential) String

type GetScalingRulesRequest

type GetScalingRulesRequest struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	Mode    *string `json:"Mode,omitempty" xml:"Mode,omitempty"`
}

func (GetScalingRulesRequest) GoString

func (s GetScalingRulesRequest) GoString() string

func (*GetScalingRulesRequest) SetAppId

func (*GetScalingRulesRequest) SetGroupId

func (*GetScalingRulesRequest) SetMode

func (GetScalingRulesRequest) String

func (s GetScalingRulesRequest) String() string

type GetScalingRulesResponse

type GetScalingRulesResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetScalingRulesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetScalingRulesResponse) GoString

func (s GetScalingRulesResponse) GoString() string

func (*GetScalingRulesResponse) SetBody

func (*GetScalingRulesResponse) SetHeaders

func (*GetScalingRulesResponse) SetStatusCode added in v1.0.5

func (GetScalingRulesResponse) String

func (s GetScalingRulesResponse) String() string

type GetScalingRulesResponseBody

type GetScalingRulesResponseBody struct {
	Code       *int32                           `json:"Code,omitempty" xml:"Code,omitempty"`
	Data       *GetScalingRulesResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message    *string                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId  *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	UpdateTime *int64                           `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (GetScalingRulesResponseBody) GoString

func (s GetScalingRulesResponseBody) GoString() string

func (*GetScalingRulesResponseBody) SetCode

func (*GetScalingRulesResponseBody) SetData

func (*GetScalingRulesResponseBody) SetMessage

func (*GetScalingRulesResponseBody) SetRequestId

func (*GetScalingRulesResponseBody) SetUpdateTime

func (GetScalingRulesResponseBody) String

type GetScalingRulesResponseBodyData

type GetScalingRulesResponseBodyData struct {
	ClusterType    *int32                                   `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	OversoldFactor *int32                                   `json:"OversoldFactor,omitempty" xml:"OversoldFactor,omitempty"`
	RuleList       *GetScalingRulesResponseBodyDataRuleList `json:"RuleList,omitempty" xml:"RuleList,omitempty" type:"Struct"`
	UpdateTime     *int64                                   `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	VpcId          *string                                  `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (GetScalingRulesResponseBodyData) GoString

func (*GetScalingRulesResponseBodyData) SetClusterType

func (*GetScalingRulesResponseBodyData) SetOversoldFactor

func (*GetScalingRulesResponseBodyData) SetUpdateTime

func (*GetScalingRulesResponseBodyData) SetVpcId

func (GetScalingRulesResponseBodyData) String

type GetScalingRulesResponseBodyDataRuleList

type GetScalingRulesResponseBodyDataRuleList struct {
	Rule []*GetScalingRulesResponseBodyDataRuleListRule `json:"Rule,omitempty" xml:"Rule,omitempty" type:"Repeated"`
}

func (GetScalingRulesResponseBodyDataRuleList) GoString

func (GetScalingRulesResponseBodyDataRuleList) String

type GetScalingRulesResponseBodyDataRuleListRule

type GetScalingRulesResponseBodyDataRuleListRule struct {
	AppId           *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Cond            *string `json:"Cond,omitempty" xml:"Cond,omitempty"`
	Cpu             *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	CreateTime      *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Duration        *int32  `json:"Duration,omitempty" xml:"Duration,omitempty"`
	Enable          *bool   `json:"Enable,omitempty" xml:"Enable,omitempty"`
	GroupId         *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	InstNum         *int32  `json:"InstNum,omitempty" xml:"InstNum,omitempty"`
	LoadNum         *int32  `json:"LoadNum,omitempty" xml:"LoadNum,omitempty"`
	MetricType      *string `json:"MetricType,omitempty" xml:"MetricType,omitempty"`
	Mode            *string `json:"Mode,omitempty" xml:"Mode,omitempty"`
	MultiAzPolicy   *string `json:"MultiAzPolicy,omitempty" xml:"MultiAzPolicy,omitempty"`
	ResourceFrom    *string `json:"ResourceFrom,omitempty" xml:"ResourceFrom,omitempty"`
	Rt              *int32  `json:"Rt,omitempty" xml:"Rt,omitempty"`
	SpecId          *string `json:"SpecId,omitempty" xml:"SpecId,omitempty"`
	Step            *int32  `json:"Step,omitempty" xml:"Step,omitempty"`
	TemplateId      *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"`
	TemplateVersion *int32  `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"`
	UpdateTime      *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	VSwitchIds      *string `json:"VSwitchIds,omitempty" xml:"VSwitchIds,omitempty"`
	VpcId           *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (GetScalingRulesResponseBodyDataRuleListRule) GoString

func (*GetScalingRulesResponseBodyDataRuleListRule) SetAppId

func (*GetScalingRulesResponseBodyDataRuleListRule) SetCond

func (*GetScalingRulesResponseBodyDataRuleListRule) SetCpu

func (*GetScalingRulesResponseBodyDataRuleListRule) SetCreateTime

func (*GetScalingRulesResponseBodyDataRuleListRule) SetDuration

func (*GetScalingRulesResponseBodyDataRuleListRule) SetEnable

func (*GetScalingRulesResponseBodyDataRuleListRule) SetGroupId

func (*GetScalingRulesResponseBodyDataRuleListRule) SetInstNum

func (*GetScalingRulesResponseBodyDataRuleListRule) SetLoadNum

func (*GetScalingRulesResponseBodyDataRuleListRule) SetMetricType

func (*GetScalingRulesResponseBodyDataRuleListRule) SetMode

func (*GetScalingRulesResponseBodyDataRuleListRule) SetMultiAzPolicy

func (*GetScalingRulesResponseBodyDataRuleListRule) SetResourceFrom

func (*GetScalingRulesResponseBodyDataRuleListRule) SetRt

func (*GetScalingRulesResponseBodyDataRuleListRule) SetSpecId

func (*GetScalingRulesResponseBodyDataRuleListRule) SetStep

func (*GetScalingRulesResponseBodyDataRuleListRule) SetTemplateId

func (*GetScalingRulesResponseBodyDataRuleListRule) SetTemplateVersion

func (*GetScalingRulesResponseBodyDataRuleListRule) SetUpdateTime

func (*GetScalingRulesResponseBodyDataRuleListRule) SetVSwitchIds

func (*GetScalingRulesResponseBodyDataRuleListRule) SetVpcId

func (GetScalingRulesResponseBodyDataRuleListRule) String

type GetSecureTokenRequest

type GetSecureTokenRequest struct {
	NamespaceId *string `json:"NamespaceId,omitempty" xml:"NamespaceId,omitempty"`
}

func (GetSecureTokenRequest) GoString

func (s GetSecureTokenRequest) GoString() string

func (*GetSecureTokenRequest) SetNamespaceId

func (s *GetSecureTokenRequest) SetNamespaceId(v string) *GetSecureTokenRequest

func (GetSecureTokenRequest) String

func (s GetSecureTokenRequest) String() string

type GetSecureTokenResponse

type GetSecureTokenResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetSecureTokenResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSecureTokenResponse) GoString

func (s GetSecureTokenResponse) GoString() string

func (*GetSecureTokenResponse) SetBody

func (*GetSecureTokenResponse) SetHeaders

func (*GetSecureTokenResponse) SetStatusCode added in v1.0.5

func (GetSecureTokenResponse) String

func (s GetSecureTokenResponse) String() string

type GetSecureTokenResponseBody

type GetSecureTokenResponseBody struct {
	Code        *int32                                 `json:"Code,omitempty" xml:"Code,omitempty"`
	Message     *string                                `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SecureToken *GetSecureTokenResponseBodySecureToken `json:"SecureToken,omitempty" xml:"SecureToken,omitempty" type:"Struct"`
}

func (GetSecureTokenResponseBody) GoString

func (s GetSecureTokenResponseBody) GoString() string

func (*GetSecureTokenResponseBody) SetCode

func (*GetSecureTokenResponseBody) SetMessage

func (*GetSecureTokenResponseBody) SetRequestId

func (*GetSecureTokenResponseBody) SetSecureToken

func (GetSecureTokenResponseBody) String

type GetSecureTokenResponseBodySecureToken

type GetSecureTokenResponseBodySecureToken struct {
	AccessKey         *string `json:"AccessKey,omitempty" xml:"AccessKey,omitempty"`
	AddressServerHost *string `json:"AddressServerHost,omitempty" xml:"AddressServerHost,omitempty"`
	BelongRegion      *string `json:"BelongRegion,omitempty" xml:"BelongRegion,omitempty"`
	Description       *string `json:"Description,omitempty" xml:"Description,omitempty"`
	EdasId            *string `json:"EdasId,omitempty" xml:"EdasId,omitempty"`
	Id                *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	RegionId          *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RegionName        *string `json:"RegionName,omitempty" xml:"RegionName,omitempty"`
	SecretKey         *string `json:"SecretKey,omitempty" xml:"SecretKey,omitempty"`
	TenantId          *string `json:"TenantId,omitempty" xml:"TenantId,omitempty"`
	UserId            *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (GetSecureTokenResponseBodySecureToken) GoString

func (*GetSecureTokenResponseBodySecureToken) SetAccessKey

func (*GetSecureTokenResponseBodySecureToken) SetAddressServerHost

func (*GetSecureTokenResponseBodySecureToken) SetBelongRegion

func (*GetSecureTokenResponseBodySecureToken) SetDescription

func (*GetSecureTokenResponseBodySecureToken) SetEdasId

func (*GetSecureTokenResponseBodySecureToken) SetId

func (*GetSecureTokenResponseBodySecureToken) SetRegionId

func (*GetSecureTokenResponseBodySecureToken) SetRegionName

func (*GetSecureTokenResponseBodySecureToken) SetSecretKey

func (*GetSecureTokenResponseBodySecureToken) SetTenantId

func (*GetSecureTokenResponseBodySecureToken) SetUserId

func (GetSecureTokenResponseBodySecureToken) String

type GetServiceConsumersPageRequest

type GetServiceConsumersPageRequest struct {
	AppId          *string `json:"appId,omitempty" xml:"appId,omitempty"`
	Group          *string `json:"group,omitempty" xml:"group,omitempty"`
	Ip             *string `json:"ip,omitempty" xml:"ip,omitempty"`
	Namespace      *string `json:"namespace,omitempty" xml:"namespace,omitempty"`
	Origin         *string `json:"origin,omitempty" xml:"origin,omitempty"`
	Page           *int32  `json:"page,omitempty" xml:"page,omitempty"`
	Region         *string `json:"region,omitempty" xml:"region,omitempty"`
	RegistryType   *string `json:"registryType,omitempty" xml:"registryType,omitempty"`
	ServiceId      *string `json:"serviceId,omitempty" xml:"serviceId,omitempty"`
	ServiceName    *string `json:"serviceName,omitempty" xml:"serviceName,omitempty"`
	ServiceType    *string `json:"serviceType,omitempty" xml:"serviceType,omitempty"`
	ServiceVersion *string `json:"serviceVersion,omitempty" xml:"serviceVersion,omitempty"`
	Size           *int32  `json:"size,omitempty" xml:"size,omitempty"`
	Source         *string `json:"source,omitempty" xml:"source,omitempty"`
}

func (GetServiceConsumersPageRequest) GoString

func (*GetServiceConsumersPageRequest) SetAppId

func (*GetServiceConsumersPageRequest) SetGroup

func (*GetServiceConsumersPageRequest) SetIp

func (*GetServiceConsumersPageRequest) SetNamespace

func (*GetServiceConsumersPageRequest) SetOrigin

func (*GetServiceConsumersPageRequest) SetPage

func (*GetServiceConsumersPageRequest) SetRegion

func (*GetServiceConsumersPageRequest) SetRegistryType

func (*GetServiceConsumersPageRequest) SetServiceId

func (*GetServiceConsumersPageRequest) SetServiceName

func (*GetServiceConsumersPageRequest) SetServiceType

func (*GetServiceConsumersPageRequest) SetServiceVersion

func (*GetServiceConsumersPageRequest) SetSize

func (*GetServiceConsumersPageRequest) SetSource

func (GetServiceConsumersPageRequest) String

type GetServiceConsumersPageResponse

type GetServiceConsumersPageResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetServiceConsumersPageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetServiceConsumersPageResponse) GoString

func (*GetServiceConsumersPageResponse) SetHeaders

func (*GetServiceConsumersPageResponse) SetStatusCode added in v1.0.5

func (GetServiceConsumersPageResponse) String

type GetServiceConsumersPageResponseBody

type GetServiceConsumersPageResponseBody struct {
	Code    *int32                                   `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    *GetServiceConsumersPageResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message *string                                  `json:"Message,omitempty" xml:"Message,omitempty"`
	Success *bool                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetServiceConsumersPageResponseBody) GoString

func (*GetServiceConsumersPageResponseBody) SetCode

func (*GetServiceConsumersPageResponseBody) SetMessage

func (*GetServiceConsumersPageResponseBody) SetSuccess

func (GetServiceConsumersPageResponseBody) String

type GetServiceConsumersPageResponseBodyData

type GetServiceConsumersPageResponseBodyData struct {
	Content       []*GetServiceConsumersPageResponseBodyDataContent `json:"Content,omitempty" xml:"Content,omitempty" type:"Repeated"`
	Size          *int32                                            `json:"Size,omitempty" xml:"Size,omitempty"`
	TotalElements *int32                                            `json:"TotalElements,omitempty" xml:"TotalElements,omitempty"`
	TotalPages    *int32                                            `json:"TotalPages,omitempty" xml:"TotalPages,omitempty"`
}

func (GetServiceConsumersPageResponseBodyData) GoString

func (*GetServiceConsumersPageResponseBodyData) SetSize

func (*GetServiceConsumersPageResponseBodyData) SetTotalElements

func (*GetServiceConsumersPageResponseBodyData) SetTotalPages

func (GetServiceConsumersPageResponseBodyData) String

type GetServiceConsumersPageResponseBodyDataContent

type GetServiceConsumersPageResponseBodyDataContent struct {
	EdasAppName *string `json:"EdasAppName,omitempty" xml:"EdasAppName,omitempty"`
	EdassAppId  *string `json:"EdassAppId,omitempty" xml:"EdassAppId,omitempty"`
	Ip          *string `json:"Ip,omitempty" xml:"Ip,omitempty"`
}

func (GetServiceConsumersPageResponseBodyDataContent) GoString

func (*GetServiceConsumersPageResponseBodyDataContent) SetEdasAppName

func (*GetServiceConsumersPageResponseBodyDataContent) SetEdassAppId

func (*GetServiceConsumersPageResponseBodyDataContent) SetIp

func (GetServiceConsumersPageResponseBodyDataContent) String

type GetServiceDetailRequest

type GetServiceDetailRequest struct {
	AppId          *string `json:"appId,omitempty" xml:"appId,omitempty"`
	Group          *string `json:"group,omitempty" xml:"group,omitempty"`
	Ip             *string `json:"ip,omitempty" xml:"ip,omitempty"`
	Namespace      *string `json:"namespace,omitempty" xml:"namespace,omitempty"`
	Origin         *string `json:"origin,omitempty" xml:"origin,omitempty"`
	Region         *string `json:"region,omitempty" xml:"region,omitempty"`
	RegistryType   *string `json:"registryType,omitempty" xml:"registryType,omitempty"`
	ServiceId      *string `json:"serviceId,omitempty" xml:"serviceId,omitempty"`
	ServiceName    *string `json:"serviceName,omitempty" xml:"serviceName,omitempty"`
	ServiceType    *string `json:"serviceType,omitempty" xml:"serviceType,omitempty"`
	ServiceVersion *string `json:"serviceVersion,omitempty" xml:"serviceVersion,omitempty"`
	Source         *string `json:"source,omitempty" xml:"source,omitempty"`
}

func (GetServiceDetailRequest) GoString

func (s GetServiceDetailRequest) GoString() string

func (*GetServiceDetailRequest) SetAppId

func (*GetServiceDetailRequest) SetGroup

func (*GetServiceDetailRequest) SetIp

func (*GetServiceDetailRequest) SetNamespace

func (*GetServiceDetailRequest) SetOrigin

func (*GetServiceDetailRequest) SetRegion

func (*GetServiceDetailRequest) SetRegistryType

func (*GetServiceDetailRequest) SetServiceId

func (*GetServiceDetailRequest) SetServiceName

func (*GetServiceDetailRequest) SetServiceType

func (*GetServiceDetailRequest) SetServiceVersion

func (s *GetServiceDetailRequest) SetServiceVersion(v string) *GetServiceDetailRequest

func (*GetServiceDetailRequest) SetSource

func (GetServiceDetailRequest) String

func (s GetServiceDetailRequest) String() string

type GetServiceDetailResponse

type GetServiceDetailResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetServiceDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetServiceDetailResponse) GoString

func (s GetServiceDetailResponse) GoString() string

func (*GetServiceDetailResponse) SetBody

func (*GetServiceDetailResponse) SetHeaders

func (*GetServiceDetailResponse) SetStatusCode added in v1.0.5

func (GetServiceDetailResponse) String

func (s GetServiceDetailResponse) String() string

type GetServiceDetailResponseBody

type GetServiceDetailResponseBody struct {
	Code    *int32                            `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    *GetServiceDetailResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message *string                           `json:"Message,omitempty" xml:"Message,omitempty"`
	Success *bool                             `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetServiceDetailResponseBody) GoString

func (s GetServiceDetailResponseBody) GoString() string

func (*GetServiceDetailResponseBody) SetCode

func (*GetServiceDetailResponseBody) SetData

func (*GetServiceDetailResponseBody) SetMessage

func (*GetServiceDetailResponseBody) SetSuccess

func (GetServiceDetailResponseBody) String

type GetServiceDetailResponseBodyData

type GetServiceDetailResponseBodyData struct {
	DubboApplicationName  *string                                    `json:"DubboApplicationName,omitempty" xml:"DubboApplicationName,omitempty"`
	EdasAppName           *string                                    `json:"EdasAppName,omitempty" xml:"EdasAppName,omitempty"`
	Group                 *string                                    `json:"Group,omitempty" xml:"Group,omitempty"`
	Metadata              *string                                    `json:"Metadata,omitempty" xml:"Metadata,omitempty"`
	Methods               []*GetServiceDetailResponseBodyDataMethods `json:"Methods,omitempty" xml:"Methods,omitempty" type:"Repeated"`
	RegistryType          *string                                    `json:"RegistryType,omitempty" xml:"RegistryType,omitempty"`
	ServiceName           *string                                    `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	ServiceType           *string                                    `json:"ServiceType,omitempty" xml:"ServiceType,omitempty"`
	SpringApplicationName *string                                    `json:"SpringApplicationName,omitempty" xml:"SpringApplicationName,omitempty"`
	Version               *string                                    `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (GetServiceDetailResponseBodyData) GoString

func (*GetServiceDetailResponseBodyData) SetDubboApplicationName

func (*GetServiceDetailResponseBodyData) SetEdasAppName

func (*GetServiceDetailResponseBodyData) SetGroup

func (*GetServiceDetailResponseBodyData) SetMetadata

func (*GetServiceDetailResponseBodyData) SetRegistryType

func (*GetServiceDetailResponseBodyData) SetServiceName

func (*GetServiceDetailResponseBodyData) SetServiceType

func (*GetServiceDetailResponseBodyData) SetSpringApplicationName

func (*GetServiceDetailResponseBodyData) SetVersion

func (GetServiceDetailResponseBodyData) String

type GetServiceDetailResponseBodyDataMethods

type GetServiceDetailResponseBodyDataMethods struct {
	MethodController     *string                                                  `json:"MethodController,omitempty" xml:"MethodController,omitempty"`
	Name                 *string                                                  `json:"Name,omitempty" xml:"Name,omitempty"`
	NameDetail           *string                                                  `json:"NameDetail,omitempty" xml:"NameDetail,omitempty"`
	ParameterDefinitions *string                                                  `json:"ParameterDefinitions,omitempty" xml:"ParameterDefinitions,omitempty"`
	ParameterDetails     *string                                                  `json:"ParameterDetails,omitempty" xml:"ParameterDetails,omitempty"`
	ParameterNames       *string                                                  `json:"ParameterNames,omitempty" xml:"ParameterNames,omitempty"`
	ParameterTypes       *string                                                  `json:"ParameterTypes,omitempty" xml:"ParameterTypes,omitempty"`
	Paths                *string                                                  `json:"Paths,omitempty" xml:"Paths,omitempty"`
	RequestMethods       *string                                                  `json:"RequestMethods,omitempty" xml:"RequestMethods,omitempty"`
	ReturnDefinition     *GetServiceDetailResponseBodyDataMethodsReturnDefinition `json:"ReturnDefinition,omitempty" xml:"ReturnDefinition,omitempty" type:"Struct"`
	ReturnDetails        *string                                                  `json:"ReturnDetails,omitempty" xml:"ReturnDetails,omitempty"`
	ReturnType           *string                                                  `json:"ReturnType,omitempty" xml:"ReturnType,omitempty"`
}

func (GetServiceDetailResponseBodyDataMethods) GoString

func (*GetServiceDetailResponseBodyDataMethods) SetMethodController

func (*GetServiceDetailResponseBodyDataMethods) SetName

func (*GetServiceDetailResponseBodyDataMethods) SetNameDetail

func (*GetServiceDetailResponseBodyDataMethods) SetParameterDefinitions

func (*GetServiceDetailResponseBodyDataMethods) SetParameterDetails

func (*GetServiceDetailResponseBodyDataMethods) SetParameterNames

func (*GetServiceDetailResponseBodyDataMethods) SetParameterTypes

func (*GetServiceDetailResponseBodyDataMethods) SetPaths

func (*GetServiceDetailResponseBodyDataMethods) SetRequestMethods

func (*GetServiceDetailResponseBodyDataMethods) SetReturnDetails

func (*GetServiceDetailResponseBodyDataMethods) SetReturnType

func (GetServiceDetailResponseBodyDataMethods) String

type GetServiceDetailResponseBodyDataMethodsReturnDefinition

type GetServiceDetailResponseBodyDataMethodsReturnDefinition struct {
	Id   *string `json:"Id,omitempty" xml:"Id,omitempty"`
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GetServiceDetailResponseBodyDataMethodsReturnDefinition) GoString

func (*GetServiceDetailResponseBodyDataMethodsReturnDefinition) SetId

func (*GetServiceDetailResponseBodyDataMethodsReturnDefinition) SetType

func (GetServiceDetailResponseBodyDataMethodsReturnDefinition) String

type GetServiceListPageRequest

type GetServiceListPageRequest struct {
	Namespace   *string `json:"namespace,omitempty" xml:"namespace,omitempty"`
	Origin      *string `json:"origin,omitempty" xml:"origin,omitempty"`
	Page        *int32  `json:"page,omitempty" xml:"page,omitempty"`
	Region      *string `json:"region,omitempty" xml:"region,omitempty"`
	SearchType  *string `json:"searchType,omitempty" xml:"searchType,omitempty"`
	SearchValue *string `json:"searchValue,omitempty" xml:"searchValue,omitempty"`
	ServiceType *string `json:"serviceType,omitempty" xml:"serviceType,omitempty"`
	Side        *string `json:"side,omitempty" xml:"side,omitempty"`
	Size        *int32  `json:"size,omitempty" xml:"size,omitempty"`
}

func (GetServiceListPageRequest) GoString

func (s GetServiceListPageRequest) GoString() string

func (*GetServiceListPageRequest) SetNamespace

func (*GetServiceListPageRequest) SetOrigin

func (*GetServiceListPageRequest) SetPage

func (*GetServiceListPageRequest) SetRegion

func (*GetServiceListPageRequest) SetSearchType

func (*GetServiceListPageRequest) SetSearchValue

func (*GetServiceListPageRequest) SetServiceType

func (*GetServiceListPageRequest) SetSide

func (*GetServiceListPageRequest) SetSize

func (GetServiceListPageRequest) String

func (s GetServiceListPageRequest) String() string

type GetServiceListPageResponse

type GetServiceListPageResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetServiceListPageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetServiceListPageResponse) GoString

func (s GetServiceListPageResponse) GoString() string

func (*GetServiceListPageResponse) SetBody

func (*GetServiceListPageResponse) SetHeaders

func (*GetServiceListPageResponse) SetStatusCode added in v1.0.5

func (GetServiceListPageResponse) String

type GetServiceListPageResponseBody

type GetServiceListPageResponseBody struct {
	Code    *int32                              `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    *GetServiceListPageResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message *string                             `json:"Message,omitempty" xml:"Message,omitempty"`
	Success *bool                               `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetServiceListPageResponseBody) GoString

func (*GetServiceListPageResponseBody) SetCode

func (*GetServiceListPageResponseBody) SetMessage

func (*GetServiceListPageResponseBody) SetSuccess

func (GetServiceListPageResponseBody) String

type GetServiceListPageResponseBodyData

type GetServiceListPageResponseBodyData struct {
	Content       []*GetServiceListPageResponseBodyDataContent `json:"Content,omitempty" xml:"Content,omitempty" type:"Repeated"`
	Size          *int32                                       `json:"Size,omitempty" xml:"Size,omitempty"`
	TotalElements *int32                                       `json:"TotalElements,omitempty" xml:"TotalElements,omitempty"`
	TotalPages    *int32                                       `json:"TotalPages,omitempty" xml:"TotalPages,omitempty"`
}

func (GetServiceListPageResponseBodyData) GoString

func (*GetServiceListPageResponseBodyData) SetSize

func (*GetServiceListPageResponseBodyData) SetTotalElements

func (*GetServiceListPageResponseBodyData) SetTotalPages

func (GetServiceListPageResponseBodyData) String

type GetServiceListPageResponseBodyDataContent

type GetServiceListPageResponseBodyDataContent struct {
	EdasAppId    *string `json:"EdasAppId,omitempty" xml:"EdasAppId,omitempty"`
	EdasAppName  *string `json:"EdasAppName,omitempty" xml:"EdasAppName,omitempty"`
	Group        *string `json:"Group,omitempty" xml:"Group,omitempty"`
	InstanceNum  *int32  `json:"InstanceNum,omitempty" xml:"InstanceNum,omitempty"`
	RegisterType *string `json:"RegisterType,omitempty" xml:"RegisterType,omitempty"`
	ServiceId    *string `json:"ServiceId,omitempty" xml:"ServiceId,omitempty"`
	ServiceName  *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	Version      *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (GetServiceListPageResponseBodyDataContent) GoString

func (*GetServiceListPageResponseBodyDataContent) SetEdasAppId

func (*GetServiceListPageResponseBodyDataContent) SetEdasAppName

func (*GetServiceListPageResponseBodyDataContent) SetGroup

func (*GetServiceListPageResponseBodyDataContent) SetInstanceNum

func (*GetServiceListPageResponseBodyDataContent) SetRegisterType

func (*GetServiceListPageResponseBodyDataContent) SetServiceId

func (*GetServiceListPageResponseBodyDataContent) SetServiceName

func (*GetServiceListPageResponseBodyDataContent) SetVersion

func (GetServiceListPageResponseBodyDataContent) String

type GetServiceMethodPageRequest

type GetServiceMethodPageRequest struct {
	AppId            *string `json:"appId,omitempty" xml:"appId,omitempty"`
	Group            *string `json:"group,omitempty" xml:"group,omitempty"`
	Ip               *string `json:"ip,omitempty" xml:"ip,omitempty"`
	MethodController *string `json:"methodController,omitempty" xml:"methodController,omitempty"`
	Name             *string `json:"name,omitempty" xml:"name,omitempty"`
	Namespace        *string `json:"namespace,omitempty" xml:"namespace,omitempty"`
	Origin           *string `json:"origin,omitempty" xml:"origin,omitempty"`
	PageNumber       *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize         *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Path             *string `json:"path,omitempty" xml:"path,omitempty"`
	Region           *string `json:"region,omitempty" xml:"region,omitempty"`
	RegistryType     *string `json:"registryType,omitempty" xml:"registryType,omitempty"`
	ServiceId        *string `json:"serviceId,omitempty" xml:"serviceId,omitempty"`
	ServiceName      *string `json:"serviceName,omitempty" xml:"serviceName,omitempty"`
	ServiceType      *string `json:"serviceType,omitempty" xml:"serviceType,omitempty"`
	ServiceVersion   *string `json:"serviceVersion,omitempty" xml:"serviceVersion,omitempty"`
	Source           *string `json:"source,omitempty" xml:"source,omitempty"`
}

func (GetServiceMethodPageRequest) GoString

func (s GetServiceMethodPageRequest) GoString() string

func (*GetServiceMethodPageRequest) SetAppId

func (*GetServiceMethodPageRequest) SetGroup

func (*GetServiceMethodPageRequest) SetIp

func (*GetServiceMethodPageRequest) SetMethodController

func (*GetServiceMethodPageRequest) SetName

func (*GetServiceMethodPageRequest) SetNamespace

func (*GetServiceMethodPageRequest) SetOrigin

func (*GetServiceMethodPageRequest) SetPageNumber

func (*GetServiceMethodPageRequest) SetPageSize

func (*GetServiceMethodPageRequest) SetPath

func (*GetServiceMethodPageRequest) SetRegion

func (*GetServiceMethodPageRequest) SetRegistryType

func (*GetServiceMethodPageRequest) SetServiceId

func (*GetServiceMethodPageRequest) SetServiceName

func (*GetServiceMethodPageRequest) SetServiceType

func (*GetServiceMethodPageRequest) SetServiceVersion

func (*GetServiceMethodPageRequest) SetSource

func (GetServiceMethodPageRequest) String

type GetServiceMethodPageResponse

type GetServiceMethodPageResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetServiceMethodPageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetServiceMethodPageResponse) GoString

func (s GetServiceMethodPageResponse) GoString() string

func (*GetServiceMethodPageResponse) SetBody

func (*GetServiceMethodPageResponse) SetHeaders

func (*GetServiceMethodPageResponse) SetStatusCode added in v1.0.5

func (GetServiceMethodPageResponse) String

type GetServiceMethodPageResponseBody

type GetServiceMethodPageResponseBody struct {
	Code      *string                               `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *GetServiceMethodPageResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	HttpCode  *string                               `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Message   *string                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetServiceMethodPageResponseBody) GoString

func (*GetServiceMethodPageResponseBody) SetCode

func (*GetServiceMethodPageResponseBody) SetHttpCode

func (*GetServiceMethodPageResponseBody) SetMessage

func (*GetServiceMethodPageResponseBody) SetRequestId

func (*GetServiceMethodPageResponseBody) SetSuccess

func (GetServiceMethodPageResponseBody) String

type GetServiceMethodPageResponseBodyData

type GetServiceMethodPageResponseBodyData struct {
	PageNumber *int32                                        `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                        `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Result     []*GetServiceMethodPageResponseBodyDataResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	TotalSize  *int32                                        `json:"TotalSize,omitempty" xml:"TotalSize,omitempty"`
}

func (GetServiceMethodPageResponseBodyData) GoString

func (*GetServiceMethodPageResponseBodyData) SetPageNumber

func (*GetServiceMethodPageResponseBodyData) SetPageSize

func (*GetServiceMethodPageResponseBodyData) SetTotalSize

func (GetServiceMethodPageResponseBodyData) String

type GetServiceMethodPageResponseBodyDataResult

type GetServiceMethodPageResponseBodyDataResult struct {
	MethodController     *string                                                     `json:"MethodController,omitempty" xml:"MethodController,omitempty"`
	Name                 *string                                                     `json:"Name,omitempty" xml:"Name,omitempty"`
	NameDetail           *string                                                     `json:"NameDetail,omitempty" xml:"NameDetail,omitempty"`
	ParameterDefinitions *string                                                     `json:"ParameterDefinitions,omitempty" xml:"ParameterDefinitions,omitempty"`
	ParameterDetails     *string                                                     `json:"ParameterDetails,omitempty" xml:"ParameterDetails,omitempty"`
	ParameterNames       *string                                                     `json:"ParameterNames,omitempty" xml:"ParameterNames,omitempty"`
	ParameterTypes       *string                                                     `json:"ParameterTypes,omitempty" xml:"ParameterTypes,omitempty"`
	Paths                *string                                                     `json:"Paths,omitempty" xml:"Paths,omitempty"`
	RequestMethods       *string                                                     `json:"RequestMethods,omitempty" xml:"RequestMethods,omitempty"`
	ReturnDefinition     *GetServiceMethodPageResponseBodyDataResultReturnDefinition `json:"ReturnDefinition,omitempty" xml:"ReturnDefinition,omitempty" type:"Struct"`
	ReturnDetails        *string                                                     `json:"ReturnDetails,omitempty" xml:"ReturnDetails,omitempty"`
	ReturnType           *string                                                     `json:"ReturnType,omitempty" xml:"ReturnType,omitempty"`
}

func (GetServiceMethodPageResponseBodyDataResult) GoString

func (*GetServiceMethodPageResponseBodyDataResult) SetMethodController

func (*GetServiceMethodPageResponseBodyDataResult) SetName

func (*GetServiceMethodPageResponseBodyDataResult) SetNameDetail

func (*GetServiceMethodPageResponseBodyDataResult) SetParameterDefinitions

func (*GetServiceMethodPageResponseBodyDataResult) SetParameterDetails

func (*GetServiceMethodPageResponseBodyDataResult) SetParameterNames

func (*GetServiceMethodPageResponseBodyDataResult) SetParameterTypes

func (*GetServiceMethodPageResponseBodyDataResult) SetPaths

func (*GetServiceMethodPageResponseBodyDataResult) SetRequestMethods

func (*GetServiceMethodPageResponseBodyDataResult) SetReturnDetails

func (*GetServiceMethodPageResponseBodyDataResult) SetReturnType

func (GetServiceMethodPageResponseBodyDataResult) String

type GetServiceMethodPageResponseBodyDataResultReturnDefinition

type GetServiceMethodPageResponseBodyDataResultReturnDefinition struct {
	Id   *string `json:"Id,omitempty" xml:"Id,omitempty"`
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GetServiceMethodPageResponseBodyDataResultReturnDefinition) GoString

func (*GetServiceMethodPageResponseBodyDataResultReturnDefinition) SetId

func (*GetServiceMethodPageResponseBodyDataResultReturnDefinition) SetType

func (GetServiceMethodPageResponseBodyDataResultReturnDefinition) String

type GetServiceProvidersPageRequest

type GetServiceProvidersPageRequest struct {
	AppId          *string `json:"appId,omitempty" xml:"appId,omitempty"`
	Group          *string `json:"group,omitempty" xml:"group,omitempty"`
	Ip             *string `json:"ip,omitempty" xml:"ip,omitempty"`
	Namespace      *string `json:"namespace,omitempty" xml:"namespace,omitempty"`
	Origin         *string `json:"origin,omitempty" xml:"origin,omitempty"`
	Page           *int32  `json:"page,omitempty" xml:"page,omitempty"`
	Region         *string `json:"region,omitempty" xml:"region,omitempty"`
	RegistryType   *string `json:"registryType,omitempty" xml:"registryType,omitempty"`
	ServiceId      *string `json:"serviceId,omitempty" xml:"serviceId,omitempty"`
	ServiceName    *string `json:"serviceName,omitempty" xml:"serviceName,omitempty"`
	ServiceType    *string `json:"serviceType,omitempty" xml:"serviceType,omitempty"`
	ServiceVersion *string `json:"serviceVersion,omitempty" xml:"serviceVersion,omitempty"`
	Size           *int32  `json:"size,omitempty" xml:"size,omitempty"`
	Source         *string `json:"source,omitempty" xml:"source,omitempty"`
}

func (GetServiceProvidersPageRequest) GoString

func (*GetServiceProvidersPageRequest) SetAppId

func (*GetServiceProvidersPageRequest) SetGroup

func (*GetServiceProvidersPageRequest) SetIp

func (*GetServiceProvidersPageRequest) SetNamespace

func (*GetServiceProvidersPageRequest) SetOrigin

func (*GetServiceProvidersPageRequest) SetPage

func (*GetServiceProvidersPageRequest) SetRegion

func (*GetServiceProvidersPageRequest) SetRegistryType

func (*GetServiceProvidersPageRequest) SetServiceId

func (*GetServiceProvidersPageRequest) SetServiceName

func (*GetServiceProvidersPageRequest) SetServiceType

func (*GetServiceProvidersPageRequest) SetServiceVersion

func (*GetServiceProvidersPageRequest) SetSize

func (*GetServiceProvidersPageRequest) SetSource

func (GetServiceProvidersPageRequest) String

type GetServiceProvidersPageResponse

type GetServiceProvidersPageResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetServiceProvidersPageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetServiceProvidersPageResponse) GoString

func (*GetServiceProvidersPageResponse) SetHeaders

func (*GetServiceProvidersPageResponse) SetStatusCode added in v1.0.5

func (GetServiceProvidersPageResponse) String

type GetServiceProvidersPageResponseBody

type GetServiceProvidersPageResponseBody struct {
	Code    *int32                                   `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    *GetServiceProvidersPageResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message *string                                  `json:"Message,omitempty" xml:"Message,omitempty"`
	Success *bool                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetServiceProvidersPageResponseBody) GoString

func (*GetServiceProvidersPageResponseBody) SetCode

func (*GetServiceProvidersPageResponseBody) SetMessage

func (*GetServiceProvidersPageResponseBody) SetSuccess

func (GetServiceProvidersPageResponseBody) String

type GetServiceProvidersPageResponseBodyData

type GetServiceProvidersPageResponseBodyData struct {
	Content       []*GetServiceProvidersPageResponseBodyDataContent `json:"Content,omitempty" xml:"Content,omitempty" type:"Repeated"`
	Size          *int32                                            `json:"Size,omitempty" xml:"Size,omitempty"`
	TotalElements *int32                                            `json:"TotalElements,omitempty" xml:"TotalElements,omitempty"`
	TotalPages    *int32                                            `json:"TotalPages,omitempty" xml:"TotalPages,omitempty"`
}

func (GetServiceProvidersPageResponseBodyData) GoString

func (*GetServiceProvidersPageResponseBodyData) SetSize

func (*GetServiceProvidersPageResponseBodyData) SetTotalElements

func (*GetServiceProvidersPageResponseBodyData) SetTotalPages

func (GetServiceProvidersPageResponseBodyData) String

type GetServiceProvidersPageResponseBodyDataContent

type GetServiceProvidersPageResponseBodyDataContent struct {
	Ip            *string `json:"Ip,omitempty" xml:"Ip,omitempty"`
	Port          *string `json:"Port,omitempty" xml:"Port,omitempty"`
	SerializeType *string `json:"SerializeType,omitempty" xml:"SerializeType,omitempty"`
	Timeout       *string `json:"Timeout,omitempty" xml:"Timeout,omitempty"`
}

func (GetServiceProvidersPageResponseBodyDataContent) GoString

func (*GetServiceProvidersPageResponseBodyDataContent) SetIp

func (*GetServiceProvidersPageResponseBodyDataContent) SetPort

func (*GetServiceProvidersPageResponseBodyDataContent) SetSerializeType

func (*GetServiceProvidersPageResponseBodyDataContent) SetTimeout

func (GetServiceProvidersPageResponseBodyDataContent) String

type GetWebContainerConfigRequest

type GetWebContainerConfigRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
}

func (GetWebContainerConfigRequest) GoString

func (s GetWebContainerConfigRequest) GoString() string

func (*GetWebContainerConfigRequest) SetAppId

func (GetWebContainerConfigRequest) String

type GetWebContainerConfigResponse

type GetWebContainerConfigResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetWebContainerConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetWebContainerConfigResponse) GoString

func (*GetWebContainerConfigResponse) SetBody

func (*GetWebContainerConfigResponse) SetHeaders

func (*GetWebContainerConfigResponse) SetStatusCode added in v1.0.5

func (GetWebContainerConfigResponse) String

type GetWebContainerConfigResponseBody

type GetWebContainerConfigResponseBody struct {
	Code               *int32                                               `json:"Code,omitempty" xml:"Code,omitempty"`
	Message            *string                                              `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId          *string                                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	WebContainerConfig *GetWebContainerConfigResponseBodyWebContainerConfig `json:"WebContainerConfig,omitempty" xml:"WebContainerConfig,omitempty" type:"Struct"`
}

func (GetWebContainerConfigResponseBody) GoString

func (*GetWebContainerConfigResponseBody) SetCode

func (*GetWebContainerConfigResponseBody) SetMessage

func (*GetWebContainerConfigResponseBody) SetRequestId

func (GetWebContainerConfigResponseBody) String

type GetWebContainerConfigResponseBodyWebContainerConfig

type GetWebContainerConfigResponseBodyWebContainerConfig struct {
	ContextInputType     *string `json:"ContextInputType,omitempty" xml:"ContextInputType,omitempty"`
	ContextPath          *string `json:"ContextPath,omitempty" xml:"ContextPath,omitempty"`
	HttpPort             *int32  `json:"HttpPort,omitempty" xml:"HttpPort,omitempty"`
	MaxThreads           *int32  `json:"MaxThreads,omitempty" xml:"MaxThreads,omitempty"`
	ServerXml            *string `json:"ServerXml,omitempty" xml:"ServerXml,omitempty"`
	UriEncoding          *string `json:"UriEncoding,omitempty" xml:"UriEncoding,omitempty"`
	UseAdvancedServerXml *bool   `json:"UseAdvancedServerXml,omitempty" xml:"UseAdvancedServerXml,omitempty"`
	UseBodyEncoding      *bool   `json:"UseBodyEncoding,omitempty" xml:"UseBodyEncoding,omitempty"`
	UseDefaultConfig     *bool   `json:"UseDefaultConfig,omitempty" xml:"UseDefaultConfig,omitempty"`
}

func (GetWebContainerConfigResponseBodyWebContainerConfig) GoString

func (*GetWebContainerConfigResponseBodyWebContainerConfig) SetContextInputType

func (*GetWebContainerConfigResponseBodyWebContainerConfig) SetContextPath

func (*GetWebContainerConfigResponseBodyWebContainerConfig) SetHttpPort

func (*GetWebContainerConfigResponseBodyWebContainerConfig) SetMaxThreads

func (*GetWebContainerConfigResponseBodyWebContainerConfig) SetServerXml

func (*GetWebContainerConfigResponseBodyWebContainerConfig) SetUriEncoding

func (*GetWebContainerConfigResponseBodyWebContainerConfig) SetUseAdvancedServerXml

func (*GetWebContainerConfigResponseBodyWebContainerConfig) SetUseBodyEncoding

func (*GetWebContainerConfigResponseBodyWebContainerConfig) SetUseDefaultConfig

func (GetWebContainerConfigResponseBodyWebContainerConfig) String

type ImportK8sClusterRequest

type ImportK8sClusterRequest struct {
	ClusterId   *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	EnableAsm   *bool   `json:"EnableAsm,omitempty" xml:"EnableAsm,omitempty"`
	Mode        *int32  `json:"Mode,omitempty" xml:"Mode,omitempty"`
	NamespaceId *string `json:"NamespaceId,omitempty" xml:"NamespaceId,omitempty"`
}

func (ImportK8sClusterRequest) GoString

func (s ImportK8sClusterRequest) GoString() string

func (*ImportK8sClusterRequest) SetClusterId

func (*ImportK8sClusterRequest) SetEnableAsm

func (*ImportK8sClusterRequest) SetMode

func (*ImportK8sClusterRequest) SetNamespaceId

func (ImportK8sClusterRequest) String

func (s ImportK8sClusterRequest) String() string

type ImportK8sClusterResponse

type ImportK8sClusterResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ImportK8sClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ImportK8sClusterResponse) GoString

func (s ImportK8sClusterResponse) GoString() string

func (*ImportK8sClusterResponse) SetBody

func (*ImportK8sClusterResponse) SetHeaders

func (*ImportK8sClusterResponse) SetStatusCode added in v1.0.5

func (ImportK8sClusterResponse) String

func (s ImportK8sClusterResponse) String() string

type ImportK8sClusterResponseBody

type ImportK8sClusterResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ImportK8sClusterResponseBody) GoString

func (s ImportK8sClusterResponseBody) GoString() string

func (*ImportK8sClusterResponseBody) SetCode

func (*ImportK8sClusterResponseBody) SetData

func (*ImportK8sClusterResponseBody) SetMessage

func (*ImportK8sClusterResponseBody) SetRequestId

func (ImportK8sClusterResponseBody) String

type InsertApplicationRequest

type InsertApplicationRequest struct {
	ApplicationName *string `json:"ApplicationName,omitempty" xml:"ApplicationName,omitempty"`
	BuildPackId     *int32  `json:"BuildPackId,omitempty" xml:"BuildPackId,omitempty"`
	ClusterId       *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ComponentIds    *string `json:"ComponentIds,omitempty" xml:"ComponentIds,omitempty"`
	Cpu             *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	Description     *string `json:"Description,omitempty" xml:"Description,omitempty"`
	EcuInfo         *string `json:"EcuInfo,omitempty" xml:"EcuInfo,omitempty"`
	EnablePortCheck *bool   `json:"EnablePortCheck,omitempty" xml:"EnablePortCheck,omitempty"`
	EnableUrlCheck  *bool   `json:"EnableUrlCheck,omitempty" xml:"EnableUrlCheck,omitempty"`
	HealthCheckURL  *string `json:"HealthCheckURL,omitempty" xml:"HealthCheckURL,omitempty"`
	HealthCheckUrl  *string `json:"HealthCheckUrl,omitempty" xml:"HealthCheckUrl,omitempty"`
	Hooks           *string `json:"Hooks,omitempty" xml:"Hooks,omitempty"`
	Jdk             *string `json:"Jdk,omitempty" xml:"Jdk,omitempty"`
	JvmOptions      *string `json:"JvmOptions,omitempty" xml:"JvmOptions,omitempty"`
	LogicalRegionId *string `json:"LogicalRegionId,omitempty" xml:"LogicalRegionId,omitempty"`
	MaxHeapSize     *int32  `json:"MaxHeapSize,omitempty" xml:"MaxHeapSize,omitempty"`
	MaxPermSize     *int32  `json:"MaxPermSize,omitempty" xml:"MaxPermSize,omitempty"`
	Mem             *int32  `json:"Mem,omitempty" xml:"Mem,omitempty"`
	MinHeapSize     *int32  `json:"MinHeapSize,omitempty" xml:"MinHeapSize,omitempty"`
	PackageType     *string `json:"PackageType,omitempty" xml:"PackageType,omitempty"`
	ReservedPortStr *string `json:"ReservedPortStr,omitempty" xml:"ReservedPortStr,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	WebContainer    *string `json:"WebContainer,omitempty" xml:"WebContainer,omitempty"`
}

func (InsertApplicationRequest) GoString

func (s InsertApplicationRequest) GoString() string

func (*InsertApplicationRequest) SetApplicationName

func (s *InsertApplicationRequest) SetApplicationName(v string) *InsertApplicationRequest

func (*InsertApplicationRequest) SetBuildPackId

func (*InsertApplicationRequest) SetClusterId

func (*InsertApplicationRequest) SetComponentIds

func (*InsertApplicationRequest) SetCpu

func (*InsertApplicationRequest) SetDescription

func (*InsertApplicationRequest) SetEcuInfo

func (*InsertApplicationRequest) SetEnablePortCheck

func (s *InsertApplicationRequest) SetEnablePortCheck(v bool) *InsertApplicationRequest

func (*InsertApplicationRequest) SetEnableUrlCheck

func (s *InsertApplicationRequest) SetEnableUrlCheck(v bool) *InsertApplicationRequest

func (*InsertApplicationRequest) SetHealthCheckURL

func (s *InsertApplicationRequest) SetHealthCheckURL(v string) *InsertApplicationRequest

func (*InsertApplicationRequest) SetHealthCheckUrl

func (s *InsertApplicationRequest) SetHealthCheckUrl(v string) *InsertApplicationRequest

func (*InsertApplicationRequest) SetHooks

func (*InsertApplicationRequest) SetJdk

func (*InsertApplicationRequest) SetJvmOptions

func (*InsertApplicationRequest) SetLogicalRegionId

func (s *InsertApplicationRequest) SetLogicalRegionId(v string) *InsertApplicationRequest

func (*InsertApplicationRequest) SetMaxHeapSize

func (*InsertApplicationRequest) SetMaxPermSize

func (*InsertApplicationRequest) SetMem

func (*InsertApplicationRequest) SetMinHeapSize

func (*InsertApplicationRequest) SetPackageType

func (*InsertApplicationRequest) SetReservedPortStr

func (s *InsertApplicationRequest) SetReservedPortStr(v string) *InsertApplicationRequest

func (*InsertApplicationRequest) SetResourceGroupId added in v1.0.4

func (s *InsertApplicationRequest) SetResourceGroupId(v string) *InsertApplicationRequest

func (*InsertApplicationRequest) SetWebContainer

func (InsertApplicationRequest) String

func (s InsertApplicationRequest) String() string

type InsertApplicationResponse

type InsertApplicationResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *InsertApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InsertApplicationResponse) GoString

func (s InsertApplicationResponse) GoString() string

func (*InsertApplicationResponse) SetBody

func (*InsertApplicationResponse) SetHeaders

func (*InsertApplicationResponse) SetStatusCode added in v1.0.5

func (InsertApplicationResponse) String

func (s InsertApplicationResponse) String() string

type InsertApplicationResponseBody

type InsertApplicationResponseBody struct {
	ApplicationInfo *InsertApplicationResponseBodyApplicationInfo `json:"ApplicationInfo,omitempty" xml:"ApplicationInfo,omitempty" type:"Struct"`
	Code            *int32                                        `json:"Code,omitempty" xml:"Code,omitempty"`
	Message         *string                                       `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId       *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (InsertApplicationResponseBody) GoString

func (*InsertApplicationResponseBody) SetCode

func (*InsertApplicationResponseBody) SetMessage

func (*InsertApplicationResponseBody) SetRequestId

func (InsertApplicationResponseBody) String

type InsertApplicationResponseBodyApplicationInfo

type InsertApplicationResponseBodyApplicationInfo struct {
	AppId         *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	AppName       *string `json:"AppName,omitempty" xml:"AppName,omitempty"`
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Dockerize     *bool   `json:"Dockerize,omitempty" xml:"Dockerize,omitempty"`
	Owner         *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	Port          *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
	RegionName    *string `json:"RegionName,omitempty" xml:"RegionName,omitempty"`
	UserId        *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (InsertApplicationResponseBodyApplicationInfo) GoString

func (*InsertApplicationResponseBodyApplicationInfo) SetAppId

func (*InsertApplicationResponseBodyApplicationInfo) SetAppName

func (*InsertApplicationResponseBodyApplicationInfo) SetChangeOrderId

func (*InsertApplicationResponseBodyApplicationInfo) SetDockerize

func (*InsertApplicationResponseBodyApplicationInfo) SetOwner

func (*InsertApplicationResponseBodyApplicationInfo) SetPort

func (*InsertApplicationResponseBodyApplicationInfo) SetRegionName

func (*InsertApplicationResponseBodyApplicationInfo) SetUserId

func (InsertApplicationResponseBodyApplicationInfo) String

type InsertClusterMemberRequest

type InsertClusterMemberRequest struct {
	ClusterId   *string `json:"clusterId,omitempty" xml:"clusterId,omitempty"`
	InstanceIds *string `json:"instanceIds,omitempty" xml:"instanceIds,omitempty"`
	Password    *string `json:"password,omitempty" xml:"password,omitempty"`
}

func (InsertClusterMemberRequest) GoString

func (s InsertClusterMemberRequest) GoString() string

func (*InsertClusterMemberRequest) SetClusterId

func (*InsertClusterMemberRequest) SetInstanceIds

func (*InsertClusterMemberRequest) SetPassword

func (InsertClusterMemberRequest) String

type InsertClusterMemberResponse

type InsertClusterMemberResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *InsertClusterMemberResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InsertClusterMemberResponse) GoString

func (s InsertClusterMemberResponse) GoString() string

func (*InsertClusterMemberResponse) SetBody

func (*InsertClusterMemberResponse) SetHeaders

func (*InsertClusterMemberResponse) SetStatusCode added in v1.0.5

func (InsertClusterMemberResponse) String

type InsertClusterMemberResponseBody

type InsertClusterMemberResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (InsertClusterMemberResponseBody) GoString

func (*InsertClusterMemberResponseBody) SetCode

func (*InsertClusterMemberResponseBody) SetData

func (*InsertClusterMemberResponseBody) SetMessage

func (*InsertClusterMemberResponseBody) SetRequestId

func (InsertClusterMemberResponseBody) String

type InsertClusterRequest

type InsertClusterRequest struct {
	ClusterName     *string `json:"ClusterName,omitempty" xml:"ClusterName,omitempty"`
	ClusterType     *int32  `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	IaasProvider    *string `json:"IaasProvider,omitempty" xml:"IaasProvider,omitempty"`
	LogicalRegionId *string `json:"LogicalRegionId,omitempty" xml:"LogicalRegionId,omitempty"`
	NetworkMode     *int32  `json:"NetworkMode,omitempty" xml:"NetworkMode,omitempty"`
	OversoldFactor  *int32  `json:"OversoldFactor,omitempty" xml:"OversoldFactor,omitempty"`
	VpcId           *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (InsertClusterRequest) GoString

func (s InsertClusterRequest) GoString() string

func (*InsertClusterRequest) SetClusterName

func (s *InsertClusterRequest) SetClusterName(v string) *InsertClusterRequest

func (*InsertClusterRequest) SetClusterType

func (s *InsertClusterRequest) SetClusterType(v int32) *InsertClusterRequest

func (*InsertClusterRequest) SetIaasProvider

func (s *InsertClusterRequest) SetIaasProvider(v string) *InsertClusterRequest

func (*InsertClusterRequest) SetLogicalRegionId

func (s *InsertClusterRequest) SetLogicalRegionId(v string) *InsertClusterRequest

func (*InsertClusterRequest) SetNetworkMode

func (s *InsertClusterRequest) SetNetworkMode(v int32) *InsertClusterRequest

func (*InsertClusterRequest) SetOversoldFactor

func (s *InsertClusterRequest) SetOversoldFactor(v int32) *InsertClusterRequest

func (*InsertClusterRequest) SetVpcId

func (InsertClusterRequest) String

func (s InsertClusterRequest) String() string

type InsertClusterResponse

type InsertClusterResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *InsertClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InsertClusterResponse) GoString

func (s InsertClusterResponse) GoString() string

func (*InsertClusterResponse) SetBody

func (*InsertClusterResponse) SetHeaders

func (*InsertClusterResponse) SetStatusCode added in v1.0.5

func (s *InsertClusterResponse) SetStatusCode(v int32) *InsertClusterResponse

func (InsertClusterResponse) String

func (s InsertClusterResponse) String() string

type InsertClusterResponseBody

type InsertClusterResponseBody struct {
	Cluster   *InsertClusterResponseBodyCluster `json:"Cluster,omitempty" xml:"Cluster,omitempty" type:"Struct"`
	Code      *int32                            `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string                           `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (InsertClusterResponseBody) GoString

func (s InsertClusterResponseBody) GoString() string

func (*InsertClusterResponseBody) SetCluster

func (*InsertClusterResponseBody) SetCode

func (*InsertClusterResponseBody) SetMessage

func (*InsertClusterResponseBody) SetRequestId

func (InsertClusterResponseBody) String

func (s InsertClusterResponseBody) String() string

type InsertClusterResponseBodyCluster

type InsertClusterResponseBodyCluster struct {
	ClusterId      *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterName    *string `json:"ClusterName,omitempty" xml:"ClusterName,omitempty"`
	ClusterType    *int32  `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	IaasProvider   *string `json:"IaasProvider,omitempty" xml:"IaasProvider,omitempty"`
	NetworkMode    *int32  `json:"NetworkMode,omitempty" xml:"NetworkMode,omitempty"`
	OversoldFactor *int32  `json:"OversoldFactor,omitempty" xml:"OversoldFactor,omitempty"`
	RegionId       *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	VpcId          *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (InsertClusterResponseBodyCluster) GoString

func (*InsertClusterResponseBodyCluster) SetClusterId

func (*InsertClusterResponseBodyCluster) SetClusterName

func (*InsertClusterResponseBodyCluster) SetClusterType

func (*InsertClusterResponseBodyCluster) SetIaasProvider

func (*InsertClusterResponseBodyCluster) SetNetworkMode

func (*InsertClusterResponseBodyCluster) SetOversoldFactor

func (*InsertClusterResponseBodyCluster) SetRegionId

func (*InsertClusterResponseBodyCluster) SetVpcId

func (InsertClusterResponseBodyCluster) String

type InsertDeployGroupRequest

type InsertDeployGroupRequest struct {
	AppId                *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	GroupName            *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	InitPackageVersionId *string `json:"InitPackageVersionId,omitempty" xml:"InitPackageVersionId,omitempty"`
}

func (InsertDeployGroupRequest) GoString

func (s InsertDeployGroupRequest) GoString() string

func (*InsertDeployGroupRequest) SetAppId

func (*InsertDeployGroupRequest) SetGroupName

func (*InsertDeployGroupRequest) SetInitPackageVersionId

func (s *InsertDeployGroupRequest) SetInitPackageVersionId(v string) *InsertDeployGroupRequest

func (InsertDeployGroupRequest) String

func (s InsertDeployGroupRequest) String() string

type InsertDeployGroupResponse

type InsertDeployGroupResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *InsertDeployGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InsertDeployGroupResponse) GoString

func (s InsertDeployGroupResponse) GoString() string

func (*InsertDeployGroupResponse) SetBody

func (*InsertDeployGroupResponse) SetHeaders

func (*InsertDeployGroupResponse) SetStatusCode added in v1.0.5

func (InsertDeployGroupResponse) String

func (s InsertDeployGroupResponse) String() string

type InsertDeployGroupResponseBody

type InsertDeployGroupResponseBody struct {
	Code              *int32                                          `json:"Code,omitempty" xml:"Code,omitempty"`
	DeployGroupEntity *InsertDeployGroupResponseBodyDeployGroupEntity `json:"DeployGroupEntity,omitempty" xml:"DeployGroupEntity,omitempty" type:"Struct"`
	Message           *string                                         `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId         *string                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (InsertDeployGroupResponseBody) GoString

func (*InsertDeployGroupResponseBody) SetCode

func (*InsertDeployGroupResponseBody) SetMessage

func (*InsertDeployGroupResponseBody) SetRequestId

func (InsertDeployGroupResponseBody) String

type InsertDeployGroupResponseBodyDeployGroupEntity

type InsertDeployGroupResponseBodyDeployGroupEntity struct {
	AppId            *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	AppVersionId     *string `json:"AppVersionId,omitempty" xml:"AppVersionId,omitempty"`
	ClusterId        *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CreateTime       *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	GroupName        *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	GroupType        *int32  `json:"GroupType,omitempty" xml:"GroupType,omitempty"`
	Id               *string `json:"Id,omitempty" xml:"Id,omitempty"`
	PackageVersionId *string `json:"PackageVersionId,omitempty" xml:"PackageVersionId,omitempty"`
	UpdateTime       *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (InsertDeployGroupResponseBodyDeployGroupEntity) GoString

func (*InsertDeployGroupResponseBodyDeployGroupEntity) SetAppId

func (*InsertDeployGroupResponseBodyDeployGroupEntity) SetAppVersionId

func (*InsertDeployGroupResponseBodyDeployGroupEntity) SetClusterId

func (*InsertDeployGroupResponseBodyDeployGroupEntity) SetCreateTime

func (*InsertDeployGroupResponseBodyDeployGroupEntity) SetGroupName

func (*InsertDeployGroupResponseBodyDeployGroupEntity) SetGroupType

func (*InsertDeployGroupResponseBodyDeployGroupEntity) SetId

func (*InsertDeployGroupResponseBodyDeployGroupEntity) SetPackageVersionId

func (*InsertDeployGroupResponseBodyDeployGroupEntity) SetUpdateTime

func (InsertDeployGroupResponseBodyDeployGroupEntity) String

type InsertK8sApplicationRequest

type InsertK8sApplicationRequest struct {
	Annotations            *string `json:"Annotations,omitempty" xml:"Annotations,omitempty"`
	AppName                *string `json:"AppName,omitempty" xml:"AppName,omitempty"`
	ApplicationDescription *string `json:"ApplicationDescription,omitempty" xml:"ApplicationDescription,omitempty"`
	BuildPackId            *string `json:"BuildPackId,omitempty" xml:"BuildPackId,omitempty"`
	ClusterId              *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Command                *string `json:"Command,omitempty" xml:"Command,omitempty"`
	CommandArgs            *string `json:"CommandArgs,omitempty" xml:"CommandArgs,omitempty"`
	ConfigMountDescs       *string `json:"ConfigMountDescs,omitempty" xml:"ConfigMountDescs,omitempty"`
	CsClusterId            *string `json:"CsClusterId,omitempty" xml:"CsClusterId,omitempty"`
	CustomAffinity         *string `json:"CustomAffinity,omitempty" xml:"CustomAffinity,omitempty"`
	CustomTolerations      *string `json:"CustomTolerations,omitempty" xml:"CustomTolerations,omitempty"`
	DeployAcrossNodes      *string `json:"DeployAcrossNodes,omitempty" xml:"DeployAcrossNodes,omitempty"`
	DeployAcrossZones      *string `json:"DeployAcrossZones,omitempty" xml:"DeployAcrossZones,omitempty"`
	EdasContainerVersion   *string `json:"EdasContainerVersion,omitempty" xml:"EdasContainerVersion,omitempty"`
	EmptyDirs              *string `json:"EmptyDirs,omitempty" xml:"EmptyDirs,omitempty"`
	EnableAhas             *bool   `json:"EnableAhas,omitempty" xml:"EnableAhas,omitempty"`
	EnableAsm              *bool   `json:"EnableAsm,omitempty" xml:"EnableAsm,omitempty"`
	// 是否开启推空保护
	EnableEmptyPushReject *bool `json:"EnableEmptyPushReject,omitempty" xml:"EnableEmptyPushReject,omitempty"`
	// 是否启用无损上线规则
	EnableLosslessRule  *bool   `json:"EnableLosslessRule,omitempty" xml:"EnableLosslessRule,omitempty"`
	EnvFroms            *string `json:"EnvFroms,omitempty" xml:"EnvFroms,omitempty"`
	Envs                *string `json:"Envs,omitempty" xml:"Envs,omitempty"`
	ImageUrl            *string `json:"ImageUrl,omitempty" xml:"ImageUrl,omitempty"`
	InternetSlbId       *string `json:"InternetSlbId,omitempty" xml:"InternetSlbId,omitempty"`
	InternetSlbPort     *int32  `json:"InternetSlbPort,omitempty" xml:"InternetSlbPort,omitempty"`
	InternetSlbProtocol *string `json:"InternetSlbProtocol,omitempty" xml:"InternetSlbProtocol,omitempty"`
	InternetTargetPort  *int32  `json:"InternetTargetPort,omitempty" xml:"InternetTargetPort,omitempty"`
	IntranetSlbId       *string `json:"IntranetSlbId,omitempty" xml:"IntranetSlbId,omitempty"`
	IntranetSlbPort     *int32  `json:"IntranetSlbPort,omitempty" xml:"IntranetSlbPort,omitempty"`
	IntranetSlbProtocol *string `json:"IntranetSlbProtocol,omitempty" xml:"IntranetSlbProtocol,omitempty"`
	IntranetTargetPort  *int32  `json:"IntranetTargetPort,omitempty" xml:"IntranetTargetPort,omitempty"`
	IsMultilingualApp   *bool   `json:"IsMultilingualApp,omitempty" xml:"IsMultilingualApp,omitempty"`
	JDK                 *string `json:"JDK,omitempty" xml:"JDK,omitempty"`
	JavaStartUpConfig   *string `json:"JavaStartUpConfig,omitempty" xml:"JavaStartUpConfig,omitempty"`
	Labels              *string `json:"Labels,omitempty" xml:"Labels,omitempty"`
	LimitCpu            *int32  `json:"LimitCpu,omitempty" xml:"LimitCpu,omitempty"`
	LimitMem            *int32  `json:"LimitMem,omitempty" xml:"LimitMem,omitempty"`
	LimitmCpu           *int32  `json:"LimitmCpu,omitempty" xml:"LimitmCpu,omitempty"`
	Liveness            *string `json:"Liveness,omitempty" xml:"Liveness,omitempty"`
	LocalVolume         *string `json:"LocalVolume,omitempty" xml:"LocalVolume,omitempty"`
	LogicalRegionId     *string `json:"LogicalRegionId,omitempty" xml:"LogicalRegionId,omitempty"`
	// 是否启用无损滚动发布模式配置通过就绪检查前完成服务注册
	LosslessRuleAligned *bool `json:"LosslessRuleAligned,omitempty" xml:"LosslessRuleAligned,omitempty"`
	// 无损上线延迟注册时长
	LosslessRuleDelayTime *int32 `json:"LosslessRuleDelayTime,omitempty" xml:"LosslessRuleDelayTime,omitempty"`
	// 无损上线服务预热曲线
	LosslessRuleFuncType *int32 `json:"LosslessRuleFuncType,omitempty" xml:"LosslessRuleFuncType,omitempty"`
	// 是否启用无损滚动发布模式配置通过就绪检查前完成服务预热
	LosslessRuleRelated *bool `json:"LosslessRuleRelated,omitempty" xml:"LosslessRuleRelated,omitempty"`
	// 无损上线服务预热时长
	LosslessRuleWarmupTime *int32  `json:"LosslessRuleWarmupTime,omitempty" xml:"LosslessRuleWarmupTime,omitempty"`
	MountDescs             *string `json:"MountDescs,omitempty" xml:"MountDescs,omitempty"`
	Namespace              *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	NasId                  *string `json:"NasId,omitempty" xml:"NasId,omitempty"`
	PackageType            *string `json:"PackageType,omitempty" xml:"PackageType,omitempty"`
	PackageUrl             *string `json:"PackageUrl,omitempty" xml:"PackageUrl,omitempty"`
	PackageVersion         *string `json:"PackageVersion,omitempty" xml:"PackageVersion,omitempty"`
	PostStart              *string `json:"PostStart,omitempty" xml:"PostStart,omitempty"`
	PreStop                *string `json:"PreStop,omitempty" xml:"PreStop,omitempty"`
	PvcMountDescs          *string `json:"PvcMountDescs,omitempty" xml:"PvcMountDescs,omitempty"`
	Readiness              *string `json:"Readiness,omitempty" xml:"Readiness,omitempty"`
	Replicas               *int32  `json:"Replicas,omitempty" xml:"Replicas,omitempty"`
	RepoId                 *string `json:"RepoId,omitempty" xml:"RepoId,omitempty"`
	RequestsCpu            *int32  `json:"RequestsCpu,omitempty" xml:"RequestsCpu,omitempty"`
	RequestsMem            *int32  `json:"RequestsMem,omitempty" xml:"RequestsMem,omitempty"`
	RequestsmCpu           *int32  `json:"RequestsmCpu,omitempty" xml:"RequestsmCpu,omitempty"`
	ResourceGroupId        *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	RuntimeClassName       *string `json:"RuntimeClassName,omitempty" xml:"RuntimeClassName,omitempty"`
	SlsConfigs             *string `json:"SlsConfigs,omitempty" xml:"SlsConfigs,omitempty"`
	StorageType            *string `json:"StorageType,omitempty" xml:"StorageType,omitempty"`
	Timeout                *int32  `json:"Timeout,omitempty" xml:"Timeout,omitempty"`
	UriEncoding            *string `json:"UriEncoding,omitempty" xml:"UriEncoding,omitempty"`
	UseBodyEncoding        *bool   `json:"UseBodyEncoding,omitempty" xml:"UseBodyEncoding,omitempty"`
	WebContainer           *string `json:"WebContainer,omitempty" xml:"WebContainer,omitempty"`
	WebContainerConfig     *string `json:"WebContainerConfig,omitempty" xml:"WebContainerConfig,omitempty"`
}

func (InsertK8sApplicationRequest) GoString

func (s InsertK8sApplicationRequest) GoString() string

func (*InsertK8sApplicationRequest) SetAnnotations added in v1.0.5

func (*InsertK8sApplicationRequest) SetAppName

func (*InsertK8sApplicationRequest) SetApplicationDescription

func (s *InsertK8sApplicationRequest) SetApplicationDescription(v string) *InsertK8sApplicationRequest

func (*InsertK8sApplicationRequest) SetBuildPackId

func (*InsertK8sApplicationRequest) SetClusterId

func (*InsertK8sApplicationRequest) SetCommand

func (*InsertK8sApplicationRequest) SetCommandArgs

func (*InsertK8sApplicationRequest) SetConfigMountDescs

func (*InsertK8sApplicationRequest) SetCsClusterId

func (*InsertK8sApplicationRequest) SetCustomAffinity

func (*InsertK8sApplicationRequest) SetCustomTolerations

func (*InsertK8sApplicationRequest) SetDeployAcrossNodes

func (*InsertK8sApplicationRequest) SetDeployAcrossZones

func (*InsertK8sApplicationRequest) SetEdasContainerVersion

func (s *InsertK8sApplicationRequest) SetEdasContainerVersion(v string) *InsertK8sApplicationRequest

func (*InsertK8sApplicationRequest) SetEmptyDirs

func (*InsertK8sApplicationRequest) SetEnableAhas

func (*InsertK8sApplicationRequest) SetEnableAsm

func (*InsertK8sApplicationRequest) SetEnableEmptyPushReject added in v1.0.5

func (s *InsertK8sApplicationRequest) SetEnableEmptyPushReject(v bool) *InsertK8sApplicationRequest

func (*InsertK8sApplicationRequest) SetEnableLosslessRule added in v1.0.5

func (s *InsertK8sApplicationRequest) SetEnableLosslessRule(v bool) *InsertK8sApplicationRequest

func (*InsertK8sApplicationRequest) SetEnvFroms

func (*InsertK8sApplicationRequest) SetEnvs

func (*InsertK8sApplicationRequest) SetImageUrl

func (*InsertK8sApplicationRequest) SetInternetSlbId

func (*InsertK8sApplicationRequest) SetInternetSlbPort

func (*InsertK8sApplicationRequest) SetInternetSlbProtocol

func (s *InsertK8sApplicationRequest) SetInternetSlbProtocol(v string) *InsertK8sApplicationRequest

func (*InsertK8sApplicationRequest) SetInternetTargetPort

func (s *InsertK8sApplicationRequest) SetInternetTargetPort(v int32) *InsertK8sApplicationRequest

func (*InsertK8sApplicationRequest) SetIntranetSlbId

func (*InsertK8sApplicationRequest) SetIntranetSlbPort

func (*InsertK8sApplicationRequest) SetIntranetSlbProtocol

func (s *InsertK8sApplicationRequest) SetIntranetSlbProtocol(v string) *InsertK8sApplicationRequest

func (*InsertK8sApplicationRequest) SetIntranetTargetPort

func (s *InsertK8sApplicationRequest) SetIntranetTargetPort(v int32) *InsertK8sApplicationRequest

func (*InsertK8sApplicationRequest) SetIsMultilingualApp

func (s *InsertK8sApplicationRequest) SetIsMultilingualApp(v bool) *InsertK8sApplicationRequest

func (*InsertK8sApplicationRequest) SetJDK

func (*InsertK8sApplicationRequest) SetJavaStartUpConfig

func (*InsertK8sApplicationRequest) SetLabels added in v1.0.5

func (*InsertK8sApplicationRequest) SetLimitCpu

func (*InsertK8sApplicationRequest) SetLimitMem

func (*InsertK8sApplicationRequest) SetLimitmCpu

func (*InsertK8sApplicationRequest) SetLiveness

func (*InsertK8sApplicationRequest) SetLocalVolume

func (*InsertK8sApplicationRequest) SetLogicalRegionId

func (*InsertK8sApplicationRequest) SetLosslessRuleAligned added in v1.0.5

func (s *InsertK8sApplicationRequest) SetLosslessRuleAligned(v bool) *InsertK8sApplicationRequest

func (*InsertK8sApplicationRequest) SetLosslessRuleDelayTime added in v1.0.5

func (s *InsertK8sApplicationRequest) SetLosslessRuleDelayTime(v int32) *InsertK8sApplicationRequest

func (*InsertK8sApplicationRequest) SetLosslessRuleFuncType added in v1.0.5

func (s *InsertK8sApplicationRequest) SetLosslessRuleFuncType(v int32) *InsertK8sApplicationRequest

func (*InsertK8sApplicationRequest) SetLosslessRuleRelated added in v1.0.5

func (s *InsertK8sApplicationRequest) SetLosslessRuleRelated(v bool) *InsertK8sApplicationRequest

func (*InsertK8sApplicationRequest) SetLosslessRuleWarmupTime added in v1.0.5

func (s *InsertK8sApplicationRequest) SetLosslessRuleWarmupTime(v int32) *InsertK8sApplicationRequest

func (*InsertK8sApplicationRequest) SetMountDescs

func (*InsertK8sApplicationRequest) SetNamespace

func (*InsertK8sApplicationRequest) SetNasId

func (*InsertK8sApplicationRequest) SetPackageType

func (*InsertK8sApplicationRequest) SetPackageUrl

func (*InsertK8sApplicationRequest) SetPackageVersion

func (*InsertK8sApplicationRequest) SetPostStart

func (*InsertK8sApplicationRequest) SetPreStop

func (*InsertK8sApplicationRequest) SetPvcMountDescs

func (*InsertK8sApplicationRequest) SetReadiness

func (*InsertK8sApplicationRequest) SetReplicas

func (*InsertK8sApplicationRequest) SetRepoId

func (*InsertK8sApplicationRequest) SetRequestsCpu

func (*InsertK8sApplicationRequest) SetRequestsMem

func (*InsertK8sApplicationRequest) SetRequestsmCpu

func (*InsertK8sApplicationRequest) SetResourceGroupId added in v1.0.4

func (*InsertK8sApplicationRequest) SetRuntimeClassName

func (*InsertK8sApplicationRequest) SetSlsConfigs

func (*InsertK8sApplicationRequest) SetStorageType

func (*InsertK8sApplicationRequest) SetTimeout

func (*InsertK8sApplicationRequest) SetUriEncoding

func (*InsertK8sApplicationRequest) SetUseBodyEncoding

func (*InsertK8sApplicationRequest) SetWebContainer

func (*InsertK8sApplicationRequest) SetWebContainerConfig

func (s *InsertK8sApplicationRequest) SetWebContainerConfig(v string) *InsertK8sApplicationRequest

func (InsertK8sApplicationRequest) String

type InsertK8sApplicationResponse

type InsertK8sApplicationResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *InsertK8sApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InsertK8sApplicationResponse) GoString

func (s InsertK8sApplicationResponse) GoString() string

func (*InsertK8sApplicationResponse) SetBody

func (*InsertK8sApplicationResponse) SetHeaders

func (*InsertK8sApplicationResponse) SetStatusCode added in v1.0.5

func (InsertK8sApplicationResponse) String

type InsertK8sApplicationResponseBody

type InsertK8sApplicationResponseBody struct {
	ApplicationInfo *InsertK8sApplicationResponseBodyApplicationInfo `json:"ApplicationInfo,omitempty" xml:"ApplicationInfo,omitempty" type:"Struct"`
	Code            *int32                                           `json:"Code,omitempty" xml:"Code,omitempty"`
	Message         *string                                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId       *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (InsertK8sApplicationResponseBody) GoString

func (*InsertK8sApplicationResponseBody) SetCode

func (*InsertK8sApplicationResponseBody) SetMessage

func (*InsertK8sApplicationResponseBody) SetRequestId

func (InsertK8sApplicationResponseBody) String

type InsertK8sApplicationResponseBodyApplicationInfo

type InsertK8sApplicationResponseBodyApplicationInfo struct {
	AppId         *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	AppName       *string `json:"AppName,omitempty" xml:"AppName,omitempty"`
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	ClusterType   *int32  `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	Dockerize     *bool   `json:"Dockerize,omitempty" xml:"Dockerize,omitempty"`
	EdasId        *string `json:"EdasId,omitempty" xml:"EdasId,omitempty"`
	Owner         *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	RegionId      *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	UserId        *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (InsertK8sApplicationResponseBodyApplicationInfo) GoString

func (*InsertK8sApplicationResponseBodyApplicationInfo) SetAppId

func (*InsertK8sApplicationResponseBodyApplicationInfo) SetAppName

func (*InsertK8sApplicationResponseBodyApplicationInfo) SetChangeOrderId

func (*InsertK8sApplicationResponseBodyApplicationInfo) SetClusterType

func (*InsertK8sApplicationResponseBodyApplicationInfo) SetDockerize

func (*InsertK8sApplicationResponseBodyApplicationInfo) SetEdasId

func (*InsertK8sApplicationResponseBodyApplicationInfo) SetOwner

func (*InsertK8sApplicationResponseBodyApplicationInfo) SetRegionId

func (*InsertK8sApplicationResponseBodyApplicationInfo) SetUserId

func (InsertK8sApplicationResponseBodyApplicationInfo) String

type InsertOrUpdateRegionRequest

type InsertOrUpdateRegionRequest struct {
	DebugEnable *bool   `json:"DebugEnable,omitempty" xml:"DebugEnable,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Id          *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	RegionName  *string `json:"RegionName,omitempty" xml:"RegionName,omitempty"`
	RegionTag   *string `json:"RegionTag,omitempty" xml:"RegionTag,omitempty"`
}

func (InsertOrUpdateRegionRequest) GoString

func (s InsertOrUpdateRegionRequest) GoString() string

func (*InsertOrUpdateRegionRequest) SetDebugEnable

func (*InsertOrUpdateRegionRequest) SetDescription

func (*InsertOrUpdateRegionRequest) SetId

func (*InsertOrUpdateRegionRequest) SetRegionName

func (*InsertOrUpdateRegionRequest) SetRegionTag

func (InsertOrUpdateRegionRequest) String

type InsertOrUpdateRegionResponse

type InsertOrUpdateRegionResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *InsertOrUpdateRegionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InsertOrUpdateRegionResponse) GoString

func (s InsertOrUpdateRegionResponse) GoString() string

func (*InsertOrUpdateRegionResponse) SetBody

func (*InsertOrUpdateRegionResponse) SetHeaders

func (*InsertOrUpdateRegionResponse) SetStatusCode added in v1.0.5

func (InsertOrUpdateRegionResponse) String

type InsertOrUpdateRegionResponseBody

type InsertOrUpdateRegionResponseBody struct {
	Code                   *int32                                                  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message                *string                                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId              *string                                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	UserDefineRegionEntity *InsertOrUpdateRegionResponseBodyUserDefineRegionEntity `json:"UserDefineRegionEntity,omitempty" xml:"UserDefineRegionEntity,omitempty" type:"Struct"`
}

func (InsertOrUpdateRegionResponseBody) GoString

func (*InsertOrUpdateRegionResponseBody) SetCode

func (*InsertOrUpdateRegionResponseBody) SetMessage

func (*InsertOrUpdateRegionResponseBody) SetRequestId

func (InsertOrUpdateRegionResponseBody) String

type InsertOrUpdateRegionResponseBodyUserDefineRegionEntity

type InsertOrUpdateRegionResponseBodyUserDefineRegionEntity struct {
	BelongRegion *string `json:"BelongRegion,omitempty" xml:"BelongRegion,omitempty"`
	DebugEnable  *bool   `json:"DebugEnable,omitempty" xml:"DebugEnable,omitempty"`
	Description  *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Id           *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	RegionId     *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RegionName   *string `json:"RegionName,omitempty" xml:"RegionName,omitempty"`
	UserId       *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (InsertOrUpdateRegionResponseBodyUserDefineRegionEntity) GoString

func (*InsertOrUpdateRegionResponseBodyUserDefineRegionEntity) SetBelongRegion

func (*InsertOrUpdateRegionResponseBodyUserDefineRegionEntity) SetDebugEnable

func (*InsertOrUpdateRegionResponseBodyUserDefineRegionEntity) SetDescription

func (*InsertOrUpdateRegionResponseBodyUserDefineRegionEntity) SetId

func (*InsertOrUpdateRegionResponseBodyUserDefineRegionEntity) SetRegionId

func (*InsertOrUpdateRegionResponseBodyUserDefineRegionEntity) SetRegionName

func (*InsertOrUpdateRegionResponseBodyUserDefineRegionEntity) SetUserId

func (InsertOrUpdateRegionResponseBodyUserDefineRegionEntity) String

type InsertRoleRequest

type InsertRoleRequest struct {
	ActionData *string `json:"ActionData,omitempty" xml:"ActionData,omitempty"`
	RoleName   *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (InsertRoleRequest) GoString

func (s InsertRoleRequest) GoString() string

func (*InsertRoleRequest) SetActionData

func (s *InsertRoleRequest) SetActionData(v string) *InsertRoleRequest

func (*InsertRoleRequest) SetRoleName

func (s *InsertRoleRequest) SetRoleName(v string) *InsertRoleRequest

func (InsertRoleRequest) String

func (s InsertRoleRequest) String() string

type InsertRoleResponse

type InsertRoleResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *InsertRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InsertRoleResponse) GoString

func (s InsertRoleResponse) GoString() string

func (*InsertRoleResponse) SetBody

func (*InsertRoleResponse) SetHeaders

func (s *InsertRoleResponse) SetHeaders(v map[string]*string) *InsertRoleResponse

func (*InsertRoleResponse) SetStatusCode added in v1.0.5

func (s *InsertRoleResponse) SetStatusCode(v int32) *InsertRoleResponse

func (InsertRoleResponse) String

func (s InsertRoleResponse) String() string

type InsertRoleResponseBody

type InsertRoleResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	RoleId    *int32  `json:"RoleId,omitempty" xml:"RoleId,omitempty"`
}

func (InsertRoleResponseBody) GoString

func (s InsertRoleResponseBody) GoString() string

func (*InsertRoleResponseBody) SetCode

func (*InsertRoleResponseBody) SetMessage

func (*InsertRoleResponseBody) SetRequestId

func (*InsertRoleResponseBody) SetRoleId

func (InsertRoleResponseBody) String

func (s InsertRoleResponseBody) String() string

type InsertServiceGroupRequest

type InsertServiceGroupRequest struct {
	GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
}

func (InsertServiceGroupRequest) GoString

func (s InsertServiceGroupRequest) GoString() string

func (*InsertServiceGroupRequest) SetGroupName

func (InsertServiceGroupRequest) String

func (s InsertServiceGroupRequest) String() string

type InsertServiceGroupResponse

type InsertServiceGroupResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *InsertServiceGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InsertServiceGroupResponse) GoString

func (s InsertServiceGroupResponse) GoString() string

func (*InsertServiceGroupResponse) SetBody

func (*InsertServiceGroupResponse) SetHeaders

func (*InsertServiceGroupResponse) SetStatusCode added in v1.0.5

func (InsertServiceGroupResponse) String

type InsertServiceGroupResponseBody

type InsertServiceGroupResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (InsertServiceGroupResponseBody) GoString

func (*InsertServiceGroupResponseBody) SetCode

func (*InsertServiceGroupResponseBody) SetMessage

func (*InsertServiceGroupResponseBody) SetRequestId

func (InsertServiceGroupResponseBody) String

type InstallAgentRequest

type InstallAgentRequest struct {
	ClusterId   *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	DoAsync     *bool   `json:"DoAsync,omitempty" xml:"DoAsync,omitempty"`
	InstanceIds *string `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty"`
}

func (InstallAgentRequest) GoString

func (s InstallAgentRequest) GoString() string

func (*InstallAgentRequest) SetClusterId

func (s *InstallAgentRequest) SetClusterId(v string) *InstallAgentRequest

func (*InstallAgentRequest) SetDoAsync

func (s *InstallAgentRequest) SetDoAsync(v bool) *InstallAgentRequest

func (*InstallAgentRequest) SetInstanceIds

func (s *InstallAgentRequest) SetInstanceIds(v string) *InstallAgentRequest

func (InstallAgentRequest) String

func (s InstallAgentRequest) String() string

type InstallAgentResponse

type InstallAgentResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *InstallAgentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InstallAgentResponse) GoString

func (s InstallAgentResponse) GoString() string

func (*InstallAgentResponse) SetBody

func (*InstallAgentResponse) SetHeaders

func (s *InstallAgentResponse) SetHeaders(v map[string]*string) *InstallAgentResponse

func (*InstallAgentResponse) SetStatusCode added in v1.0.5

func (s *InstallAgentResponse) SetStatusCode(v int32) *InstallAgentResponse

func (InstallAgentResponse) String

func (s InstallAgentResponse) String() string

type InstallAgentResponseBody

type InstallAgentResponseBody struct {
	Code                *int32                                       `json:"Code,omitempty" xml:"Code,omitempty"`
	ExecutionResultList *InstallAgentResponseBodyExecutionResultList `json:"ExecutionResultList,omitempty" xml:"ExecutionResultList,omitempty" type:"Struct"`
	Message             *string                                      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId           *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (InstallAgentResponseBody) GoString

func (s InstallAgentResponseBody) GoString() string

func (*InstallAgentResponseBody) SetCode

func (*InstallAgentResponseBody) SetExecutionResultList

func (*InstallAgentResponseBody) SetMessage

func (*InstallAgentResponseBody) SetRequestId

func (InstallAgentResponseBody) String

func (s InstallAgentResponseBody) String() string

type InstallAgentResponseBodyExecutionResultList

type InstallAgentResponseBodyExecutionResultList struct {
	ExecutionResult []*InstallAgentResponseBodyExecutionResultListExecutionResult `json:"ExecutionResult,omitempty" xml:"ExecutionResult,omitempty" type:"Repeated"`
}

func (InstallAgentResponseBodyExecutionResultList) GoString

func (InstallAgentResponseBodyExecutionResultList) String

type InstallAgentResponseBodyExecutionResultListExecutionResult

type InstallAgentResponseBodyExecutionResultListExecutionResult struct {
	FinishedTime       *string `json:"FinishedTime,omitempty" xml:"FinishedTime,omitempty"`
	InstanceId         *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InvokeRecordStatus *string `json:"InvokeRecordStatus,omitempty" xml:"InvokeRecordStatus,omitempty"`
	Status             *string `json:"Status,omitempty" xml:"Status,omitempty"`
	Success            *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (InstallAgentResponseBodyExecutionResultListExecutionResult) GoString

func (*InstallAgentResponseBodyExecutionResultListExecutionResult) SetFinishedTime

func (*InstallAgentResponseBodyExecutionResultListExecutionResult) SetInstanceId

func (*InstallAgentResponseBodyExecutionResultListExecutionResult) SetInvokeRecordStatus

func (*InstallAgentResponseBodyExecutionResultListExecutionResult) SetStatus

func (*InstallAgentResponseBodyExecutionResultListExecutionResult) SetSuccess

func (InstallAgentResponseBodyExecutionResultListExecutionResult) String

type ListAliyunRegionResponse

type ListAliyunRegionResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListAliyunRegionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListAliyunRegionResponse) GoString

func (s ListAliyunRegionResponse) GoString() string

func (*ListAliyunRegionResponse) SetBody

func (*ListAliyunRegionResponse) SetHeaders

func (*ListAliyunRegionResponse) SetStatusCode added in v1.0.5

func (ListAliyunRegionResponse) String

func (s ListAliyunRegionResponse) String() string

type ListAliyunRegionResponseBody

type ListAliyunRegionResponseBody struct {
	Code             *int32                                        `json:"Code,omitempty" xml:"Code,omitempty"`
	Message          *string                                       `json:"Message,omitempty" xml:"Message,omitempty"`
	RegionEntityList *ListAliyunRegionResponseBodyRegionEntityList `json:"RegionEntityList,omitempty" xml:"RegionEntityList,omitempty" type:"Struct"`
	RequestId        *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListAliyunRegionResponseBody) GoString

func (s ListAliyunRegionResponseBody) GoString() string

func (*ListAliyunRegionResponseBody) SetCode

func (*ListAliyunRegionResponseBody) SetMessage

func (*ListAliyunRegionResponseBody) SetRequestId

func (ListAliyunRegionResponseBody) String

type ListAliyunRegionResponseBodyRegionEntityList

type ListAliyunRegionResponseBodyRegionEntityList struct {
	RegionEntity []*ListAliyunRegionResponseBodyRegionEntityListRegionEntity `json:"RegionEntity,omitempty" xml:"RegionEntity,omitempty" type:"Repeated"`
}

func (ListAliyunRegionResponseBodyRegionEntityList) GoString

func (ListAliyunRegionResponseBodyRegionEntityList) String

type ListAliyunRegionResponseBodyRegionEntityListRegionEntity

type ListAliyunRegionResponseBodyRegionEntityListRegionEntity struct {
	Id   *string `json:"Id,omitempty" xml:"Id,omitempty"`
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (ListAliyunRegionResponseBodyRegionEntityListRegionEntity) GoString

func (*ListAliyunRegionResponseBodyRegionEntityListRegionEntity) SetId

func (*ListAliyunRegionResponseBodyRegionEntityListRegionEntity) SetName

func (ListAliyunRegionResponseBodyRegionEntityListRegionEntity) String

type ListApplicationEcuRequest

type ListApplicationEcuRequest struct {
	AppId           *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	LogicalRegionId *string `json:"LogicalRegionId,omitempty" xml:"LogicalRegionId,omitempty"`
}

func (ListApplicationEcuRequest) GoString

func (s ListApplicationEcuRequest) GoString() string

func (*ListApplicationEcuRequest) SetAppId

func (*ListApplicationEcuRequest) SetLogicalRegionId

func (ListApplicationEcuRequest) String

func (s ListApplicationEcuRequest) String() string

type ListApplicationEcuResponse

type ListApplicationEcuResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListApplicationEcuResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListApplicationEcuResponse) GoString

func (s ListApplicationEcuResponse) GoString() string

func (*ListApplicationEcuResponse) SetBody

func (*ListApplicationEcuResponse) SetHeaders

func (*ListApplicationEcuResponse) SetStatusCode added in v1.0.5

func (ListApplicationEcuResponse) String

type ListApplicationEcuResponseBody

type ListApplicationEcuResponseBody struct {
	Code        *int32                                     `json:"Code,omitempty" xml:"Code,omitempty"`
	EcuInfoList *ListApplicationEcuResponseBodyEcuInfoList `json:"EcuInfoList,omitempty" xml:"EcuInfoList,omitempty" type:"Struct"`
	Message     *string                                    `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListApplicationEcuResponseBody) GoString

func (*ListApplicationEcuResponseBody) SetCode

func (*ListApplicationEcuResponseBody) SetMessage

func (*ListApplicationEcuResponseBody) SetRequestId

func (ListApplicationEcuResponseBody) String

type ListApplicationEcuResponseBodyEcuInfoList

type ListApplicationEcuResponseBodyEcuInfoList struct {
	EcuEntity []*ListApplicationEcuResponseBodyEcuInfoListEcuEntity `json:"EcuEntity,omitempty" xml:"EcuEntity,omitempty" type:"Repeated"`
}

func (ListApplicationEcuResponseBodyEcuInfoList) GoString

func (ListApplicationEcuResponseBodyEcuInfoList) String

type ListApplicationEcuResponseBodyEcuInfoListEcuEntity

type ListApplicationEcuResponseBodyEcuInfoListEcuEntity struct {
	AppId         *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	AvailableCpu  *int32  `json:"AvailableCpu,omitempty" xml:"AvailableCpu,omitempty"`
	AvailableMem  *int32  `json:"AvailableMem,omitempty" xml:"AvailableMem,omitempty"`
	Cpu           *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	CreateTime    *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DockerEnv     *bool   `json:"DockerEnv,omitempty" xml:"DockerEnv,omitempty"`
	EcuId         *string `json:"EcuId,omitempty" xml:"EcuId,omitempty"`
	HeartbeatTime *int64  `json:"HeartbeatTime,omitempty" xml:"HeartbeatTime,omitempty"`
	InstanceId    *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	IpAddr        *string `json:"IpAddr,omitempty" xml:"IpAddr,omitempty"`
	Mem           *int32  `json:"Mem,omitempty" xml:"Mem,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Online        *bool   `json:"Online,omitempty" xml:"Online,omitempty"`
	RegionId      *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	UpdateTime    *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	UserId        *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	VpcId         *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	ZoneId        *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (ListApplicationEcuResponseBodyEcuInfoListEcuEntity) GoString

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetAppId

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetAvailableCpu

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetAvailableMem

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetCpu

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetCreateTime

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetDockerEnv

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetEcuId

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetHeartbeatTime

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetInstanceId

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetIpAddr

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetMem

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetName

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetOnline

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetRegionId

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetUpdateTime

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetUserId

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetVpcId

func (*ListApplicationEcuResponseBodyEcuInfoListEcuEntity) SetZoneId

func (ListApplicationEcuResponseBodyEcuInfoListEcuEntity) String

type ListApplicationRequest

type ListApplicationRequest struct {
	AppName               *string `json:"AppName,omitempty" xml:"AppName,omitempty"`
	ClusterId             *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	LogicalRegionId       *string `json:"LogicalRegionId,omitempty" xml:"LogicalRegionId,omitempty"`
	LogicalRegionIdFilter *string `json:"LogicalRegionIdFilter,omitempty" xml:"LogicalRegionIdFilter,omitempty"`
	ResourceGroupId       *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
}

func (ListApplicationRequest) GoString

func (s ListApplicationRequest) GoString() string

func (*ListApplicationRequest) SetAppName

func (*ListApplicationRequest) SetClusterId

func (*ListApplicationRequest) SetLogicalRegionId

func (s *ListApplicationRequest) SetLogicalRegionId(v string) *ListApplicationRequest

func (*ListApplicationRequest) SetLogicalRegionIdFilter

func (s *ListApplicationRequest) SetLogicalRegionIdFilter(v string) *ListApplicationRequest

func (*ListApplicationRequest) SetResourceGroupId

func (s *ListApplicationRequest) SetResourceGroupId(v string) *ListApplicationRequest

func (ListApplicationRequest) String

func (s ListApplicationRequest) String() string

type ListApplicationResponse

type ListApplicationResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListApplicationResponse) GoString

func (s ListApplicationResponse) GoString() string

func (*ListApplicationResponse) SetBody

func (*ListApplicationResponse) SetHeaders

func (*ListApplicationResponse) SetStatusCode added in v1.0.5

func (ListApplicationResponse) String

func (s ListApplicationResponse) String() string

type ListApplicationResponseBody

type ListApplicationResponseBody struct {
	ApplicationList *ListApplicationResponseBodyApplicationList `json:"ApplicationList,omitempty" xml:"ApplicationList,omitempty" type:"Struct"`
	Code            *int32                                      `json:"Code,omitempty" xml:"Code,omitempty"`
	Message         *string                                     `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId       *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListApplicationResponseBody) GoString

func (s ListApplicationResponseBody) GoString() string

func (*ListApplicationResponseBody) SetCode

func (*ListApplicationResponseBody) SetMessage

func (*ListApplicationResponseBody) SetRequestId

func (ListApplicationResponseBody) String

type ListApplicationResponseBodyApplicationList

type ListApplicationResponseBodyApplicationList struct {
	Application []*ListApplicationResponseBodyApplicationListApplication `json:"Application,omitempty" xml:"Application,omitempty" type:"Repeated"`
}

func (ListApplicationResponseBodyApplicationList) GoString

func (ListApplicationResponseBodyApplicationList) String

type ListApplicationResponseBodyApplicationListApplication

type ListApplicationResponseBodyApplicationListApplication struct {
	AppId                *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ApplicationType      *string `json:"ApplicationType,omitempty" xml:"ApplicationType,omitempty"`
	BuildPackageId       *int64  `json:"BuildPackageId,omitempty" xml:"BuildPackageId,omitempty"`
	ClusterId            *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterType          *int32  `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	Name                 *string `json:"Name,omitempty" xml:"Name,omitempty"`
	RegionId             *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceGroupId      *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	RunningInstanceCount *int32  `json:"RunningInstanceCount,omitempty" xml:"RunningInstanceCount,omitempty"`
}

func (ListApplicationResponseBodyApplicationListApplication) GoString

func (*ListApplicationResponseBodyApplicationListApplication) SetAppId

func (*ListApplicationResponseBodyApplicationListApplication) SetApplicationType

func (*ListApplicationResponseBodyApplicationListApplication) SetBuildPackageId

func (*ListApplicationResponseBodyApplicationListApplication) SetClusterId

func (*ListApplicationResponseBodyApplicationListApplication) SetClusterType

func (*ListApplicationResponseBodyApplicationListApplication) SetName

func (*ListApplicationResponseBodyApplicationListApplication) SetRegionId

func (*ListApplicationResponseBodyApplicationListApplication) SetResourceGroupId

func (*ListApplicationResponseBodyApplicationListApplication) SetRunningInstanceCount

func (ListApplicationResponseBodyApplicationListApplication) String

type ListAuthorityResponse

type ListAuthorityResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListAuthorityResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListAuthorityResponse) GoString

func (s ListAuthorityResponse) GoString() string

func (*ListAuthorityResponse) SetBody

func (*ListAuthorityResponse) SetHeaders

func (*ListAuthorityResponse) SetStatusCode added in v1.0.5

func (s *ListAuthorityResponse) SetStatusCode(v int32) *ListAuthorityResponse

func (ListAuthorityResponse) String

func (s ListAuthorityResponse) String() string

type ListAuthorityResponseBody

type ListAuthorityResponseBody struct {
	AuthorityList *ListAuthorityResponseBodyAuthorityList `json:"AuthorityList,omitempty" xml:"AuthorityList,omitempty" type:"Struct"`
	Code          *int32                                  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListAuthorityResponseBody) GoString

func (s ListAuthorityResponseBody) GoString() string

func (*ListAuthorityResponseBody) SetAuthorityList

func (*ListAuthorityResponseBody) SetCode

func (*ListAuthorityResponseBody) SetMessage

func (*ListAuthorityResponseBody) SetRequestId

func (ListAuthorityResponseBody) String

func (s ListAuthorityResponseBody) String() string

type ListAuthorityResponseBodyAuthorityList

type ListAuthorityResponseBodyAuthorityList struct {
	Authority []*ListAuthorityResponseBodyAuthorityListAuthority `json:"Authority,omitempty" xml:"Authority,omitempty" type:"Repeated"`
}

func (ListAuthorityResponseBodyAuthorityList) GoString

func (ListAuthorityResponseBodyAuthorityList) String

type ListAuthorityResponseBodyAuthorityListAuthority

type ListAuthorityResponseBodyAuthorityListAuthority struct {
	ActionList  *ListAuthorityResponseBodyAuthorityListAuthorityActionList `json:"ActionList,omitempty" xml:"ActionList,omitempty" type:"Struct"`
	Description *string                                                    `json:"Description,omitempty" xml:"Description,omitempty"`
	GroupId     *string                                                    `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	Name        *string                                                    `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (ListAuthorityResponseBodyAuthorityListAuthority) GoString

func (*ListAuthorityResponseBodyAuthorityListAuthority) SetDescription

func (*ListAuthorityResponseBodyAuthorityListAuthority) SetGroupId

func (*ListAuthorityResponseBodyAuthorityListAuthority) SetName

func (ListAuthorityResponseBodyAuthorityListAuthority) String

type ListAuthorityResponseBodyAuthorityListAuthorityActionList

type ListAuthorityResponseBodyAuthorityListAuthorityActionList struct {
	Action []*ListAuthorityResponseBodyAuthorityListAuthorityActionListAction `json:"Action,omitempty" xml:"Action,omitempty" type:"Repeated"`
}

func (ListAuthorityResponseBodyAuthorityListAuthorityActionList) GoString

func (ListAuthorityResponseBodyAuthorityListAuthorityActionList) String

type ListAuthorityResponseBodyAuthorityListAuthorityActionListAction

type ListAuthorityResponseBodyAuthorityListAuthorityActionListAction struct {
	Code        *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	GroupId     *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (ListAuthorityResponseBodyAuthorityListAuthorityActionListAction) GoString

func (*ListAuthorityResponseBodyAuthorityListAuthorityActionListAction) SetCode

func (*ListAuthorityResponseBodyAuthorityListAuthorityActionListAction) SetDescription

func (*ListAuthorityResponseBodyAuthorityListAuthorityActionListAction) SetGroupId

func (*ListAuthorityResponseBodyAuthorityListAuthorityActionListAction) SetName

func (ListAuthorityResponseBodyAuthorityListAuthorityActionListAction) String

type ListBuildPackResponse

type ListBuildPackResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListBuildPackResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListBuildPackResponse) GoString

func (s ListBuildPackResponse) GoString() string

func (*ListBuildPackResponse) SetBody

func (*ListBuildPackResponse) SetHeaders

func (*ListBuildPackResponse) SetStatusCode added in v1.0.5

func (s *ListBuildPackResponse) SetStatusCode(v int32) *ListBuildPackResponse

func (ListBuildPackResponse) String

func (s ListBuildPackResponse) String() string

type ListBuildPackResponseBody

type ListBuildPackResponseBody struct {
	BuildPackList *ListBuildPackResponseBodyBuildPackList `json:"BuildPackList,omitempty" xml:"BuildPackList,omitempty" type:"Struct"`
	Code          *int32                                  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListBuildPackResponseBody) GoString

func (s ListBuildPackResponseBody) GoString() string

func (*ListBuildPackResponseBody) SetBuildPackList

func (*ListBuildPackResponseBody) SetCode

func (*ListBuildPackResponseBody) SetMessage

func (*ListBuildPackResponseBody) SetRequestId

func (ListBuildPackResponseBody) String

func (s ListBuildPackResponseBody) String() string

type ListBuildPackResponseBodyBuildPackList

type ListBuildPackResponseBodyBuildPackList struct {
	BuildPack []*ListBuildPackResponseBodyBuildPackListBuildPack `json:"BuildPack,omitempty" xml:"BuildPack,omitempty" type:"Repeated"`
}

func (ListBuildPackResponseBodyBuildPackList) GoString

func (ListBuildPackResponseBodyBuildPackList) String

type ListBuildPackResponseBodyBuildPackListBuildPack

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

func (ListBuildPackResponseBodyBuildPackListBuildPack) GoString

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetConfigId

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetDisabled

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetFeature

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetImageId

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetMultipleTenant

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetPackVersion

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetPandoraDesc

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetPandoraDownloadUrl

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetPandoraVersion

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetPluginInfo

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetScriptName

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetScriptVersion

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetSupportFeatures

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetTengineDownloadUrl

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetTengineImageId

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetTomcatDesc

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetTomcatDownloadUrl

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetTomcatPath

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetTomcatVersion

func (*ListBuildPackResponseBodyBuildPackListBuildPack) SetWithTengine

func (ListBuildPackResponseBodyBuildPackListBuildPack) String

type ListClusterMembersRequest

type ListClusterMembersRequest struct {
	ClusterId   *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CurrentPage *int32  `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	EcsList     *string `json:"EcsList,omitempty" xml:"EcsList,omitempty"`
	PageSize    *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListClusterMembersRequest) GoString

func (s ListClusterMembersRequest) GoString() string

func (*ListClusterMembersRequest) SetClusterId

func (*ListClusterMembersRequest) SetCurrentPage

func (*ListClusterMembersRequest) SetEcsList

func (*ListClusterMembersRequest) SetPageSize

func (ListClusterMembersRequest) String

func (s ListClusterMembersRequest) String() string

type ListClusterMembersResponse

type ListClusterMembersResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListClusterMembersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListClusterMembersResponse) GoString

func (s ListClusterMembersResponse) GoString() string

func (*ListClusterMembersResponse) SetBody

func (*ListClusterMembersResponse) SetHeaders

func (*ListClusterMembersResponse) SetStatusCode added in v1.0.5

func (ListClusterMembersResponse) String

type ListClusterMembersResponseBody

type ListClusterMembersResponseBody struct {
	ClusterMemberPage *ListClusterMembersResponseBodyClusterMemberPage `json:"ClusterMemberPage,omitempty" xml:"ClusterMemberPage,omitempty" type:"Struct"`
	Code              *int32                                           `json:"Code,omitempty" xml:"Code,omitempty"`
	Message           *string                                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId         *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListClusterMembersResponseBody) GoString

func (*ListClusterMembersResponseBody) SetCode

func (*ListClusterMembersResponseBody) SetMessage

func (*ListClusterMembersResponseBody) SetRequestId

func (ListClusterMembersResponseBody) String

type ListClusterMembersResponseBodyClusterMemberPage

type ListClusterMembersResponseBodyClusterMemberPage struct {
	ClusterMemberList *ListClusterMembersResponseBodyClusterMemberPageClusterMemberList `json:"ClusterMemberList,omitempty" xml:"ClusterMemberList,omitempty" type:"Struct"`
	CurrentPage       *int32                                                            `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	PageSize          *int32                                                            `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalSize         *int32                                                            `json:"TotalSize,omitempty" xml:"TotalSize,omitempty"`
}

func (ListClusterMembersResponseBodyClusterMemberPage) GoString

func (*ListClusterMembersResponseBodyClusterMemberPage) SetCurrentPage

func (*ListClusterMembersResponseBodyClusterMemberPage) SetPageSize

func (*ListClusterMembersResponseBodyClusterMemberPage) SetTotalSize

func (ListClusterMembersResponseBodyClusterMemberPage) String

type ListClusterMembersResponseBodyClusterMemberPageClusterMemberList

type ListClusterMembersResponseBodyClusterMemberPageClusterMemberList struct {
	ClusterMember []*ListClusterMembersResponseBodyClusterMemberPageClusterMemberListClusterMember `json:"ClusterMember,omitempty" xml:"ClusterMember,omitempty" type:"Repeated"`
}

func (ListClusterMembersResponseBodyClusterMemberPageClusterMemberList) GoString

func (ListClusterMembersResponseBodyClusterMemberPageClusterMemberList) String

type ListClusterMembersResponseBodyClusterMemberPageClusterMemberListClusterMember

type ListClusterMembersResponseBodyClusterMemberPageClusterMemberListClusterMember struct {
	ClusterId       *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterMemberId *string `json:"ClusterMemberId,omitempty" xml:"ClusterMemberId,omitempty"`
	CreateTime      *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	EcsId           *string `json:"EcsId,omitempty" xml:"EcsId,omitempty"`
	EcuId           *string `json:"EcuId,omitempty" xml:"EcuId,omitempty"`
	Status          *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
	UpdateTime      *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (ListClusterMembersResponseBodyClusterMemberPageClusterMemberListClusterMember) GoString

func (*ListClusterMembersResponseBodyClusterMemberPageClusterMemberListClusterMember) SetClusterId

func (*ListClusterMembersResponseBodyClusterMemberPageClusterMemberListClusterMember) SetClusterMemberId

func (*ListClusterMembersResponseBodyClusterMemberPageClusterMemberListClusterMember) SetCreateTime

func (*ListClusterMembersResponseBodyClusterMemberPageClusterMemberListClusterMember) SetEcsId

func (*ListClusterMembersResponseBodyClusterMemberPageClusterMemberListClusterMember) SetEcuId

func (*ListClusterMembersResponseBodyClusterMemberPageClusterMemberListClusterMember) SetStatus

func (*ListClusterMembersResponseBodyClusterMemberPageClusterMemberListClusterMember) SetUpdateTime

func (ListClusterMembersResponseBodyClusterMemberPageClusterMemberListClusterMember) String

type ListClusterRequest

type ListClusterRequest struct {
	LogicalRegionId *string `json:"LogicalRegionId,omitempty" xml:"LogicalRegionId,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
}

func (ListClusterRequest) GoString

func (s ListClusterRequest) GoString() string

func (*ListClusterRequest) SetLogicalRegionId

func (s *ListClusterRequest) SetLogicalRegionId(v string) *ListClusterRequest

func (*ListClusterRequest) SetResourceGroupId

func (s *ListClusterRequest) SetResourceGroupId(v string) *ListClusterRequest

func (ListClusterRequest) String

func (s ListClusterRequest) String() string

type ListClusterResponse

type ListClusterResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListClusterResponse) GoString

func (s ListClusterResponse) GoString() string

func (*ListClusterResponse) SetBody

func (*ListClusterResponse) SetHeaders

func (s *ListClusterResponse) SetHeaders(v map[string]*string) *ListClusterResponse

func (*ListClusterResponse) SetStatusCode added in v1.0.5

func (s *ListClusterResponse) SetStatusCode(v int32) *ListClusterResponse

func (ListClusterResponse) String

func (s ListClusterResponse) String() string

type ListClusterResponseBody

type ListClusterResponseBody struct {
	ClusterList *ListClusterResponseBodyClusterList `json:"ClusterList,omitempty" xml:"ClusterList,omitempty" type:"Struct"`
	Code        *int32                              `json:"Code,omitempty" xml:"Code,omitempty"`
	Message     *string                             `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListClusterResponseBody) GoString

func (s ListClusterResponseBody) GoString() string

func (*ListClusterResponseBody) SetClusterList

func (*ListClusterResponseBody) SetCode

func (*ListClusterResponseBody) SetMessage

func (*ListClusterResponseBody) SetRequestId

func (ListClusterResponseBody) String

func (s ListClusterResponseBody) String() string

type ListClusterResponseBodyClusterList

type ListClusterResponseBodyClusterList struct {
	Cluster []*ListClusterResponseBodyClusterListCluster `json:"Cluster,omitempty" xml:"Cluster,omitempty" type:"Repeated"`
}

func (ListClusterResponseBodyClusterList) GoString

func (ListClusterResponseBodyClusterList) String

type ListClusterResponseBodyClusterListCluster

type ListClusterResponseBodyClusterListCluster struct {
	ClusterId       *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterName     *string `json:"ClusterName,omitempty" xml:"ClusterName,omitempty"`
	ClusterType     *int32  `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	Cpu             *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	CpuUsed         *int32  `json:"CpuUsed,omitempty" xml:"CpuUsed,omitempty"`
	CreateTime      *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CsClusterId     *string `json:"CsClusterId,omitempty" xml:"CsClusterId,omitempty"`
	Description     *string `json:"Description,omitempty" xml:"Description,omitempty"`
	IaasProvider    *string `json:"IaasProvider,omitempty" xml:"IaasProvider,omitempty"`
	Mem             *int32  `json:"Mem,omitempty" xml:"Mem,omitempty"`
	MemUsed         *int32  `json:"MemUsed,omitempty" xml:"MemUsed,omitempty"`
	NetworkMode     *int32  `json:"NetworkMode,omitempty" xml:"NetworkMode,omitempty"`
	NodeNum         *int32  `json:"NodeNum,omitempty" xml:"NodeNum,omitempty"`
	OversoldFactor  *int32  `json:"OversoldFactor,omitempty" xml:"OversoldFactor,omitempty"`
	RegionId        *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	UpdateTime      *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	VpcId           *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (ListClusterResponseBodyClusterListCluster) GoString

func (*ListClusterResponseBodyClusterListCluster) SetClusterId

func (*ListClusterResponseBodyClusterListCluster) SetClusterName

func (*ListClusterResponseBodyClusterListCluster) SetClusterType

func (*ListClusterResponseBodyClusterListCluster) SetCpu

func (*ListClusterResponseBodyClusterListCluster) SetCpuUsed

func (*ListClusterResponseBodyClusterListCluster) SetCreateTime

func (*ListClusterResponseBodyClusterListCluster) SetCsClusterId

func (*ListClusterResponseBodyClusterListCluster) SetDescription

func (*ListClusterResponseBodyClusterListCluster) SetIaasProvider

func (*ListClusterResponseBodyClusterListCluster) SetMem

func (*ListClusterResponseBodyClusterListCluster) SetMemUsed

func (*ListClusterResponseBodyClusterListCluster) SetNetworkMode

func (*ListClusterResponseBodyClusterListCluster) SetNodeNum

func (*ListClusterResponseBodyClusterListCluster) SetOversoldFactor

func (*ListClusterResponseBodyClusterListCluster) SetRegionId

func (*ListClusterResponseBodyClusterListCluster) SetResourceGroupId

func (*ListClusterResponseBodyClusterListCluster) SetUpdateTime

func (*ListClusterResponseBodyClusterListCluster) SetVpcId

func (ListClusterResponseBodyClusterListCluster) String

type ListComponentsResponse

type ListComponentsResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListComponentsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListComponentsResponse) GoString

func (s ListComponentsResponse) GoString() string

func (*ListComponentsResponse) SetBody

func (*ListComponentsResponse) SetHeaders

func (*ListComponentsResponse) SetStatusCode added in v1.0.5

func (ListComponentsResponse) String

func (s ListComponentsResponse) String() string

type ListComponentsResponseBody

type ListComponentsResponseBody struct {
	Code          *int32                                   `json:"Code,omitempty" xml:"Code,omitempty"`
	ComponentList *ListComponentsResponseBodyComponentList `json:"ComponentList,omitempty" xml:"ComponentList,omitempty" type:"Struct"`
	Message       *string                                  `json:"Message,omitempty" xml:"Message,omitempty"`
}

func (ListComponentsResponseBody) GoString

func (s ListComponentsResponseBody) GoString() string

func (*ListComponentsResponseBody) SetCode

func (*ListComponentsResponseBody) SetComponentList

func (*ListComponentsResponseBody) SetMessage

func (ListComponentsResponseBody) String

type ListComponentsResponseBodyComponentList

type ListComponentsResponseBodyComponentList struct {
	Component []*ListComponentsResponseBodyComponentListComponent `json:"Component,omitempty" xml:"Component,omitempty" type:"Repeated"`
}

func (ListComponentsResponseBodyComponentList) GoString

func (ListComponentsResponseBodyComponentList) String

type ListComponentsResponseBodyComponentListComponent

type ListComponentsResponseBodyComponentListComponent struct {
	ComponentId  *string `json:"ComponentId,omitempty" xml:"ComponentId,omitempty"`
	ComponentKey *string `json:"ComponentKey,omitempty" xml:"ComponentKey,omitempty"`
	Desc         *string `json:"Desc,omitempty" xml:"Desc,omitempty"`
	Expired      *bool   `json:"Expired,omitempty" xml:"Expired,omitempty"`
	Type         *string `json:"Type,omitempty" xml:"Type,omitempty"`
	Version      *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (ListComponentsResponseBodyComponentListComponent) GoString

func (*ListComponentsResponseBodyComponentListComponent) SetComponentId

func (*ListComponentsResponseBodyComponentListComponent) SetComponentKey

func (*ListComponentsResponseBodyComponentListComponent) SetDesc

func (*ListComponentsResponseBodyComponentListComponent) SetExpired

func (*ListComponentsResponseBodyComponentListComponent) SetType

func (*ListComponentsResponseBodyComponentListComponent) SetVersion

func (ListComponentsResponseBodyComponentListComponent) String

type ListConfigTemplatesRequest

type ListConfigTemplatesRequest struct {
	// 页码
	CurrentPage *int64 `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	// 配置模板ID
	Id *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
	// 配置模板名称
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	// 页大小
	PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListConfigTemplatesRequest) GoString

func (s ListConfigTemplatesRequest) GoString() string

func (*ListConfigTemplatesRequest) SetCurrentPage

func (*ListConfigTemplatesRequest) SetId

func (*ListConfigTemplatesRequest) SetName

func (*ListConfigTemplatesRequest) SetPageSize

func (ListConfigTemplatesRequest) String

type ListConfigTemplatesResponse

type ListConfigTemplatesResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListConfigTemplatesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListConfigTemplatesResponse) GoString

func (s ListConfigTemplatesResponse) GoString() string

func (*ListConfigTemplatesResponse) SetBody

func (*ListConfigTemplatesResponse) SetHeaders

func (*ListConfigTemplatesResponse) SetStatusCode added in v1.0.5

func (ListConfigTemplatesResponse) String

type ListConfigTemplatesResponseBody

type ListConfigTemplatesResponseBody struct {
	// 响应码
	Code *int32 `json:"Code,omitempty" xml:"Code,omitempty"`
	// 查询结果
	Data *ListConfigTemplatesResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	// 响应码文本描述
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// 请求ID
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListConfigTemplatesResponseBody) GoString

func (*ListConfigTemplatesResponseBody) SetCode

func (*ListConfigTemplatesResponseBody) SetMessage

func (*ListConfigTemplatesResponseBody) SetRequestId

func (ListConfigTemplatesResponseBody) String

type ListConfigTemplatesResponseBodyData

type ListConfigTemplatesResponseBodyData struct {
	// 当前分页
	CurrentPage *int32 `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	// 页大小
	PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	// 配置模板列表
	Result []*ListConfigTemplatesResponseBodyDataResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	// 配置模板总数
	TotalSize *int64 `json:"TotalSize,omitempty" xml:"TotalSize,omitempty"`
}

func (ListConfigTemplatesResponseBodyData) GoString

func (*ListConfigTemplatesResponseBodyData) SetCurrentPage

func (*ListConfigTemplatesResponseBodyData) SetPageSize

func (*ListConfigTemplatesResponseBodyData) SetTotalSize

func (ListConfigTemplatesResponseBodyData) String

type ListConfigTemplatesResponseBodyDataResult

type ListConfigTemplatesResponseBodyDataResult struct {
	// 模板内容
	Content *string `json:"Content,omitempty" xml:"Content,omitempty"`
	// 模板描述
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	// 模板数据格式
	Format *string `json:"Format,omitempty" xml:"Format,omitempty"`
	// 创建时间
	GmtCreate *int64 `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	// 更新时间
	GmtModified *int64 `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	// 配置模板ID
	Id *string `json:"Id,omitempty" xml:"Id,omitempty"`
	// 配置模板名称
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (ListConfigTemplatesResponseBodyDataResult) GoString

func (*ListConfigTemplatesResponseBodyDataResult) SetContent

func (*ListConfigTemplatesResponseBodyDataResult) SetDescription

func (*ListConfigTemplatesResponseBodyDataResult) SetFormat

func (*ListConfigTemplatesResponseBodyDataResult) SetGmtCreate

func (*ListConfigTemplatesResponseBodyDataResult) SetGmtModified

func (*ListConfigTemplatesResponseBodyDataResult) SetId

func (*ListConfigTemplatesResponseBodyDataResult) SetName

func (ListConfigTemplatesResponseBodyDataResult) String

type ListConsumedServicesRequest

type ListConsumedServicesRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
}

func (ListConsumedServicesRequest) GoString

func (s ListConsumedServicesRequest) GoString() string

func (*ListConsumedServicesRequest) SetAppId

func (ListConsumedServicesRequest) String

type ListConsumedServicesResponse

type ListConsumedServicesResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListConsumedServicesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListConsumedServicesResponse) GoString

func (s ListConsumedServicesResponse) GoString() string

func (*ListConsumedServicesResponse) SetBody

func (*ListConsumedServicesResponse) SetHeaders

func (*ListConsumedServicesResponse) SetStatusCode added in v1.0.5

func (ListConsumedServicesResponse) String

type ListConsumedServicesResponseBody

type ListConsumedServicesResponseBody struct {
	Code                 *int32                                                `json:"Code,omitempty" xml:"Code,omitempty"`
	ConsumedServicesList *ListConsumedServicesResponseBodyConsumedServicesList `json:"ConsumedServicesList,omitempty" xml:"ConsumedServicesList,omitempty" type:"Struct"`
	Message              *string                                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId            *string                                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListConsumedServicesResponseBody) GoString

func (*ListConsumedServicesResponseBody) SetCode

func (*ListConsumedServicesResponseBody) SetMessage

func (*ListConsumedServicesResponseBody) SetRequestId

func (ListConsumedServicesResponseBody) String

type ListConsumedServicesResponseBodyConsumedServicesList

type ListConsumedServicesResponseBodyConsumedServicesList struct {
	ListConsumedServices []*ListConsumedServicesResponseBodyConsumedServicesListListConsumedServices `json:"ListConsumedServices,omitempty" xml:"ListConsumedServices,omitempty" type:"Repeated"`
}

func (ListConsumedServicesResponseBodyConsumedServicesList) GoString

func (ListConsumedServicesResponseBodyConsumedServicesList) String

type ListConsumedServicesResponseBodyConsumedServicesListListConsumedServices

type ListConsumedServicesResponseBodyConsumedServicesListListConsumedServices struct {
	AppId             *string                                                                         `json:"AppId,omitempty" xml:"AppId,omitempty"`
	DockerApplication *bool                                                                           `json:"DockerApplication,omitempty" xml:"DockerApplication,omitempty"`
	Group2Ip          *string                                                                         `json:"Group2Ip,omitempty" xml:"Group2Ip,omitempty"`
	Groups            *ListConsumedServicesResponseBodyConsumedServicesListListConsumedServicesGroups `json:"Groups,omitempty" xml:"Groups,omitempty" type:"Struct"`
	Ips               *ListConsumedServicesResponseBodyConsumedServicesListListConsumedServicesIps    `json:"Ips,omitempty" xml:"Ips,omitempty" type:"Struct"`
	Name              *string                                                                         `json:"Name,omitempty" xml:"Name,omitempty"`
	Type              *string                                                                         `json:"Type,omitempty" xml:"Type,omitempty"`
	Version           *string                                                                         `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (ListConsumedServicesResponseBodyConsumedServicesListListConsumedServices) GoString

func (*ListConsumedServicesResponseBodyConsumedServicesListListConsumedServices) SetAppId

func (*ListConsumedServicesResponseBodyConsumedServicesListListConsumedServices) SetDockerApplication

func (*ListConsumedServicesResponseBodyConsumedServicesListListConsumedServices) SetGroup2Ip

func (*ListConsumedServicesResponseBodyConsumedServicesListListConsumedServices) SetName

func (*ListConsumedServicesResponseBodyConsumedServicesListListConsumedServices) SetType

func (*ListConsumedServicesResponseBodyConsumedServicesListListConsumedServices) SetVersion

func (ListConsumedServicesResponseBodyConsumedServicesListListConsumedServices) String

type ListConsumedServicesResponseBodyConsumedServicesListListConsumedServicesGroups

type ListConsumedServicesResponseBodyConsumedServicesListListConsumedServicesGroups struct {
	Group []*string `json:"group,omitempty" xml:"group,omitempty" type:"Repeated"`
}

func (ListConsumedServicesResponseBodyConsumedServicesListListConsumedServicesGroups) GoString

func (*ListConsumedServicesResponseBodyConsumedServicesListListConsumedServicesGroups) SetGroup

func (ListConsumedServicesResponseBodyConsumedServicesListListConsumedServicesGroups) String

type ListConsumedServicesResponseBodyConsumedServicesListListConsumedServicesIps

type ListConsumedServicesResponseBodyConsumedServicesListListConsumedServicesIps struct {
	Ip []*string `json:"ip,omitempty" xml:"ip,omitempty" type:"Repeated"`
}

func (ListConsumedServicesResponseBodyConsumedServicesListListConsumedServicesIps) GoString

func (*ListConsumedServicesResponseBodyConsumedServicesListListConsumedServicesIps) SetIp

func (ListConsumedServicesResponseBodyConsumedServicesListListConsumedServicesIps) String

type ListConvertableEcuRequest

type ListConvertableEcuRequest struct {
	ClusterId *string `json:"clusterId,omitempty" xml:"clusterId,omitempty"`
}

func (ListConvertableEcuRequest) GoString

func (s ListConvertableEcuRequest) GoString() string

func (*ListConvertableEcuRequest) SetClusterId

func (ListConvertableEcuRequest) String

func (s ListConvertableEcuRequest) String() string

type ListConvertableEcuResponse

type ListConvertableEcuResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListConvertableEcuResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListConvertableEcuResponse) GoString

func (s ListConvertableEcuResponse) GoString() string

func (*ListConvertableEcuResponse) SetBody

func (*ListConvertableEcuResponse) SetHeaders

func (*ListConvertableEcuResponse) SetStatusCode added in v1.0.5

func (ListConvertableEcuResponse) String

type ListConvertableEcuResponseBody

type ListConvertableEcuResponseBody struct {
	Code         *int32                                      `json:"Code,omitempty" xml:"Code,omitempty"`
	InstanceList *ListConvertableEcuResponseBodyInstanceList `json:"InstanceList,omitempty" xml:"InstanceList,omitempty" type:"Struct"`
	Message      *string                                     `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId    *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListConvertableEcuResponseBody) GoString

func (*ListConvertableEcuResponseBody) SetCode

func (*ListConvertableEcuResponseBody) SetMessage

func (*ListConvertableEcuResponseBody) SetRequestId

func (ListConvertableEcuResponseBody) String

type ListConvertableEcuResponseBodyInstanceList

type ListConvertableEcuResponseBodyInstanceList struct {
	Instance []*ListConvertableEcuResponseBodyInstanceListInstance `json:"Instance,omitempty" xml:"Instance,omitempty" type:"Repeated"`
}

func (ListConvertableEcuResponseBodyInstanceList) GoString

func (ListConvertableEcuResponseBodyInstanceList) String

type ListConvertableEcuResponseBodyInstanceListInstance

type ListConvertableEcuResponseBodyInstanceListInstance struct {
	Cpu          *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	EcuId        *string `json:"EcuId,omitempty" xml:"EcuId,omitempty"`
	Eip          *string `json:"Eip,omitempty" xml:"Eip,omitempty"`
	Expired      *bool   `json:"Expired,omitempty" xml:"Expired,omitempty"`
	InnerIp      *string `json:"InnerIp,omitempty" xml:"InnerIp,omitempty"`
	InstanceId   *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceName *string `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	Mem          *int32  `json:"Mem,omitempty" xml:"Mem,omitempty"`
	PrivateIp    *string `json:"PrivateIp,omitempty" xml:"PrivateIp,omitempty"`
	PublicIp     *string `json:"PublicIp,omitempty" xml:"PublicIp,omitempty"`
	RegionId     *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Status       *string `json:"Status,omitempty" xml:"Status,omitempty"`
	VpcId        *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	VpcName      *string `json:"VpcName,omitempty" xml:"VpcName,omitempty"`
}

func (ListConvertableEcuResponseBodyInstanceListInstance) GoString

func (*ListConvertableEcuResponseBodyInstanceListInstance) SetCpu

func (*ListConvertableEcuResponseBodyInstanceListInstance) SetEcuId

func (*ListConvertableEcuResponseBodyInstanceListInstance) SetEip

func (*ListConvertableEcuResponseBodyInstanceListInstance) SetExpired

func (*ListConvertableEcuResponseBodyInstanceListInstance) SetInnerIp

func (*ListConvertableEcuResponseBodyInstanceListInstance) SetInstanceId

func (*ListConvertableEcuResponseBodyInstanceListInstance) SetInstanceName

func (*ListConvertableEcuResponseBodyInstanceListInstance) SetMem

func (*ListConvertableEcuResponseBodyInstanceListInstance) SetPrivateIp

func (*ListConvertableEcuResponseBodyInstanceListInstance) SetPublicIp

func (*ListConvertableEcuResponseBodyInstanceListInstance) SetRegionId

func (*ListConvertableEcuResponseBodyInstanceListInstance) SetStatus

func (*ListConvertableEcuResponseBodyInstanceListInstance) SetVpcId

func (*ListConvertableEcuResponseBodyInstanceListInstance) SetVpcName

func (ListConvertableEcuResponseBodyInstanceListInstance) String

type ListDeployGroupRequest

type ListDeployGroupRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
}

func (ListDeployGroupRequest) GoString

func (s ListDeployGroupRequest) GoString() string

func (*ListDeployGroupRequest) SetAppId

func (ListDeployGroupRequest) String

func (s ListDeployGroupRequest) String() string

type ListDeployGroupResponse

type ListDeployGroupResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDeployGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDeployGroupResponse) GoString

func (s ListDeployGroupResponse) GoString() string

func (*ListDeployGroupResponse) SetBody

func (*ListDeployGroupResponse) SetHeaders

func (*ListDeployGroupResponse) SetStatusCode added in v1.0.5

func (ListDeployGroupResponse) String

func (s ListDeployGroupResponse) String() string

type ListDeployGroupResponseBody

type ListDeployGroupResponseBody struct {
	Code            *int32                                      `json:"Code,omitempty" xml:"Code,omitempty"`
	DeployGroupList *ListDeployGroupResponseBodyDeployGroupList `json:"DeployGroupList,omitempty" xml:"DeployGroupList,omitempty" type:"Struct"`
	Message         *string                                     `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId       *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListDeployGroupResponseBody) GoString

func (s ListDeployGroupResponseBody) GoString() string

func (*ListDeployGroupResponseBody) SetCode

func (*ListDeployGroupResponseBody) SetMessage

func (*ListDeployGroupResponseBody) SetRequestId

func (ListDeployGroupResponseBody) String

type ListDeployGroupResponseBodyDeployGroupList

type ListDeployGroupResponseBodyDeployGroupList struct {
	DeployGroup []*ListDeployGroupResponseBodyDeployGroupListDeployGroup `json:"DeployGroup,omitempty" xml:"DeployGroup,omitempty" type:"Repeated"`
}

func (ListDeployGroupResponseBodyDeployGroupList) GoString

func (ListDeployGroupResponseBodyDeployGroupList) String

type ListDeployGroupResponseBodyDeployGroupListDeployGroup

type ListDeployGroupResponseBodyDeployGroupListDeployGroup struct {
	AppId                 *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	AppVersionId          *string `json:"AppVersionId,omitempty" xml:"AppVersionId,omitempty"`
	BaseComponentMetaName *string `json:"BaseComponentMetaName,omitempty" xml:"BaseComponentMetaName,omitempty"`
	ClusterId             *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterName           *string `json:"ClusterName,omitempty" xml:"ClusterName,omitempty"`
	CpuLimit              *string `json:"CpuLimit,omitempty" xml:"CpuLimit,omitempty"`
	CpuRequest            *string `json:"CpuRequest,omitempty" xml:"CpuRequest,omitempty"`
	CreateTime            *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CsClusterId           *string `json:"CsClusterId,omitempty" xml:"CsClusterId,omitempty"`
	DeploymentName        *string `json:"DeploymentName,omitempty" xml:"DeploymentName,omitempty"`
	Env                   *string `json:"Env,omitempty" xml:"Env,omitempty"`
	GroupId               *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName             *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	GroupType             *int32  `json:"GroupType,omitempty" xml:"GroupType,omitempty"`
	Labels                *string `json:"Labels,omitempty" xml:"Labels,omitempty"`
	LastUpdateTime        *int64  `json:"LastUpdateTime,omitempty" xml:"LastUpdateTime,omitempty"`
	MemoryLimit           *string `json:"MemoryLimit,omitempty" xml:"MemoryLimit,omitempty"`
	MemoryRequest         *string `json:"MemoryRequest,omitempty" xml:"MemoryRequest,omitempty"`
	NameSpace             *string `json:"NameSpace,omitempty" xml:"NameSpace,omitempty"`
	PackagePublicUrl      *string `json:"PackagePublicUrl,omitempty" xml:"PackagePublicUrl,omitempty"`
	PackageUrl            *string `json:"PackageUrl,omitempty" xml:"PackageUrl,omitempty"`
	PackageVersion        *string `json:"PackageVersion,omitempty" xml:"PackageVersion,omitempty"`
	PackageVersionId      *string `json:"PackageVersionId,omitempty" xml:"PackageVersionId,omitempty"`
	PostStart             *string `json:"PostStart,omitempty" xml:"PostStart,omitempty"`
	PreStop               *string `json:"PreStop,omitempty" xml:"PreStop,omitempty"`
	Reversion             *string `json:"Reversion,omitempty" xml:"Reversion,omitempty"`
	Selector              *string `json:"Selector,omitempty" xml:"Selector,omitempty"`
	Status                *string `json:"Status,omitempty" xml:"Status,omitempty"`
	Strategy              *string `json:"Strategy,omitempty" xml:"Strategy,omitempty"`
	UpdateTime            *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	VExtServerGroupId     *string `json:"VExtServerGroupId,omitempty" xml:"VExtServerGroupId,omitempty"`
	VServerGroupId        *string `json:"VServerGroupId,omitempty" xml:"VServerGroupId,omitempty"`
}

func (ListDeployGroupResponseBodyDeployGroupListDeployGroup) GoString

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetAppId

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetAppVersionId

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetBaseComponentMetaName

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetClusterId

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetClusterName

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetCpuLimit

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetCpuRequest

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetCreateTime

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetCsClusterId

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetDeploymentName

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetEnv

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetGroupId

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetGroupName

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetGroupType

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetLabels

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetLastUpdateTime

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetMemoryLimit

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetMemoryRequest

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetNameSpace

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetPackagePublicUrl

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetPackageUrl

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetPackageVersion

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetPackageVersionId

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetPostStart

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetPreStop

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetReversion

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetSelector

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetStatus

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetStrategy

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetUpdateTime

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetVExtServerGroupId

func (*ListDeployGroupResponseBodyDeployGroupListDeployGroup) SetVServerGroupId

func (ListDeployGroupResponseBodyDeployGroupListDeployGroup) String

type ListEcsNotInClusterRequest

type ListEcsNotInClusterRequest struct {
	NetworkMode *int32  `json:"NetworkMode,omitempty" xml:"NetworkMode,omitempty"`
	VpcId       *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (ListEcsNotInClusterRequest) GoString

func (s ListEcsNotInClusterRequest) GoString() string

func (*ListEcsNotInClusterRequest) SetNetworkMode

func (*ListEcsNotInClusterRequest) SetVpcId

func (ListEcsNotInClusterRequest) String

type ListEcsNotInClusterResponse

type ListEcsNotInClusterResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListEcsNotInClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListEcsNotInClusterResponse) GoString

func (s ListEcsNotInClusterResponse) GoString() string

func (*ListEcsNotInClusterResponse) SetBody

func (*ListEcsNotInClusterResponse) SetHeaders

func (*ListEcsNotInClusterResponse) SetStatusCode added in v1.0.5

func (ListEcsNotInClusterResponse) String

type ListEcsNotInClusterResponseBody

type ListEcsNotInClusterResponseBody struct {
	Code          *int32                                        `json:"Code,omitempty" xml:"Code,omitempty"`
	EcsEntityList *ListEcsNotInClusterResponseBodyEcsEntityList `json:"EcsEntityList,omitempty" xml:"EcsEntityList,omitempty" type:"Struct"`
	Message       *string                                       `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListEcsNotInClusterResponseBody) GoString

func (*ListEcsNotInClusterResponseBody) SetCode

func (*ListEcsNotInClusterResponseBody) SetMessage

func (*ListEcsNotInClusterResponseBody) SetRequestId

func (ListEcsNotInClusterResponseBody) String

type ListEcsNotInClusterResponseBodyEcsEntityList

type ListEcsNotInClusterResponseBodyEcsEntityList struct {
	EcsEntity []*ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity `json:"EcsEntity,omitempty" xml:"EcsEntity,omitempty" type:"Repeated"`
}

func (ListEcsNotInClusterResponseBodyEcsEntityList) GoString

func (ListEcsNotInClusterResponseBodyEcsEntityList) String

type ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity

type ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity struct {
	Cpu          *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	Eip          *string `json:"Eip,omitempty" xml:"Eip,omitempty"`
	Expired      *bool   `json:"Expired,omitempty" xml:"Expired,omitempty"`
	InnerIp      *string `json:"InnerIp,omitempty" xml:"InnerIp,omitempty"`
	InstanceId   *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceName *string `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	Mem          *int32  `json:"Mem,omitempty" xml:"Mem,omitempty"`
	PrivateIp    *string `json:"PrivateIp,omitempty" xml:"PrivateIp,omitempty"`
	PublicIp     *string `json:"PublicIp,omitempty" xml:"PublicIp,omitempty"`
	RegionId     *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Status       *string `json:"Status,omitempty" xml:"Status,omitempty"`
	VpcId        *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	VpcName      *string `json:"VpcName,omitempty" xml:"VpcName,omitempty"`
}

func (ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) GoString

func (*ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) SetCpu

func (*ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) SetEip

func (*ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) SetExpired

func (*ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) SetInnerIp

func (*ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) SetInstanceId

func (*ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) SetInstanceName

func (*ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) SetMem

func (*ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) SetPrivateIp

func (*ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) SetPublicIp

func (*ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) SetRegionId

func (*ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) SetStatus

func (*ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) SetVpcId

func (*ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) SetVpcName

func (ListEcsNotInClusterResponseBodyEcsEntityListEcsEntity) String

type ListEcuByRegionRequest

type ListEcuByRegionRequest struct {
	Act             *string `json:"Act,omitempty" xml:"Act,omitempty"`
	LogicalRegionId *string `json:"LogicalRegionId,omitempty" xml:"LogicalRegionId,omitempty"`
}

func (ListEcuByRegionRequest) GoString

func (s ListEcuByRegionRequest) GoString() string

func (*ListEcuByRegionRequest) SetAct

func (*ListEcuByRegionRequest) SetLogicalRegionId

func (s *ListEcuByRegionRequest) SetLogicalRegionId(v string) *ListEcuByRegionRequest

func (ListEcuByRegionRequest) String

func (s ListEcuByRegionRequest) String() string

type ListEcuByRegionResponse

type ListEcuByRegionResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListEcuByRegionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListEcuByRegionResponse) GoString

func (s ListEcuByRegionResponse) GoString() string

func (*ListEcuByRegionResponse) SetBody

func (*ListEcuByRegionResponse) SetHeaders

func (*ListEcuByRegionResponse) SetStatusCode added in v1.0.5

func (ListEcuByRegionResponse) String

func (s ListEcuByRegionResponse) String() string

type ListEcuByRegionResponseBody

type ListEcuByRegionResponseBody struct {
	Code          *int32                                    `json:"Code,omitempty" xml:"Code,omitempty"`
	EcuEntityList *ListEcuByRegionResponseBodyEcuEntityList `json:"EcuEntityList,omitempty" xml:"EcuEntityList,omitempty" type:"Struct"`
	Message       *string                                   `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListEcuByRegionResponseBody) GoString

func (s ListEcuByRegionResponseBody) GoString() string

func (*ListEcuByRegionResponseBody) SetCode

func (*ListEcuByRegionResponseBody) SetMessage

func (*ListEcuByRegionResponseBody) SetRequestId

func (ListEcuByRegionResponseBody) String

type ListEcuByRegionResponseBodyEcuEntityList

type ListEcuByRegionResponseBodyEcuEntityList struct {
	EcuEntity []*ListEcuByRegionResponseBodyEcuEntityListEcuEntity `json:"EcuEntity,omitempty" xml:"EcuEntity,omitempty" type:"Repeated"`
}

func (ListEcuByRegionResponseBodyEcuEntityList) GoString

func (ListEcuByRegionResponseBodyEcuEntityList) String

type ListEcuByRegionResponseBodyEcuEntityListEcuEntity

type ListEcuByRegionResponseBodyEcuEntityListEcuEntity struct {
	AvailableCpu  *int32  `json:"AvailableCpu,omitempty" xml:"AvailableCpu,omitempty"`
	AvailableMem  *int32  `json:"AvailableMem,omitempty" xml:"AvailableMem,omitempty"`
	Cpu           *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	CreateTime    *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DockerEnv     *bool   `json:"DockerEnv,omitempty" xml:"DockerEnv,omitempty"`
	EcuId         *string `json:"EcuId,omitempty" xml:"EcuId,omitempty"`
	HeartbeatTime *int64  `json:"HeartbeatTime,omitempty" xml:"HeartbeatTime,omitempty"`
	InstanceId    *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	IpAddr        *string `json:"IpAddr,omitempty" xml:"IpAddr,omitempty"`
	Mem           *int32  `json:"Mem,omitempty" xml:"Mem,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Online        *bool   `json:"Online,omitempty" xml:"Online,omitempty"`
	RegionId      *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	UpdateTime    *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	UserId        *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	VpcId         *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	ZoneId        *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (ListEcuByRegionResponseBodyEcuEntityListEcuEntity) GoString

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetAvailableCpu

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetAvailableMem

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetCpu

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetCreateTime

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetDockerEnv

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetEcuId

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetHeartbeatTime

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetInstanceId

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetIpAddr

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetMem

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetName

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetOnline

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetRegionId

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetUpdateTime

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetUserId

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetVpcId

func (*ListEcuByRegionResponseBodyEcuEntityListEcuEntity) SetZoneId

func (ListEcuByRegionResponseBodyEcuEntityListEcuEntity) String

type ListHistoryDeployVersionRequest

type ListHistoryDeployVersionRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
}

func (ListHistoryDeployVersionRequest) GoString

func (*ListHistoryDeployVersionRequest) SetAppId

func (ListHistoryDeployVersionRequest) String

type ListHistoryDeployVersionResponse

type ListHistoryDeployVersionResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListHistoryDeployVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListHistoryDeployVersionResponse) GoString

func (*ListHistoryDeployVersionResponse) SetHeaders

func (*ListHistoryDeployVersionResponse) SetStatusCode added in v1.0.5

func (ListHistoryDeployVersionResponse) String

type ListHistoryDeployVersionResponseBody

type ListHistoryDeployVersionResponseBody struct {
	Code               *int32                                                  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message            *string                                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	PackageVersionList *ListHistoryDeployVersionResponseBodyPackageVersionList `json:"PackageVersionList,omitempty" xml:"PackageVersionList,omitempty" type:"Struct"`
	RequestId          *string                                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListHistoryDeployVersionResponseBody) GoString

func (*ListHistoryDeployVersionResponseBody) SetCode

func (*ListHistoryDeployVersionResponseBody) SetMessage

func (*ListHistoryDeployVersionResponseBody) SetRequestId

func (ListHistoryDeployVersionResponseBody) String

type ListHistoryDeployVersionResponseBodyPackageVersionList

type ListHistoryDeployVersionResponseBodyPackageVersionList struct {
	PackageVersion []*ListHistoryDeployVersionResponseBodyPackageVersionListPackageVersion `json:"PackageVersion,omitempty" xml:"PackageVersion,omitempty" type:"Repeated"`
}

func (ListHistoryDeployVersionResponseBodyPackageVersionList) GoString

func (ListHistoryDeployVersionResponseBodyPackageVersionList) String

type ListHistoryDeployVersionResponseBodyPackageVersionListPackageVersion

type ListHistoryDeployVersionResponseBodyPackageVersionListPackageVersion struct {
	AppId          *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	CreateTime     *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Description    *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Id             *string `json:"Id,omitempty" xml:"Id,omitempty"`
	PackageVersion *string `json:"PackageVersion,omitempty" xml:"PackageVersion,omitempty"`
	PublicUrl      *string `json:"PublicUrl,omitempty" xml:"PublicUrl,omitempty"`
	Type           *string `json:"Type,omitempty" xml:"Type,omitempty"`
	UpdateTime     *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	WarUrl         *string `json:"WarUrl,omitempty" xml:"WarUrl,omitempty"`
}

func (ListHistoryDeployVersionResponseBodyPackageVersionListPackageVersion) GoString

func (*ListHistoryDeployVersionResponseBodyPackageVersionListPackageVersion) SetAppId

func (*ListHistoryDeployVersionResponseBodyPackageVersionListPackageVersion) SetCreateTime

func (*ListHistoryDeployVersionResponseBodyPackageVersionListPackageVersion) SetDescription

func (*ListHistoryDeployVersionResponseBodyPackageVersionListPackageVersion) SetId

func (*ListHistoryDeployVersionResponseBodyPackageVersionListPackageVersion) SetPackageVersion

func (*ListHistoryDeployVersionResponseBodyPackageVersionListPackageVersion) SetPublicUrl

func (*ListHistoryDeployVersionResponseBodyPackageVersionListPackageVersion) SetType

func (*ListHistoryDeployVersionResponseBodyPackageVersionListPackageVersion) SetUpdateTime

func (*ListHistoryDeployVersionResponseBodyPackageVersionListPackageVersion) SetWarUrl

func (ListHistoryDeployVersionResponseBodyPackageVersionListPackageVersion) String

type ListK8sConfigMapsRequest

type ListK8sConfigMapsRequest struct {
	ClusterId       *string                `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Condition       map[string]interface{} `json:"Condition,omitempty" xml:"Condition,omitempty"`
	Namespace       *string                `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	PageNo          *int32                 `json:"PageNo,omitempty" xml:"PageNo,omitempty"`
	PageSize        *int32                 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RegionId        *string                `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ShowRelatedApps *bool                  `json:"ShowRelatedApps,omitempty" xml:"ShowRelatedApps,omitempty"`
}

func (ListK8sConfigMapsRequest) GoString

func (s ListK8sConfigMapsRequest) GoString() string

func (*ListK8sConfigMapsRequest) SetClusterId

func (*ListK8sConfigMapsRequest) SetCondition

func (s *ListK8sConfigMapsRequest) SetCondition(v map[string]interface{}) *ListK8sConfigMapsRequest

func (*ListK8sConfigMapsRequest) SetNamespace

func (*ListK8sConfigMapsRequest) SetPageNo

func (*ListK8sConfigMapsRequest) SetPageSize

func (*ListK8sConfigMapsRequest) SetRegionId

func (*ListK8sConfigMapsRequest) SetShowRelatedApps

func (s *ListK8sConfigMapsRequest) SetShowRelatedApps(v bool) *ListK8sConfigMapsRequest

func (ListK8sConfigMapsRequest) String

func (s ListK8sConfigMapsRequest) String() string

type ListK8sConfigMapsResponse

type ListK8sConfigMapsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListK8sConfigMapsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListK8sConfigMapsResponse) GoString

func (s ListK8sConfigMapsResponse) GoString() string

func (*ListK8sConfigMapsResponse) SetBody

func (*ListK8sConfigMapsResponse) SetHeaders

func (*ListK8sConfigMapsResponse) SetStatusCode added in v1.0.5

func (ListK8sConfigMapsResponse) String

func (s ListK8sConfigMapsResponse) String() string

type ListK8sConfigMapsResponseBody

type ListK8sConfigMapsResponseBody struct {
	Code      *int32                               `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string                              `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *ListK8sConfigMapsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (ListK8sConfigMapsResponseBody) GoString

func (*ListK8sConfigMapsResponseBody) SetCode

func (*ListK8sConfigMapsResponseBody) SetMessage

func (*ListK8sConfigMapsResponseBody) SetRequestId

func (ListK8sConfigMapsResponseBody) String

type ListK8sConfigMapsResponseBodyResult

type ListK8sConfigMapsResponseBodyResult struct {
	ConfigMaps []*ListK8sConfigMapsResponseBodyResultConfigMaps `json:"ConfigMaps,omitempty" xml:"ConfigMaps,omitempty" type:"Repeated"`
	Total      *int32                                           `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListK8sConfigMapsResponseBodyResult) GoString

func (*ListK8sConfigMapsResponseBodyResult) SetTotal

func (ListK8sConfigMapsResponseBodyResult) String

type ListK8sConfigMapsResponseBodyResultConfigMaps

type ListK8sConfigMapsResponseBodyResultConfigMaps struct {
	ClusterId    *string                                                     `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterName  *string                                                     `json:"ClusterName,omitempty" xml:"ClusterName,omitempty"`
	CreationTime *string                                                     `json:"CreationTime,omitempty" xml:"CreationTime,omitempty"`
	Data         []*ListK8sConfigMapsResponseBodyResultConfigMapsData        `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Name         *string                                                     `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace    *string                                                     `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	RelatedApps  []*ListK8sConfigMapsResponseBodyResultConfigMapsRelatedApps `json:"RelatedApps,omitempty" xml:"RelatedApps,omitempty" type:"Repeated"`
}

func (ListK8sConfigMapsResponseBodyResultConfigMaps) GoString

func (*ListK8sConfigMapsResponseBodyResultConfigMaps) SetClusterId

func (*ListK8sConfigMapsResponseBodyResultConfigMaps) SetClusterName

func (*ListK8sConfigMapsResponseBodyResultConfigMaps) SetCreationTime

func (*ListK8sConfigMapsResponseBodyResultConfigMaps) SetName

func (*ListK8sConfigMapsResponseBodyResultConfigMaps) SetNamespace

func (ListK8sConfigMapsResponseBodyResultConfigMaps) String

type ListK8sConfigMapsResponseBodyResultConfigMapsData

type ListK8sConfigMapsResponseBodyResultConfigMapsData struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (ListK8sConfigMapsResponseBodyResultConfigMapsData) GoString

func (*ListK8sConfigMapsResponseBodyResultConfigMapsData) SetKey

func (*ListK8sConfigMapsResponseBodyResultConfigMapsData) SetValue

func (ListK8sConfigMapsResponseBodyResultConfigMapsData) String

type ListK8sConfigMapsResponseBodyResultConfigMapsRelatedApps

type ListK8sConfigMapsResponseBodyResultConfigMapsRelatedApps struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"`
}

func (ListK8sConfigMapsResponseBodyResultConfigMapsRelatedApps) GoString

func (*ListK8sConfigMapsResponseBodyResultConfigMapsRelatedApps) SetAppId

func (*ListK8sConfigMapsResponseBodyResultConfigMapsRelatedApps) SetAppName

func (ListK8sConfigMapsResponseBodyResultConfigMapsRelatedApps) String

type ListK8sIngressRulesRequest

type ListK8sIngressRulesRequest struct {
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Condition *string `json:"Condition,omitempty" xml:"Condition,omitempty"`
	Namespace *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	RegionId  *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (ListK8sIngressRulesRequest) GoString

func (s ListK8sIngressRulesRequest) GoString() string

func (*ListK8sIngressRulesRequest) SetClusterId

func (*ListK8sIngressRulesRequest) SetCondition

func (*ListK8sIngressRulesRequest) SetNamespace

func (*ListK8sIngressRulesRequest) SetRegionId

func (ListK8sIngressRulesRequest) String

type ListK8sIngressRulesResponse

type ListK8sIngressRulesResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListK8sIngressRulesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListK8sIngressRulesResponse) GoString

func (s ListK8sIngressRulesResponse) GoString() string

func (*ListK8sIngressRulesResponse) SetBody

func (*ListK8sIngressRulesResponse) SetHeaders

func (*ListK8sIngressRulesResponse) SetStatusCode added in v1.0.5

func (ListK8sIngressRulesResponse) String

type ListK8sIngressRulesResponseBody

type ListK8sIngressRulesResponseBody struct {
	Code      *int32                                 `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      []*ListK8sIngressRulesResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Message   *string                                `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListK8sIngressRulesResponseBody) GoString

func (*ListK8sIngressRulesResponseBody) SetCode

func (*ListK8sIngressRulesResponseBody) SetData

func (*ListK8sIngressRulesResponseBody) SetMessage

func (*ListK8sIngressRulesResponseBody) SetRequestId

func (ListK8sIngressRulesResponseBody) String

type ListK8sIngressRulesResponseBodyData

type ListK8sIngressRulesResponseBodyData struct {
	ClusterId    *string                                            `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterName  *string                                            `json:"ClusterName,omitempty" xml:"ClusterName,omitempty"`
	IngressConfs []*ListK8sIngressRulesResponseBodyDataIngressConfs `json:"IngressConfs,omitempty" xml:"IngressConfs,omitempty" type:"Repeated"`
	RegionId     *string                                            `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (ListK8sIngressRulesResponseBodyData) GoString

func (*ListK8sIngressRulesResponseBodyData) SetClusterId

func (*ListK8sIngressRulesResponseBodyData) SetClusterName

func (*ListK8sIngressRulesResponseBodyData) SetRegionId

func (ListK8sIngressRulesResponseBodyData) String

type ListK8sIngressRulesResponseBodyDataIngressConfs

type ListK8sIngressRulesResponseBodyDataIngressConfs struct {
	AlbId        *string                                                 `json:"AlbId,omitempty" xml:"AlbId,omitempty"`
	CreationTime *string                                                 `json:"CreationTime,omitempty" xml:"CreationTime,omitempty"`
	DashboardUrl *string                                                 `json:"DashboardUrl,omitempty" xml:"DashboardUrl,omitempty"`
	Endpoint     *string                                                 `json:"Endpoint,omitempty" xml:"Endpoint,omitempty"`
	IngressType  *string                                                 `json:"IngressType,omitempty" xml:"IngressType,omitempty"`
	Name         *string                                                 `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace    *string                                                 `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	Rules        []*ListK8sIngressRulesResponseBodyDataIngressConfsRules `json:"Rules,omitempty" xml:"Rules,omitempty" type:"Repeated"`
	SslRedirect  *bool                                                   `json:"SslRedirect,omitempty" xml:"SslRedirect,omitempty"`
}

func (ListK8sIngressRulesResponseBodyDataIngressConfs) GoString

func (*ListK8sIngressRulesResponseBodyDataIngressConfs) SetAlbId

func (*ListK8sIngressRulesResponseBodyDataIngressConfs) SetCreationTime

func (*ListK8sIngressRulesResponseBodyDataIngressConfs) SetDashboardUrl

func (*ListK8sIngressRulesResponseBodyDataIngressConfs) SetEndpoint

func (*ListK8sIngressRulesResponseBodyDataIngressConfs) SetIngressType

func (*ListK8sIngressRulesResponseBodyDataIngressConfs) SetName

func (*ListK8sIngressRulesResponseBodyDataIngressConfs) SetNamespace

func (*ListK8sIngressRulesResponseBodyDataIngressConfs) SetSslRedirect

func (ListK8sIngressRulesResponseBodyDataIngressConfs) String

type ListK8sIngressRulesResponseBodyDataIngressConfsRules

type ListK8sIngressRulesResponseBodyDataIngressConfsRules struct {
	EnableTls  *bool                                                        `json:"EnableTls,omitempty" xml:"EnableTls,omitempty"`
	Host       *string                                                      `json:"Host,omitempty" xml:"Host,omitempty"`
	Paths      []*ListK8sIngressRulesResponseBodyDataIngressConfsRulesPaths `json:"Paths,omitempty" xml:"Paths,omitempty" type:"Repeated"`
	SecretName *string                                                      `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
}

func (ListK8sIngressRulesResponseBodyDataIngressConfsRules) GoString

func (*ListK8sIngressRulesResponseBodyDataIngressConfsRules) SetEnableTls

func (*ListK8sIngressRulesResponseBodyDataIngressConfsRules) SetHost

func (*ListK8sIngressRulesResponseBodyDataIngressConfsRules) SetSecretName

func (ListK8sIngressRulesResponseBodyDataIngressConfsRules) String

type ListK8sIngressRulesResponseBodyDataIngressConfsRulesPaths

type ListK8sIngressRulesResponseBodyDataIngressConfsRulesPaths struct {
	AppId   *string                                                           `json:"AppId,omitempty" xml:"AppId,omitempty"`
	AppName *string                                                           `json:"AppName,omitempty" xml:"AppName,omitempty"`
	Backend *ListK8sIngressRulesResponseBodyDataIngressConfsRulesPathsBackend `json:"Backend,omitempty" xml:"Backend,omitempty" type:"Struct"`
	Path    *string                                                           `json:"Path,omitempty" xml:"Path,omitempty"`
	Status  *string                                                           `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListK8sIngressRulesResponseBodyDataIngressConfsRulesPaths) GoString

func (*ListK8sIngressRulesResponseBodyDataIngressConfsRulesPaths) SetAppId

func (*ListK8sIngressRulesResponseBodyDataIngressConfsRulesPaths) SetAppName

func (*ListK8sIngressRulesResponseBodyDataIngressConfsRulesPaths) SetPath

func (*ListK8sIngressRulesResponseBodyDataIngressConfsRulesPaths) SetStatus

func (ListK8sIngressRulesResponseBodyDataIngressConfsRulesPaths) String

type ListK8sIngressRulesResponseBodyDataIngressConfsRulesPathsBackend

type ListK8sIngressRulesResponseBodyDataIngressConfsRulesPathsBackend struct {
	ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	ServicePort *string `json:"ServicePort,omitempty" xml:"ServicePort,omitempty"`
}

func (ListK8sIngressRulesResponseBodyDataIngressConfsRulesPathsBackend) GoString

func (*ListK8sIngressRulesResponseBodyDataIngressConfsRulesPathsBackend) SetServiceName

func (*ListK8sIngressRulesResponseBodyDataIngressConfsRulesPathsBackend) SetServicePort

func (ListK8sIngressRulesResponseBodyDataIngressConfsRulesPathsBackend) String

type ListK8sNamespacesRequest added in v1.0.6

type ListK8sNamespacesRequest struct {
	// A short description of struct
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
}

func (ListK8sNamespacesRequest) GoString added in v1.0.6

func (s ListK8sNamespacesRequest) GoString() string

func (*ListK8sNamespacesRequest) SetClusterId added in v1.0.6

func (ListK8sNamespacesRequest) String added in v1.0.6

func (s ListK8sNamespacesRequest) String() string

type ListK8sNamespacesResponse added in v1.0.6

type ListK8sNamespacesResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListK8sNamespacesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListK8sNamespacesResponse) GoString added in v1.0.6

func (s ListK8sNamespacesResponse) GoString() string

func (*ListK8sNamespacesResponse) SetBody added in v1.0.6

func (*ListK8sNamespacesResponse) SetHeaders added in v1.0.6

func (*ListK8sNamespacesResponse) SetStatusCode added in v1.0.6

func (ListK8sNamespacesResponse) String added in v1.0.6

func (s ListK8sNamespacesResponse) String() string

type ListK8sNamespacesResponseBody added in v1.0.6

type ListK8sNamespacesResponseBody struct {
	Code    *int32                               `json:"Code,omitempty" xml:"Code,omitempty"`
	Data    []*ListK8sNamespacesResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Message *string                              `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListK8sNamespacesResponseBody) GoString added in v1.0.6

func (*ListK8sNamespacesResponseBody) SetCode added in v1.0.6

func (*ListK8sNamespacesResponseBody) SetData added in v1.0.6

func (*ListK8sNamespacesResponseBody) SetMessage added in v1.0.6

func (*ListK8sNamespacesResponseBody) SetRequestId added in v1.0.6

func (ListK8sNamespacesResponseBody) String added in v1.0.6

type ListK8sNamespacesResponseBodyData added in v1.0.6

type ListK8sNamespacesResponseBodyData struct {
	Namespace *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
}

func (ListK8sNamespacesResponseBodyData) GoString added in v1.0.6

func (*ListK8sNamespacesResponseBodyData) SetNamespace added in v1.0.6

func (ListK8sNamespacesResponseBodyData) String added in v1.0.6

type ListK8sSecretsRequest

type ListK8sSecretsRequest struct {
	ClusterId       *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Condition       *string `json:"Condition,omitempty" xml:"Condition,omitempty"`
	Namespace       *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	PageNo          *int32  `json:"PageNo,omitempty" xml:"PageNo,omitempty"`
	PageSize        *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RegionId        *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ShowRelatedApps *bool   `json:"ShowRelatedApps,omitempty" xml:"ShowRelatedApps,omitempty"`
}

func (ListK8sSecretsRequest) GoString

func (s ListK8sSecretsRequest) GoString() string

func (*ListK8sSecretsRequest) SetClusterId

func (*ListK8sSecretsRequest) SetCondition

func (*ListK8sSecretsRequest) SetNamespace

func (*ListK8sSecretsRequest) SetPageNo

func (*ListK8sSecretsRequest) SetPageSize

func (*ListK8sSecretsRequest) SetRegionId

func (*ListK8sSecretsRequest) SetShowRelatedApps

func (s *ListK8sSecretsRequest) SetShowRelatedApps(v bool) *ListK8sSecretsRequest

func (ListK8sSecretsRequest) String

func (s ListK8sSecretsRequest) String() string

type ListK8sSecretsResponse

type ListK8sSecretsResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListK8sSecretsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListK8sSecretsResponse) GoString

func (s ListK8sSecretsResponse) GoString() string

func (*ListK8sSecretsResponse) SetBody

func (*ListK8sSecretsResponse) SetHeaders

func (*ListK8sSecretsResponse) SetStatusCode added in v1.0.5

func (ListK8sSecretsResponse) String

func (s ListK8sSecretsResponse) String() string

type ListK8sSecretsResponseBody

type ListK8sSecretsResponseBody struct {
	Code      *int32                            `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string                           `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *ListK8sSecretsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (ListK8sSecretsResponseBody) GoString

func (s ListK8sSecretsResponseBody) GoString() string

func (*ListK8sSecretsResponseBody) SetCode

func (*ListK8sSecretsResponseBody) SetMessage

func (*ListK8sSecretsResponseBody) SetRequestId

func (*ListK8sSecretsResponseBody) SetResult

func (ListK8sSecretsResponseBody) String

type ListK8sSecretsResponseBodyResult

type ListK8sSecretsResponseBodyResult struct {
	Secrets []*ListK8sSecretsResponseBodyResultSecrets `json:"Secrets,omitempty" xml:"Secrets,omitempty" type:"Repeated"`
	Total   *int32                                     `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListK8sSecretsResponseBodyResult) GoString

func (*ListK8sSecretsResponseBodyResult) SetTotal

func (ListK8sSecretsResponseBodyResult) String

type ListK8sSecretsResponseBodyResultSecrets

type ListK8sSecretsResponseBodyResultSecrets struct {
	Base64Encoded       *bool                                                         `json:"Base64Encoded,omitempty" xml:"Base64Encoded,omitempty"`
	CertDetail          *ListK8sSecretsResponseBodyResultSecretsCertDetail            `json:"CertDetail,omitempty" xml:"CertDetail,omitempty" type:"Struct"`
	CertId              *string                                                       `json:"CertId,omitempty" xml:"CertId,omitempty"`
	CertRegionId        *string                                                       `json:"CertRegionId,omitempty" xml:"CertRegionId,omitempty"`
	ClusterId           *string                                                       `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterName         *string                                                       `json:"ClusterName,omitempty" xml:"ClusterName,omitempty"`
	CreationTime        *string                                                       `json:"CreationTime,omitempty" xml:"CreationTime,omitempty"`
	Data                []*ListK8sSecretsResponseBodyResultSecretsData                `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Name                *string                                                       `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace           *string                                                       `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	RelatedApps         []*ListK8sSecretsResponseBodyResultSecretsRelatedApps         `json:"RelatedApps,omitempty" xml:"RelatedApps,omitempty" type:"Repeated"`
	RelatedIngressRules []*ListK8sSecretsResponseBodyResultSecretsRelatedIngressRules `json:"RelatedIngressRules,omitempty" xml:"RelatedIngressRules,omitempty" type:"Repeated"`
	Type                *string                                                       `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListK8sSecretsResponseBodyResultSecrets) GoString

func (*ListK8sSecretsResponseBodyResultSecrets) SetBase64Encoded

func (*ListK8sSecretsResponseBodyResultSecrets) SetCertId

func (*ListK8sSecretsResponseBodyResultSecrets) SetCertRegionId

func (*ListK8sSecretsResponseBodyResultSecrets) SetClusterId

func (*ListK8sSecretsResponseBodyResultSecrets) SetClusterName

func (*ListK8sSecretsResponseBodyResultSecrets) SetCreationTime

func (*ListK8sSecretsResponseBodyResultSecrets) SetName

func (*ListK8sSecretsResponseBodyResultSecrets) SetNamespace

func (*ListK8sSecretsResponseBodyResultSecrets) SetType

func (ListK8sSecretsResponseBodyResultSecrets) String

type ListK8sSecretsResponseBodyResultSecretsCertDetail

type ListK8sSecretsResponseBodyResultSecretsCertDetail struct {
	DomainNames []*string `json:"DomainNames,omitempty" xml:"DomainNames,omitempty" type:"Repeated"`
	EndTime     *string   `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Issuer      *string   `json:"Issuer,omitempty" xml:"Issuer,omitempty"`
	StartTime   *string   `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Status      *string   `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListK8sSecretsResponseBodyResultSecretsCertDetail) GoString

func (*ListK8sSecretsResponseBodyResultSecretsCertDetail) SetDomainNames

func (*ListK8sSecretsResponseBodyResultSecretsCertDetail) SetEndTime

func (*ListK8sSecretsResponseBodyResultSecretsCertDetail) SetIssuer

func (*ListK8sSecretsResponseBodyResultSecretsCertDetail) SetStartTime

func (*ListK8sSecretsResponseBodyResultSecretsCertDetail) SetStatus

func (ListK8sSecretsResponseBodyResultSecretsCertDetail) String

type ListK8sSecretsResponseBodyResultSecretsData

type ListK8sSecretsResponseBodyResultSecretsData struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (ListK8sSecretsResponseBodyResultSecretsData) GoString

func (*ListK8sSecretsResponseBodyResultSecretsData) SetKey

func (*ListK8sSecretsResponseBodyResultSecretsData) SetValue

func (ListK8sSecretsResponseBodyResultSecretsData) String

type ListK8sSecretsResponseBodyResultSecretsRelatedApps

type ListK8sSecretsResponseBodyResultSecretsRelatedApps struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"`
}

func (ListK8sSecretsResponseBodyResultSecretsRelatedApps) GoString

func (*ListK8sSecretsResponseBodyResultSecretsRelatedApps) SetAppId

func (*ListK8sSecretsResponseBodyResultSecretsRelatedApps) SetAppName

func (ListK8sSecretsResponseBodyResultSecretsRelatedApps) String

type ListK8sSecretsResponseBodyResultSecretsRelatedIngressRules

type ListK8sSecretsResponseBodyResultSecretsRelatedIngressRules struct {
	Name        *string                                                                  `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace   *string                                                                  `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	RelatedApps []*ListK8sSecretsResponseBodyResultSecretsRelatedIngressRulesRelatedApps `json:"RelatedApps,omitempty" xml:"RelatedApps,omitempty" type:"Repeated"`
}

func (ListK8sSecretsResponseBodyResultSecretsRelatedIngressRules) GoString

func (*ListK8sSecretsResponseBodyResultSecretsRelatedIngressRules) SetName

func (*ListK8sSecretsResponseBodyResultSecretsRelatedIngressRules) SetNamespace

func (ListK8sSecretsResponseBodyResultSecretsRelatedIngressRules) String

type ListK8sSecretsResponseBodyResultSecretsRelatedIngressRulesRelatedApps

type ListK8sSecretsResponseBodyResultSecretsRelatedIngressRulesRelatedApps struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"`
}

func (ListK8sSecretsResponseBodyResultSecretsRelatedIngressRulesRelatedApps) GoString

func (*ListK8sSecretsResponseBodyResultSecretsRelatedIngressRulesRelatedApps) SetAppId

func (*ListK8sSecretsResponseBodyResultSecretsRelatedIngressRulesRelatedApps) SetAppName

func (ListK8sSecretsResponseBodyResultSecretsRelatedIngressRulesRelatedApps) String

type ListMethodsRequest

type ListMethodsRequest struct {
	AppId       *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
}

func (ListMethodsRequest) GoString

func (s ListMethodsRequest) GoString() string

func (*ListMethodsRequest) SetAppId

func (*ListMethodsRequest) SetServiceName

func (s *ListMethodsRequest) SetServiceName(v string) *ListMethodsRequest

func (ListMethodsRequest) String

func (s ListMethodsRequest) String() string

type ListMethodsResponse

type ListMethodsResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListMethodsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListMethodsResponse) GoString

func (s ListMethodsResponse) GoString() string

func (*ListMethodsResponse) SetBody

func (*ListMethodsResponse) SetHeaders

func (s *ListMethodsResponse) SetHeaders(v map[string]*string) *ListMethodsResponse

func (*ListMethodsResponse) SetStatusCode added in v1.0.5

func (s *ListMethodsResponse) SetStatusCode(v int32) *ListMethodsResponse

func (ListMethodsResponse) String

func (s ListMethodsResponse) String() string

type ListMethodsResponseBody

type ListMethodsResponseBody struct {
	Code              *int32                                    `json:"Code,omitempty" xml:"Code,omitempty"`
	Message           *string                                   `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId         *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ServiceMethodList *ListMethodsResponseBodyServiceMethodList `json:"ServiceMethodList,omitempty" xml:"ServiceMethodList,omitempty" type:"Struct"`
}

func (ListMethodsResponseBody) GoString

func (s ListMethodsResponseBody) GoString() string

func (*ListMethodsResponseBody) SetCode

func (*ListMethodsResponseBody) SetMessage

func (*ListMethodsResponseBody) SetRequestId

func (*ListMethodsResponseBody) SetServiceMethodList

func (ListMethodsResponseBody) String

func (s ListMethodsResponseBody) String() string

type ListMethodsResponseBodyServiceMethodList

type ListMethodsResponseBodyServiceMethodList struct {
	ServiceMethod []*ListMethodsResponseBodyServiceMethodListServiceMethod `json:"ServiceMethod,omitempty" xml:"ServiceMethod,omitempty" type:"Repeated"`
}

func (ListMethodsResponseBodyServiceMethodList) GoString

func (ListMethodsResponseBodyServiceMethodList) String

type ListMethodsResponseBodyServiceMethodListServiceMethod

type ListMethodsResponseBodyServiceMethodListServiceMethod struct {
	AppName     *string                                                           `json:"AppName,omitempty" xml:"AppName,omitempty"`
	InputParams *ListMethodsResponseBodyServiceMethodListServiceMethodInputParams `json:"InputParams,omitempty" xml:"InputParams,omitempty" type:"Struct"`
	MethodName  *string                                                           `json:"MethodName,omitempty" xml:"MethodName,omitempty"`
	Output      *string                                                           `json:"Output,omitempty" xml:"Output,omitempty"`
	ParamTypes  *ListMethodsResponseBodyServiceMethodListServiceMethodParamTypes  `json:"ParamTypes,omitempty" xml:"ParamTypes,omitempty" type:"Struct"`
	ServiceName *string                                                           `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
}

func (ListMethodsResponseBodyServiceMethodListServiceMethod) GoString

func (*ListMethodsResponseBodyServiceMethodListServiceMethod) SetAppName

func (*ListMethodsResponseBodyServiceMethodListServiceMethod) SetMethodName

func (*ListMethodsResponseBodyServiceMethodListServiceMethod) SetOutput

func (*ListMethodsResponseBodyServiceMethodListServiceMethod) SetServiceName

func (ListMethodsResponseBodyServiceMethodListServiceMethod) String

type ListMethodsResponseBodyServiceMethodListServiceMethodInputParams

type ListMethodsResponseBodyServiceMethodListServiceMethodInputParams struct {
	InputParam []*string `json:"InputParam,omitempty" xml:"InputParam,omitempty" type:"Repeated"`
}

func (ListMethodsResponseBodyServiceMethodListServiceMethodInputParams) GoString

func (*ListMethodsResponseBodyServiceMethodListServiceMethodInputParams) SetInputParam

func (ListMethodsResponseBodyServiceMethodListServiceMethodInputParams) String

type ListMethodsResponseBodyServiceMethodListServiceMethodParamTypes

type ListMethodsResponseBodyServiceMethodListServiceMethodParamTypes struct {
	ParamType []*string `json:"ParamType,omitempty" xml:"ParamType,omitempty" type:"Repeated"`
}

func (ListMethodsResponseBodyServiceMethodListServiceMethodParamTypes) GoString

func (*ListMethodsResponseBodyServiceMethodListServiceMethodParamTypes) SetParamType

func (ListMethodsResponseBodyServiceMethodListServiceMethodParamTypes) String

type ListPublishedServicesRequest

type ListPublishedServicesRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
}

func (ListPublishedServicesRequest) GoString

func (s ListPublishedServicesRequest) GoString() string

func (*ListPublishedServicesRequest) SetAppId

func (ListPublishedServicesRequest) String

type ListPublishedServicesResponse

type ListPublishedServicesResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListPublishedServicesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListPublishedServicesResponse) GoString

func (*ListPublishedServicesResponse) SetBody

func (*ListPublishedServicesResponse) SetHeaders

func (*ListPublishedServicesResponse) SetStatusCode added in v1.0.5

func (ListPublishedServicesResponse) String

type ListPublishedServicesResponseBody

type ListPublishedServicesResponseBody struct {
	Code                  *int32                                                  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message               *string                                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	PublishedServicesList *ListPublishedServicesResponseBodyPublishedServicesList `json:"PublishedServicesList,omitempty" xml:"PublishedServicesList,omitempty" type:"Struct"`
	RequestId             *string                                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListPublishedServicesResponseBody) GoString

func (*ListPublishedServicesResponseBody) SetCode

func (*ListPublishedServicesResponseBody) SetMessage

func (*ListPublishedServicesResponseBody) SetRequestId

func (ListPublishedServicesResponseBody) String

type ListPublishedServicesResponseBodyPublishedServicesList

type ListPublishedServicesResponseBodyPublishedServicesList struct {
	ListPublishedServices []*ListPublishedServicesResponseBodyPublishedServicesListListPublishedServices `json:"ListPublishedServices,omitempty" xml:"ListPublishedServices,omitempty" type:"Repeated"`
}

func (ListPublishedServicesResponseBodyPublishedServicesList) GoString

func (ListPublishedServicesResponseBodyPublishedServicesList) String

type ListPublishedServicesResponseBodyPublishedServicesListListPublishedServices

type ListPublishedServicesResponseBodyPublishedServicesListListPublishedServices struct {
	AppId             *string                                                                            `json:"AppId,omitempty" xml:"AppId,omitempty"`
	DockerApplication *bool                                                                              `json:"DockerApplication,omitempty" xml:"DockerApplication,omitempty"`
	Group2Ip          *string                                                                            `json:"Group2Ip,omitempty" xml:"Group2Ip,omitempty"`
	Groups            *ListPublishedServicesResponseBodyPublishedServicesListListPublishedServicesGroups `json:"Groups,omitempty" xml:"Groups,omitempty" type:"Struct"`
	Ips               *ListPublishedServicesResponseBodyPublishedServicesListListPublishedServicesIps    `json:"Ips,omitempty" xml:"Ips,omitempty" type:"Struct"`
	Name              *string                                                                            `json:"Name,omitempty" xml:"Name,omitempty"`
	Type              *string                                                                            `json:"Type,omitempty" xml:"Type,omitempty"`
	Version           *string                                                                            `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (ListPublishedServicesResponseBodyPublishedServicesListListPublishedServices) GoString

func (*ListPublishedServicesResponseBodyPublishedServicesListListPublishedServices) SetAppId

func (*ListPublishedServicesResponseBodyPublishedServicesListListPublishedServices) SetDockerApplication

func (*ListPublishedServicesResponseBodyPublishedServicesListListPublishedServices) SetGroup2Ip

func (*ListPublishedServicesResponseBodyPublishedServicesListListPublishedServices) SetName

func (*ListPublishedServicesResponseBodyPublishedServicesListListPublishedServices) SetType

func (*ListPublishedServicesResponseBodyPublishedServicesListListPublishedServices) SetVersion

func (ListPublishedServicesResponseBodyPublishedServicesListListPublishedServices) String

type ListPublishedServicesResponseBodyPublishedServicesListListPublishedServicesGroups

type ListPublishedServicesResponseBodyPublishedServicesListListPublishedServicesGroups struct {
	Group []*string `json:"group,omitempty" xml:"group,omitempty" type:"Repeated"`
}

func (ListPublishedServicesResponseBodyPublishedServicesListListPublishedServicesGroups) GoString

func (*ListPublishedServicesResponseBodyPublishedServicesListListPublishedServicesGroups) SetGroup

func (ListPublishedServicesResponseBodyPublishedServicesListListPublishedServicesGroups) String

type ListPublishedServicesResponseBodyPublishedServicesListListPublishedServicesIps

type ListPublishedServicesResponseBodyPublishedServicesListListPublishedServicesIps struct {
	Ip []*string `json:"ip,omitempty" xml:"ip,omitempty" type:"Repeated"`
}

func (ListPublishedServicesResponseBodyPublishedServicesListListPublishedServicesIps) GoString

func (*ListPublishedServicesResponseBodyPublishedServicesListListPublishedServicesIps) SetIp

func (ListPublishedServicesResponseBodyPublishedServicesListListPublishedServicesIps) String

type ListRecentChangeOrderRequest

type ListRecentChangeOrderRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
}

func (ListRecentChangeOrderRequest) GoString

func (s ListRecentChangeOrderRequest) GoString() string

func (*ListRecentChangeOrderRequest) SetAppId

func (ListRecentChangeOrderRequest) String

type ListRecentChangeOrderResponse

type ListRecentChangeOrderResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListRecentChangeOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListRecentChangeOrderResponse) GoString

func (*ListRecentChangeOrderResponse) SetBody

func (*ListRecentChangeOrderResponse) SetHeaders

func (*ListRecentChangeOrderResponse) SetStatusCode added in v1.0.5

func (ListRecentChangeOrderResponse) String

type ListRecentChangeOrderResponseBody

type ListRecentChangeOrderResponseBody struct {
	ChangeOrderList *ListRecentChangeOrderResponseBodyChangeOrderList `json:"ChangeOrderList,omitempty" xml:"ChangeOrderList,omitempty" type:"Struct"`
	Code            *int32                                            `json:"Code,omitempty" xml:"Code,omitempty"`
	Message         *string                                           `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId       *string                                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListRecentChangeOrderResponseBody) GoString

func (*ListRecentChangeOrderResponseBody) SetCode

func (*ListRecentChangeOrderResponseBody) SetMessage

func (*ListRecentChangeOrderResponseBody) SetRequestId

func (ListRecentChangeOrderResponseBody) String

type ListRecentChangeOrderResponseBodyChangeOrderList

type ListRecentChangeOrderResponseBodyChangeOrderList struct {
	ChangeOrder []*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder `json:"ChangeOrder,omitempty" xml:"ChangeOrder,omitempty" type:"Repeated"`
}

func (ListRecentChangeOrderResponseBodyChangeOrderList) GoString

func (ListRecentChangeOrderResponseBodyChangeOrderList) String

type ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder

type ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder struct {
	AppId                  *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	BatchCount             *int32  `json:"BatchCount,omitempty" xml:"BatchCount,omitempty"`
	BatchType              *string `json:"BatchType,omitempty" xml:"BatchType,omitempty"`
	ChangeOrderDescription *string `json:"ChangeOrderDescription,omitempty" xml:"ChangeOrderDescription,omitempty"`
	ChangeOrderId          *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	CoType                 *string `json:"CoType,omitempty" xml:"CoType,omitempty"`
	CoTypeCode             *string `json:"CoTypeCode,omitempty" xml:"CoTypeCode,omitempty"`
	CreateTime             *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CreateUserId           *string `json:"CreateUserId,omitempty" xml:"CreateUserId,omitempty"`
	FinishTime             *string `json:"FinishTime,omitempty" xml:"FinishTime,omitempty"`
	GroupId                *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	Source                 *string `json:"Source,omitempty" xml:"Source,omitempty"`
	Status                 *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
	UserId                 *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) GoString

func (*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) SetAppId

func (*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) SetBatchCount

func (*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) SetBatchType

func (*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) SetChangeOrderDescription

func (*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) SetChangeOrderId

func (*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) SetCoType

func (*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) SetCoTypeCode

func (*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) SetCreateTime

func (*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) SetCreateUserId

func (*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) SetFinishTime

func (*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) SetGroupId

func (*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) SetSource

func (*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) SetStatus

func (*ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) SetUserId

func (ListRecentChangeOrderResponseBodyChangeOrderListChangeOrder) String

type ListResourceGroupResponse

type ListResourceGroupResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListResourceGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListResourceGroupResponse) GoString

func (s ListResourceGroupResponse) GoString() string

func (*ListResourceGroupResponse) SetBody

func (*ListResourceGroupResponse) SetHeaders

func (*ListResourceGroupResponse) SetStatusCode added in v1.0.5

func (ListResourceGroupResponse) String

func (s ListResourceGroupResponse) String() string

type ListResourceGroupResponseBody

type ListResourceGroupResponseBody struct {
	Code              *int32                                          `json:"Code,omitempty" xml:"Code,omitempty"`
	Message           *string                                         `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId         *string                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ResourceGroupList *ListResourceGroupResponseBodyResourceGroupList `json:"ResourceGroupList,omitempty" xml:"ResourceGroupList,omitempty" type:"Struct"`
}

func (ListResourceGroupResponseBody) GoString

func (*ListResourceGroupResponseBody) SetCode

func (*ListResourceGroupResponseBody) SetMessage

func (*ListResourceGroupResponseBody) SetRequestId

func (ListResourceGroupResponseBody) String

type ListResourceGroupResponseBodyResourceGroupList

type ListResourceGroupResponseBodyResourceGroupList struct {
	ResGroupEntity []*ListResourceGroupResponseBodyResourceGroupListResGroupEntity `json:"ResGroupEntity,omitempty" xml:"ResGroupEntity,omitempty" type:"Repeated"`
}

func (ListResourceGroupResponseBodyResourceGroupList) GoString

func (ListResourceGroupResponseBodyResourceGroupList) String

type ListResourceGroupResponseBodyResourceGroupListResGroupEntity

type ListResourceGroupResponseBodyResourceGroupListResGroupEntity struct {
	AdminUserId *string                                                              `json:"AdminUserId,omitempty" xml:"AdminUserId,omitempty"`
	CreateTime  *int64                                                               `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Description *string                                                              `json:"Description,omitempty" xml:"Description,omitempty"`
	Id          *int64                                                               `json:"Id,omitempty" xml:"Id,omitempty"`
	Name        *string                                                              `json:"Name,omitempty" xml:"Name,omitempty"`
	RegionId    *string                                                              `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	SlbList     *ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbList `json:"SlbList,omitempty" xml:"SlbList,omitempty" type:"Struct"`
	UpdateTime  *int64                                                               `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	EcsList     *ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsList `json:"ecsList,omitempty" xml:"ecsList,omitempty" type:"Struct"`
}

func (ListResourceGroupResponseBodyResourceGroupListResGroupEntity) GoString

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntity) SetAdminUserId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntity) SetCreateTime

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntity) SetDescription

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntity) SetId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntity) SetName

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntity) SetRegionId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntity) SetUpdateTime

func (ListResourceGroupResponseBodyResourceGroupListResGroupEntity) String

type ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsList

type ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsList struct {
	EcsEntity []*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity `json:"EcsEntity,omitempty" xml:"EcsEntity,omitempty" type:"Repeated"`
}

func (ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsList) GoString

func (ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsList) String

type ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity

type ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity struct {
	Cpu          *int32                                                                                 `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	Description  *string                                                                                `json:"Description,omitempty" xml:"Description,omitempty"`
	EcuEntity    *ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityEcuEntity `json:"EcuEntity,omitempty" xml:"EcuEntity,omitempty" type:"Struct"`
	Eip          *string                                                                                `json:"Eip,omitempty" xml:"Eip,omitempty"`
	Expired      *bool                                                                                  `json:"Expired,omitempty" xml:"Expired,omitempty"`
	GroupId      *string                                                                                `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	HostName     *string                                                                                `json:"HostName,omitempty" xml:"HostName,omitempty"`
	InnerIp      *string                                                                                `json:"InnerIp,omitempty" xml:"InnerIp,omitempty"`
	InstanceId   *string                                                                                `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceName *string                                                                                `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	Mem          *int32                                                                                 `json:"Mem,omitempty" xml:"Mem,omitempty"`
	PrivateIp    *string                                                                                `json:"PrivateIp,omitempty" xml:"PrivateIp,omitempty"`
	PublicIp     *string                                                                                `json:"PublicIp,omitempty" xml:"PublicIp,omitempty"`
	RegionId     *string                                                                                `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	SerialNum    *string                                                                                `json:"SerialNum,omitempty" xml:"SerialNum,omitempty"`
	SgId         *string                                                                                `json:"SgId,omitempty" xml:"SgId,omitempty"`
	Status       *string                                                                                `json:"Status,omitempty" xml:"Status,omitempty"`
	UserId       *string                                                                                `json:"UserId,omitempty" xml:"UserId,omitempty"`
	VpcEntity    *ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityVpcEntity `json:"VpcEntity,omitempty" xml:"VpcEntity,omitempty" type:"Struct"`
	VpcId        *string                                                                                `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	ZoneId       *string                                                                                `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) GoString

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetCpu

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetDescription

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetEip

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetExpired

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetGroupId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetHostName

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetInnerIp

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetInstanceId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetInstanceName

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetMem

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetPrivateIp

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetPublicIp

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetRegionId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetSerialNum

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetSgId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetStatus

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetUserId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetVpcId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) SetZoneId

func (ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntity) String

type ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityEcuEntity

type ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityEcuEntity struct {
	AvailableCpu  *int32  `json:"AvailableCpu,omitempty" xml:"AvailableCpu,omitempty"`
	AvailableMem  *int32  `json:"AvailableMem,omitempty" xml:"AvailableMem,omitempty"`
	Cpu           *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	CreateTime    *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DockerEnv     *bool   `json:"DockerEnv,omitempty" xml:"DockerEnv,omitempty"`
	EcuId         *string `json:"EcuId,omitempty" xml:"EcuId,omitempty"`
	HeartbeatTime *int64  `json:"HeartbeatTime,omitempty" xml:"HeartbeatTime,omitempty"`
	InstanceId    *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	IpAddr        *string `json:"IpAddr,omitempty" xml:"IpAddr,omitempty"`
	Mem           *int32  `json:"Mem,omitempty" xml:"Mem,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Online        *bool   `json:"Online,omitempty" xml:"Online,omitempty"`
	RegionId      *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	UpdateTime    *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	UserId        *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	VpcId         *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	ZoneId        *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityEcuEntity) GoString

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityEcuEntity) SetAvailableCpu

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityEcuEntity) SetAvailableMem

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityEcuEntity) SetCreateTime

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityEcuEntity) SetDockerEnv

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityEcuEntity) SetHeartbeatTime

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityEcuEntity) SetInstanceId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityEcuEntity) SetOnline

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityEcuEntity) SetRegionId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityEcuEntity) SetUpdateTime

func (ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityEcuEntity) String

type ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityVpcEntity

type ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityVpcEntity struct {
	Cidrblock   *string `json:"Cidrblock,omitempty" xml:"Cidrblock,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	EcsNum      *int32  `json:"EcsNum,omitempty" xml:"EcsNum,omitempty"`
	Expired     *bool   `json:"Expired,omitempty" xml:"Expired,omitempty"`
	RegionId    *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Status      *string `json:"Status,omitempty" xml:"Status,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	VpcId       *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	VpcName     *string `json:"VpcName,omitempty" xml:"VpcName,omitempty"`
}

func (ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityVpcEntity) GoString

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityVpcEntity) SetCidrblock

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityVpcEntity) SetDescription

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityVpcEntity) SetEcsNum

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityVpcEntity) SetExpired

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityVpcEntity) SetRegionId

func (ListResourceGroupResponseBodyResourceGroupListResGroupEntityEcsListEcsEntityVpcEntity) String

type ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbList

type ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbList struct {
	SlbEntity []*ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity `json:"SlbEntity,omitempty" xml:"SlbEntity,omitempty" type:"Repeated"`
}

func (ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbList) GoString

func (ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbList) String

type ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity

type ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity struct {
	Address     *string `json:"Address,omitempty" xml:"Address,omitempty"`
	AddressType *string `json:"AddressType,omitempty" xml:"AddressType,omitempty"`
	Expired     *bool   `json:"Expired,omitempty" xml:"Expired,omitempty"`
	GroupId     *int32  `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	NetworkType *string `json:"NetworkType,omitempty" xml:"NetworkType,omitempty"`
	RegionId    *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	SlbId       *string `json:"SlbId,omitempty" xml:"SlbId,omitempty"`
	SlbName     *string `json:"SlbName,omitempty" xml:"SlbName,omitempty"`
	SlbStatus   *string `json:"SlbStatus,omitempty" xml:"SlbStatus,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	VpcId       *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	VswitchId   *string `json:"VswitchId,omitempty" xml:"VswitchId,omitempty"`
}

func (ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity) GoString

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity) SetAddress

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity) SetAddressType

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity) SetExpired

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity) SetGroupId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity) SetNetworkType

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity) SetRegionId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity) SetSlbId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity) SetSlbName

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity) SetSlbStatus

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity) SetUserId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity) SetVpcId

func (*ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity) SetVswitchId

func (ListResourceGroupResponseBodyResourceGroupListResGroupEntitySlbListSlbEntity) String

type ListRoleResponse

type ListRoleResponse struct {
	Headers    map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListRoleResponse) GoString

func (s ListRoleResponse) GoString() string

func (*ListRoleResponse) SetBody

func (*ListRoleResponse) SetHeaders

func (s *ListRoleResponse) SetHeaders(v map[string]*string) *ListRoleResponse

func (*ListRoleResponse) SetStatusCode added in v1.0.5

func (s *ListRoleResponse) SetStatusCode(v int32) *ListRoleResponse

func (ListRoleResponse) String

func (s ListRoleResponse) String() string

type ListRoleResponseBody

type ListRoleResponseBody struct {
	Code      *int32                        `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string                       `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	RoleList  *ListRoleResponseBodyRoleList `json:"RoleList,omitempty" xml:"RoleList,omitempty" type:"Struct"`
}

func (ListRoleResponseBody) GoString

func (s ListRoleResponseBody) GoString() string

func (*ListRoleResponseBody) SetCode

func (*ListRoleResponseBody) SetMessage

func (*ListRoleResponseBody) SetRequestId

func (s *ListRoleResponseBody) SetRequestId(v string) *ListRoleResponseBody

func (*ListRoleResponseBody) SetRoleList

func (ListRoleResponseBody) String

func (s ListRoleResponseBody) String() string

type ListRoleResponseBodyRoleList

type ListRoleResponseBodyRoleList struct {
	RoleItem []*ListRoleResponseBodyRoleListRoleItem `json:"RoleItem,omitempty" xml:"RoleItem,omitempty" type:"Repeated"`
}

func (ListRoleResponseBodyRoleList) GoString

func (s ListRoleResponseBodyRoleList) GoString() string

func (*ListRoleResponseBodyRoleList) SetRoleItem

func (ListRoleResponseBodyRoleList) String

type ListRoleResponseBodyRoleListRoleItem

type ListRoleResponseBodyRoleListRoleItem struct {
	ActionList *ListRoleResponseBodyRoleListRoleItemActionList `json:"ActionList,omitempty" xml:"ActionList,omitempty" type:"Struct"`
	Role       *ListRoleResponseBodyRoleListRoleItemRole       `json:"Role,omitempty" xml:"Role,omitempty" type:"Struct"`
}

func (ListRoleResponseBodyRoleListRoleItem) GoString

func (ListRoleResponseBodyRoleListRoleItem) String

type ListRoleResponseBodyRoleListRoleItemActionList

type ListRoleResponseBodyRoleListRoleItemActionList struct {
	Action []*ListRoleResponseBodyRoleListRoleItemActionListAction `json:"Action,omitempty" xml:"Action,omitempty" type:"Repeated"`
}

func (ListRoleResponseBodyRoleListRoleItemActionList) GoString

func (ListRoleResponseBodyRoleListRoleItemActionList) String

type ListRoleResponseBodyRoleListRoleItemActionListAction

type ListRoleResponseBodyRoleListRoleItemActionListAction struct {
	Code        *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	GroupId     *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (ListRoleResponseBodyRoleListRoleItemActionListAction) GoString

func (*ListRoleResponseBodyRoleListRoleItemActionListAction) SetCode

func (*ListRoleResponseBodyRoleListRoleItemActionListAction) SetDescription

func (*ListRoleResponseBodyRoleListRoleItemActionListAction) SetGroupId

func (*ListRoleResponseBodyRoleListRoleItemActionListAction) SetName

func (ListRoleResponseBodyRoleListRoleItemActionListAction) String

type ListRoleResponseBodyRoleListRoleItemRole

type ListRoleResponseBodyRoleListRoleItemRole struct {
	AdminUserId *string `json:"AdminUserId,omitempty" xml:"AdminUserId,omitempty"`
	CreateTime  *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Id          *int32  `json:"Id,omitempty" xml:"Id,omitempty"`
	IsDefault   *bool   `json:"IsDefault,omitempty" xml:"IsDefault,omitempty"`
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
	UpdateTime  *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (ListRoleResponseBodyRoleListRoleItemRole) GoString

func (*ListRoleResponseBodyRoleListRoleItemRole) SetAdminUserId

func (*ListRoleResponseBodyRoleListRoleItemRole) SetCreateTime

func (*ListRoleResponseBodyRoleListRoleItemRole) SetId

func (*ListRoleResponseBodyRoleListRoleItemRole) SetIsDefault

func (*ListRoleResponseBodyRoleListRoleItemRole) SetName

func (*ListRoleResponseBodyRoleListRoleItemRole) SetUpdateTime

func (ListRoleResponseBodyRoleListRoleItemRole) String

type ListRootStacksRequest

type ListRootStacksRequest struct {
	CurrentPage *int32 `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	PageSize    *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListRootStacksRequest) GoString

func (s ListRootStacksRequest) GoString() string

func (*ListRootStacksRequest) SetCurrentPage

func (s *ListRootStacksRequest) SetCurrentPage(v int32) *ListRootStacksRequest

func (*ListRootStacksRequest) SetPageSize

func (ListRootStacksRequest) String

func (s ListRootStacksRequest) String() string

type ListRootStacksResponse

type ListRootStacksResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListRootStacksResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListRootStacksResponse) GoString

func (s ListRootStacksResponse) GoString() string

func (*ListRootStacksResponse) SetBody

func (*ListRootStacksResponse) SetHeaders

func (*ListRootStacksResponse) SetStatusCode added in v1.0.5

func (ListRootStacksResponse) String

func (s ListRootStacksResponse) String() string

type ListRootStacksResponseBody

type ListRootStacksResponseBody struct {
	Code      *int32                          `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *ListRootStacksResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                         `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListRootStacksResponseBody) GoString

func (s ListRootStacksResponseBody) GoString() string

func (*ListRootStacksResponseBody) SetCode

func (*ListRootStacksResponseBody) SetData

func (*ListRootStacksResponseBody) SetMessage

func (*ListRootStacksResponseBody) SetRequestId

func (ListRootStacksResponseBody) String

type ListRootStacksResponseBodyData

type ListRootStacksResponseBodyData struct {
	CurrentPage *int32                                  `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	PageSize    *int32                                  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Result      []*ListRootStacksResponseBodyDataResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	TotalSize   *int32                                  `json:"TotalSize,omitempty" xml:"TotalSize,omitempty"`
}

func (ListRootStacksResponseBodyData) GoString

func (*ListRootStacksResponseBodyData) SetCurrentPage

func (*ListRootStacksResponseBodyData) SetPageSize

func (*ListRootStacksResponseBodyData) SetResult

func (*ListRootStacksResponseBodyData) SetTotalSize

func (ListRootStacksResponseBodyData) String

type ListRootStacksResponseBodyDataResult

type ListRootStacksResponseBodyDataResult struct {
	Children []*ListRootStacksResponseBodyDataResultChildren `json:"Children,omitempty" xml:"Children,omitempty" type:"Repeated"`
	Root     *ListRootStacksResponseBodyDataResultRoot       `json:"Root,omitempty" xml:"Root,omitempty" type:"Struct"`
}

func (ListRootStacksResponseBodyDataResult) GoString

func (ListRootStacksResponseBodyDataResult) String

type ListRootStacksResponseBodyDataResultChildren

type ListRootStacksResponseBodyDataResultChildren struct {
	Comment *string `json:"Comment,omitempty" xml:"Comment,omitempty"`
	Icon    *string `json:"Icon,omitempty" xml:"Icon,omitempty"`
	Id      *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	Name    *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (ListRootStacksResponseBodyDataResultChildren) GoString

func (*ListRootStacksResponseBodyDataResultChildren) SetComment

func (*ListRootStacksResponseBodyDataResultChildren) SetIcon

func (*ListRootStacksResponseBodyDataResultChildren) SetId

func (*ListRootStacksResponseBodyDataResultChildren) SetName

func (ListRootStacksResponseBodyDataResultChildren) String

type ListRootStacksResponseBodyDataResultRoot

type ListRootStacksResponseBodyDataResultRoot struct {
	Id   *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (ListRootStacksResponseBodyDataResultRoot) GoString

func (*ListRootStacksResponseBodyDataResultRoot) SetId

func (*ListRootStacksResponseBodyDataResultRoot) SetName

func (ListRootStacksResponseBodyDataResultRoot) String

type ListScaleOutEcuRequest

type ListScaleOutEcuRequest struct {
	AppId           *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ClusterId       *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Cpu             *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	GroupId         *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	InstanceNum     *int32  `json:"InstanceNum,omitempty" xml:"InstanceNum,omitempty"`
	LogicalRegionId *string `json:"LogicalRegionId,omitempty" xml:"LogicalRegionId,omitempty"`
	Mem             *int32  `json:"Mem,omitempty" xml:"Mem,omitempty"`
}

func (ListScaleOutEcuRequest) GoString

func (s ListScaleOutEcuRequest) GoString() string

func (*ListScaleOutEcuRequest) SetAppId

func (*ListScaleOutEcuRequest) SetClusterId

func (*ListScaleOutEcuRequest) SetCpu

func (*ListScaleOutEcuRequest) SetGroupId

func (*ListScaleOutEcuRequest) SetInstanceNum

func (s *ListScaleOutEcuRequest) SetInstanceNum(v int32) *ListScaleOutEcuRequest

func (*ListScaleOutEcuRequest) SetLogicalRegionId

func (s *ListScaleOutEcuRequest) SetLogicalRegionId(v string) *ListScaleOutEcuRequest

func (*ListScaleOutEcuRequest) SetMem

func (ListScaleOutEcuRequest) String

func (s ListScaleOutEcuRequest) String() string

type ListScaleOutEcuResponse

type ListScaleOutEcuResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListScaleOutEcuResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListScaleOutEcuResponse) GoString

func (s ListScaleOutEcuResponse) GoString() string

func (*ListScaleOutEcuResponse) SetBody

func (*ListScaleOutEcuResponse) SetHeaders

func (*ListScaleOutEcuResponse) SetStatusCode added in v1.0.5

func (ListScaleOutEcuResponse) String

func (s ListScaleOutEcuResponse) String() string

type ListScaleOutEcuResponseBody

type ListScaleOutEcuResponseBody struct {
	Code        *int32                                  `json:"Code,omitempty" xml:"Code,omitempty"`
	EcuInfoList *ListScaleOutEcuResponseBodyEcuInfoList `json:"EcuInfoList,omitempty" xml:"EcuInfoList,omitempty" type:"Struct"`
	Message     *string                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListScaleOutEcuResponseBody) GoString

func (s ListScaleOutEcuResponseBody) GoString() string

func (*ListScaleOutEcuResponseBody) SetCode

func (*ListScaleOutEcuResponseBody) SetEcuInfoList

func (*ListScaleOutEcuResponseBody) SetMessage

func (*ListScaleOutEcuResponseBody) SetRequestId

func (ListScaleOutEcuResponseBody) String

type ListScaleOutEcuResponseBodyEcuInfoList

type ListScaleOutEcuResponseBodyEcuInfoList struct {
	EcuInfo []*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo `json:"EcuInfo,omitempty" xml:"EcuInfo,omitempty" type:"Repeated"`
}

func (ListScaleOutEcuResponseBodyEcuInfoList) GoString

func (ListScaleOutEcuResponseBodyEcuInfoList) String

type ListScaleOutEcuResponseBodyEcuInfoListEcuInfo

type ListScaleOutEcuResponseBodyEcuInfoListEcuInfo struct {
	AvailableCpu  *int32  `json:"AvailableCpu,omitempty" xml:"AvailableCpu,omitempty"`
	AvailableMem  *int32  `json:"AvailableMem,omitempty" xml:"AvailableMem,omitempty"`
	CreateTime    *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DockerEnv     *bool   `json:"DockerEnv,omitempty" xml:"DockerEnv,omitempty"`
	EcuId         *string `json:"EcuId,omitempty" xml:"EcuId,omitempty"`
	HeartbeatTime *int64  `json:"HeartbeatTime,omitempty" xml:"HeartbeatTime,omitempty"`
	InstanceId    *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	IpAddr        *string `json:"IpAddr,omitempty" xml:"IpAddr,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Online        *bool   `json:"Online,omitempty" xml:"Online,omitempty"`
	RegionId      *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	UpdateTime    *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	UserId        *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	VpcId         *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	ZoneId        *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) GoString

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetAvailableCpu

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetAvailableMem

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetCreateTime

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetDockerEnv

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetEcuId

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetHeartbeatTime

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetInstanceId

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetIpAddr

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetName

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetOnline

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetRegionId

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetUpdateTime

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetUserId

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetVpcId

func (*ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) SetZoneId

func (ListScaleOutEcuResponseBodyEcuInfoListEcuInfo) String

type ListServiceGroupsResponse

type ListServiceGroupsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListServiceGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListServiceGroupsResponse) GoString

func (s ListServiceGroupsResponse) GoString() string

func (*ListServiceGroupsResponse) SetBody

func (*ListServiceGroupsResponse) SetHeaders

func (*ListServiceGroupsResponse) SetStatusCode added in v1.0.5

func (ListServiceGroupsResponse) String

func (s ListServiceGroupsResponse) String() string

type ListServiceGroupsResponseBody

type ListServiceGroupsResponseBody struct {
	Code              *int32                                          `json:"Code,omitempty" xml:"Code,omitempty"`
	Message           *string                                         `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId         *string                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ServiceGroupsList *ListServiceGroupsResponseBodyServiceGroupsList `json:"ServiceGroupsList,omitempty" xml:"ServiceGroupsList,omitempty" type:"Struct"`
}

func (ListServiceGroupsResponseBody) GoString

func (*ListServiceGroupsResponseBody) SetCode

func (*ListServiceGroupsResponseBody) SetMessage

func (*ListServiceGroupsResponseBody) SetRequestId

func (ListServiceGroupsResponseBody) String

type ListServiceGroupsResponseBodyServiceGroupsList

type ListServiceGroupsResponseBodyServiceGroupsList struct {
	ListServiceGroups []*ListServiceGroupsResponseBodyServiceGroupsListListServiceGroups `json:"ListServiceGroups,omitempty" xml:"ListServiceGroups,omitempty" type:"Repeated"`
}

func (ListServiceGroupsResponseBodyServiceGroupsList) GoString

func (ListServiceGroupsResponseBodyServiceGroupsList) String

type ListServiceGroupsResponseBodyServiceGroupsListListServiceGroups

type ListServiceGroupsResponseBodyServiceGroupsListListServiceGroups struct {
	CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	GroupId    *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName  *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
}

func (ListServiceGroupsResponseBodyServiceGroupsListListServiceGroups) GoString

func (*ListServiceGroupsResponseBodyServiceGroupsListListServiceGroups) SetCreateTime

func (*ListServiceGroupsResponseBodyServiceGroupsListListServiceGroups) SetGroupId

func (*ListServiceGroupsResponseBodyServiceGroupsListListServiceGroups) SetGroupName

func (ListServiceGroupsResponseBodyServiceGroupsListListServiceGroups) String

type ListSlbResponse

type ListSlbResponse struct {
	Headers    map[string]*string   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSlbResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSlbResponse) GoString

func (s ListSlbResponse) GoString() string

func (*ListSlbResponse) SetBody

func (*ListSlbResponse) SetHeaders

func (s *ListSlbResponse) SetHeaders(v map[string]*string) *ListSlbResponse

func (*ListSlbResponse) SetStatusCode added in v1.0.5

func (s *ListSlbResponse) SetStatusCode(v int32) *ListSlbResponse

func (ListSlbResponse) String

func (s ListSlbResponse) String() string

type ListSlbResponseBody

type ListSlbResponseBody struct {
	Code      *int32                      `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string                     `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SlbList   *ListSlbResponseBodySlbList `json:"SlbList,omitempty" xml:"SlbList,omitempty" type:"Struct"`
}

func (ListSlbResponseBody) GoString

func (s ListSlbResponseBody) GoString() string

func (*ListSlbResponseBody) SetCode

func (*ListSlbResponseBody) SetMessage

func (*ListSlbResponseBody) SetRequestId

func (s *ListSlbResponseBody) SetRequestId(v string) *ListSlbResponseBody

func (*ListSlbResponseBody) SetSlbList

func (ListSlbResponseBody) String

func (s ListSlbResponseBody) String() string

type ListSlbResponseBodySlbList

type ListSlbResponseBodySlbList struct {
	SlbEntity []*ListSlbResponseBodySlbListSlbEntity `json:"SlbEntity,omitempty" xml:"SlbEntity,omitempty" type:"Repeated"`
}

func (ListSlbResponseBodySlbList) GoString

func (s ListSlbResponseBodySlbList) GoString() string

func (*ListSlbResponseBodySlbList) SetSlbEntity

func (ListSlbResponseBodySlbList) String

type ListSlbResponseBodySlbListSlbEntity

type ListSlbResponseBodySlbListSlbEntity struct {
	Address     *string `json:"Address,omitempty" xml:"Address,omitempty"`
	AddressType *string `json:"AddressType,omitempty" xml:"AddressType,omitempty"`
	Expired     *bool   `json:"Expired,omitempty" xml:"Expired,omitempty"`
	GroupId     *int32  `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	NetworkType *string `json:"NetworkType,omitempty" xml:"NetworkType,omitempty"`
	RegionId    *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	SlbId       *string `json:"SlbId,omitempty" xml:"SlbId,omitempty"`
	SlbName     *string `json:"SlbName,omitempty" xml:"SlbName,omitempty"`
	SlbStatus   *string `json:"SlbStatus,omitempty" xml:"SlbStatus,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	VpcId       *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	VswitchId   *string `json:"VswitchId,omitempty" xml:"VswitchId,omitempty"`
}

func (ListSlbResponseBodySlbListSlbEntity) GoString

func (*ListSlbResponseBodySlbListSlbEntity) SetAddress

func (*ListSlbResponseBodySlbListSlbEntity) SetAddressType

func (*ListSlbResponseBodySlbListSlbEntity) SetExpired

func (*ListSlbResponseBodySlbListSlbEntity) SetGroupId

func (*ListSlbResponseBodySlbListSlbEntity) SetNetworkType

func (*ListSlbResponseBodySlbListSlbEntity) SetRegionId

func (*ListSlbResponseBodySlbListSlbEntity) SetSlbId

func (*ListSlbResponseBodySlbListSlbEntity) SetSlbName

func (*ListSlbResponseBodySlbListSlbEntity) SetSlbStatus

func (*ListSlbResponseBodySlbListSlbEntity) SetUserId

func (*ListSlbResponseBodySlbListSlbEntity) SetVpcId

func (*ListSlbResponseBodySlbListSlbEntity) SetVswitchId

func (ListSlbResponseBodySlbListSlbEntity) String

type ListSubAccountResponse

type ListSubAccountResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSubAccountResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSubAccountResponse) GoString

func (s ListSubAccountResponse) GoString() string

func (*ListSubAccountResponse) SetBody

func (*ListSubAccountResponse) SetHeaders

func (*ListSubAccountResponse) SetStatusCode added in v1.0.5

func (ListSubAccountResponse) String

func (s ListSubAccountResponse) String() string

type ListSubAccountResponseBody

type ListSubAccountResponseBody struct {
	Code           *int32                                    `json:"Code,omitempty" xml:"Code,omitempty"`
	Message        *string                                   `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SubAccountList *ListSubAccountResponseBodySubAccountList `json:"SubAccountList,omitempty" xml:"SubAccountList,omitempty" type:"Struct"`
}

func (ListSubAccountResponseBody) GoString

func (s ListSubAccountResponseBody) GoString() string

func (*ListSubAccountResponseBody) SetCode

func (*ListSubAccountResponseBody) SetMessage

func (*ListSubAccountResponseBody) SetRequestId

func (*ListSubAccountResponseBody) SetSubAccountList

func (ListSubAccountResponseBody) String

type ListSubAccountResponseBodySubAccountList

type ListSubAccountResponseBodySubAccountList struct {
	SubAccount []*ListSubAccountResponseBodySubAccountListSubAccount `json:"SubAccount,omitempty" xml:"SubAccount,omitempty" type:"Repeated"`
}

func (ListSubAccountResponseBodySubAccountList) GoString

func (ListSubAccountResponseBodySubAccountList) String

type ListSubAccountResponseBodySubAccountListSubAccount

type ListSubAccountResponseBodySubAccountListSubAccount struct {
	AdminEdasId *string `json:"AdminEdasId,omitempty" xml:"AdminEdasId,omitempty"`
	AdminUserId *string `json:"AdminUserId,omitempty" xml:"AdminUserId,omitempty"`
	AdminUserKp *string `json:"AdminUserKp,omitempty" xml:"AdminUserKp,omitempty"`
	Email       *string `json:"Email,omitempty" xml:"Email,omitempty"`
	Phone       *string `json:"Phone,omitempty" xml:"Phone,omitempty"`
	SubEdasId   *string `json:"SubEdasId,omitempty" xml:"SubEdasId,omitempty"`
	SubUserId   *string `json:"SubUserId,omitempty" xml:"SubUserId,omitempty"`
	SubUserKp   *string `json:"SubUserKp,omitempty" xml:"SubUserKp,omitempty"`
}

func (ListSubAccountResponseBodySubAccountListSubAccount) GoString

func (*ListSubAccountResponseBodySubAccountListSubAccount) SetAdminEdasId

func (*ListSubAccountResponseBodySubAccountListSubAccount) SetAdminUserId

func (*ListSubAccountResponseBodySubAccountListSubAccount) SetAdminUserKp

func (*ListSubAccountResponseBodySubAccountListSubAccount) SetEmail

func (*ListSubAccountResponseBodySubAccountListSubAccount) SetPhone

func (*ListSubAccountResponseBodySubAccountListSubAccount) SetSubEdasId

func (*ListSubAccountResponseBodySubAccountListSubAccount) SetSubUserId

func (*ListSubAccountResponseBodySubAccountListSubAccount) SetSubUserKp

func (ListSubAccountResponseBodySubAccountListSubAccount) String

type ListTagResourcesRequest

type ListTagResourcesRequest struct {
	ResourceIds      map[string]interface{} `json:"ResourceIds,omitempty" xml:"ResourceIds,omitempty"`
	ResourceRegionId *string                `json:"ResourceRegionId,omitempty" xml:"ResourceRegionId,omitempty"`
	ResourceType     *string                `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	Tags             map[string]interface{} `json:"Tags,omitempty" xml:"Tags,omitempty"`
}

func (ListTagResourcesRequest) GoString

func (s ListTagResourcesRequest) GoString() string

func (*ListTagResourcesRequest) SetResourceIds

func (s *ListTagResourcesRequest) SetResourceIds(v map[string]interface{}) *ListTagResourcesRequest

func (*ListTagResourcesRequest) SetResourceRegionId

func (s *ListTagResourcesRequest) SetResourceRegionId(v string) *ListTagResourcesRequest

func (*ListTagResourcesRequest) SetResourceType

func (*ListTagResourcesRequest) SetTags

func (s *ListTagResourcesRequest) SetTags(v map[string]interface{}) *ListTagResourcesRequest

func (ListTagResourcesRequest) String

func (s ListTagResourcesRequest) String() string

type ListTagResourcesResponse

type ListTagResourcesResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTagResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTagResourcesResponse) GoString

func (s ListTagResourcesResponse) GoString() string

func (*ListTagResourcesResponse) SetBody

func (*ListTagResourcesResponse) SetHeaders

func (*ListTagResourcesResponse) SetStatusCode added in v1.0.5

func (ListTagResourcesResponse) String

func (s ListTagResourcesResponse) String() string

type ListTagResourcesResponseBody

type ListTagResourcesResponseBody struct {
	Code         *int32                                    `json:"Code,omitempty" xml:"Code,omitempty"`
	Message      *string                                   `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId    *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TagResources *ListTagResourcesResponseBodyTagResources `json:"TagResources,omitempty" xml:"TagResources,omitempty" type:"Struct"`
}

func (ListTagResourcesResponseBody) GoString

func (s ListTagResourcesResponseBody) GoString() string

func (*ListTagResourcesResponseBody) SetCode

func (*ListTagResourcesResponseBody) SetMessage

func (*ListTagResourcesResponseBody) SetRequestId

func (ListTagResourcesResponseBody) String

type ListTagResourcesResponseBodyTagResources

type ListTagResourcesResponseBodyTagResources struct {
	TagResource []*ListTagResourcesResponseBodyTagResourcesTagResource `json:"TagResource,omitempty" xml:"TagResource,omitempty" type:"Repeated"`
}

func (ListTagResourcesResponseBodyTagResources) GoString

func (ListTagResourcesResponseBodyTagResources) String

type ListTagResourcesResponseBodyTagResourcesTagResource

type ListTagResourcesResponseBodyTagResourcesTagResource struct {
	ResourceId   *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"`
	ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	TagKey       *string `json:"TagKey,omitempty" xml:"TagKey,omitempty"`
	TagValue     *string `json:"TagValue,omitempty" xml:"TagValue,omitempty"`
}

func (ListTagResourcesResponseBodyTagResourcesTagResource) GoString

func (*ListTagResourcesResponseBodyTagResourcesTagResource) SetResourceId

func (*ListTagResourcesResponseBodyTagResourcesTagResource) SetResourceType

func (*ListTagResourcesResponseBodyTagResourcesTagResource) SetTagKey

func (*ListTagResourcesResponseBodyTagResourcesTagResource) SetTagValue

func (ListTagResourcesResponseBodyTagResourcesTagResource) String

type ListUserDefineRegionRequest

type ListUserDefineRegionRequest struct {
	DebugEnable *bool `json:"DebugEnable,omitempty" xml:"DebugEnable,omitempty"`
}

func (ListUserDefineRegionRequest) GoString

func (s ListUserDefineRegionRequest) GoString() string

func (*ListUserDefineRegionRequest) SetDebugEnable

func (ListUserDefineRegionRequest) String

type ListUserDefineRegionResponse

type ListUserDefineRegionResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListUserDefineRegionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListUserDefineRegionResponse) GoString

func (s ListUserDefineRegionResponse) GoString() string

func (*ListUserDefineRegionResponse) SetBody

func (*ListUserDefineRegionResponse) SetHeaders

func (*ListUserDefineRegionResponse) SetStatusCode added in v1.0.5

func (ListUserDefineRegionResponse) String

type ListUserDefineRegionResponseBody

type ListUserDefineRegionResponseBody struct {
	Code                 *int32                                                `json:"Code,omitempty" xml:"Code,omitempty"`
	Message              *string                                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId            *string                                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	UserDefineRegionList *ListUserDefineRegionResponseBodyUserDefineRegionList `json:"UserDefineRegionList,omitempty" xml:"UserDefineRegionList,omitempty" type:"Struct"`
}

func (ListUserDefineRegionResponseBody) GoString

func (*ListUserDefineRegionResponseBody) SetCode

func (*ListUserDefineRegionResponseBody) SetMessage

func (*ListUserDefineRegionResponseBody) SetRequestId

func (ListUserDefineRegionResponseBody) String

type ListUserDefineRegionResponseBodyUserDefineRegionList

type ListUserDefineRegionResponseBodyUserDefineRegionList struct {
	UserDefineRegionEntity []*ListUserDefineRegionResponseBodyUserDefineRegionListUserDefineRegionEntity `json:"UserDefineRegionEntity,omitempty" xml:"UserDefineRegionEntity,omitempty" type:"Repeated"`
}

func (ListUserDefineRegionResponseBodyUserDefineRegionList) GoString

func (ListUserDefineRegionResponseBodyUserDefineRegionList) String

type ListUserDefineRegionResponseBodyUserDefineRegionListUserDefineRegionEntity

type ListUserDefineRegionResponseBodyUserDefineRegionListUserDefineRegionEntity struct {
	BelongRegion *string `json:"BelongRegion,omitempty" xml:"BelongRegion,omitempty"`
	DebugEnable  *bool   `json:"DebugEnable,omitempty" xml:"DebugEnable,omitempty"`
	Description  *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Id           *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	RegionId     *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RegionName   *string `json:"RegionName,omitempty" xml:"RegionName,omitempty"`
	UserId       *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (ListUserDefineRegionResponseBodyUserDefineRegionListUserDefineRegionEntity) GoString

func (*ListUserDefineRegionResponseBodyUserDefineRegionListUserDefineRegionEntity) SetBelongRegion

func (*ListUserDefineRegionResponseBodyUserDefineRegionListUserDefineRegionEntity) SetDebugEnable

func (*ListUserDefineRegionResponseBodyUserDefineRegionListUserDefineRegionEntity) SetDescription

func (*ListUserDefineRegionResponseBodyUserDefineRegionListUserDefineRegionEntity) SetId

func (*ListUserDefineRegionResponseBodyUserDefineRegionListUserDefineRegionEntity) SetRegionId

func (*ListUserDefineRegionResponseBodyUserDefineRegionListUserDefineRegionEntity) SetRegionName

func (*ListUserDefineRegionResponseBodyUserDefineRegionListUserDefineRegionEntity) SetUserId

func (ListUserDefineRegionResponseBodyUserDefineRegionListUserDefineRegionEntity) String

type ListVpcResponse

type ListVpcResponse struct {
	Headers    map[string]*string   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListVpcResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListVpcResponse) GoString

func (s ListVpcResponse) GoString() string

func (*ListVpcResponse) SetBody

func (*ListVpcResponse) SetHeaders

func (s *ListVpcResponse) SetHeaders(v map[string]*string) *ListVpcResponse

func (*ListVpcResponse) SetStatusCode added in v1.0.5

func (s *ListVpcResponse) SetStatusCode(v int32) *ListVpcResponse

func (ListVpcResponse) String

func (s ListVpcResponse) String() string

type ListVpcResponseBody

type ListVpcResponseBody struct {
	Code      *int32                      `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string                     `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	VpcList   *ListVpcResponseBodyVpcList `json:"VpcList,omitempty" xml:"VpcList,omitempty" type:"Struct"`
}

func (ListVpcResponseBody) GoString

func (s ListVpcResponseBody) GoString() string

func (*ListVpcResponseBody) SetCode

func (*ListVpcResponseBody) SetMessage

func (*ListVpcResponseBody) SetRequestId

func (s *ListVpcResponseBody) SetRequestId(v string) *ListVpcResponseBody

func (*ListVpcResponseBody) SetVpcList

func (ListVpcResponseBody) String

func (s ListVpcResponseBody) String() string

type ListVpcResponseBodyVpcList

type ListVpcResponseBodyVpcList struct {
	VpcEntity []*ListVpcResponseBodyVpcListVpcEntity `json:"VpcEntity,omitempty" xml:"VpcEntity,omitempty" type:"Repeated"`
}

func (ListVpcResponseBodyVpcList) GoString

func (s ListVpcResponseBodyVpcList) GoString() string

func (*ListVpcResponseBodyVpcList) SetVpcEntity

func (ListVpcResponseBodyVpcList) String

type ListVpcResponseBodyVpcListVpcEntity

type ListVpcResponseBodyVpcListVpcEntity struct {
	EcsNum   *int32  `json:"EcsNum,omitempty" xml:"EcsNum,omitempty"`
	Expired  *bool   `json:"Expired,omitempty" xml:"Expired,omitempty"`
	RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	UserId   *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	VpcId    *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	VpcName  *string `json:"VpcName,omitempty" xml:"VpcName,omitempty"`
}

func (ListVpcResponseBodyVpcListVpcEntity) GoString

func (*ListVpcResponseBodyVpcListVpcEntity) SetEcsNum

func (*ListVpcResponseBodyVpcListVpcEntity) SetExpired

func (*ListVpcResponseBodyVpcListVpcEntity) SetRegionId

func (*ListVpcResponseBodyVpcListVpcEntity) SetUserId

func (*ListVpcResponseBodyVpcListVpcEntity) SetVpcId

func (*ListVpcResponseBodyVpcListVpcEntity) SetVpcName

func (ListVpcResponseBodyVpcListVpcEntity) String

type MigrateEcuRequest

type MigrateEcuRequest struct {
	InstanceIds     *string `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty"`
	LogicalRegionId *string `json:"LogicalRegionId,omitempty" xml:"LogicalRegionId,omitempty"`
}

func (MigrateEcuRequest) GoString

func (s MigrateEcuRequest) GoString() string

func (*MigrateEcuRequest) SetInstanceIds

func (s *MigrateEcuRequest) SetInstanceIds(v string) *MigrateEcuRequest

func (*MigrateEcuRequest) SetLogicalRegionId

func (s *MigrateEcuRequest) SetLogicalRegionId(v string) *MigrateEcuRequest

func (MigrateEcuRequest) String

func (s MigrateEcuRequest) String() string

type MigrateEcuResponse

type MigrateEcuResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *MigrateEcuResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (MigrateEcuResponse) GoString

func (s MigrateEcuResponse) GoString() string

func (*MigrateEcuResponse) SetBody

func (*MigrateEcuResponse) SetHeaders

func (s *MigrateEcuResponse) SetHeaders(v map[string]*string) *MigrateEcuResponse

func (*MigrateEcuResponse) SetStatusCode added in v1.0.5

func (s *MigrateEcuResponse) SetStatusCode(v int32) *MigrateEcuResponse

func (MigrateEcuResponse) String

func (s MigrateEcuResponse) String() string

type MigrateEcuResponseBody

type MigrateEcuResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (MigrateEcuResponseBody) GoString

func (s MigrateEcuResponseBody) GoString() string

func (*MigrateEcuResponseBody) SetCode

func (*MigrateEcuResponseBody) SetData

func (*MigrateEcuResponseBody) SetMessage

func (*MigrateEcuResponseBody) SetRequestId

func (MigrateEcuResponseBody) String

func (s MigrateEcuResponseBody) String() string

type ModifyScalingRuleRequest

type ModifyScalingRuleRequest struct {
	AcceptEULA           *bool   `json:"AcceptEULA,omitempty" xml:"AcceptEULA,omitempty"`
	AppId                *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	GroupId              *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	InCondition          *string `json:"InCondition,omitempty" xml:"InCondition,omitempty"`
	InCpu                *int32  `json:"InCpu,omitempty" xml:"InCpu,omitempty"`
	InDuration           *int32  `json:"InDuration,omitempty" xml:"InDuration,omitempty"`
	InEnable             *bool   `json:"InEnable,omitempty" xml:"InEnable,omitempty"`
	InInstanceNum        *int32  `json:"InInstanceNum,omitempty" xml:"InInstanceNum,omitempty"`
	InLoad               *int32  `json:"InLoad,omitempty" xml:"InLoad,omitempty"`
	InRT                 *int32  `json:"InRT,omitempty" xml:"InRT,omitempty"`
	InStep               *int32  `json:"InStep,omitempty" xml:"InStep,omitempty"`
	KeyPairName          *string `json:"KeyPairName,omitempty" xml:"KeyPairName,omitempty"`
	MultiAzPolicy        *string `json:"MultiAzPolicy,omitempty" xml:"MultiAzPolicy,omitempty"`
	OutCPU               *int32  `json:"OutCPU,omitempty" xml:"OutCPU,omitempty"`
	OutCondition         *string `json:"OutCondition,omitempty" xml:"OutCondition,omitempty"`
	OutDuration          *int32  `json:"OutDuration,omitempty" xml:"OutDuration,omitempty"`
	OutEnable            *bool   `json:"OutEnable,omitempty" xml:"OutEnable,omitempty"`
	OutInstanceNum       *int32  `json:"OutInstanceNum,omitempty" xml:"OutInstanceNum,omitempty"`
	OutLoad              *int32  `json:"OutLoad,omitempty" xml:"OutLoad,omitempty"`
	OutRT                *int32  `json:"OutRT,omitempty" xml:"OutRT,omitempty"`
	OutStep              *int32  `json:"OutStep,omitempty" xml:"OutStep,omitempty"`
	Password             *string `json:"Password,omitempty" xml:"Password,omitempty"`
	ResourceFrom         *string `json:"ResourceFrom,omitempty" xml:"ResourceFrom,omitempty"`
	ScalingPolicy        *string `json:"ScalingPolicy,omitempty" xml:"ScalingPolicy,omitempty"`
	TemplateId           *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"`
	TemplateInstanceId   *string `json:"TemplateInstanceId,omitempty" xml:"TemplateInstanceId,omitempty"`
	TemplateInstanceName *string `json:"TemplateInstanceName,omitempty" xml:"TemplateInstanceName,omitempty"`
	TemplateVersion      *int32  `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"`
	VSwitchIds           *string `json:"VSwitchIds,omitempty" xml:"VSwitchIds,omitempty"`
	VpcId                *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (ModifyScalingRuleRequest) GoString

func (s ModifyScalingRuleRequest) GoString() string

func (*ModifyScalingRuleRequest) SetAcceptEULA

func (*ModifyScalingRuleRequest) SetAppId

func (*ModifyScalingRuleRequest) SetGroupId

func (*ModifyScalingRuleRequest) SetInCondition

func (*ModifyScalingRuleRequest) SetInCpu

func (*ModifyScalingRuleRequest) SetInDuration

func (*ModifyScalingRuleRequest) SetInEnable

func (*ModifyScalingRuleRequest) SetInInstanceNum

func (*ModifyScalingRuleRequest) SetInLoad

func (*ModifyScalingRuleRequest) SetInRT

func (*ModifyScalingRuleRequest) SetInStep

func (*ModifyScalingRuleRequest) SetKeyPairName

func (*ModifyScalingRuleRequest) SetMultiAzPolicy

func (*ModifyScalingRuleRequest) SetOutCPU

func (*ModifyScalingRuleRequest) SetOutCondition

func (*ModifyScalingRuleRequest) SetOutDuration

func (*ModifyScalingRuleRequest) SetOutEnable

func (*ModifyScalingRuleRequest) SetOutInstanceNum

func (s *ModifyScalingRuleRequest) SetOutInstanceNum(v int32) *ModifyScalingRuleRequest

func (*ModifyScalingRuleRequest) SetOutLoad

func (*ModifyScalingRuleRequest) SetOutRT

func (*ModifyScalingRuleRequest) SetOutStep

func (*ModifyScalingRuleRequest) SetPassword

func (*ModifyScalingRuleRequest) SetResourceFrom

func (*ModifyScalingRuleRequest) SetScalingPolicy

func (*ModifyScalingRuleRequest) SetTemplateId

func (*ModifyScalingRuleRequest) SetTemplateInstanceId

func (s *ModifyScalingRuleRequest) SetTemplateInstanceId(v string) *ModifyScalingRuleRequest

func (*ModifyScalingRuleRequest) SetTemplateInstanceName

func (s *ModifyScalingRuleRequest) SetTemplateInstanceName(v string) *ModifyScalingRuleRequest

func (*ModifyScalingRuleRequest) SetTemplateVersion

func (s *ModifyScalingRuleRequest) SetTemplateVersion(v int32) *ModifyScalingRuleRequest

func (*ModifyScalingRuleRequest) SetVSwitchIds

func (*ModifyScalingRuleRequest) SetVpcId

func (ModifyScalingRuleRequest) String

func (s ModifyScalingRuleRequest) String() string

type ModifyScalingRuleResponse

type ModifyScalingRuleResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ModifyScalingRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyScalingRuleResponse) GoString

func (s ModifyScalingRuleResponse) GoString() string

func (*ModifyScalingRuleResponse) SetBody

func (*ModifyScalingRuleResponse) SetHeaders

func (*ModifyScalingRuleResponse) SetStatusCode added in v1.0.5

func (ModifyScalingRuleResponse) String

func (s ModifyScalingRuleResponse) String() string

type ModifyScalingRuleResponseBody

type ModifyScalingRuleResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ModifyScalingRuleResponseBody) GoString

func (*ModifyScalingRuleResponseBody) SetCode

func (*ModifyScalingRuleResponseBody) SetMessage

func (*ModifyScalingRuleResponseBody) SetRequestId

func (ModifyScalingRuleResponseBody) String

type QueryApplicationStatusRequest

type QueryApplicationStatusRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
}

func (QueryApplicationStatusRequest) GoString

func (*QueryApplicationStatusRequest) SetAppId

func (QueryApplicationStatusRequest) String

type QueryApplicationStatusResponse

type QueryApplicationStatusResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryApplicationStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryApplicationStatusResponse) GoString

func (*QueryApplicationStatusResponse) SetHeaders

func (*QueryApplicationStatusResponse) SetStatusCode added in v1.0.5

func (QueryApplicationStatusResponse) String

type QueryApplicationStatusResponseBody

type QueryApplicationStatusResponseBody struct {
	AppInfo   *QueryApplicationStatusResponseBodyAppInfo `json:"AppInfo,omitempty" xml:"AppInfo,omitempty" type:"Struct"`
	Code      *int32                                     `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string                                    `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (QueryApplicationStatusResponseBody) GoString

func (*QueryApplicationStatusResponseBody) SetCode

func (*QueryApplicationStatusResponseBody) SetMessage

func (*QueryApplicationStatusResponseBody) SetRequestId

func (QueryApplicationStatusResponseBody) String

type QueryApplicationStatusResponseBodyAppInfo

type QueryApplicationStatusResponseBodyAppInfo struct {
	Application      *QueryApplicationStatusResponseBodyAppInfoApplication      `json:"Application,omitempty" xml:"Application,omitempty" type:"Struct"`
	DeployRecordList *QueryApplicationStatusResponseBodyAppInfoDeployRecordList `json:"DeployRecordList,omitempty" xml:"DeployRecordList,omitempty" type:"Struct"`
	EccList          *QueryApplicationStatusResponseBodyAppInfoEccList          `json:"EccList,omitempty" xml:"EccList,omitempty" type:"Struct"`
	EcuList          *QueryApplicationStatusResponseBodyAppInfoEcuList          `json:"EcuList,omitempty" xml:"EcuList,omitempty" type:"Struct"`
	GroupList        *QueryApplicationStatusResponseBodyAppInfoGroupList        `json:"GroupList,omitempty" xml:"GroupList,omitempty" type:"Struct"`
}

func (QueryApplicationStatusResponseBodyAppInfo) GoString

func (QueryApplicationStatusResponseBodyAppInfo) String

type QueryApplicationStatusResponseBodyAppInfoApplication

type QueryApplicationStatusResponseBodyAppInfoApplication struct {
	ApplicationId        *string `json:"ApplicationId,omitempty" xml:"ApplicationId,omitempty"`
	BuildPackageId       *int32  `json:"BuildPackageId,omitempty" xml:"BuildPackageId,omitempty"`
	ClusterId            *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Cpu                  *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	CreateTime           *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Dockerize            *bool   `json:"Dockerize,omitempty" xml:"Dockerize,omitempty"`
	Email                *string `json:"Email,omitempty" xml:"Email,omitempty"`
	HealthCheckUrl       *string `json:"HealthCheckUrl,omitempty" xml:"HealthCheckUrl,omitempty"`
	InstanceCount        *int32  `json:"InstanceCount,omitempty" xml:"InstanceCount,omitempty"`
	LaunchTime           *int64  `json:"LaunchTime,omitempty" xml:"LaunchTime,omitempty"`
	Memory               *int32  `json:"Memory,omitempty" xml:"Memory,omitempty"`
	Name                 *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Owner                *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	Phone                *string `json:"Phone,omitempty" xml:"Phone,omitempty"`
	Port                 *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
	RegionId             *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RunningInstanceCount *int32  `json:"RunningInstanceCount,omitempty" xml:"RunningInstanceCount,omitempty"`
	UserId               *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (QueryApplicationStatusResponseBodyAppInfoApplication) GoString

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetApplicationId

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetBuildPackageId

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetClusterId

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetCpu

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetCreateTime

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetDockerize

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetEmail

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetHealthCheckUrl

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetInstanceCount

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetLaunchTime

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetMemory

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetName

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetOwner

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetPhone

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetPort

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetRegionId

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetRunningInstanceCount

func (*QueryApplicationStatusResponseBodyAppInfoApplication) SetUserId

func (QueryApplicationStatusResponseBodyAppInfoApplication) String

type QueryApplicationStatusResponseBodyAppInfoDeployRecordList

type QueryApplicationStatusResponseBodyAppInfoDeployRecordList struct {
	DeployRecord []*QueryApplicationStatusResponseBodyAppInfoDeployRecordListDeployRecord `json:"DeployRecord,omitempty" xml:"DeployRecord,omitempty" type:"Repeated"`
}

func (QueryApplicationStatusResponseBodyAppInfoDeployRecordList) GoString

func (QueryApplicationStatusResponseBodyAppInfoDeployRecordList) String

type QueryApplicationStatusResponseBodyAppInfoDeployRecordListDeployRecord

type QueryApplicationStatusResponseBodyAppInfoDeployRecordListDeployRecord struct {
	CreateTime       *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeployRecordId   *string `json:"DeployRecordId,omitempty" xml:"DeployRecordId,omitempty"`
	EccId            *string `json:"EccId,omitempty" xml:"EccId,omitempty"`
	EcuId            *string `json:"EcuId,omitempty" xml:"EcuId,omitempty"`
	PackageMd5       *string `json:"PackageMd5,omitempty" xml:"PackageMd5,omitempty"`
	PackageVersionId *string `json:"PackageVersionId,omitempty" xml:"PackageVersionId,omitempty"`
}

func (QueryApplicationStatusResponseBodyAppInfoDeployRecordListDeployRecord) GoString

func (*QueryApplicationStatusResponseBodyAppInfoDeployRecordListDeployRecord) SetCreateTime

func (*QueryApplicationStatusResponseBodyAppInfoDeployRecordListDeployRecord) SetDeployRecordId

func (*QueryApplicationStatusResponseBodyAppInfoDeployRecordListDeployRecord) SetEccId

func (*QueryApplicationStatusResponseBodyAppInfoDeployRecordListDeployRecord) SetEcuId

func (*QueryApplicationStatusResponseBodyAppInfoDeployRecordListDeployRecord) SetPackageMd5

func (*QueryApplicationStatusResponseBodyAppInfoDeployRecordListDeployRecord) SetPackageVersionId

func (QueryApplicationStatusResponseBodyAppInfoDeployRecordListDeployRecord) String

type QueryApplicationStatusResponseBodyAppInfoEccList

type QueryApplicationStatusResponseBodyAppInfoEccList struct {
	Ecc []*QueryApplicationStatusResponseBodyAppInfoEccListEcc `json:"Ecc,omitempty" xml:"Ecc,omitempty" type:"Repeated"`
}

func (QueryApplicationStatusResponseBodyAppInfoEccList) GoString

func (QueryApplicationStatusResponseBodyAppInfoEccList) String

type QueryApplicationStatusResponseBodyAppInfoEccListEcc

type QueryApplicationStatusResponseBodyAppInfoEccListEcc struct {
	AppId           *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	AppState        *int32  `json:"AppState,omitempty" xml:"AppState,omitempty"`
	ContainerStatus *string `json:"ContainerStatus,omitempty" xml:"ContainerStatus,omitempty"`
	CreateTime      *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	EccId           *string `json:"EccId,omitempty" xml:"EccId,omitempty"`
	EcuId           *string `json:"EcuId,omitempty" xml:"EcuId,omitempty"`
	GroupId         *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	Ip              *string `json:"Ip,omitempty" xml:"Ip,omitempty"`
	TaskState       *int32  `json:"TaskState,omitempty" xml:"TaskState,omitempty"`
	UpdateTime      *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	VpcId           *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (QueryApplicationStatusResponseBodyAppInfoEccListEcc) GoString

func (*QueryApplicationStatusResponseBodyAppInfoEccListEcc) SetAppId

func (*QueryApplicationStatusResponseBodyAppInfoEccListEcc) SetAppState

func (*QueryApplicationStatusResponseBodyAppInfoEccListEcc) SetContainerStatus

func (*QueryApplicationStatusResponseBodyAppInfoEccListEcc) SetCreateTime

func (*QueryApplicationStatusResponseBodyAppInfoEccListEcc) SetEccId

func (*QueryApplicationStatusResponseBodyAppInfoEccListEcc) SetEcuId

func (*QueryApplicationStatusResponseBodyAppInfoEccListEcc) SetGroupId

func (*QueryApplicationStatusResponseBodyAppInfoEccListEcc) SetIp

func (*QueryApplicationStatusResponseBodyAppInfoEccListEcc) SetTaskState

func (*QueryApplicationStatusResponseBodyAppInfoEccListEcc) SetUpdateTime

func (*QueryApplicationStatusResponseBodyAppInfoEccListEcc) SetVpcId

func (QueryApplicationStatusResponseBodyAppInfoEccListEcc) String

type QueryApplicationStatusResponseBodyAppInfoEcuList

type QueryApplicationStatusResponseBodyAppInfoEcuList struct {
	Ecu []*QueryApplicationStatusResponseBodyAppInfoEcuListEcu `json:"Ecu,omitempty" xml:"Ecu,omitempty" type:"Repeated"`
}

func (QueryApplicationStatusResponseBodyAppInfoEcuList) GoString

func (QueryApplicationStatusResponseBodyAppInfoEcuList) String

type QueryApplicationStatusResponseBodyAppInfoEcuListEcu

type QueryApplicationStatusResponseBodyAppInfoEcuListEcu struct {
	AvailableCpu  *int32  `json:"AvailableCpu,omitempty" xml:"AvailableCpu,omitempty"`
	AvailableMem  *int32  `json:"AvailableMem,omitempty" xml:"AvailableMem,omitempty"`
	CreateTime    *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DockerEnv     *bool   `json:"DockerEnv,omitempty" xml:"DockerEnv,omitempty"`
	EcuId         *string `json:"EcuId,omitempty" xml:"EcuId,omitempty"`
	GroupId       *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	HeartbeatTime *int64  `json:"HeartbeatTime,omitempty" xml:"HeartbeatTime,omitempty"`
	InstanceId    *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	IpAddr        *string `json:"IpAddr,omitempty" xml:"IpAddr,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Online        *bool   `json:"Online,omitempty" xml:"Online,omitempty"`
	RegionId      *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	UpdateTime    *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	UserId        *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	VpcId         *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	ZoneId        *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (QueryApplicationStatusResponseBodyAppInfoEcuListEcu) GoString

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetAvailableCpu

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetAvailableMem

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetCreateTime

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetDockerEnv

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetEcuId

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetGroupId

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetHeartbeatTime

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetInstanceId

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetIpAddr

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetName

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetOnline

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetRegionId

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetUpdateTime

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetUserId

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetVpcId

func (*QueryApplicationStatusResponseBodyAppInfoEcuListEcu) SetZoneId

func (QueryApplicationStatusResponseBodyAppInfoEcuListEcu) String

type QueryApplicationStatusResponseBodyAppInfoGroupList

type QueryApplicationStatusResponseBodyAppInfoGroupList struct {
	Group []*QueryApplicationStatusResponseBodyAppInfoGroupListGroup `json:"Group,omitempty" xml:"Group,omitempty" type:"Repeated"`
}

func (QueryApplicationStatusResponseBodyAppInfoGroupList) GoString

func (QueryApplicationStatusResponseBodyAppInfoGroupList) String

type QueryApplicationStatusResponseBodyAppInfoGroupListGroup

type QueryApplicationStatusResponseBodyAppInfoGroupListGroup struct {
	AppId            *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	AppVersionId     *string `json:"AppVersionId,omitempty" xml:"AppVersionId,omitempty"`
	ClusterId        *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CreateTime       *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	GroupId          *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName        *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	GroupType        *int32  `json:"GroupType,omitempty" xml:"GroupType,omitempty"`
	PackageVersionId *string `json:"PackageVersionId,omitempty" xml:"PackageVersionId,omitempty"`
	UpdateTime       *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (QueryApplicationStatusResponseBodyAppInfoGroupListGroup) GoString

func (*QueryApplicationStatusResponseBodyAppInfoGroupListGroup) SetAppId

func (*QueryApplicationStatusResponseBodyAppInfoGroupListGroup) SetAppVersionId

func (*QueryApplicationStatusResponseBodyAppInfoGroupListGroup) SetClusterId

func (*QueryApplicationStatusResponseBodyAppInfoGroupListGroup) SetCreateTime

func (*QueryApplicationStatusResponseBodyAppInfoGroupListGroup) SetGroupId

func (*QueryApplicationStatusResponseBodyAppInfoGroupListGroup) SetGroupName

func (*QueryApplicationStatusResponseBodyAppInfoGroupListGroup) SetGroupType

func (*QueryApplicationStatusResponseBodyAppInfoGroupListGroup) SetPackageVersionId

func (*QueryApplicationStatusResponseBodyAppInfoGroupListGroup) SetUpdateTime

func (QueryApplicationStatusResponseBodyAppInfoGroupListGroup) String

type QueryEccInfoRequest

type QueryEccInfoRequest struct {
	EccId *string `json:"EccId,omitempty" xml:"EccId,omitempty"`
}

func (QueryEccInfoRequest) GoString

func (s QueryEccInfoRequest) GoString() string

func (*QueryEccInfoRequest) SetEccId

func (QueryEccInfoRequest) String

func (s QueryEccInfoRequest) String() string

type QueryEccInfoResponse

type QueryEccInfoResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryEccInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryEccInfoResponse) GoString

func (s QueryEccInfoResponse) GoString() string

func (*QueryEccInfoResponse) SetBody

func (*QueryEccInfoResponse) SetHeaders

func (s *QueryEccInfoResponse) SetHeaders(v map[string]*string) *QueryEccInfoResponse

func (*QueryEccInfoResponse) SetStatusCode added in v1.0.5

func (s *QueryEccInfoResponse) SetStatusCode(v int32) *QueryEccInfoResponse

func (QueryEccInfoResponse) String

func (s QueryEccInfoResponse) String() string

type QueryEccInfoResponseBody

type QueryEccInfoResponseBody struct {
	Code      *int32                           `json:"Code,omitempty" xml:"Code,omitempty"`
	EccInfo   *QueryEccInfoResponseBodyEccInfo `json:"EccInfo,omitempty" xml:"EccInfo,omitempty" type:"Struct"`
	Message   *string                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (QueryEccInfoResponseBody) GoString

func (s QueryEccInfoResponseBody) GoString() string

func (*QueryEccInfoResponseBody) SetCode

func (*QueryEccInfoResponseBody) SetEccInfo

func (*QueryEccInfoResponseBody) SetMessage

func (*QueryEccInfoResponseBody) SetRequestId

func (QueryEccInfoResponseBody) String

func (s QueryEccInfoResponseBody) String() string

type QueryEccInfoResponseBodyEccInfo

type QueryEccInfoResponseBodyEccInfo struct {
	AppId          *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	EccId          *string `json:"EccId,omitempty" xml:"EccId,omitempty"`
	EcuId          *string `json:"EcuId,omitempty" xml:"EcuId,omitempty"`
	GroupId        *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName      *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	PackageMd5     *string `json:"PackageMd5,omitempty" xml:"PackageMd5,omitempty"`
	PackageVersion *string `json:"PackageVersion,omitempty" xml:"PackageVersion,omitempty"`
	VpcId          *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (QueryEccInfoResponseBodyEccInfo) GoString

func (*QueryEccInfoResponseBodyEccInfo) SetAppId

func (*QueryEccInfoResponseBodyEccInfo) SetEccId

func (*QueryEccInfoResponseBodyEccInfo) SetEcuId

func (*QueryEccInfoResponseBodyEccInfo) SetGroupId

func (*QueryEccInfoResponseBodyEccInfo) SetGroupName

func (*QueryEccInfoResponseBodyEccInfo) SetPackageMd5

func (*QueryEccInfoResponseBodyEccInfo) SetPackageVersion

func (*QueryEccInfoResponseBodyEccInfo) SetVpcId

func (QueryEccInfoResponseBodyEccInfo) String

type QueryMigrateEcuListRequest

type QueryMigrateEcuListRequest struct {
	LogicalRegionId *string `json:"LogicalRegionId,omitempty" xml:"LogicalRegionId,omitempty"`
}

func (QueryMigrateEcuListRequest) GoString

func (s QueryMigrateEcuListRequest) GoString() string

func (*QueryMigrateEcuListRequest) SetLogicalRegionId

func (QueryMigrateEcuListRequest) String

type QueryMigrateEcuListResponse

type QueryMigrateEcuListResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryMigrateEcuListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryMigrateEcuListResponse) GoString

func (s QueryMigrateEcuListResponse) GoString() string

func (*QueryMigrateEcuListResponse) SetBody

func (*QueryMigrateEcuListResponse) SetHeaders

func (*QueryMigrateEcuListResponse) SetStatusCode added in v1.0.5

func (QueryMigrateEcuListResponse) String

type QueryMigrateEcuListResponseBody

type QueryMigrateEcuListResponseBody struct {
	Code          *int32                                        `json:"Code,omitempty" xml:"Code,omitempty"`
	EcuEntityList *QueryMigrateEcuListResponseBodyEcuEntityList `json:"EcuEntityList,omitempty" xml:"EcuEntityList,omitempty" type:"Struct"`
	Message       *string                                       `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (QueryMigrateEcuListResponseBody) GoString

func (*QueryMigrateEcuListResponseBody) SetCode

func (*QueryMigrateEcuListResponseBody) SetMessage

func (*QueryMigrateEcuListResponseBody) SetRequestId

func (QueryMigrateEcuListResponseBody) String

type QueryMigrateEcuListResponseBodyEcuEntityList

type QueryMigrateEcuListResponseBodyEcuEntityList struct {
	EcuEntity []*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity `json:"EcuEntity,omitempty" xml:"EcuEntity,omitempty" type:"Repeated"`
}

func (QueryMigrateEcuListResponseBodyEcuEntityList) GoString

func (QueryMigrateEcuListResponseBodyEcuEntityList) String

type QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity

type QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity struct {
	AvailableCpu  *int32  `json:"AvailableCpu,omitempty" xml:"AvailableCpu,omitempty"`
	AvailableMem  *int32  `json:"AvailableMem,omitempty" xml:"AvailableMem,omitempty"`
	Cpu           *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	CreateTime    *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DockerEnv     *bool   `json:"DockerEnv,omitempty" xml:"DockerEnv,omitempty"`
	EcuId         *string `json:"EcuId,omitempty" xml:"EcuId,omitempty"`
	HeartbeatTime *int64  `json:"HeartbeatTime,omitempty" xml:"HeartbeatTime,omitempty"`
	InstanceId    *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	IpAddr        *string `json:"IpAddr,omitempty" xml:"IpAddr,omitempty"`
	Mem           *int32  `json:"Mem,omitempty" xml:"Mem,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Online        *bool   `json:"Online,omitempty" xml:"Online,omitempty"`
	RegionId      *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	UpdateTime    *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	UserId        *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	VpcId         *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	ZoneId        *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) GoString

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetAvailableCpu

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetAvailableMem

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetCpu

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetCreateTime

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetDockerEnv

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetEcuId

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetHeartbeatTime

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetInstanceId

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetIpAddr

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetMem

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetName

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetOnline

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetRegionId

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetUpdateTime

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetUserId

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetVpcId

func (*QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) SetZoneId

func (QueryMigrateEcuListResponseBodyEcuEntityListEcuEntity) String

type QueryMigrateRegionListRequest

type QueryMigrateRegionListRequest struct {
	LogicalRegionId *string `json:"LogicalRegionId,omitempty" xml:"LogicalRegionId,omitempty"`
}

func (QueryMigrateRegionListRequest) GoString

func (*QueryMigrateRegionListRequest) SetLogicalRegionId

func (QueryMigrateRegionListRequest) String

type QueryMigrateRegionListResponse

type QueryMigrateRegionListResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryMigrateRegionListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryMigrateRegionListResponse) GoString

func (*QueryMigrateRegionListResponse) SetHeaders

func (*QueryMigrateRegionListResponse) SetStatusCode added in v1.0.5

func (QueryMigrateRegionListResponse) String

type QueryMigrateRegionListResponseBody

type QueryMigrateRegionListResponseBody struct {
	Code             *int32                                              `json:"Code,omitempty" xml:"Code,omitempty"`
	Message          *string                                             `json:"Message,omitempty" xml:"Message,omitempty"`
	RegionEntityList *QueryMigrateRegionListResponseBodyRegionEntityList `json:"RegionEntityList,omitempty" xml:"RegionEntityList,omitempty" type:"Struct"`
	RequestId        *string                                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (QueryMigrateRegionListResponseBody) GoString

func (*QueryMigrateRegionListResponseBody) SetCode

func (*QueryMigrateRegionListResponseBody) SetMessage

func (*QueryMigrateRegionListResponseBody) SetRequestId

func (QueryMigrateRegionListResponseBody) String

type QueryMigrateRegionListResponseBodyRegionEntityList

type QueryMigrateRegionListResponseBodyRegionEntityList struct {
	RegionEntity []*QueryMigrateRegionListResponseBodyRegionEntityListRegionEntity `json:"RegionEntity,omitempty" xml:"RegionEntity,omitempty" type:"Repeated"`
}

func (QueryMigrateRegionListResponseBodyRegionEntityList) GoString

func (QueryMigrateRegionListResponseBodyRegionEntityList) String

type QueryMigrateRegionListResponseBodyRegionEntityListRegionEntity

type QueryMigrateRegionListResponseBodyRegionEntityListRegionEntity struct {
	RegionName *string `json:"RegionName,omitempty" xml:"RegionName,omitempty"`
	RegionNo   *string `json:"RegionNo,omitempty" xml:"RegionNo,omitempty"`
}

func (QueryMigrateRegionListResponseBodyRegionEntityListRegionEntity) GoString

func (*QueryMigrateRegionListResponseBodyRegionEntityListRegionEntity) SetRegionName

func (*QueryMigrateRegionListResponseBodyRegionEntityListRegionEntity) SetRegionNo

func (QueryMigrateRegionListResponseBodyRegionEntityListRegionEntity) String

type QueryRegionConfigResponse

type QueryRegionConfigResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QueryRegionConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryRegionConfigResponse) GoString

func (s QueryRegionConfigResponse) GoString() string

func (*QueryRegionConfigResponse) SetBody

func (*QueryRegionConfigResponse) SetHeaders

func (*QueryRegionConfigResponse) SetStatusCode added in v1.0.5

func (QueryRegionConfigResponse) String

func (s QueryRegionConfigResponse) String() string

type QueryRegionConfigResponseBody

type QueryRegionConfigResponseBody struct {
	Code         *int32                                     `json:"Code,omitempty" xml:"Code,omitempty"`
	Message      *string                                    `json:"Message,omitempty" xml:"Message,omitempty"`
	RegionConfig *QueryRegionConfigResponseBodyRegionConfig `json:"RegionConfig,omitempty" xml:"RegionConfig,omitempty" type:"Struct"`
	RequestId    *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (QueryRegionConfigResponseBody) GoString

func (*QueryRegionConfigResponseBody) SetCode

func (*QueryRegionConfigResponseBody) SetMessage

func (*QueryRegionConfigResponseBody) SetRequestId

func (QueryRegionConfigResponseBody) String

type QueryRegionConfigResponseBodyRegionConfig

type QueryRegionConfigResponseBodyRegionConfig struct {
	AddressServerHost  *string                                                    `json:"AddressServerHost,omitempty" xml:"AddressServerHost,omitempty"`
	AgentInstallScript *string                                                    `json:"AgentInstallScript,omitempty" xml:"AgentInstallScript,omitempty"`
	FileServerConfig   *QueryRegionConfigResponseBodyRegionConfigFileServerConfig `json:"FileServerConfig,omitempty" xml:"FileServerConfig,omitempty" type:"Struct"`
	FileServerType     *string                                                    `json:"FileServerType,omitempty" xml:"FileServerType,omitempty"`
	Id                 *string                                                    `json:"Id,omitempty" xml:"Id,omitempty"`
	ImageId            *string                                                    `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	Name               *string                                                    `json:"Name,omitempty" xml:"Name,omitempty"`
	No                 *int32                                                     `json:"No,omitempty" xml:"No,omitempty"`
	Tag                *string                                                    `json:"Tag,omitempty" xml:"Tag,omitempty"`
}

func (QueryRegionConfigResponseBodyRegionConfig) GoString

func (*QueryRegionConfigResponseBodyRegionConfig) SetAddressServerHost

func (*QueryRegionConfigResponseBodyRegionConfig) SetAgentInstallScript

func (*QueryRegionConfigResponseBodyRegionConfig) SetFileServerType

func (*QueryRegionConfigResponseBodyRegionConfig) SetId

func (*QueryRegionConfigResponseBodyRegionConfig) SetImageId

func (*QueryRegionConfigResponseBodyRegionConfig) SetName

func (*QueryRegionConfigResponseBodyRegionConfig) SetNo

func (*QueryRegionConfigResponseBodyRegionConfig) SetTag

func (QueryRegionConfigResponseBodyRegionConfig) String

type QueryRegionConfigResponseBodyRegionConfigFileServerConfig

type QueryRegionConfigResponseBodyRegionConfigFileServerConfig struct {
	Bucket      *string `json:"Bucket,omitempty" xml:"Bucket,omitempty"`
	InternalUrl *string `json:"InternalUrl,omitempty" xml:"InternalUrl,omitempty"`
	PublicUrl   *string `json:"PublicUrl,omitempty" xml:"PublicUrl,omitempty"`
	VpcUrl      *string `json:"VpcUrl,omitempty" xml:"VpcUrl,omitempty"`
}

func (QueryRegionConfigResponseBodyRegionConfigFileServerConfig) GoString

func (*QueryRegionConfigResponseBodyRegionConfigFileServerConfig) SetBucket

func (*QueryRegionConfigResponseBodyRegionConfigFileServerConfig) SetInternalUrl

func (*QueryRegionConfigResponseBodyRegionConfigFileServerConfig) SetPublicUrl

func (*QueryRegionConfigResponseBodyRegionConfigFileServerConfig) SetVpcUrl

func (QueryRegionConfigResponseBodyRegionConfigFileServerConfig) String

type QuerySlsLogStoreListRequest

type QuerySlsLogStoreListRequest struct {
	AppId       *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	CurrentPage *int32  `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	PageSize    *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Type        *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (QuerySlsLogStoreListRequest) GoString

func (s QuerySlsLogStoreListRequest) GoString() string

func (*QuerySlsLogStoreListRequest) SetAppId

func (*QuerySlsLogStoreListRequest) SetCurrentPage

func (*QuerySlsLogStoreListRequest) SetPageSize

func (*QuerySlsLogStoreListRequest) SetType

func (QuerySlsLogStoreListRequest) String

type QuerySlsLogStoreListResponse

type QuerySlsLogStoreListResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *QuerySlsLogStoreListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QuerySlsLogStoreListResponse) GoString

func (s QuerySlsLogStoreListResponse) GoString() string

func (*QuerySlsLogStoreListResponse) SetBody

func (*QuerySlsLogStoreListResponse) SetHeaders

func (*QuerySlsLogStoreListResponse) SetStatusCode added in v1.0.5

func (QuerySlsLogStoreListResponse) String

type QuerySlsLogStoreListResponseBody

type QuerySlsLogStoreListResponseBody struct {
	Code      *int32                                    `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string                                   `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*QuerySlsLogStoreListResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	TotalSize *int32                                    `json:"TotalSize,omitempty" xml:"TotalSize,omitempty"`
}

func (QuerySlsLogStoreListResponseBody) GoString

func (*QuerySlsLogStoreListResponseBody) SetCode

func (*QuerySlsLogStoreListResponseBody) SetMessage

func (*QuerySlsLogStoreListResponseBody) SetRequestId

func (*QuerySlsLogStoreListResponseBody) SetTotalSize

func (QuerySlsLogStoreListResponseBody) String

type QuerySlsLogStoreListResponseBodyResult

type QuerySlsLogStoreListResponseBodyResult struct {
	ConsumerSide *string `json:"ConsumerSide,omitempty" xml:"ConsumerSide,omitempty"`
	CreateTime   *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Link         *string `json:"Link,omitempty" xml:"Link,omitempty"`
	Logstore     *string `json:"Logstore,omitempty" xml:"Logstore,omitempty"`
	Project      *string `json:"Project,omitempty" xml:"Project,omitempty"`
	Source       *string `json:"Source,omitempty" xml:"Source,omitempty"`
}

func (QuerySlsLogStoreListResponseBodyResult) GoString

func (*QuerySlsLogStoreListResponseBodyResult) SetConsumerSide

func (*QuerySlsLogStoreListResponseBodyResult) SetCreateTime

func (*QuerySlsLogStoreListResponseBodyResult) SetLogstore

func (*QuerySlsLogStoreListResponseBodyResult) SetProject

func (*QuerySlsLogStoreListResponseBodyResult) SetSource

func (QuerySlsLogStoreListResponseBodyResult) String

type RemoveMockRuleRequest

type RemoveMockRuleRequest struct {
	Id *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
}

func (RemoveMockRuleRequest) GoString

func (s RemoveMockRuleRequest) GoString() string

func (*RemoveMockRuleRequest) SetId

func (RemoveMockRuleRequest) String

func (s RemoveMockRuleRequest) String() string

type RemoveMockRuleResponse

type RemoveMockRuleResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RemoveMockRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RemoveMockRuleResponse) GoString

func (s RemoveMockRuleResponse) GoString() string

func (*RemoveMockRuleResponse) SetBody

func (*RemoveMockRuleResponse) SetHeaders

func (*RemoveMockRuleResponse) SetStatusCode added in v1.0.5

func (RemoveMockRuleResponse) String

func (s RemoveMockRuleResponse) String() string

type RemoveMockRuleResponseBody

type RemoveMockRuleResponseBody struct {
	Code      *string                         `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *RemoveMockRuleResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	HttpCode  *string                         `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Message   *string                         `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                           `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RemoveMockRuleResponseBody) GoString

func (s RemoveMockRuleResponseBody) GoString() string

func (*RemoveMockRuleResponseBody) SetCode

func (*RemoveMockRuleResponseBody) SetData

func (*RemoveMockRuleResponseBody) SetHttpCode

func (*RemoveMockRuleResponseBody) SetMessage

func (*RemoveMockRuleResponseBody) SetRequestId

func (*RemoveMockRuleResponseBody) SetSuccess

func (RemoveMockRuleResponseBody) String

type RemoveMockRuleResponseBodyData

type RemoveMockRuleResponseBodyData struct {
	AccountId       *string `json:"AccountId,omitempty" xml:"AccountId,omitempty"`
	ConsumerAppId   *string `json:"ConsumerAppId,omitempty" xml:"ConsumerAppId,omitempty"`
	ConsumerAppName *string `json:"ConsumerAppName,omitempty" xml:"ConsumerAppName,omitempty"`
	Enable          *bool   `json:"Enable,omitempty" xml:"Enable,omitempty"`
	ExtraJson       *string `json:"ExtraJson,omitempty" xml:"ExtraJson,omitempty"`
	Id              *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	NamespaceId     *string `json:"NamespaceId,omitempty" xml:"NamespaceId,omitempty"`
	ProviderAppId   *string `json:"ProviderAppId,omitempty" xml:"ProviderAppId,omitempty"`
	ProviderAppName *string `json:"ProviderAppName,omitempty" xml:"ProviderAppName,omitempty"`
	Region          *string `json:"Region,omitempty" xml:"Region,omitempty"`
	ScMockItemJson  *string `json:"ScMockItemJson,omitempty" xml:"ScMockItemJson,omitempty"`
	Source          *string `json:"Source,omitempty" xml:"Source,omitempty"`
}

func (RemoveMockRuleResponseBodyData) GoString

func (*RemoveMockRuleResponseBodyData) SetAccountId

func (*RemoveMockRuleResponseBodyData) SetConsumerAppId

func (*RemoveMockRuleResponseBodyData) SetConsumerAppName

func (*RemoveMockRuleResponseBodyData) SetEnable

func (*RemoveMockRuleResponseBodyData) SetExtraJson

func (*RemoveMockRuleResponseBodyData) SetId

func (*RemoveMockRuleResponseBodyData) SetName

func (*RemoveMockRuleResponseBodyData) SetNamespaceId

func (*RemoveMockRuleResponseBodyData) SetProviderAppId

func (*RemoveMockRuleResponseBodyData) SetProviderAppName

func (*RemoveMockRuleResponseBodyData) SetRegion

func (*RemoveMockRuleResponseBodyData) SetScMockItemJson

func (*RemoveMockRuleResponseBodyData) SetSource

func (RemoveMockRuleResponseBodyData) String

type ResetApplicationRequest

type ResetApplicationRequest struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	EccInfo *string `json:"EccInfo,omitempty" xml:"EccInfo,omitempty"`
}

func (ResetApplicationRequest) GoString

func (s ResetApplicationRequest) GoString() string

func (*ResetApplicationRequest) SetAppId

func (*ResetApplicationRequest) SetEccInfo

func (ResetApplicationRequest) String

func (s ResetApplicationRequest) String() string

type ResetApplicationResponse

type ResetApplicationResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ResetApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ResetApplicationResponse) GoString

func (s ResetApplicationResponse) GoString() string

func (*ResetApplicationResponse) SetBody

func (*ResetApplicationResponse) SetHeaders

func (*ResetApplicationResponse) SetStatusCode added in v1.0.5

func (ResetApplicationResponse) String

func (s ResetApplicationResponse) String() string

type ResetApplicationResponseBody

type ResetApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ResetApplicationResponseBody) GoString

func (s ResetApplicationResponseBody) GoString() string

func (*ResetApplicationResponseBody) SetChangeOrderId

func (*ResetApplicationResponseBody) SetCode

func (*ResetApplicationResponseBody) SetMessage

func (*ResetApplicationResponseBody) SetRequestId

func (ResetApplicationResponseBody) String

type RestartApplicationRequest

type RestartApplicationRequest struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	EccInfo *string `json:"EccInfo,omitempty" xml:"EccInfo,omitempty"`
}

func (RestartApplicationRequest) GoString

func (s RestartApplicationRequest) GoString() string

func (*RestartApplicationRequest) SetAppId

func (*RestartApplicationRequest) SetEccInfo

func (RestartApplicationRequest) String

func (s RestartApplicationRequest) String() string

type RestartApplicationResponse

type RestartApplicationResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RestartApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RestartApplicationResponse) GoString

func (s RestartApplicationResponse) GoString() string

func (*RestartApplicationResponse) SetBody

func (*RestartApplicationResponse) SetHeaders

func (*RestartApplicationResponse) SetStatusCode added in v1.0.5

func (RestartApplicationResponse) String

type RestartApplicationResponseBody

type RestartApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (RestartApplicationResponseBody) GoString

func (*RestartApplicationResponseBody) SetChangeOrderId

func (*RestartApplicationResponseBody) SetCode

func (*RestartApplicationResponseBody) SetMessage

func (*RestartApplicationResponseBody) SetRequestId

func (RestartApplicationResponseBody) String

type RestartK8sApplicationRequest

type RestartK8sApplicationRequest struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Timeout *int32  `json:"Timeout,omitempty" xml:"Timeout,omitempty"`
}

func (RestartK8sApplicationRequest) GoString

func (s RestartK8sApplicationRequest) GoString() string

func (*RestartK8sApplicationRequest) SetAppId

func (*RestartK8sApplicationRequest) SetTimeout

func (RestartK8sApplicationRequest) String

type RestartK8sApplicationResponse

type RestartK8sApplicationResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RestartK8sApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RestartK8sApplicationResponse) GoString

func (*RestartK8sApplicationResponse) SetBody

func (*RestartK8sApplicationResponse) SetHeaders

func (*RestartK8sApplicationResponse) SetStatusCode added in v1.0.5

func (RestartK8sApplicationResponse) String

type RestartK8sApplicationResponseBody

type RestartK8sApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (RestartK8sApplicationResponseBody) GoString

func (*RestartK8sApplicationResponseBody) SetChangeOrderId

func (*RestartK8sApplicationResponseBody) SetCode

func (*RestartK8sApplicationResponseBody) SetMessage

func (*RestartK8sApplicationResponseBody) SetRequestId

func (RestartK8sApplicationResponseBody) String

type RetryChangeOrderTaskRequest

type RetryChangeOrderTaskRequest struct {
	RetryStatus *bool   `json:"RetryStatus,omitempty" xml:"RetryStatus,omitempty"`
	TaskId      *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (RetryChangeOrderTaskRequest) GoString

func (s RetryChangeOrderTaskRequest) GoString() string

func (*RetryChangeOrderTaskRequest) SetRetryStatus

func (*RetryChangeOrderTaskRequest) SetTaskId

func (RetryChangeOrderTaskRequest) String

type RetryChangeOrderTaskResponse

type RetryChangeOrderTaskResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RetryChangeOrderTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RetryChangeOrderTaskResponse) GoString

func (s RetryChangeOrderTaskResponse) GoString() string

func (*RetryChangeOrderTaskResponse) SetBody

func (*RetryChangeOrderTaskResponse) SetHeaders

func (*RetryChangeOrderTaskResponse) SetStatusCode added in v1.0.5

func (RetryChangeOrderTaskResponse) String

type RetryChangeOrderTaskResponseBody

type RetryChangeOrderTaskResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (RetryChangeOrderTaskResponseBody) GoString

func (*RetryChangeOrderTaskResponseBody) SetCode

func (*RetryChangeOrderTaskResponseBody) SetData

func (*RetryChangeOrderTaskResponseBody) SetMessage

func (*RetryChangeOrderTaskResponseBody) SetRequestId

func (RetryChangeOrderTaskResponseBody) String

type RollbackApplicationRequest

type RollbackApplicationRequest struct {
	AppId          *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Batch          *int32  `json:"Batch,omitempty" xml:"Batch,omitempty"`
	BatchWaitTime  *int32  `json:"BatchWaitTime,omitempty" xml:"BatchWaitTime,omitempty"`
	GroupId        *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	HistoryVersion *string `json:"HistoryVersion,omitempty" xml:"HistoryVersion,omitempty"`
}

func (RollbackApplicationRequest) GoString

func (s RollbackApplicationRequest) GoString() string

func (*RollbackApplicationRequest) SetAppId

func (*RollbackApplicationRequest) SetBatch

func (*RollbackApplicationRequest) SetBatchWaitTime

func (*RollbackApplicationRequest) SetGroupId

func (*RollbackApplicationRequest) SetHistoryVersion

func (RollbackApplicationRequest) String

type RollbackApplicationResponse

type RollbackApplicationResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RollbackApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RollbackApplicationResponse) GoString

func (s RollbackApplicationResponse) GoString() string

func (*RollbackApplicationResponse) SetBody

func (*RollbackApplicationResponse) SetHeaders

func (*RollbackApplicationResponse) SetStatusCode added in v1.0.5

func (RollbackApplicationResponse) String

type RollbackApplicationResponseBody

type RollbackApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (RollbackApplicationResponseBody) GoString

func (*RollbackApplicationResponseBody) SetChangeOrderId

func (*RollbackApplicationResponseBody) SetCode

func (*RollbackApplicationResponseBody) SetMessage

func (*RollbackApplicationResponseBody) SetRequestId

func (RollbackApplicationResponseBody) String

type RollbackChangeOrderRequest

type RollbackChangeOrderRequest struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
}

func (RollbackChangeOrderRequest) GoString

func (s RollbackChangeOrderRequest) GoString() string

func (*RollbackChangeOrderRequest) SetChangeOrderId

func (RollbackChangeOrderRequest) String

type RollbackChangeOrderResponse

type RollbackChangeOrderResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RollbackChangeOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RollbackChangeOrderResponse) GoString

func (s RollbackChangeOrderResponse) GoString() string

func (*RollbackChangeOrderResponse) SetBody

func (*RollbackChangeOrderResponse) SetHeaders

func (*RollbackChangeOrderResponse) SetStatusCode added in v1.0.5

func (RollbackChangeOrderResponse) String

type RollbackChangeOrderResponseBody

type RollbackChangeOrderResponseBody struct {
	Code      *int32                               `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *RollbackChangeOrderResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorCode *string                              `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                              `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TraceId   *string                              `json:"TraceId,omitempty" xml:"TraceId,omitempty"`
}

func (RollbackChangeOrderResponseBody) GoString

func (*RollbackChangeOrderResponseBody) SetCode

func (*RollbackChangeOrderResponseBody) SetErrorCode

func (*RollbackChangeOrderResponseBody) SetMessage

func (*RollbackChangeOrderResponseBody) SetRequestId

func (*RollbackChangeOrderResponseBody) SetTraceId

func (RollbackChangeOrderResponseBody) String

type RollbackChangeOrderResponseBodyData

type RollbackChangeOrderResponseBodyData struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
}

func (RollbackChangeOrderResponseBodyData) GoString

func (*RollbackChangeOrderResponseBodyData) SetChangeOrderId

func (RollbackChangeOrderResponseBodyData) String

type ScaleInApplicationRequest

type ScaleInApplicationRequest struct {
	AppId       *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	EccInfo     *string `json:"EccInfo,omitempty" xml:"EccInfo,omitempty"`
	ForceStatus *bool   `json:"ForceStatus,omitempty" xml:"ForceStatus,omitempty"`
}

func (ScaleInApplicationRequest) GoString

func (s ScaleInApplicationRequest) GoString() string

func (*ScaleInApplicationRequest) SetAppId

func (*ScaleInApplicationRequest) SetEccInfo

func (*ScaleInApplicationRequest) SetForceStatus

func (ScaleInApplicationRequest) String

func (s ScaleInApplicationRequest) String() string

type ScaleInApplicationResponse

type ScaleInApplicationResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ScaleInApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ScaleInApplicationResponse) GoString

func (s ScaleInApplicationResponse) GoString() string

func (*ScaleInApplicationResponse) SetBody

func (*ScaleInApplicationResponse) SetHeaders

func (*ScaleInApplicationResponse) SetStatusCode added in v1.0.5

func (ScaleInApplicationResponse) String

type ScaleInApplicationResponseBody

type ScaleInApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
}

func (ScaleInApplicationResponseBody) GoString

func (*ScaleInApplicationResponseBody) SetChangeOrderId

func (*ScaleInApplicationResponseBody) SetCode

func (*ScaleInApplicationResponseBody) SetMessage

func (ScaleInApplicationResponseBody) String

type ScaleK8sApplicationRequest

type ScaleK8sApplicationRequest struct {
	AppId    *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Replicas *int32  `json:"Replicas,omitempty" xml:"Replicas,omitempty"`
	Timeout  *int32  `json:"Timeout,omitempty" xml:"Timeout,omitempty"`
}

func (ScaleK8sApplicationRequest) GoString

func (s ScaleK8sApplicationRequest) GoString() string

func (*ScaleK8sApplicationRequest) SetAppId

func (*ScaleK8sApplicationRequest) SetReplicas

func (*ScaleK8sApplicationRequest) SetTimeout

func (ScaleK8sApplicationRequest) String

type ScaleK8sApplicationResponse

type ScaleK8sApplicationResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ScaleK8sApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ScaleK8sApplicationResponse) GoString

func (s ScaleK8sApplicationResponse) GoString() string

func (*ScaleK8sApplicationResponse) SetBody

func (*ScaleK8sApplicationResponse) SetHeaders

func (*ScaleK8sApplicationResponse) SetStatusCode added in v1.0.5

func (ScaleK8sApplicationResponse) String

type ScaleK8sApplicationResponseBody

type ScaleK8sApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ScaleK8sApplicationResponseBody) GoString

func (*ScaleK8sApplicationResponseBody) SetChangeOrderId

func (*ScaleK8sApplicationResponseBody) SetCode

func (*ScaleK8sApplicationResponseBody) SetMessage

func (*ScaleK8sApplicationResponseBody) SetRequestId

func (ScaleK8sApplicationResponseBody) String

type ScaleOutApplicationRequest

type ScaleOutApplicationRequest struct {
	AppId       *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	DeployGroup *string `json:"DeployGroup,omitempty" xml:"DeployGroup,omitempty"`
	EcuInfo     *string `json:"EcuInfo,omitempty" xml:"EcuInfo,omitempty"`
}

func (ScaleOutApplicationRequest) GoString

func (s ScaleOutApplicationRequest) GoString() string

func (*ScaleOutApplicationRequest) SetAppId

func (*ScaleOutApplicationRequest) SetDeployGroup

func (*ScaleOutApplicationRequest) SetEcuInfo

func (ScaleOutApplicationRequest) String

type ScaleOutApplicationResponse

type ScaleOutApplicationResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ScaleOutApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ScaleOutApplicationResponse) GoString

func (s ScaleOutApplicationResponse) GoString() string

func (*ScaleOutApplicationResponse) SetBody

func (*ScaleOutApplicationResponse) SetHeaders

func (*ScaleOutApplicationResponse) SetStatusCode added in v1.0.5

func (ScaleOutApplicationResponse) String

type ScaleOutApplicationResponseBody

type ScaleOutApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ScaleOutApplicationResponseBody) GoString

func (*ScaleOutApplicationResponseBody) SetChangeOrderId

func (*ScaleOutApplicationResponseBody) SetCode

func (*ScaleOutApplicationResponseBody) SetMessage

func (*ScaleOutApplicationResponseBody) SetRequestId

func (ScaleOutApplicationResponseBody) String

type ScaleoutApplicationWithNewInstancesRequest

type ScaleoutApplicationWithNewInstancesRequest struct {
	AppId                    *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	AutoRenew                *bool   `json:"AutoRenew,omitempty" xml:"AutoRenew,omitempty"`
	AutoRenewPeriod          *int32  `json:"AutoRenewPeriod,omitempty" xml:"AutoRenewPeriod,omitempty"`
	ClusterId                *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	GroupId                  *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	InstanceChargePeriod     *int32  `json:"InstanceChargePeriod,omitempty" xml:"InstanceChargePeriod,omitempty"`
	InstanceChargePeriodUnit *string `json:"InstanceChargePeriodUnit,omitempty" xml:"InstanceChargePeriodUnit,omitempty"`
	InstanceChargeType       *string `json:"InstanceChargeType,omitempty" xml:"InstanceChargeType,omitempty"`
	ScalingNum               *int32  `json:"ScalingNum,omitempty" xml:"ScalingNum,omitempty"`
	ScalingPolicy            *string `json:"ScalingPolicy,omitempty" xml:"ScalingPolicy,omitempty"`
	TemplateId               *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"`
	TemplateInstanceId       *string `json:"TemplateInstanceId,omitempty" xml:"TemplateInstanceId,omitempty"`
	TemplateVersion          *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"`
}

func (ScaleoutApplicationWithNewInstancesRequest) GoString

func (*ScaleoutApplicationWithNewInstancesRequest) SetAppId

func (*ScaleoutApplicationWithNewInstancesRequest) SetAutoRenew

func (*ScaleoutApplicationWithNewInstancesRequest) SetAutoRenewPeriod

func (*ScaleoutApplicationWithNewInstancesRequest) SetClusterId

func (*ScaleoutApplicationWithNewInstancesRequest) SetGroupId

func (*ScaleoutApplicationWithNewInstancesRequest) SetInstanceChargePeriod

func (*ScaleoutApplicationWithNewInstancesRequest) SetInstanceChargePeriodUnit

func (*ScaleoutApplicationWithNewInstancesRequest) SetInstanceChargeType

func (*ScaleoutApplicationWithNewInstancesRequest) SetScalingNum

func (*ScaleoutApplicationWithNewInstancesRequest) SetScalingPolicy

func (*ScaleoutApplicationWithNewInstancesRequest) SetTemplateId

func (*ScaleoutApplicationWithNewInstancesRequest) SetTemplateInstanceId

func (*ScaleoutApplicationWithNewInstancesRequest) SetTemplateVersion

func (ScaleoutApplicationWithNewInstancesRequest) String

type ScaleoutApplicationWithNewInstancesResponse

type ScaleoutApplicationWithNewInstancesResponse struct {
	Headers    map[string]*string                               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ScaleoutApplicationWithNewInstancesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ScaleoutApplicationWithNewInstancesResponse) GoString

func (*ScaleoutApplicationWithNewInstancesResponse) SetHeaders

func (*ScaleoutApplicationWithNewInstancesResponse) SetStatusCode added in v1.0.5

func (ScaleoutApplicationWithNewInstancesResponse) String

type ScaleoutApplicationWithNewInstancesResponseBody

type ScaleoutApplicationWithNewInstancesResponseBody struct {
	ChangeOrderId *string   `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32    `json:"Code,omitempty" xml:"Code,omitempty"`
	InstanceIds   []*string `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty" type:"Repeated"`
	Message       *string   `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ScaleoutApplicationWithNewInstancesResponseBody) GoString

func (*ScaleoutApplicationWithNewInstancesResponseBody) SetChangeOrderId

func (*ScaleoutApplicationWithNewInstancesResponseBody) SetCode

func (*ScaleoutApplicationWithNewInstancesResponseBody) SetInstanceIds

func (*ScaleoutApplicationWithNewInstancesResponseBody) SetMessage

func (*ScaleoutApplicationWithNewInstancesResponseBody) SetRequestId

func (ScaleoutApplicationWithNewInstancesResponseBody) String

type StartApplicationRequest

type StartApplicationRequest struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	EccInfo *string `json:"EccInfo,omitempty" xml:"EccInfo,omitempty"`
}

func (StartApplicationRequest) GoString

func (s StartApplicationRequest) GoString() string

func (*StartApplicationRequest) SetAppId

func (*StartApplicationRequest) SetEccInfo

func (StartApplicationRequest) String

func (s StartApplicationRequest) String() string

type StartApplicationResponse

type StartApplicationResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *StartApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StartApplicationResponse) GoString

func (s StartApplicationResponse) GoString() string

func (*StartApplicationResponse) SetBody

func (*StartApplicationResponse) SetHeaders

func (*StartApplicationResponse) SetStatusCode added in v1.0.5

func (StartApplicationResponse) String

func (s StartApplicationResponse) String() string

type StartApplicationResponseBody

type StartApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (StartApplicationResponseBody) GoString

func (s StartApplicationResponseBody) GoString() string

func (*StartApplicationResponseBody) SetChangeOrderId

func (*StartApplicationResponseBody) SetCode

func (*StartApplicationResponseBody) SetMessage

func (*StartApplicationResponseBody) SetRequestId

func (StartApplicationResponseBody) String

type StartK8sApplicationRequest

type StartK8sApplicationRequest struct {
	AppId    *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Replicas *int32  `json:"Replicas,omitempty" xml:"Replicas,omitempty"`
	Timeout  *int32  `json:"Timeout,omitempty" xml:"Timeout,omitempty"`
}

func (StartK8sApplicationRequest) GoString

func (s StartK8sApplicationRequest) GoString() string

func (*StartK8sApplicationRequest) SetAppId

func (*StartK8sApplicationRequest) SetReplicas

func (*StartK8sApplicationRequest) SetTimeout

func (StartK8sApplicationRequest) String

type StartK8sApplicationResponse

type StartK8sApplicationResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *StartK8sApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StartK8sApplicationResponse) GoString

func (s StartK8sApplicationResponse) GoString() string

func (*StartK8sApplicationResponse) SetBody

func (*StartK8sApplicationResponse) SetHeaders

func (*StartK8sApplicationResponse) SetStatusCode added in v1.0.5

func (StartK8sApplicationResponse) String

type StartK8sApplicationResponseBody

type StartK8sApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (StartK8sApplicationResponseBody) GoString

func (*StartK8sApplicationResponseBody) SetChangeOrderId

func (*StartK8sApplicationResponseBody) SetCode

func (*StartK8sApplicationResponseBody) SetMessage

func (*StartK8sApplicationResponseBody) SetRequestId

func (StartK8sApplicationResponseBody) String

type StopApplicationRequest

type StopApplicationRequest struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	EccInfo *string `json:"EccInfo,omitempty" xml:"EccInfo,omitempty"`
}

func (StopApplicationRequest) GoString

func (s StopApplicationRequest) GoString() string

func (*StopApplicationRequest) SetAppId

func (*StopApplicationRequest) SetEccInfo

func (StopApplicationRequest) String

func (s StopApplicationRequest) String() string

type StopApplicationResponse

type StopApplicationResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *StopApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StopApplicationResponse) GoString

func (s StopApplicationResponse) GoString() string

func (*StopApplicationResponse) SetBody

func (*StopApplicationResponse) SetHeaders

func (*StopApplicationResponse) SetStatusCode added in v1.0.5

func (StopApplicationResponse) String

func (s StopApplicationResponse) String() string

type StopApplicationResponseBody

type StopApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (StopApplicationResponseBody) GoString

func (s StopApplicationResponseBody) GoString() string

func (*StopApplicationResponseBody) SetChangeOrderId

func (*StopApplicationResponseBody) SetCode

func (*StopApplicationResponseBody) SetMessage

func (*StopApplicationResponseBody) SetRequestId

func (StopApplicationResponseBody) String

type StopK8sApplicationRequest

type StopK8sApplicationRequest struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Timeout *int32  `json:"Timeout,omitempty" xml:"Timeout,omitempty"`
}

func (StopK8sApplicationRequest) GoString

func (s StopK8sApplicationRequest) GoString() string

func (*StopK8sApplicationRequest) SetAppId

func (*StopK8sApplicationRequest) SetTimeout

func (StopK8sApplicationRequest) String

func (s StopK8sApplicationRequest) String() string

type StopK8sApplicationResponse

type StopK8sApplicationResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *StopK8sApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StopK8sApplicationResponse) GoString

func (s StopK8sApplicationResponse) GoString() string

func (*StopK8sApplicationResponse) SetBody

func (*StopK8sApplicationResponse) SetHeaders

func (*StopK8sApplicationResponse) SetStatusCode added in v1.0.5

func (StopK8sApplicationResponse) String

type StopK8sApplicationResponseBody

type StopK8sApplicationResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (StopK8sApplicationResponseBody) GoString

func (*StopK8sApplicationResponseBody) SetChangeOrderId

func (*StopK8sApplicationResponseBody) SetCode

func (*StopK8sApplicationResponseBody) SetMessage

func (*StopK8sApplicationResponseBody) SetRequestId

func (StopK8sApplicationResponseBody) String

type SwitchAdvancedMonitoringRequest

type SwitchAdvancedMonitoringRequest struct {
	AppId                    *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	EnableAdvancedMonitoring *bool   `json:"EnableAdvancedMonitoring,omitempty" xml:"EnableAdvancedMonitoring,omitempty"`
}

func (SwitchAdvancedMonitoringRequest) GoString

func (*SwitchAdvancedMonitoringRequest) SetAppId

func (*SwitchAdvancedMonitoringRequest) SetEnableAdvancedMonitoring

func (s *SwitchAdvancedMonitoringRequest) SetEnableAdvancedMonitoring(v bool) *SwitchAdvancedMonitoringRequest

func (SwitchAdvancedMonitoringRequest) String

type SwitchAdvancedMonitoringResponse

type SwitchAdvancedMonitoringResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SwitchAdvancedMonitoringResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SwitchAdvancedMonitoringResponse) GoString

func (*SwitchAdvancedMonitoringResponse) SetHeaders

func (*SwitchAdvancedMonitoringResponse) SetStatusCode added in v1.0.5

func (SwitchAdvancedMonitoringResponse) String

type SwitchAdvancedMonitoringResponseBody

type SwitchAdvancedMonitoringResponseBody struct {
	AdvancedMonitoringEnabled *bool   `json:"AdvancedMonitoringEnabled,omitempty" xml:"AdvancedMonitoringEnabled,omitempty"`
	Code                      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message                   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId                 *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (SwitchAdvancedMonitoringResponseBody) GoString

func (*SwitchAdvancedMonitoringResponseBody) SetAdvancedMonitoringEnabled

func (*SwitchAdvancedMonitoringResponseBody) SetCode

func (*SwitchAdvancedMonitoringResponseBody) SetMessage

func (*SwitchAdvancedMonitoringResponseBody) SetRequestId

func (SwitchAdvancedMonitoringResponseBody) String

type SynchronizeResourceRequest

type SynchronizeResourceRequest struct {
	ResourceIds *string `json:"ResourceIds,omitempty" xml:"ResourceIds,omitempty"`
	Type        *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (SynchronizeResourceRequest) GoString

func (s SynchronizeResourceRequest) GoString() string

func (*SynchronizeResourceRequest) SetResourceIds

func (*SynchronizeResourceRequest) SetType

func (SynchronizeResourceRequest) String

type SynchronizeResourceResponse

type SynchronizeResourceResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SynchronizeResourceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SynchronizeResourceResponse) GoString

func (s SynchronizeResourceResponse) GoString() string

func (*SynchronizeResourceResponse) SetBody

func (*SynchronizeResourceResponse) SetHeaders

func (*SynchronizeResourceResponse) SetStatusCode added in v1.0.5

func (SynchronizeResourceResponse) String

type SynchronizeResourceResponseBody

type SynchronizeResourceResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SynchronizeResourceResponseBody) GoString

func (*SynchronizeResourceResponseBody) SetCode

func (*SynchronizeResourceResponseBody) SetData

func (*SynchronizeResourceResponseBody) SetMessage

func (*SynchronizeResourceResponseBody) SetRequestId

func (*SynchronizeResourceResponseBody) SetSuccess

func (SynchronizeResourceResponseBody) String

type TagResourcesRequest

type TagResourcesRequest struct {
	ResourceIds      *string `json:"ResourceIds,omitempty" xml:"ResourceIds,omitempty"`
	ResourceRegionId *string `json:"ResourceRegionId,omitempty" xml:"ResourceRegionId,omitempty"`
	ResourceType     *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	Tags             *string `json:"Tags,omitempty" xml:"Tags,omitempty"`
}

func (TagResourcesRequest) GoString

func (s TagResourcesRequest) GoString() string

func (*TagResourcesRequest) SetResourceIds

func (s *TagResourcesRequest) SetResourceIds(v string) *TagResourcesRequest

func (*TagResourcesRequest) SetResourceRegionId

func (s *TagResourcesRequest) SetResourceRegionId(v string) *TagResourcesRequest

func (*TagResourcesRequest) SetResourceType

func (s *TagResourcesRequest) SetResourceType(v string) *TagResourcesRequest

func (*TagResourcesRequest) SetTags

func (TagResourcesRequest) String

func (s TagResourcesRequest) String() string

type TagResourcesResponse

type TagResourcesResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *TagResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (TagResourcesResponse) GoString

func (s TagResourcesResponse) GoString() string

func (*TagResourcesResponse) SetBody

func (*TagResourcesResponse) SetHeaders

func (s *TagResourcesResponse) SetHeaders(v map[string]*string) *TagResourcesResponse

func (*TagResourcesResponse) SetStatusCode added in v1.0.5

func (s *TagResourcesResponse) SetStatusCode(v int32) *TagResourcesResponse

func (TagResourcesResponse) String

func (s TagResourcesResponse) String() string

type TagResourcesResponseBody

type TagResourcesResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (TagResourcesResponseBody) GoString

func (s TagResourcesResponseBody) GoString() string

func (*TagResourcesResponseBody) SetCode

func (*TagResourcesResponseBody) SetMessage

func (*TagResourcesResponseBody) SetRequestId

func (TagResourcesResponseBody) String

func (s TagResourcesResponseBody) String() string

type TransformClusterMemberRequest

type TransformClusterMemberRequest struct {
	InstanceIds     *string `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty"`
	Password        *string `json:"Password,omitempty" xml:"Password,omitempty"`
	TargetClusterId *string `json:"TargetClusterId,omitempty" xml:"TargetClusterId,omitempty"`
}

func (TransformClusterMemberRequest) GoString

func (*TransformClusterMemberRequest) SetInstanceIds

func (*TransformClusterMemberRequest) SetPassword

func (*TransformClusterMemberRequest) SetTargetClusterId

func (TransformClusterMemberRequest) String

type TransformClusterMemberResponse

type TransformClusterMemberResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *TransformClusterMemberResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (TransformClusterMemberResponse) GoString

func (*TransformClusterMemberResponse) SetHeaders

func (*TransformClusterMemberResponse) SetStatusCode added in v1.0.5

func (TransformClusterMemberResponse) String

type TransformClusterMemberResponseBody

type TransformClusterMemberResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (TransformClusterMemberResponseBody) GoString

func (*TransformClusterMemberResponseBody) SetCode

func (*TransformClusterMemberResponseBody) SetData

func (*TransformClusterMemberResponseBody) SetMessage

func (*TransformClusterMemberResponseBody) SetRequestId

func (TransformClusterMemberResponseBody) String

type UnbindK8sSlbRequest

type UnbindK8sSlbRequest struct {
	AppId     *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	SlbName   *string `json:"SlbName,omitempty" xml:"SlbName,omitempty"`
	Type      *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (UnbindK8sSlbRequest) GoString

func (s UnbindK8sSlbRequest) GoString() string

func (*UnbindK8sSlbRequest) SetAppId

func (*UnbindK8sSlbRequest) SetClusterId

func (s *UnbindK8sSlbRequest) SetClusterId(v string) *UnbindK8sSlbRequest

func (*UnbindK8sSlbRequest) SetSlbName

func (*UnbindK8sSlbRequest) SetType

func (UnbindK8sSlbRequest) String

func (s UnbindK8sSlbRequest) String() string

type UnbindK8sSlbResponse

type UnbindK8sSlbResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UnbindK8sSlbResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UnbindK8sSlbResponse) GoString

func (s UnbindK8sSlbResponse) GoString() string

func (*UnbindK8sSlbResponse) SetBody

func (*UnbindK8sSlbResponse) SetHeaders

func (s *UnbindK8sSlbResponse) SetHeaders(v map[string]*string) *UnbindK8sSlbResponse

func (*UnbindK8sSlbResponse) SetStatusCode added in v1.0.5

func (s *UnbindK8sSlbResponse) SetStatusCode(v int32) *UnbindK8sSlbResponse

func (UnbindK8sSlbResponse) String

func (s UnbindK8sSlbResponse) String() string

type UnbindK8sSlbResponseBody

type UnbindK8sSlbResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UnbindK8sSlbResponseBody) GoString

func (s UnbindK8sSlbResponseBody) GoString() string

func (*UnbindK8sSlbResponseBody) SetChangeOrderId

func (*UnbindK8sSlbResponseBody) SetCode

func (*UnbindK8sSlbResponseBody) SetMessage

func (*UnbindK8sSlbResponseBody) SetRequestId

func (UnbindK8sSlbResponseBody) String

func (s UnbindK8sSlbResponseBody) String() string

type UnbindSlbRequest

type UnbindSlbRequest struct {
	AppId          *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	DeleteListener *string `json:"DeleteListener,omitempty" xml:"DeleteListener,omitempty"`
	SlbId          *string `json:"SlbId,omitempty" xml:"SlbId,omitempty"`
	Type           *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (UnbindSlbRequest) GoString

func (s UnbindSlbRequest) GoString() string

func (*UnbindSlbRequest) SetAppId

func (s *UnbindSlbRequest) SetAppId(v string) *UnbindSlbRequest

func (*UnbindSlbRequest) SetDeleteListener

func (s *UnbindSlbRequest) SetDeleteListener(v string) *UnbindSlbRequest

func (*UnbindSlbRequest) SetSlbId

func (s *UnbindSlbRequest) SetSlbId(v string) *UnbindSlbRequest

func (*UnbindSlbRequest) SetType

func (s *UnbindSlbRequest) SetType(v string) *UnbindSlbRequest

func (UnbindSlbRequest) String

func (s UnbindSlbRequest) String() string

type UnbindSlbResponse

type UnbindSlbResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UnbindSlbResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UnbindSlbResponse) GoString

func (s UnbindSlbResponse) GoString() string

func (*UnbindSlbResponse) SetBody

func (*UnbindSlbResponse) SetHeaders

func (s *UnbindSlbResponse) SetHeaders(v map[string]*string) *UnbindSlbResponse

func (*UnbindSlbResponse) SetStatusCode added in v1.0.5

func (s *UnbindSlbResponse) SetStatusCode(v int32) *UnbindSlbResponse

func (UnbindSlbResponse) String

func (s UnbindSlbResponse) String() string

type UnbindSlbResponseBody

type UnbindSlbResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UnbindSlbResponseBody) GoString

func (s UnbindSlbResponseBody) GoString() string

func (*UnbindSlbResponseBody) SetCode

func (*UnbindSlbResponseBody) SetData

func (*UnbindSlbResponseBody) SetMessage

func (*UnbindSlbResponseBody) SetRequestId

func (UnbindSlbResponseBody) String

func (s UnbindSlbResponseBody) String() string

type UntagResourcesRequest

type UntagResourcesRequest struct {
	DeleteAll        *bool   `json:"DeleteAll,omitempty" xml:"DeleteAll,omitempty"`
	ResourceIds      *string `json:"ResourceIds,omitempty" xml:"ResourceIds,omitempty"`
	ResourceRegionId *string `json:"ResourceRegionId,omitempty" xml:"ResourceRegionId,omitempty"`
	ResourceType     *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	TagKeys          *string `json:"TagKeys,omitempty" xml:"TagKeys,omitempty"`
}

func (UntagResourcesRequest) GoString

func (s UntagResourcesRequest) GoString() string

func (*UntagResourcesRequest) SetDeleteAll

func (s *UntagResourcesRequest) SetDeleteAll(v bool) *UntagResourcesRequest

func (*UntagResourcesRequest) SetResourceIds

func (s *UntagResourcesRequest) SetResourceIds(v string) *UntagResourcesRequest

func (*UntagResourcesRequest) SetResourceRegionId

func (s *UntagResourcesRequest) SetResourceRegionId(v string) *UntagResourcesRequest

func (*UntagResourcesRequest) SetResourceType

func (s *UntagResourcesRequest) SetResourceType(v string) *UntagResourcesRequest

func (*UntagResourcesRequest) SetTagKeys

func (UntagResourcesRequest) String

func (s UntagResourcesRequest) String() string

type UntagResourcesResponse

type UntagResourcesResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UntagResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UntagResourcesResponse) GoString

func (s UntagResourcesResponse) GoString() string

func (*UntagResourcesResponse) SetBody

func (*UntagResourcesResponse) SetHeaders

func (*UntagResourcesResponse) SetStatusCode added in v1.0.5

func (UntagResourcesResponse) String

func (s UntagResourcesResponse) String() string

type UntagResourcesResponseBody

type UntagResourcesResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UntagResourcesResponseBody) GoString

func (s UntagResourcesResponseBody) GoString() string

func (*UntagResourcesResponseBody) SetCode

func (*UntagResourcesResponseBody) SetMessage

func (*UntagResourcesResponseBody) SetRequestId

func (UntagResourcesResponseBody) String

type UpdateAccountInfoRequest

type UpdateAccountInfoRequest struct {
	Email     *string `json:"Email,omitempty" xml:"Email,omitempty"`
	Name      *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Telephone *string `json:"Telephone,omitempty" xml:"Telephone,omitempty"`
}

func (UpdateAccountInfoRequest) GoString

func (s UpdateAccountInfoRequest) GoString() string

func (*UpdateAccountInfoRequest) SetEmail

func (*UpdateAccountInfoRequest) SetName

func (*UpdateAccountInfoRequest) SetTelephone

func (UpdateAccountInfoRequest) String

func (s UpdateAccountInfoRequest) String() string

type UpdateAccountInfoResponse

type UpdateAccountInfoResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateAccountInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateAccountInfoResponse) GoString

func (s UpdateAccountInfoResponse) GoString() string

func (*UpdateAccountInfoResponse) SetBody

func (*UpdateAccountInfoResponse) SetHeaders

func (*UpdateAccountInfoResponse) SetStatusCode added in v1.0.5

func (UpdateAccountInfoResponse) String

func (s UpdateAccountInfoResponse) String() string

type UpdateAccountInfoResponseBody

type UpdateAccountInfoResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateAccountInfoResponseBody) GoString

func (*UpdateAccountInfoResponseBody) SetCode

func (*UpdateAccountInfoResponseBody) SetMessage

func (*UpdateAccountInfoResponseBody) SetRequestId

func (UpdateAccountInfoResponseBody) String

type UpdateApplicationBaseInfoRequest

type UpdateApplicationBaseInfoRequest struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"`
	Desc    *string `json:"Desc,omitempty" xml:"Desc,omitempty"`
	Owner   *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
}

func (UpdateApplicationBaseInfoRequest) GoString

func (*UpdateApplicationBaseInfoRequest) SetAppId

func (*UpdateApplicationBaseInfoRequest) SetAppName

func (*UpdateApplicationBaseInfoRequest) SetDesc

func (*UpdateApplicationBaseInfoRequest) SetOwner

func (UpdateApplicationBaseInfoRequest) String

type UpdateApplicationBaseInfoResponse

type UpdateApplicationBaseInfoResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateApplicationBaseInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateApplicationBaseInfoResponse) GoString

func (*UpdateApplicationBaseInfoResponse) SetHeaders

func (*UpdateApplicationBaseInfoResponse) SetStatusCode added in v1.0.5

func (UpdateApplicationBaseInfoResponse) String

type UpdateApplicationBaseInfoResponseBody

type UpdateApplicationBaseInfoResponseBody struct {
	Applcation *UpdateApplicationBaseInfoResponseBodyApplcation `json:"Applcation,omitempty" xml:"Applcation,omitempty" type:"Struct"`
	Code       *int32                                           `json:"Code,omitempty" xml:"Code,omitempty"`
	Message    *string                                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId  *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateApplicationBaseInfoResponseBody) GoString

func (*UpdateApplicationBaseInfoResponseBody) SetCode

func (*UpdateApplicationBaseInfoResponseBody) SetMessage

func (*UpdateApplicationBaseInfoResponseBody) SetRequestId

func (UpdateApplicationBaseInfoResponseBody) String

type UpdateApplicationBaseInfoResponseBodyApplcation

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

func (UpdateApplicationBaseInfoResponseBodyApplcation) GoString

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetAppId

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetApplicationType

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetBuildPackageId

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetClusterId

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetClusterType

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetCpu

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetCreateTime

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetDescription

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetDockerize

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetExtSlbId

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetExtSlbIp

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetExtSlbName

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetHealthCheckUrl

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetInstanceCount

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetMemory

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetName

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetOwner

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetPort

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetRegionId

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetRunningInstanceCount

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetSlbId

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetSlbIp

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetSlbName

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetSlbPort

func (*UpdateApplicationBaseInfoResponseBodyApplcation) SetUserId

func (UpdateApplicationBaseInfoResponseBodyApplcation) String

type UpdateApplicationScalingRuleRequest

type UpdateApplicationScalingRuleRequest struct {
	AppId              *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ScalingRuleEnable  *bool   `json:"ScalingRuleEnable,omitempty" xml:"ScalingRuleEnable,omitempty"`
	ScalingRuleMetric  *string `json:"ScalingRuleMetric,omitempty" xml:"ScalingRuleMetric,omitempty"`
	ScalingRuleName    *string `json:"ScalingRuleName,omitempty" xml:"ScalingRuleName,omitempty"`
	ScalingRuleTimer   *string `json:"ScalingRuleTimer,omitempty" xml:"ScalingRuleTimer,omitempty"`
	ScalingRuleTrigger *string `json:"ScalingRuleTrigger,omitempty" xml:"ScalingRuleTrigger,omitempty"`
	ScalingRuleType    *string `json:"ScalingRuleType,omitempty" xml:"ScalingRuleType,omitempty"`
}

func (UpdateApplicationScalingRuleRequest) GoString

func (*UpdateApplicationScalingRuleRequest) SetAppId

func (*UpdateApplicationScalingRuleRequest) SetScalingRuleEnable

func (*UpdateApplicationScalingRuleRequest) SetScalingRuleMetric

func (*UpdateApplicationScalingRuleRequest) SetScalingRuleName

func (*UpdateApplicationScalingRuleRequest) SetScalingRuleTimer

func (*UpdateApplicationScalingRuleRequest) SetScalingRuleTrigger

func (*UpdateApplicationScalingRuleRequest) SetScalingRuleType

func (UpdateApplicationScalingRuleRequest) String

type UpdateApplicationScalingRuleResponse

type UpdateApplicationScalingRuleResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateApplicationScalingRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateApplicationScalingRuleResponse) GoString

func (*UpdateApplicationScalingRuleResponse) SetHeaders

func (*UpdateApplicationScalingRuleResponse) SetStatusCode added in v1.0.5

func (UpdateApplicationScalingRuleResponse) String

type UpdateApplicationScalingRuleResponseBody

type UpdateApplicationScalingRuleResponseBody struct {
	AppScalingRule *UpdateApplicationScalingRuleResponseBodyAppScalingRule `json:"AppScalingRule,omitempty" xml:"AppScalingRule,omitempty" type:"Struct"`
	Code           *int32                                                  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message        *string                                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateApplicationScalingRuleResponseBody) GoString

func (*UpdateApplicationScalingRuleResponseBody) SetCode

func (*UpdateApplicationScalingRuleResponseBody) SetMessage

func (*UpdateApplicationScalingRuleResponseBody) SetRequestId

func (UpdateApplicationScalingRuleResponseBody) String

type UpdateApplicationScalingRuleResponseBodyAppScalingRule

type UpdateApplicationScalingRuleResponseBodyAppScalingRule struct {
	AppId            *string                                                        `json:"AppId,omitempty" xml:"AppId,omitempty"`
	CreateTime       *int64                                                         `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	LastDisableTime  *int64                                                         `json:"LastDisableTime,omitempty" xml:"LastDisableTime,omitempty"`
	MaxReplicas      *int32                                                         `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	Metric           *UpdateApplicationScalingRuleResponseBodyAppScalingRuleMetric  `json:"Metric,omitempty" xml:"Metric,omitempty" type:"Struct"`
	MinReplicas      *int32                                                         `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
	ScaleRuleEnabled *bool                                                          `json:"ScaleRuleEnabled,omitempty" xml:"ScaleRuleEnabled,omitempty"`
	ScaleRuleName    *string                                                        `json:"ScaleRuleName,omitempty" xml:"ScaleRuleName,omitempty"`
	ScaleRuleType    *string                                                        `json:"ScaleRuleType,omitempty" xml:"ScaleRuleType,omitempty"`
	Trigger          *UpdateApplicationScalingRuleResponseBodyAppScalingRuleTrigger `json:"Trigger,omitempty" xml:"Trigger,omitempty" type:"Struct"`
	UpdateTime       *int64                                                         `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (UpdateApplicationScalingRuleResponseBodyAppScalingRule) GoString

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRule) SetAppId

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRule) SetCreateTime

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRule) SetLastDisableTime

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRule) SetMaxReplicas

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRule) SetMinReplicas

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRule) SetScaleRuleEnabled

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRule) SetScaleRuleName

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRule) SetScaleRuleType

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRule) SetUpdateTime

func (UpdateApplicationScalingRuleResponseBodyAppScalingRule) String

type UpdateApplicationScalingRuleResponseBodyAppScalingRuleMetric

type UpdateApplicationScalingRuleResponseBodyAppScalingRuleMetric struct {
	MaxReplicas *int32                                                                 `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	Metrics     []*UpdateApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics `json:"Metrics,omitempty" xml:"Metrics,omitempty" type:"Repeated"`
	MinReplicas *int32                                                                 `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
}

func (UpdateApplicationScalingRuleResponseBodyAppScalingRuleMetric) GoString

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRuleMetric) SetMaxReplicas

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRuleMetric) SetMinReplicas

func (UpdateApplicationScalingRuleResponseBodyAppScalingRuleMetric) String

type UpdateApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics

type UpdateApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics struct {
	MetricTargetAverageUtilization *int32  `json:"MetricTargetAverageUtilization,omitempty" xml:"MetricTargetAverageUtilization,omitempty"`
	MetricType                     *string `json:"MetricType,omitempty" xml:"MetricType,omitempty"`
}

func (UpdateApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) GoString

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) SetMetricTargetAverageUtilization

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) SetMetricType

func (UpdateApplicationScalingRuleResponseBodyAppScalingRuleMetricMetrics) String

type UpdateApplicationScalingRuleResponseBodyAppScalingRuleTrigger

type UpdateApplicationScalingRuleResponseBodyAppScalingRuleTrigger struct {
	MaxReplicas *int32                                                                   `json:"MaxReplicas,omitempty" xml:"MaxReplicas,omitempty"`
	MinReplicas *int32                                                                   `json:"MinReplicas,omitempty" xml:"MinReplicas,omitempty"`
	Triggers    []*UpdateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers `json:"Triggers,omitempty" xml:"Triggers,omitempty" type:"Repeated"`
}

func (UpdateApplicationScalingRuleResponseBodyAppScalingRuleTrigger) GoString

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRuleTrigger) SetMaxReplicas

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRuleTrigger) SetMinReplicas

func (UpdateApplicationScalingRuleResponseBodyAppScalingRuleTrigger) String

type UpdateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers

type UpdateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers struct {
	MetaData *string `json:"MetaData,omitempty" xml:"MetaData,omitempty"`
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Type     *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (UpdateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) GoString

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) SetMetaData

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) SetName

func (*UpdateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) SetType

func (UpdateApplicationScalingRuleResponseBodyAppScalingRuleTriggerTriggers) String

type UpdateConfigTemplateRequest

type UpdateConfigTemplateRequest struct {
	// 模板内容
	Content *string `json:"Content,omitempty" xml:"Content,omitempty"`
	// 模板描述
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	// 模板数据格式
	Format *string `json:"Format,omitempty" xml:"Format,omitempty"`
	// 配置模板ID
	Id *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
	// 配置模板名称
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (UpdateConfigTemplateRequest) GoString

func (s UpdateConfigTemplateRequest) GoString() string

func (*UpdateConfigTemplateRequest) SetContent

func (*UpdateConfigTemplateRequest) SetDescription

func (*UpdateConfigTemplateRequest) SetFormat

func (*UpdateConfigTemplateRequest) SetId

func (*UpdateConfigTemplateRequest) SetName

func (UpdateConfigTemplateRequest) String

type UpdateConfigTemplateResponse

type UpdateConfigTemplateResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateConfigTemplateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateConfigTemplateResponse) GoString

func (s UpdateConfigTemplateResponse) GoString() string

func (*UpdateConfigTemplateResponse) SetBody

func (*UpdateConfigTemplateResponse) SetHeaders

func (*UpdateConfigTemplateResponse) SetStatusCode added in v1.0.5

func (UpdateConfigTemplateResponse) String

type UpdateConfigTemplateResponseBody

type UpdateConfigTemplateResponseBody struct {
	// 响应码
	Code *int32 `json:"Code,omitempty" xml:"Code,omitempty"`
	// 响应码文本描述
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// 请求ID
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateConfigTemplateResponseBody) GoString

func (*UpdateConfigTemplateResponseBody) SetCode

func (*UpdateConfigTemplateResponseBody) SetMessage

func (*UpdateConfigTemplateResponseBody) SetRequestId

func (UpdateConfigTemplateResponseBody) String

type UpdateContainerConfigurationRequest

type UpdateContainerConfigurationRequest struct {
	AppId           *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ContextPath     *string `json:"ContextPath,omitempty" xml:"ContextPath,omitempty"`
	GroupId         *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	HttpPort        *int32  `json:"HttpPort,omitempty" xml:"HttpPort,omitempty"`
	MaxThreads      *int32  `json:"MaxThreads,omitempty" xml:"MaxThreads,omitempty"`
	URIEncoding     *string `json:"URIEncoding,omitempty" xml:"URIEncoding,omitempty"`
	UseBodyEncoding *bool   `json:"UseBodyEncoding,omitempty" xml:"UseBodyEncoding,omitempty"`
}

func (UpdateContainerConfigurationRequest) GoString

func (*UpdateContainerConfigurationRequest) SetAppId

func (*UpdateContainerConfigurationRequest) SetContextPath

func (*UpdateContainerConfigurationRequest) SetGroupId

func (*UpdateContainerConfigurationRequest) SetHttpPort

func (*UpdateContainerConfigurationRequest) SetMaxThreads

func (*UpdateContainerConfigurationRequest) SetURIEncoding

func (*UpdateContainerConfigurationRequest) SetUseBodyEncoding

func (UpdateContainerConfigurationRequest) String

type UpdateContainerConfigurationResponse

type UpdateContainerConfigurationResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateContainerConfigurationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateContainerConfigurationResponse) GoString

func (*UpdateContainerConfigurationResponse) SetHeaders

func (*UpdateContainerConfigurationResponse) SetStatusCode added in v1.0.5

func (UpdateContainerConfigurationResponse) String

type UpdateContainerConfigurationResponseBody

type UpdateContainerConfigurationResponseBody struct {
	Code                   *int32                                                          `json:"Code,omitempty" xml:"Code,omitempty"`
	ContainerConfiguration *UpdateContainerConfigurationResponseBodyContainerConfiguration `json:"ContainerConfiguration,omitempty" xml:"ContainerConfiguration,omitempty" type:"Struct"`
	Message                *string                                                         `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId              *string                                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateContainerConfigurationResponseBody) GoString

func (*UpdateContainerConfigurationResponseBody) SetCode

func (*UpdateContainerConfigurationResponseBody) SetMessage

func (*UpdateContainerConfigurationResponseBody) SetRequestId

func (UpdateContainerConfigurationResponseBody) String

type UpdateContainerConfigurationResponseBodyContainerConfiguration

type UpdateContainerConfigurationResponseBodyContainerConfiguration struct {
	ContextPath     *string `json:"ContextPath,omitempty" xml:"ContextPath,omitempty"`
	HttpPort        *int32  `json:"HttpPort,omitempty" xml:"HttpPort,omitempty"`
	MaxThreads      *int32  `json:"MaxThreads,omitempty" xml:"MaxThreads,omitempty"`
	URIEncoding     *string `json:"URIEncoding,omitempty" xml:"URIEncoding,omitempty"`
	UseBodyEncoding *bool   `json:"UseBodyEncoding,omitempty" xml:"UseBodyEncoding,omitempty"`
}

func (UpdateContainerConfigurationResponseBodyContainerConfiguration) GoString

func (*UpdateContainerConfigurationResponseBodyContainerConfiguration) SetContextPath

func (*UpdateContainerConfigurationResponseBodyContainerConfiguration) SetHttpPort

func (*UpdateContainerConfigurationResponseBodyContainerConfiguration) SetMaxThreads

func (*UpdateContainerConfigurationResponseBodyContainerConfiguration) SetURIEncoding

func (*UpdateContainerConfigurationResponseBodyContainerConfiguration) SetUseBodyEncoding

func (UpdateContainerConfigurationResponseBodyContainerConfiguration) String

type UpdateContainerRequest

type UpdateContainerRequest struct {
	AppId       *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	BuildPackId *int32  `json:"BuildPackId,omitempty" xml:"BuildPackId,omitempty"`
}

func (UpdateContainerRequest) GoString

func (s UpdateContainerRequest) GoString() string

func (*UpdateContainerRequest) SetAppId

func (*UpdateContainerRequest) SetBuildPackId

func (s *UpdateContainerRequest) SetBuildPackId(v int32) *UpdateContainerRequest

func (UpdateContainerRequest) String

func (s UpdateContainerRequest) String() string

type UpdateContainerResponse

type UpdateContainerResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateContainerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateContainerResponse) GoString

func (s UpdateContainerResponse) GoString() string

func (*UpdateContainerResponse) SetBody

func (*UpdateContainerResponse) SetHeaders

func (*UpdateContainerResponse) SetStatusCode added in v1.0.5

func (UpdateContainerResponse) String

func (s UpdateContainerResponse) String() string

type UpdateContainerResponseBody

type UpdateContainerResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateContainerResponseBody) GoString

func (s UpdateContainerResponseBody) GoString() string

func (*UpdateContainerResponseBody) SetChangeOrderId

func (*UpdateContainerResponseBody) SetCode

func (*UpdateContainerResponseBody) SetMessage

func (*UpdateContainerResponseBody) SetRequestId

func (UpdateContainerResponseBody) String

type UpdateHealthCheckUrlRequest

type UpdateHealthCheckUrlRequest struct {
	AppId *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	HcURL *string `json:"hcURL,omitempty" xml:"hcURL,omitempty"`
}

func (UpdateHealthCheckUrlRequest) GoString

func (s UpdateHealthCheckUrlRequest) GoString() string

func (*UpdateHealthCheckUrlRequest) SetAppId

func (*UpdateHealthCheckUrlRequest) SetHcURL

func (UpdateHealthCheckUrlRequest) String

type UpdateHealthCheckUrlResponse

type UpdateHealthCheckUrlResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateHealthCheckUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateHealthCheckUrlResponse) GoString

func (s UpdateHealthCheckUrlResponse) GoString() string

func (*UpdateHealthCheckUrlResponse) SetBody

func (*UpdateHealthCheckUrlResponse) SetHeaders

func (*UpdateHealthCheckUrlResponse) SetStatusCode added in v1.0.5

func (UpdateHealthCheckUrlResponse) String

type UpdateHealthCheckUrlResponseBody

type UpdateHealthCheckUrlResponseBody struct {
	Code           *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	HealthCheckURL *string `json:"HealthCheckURL,omitempty" xml:"HealthCheckURL,omitempty"`
	Message        *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateHealthCheckUrlResponseBody) GoString

func (*UpdateHealthCheckUrlResponseBody) SetCode

func (*UpdateHealthCheckUrlResponseBody) SetHealthCheckURL

func (*UpdateHealthCheckUrlResponseBody) SetMessage

func (*UpdateHealthCheckUrlResponseBody) SetRequestId

func (UpdateHealthCheckUrlResponseBody) String

type UpdateHookConfigurationRequest

type UpdateHookConfigurationRequest struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	Hooks   *string `json:"Hooks,omitempty" xml:"Hooks,omitempty"`
}

func (UpdateHookConfigurationRequest) GoString

func (*UpdateHookConfigurationRequest) SetAppId

func (*UpdateHookConfigurationRequest) SetGroupId

func (*UpdateHookConfigurationRequest) SetHooks

func (UpdateHookConfigurationRequest) String

type UpdateHookConfigurationResponse

type UpdateHookConfigurationResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateHookConfigurationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateHookConfigurationResponse) GoString

func (*UpdateHookConfigurationResponse) SetHeaders

func (*UpdateHookConfigurationResponse) SetStatusCode added in v1.0.5

func (UpdateHookConfigurationResponse) String

type UpdateHookConfigurationResponseBody

type UpdateHookConfigurationResponseBody struct {
	Code               *int32                                                   `json:"Code,omitempty" xml:"Code,omitempty"`
	HooksConfiguration []*UpdateHookConfigurationResponseBodyHooksConfiguration `json:"HooksConfiguration,omitempty" xml:"HooksConfiguration,omitempty" type:"Repeated"`
	Message            *string                                                  `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId          *string                                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateHookConfigurationResponseBody) GoString

func (*UpdateHookConfigurationResponseBody) SetCode

func (*UpdateHookConfigurationResponseBody) SetMessage

func (*UpdateHookConfigurationResponseBody) SetRequestId

func (UpdateHookConfigurationResponseBody) String

type UpdateHookConfigurationResponseBodyHooksConfiguration

type UpdateHookConfigurationResponseBodyHooksConfiguration struct {
	IgnoreFail *bool   `json:"IgnoreFail,omitempty" xml:"IgnoreFail,omitempty"`
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Script     *string `json:"Script,omitempty" xml:"Script,omitempty"`
}

func (UpdateHookConfigurationResponseBodyHooksConfiguration) GoString

func (*UpdateHookConfigurationResponseBodyHooksConfiguration) SetIgnoreFail

func (*UpdateHookConfigurationResponseBodyHooksConfiguration) SetName

func (*UpdateHookConfigurationResponseBodyHooksConfiguration) SetScript

func (UpdateHookConfigurationResponseBodyHooksConfiguration) String

type UpdateJvmConfigurationRequest

type UpdateJvmConfigurationRequest struct {
	AppId       *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	GroupId     *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	MaxHeapSize *int32  `json:"MaxHeapSize,omitempty" xml:"MaxHeapSize,omitempty"`
	MaxPermSize *int32  `json:"MaxPermSize,omitempty" xml:"MaxPermSize,omitempty"`
	MinHeapSize *int32  `json:"MinHeapSize,omitempty" xml:"MinHeapSize,omitempty"`
	Options     *string `json:"Options,omitempty" xml:"Options,omitempty"`
}

func (UpdateJvmConfigurationRequest) GoString

func (*UpdateJvmConfigurationRequest) SetAppId

func (*UpdateJvmConfigurationRequest) SetGroupId

func (*UpdateJvmConfigurationRequest) SetMaxHeapSize

func (*UpdateJvmConfigurationRequest) SetMaxPermSize

func (*UpdateJvmConfigurationRequest) SetMinHeapSize

func (*UpdateJvmConfigurationRequest) SetOptions

func (UpdateJvmConfigurationRequest) String

type UpdateJvmConfigurationResponse

type UpdateJvmConfigurationResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateJvmConfigurationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateJvmConfigurationResponse) GoString

func (*UpdateJvmConfigurationResponse) SetHeaders

func (*UpdateJvmConfigurationResponse) SetStatusCode added in v1.0.5

func (UpdateJvmConfigurationResponse) String

type UpdateJvmConfigurationResponseBody

type UpdateJvmConfigurationResponseBody struct {
	Code             *int32                                              `json:"Code,omitempty" xml:"Code,omitempty"`
	JvmConfiguration *UpdateJvmConfigurationResponseBodyJvmConfiguration `json:"JvmConfiguration,omitempty" xml:"JvmConfiguration,omitempty" type:"Struct"`
	Message          *string                                             `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId        *string                                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateJvmConfigurationResponseBody) GoString

func (*UpdateJvmConfigurationResponseBody) SetCode

func (*UpdateJvmConfigurationResponseBody) SetMessage

func (*UpdateJvmConfigurationResponseBody) SetRequestId

func (UpdateJvmConfigurationResponseBody) String

type UpdateJvmConfigurationResponseBodyJvmConfiguration

type UpdateJvmConfigurationResponseBodyJvmConfiguration struct {
	MaxHeapSize *int32  `json:"MaxHeapSize,omitempty" xml:"MaxHeapSize,omitempty"`
	MaxPermSize *int32  `json:"MaxPermSize,omitempty" xml:"MaxPermSize,omitempty"`
	MinHeapSize *int32  `json:"MinHeapSize,omitempty" xml:"MinHeapSize,omitempty"`
	Options     *string `json:"Options,omitempty" xml:"Options,omitempty"`
}

func (UpdateJvmConfigurationResponseBodyJvmConfiguration) GoString

func (*UpdateJvmConfigurationResponseBodyJvmConfiguration) SetMaxHeapSize

func (*UpdateJvmConfigurationResponseBodyJvmConfiguration) SetMaxPermSize

func (*UpdateJvmConfigurationResponseBodyJvmConfiguration) SetMinHeapSize

func (*UpdateJvmConfigurationResponseBodyJvmConfiguration) SetOptions

func (UpdateJvmConfigurationResponseBodyJvmConfiguration) String

type UpdateK8sApplicationBaseInfoRequest

type UpdateK8sApplicationBaseInfoRequest struct {
	AppId       *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Email       *string `json:"Email,omitempty" xml:"Email,omitempty"`
	Owner       *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	PhoneNumber *string `json:"PhoneNumber,omitempty" xml:"PhoneNumber,omitempty"`
}

func (UpdateK8sApplicationBaseInfoRequest) GoString

func (*UpdateK8sApplicationBaseInfoRequest) SetAppId

func (*UpdateK8sApplicationBaseInfoRequest) SetDescription

func (*UpdateK8sApplicationBaseInfoRequest) SetEmail

func (*UpdateK8sApplicationBaseInfoRequest) SetOwner

func (*UpdateK8sApplicationBaseInfoRequest) SetPhoneNumber

func (UpdateK8sApplicationBaseInfoRequest) String

type UpdateK8sApplicationBaseInfoResponse

type UpdateK8sApplicationBaseInfoResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateK8sApplicationBaseInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateK8sApplicationBaseInfoResponse) GoString

func (*UpdateK8sApplicationBaseInfoResponse) SetHeaders

func (*UpdateK8sApplicationBaseInfoResponse) SetStatusCode added in v1.0.5

func (UpdateK8sApplicationBaseInfoResponse) String

type UpdateK8sApplicationBaseInfoResponseBody

type UpdateK8sApplicationBaseInfoResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (UpdateK8sApplicationBaseInfoResponseBody) GoString

func (*UpdateK8sApplicationBaseInfoResponseBody) SetCode

func (*UpdateK8sApplicationBaseInfoResponseBody) SetMessage

func (*UpdateK8sApplicationBaseInfoResponseBody) SetRequestId

func (*UpdateK8sApplicationBaseInfoResponseBody) SetResult

func (UpdateK8sApplicationBaseInfoResponseBody) String

type UpdateK8sApplicationConfigRequest

type UpdateK8sApplicationConfigRequest struct {
	AppId         *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ClusterId     *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CpuLimit      *string `json:"CpuLimit,omitempty" xml:"CpuLimit,omitempty"`
	CpuRequest    *string `json:"CpuRequest,omitempty" xml:"CpuRequest,omitempty"`
	McpuLimit     *string `json:"McpuLimit,omitempty" xml:"McpuLimit,omitempty"`
	McpuRequest   *string `json:"McpuRequest,omitempty" xml:"McpuRequest,omitempty"`
	MemoryLimit   *string `json:"MemoryLimit,omitempty" xml:"MemoryLimit,omitempty"`
	MemoryRequest *string `json:"MemoryRequest,omitempty" xml:"MemoryRequest,omitempty"`
	Timeout       *int32  `json:"Timeout,omitempty" xml:"Timeout,omitempty"`
}

func (UpdateK8sApplicationConfigRequest) GoString

func (*UpdateK8sApplicationConfigRequest) SetAppId

func (*UpdateK8sApplicationConfigRequest) SetClusterId

func (*UpdateK8sApplicationConfigRequest) SetCpuLimit

func (*UpdateK8sApplicationConfigRequest) SetCpuRequest

func (*UpdateK8sApplicationConfigRequest) SetMcpuLimit

func (*UpdateK8sApplicationConfigRequest) SetMcpuRequest

func (*UpdateK8sApplicationConfigRequest) SetMemoryLimit

func (*UpdateK8sApplicationConfigRequest) SetMemoryRequest

func (*UpdateK8sApplicationConfigRequest) SetTimeout

func (UpdateK8sApplicationConfigRequest) String

type UpdateK8sApplicationConfigResponse

type UpdateK8sApplicationConfigResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateK8sApplicationConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateK8sApplicationConfigResponse) GoString

func (*UpdateK8sApplicationConfigResponse) SetHeaders

func (*UpdateK8sApplicationConfigResponse) SetStatusCode added in v1.0.5

func (UpdateK8sApplicationConfigResponse) String

type UpdateK8sApplicationConfigResponseBody

type UpdateK8sApplicationConfigResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateK8sApplicationConfigResponseBody) GoString

func (*UpdateK8sApplicationConfigResponseBody) SetChangeOrderId

func (*UpdateK8sApplicationConfigResponseBody) SetCode

func (*UpdateK8sApplicationConfigResponseBody) SetMessage

func (*UpdateK8sApplicationConfigResponseBody) SetRequestId

func (UpdateK8sApplicationConfigResponseBody) String

type UpdateK8sConfigMapRequest

type UpdateK8sConfigMapRequest struct {
	ClusterId *string                `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Data      map[string]interface{} `json:"Data,omitempty" xml:"Data,omitempty"`
	Name      *string                `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace *string                `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
}

func (UpdateK8sConfigMapRequest) GoString

func (s UpdateK8sConfigMapRequest) GoString() string

func (*UpdateK8sConfigMapRequest) SetClusterId

func (*UpdateK8sConfigMapRequest) SetData

func (s *UpdateK8sConfigMapRequest) SetData(v map[string]interface{}) *UpdateK8sConfigMapRequest

func (*UpdateK8sConfigMapRequest) SetName

func (*UpdateK8sConfigMapRequest) SetNamespace

func (UpdateK8sConfigMapRequest) String

func (s UpdateK8sConfigMapRequest) String() string

type UpdateK8sConfigMapResponse

type UpdateK8sConfigMapResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateK8sConfigMapResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateK8sConfigMapResponse) GoString

func (s UpdateK8sConfigMapResponse) GoString() string

func (*UpdateK8sConfigMapResponse) SetBody

func (*UpdateK8sConfigMapResponse) SetHeaders

func (*UpdateK8sConfigMapResponse) SetStatusCode added in v1.0.5

func (UpdateK8sConfigMapResponse) String

type UpdateK8sConfigMapResponseBody

type UpdateK8sConfigMapResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateK8sConfigMapResponseBody) GoString

func (*UpdateK8sConfigMapResponseBody) SetCode

func (*UpdateK8sConfigMapResponseBody) SetMessage

func (*UpdateK8sConfigMapResponseBody) SetRequestId

func (UpdateK8sConfigMapResponseBody) String

type UpdateK8sIngressRuleRequest

type UpdateK8sIngressRuleRequest struct {
	ClusterId   *string                `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	IngressConf map[string]interface{} `json:"IngressConf,omitempty" xml:"IngressConf,omitempty"`
	Name        *string                `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace   *string                `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
}

func (UpdateK8sIngressRuleRequest) GoString

func (s UpdateK8sIngressRuleRequest) GoString() string

func (*UpdateK8sIngressRuleRequest) SetClusterId

func (*UpdateK8sIngressRuleRequest) SetIngressConf

func (s *UpdateK8sIngressRuleRequest) SetIngressConf(v map[string]interface{}) *UpdateK8sIngressRuleRequest

func (*UpdateK8sIngressRuleRequest) SetName

func (*UpdateK8sIngressRuleRequest) SetNamespace

func (UpdateK8sIngressRuleRequest) String

type UpdateK8sIngressRuleResponse

type UpdateK8sIngressRuleResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateK8sIngressRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateK8sIngressRuleResponse) GoString

func (s UpdateK8sIngressRuleResponse) GoString() string

func (*UpdateK8sIngressRuleResponse) SetBody

func (*UpdateK8sIngressRuleResponse) SetHeaders

func (*UpdateK8sIngressRuleResponse) SetStatusCode added in v1.0.5

func (UpdateK8sIngressRuleResponse) String

type UpdateK8sIngressRuleResponseBody

type UpdateK8sIngressRuleResponseBody struct {
	Code    *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
}

func (UpdateK8sIngressRuleResponseBody) GoString

func (*UpdateK8sIngressRuleResponseBody) SetCode

func (*UpdateK8sIngressRuleResponseBody) SetMessage

func (UpdateK8sIngressRuleResponseBody) String

type UpdateK8sResourceRequest

type UpdateK8sResourceRequest struct {
	ClusterId       *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Namespace       *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	ResourceContent *string `json:"ResourceContent,omitempty" xml:"ResourceContent,omitempty"`
}

func (UpdateK8sResourceRequest) GoString

func (s UpdateK8sResourceRequest) GoString() string

func (*UpdateK8sResourceRequest) SetClusterId

func (*UpdateK8sResourceRequest) SetNamespace

func (*UpdateK8sResourceRequest) SetResourceContent

func (s *UpdateK8sResourceRequest) SetResourceContent(v string) *UpdateK8sResourceRequest

func (UpdateK8sResourceRequest) String

func (s UpdateK8sResourceRequest) String() string

type UpdateK8sResourceResponse

type UpdateK8sResourceResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateK8sResourceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateK8sResourceResponse) GoString

func (s UpdateK8sResourceResponse) GoString() string

func (*UpdateK8sResourceResponse) SetBody

func (*UpdateK8sResourceResponse) SetHeaders

func (*UpdateK8sResourceResponse) SetStatusCode added in v1.0.5

func (UpdateK8sResourceResponse) String

func (s UpdateK8sResourceResponse) String() string

type UpdateK8sResourceResponseBody

type UpdateK8sResourceResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateK8sResourceResponseBody) GoString

func (*UpdateK8sResourceResponseBody) SetCode

func (*UpdateK8sResourceResponseBody) SetMessage

func (*UpdateK8sResourceResponseBody) SetRequestId

func (UpdateK8sResourceResponseBody) String

type UpdateK8sSecretRequest

type UpdateK8sSecretRequest struct {
	Base64Encoded *bool   `json:"Base64Encoded,omitempty" xml:"Base64Encoded,omitempty"`
	CertId        *string `json:"CertId,omitempty" xml:"CertId,omitempty"`
	CertRegionId  *string `json:"CertRegionId,omitempty" xml:"CertRegionId,omitempty"`
	ClusterId     *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Data          *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace     *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	Type          *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (UpdateK8sSecretRequest) GoString

func (s UpdateK8sSecretRequest) GoString() string

func (*UpdateK8sSecretRequest) SetBase64Encoded

func (s *UpdateK8sSecretRequest) SetBase64Encoded(v bool) *UpdateK8sSecretRequest

func (*UpdateK8sSecretRequest) SetCertId

func (*UpdateK8sSecretRequest) SetCertRegionId

func (s *UpdateK8sSecretRequest) SetCertRegionId(v string) *UpdateK8sSecretRequest

func (*UpdateK8sSecretRequest) SetClusterId

func (*UpdateK8sSecretRequest) SetData

func (*UpdateK8sSecretRequest) SetName

func (*UpdateK8sSecretRequest) SetNamespace

func (*UpdateK8sSecretRequest) SetType

func (UpdateK8sSecretRequest) String

func (s UpdateK8sSecretRequest) String() string

type UpdateK8sSecretResponse

type UpdateK8sSecretResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateK8sSecretResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateK8sSecretResponse) GoString

func (s UpdateK8sSecretResponse) GoString() string

func (*UpdateK8sSecretResponse) SetBody

func (*UpdateK8sSecretResponse) SetHeaders

func (*UpdateK8sSecretResponse) SetStatusCode added in v1.0.5

func (UpdateK8sSecretResponse) String

func (s UpdateK8sSecretResponse) String() string

type UpdateK8sSecretResponseBody

type UpdateK8sSecretResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateK8sSecretResponseBody) GoString

func (s UpdateK8sSecretResponseBody) GoString() string

func (*UpdateK8sSecretResponseBody) SetCode

func (*UpdateK8sSecretResponseBody) SetMessage

func (*UpdateK8sSecretResponseBody) SetRequestId

func (UpdateK8sSecretResponseBody) String

type UpdateK8sServiceRequest

type UpdateK8sServiceRequest struct {
	AppId        *string                `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Name         *string                `json:"Name,omitempty" xml:"Name,omitempty"`
	ServicePorts map[string]interface{} `json:"ServicePorts,omitempty" xml:"ServicePorts,omitempty"`
	Type         *string                `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (UpdateK8sServiceRequest) GoString

func (s UpdateK8sServiceRequest) GoString() string

func (*UpdateK8sServiceRequest) SetAppId

func (*UpdateK8sServiceRequest) SetName

func (*UpdateK8sServiceRequest) SetServicePorts

func (s *UpdateK8sServiceRequest) SetServicePorts(v map[string]interface{}) *UpdateK8sServiceRequest

func (*UpdateK8sServiceRequest) SetType

func (UpdateK8sServiceRequest) String

func (s UpdateK8sServiceRequest) String() string

type UpdateK8sServiceResponse

type UpdateK8sServiceResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateK8sServiceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateK8sServiceResponse) GoString

func (s UpdateK8sServiceResponse) GoString() string

func (*UpdateK8sServiceResponse) SetBody

func (*UpdateK8sServiceResponse) SetHeaders

func (*UpdateK8sServiceResponse) SetStatusCode added in v1.0.5

func (UpdateK8sServiceResponse) String

func (s UpdateK8sServiceResponse) String() string

type UpdateK8sServiceResponseBody

type UpdateK8sServiceResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateK8sServiceResponseBody) GoString

func (s UpdateK8sServiceResponseBody) GoString() string

func (*UpdateK8sServiceResponseBody) SetChangeOrderId

func (*UpdateK8sServiceResponseBody) SetCode

func (*UpdateK8sServiceResponseBody) SetMessage

func (*UpdateK8sServiceResponseBody) SetRequestId

func (UpdateK8sServiceResponseBody) String

type UpdateK8sSlbRequest

type UpdateK8sSlbRequest struct {
	AppId                *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ClusterId            *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	DisableForceOverride *bool   `json:"DisableForceOverride,omitempty" xml:"DisableForceOverride,omitempty"`
	Port                 *string `json:"Port,omitempty" xml:"Port,omitempty"`
	Scheduler            *string `json:"Scheduler,omitempty" xml:"Scheduler,omitempty"`
	ServicePortInfos     *string `json:"ServicePortInfos,omitempty" xml:"ServicePortInfos,omitempty"`
	SlbName              *string `json:"SlbName,omitempty" xml:"SlbName,omitempty"`
	SlbProtocol          *string `json:"SlbProtocol,omitempty" xml:"SlbProtocol,omitempty"`
	Specification        *string `json:"Specification,omitempty" xml:"Specification,omitempty"`
	TargetPort           *string `json:"TargetPort,omitempty" xml:"TargetPort,omitempty"`
	Type                 *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (UpdateK8sSlbRequest) GoString

func (s UpdateK8sSlbRequest) GoString() string

func (*UpdateK8sSlbRequest) SetAppId

func (*UpdateK8sSlbRequest) SetClusterId

func (s *UpdateK8sSlbRequest) SetClusterId(v string) *UpdateK8sSlbRequest

func (*UpdateK8sSlbRequest) SetDisableForceOverride

func (s *UpdateK8sSlbRequest) SetDisableForceOverride(v bool) *UpdateK8sSlbRequest

func (*UpdateK8sSlbRequest) SetPort

func (*UpdateK8sSlbRequest) SetScheduler

func (s *UpdateK8sSlbRequest) SetScheduler(v string) *UpdateK8sSlbRequest

func (*UpdateK8sSlbRequest) SetServicePortInfos

func (s *UpdateK8sSlbRequest) SetServicePortInfos(v string) *UpdateK8sSlbRequest

func (*UpdateK8sSlbRequest) SetSlbName

func (*UpdateK8sSlbRequest) SetSlbProtocol

func (s *UpdateK8sSlbRequest) SetSlbProtocol(v string) *UpdateK8sSlbRequest

func (*UpdateK8sSlbRequest) SetSpecification

func (s *UpdateK8sSlbRequest) SetSpecification(v string) *UpdateK8sSlbRequest

func (*UpdateK8sSlbRequest) SetTargetPort

func (s *UpdateK8sSlbRequest) SetTargetPort(v string) *UpdateK8sSlbRequest

func (*UpdateK8sSlbRequest) SetType

func (UpdateK8sSlbRequest) String

func (s UpdateK8sSlbRequest) String() string

type UpdateK8sSlbResponse

type UpdateK8sSlbResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateK8sSlbResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateK8sSlbResponse) GoString

func (s UpdateK8sSlbResponse) GoString() string

func (*UpdateK8sSlbResponse) SetBody

func (*UpdateK8sSlbResponse) SetHeaders

func (s *UpdateK8sSlbResponse) SetHeaders(v map[string]*string) *UpdateK8sSlbResponse

func (*UpdateK8sSlbResponse) SetStatusCode added in v1.0.5

func (s *UpdateK8sSlbResponse) SetStatusCode(v int32) *UpdateK8sSlbResponse

func (UpdateK8sSlbResponse) String

func (s UpdateK8sSlbResponse) String() string

type UpdateK8sSlbResponseBody

type UpdateK8sSlbResponseBody struct {
	ChangeOrderId *string `json:"ChangeOrderId,omitempty" xml:"ChangeOrderId,omitempty"`
	Code          *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateK8sSlbResponseBody) GoString

func (s UpdateK8sSlbResponseBody) GoString() string

func (*UpdateK8sSlbResponseBody) SetChangeOrderId

func (*UpdateK8sSlbResponseBody) SetCode

func (*UpdateK8sSlbResponseBody) SetMessage

func (*UpdateK8sSlbResponseBody) SetRequestId

func (UpdateK8sSlbResponseBody) String

func (s UpdateK8sSlbResponseBody) String() string

type UpdateMockRuleRequest

type UpdateMockRuleRequest struct {
	DubboMockItemJson *string `json:"DubboMockItemJson,omitempty" xml:"DubboMockItemJson,omitempty"`
	ExtraJson         *string `json:"ExtraJson,omitempty" xml:"ExtraJson,omitempty"`
	Id                *string `json:"Id,omitempty" xml:"Id,omitempty"`
	Name              *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Region            *string `json:"Region,omitempty" xml:"Region,omitempty"`
	ScMockItemJson    *string `json:"ScMockItemJson,omitempty" xml:"ScMockItemJson,omitempty"`
}

func (UpdateMockRuleRequest) GoString

func (s UpdateMockRuleRequest) GoString() string

func (*UpdateMockRuleRequest) SetDubboMockItemJson

func (s *UpdateMockRuleRequest) SetDubboMockItemJson(v string) *UpdateMockRuleRequest

func (*UpdateMockRuleRequest) SetExtraJson

func (*UpdateMockRuleRequest) SetId

func (*UpdateMockRuleRequest) SetName

func (*UpdateMockRuleRequest) SetRegion

func (*UpdateMockRuleRequest) SetScMockItemJson

func (s *UpdateMockRuleRequest) SetScMockItemJson(v string) *UpdateMockRuleRequest

func (UpdateMockRuleRequest) String

func (s UpdateMockRuleRequest) String() string

type UpdateMockRuleResponse

type UpdateMockRuleResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateMockRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateMockRuleResponse) GoString

func (s UpdateMockRuleResponse) GoString() string

func (*UpdateMockRuleResponse) SetBody

func (*UpdateMockRuleResponse) SetHeaders

func (*UpdateMockRuleResponse) SetStatusCode added in v1.0.5

func (UpdateMockRuleResponse) String

func (s UpdateMockRuleResponse) String() string

type UpdateMockRuleResponseBody

type UpdateMockRuleResponseBody struct {
	Code      *string                         `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *UpdateMockRuleResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	HttpCode  *string                         `json:"HttpCode,omitempty" xml:"HttpCode,omitempty"`
	Message   *string                         `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                           `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateMockRuleResponseBody) GoString

func (s UpdateMockRuleResponseBody) GoString() string

func (*UpdateMockRuleResponseBody) SetCode

func (*UpdateMockRuleResponseBody) SetData

func (*UpdateMockRuleResponseBody) SetHttpCode

func (*UpdateMockRuleResponseBody) SetMessage

func (*UpdateMockRuleResponseBody) SetRequestId

func (*UpdateMockRuleResponseBody) SetSuccess

func (UpdateMockRuleResponseBody) String

type UpdateMockRuleResponseBodyData

type UpdateMockRuleResponseBodyData struct {
	AccountId         *string `json:"AccountId,omitempty" xml:"AccountId,omitempty"`
	ConsumerAppId     *string `json:"ConsumerAppId,omitempty" xml:"ConsumerAppId,omitempty"`
	ConsumerAppName   *string `json:"ConsumerAppName,omitempty" xml:"ConsumerAppName,omitempty"`
	DubboMockItemJson *string `json:"DubboMockItemJson,omitempty" xml:"DubboMockItemJson,omitempty"`
	Enable            *bool   `json:"Enable,omitempty" xml:"Enable,omitempty"`
	ExtraJson         *string `json:"ExtraJson,omitempty" xml:"ExtraJson,omitempty"`
	Id                *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	Name              *string `json:"Name,omitempty" xml:"Name,omitempty"`
	NamespaceId       *string `json:"NamespaceId,omitempty" xml:"NamespaceId,omitempty"`
	ProviderAppId     *string `json:"ProviderAppId,omitempty" xml:"ProviderAppId,omitempty"`
	ProviderAppName   *string `json:"ProviderAppName,omitempty" xml:"ProviderAppName,omitempty"`
	Region            *string `json:"Region,omitempty" xml:"Region,omitempty"`
	ScMockItemJson    *string `json:"ScMockItemJson,omitempty" xml:"ScMockItemJson,omitempty"`
	Source            *string `json:"Source,omitempty" xml:"Source,omitempty"`
}

func (UpdateMockRuleResponseBodyData) GoString

func (*UpdateMockRuleResponseBodyData) SetAccountId

func (*UpdateMockRuleResponseBodyData) SetConsumerAppId

func (*UpdateMockRuleResponseBodyData) SetConsumerAppName

func (*UpdateMockRuleResponseBodyData) SetDubboMockItemJson

func (*UpdateMockRuleResponseBodyData) SetEnable

func (*UpdateMockRuleResponseBodyData) SetExtraJson

func (*UpdateMockRuleResponseBodyData) SetId

func (*UpdateMockRuleResponseBodyData) SetName

func (*UpdateMockRuleResponseBodyData) SetNamespaceId

func (*UpdateMockRuleResponseBodyData) SetProviderAppId

func (*UpdateMockRuleResponseBodyData) SetProviderAppName

func (*UpdateMockRuleResponseBodyData) SetRegion

func (*UpdateMockRuleResponseBodyData) SetScMockItemJson

func (*UpdateMockRuleResponseBodyData) SetSource

func (UpdateMockRuleResponseBodyData) String

type UpdateRoleRequest

type UpdateRoleRequest struct {
	ActionData *string `json:"ActionData,omitempty" xml:"ActionData,omitempty"`
	RoleId     *int32  `json:"RoleId,omitempty" xml:"RoleId,omitempty"`
}

func (UpdateRoleRequest) GoString

func (s UpdateRoleRequest) GoString() string

func (*UpdateRoleRequest) SetActionData

func (s *UpdateRoleRequest) SetActionData(v string) *UpdateRoleRequest

func (*UpdateRoleRequest) SetRoleId

func (s *UpdateRoleRequest) SetRoleId(v int32) *UpdateRoleRequest

func (UpdateRoleRequest) String

func (s UpdateRoleRequest) String() string

type UpdateRoleResponse

type UpdateRoleResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateRoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateRoleResponse) GoString

func (s UpdateRoleResponse) GoString() string

func (*UpdateRoleResponse) SetBody

func (*UpdateRoleResponse) SetHeaders

func (s *UpdateRoleResponse) SetHeaders(v map[string]*string) *UpdateRoleResponse

func (*UpdateRoleResponse) SetStatusCode added in v1.0.5

func (s *UpdateRoleResponse) SetStatusCode(v int32) *UpdateRoleResponse

func (UpdateRoleResponse) String

func (s UpdateRoleResponse) String() string

type UpdateRoleResponseBody

type UpdateRoleResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateRoleResponseBody) GoString

func (s UpdateRoleResponseBody) GoString() string

func (*UpdateRoleResponseBody) SetCode

func (*UpdateRoleResponseBody) SetMessage

func (*UpdateRoleResponseBody) SetRequestId

func (UpdateRoleResponseBody) String

func (s UpdateRoleResponseBody) String() string

type UpdateSlsLogStoreRequest

type UpdateSlsLogStoreRequest struct {
	AppId   *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	Configs *string `json:"Configs,omitempty" xml:"Configs,omitempty"`
}

func (UpdateSlsLogStoreRequest) GoString

func (s UpdateSlsLogStoreRequest) GoString() string

func (*UpdateSlsLogStoreRequest) SetAppId

func (*UpdateSlsLogStoreRequest) SetConfigs

func (UpdateSlsLogStoreRequest) String

func (s UpdateSlsLogStoreRequest) String() string

type UpdateSlsLogStoreResponse

type UpdateSlsLogStoreResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateSlsLogStoreResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateSlsLogStoreResponse) GoString

func (s UpdateSlsLogStoreResponse) GoString() string

func (*UpdateSlsLogStoreResponse) SetBody

func (*UpdateSlsLogStoreResponse) SetHeaders

func (*UpdateSlsLogStoreResponse) SetStatusCode added in v1.0.5

func (UpdateSlsLogStoreResponse) String

func (s UpdateSlsLogStoreResponse) String() string

type UpdateSlsLogStoreResponseBody

type UpdateSlsLogStoreResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateSlsLogStoreResponseBody) GoString

func (*UpdateSlsLogStoreResponseBody) SetCode

func (*UpdateSlsLogStoreResponseBody) SetMessage

func (*UpdateSlsLogStoreResponseBody) SetRequestId

func (UpdateSlsLogStoreResponseBody) String

Jump to

Keyboard shortcuts

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