client

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 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 Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) CreateBenchmarkTask added in v1.1.3

func (client *Client) CreateBenchmarkTask(request *CreateBenchmarkTaskRequest) (_result *CreateBenchmarkTaskResponse, _err error)

func (*Client) CreateBenchmarkTaskWithOptions added in v1.1.3

func (client *Client) CreateBenchmarkTaskWithOptions(request *CreateBenchmarkTaskRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateBenchmarkTaskResponse, _err error)

func (*Client) CreateResource

func (client *Client) CreateResource(request *CreateResourceRequest) (_result *CreateResourceResponse, _err error)

func (*Client) CreateResourceInstances

func (client *Client) CreateResourceInstances(ClusterId *string, ResourceId *string, request *CreateResourceInstancesRequest) (_result *CreateResourceInstancesResponse, _err error)

func (*Client) CreateResourceInstancesWithOptions

func (client *Client) CreateResourceInstancesWithOptions(ClusterId *string, ResourceId *string, request *CreateResourceInstancesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateResourceInstancesResponse, _err error)

func (*Client) CreateResourceLog

func (client *Client) CreateResourceLog(ClusterId *string, ResourceId *string, request *CreateResourceLogRequest) (_result *CreateResourceLogResponse, _err error)

func (*Client) CreateResourceLogWithOptions

func (client *Client) CreateResourceLogWithOptions(ClusterId *string, ResourceId *string, request *CreateResourceLogRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateResourceLogResponse, _err error)

func (*Client) CreateResourceWithOptions

func (client *Client) CreateResourceWithOptions(request *CreateResourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateResourceResponse, _err error)

func (*Client) CreateService

func (client *Client) CreateService(request *CreateServiceRequest) (_result *CreateServiceResponse, _err error)

func (*Client) CreateServiceAutoScaler

func (client *Client) CreateServiceAutoScaler(ClusterId *string, ServiceName *string, request *CreateServiceAutoScalerRequest) (_result *CreateServiceAutoScalerResponse, _err error)

func (*Client) CreateServiceAutoScalerWithOptions

func (client *Client) CreateServiceAutoScalerWithOptions(ClusterId *string, ServiceName *string, request *CreateServiceAutoScalerRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateServiceAutoScalerResponse, _err error)

func (*Client) CreateServiceCronScaler

func (client *Client) CreateServiceCronScaler(ClusterId *string, ServiceName *string, request *CreateServiceCronScalerRequest) (_result *CreateServiceCronScalerResponse, _err error)

func (*Client) CreateServiceCronScalerWithOptions

func (client *Client) CreateServiceCronScalerWithOptions(ClusterId *string, ServiceName *string, request *CreateServiceCronScalerRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateServiceCronScalerResponse, _err error)

func (*Client) CreateServiceMirror

func (client *Client) CreateServiceMirror(ClusterId *string, ServiceName *string, request *CreateServiceMirrorRequest) (_result *CreateServiceMirrorResponse, _err error)

func (*Client) CreateServiceMirrorWithOptions

func (client *Client) CreateServiceMirrorWithOptions(ClusterId *string, ServiceName *string, request *CreateServiceMirrorRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateServiceMirrorResponse, _err error)

func (*Client) CreateServiceWithOptions

func (client *Client) CreateServiceWithOptions(request *CreateServiceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateServiceResponse, _err error)

func (*Client) DeleteBenchmarkTask added in v1.1.3

func (client *Client) DeleteBenchmarkTask(ClusterId *string, TaskName *string) (_result *DeleteBenchmarkTaskResponse, _err error)

func (*Client) DeleteBenchmarkTaskWithOptions added in v1.1.3

func (client *Client) DeleteBenchmarkTaskWithOptions(ClusterId *string, TaskName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteBenchmarkTaskResponse, _err error)

func (*Client) DeleteResource

func (client *Client) DeleteResource(ClusterId *string, ResourceId *string) (_result *DeleteResourceResponse, _err error)
func (client *Client) DeleteResourceDLink(ClusterId *string, ResourceId *string) (_result *DeleteResourceDLinkResponse, _err error)

func (*Client) DeleteResourceDLinkWithOptions

func (client *Client) DeleteResourceDLinkWithOptions(ClusterId *string, ResourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteResourceDLinkResponse, _err error)

func (*Client) DeleteResourceInstances

func (client *Client) DeleteResourceInstances(ClusterId *string, ResourceId *string, request *DeleteResourceInstancesRequest) (_result *DeleteResourceInstancesResponse, _err error)

func (*Client) DeleteResourceInstancesWithOptions

func (client *Client) DeleteResourceInstancesWithOptions(ClusterId *string, ResourceId *string, request *DeleteResourceInstancesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteResourceInstancesResponse, _err error)

func (*Client) DeleteResourceLog

func (client *Client) DeleteResourceLog(ClusterId *string, ResourceId *string) (_result *DeleteResourceLogResponse, _err error)

func (*Client) DeleteResourceLogWithOptions

func (client *Client) DeleteResourceLogWithOptions(ClusterId *string, ResourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteResourceLogResponse, _err error)

func (*Client) DeleteResourceWithOptions

func (client *Client) DeleteResourceWithOptions(ClusterId *string, ResourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteResourceResponse, _err error)

func (*Client) DeleteService

func (client *Client) DeleteService(ClusterId *string, ServiceName *string) (_result *DeleteServiceResponse, _err error)

func (*Client) DeleteServiceAutoScaler

func (client *Client) DeleteServiceAutoScaler(ClusterId *string, ServiceName *string) (_result *DeleteServiceAutoScalerResponse, _err error)

func (*Client) DeleteServiceAutoScalerWithOptions

func (client *Client) DeleteServiceAutoScalerWithOptions(ClusterId *string, ServiceName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteServiceAutoScalerResponse, _err error)

func (*Client) DeleteServiceCronScaler

func (client *Client) DeleteServiceCronScaler(ClusterId *string, ServiceName *string) (_result *DeleteServiceCronScalerResponse, _err error)

func (*Client) DeleteServiceCronScalerWithOptions

func (client *Client) DeleteServiceCronScalerWithOptions(ClusterId *string, ServiceName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteServiceCronScalerResponse, _err error)

func (*Client) DeleteServiceInstances

func (client *Client) DeleteServiceInstances(ClusterId *string, ServiceName *string, request *DeleteServiceInstancesRequest) (_result *DeleteServiceInstancesResponse, _err error)

func (*Client) DeleteServiceInstancesWithOptions

func (client *Client) DeleteServiceInstancesWithOptions(ClusterId *string, ServiceName *string, request *DeleteServiceInstancesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteServiceInstancesResponse, _err error)

func (*Client) DeleteServiceMirror

func (client *Client) DeleteServiceMirror(ClusterId *string, ServiceName *string) (_result *DeleteServiceMirrorResponse, _err error)

func (*Client) DeleteServiceMirrorWithOptions

func (client *Client) DeleteServiceMirrorWithOptions(ClusterId *string, ServiceName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteServiceMirrorResponse, _err error)

func (*Client) DeleteServiceWithOptions

func (client *Client) DeleteServiceWithOptions(ClusterId *string, ServiceName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteServiceResponse, _err error)

func (*Client) DescribeBenchmarkTask added in v1.1.3

func (client *Client) DescribeBenchmarkTask(ClusterId *string, TaskName *string) (_result *DescribeBenchmarkTaskResponse, _err error)

func (*Client) DescribeBenchmarkTaskReport added in v1.1.3

func (client *Client) DescribeBenchmarkTaskReport(ClusterId *string, TaskName *string) (_result *DescribeBenchmarkTaskReportResponse, _err error)

func (*Client) DescribeBenchmarkTaskReportWithOptions added in v1.1.3

func (client *Client) DescribeBenchmarkTaskReportWithOptions(ClusterId *string, TaskName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeBenchmarkTaskReportResponse, _err error)

func (*Client) DescribeBenchmarkTaskWithOptions added in v1.1.3

func (client *Client) DescribeBenchmarkTaskWithOptions(ClusterId *string, TaskName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeBenchmarkTaskResponse, _err error)

func (*Client) DescribeResource

func (client *Client) DescribeResource(ClusterId *string, ResourceId *string) (_result *DescribeResourceResponse, _err error)
func (client *Client) DescribeResourceDLink(ClusterId *string, ResourceId *string) (_result *DescribeResourceDLinkResponse, _err error)

func (*Client) DescribeResourceDLinkWithOptions

func (client *Client) DescribeResourceDLinkWithOptions(ClusterId *string, ResourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeResourceDLinkResponse, _err error)

func (*Client) DescribeResourceLog

func (client *Client) DescribeResourceLog(ClusterId *string, ResourceId *string) (_result *DescribeResourceLogResponse, _err error)

func (*Client) DescribeResourceLogWithOptions

func (client *Client) DescribeResourceLogWithOptions(ClusterId *string, ResourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeResourceLogResponse, _err error)

func (*Client) DescribeResourceWithOptions

func (client *Client) DescribeResourceWithOptions(ClusterId *string, ResourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeResourceResponse, _err error)

func (*Client) DescribeService

func (client *Client) DescribeService(ClusterId *string, ServiceName *string) (_result *DescribeServiceResponse, _err error)

func (*Client) DescribeServiceAutoScaler

func (client *Client) DescribeServiceAutoScaler(ClusterId *string, ServiceName *string) (_result *DescribeServiceAutoScalerResponse, _err error)

func (*Client) DescribeServiceAutoScalerWithOptions

func (client *Client) DescribeServiceAutoScalerWithOptions(ClusterId *string, ServiceName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeServiceAutoScalerResponse, _err error)

func (*Client) DescribeServiceCronScaler

func (client *Client) DescribeServiceCronScaler(ClusterId *string, ServiceName *string) (_result *DescribeServiceCronScalerResponse, _err error)

func (*Client) DescribeServiceCronScalerWithOptions

func (client *Client) DescribeServiceCronScalerWithOptions(ClusterId *string, ServiceName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeServiceCronScalerResponse, _err error)

func (*Client) DescribeServiceLog

func (client *Client) DescribeServiceLog(ClusterId *string, ServiceName *string, request *DescribeServiceLogRequest) (_result *DescribeServiceLogResponse, _err error)

func (*Client) DescribeServiceLogWithOptions

func (client *Client) DescribeServiceLogWithOptions(ClusterId *string, ServiceName *string, request *DescribeServiceLogRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeServiceLogResponse, _err error)

func (*Client) DescribeServiceMirror

func (client *Client) DescribeServiceMirror(ClusterId *string, ServiceName *string) (_result *DescribeServiceMirrorResponse, _err error)

func (*Client) DescribeServiceMirrorWithOptions

func (client *Client) DescribeServiceMirrorWithOptions(ClusterId *string, ServiceName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeServiceMirrorResponse, _err error)

func (*Client) DescribeServiceWithOptions

func (client *Client) DescribeServiceWithOptions(ClusterId *string, ServiceName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeServiceResponse, _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) Init

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

func (*Client) ListBenchmarkTask added in v1.1.3

func (client *Client) ListBenchmarkTask() (_result *ListBenchmarkTaskResponse, _err error)

func (*Client) ListBenchmarkTaskWithOptions added in v1.1.3

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

func (*Client) ListResourceInstanceWorker

func (client *Client) ListResourceInstanceWorker(ClusterId *string, ResourceId *string, InstanceName *string, request *ListResourceInstanceWorkerRequest) (_result *ListResourceInstanceWorkerResponse, _err error)

func (*Client) ListResourceInstanceWorkerWithOptions

func (client *Client) ListResourceInstanceWorkerWithOptions(ClusterId *string, ResourceId *string, InstanceName *string, request *ListResourceInstanceWorkerRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListResourceInstanceWorkerResponse, _err error)

func (*Client) ListResourceInstances

func (client *Client) ListResourceInstances(ClusterId *string, ResourceId *string, request *ListResourceInstancesRequest) (_result *ListResourceInstancesResponse, _err error)

func (*Client) ListResourceInstancesWithOptions

func (client *Client) ListResourceInstancesWithOptions(ClusterId *string, ResourceId *string, request *ListResourceInstancesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListResourceInstancesResponse, _err error)

func (*Client) ListResourceServices

func (client *Client) ListResourceServices(ClusterId *string, ResourceId *string, request *ListResourceServicesRequest) (_result *ListResourceServicesResponse, _err error)

func (*Client) ListResourceServicesWithOptions

func (client *Client) ListResourceServicesWithOptions(ClusterId *string, ResourceId *string, request *ListResourceServicesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListResourceServicesResponse, _err error)

func (*Client) ListResources

func (client *Client) ListResources(request *ListResourcesRequest) (_result *ListResourcesResponse, _err error)

func (*Client) ListResourcesWithOptions

func (client *Client) ListResourcesWithOptions(request *ListResourcesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListResourcesResponse, _err error)

func (*Client) ListServiceInstances

func (client *Client) ListServiceInstances(ClusterId *string, ServiceName *string, request *ListServiceInstancesRequest) (_result *ListServiceInstancesResponse, _err error)

func (*Client) ListServiceInstancesWithOptions

func (client *Client) ListServiceInstancesWithOptions(ClusterId *string, ServiceName *string, request *ListServiceInstancesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListServiceInstancesResponse, _err error)

func (*Client) ListServices

func (client *Client) ListServices(request *ListServicesRequest) (_result *ListServicesResponse, _err error)

func (*Client) ListServicesWithOptions

func (client *Client) ListServicesWithOptions(request *ListServicesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListServicesResponse, _err error)

func (*Client) ReleaseService

func (client *Client) ReleaseService(ClusterId *string, ServiceName *string, request *ReleaseServiceRequest) (_result *ReleaseServiceResponse, _err error)

func (*Client) ReleaseServiceWithOptions

func (client *Client) ReleaseServiceWithOptions(ClusterId *string, ServiceName *string, request *ReleaseServiceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ReleaseServiceResponse, _err error)

func (*Client) StartBenchmarkTask added in v1.1.3

func (client *Client) StartBenchmarkTask(ClusterId *string, TaskName *string) (_result *StartBenchmarkTaskResponse, _err error)

func (*Client) StartBenchmarkTaskWithOptions added in v1.1.3

func (client *Client) StartBenchmarkTaskWithOptions(ClusterId *string, TaskName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StartBenchmarkTaskResponse, _err error)

func (*Client) StartService

func (client *Client) StartService(ClusterId *string, ServiceName *string) (_result *StartServiceResponse, _err error)

func (*Client) StartServiceWithOptions

func (client *Client) StartServiceWithOptions(ClusterId *string, ServiceName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StartServiceResponse, _err error)

func (*Client) StopBenchmarkTask added in v1.1.3

func (client *Client) StopBenchmarkTask(ClusterId *string, TaskName *string) (_result *StopBenchmarkTaskResponse, _err error)

func (*Client) StopBenchmarkTaskWithOptions added in v1.1.3

func (client *Client) StopBenchmarkTaskWithOptions(ClusterId *string, TaskName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StopBenchmarkTaskResponse, _err error)

func (*Client) StopService

func (client *Client) StopService(ClusterId *string, ServiceName *string) (_result *StopServiceResponse, _err error)

func (*Client) StopServiceWithOptions

func (client *Client) StopServiceWithOptions(ClusterId *string, ServiceName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StopServiceResponse, _err error)

func (*Client) UpdateBenchmarkTask added in v1.1.3

func (client *Client) UpdateBenchmarkTask(ClusterId *string, TaskName *string, request *UpdateBenchmarkTaskRequest) (_result *UpdateBenchmarkTaskResponse, _err error)

func (*Client) UpdateBenchmarkTaskWithOptions added in v1.1.3

func (client *Client) UpdateBenchmarkTaskWithOptions(ClusterId *string, TaskName *string, request *UpdateBenchmarkTaskRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateBenchmarkTaskResponse, _err error)

func (*Client) UpdateResource

func (client *Client) UpdateResource(ClusterId *string, ResourceId *string, request *UpdateResourceRequest) (_result *UpdateResourceResponse, _err error)
func (client *Client) UpdateResourceDLink(ClusterId *string, ResourceId *string, request *UpdateResourceDLinkRequest) (_result *UpdateResourceDLinkResponse, _err error)

func (*Client) UpdateResourceDLinkWithOptions

func (client *Client) UpdateResourceDLinkWithOptions(ClusterId *string, ResourceId *string, request *UpdateResourceDLinkRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateResourceDLinkResponse, _err error)

func (*Client) UpdateResourceWithOptions

func (client *Client) UpdateResourceWithOptions(ClusterId *string, ResourceId *string, request *UpdateResourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateResourceResponse, _err error)

func (*Client) UpdateService

func (client *Client) UpdateService(ClusterId *string, ServiceName *string, request *UpdateServiceRequest) (_result *UpdateServiceResponse, _err error)

func (*Client) UpdateServiceAutoScaler

func (client *Client) UpdateServiceAutoScaler(ClusterId *string, ServiceName *string, request *UpdateServiceAutoScalerRequest) (_result *UpdateServiceAutoScalerResponse, _err error)

func (*Client) UpdateServiceAutoScalerWithOptions

func (client *Client) UpdateServiceAutoScalerWithOptions(ClusterId *string, ServiceName *string, request *UpdateServiceAutoScalerRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateServiceAutoScalerResponse, _err error)

func (*Client) UpdateServiceCronScaler

func (client *Client) UpdateServiceCronScaler(ClusterId *string, ServiceName *string, request *UpdateServiceCronScalerRequest) (_result *UpdateServiceCronScalerResponse, _err error)

func (*Client) UpdateServiceCronScalerWithOptions

func (client *Client) UpdateServiceCronScalerWithOptions(ClusterId *string, ServiceName *string, request *UpdateServiceCronScalerRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateServiceCronScalerResponse, _err error)

func (*Client) UpdateServiceMirror

func (client *Client) UpdateServiceMirror(ClusterId *string, ServiceName *string, request *UpdateServiceMirrorRequest) (_result *UpdateServiceMirrorResponse, _err error)

func (*Client) UpdateServiceMirrorWithOptions

func (client *Client) UpdateServiceMirrorWithOptions(ClusterId *string, ServiceName *string, request *UpdateServiceMirrorRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateServiceMirrorResponse, _err error)

func (*Client) UpdateServiceVersion

func (client *Client) UpdateServiceVersion(ClusterId *string, ServiceName *string, request *UpdateServiceVersionRequest) (_result *UpdateServiceVersionResponse, _err error)

func (*Client) UpdateServiceVersionWithOptions

func (client *Client) UpdateServiceVersionWithOptions(ClusterId *string, ServiceName *string, request *UpdateServiceVersionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateServiceVersionResponse, _err error)

func (*Client) UpdateServiceWithOptions

func (client *Client) UpdateServiceWithOptions(ClusterId *string, ServiceName *string, request *UpdateServiceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateServiceResponse, _err error)

type CreateBenchmarkTaskRequest added in v1.1.3

type CreateBenchmarkTaskRequest struct {
	Body *string `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateBenchmarkTaskRequest) GoString added in v1.1.3

func (s CreateBenchmarkTaskRequest) GoString() string

func (*CreateBenchmarkTaskRequest) SetBody added in v1.1.3

func (CreateBenchmarkTaskRequest) String added in v1.1.3

type CreateBenchmarkTaskResponse added in v1.1.3

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

func (CreateBenchmarkTaskResponse) GoString added in v1.1.3

func (s CreateBenchmarkTaskResponse) GoString() string

func (*CreateBenchmarkTaskResponse) SetBody added in v1.1.3

func (*CreateBenchmarkTaskResponse) SetHeaders added in v1.1.3

func (*CreateBenchmarkTaskResponse) SetStatusCode added in v1.1.3

func (CreateBenchmarkTaskResponse) String added in v1.1.3

type CreateBenchmarkTaskResponseBody added in v1.1.3

type CreateBenchmarkTaskResponseBody struct {
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Name      *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Region    *string `json:"Region,omitempty" xml:"Region,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateBenchmarkTaskResponseBody) GoString added in v1.1.3

func (*CreateBenchmarkTaskResponseBody) SetMessage added in v1.1.3

func (*CreateBenchmarkTaskResponseBody) SetName added in v1.1.3

func (*CreateBenchmarkTaskResponseBody) SetRegion added in v1.1.3

func (*CreateBenchmarkTaskResponseBody) SetRequestId added in v1.1.3

func (CreateBenchmarkTaskResponseBody) String added in v1.1.3

type CreateResourceInstancesRequest

type CreateResourceInstancesRequest struct {
	AutoRenewal      *bool   `json:"AutoRenewal,omitempty" xml:"AutoRenewal,omitempty"`
	ChargeType       *string `json:"ChargeType,omitempty" xml:"ChargeType,omitempty"`
	EcsInstanceCount *int32  `json:"EcsInstanceCount,omitempty" xml:"EcsInstanceCount,omitempty"`
	EcsInstanceType  *string `json:"EcsInstanceType,omitempty" xml:"EcsInstanceType,omitempty"`
	UserData         *string `json:"UserData,omitempty" xml:"UserData,omitempty"`
}

func (CreateResourceInstancesRequest) GoString

func (*CreateResourceInstancesRequest) SetAutoRenewal

func (*CreateResourceInstancesRequest) SetChargeType

func (*CreateResourceInstancesRequest) SetEcsInstanceCount

func (*CreateResourceInstancesRequest) SetEcsInstanceType

func (*CreateResourceInstancesRequest) SetUserData

func (CreateResourceInstancesRequest) String

type CreateResourceInstancesResponse

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

func (CreateResourceInstancesResponse) GoString

func (*CreateResourceInstancesResponse) SetHeaders

func (*CreateResourceInstancesResponse) SetStatusCode added in v1.1.3

func (CreateResourceInstancesResponse) String

type CreateResourceInstancesResponseBody

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

func (CreateResourceInstancesResponseBody) GoString

func (*CreateResourceInstancesResponseBody) SetMessage

func (*CreateResourceInstancesResponseBody) SetRequestId

func (CreateResourceInstancesResponseBody) String

type CreateResourceLogRequest

type CreateResourceLogRequest struct {
	LogStore    *string `json:"LogStore,omitempty" xml:"LogStore,omitempty"`
	ProjectName *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
}

func (CreateResourceLogRequest) GoString

func (s CreateResourceLogRequest) GoString() string

func (*CreateResourceLogRequest) SetLogStore

func (*CreateResourceLogRequest) SetProjectName

func (CreateResourceLogRequest) String

func (s CreateResourceLogRequest) String() string

type CreateResourceLogResponse

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

func (CreateResourceLogResponse) GoString

func (s CreateResourceLogResponse) GoString() string

func (*CreateResourceLogResponse) SetBody

func (*CreateResourceLogResponse) SetHeaders

func (*CreateResourceLogResponse) SetStatusCode added in v1.1.3

func (CreateResourceLogResponse) String

func (s CreateResourceLogResponse) String() string

type CreateResourceLogResponseBody

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

func (CreateResourceLogResponseBody) GoString

func (*CreateResourceLogResponseBody) SetMessage

func (*CreateResourceLogResponseBody) SetRequestId

func (CreateResourceLogResponseBody) String

type CreateResourceRequest

type CreateResourceRequest struct {
	AutoRenewal      *bool   `json:"AutoRenewal,omitempty" xml:"AutoRenewal,omitempty"`
	ChargeType       *string `json:"ChargeType,omitempty" xml:"ChargeType,omitempty"`
	EcsInstanceCount *int32  `json:"EcsInstanceCount,omitempty" xml:"EcsInstanceCount,omitempty"`
	EcsInstanceType  *string `json:"EcsInstanceType,omitempty" xml:"EcsInstanceType,omitempty"`
}

func (CreateResourceRequest) GoString

func (s CreateResourceRequest) GoString() string

func (*CreateResourceRequest) SetAutoRenewal

func (s *CreateResourceRequest) SetAutoRenewal(v bool) *CreateResourceRequest

func (*CreateResourceRequest) SetChargeType

func (s *CreateResourceRequest) SetChargeType(v string) *CreateResourceRequest

func (*CreateResourceRequest) SetEcsInstanceCount

func (s *CreateResourceRequest) SetEcsInstanceCount(v int32) *CreateResourceRequest

func (*CreateResourceRequest) SetEcsInstanceType

func (s *CreateResourceRequest) SetEcsInstanceType(v string) *CreateResourceRequest

func (CreateResourceRequest) String

func (s CreateResourceRequest) String() string

type CreateResourceResponse

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

func (CreateResourceResponse) GoString

func (s CreateResourceResponse) GoString() string

func (*CreateResourceResponse) SetBody

func (*CreateResourceResponse) SetHeaders

func (*CreateResourceResponse) SetStatusCode added in v1.1.3

func (CreateResourceResponse) String

func (s CreateResourceResponse) String() string

type CreateResourceResponseBody

type CreateResourceResponseBody struct {
	ClusterId    *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	OwnerUid     *string `json:"OwnerUid,omitempty" xml:"OwnerUid,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ResourceId   *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"`
	ResourceName *string `json:"ResourceName,omitempty" xml:"ResourceName,omitempty"`
}

func (CreateResourceResponseBody) GoString

func (s CreateResourceResponseBody) GoString() string

func (*CreateResourceResponseBody) SetClusterId

func (*CreateResourceResponseBody) SetOwnerUid

func (*CreateResourceResponseBody) SetRequestId

func (*CreateResourceResponseBody) SetResourceId

func (*CreateResourceResponseBody) SetResourceName

func (CreateResourceResponseBody) String

type CreateServiceAutoScalerRequest

type CreateServiceAutoScalerRequest struct {
	Max        *int32                                    `json:"Max,omitempty" xml:"Max,omitempty"`
	Min        *int32                                    `json:"Min,omitempty" xml:"Min,omitempty"`
	Strategies *CreateServiceAutoScalerRequestStrategies `json:"Strategies,omitempty" xml:"Strategies,omitempty" type:"Struct"`
}

func (CreateServiceAutoScalerRequest) GoString

func (*CreateServiceAutoScalerRequest) SetMax

func (*CreateServiceAutoScalerRequest) SetMin

func (CreateServiceAutoScalerRequest) String

type CreateServiceAutoScalerRequestStrategies

type CreateServiceAutoScalerRequestStrategies struct {
	Cpu *float32 `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	Qps *float32 `json:"Qps,omitempty" xml:"Qps,omitempty"`
}

func (CreateServiceAutoScalerRequestStrategies) GoString

func (*CreateServiceAutoScalerRequestStrategies) SetCpu

func (*CreateServiceAutoScalerRequestStrategies) SetQps

func (CreateServiceAutoScalerRequestStrategies) String

type CreateServiceAutoScalerResponse

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

func (CreateServiceAutoScalerResponse) GoString

func (*CreateServiceAutoScalerResponse) SetHeaders

func (*CreateServiceAutoScalerResponse) SetStatusCode added in v1.1.3

func (CreateServiceAutoScalerResponse) String

type CreateServiceAutoScalerResponseBody

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

func (CreateServiceAutoScalerResponseBody) GoString

func (*CreateServiceAutoScalerResponseBody) SetMessage

func (*CreateServiceAutoScalerResponseBody) SetRequestId

func (CreateServiceAutoScalerResponseBody) String

type CreateServiceCronScalerRequest

type CreateServiceCronScalerRequest struct {
	ExcludeDates []*string                                  `json:"ExcludeDates,omitempty" xml:"ExcludeDates,omitempty" type:"Repeated"`
	ScaleJobs    []*CreateServiceCronScalerRequestScaleJobs `json:"ScaleJobs,omitempty" xml:"ScaleJobs,omitempty" type:"Repeated"`
}

func (CreateServiceCronScalerRequest) GoString

func (*CreateServiceCronScalerRequest) SetExcludeDates

func (CreateServiceCronScalerRequest) String

type CreateServiceCronScalerRequestScaleJobs

type CreateServiceCronScalerRequestScaleJobs struct {
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Schedule   *string `json:"Schedule,omitempty" xml:"Schedule,omitempty"`
	TargetSize *int32  `json:"TargetSize,omitempty" xml:"TargetSize,omitempty"`
}

func (CreateServiceCronScalerRequestScaleJobs) GoString

func (*CreateServiceCronScalerRequestScaleJobs) SetName

func (*CreateServiceCronScalerRequestScaleJobs) SetSchedule

func (*CreateServiceCronScalerRequestScaleJobs) SetTargetSize

func (CreateServiceCronScalerRequestScaleJobs) String

type CreateServiceCronScalerResponse

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

func (CreateServiceCronScalerResponse) GoString

func (*CreateServiceCronScalerResponse) SetHeaders

func (*CreateServiceCronScalerResponse) SetStatusCode added in v1.1.3

func (CreateServiceCronScalerResponse) String

type CreateServiceCronScalerResponseBody

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

func (CreateServiceCronScalerResponseBody) GoString

func (*CreateServiceCronScalerResponseBody) SetMessage

func (*CreateServiceCronScalerResponseBody) SetRequestId

func (CreateServiceCronScalerResponseBody) String

type CreateServiceMirrorRequest

type CreateServiceMirrorRequest struct {
	Ratio  *int32    `json:"Ratio,omitempty" xml:"Ratio,omitempty"`
	Target []*string `json:"Target,omitempty" xml:"Target,omitempty" type:"Repeated"`
}

func (CreateServiceMirrorRequest) GoString

func (s CreateServiceMirrorRequest) GoString() string

func (*CreateServiceMirrorRequest) SetRatio

func (*CreateServiceMirrorRequest) SetTarget

func (CreateServiceMirrorRequest) String

type CreateServiceMirrorResponse

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

func (CreateServiceMirrorResponse) GoString

func (s CreateServiceMirrorResponse) GoString() string

func (*CreateServiceMirrorResponse) SetBody

func (*CreateServiceMirrorResponse) SetHeaders

func (*CreateServiceMirrorResponse) SetStatusCode added in v1.1.3

func (CreateServiceMirrorResponse) String

type CreateServiceMirrorResponseBody

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

func (CreateServiceMirrorResponseBody) GoString

func (*CreateServiceMirrorResponseBody) SetMessage

func (*CreateServiceMirrorResponseBody) SetRequestId

func (CreateServiceMirrorResponseBody) String

type CreateServiceRequest

type CreateServiceRequest struct {
	Body *string `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateServiceRequest) GoString

func (s CreateServiceRequest) GoString() string

func (*CreateServiceRequest) SetBody

func (CreateServiceRequest) String

func (s CreateServiceRequest) String() string

type CreateServiceResponse

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

func (CreateServiceResponse) GoString

func (s CreateServiceResponse) GoString() string

func (*CreateServiceResponse) SetBody

func (*CreateServiceResponse) SetHeaders

func (*CreateServiceResponse) SetStatusCode added in v1.1.3

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

func (CreateServiceResponse) String

func (s CreateServiceResponse) String() string

type CreateServiceResponseBody

type CreateServiceResponseBody struct {
	InternetEndpoint *string `json:"InternetEndpoint,omitempty" xml:"InternetEndpoint,omitempty"`
	IntranetEndpoint *string `json:"IntranetEndpoint,omitempty" xml:"IntranetEndpoint,omitempty"`
	Region           *string `json:"Region,omitempty" xml:"Region,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ServiceId        *string `json:"ServiceId,omitempty" xml:"ServiceId,omitempty"`
	ServiceName      *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	Status           *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (CreateServiceResponseBody) GoString

func (s CreateServiceResponseBody) GoString() string

func (*CreateServiceResponseBody) SetInternetEndpoint

func (s *CreateServiceResponseBody) SetInternetEndpoint(v string) *CreateServiceResponseBody

func (*CreateServiceResponseBody) SetIntranetEndpoint

func (s *CreateServiceResponseBody) SetIntranetEndpoint(v string) *CreateServiceResponseBody

func (*CreateServiceResponseBody) SetRegion

func (*CreateServiceResponseBody) SetRequestId

func (*CreateServiceResponseBody) SetServiceId

func (*CreateServiceResponseBody) SetServiceName

func (*CreateServiceResponseBody) SetStatus

func (CreateServiceResponseBody) String

func (s CreateServiceResponseBody) String() string

type DeleteBenchmarkTaskResponse added in v1.1.3

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

func (DeleteBenchmarkTaskResponse) GoString added in v1.1.3

func (s DeleteBenchmarkTaskResponse) GoString() string

func (*DeleteBenchmarkTaskResponse) SetBody added in v1.1.3

func (*DeleteBenchmarkTaskResponse) SetHeaders added in v1.1.3

func (*DeleteBenchmarkTaskResponse) SetStatusCode added in v1.1.3

func (DeleteBenchmarkTaskResponse) String added in v1.1.3

type DeleteBenchmarkTaskResponseBody added in v1.1.3

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

func (DeleteBenchmarkTaskResponseBody) GoString added in v1.1.3

func (*DeleteBenchmarkTaskResponseBody) SetMessage added in v1.1.3

func (*DeleteBenchmarkTaskResponseBody) SetRequestId added in v1.1.3

func (DeleteBenchmarkTaskResponseBody) String added in v1.1.3

type DeleteResourceDLinkResponse

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

func (DeleteResourceDLinkResponse) GoString

func (s DeleteResourceDLinkResponse) GoString() string

func (*DeleteResourceDLinkResponse) SetBody

func (*DeleteResourceDLinkResponse) SetHeaders

func (*DeleteResourceDLinkResponse) SetStatusCode added in v1.1.3

func (DeleteResourceDLinkResponse) String

type DeleteResourceDLinkResponseBody

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

func (DeleteResourceDLinkResponseBody) GoString

func (*DeleteResourceDLinkResponseBody) SetMessage

func (*DeleteResourceDLinkResponseBody) SetRequestId

func (DeleteResourceDLinkResponseBody) String

type DeleteResourceInstancesRequest

type DeleteResourceInstancesRequest struct {
	AllFailed    *bool   `json:"AllFailed,omitempty" xml:"AllFailed,omitempty"`
	InstanceList *string `json:"InstanceList,omitempty" xml:"InstanceList,omitempty"`
}

func (DeleteResourceInstancesRequest) GoString

func (*DeleteResourceInstancesRequest) SetAllFailed

func (*DeleteResourceInstancesRequest) SetInstanceList

func (DeleteResourceInstancesRequest) String

type DeleteResourceInstancesResponse

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

func (DeleteResourceInstancesResponse) GoString

func (*DeleteResourceInstancesResponse) SetHeaders

func (*DeleteResourceInstancesResponse) SetStatusCode added in v1.1.3

func (DeleteResourceInstancesResponse) String

type DeleteResourceInstancesResponseBody

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

func (DeleteResourceInstancesResponseBody) GoString

func (*DeleteResourceInstancesResponseBody) SetMessage

func (*DeleteResourceInstancesResponseBody) SetRequestId

func (DeleteResourceInstancesResponseBody) String

type DeleteResourceLogResponse

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

func (DeleteResourceLogResponse) GoString

func (s DeleteResourceLogResponse) GoString() string

func (*DeleteResourceLogResponse) SetBody

func (*DeleteResourceLogResponse) SetHeaders

func (*DeleteResourceLogResponse) SetStatusCode added in v1.1.3

func (DeleteResourceLogResponse) String

func (s DeleteResourceLogResponse) String() string

type DeleteResourceLogResponseBody

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

func (DeleteResourceLogResponseBody) GoString

func (*DeleteResourceLogResponseBody) SetMessage

func (*DeleteResourceLogResponseBody) SetRequestId

func (DeleteResourceLogResponseBody) String

type DeleteResourceResponse

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

func (DeleteResourceResponse) GoString

func (s DeleteResourceResponse) GoString() string

func (*DeleteResourceResponse) SetBody

func (*DeleteResourceResponse) SetHeaders

func (*DeleteResourceResponse) SetStatusCode added in v1.1.3

func (DeleteResourceResponse) String

func (s DeleteResourceResponse) String() string

type DeleteResourceResponseBody

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

func (DeleteResourceResponseBody) GoString

func (s DeleteResourceResponseBody) GoString() string

func (*DeleteResourceResponseBody) SetMessage

func (*DeleteResourceResponseBody) SetRequestId

func (DeleteResourceResponseBody) String

type DeleteServiceAutoScalerResponse

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

func (DeleteServiceAutoScalerResponse) GoString

func (*DeleteServiceAutoScalerResponse) SetHeaders

func (*DeleteServiceAutoScalerResponse) SetStatusCode added in v1.1.3

func (DeleteServiceAutoScalerResponse) String

type DeleteServiceAutoScalerResponseBody

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

func (DeleteServiceAutoScalerResponseBody) GoString

func (*DeleteServiceAutoScalerResponseBody) SetMessage

func (*DeleteServiceAutoScalerResponseBody) SetRequestId

func (DeleteServiceAutoScalerResponseBody) String

type DeleteServiceCronScalerResponse

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

func (DeleteServiceCronScalerResponse) GoString

func (*DeleteServiceCronScalerResponse) SetHeaders

func (*DeleteServiceCronScalerResponse) SetStatusCode added in v1.1.3

func (DeleteServiceCronScalerResponse) String

type DeleteServiceCronScalerResponseBody

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

func (DeleteServiceCronScalerResponseBody) GoString

func (*DeleteServiceCronScalerResponseBody) SetMessage

func (*DeleteServiceCronScalerResponseBody) SetRequestId

func (DeleteServiceCronScalerResponseBody) String

type DeleteServiceInstancesRequest

type DeleteServiceInstancesRequest struct {
	InstanceList *string `json:"InstanceList,omitempty" xml:"InstanceList,omitempty"`
}

func (DeleteServiceInstancesRequest) GoString

func (*DeleteServiceInstancesRequest) SetInstanceList

func (DeleteServiceInstancesRequest) String

type DeleteServiceInstancesResponse

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

func (DeleteServiceInstancesResponse) GoString

func (*DeleteServiceInstancesResponse) SetHeaders

func (*DeleteServiceInstancesResponse) SetStatusCode added in v1.1.3

func (DeleteServiceInstancesResponse) String

type DeleteServiceInstancesResponseBody

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

func (DeleteServiceInstancesResponseBody) GoString

func (*DeleteServiceInstancesResponseBody) SetMessage

func (*DeleteServiceInstancesResponseBody) SetRequestId

func (DeleteServiceInstancesResponseBody) String

type DeleteServiceMirrorResponse

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

func (DeleteServiceMirrorResponse) GoString

func (s DeleteServiceMirrorResponse) GoString() string

func (*DeleteServiceMirrorResponse) SetBody

func (*DeleteServiceMirrorResponse) SetHeaders

func (*DeleteServiceMirrorResponse) SetStatusCode added in v1.1.3

func (DeleteServiceMirrorResponse) String

type DeleteServiceMirrorResponseBody

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

func (DeleteServiceMirrorResponseBody) GoString

func (*DeleteServiceMirrorResponseBody) SetMessage

func (*DeleteServiceMirrorResponseBody) SetRequestId

func (DeleteServiceMirrorResponseBody) String

type DeleteServiceResponse

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

func (DeleteServiceResponse) GoString

func (s DeleteServiceResponse) GoString() string

func (*DeleteServiceResponse) SetBody

func (*DeleteServiceResponse) SetHeaders

func (*DeleteServiceResponse) SetStatusCode added in v1.1.3

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

func (DeleteServiceResponse) String

func (s DeleteServiceResponse) String() string

type DeleteServiceResponseBody

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

func (DeleteServiceResponseBody) GoString

func (s DeleteServiceResponseBody) GoString() string

func (*DeleteServiceResponseBody) SetMessage

func (*DeleteServiceResponseBody) SetRequestId

func (DeleteServiceResponseBody) String

func (s DeleteServiceResponseBody) String() string

type DescribeBenchmarkTaskReportResponse added in v1.1.3

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

func (DescribeBenchmarkTaskReportResponse) GoString added in v1.1.3

func (*DescribeBenchmarkTaskReportResponse) SetBody added in v1.1.3

func (*DescribeBenchmarkTaskReportResponse) SetHeaders added in v1.1.3

func (*DescribeBenchmarkTaskReportResponse) SetStatusCode added in v1.1.3

func (DescribeBenchmarkTaskReportResponse) String added in v1.1.3

type DescribeBenchmarkTaskReportResponseBody added in v1.1.3

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

func (DescribeBenchmarkTaskReportResponseBody) GoString added in v1.1.3

func (*DescribeBenchmarkTaskReportResponseBody) SetReportUrl added in v1.1.3

func (*DescribeBenchmarkTaskReportResponseBody) SetRequestId added in v1.1.3

func (DescribeBenchmarkTaskReportResponseBody) String added in v1.1.3

type DescribeBenchmarkTaskResponse added in v1.1.3

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

func (DescribeBenchmarkTaskResponse) GoString added in v1.1.3

func (*DescribeBenchmarkTaskResponse) SetBody added in v1.1.3

func (*DescribeBenchmarkTaskResponse) SetHeaders added in v1.1.3

func (*DescribeBenchmarkTaskResponse) SetStatusCode added in v1.1.3

func (DescribeBenchmarkTaskResponse) String added in v1.1.3

type DescribeBenchmarkTaskResponseBody added in v1.1.3

type DescribeBenchmarkTaskResponseBody struct {
	AvailableAgent *int64  `json:"AvailableAgent,omitempty" xml:"AvailableAgent,omitempty"`
	CallerUid      *string `json:"CallerUid,omitempty" xml:"CallerUid,omitempty"`
	DesiredAgent   *int64  `json:"DesiredAgent,omitempty" xml:"DesiredAgent,omitempty"`
	Message        *string `json:"Message,omitempty" xml:"Message,omitempty"`
	ParentUid      *string `json:"ParentUid,omitempty" xml:"ParentUid,omitempty"`
	Reason         *string `json:"Reason,omitempty" xml:"Reason,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ServiceName    *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	Status         *string `json:"Status,omitempty" xml:"Status,omitempty"`
	TaskId         *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
	TaskName       *string `json:"TaskName,omitempty" xml:"TaskName,omitempty"`
	Token          *string `json:"Token,omitempty" xml:"Token,omitempty"`
}

func (DescribeBenchmarkTaskResponseBody) GoString added in v1.1.3

func (*DescribeBenchmarkTaskResponseBody) SetAvailableAgent added in v1.1.3

func (*DescribeBenchmarkTaskResponseBody) SetCallerUid added in v1.1.3

func (*DescribeBenchmarkTaskResponseBody) SetDesiredAgent added in v1.1.3

func (*DescribeBenchmarkTaskResponseBody) SetMessage added in v1.1.3

func (*DescribeBenchmarkTaskResponseBody) SetParentUid added in v1.1.3

func (*DescribeBenchmarkTaskResponseBody) SetReason added in v1.1.3

func (*DescribeBenchmarkTaskResponseBody) SetRequestId added in v1.1.3

func (*DescribeBenchmarkTaskResponseBody) SetServiceName added in v1.1.3

func (*DescribeBenchmarkTaskResponseBody) SetStatus added in v1.1.3

func (*DescribeBenchmarkTaskResponseBody) SetTaskId added in v1.1.3

func (*DescribeBenchmarkTaskResponseBody) SetTaskName added in v1.1.3

func (*DescribeBenchmarkTaskResponseBody) SetToken added in v1.1.3

func (DescribeBenchmarkTaskResponseBody) String added in v1.1.3

type DescribeResourceDLinkResponse

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

func (DescribeResourceDLinkResponse) GoString

func (*DescribeResourceDLinkResponse) SetBody

func (*DescribeResourceDLinkResponse) SetHeaders

func (*DescribeResourceDLinkResponse) SetStatusCode added in v1.1.3

func (DescribeResourceDLinkResponse) String

type DescribeResourceDLinkResponseBody

type DescribeResourceDLinkResponseBody struct {
	AuxVSwitchList   []*string `json:"AuxVSwitchList,omitempty" xml:"AuxVSwitchList,omitempty" type:"Repeated"`
	DestinationCIDRs *string   `json:"DestinationCIDRs,omitempty" xml:"DestinationCIDRs,omitempty"`
	RequestId        *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SecurityGroupId  *string   `json:"SecurityGroupId,omitempty" xml:"SecurityGroupId,omitempty"`
	VSwitchId        *string   `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	VpcId            *string   `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (DescribeResourceDLinkResponseBody) GoString

func (*DescribeResourceDLinkResponseBody) SetAuxVSwitchList

func (*DescribeResourceDLinkResponseBody) SetDestinationCIDRs

func (*DescribeResourceDLinkResponseBody) SetRequestId

func (*DescribeResourceDLinkResponseBody) SetSecurityGroupId

func (*DescribeResourceDLinkResponseBody) SetVSwitchId

func (*DescribeResourceDLinkResponseBody) SetVpcId

func (DescribeResourceDLinkResponseBody) String

type DescribeResourceLogResponse

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

func (DescribeResourceLogResponse) GoString

func (s DescribeResourceLogResponse) GoString() string

func (*DescribeResourceLogResponse) SetBody

func (*DescribeResourceLogResponse) SetHeaders

func (*DescribeResourceLogResponse) SetStatusCode added in v1.1.3

func (DescribeResourceLogResponse) String

type DescribeResourceLogResponseBody

type DescribeResourceLogResponseBody struct {
	LogStore    *string `json:"LogStore,omitempty" xml:"LogStore,omitempty"`
	Message     *string `json:"Message,omitempty" xml:"Message,omitempty"`
	ProjectName *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	RequestId   *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Status      *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeResourceLogResponseBody) GoString

func (*DescribeResourceLogResponseBody) SetLogStore

func (*DescribeResourceLogResponseBody) SetMessage

func (*DescribeResourceLogResponseBody) SetProjectName

func (*DescribeResourceLogResponseBody) SetRequestId

func (*DescribeResourceLogResponseBody) SetStatus

func (DescribeResourceLogResponseBody) String

type DescribeResourceResponse

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

func (DescribeResourceResponse) GoString

func (s DescribeResourceResponse) GoString() string

func (*DescribeResourceResponse) SetBody

func (*DescribeResourceResponse) SetHeaders

func (*DescribeResourceResponse) SetStatusCode added in v1.1.3

func (DescribeResourceResponse) String

func (s DescribeResourceResponse) String() string

type DescribeResourceResponseBody

type DescribeResourceResponseBody struct {
	ClusterId             *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CpuCount              *int32  `json:"CpuCount,omitempty" xml:"CpuCount,omitempty"`
	CreateTime            *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ExtraData             *string `json:"ExtraData,omitempty" xml:"ExtraData,omitempty"`
	GpuCount              *int32  `json:"GpuCount,omitempty" xml:"GpuCount,omitempty"`
	InstanceCount         *int32  `json:"InstanceCount,omitempty" xml:"InstanceCount,omitempty"`
	Message               *string `json:"Message,omitempty" xml:"Message,omitempty"`
	OwnerUid              *string `json:"OwnerUid,omitempty" xml:"OwnerUid,omitempty"`
	PostPaidInstanceCount *int32  `json:"PostPaidInstanceCount,omitempty" xml:"PostPaidInstanceCount,omitempty"`
	PrePaidInstanceCount  *int32  `json:"PrePaidInstanceCount,omitempty" xml:"PrePaidInstanceCount,omitempty"`
	RequestId             *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ResourceId            *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"`
	ResourceName          *string `json:"ResourceName,omitempty" xml:"ResourceName,omitempty"`
	Status                *string `json:"Status,omitempty" xml:"Status,omitempty"`
	UpdateTime            *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (DescribeResourceResponseBody) GoString

func (s DescribeResourceResponseBody) GoString() string

func (*DescribeResourceResponseBody) SetClusterId

func (*DescribeResourceResponseBody) SetCpuCount

func (*DescribeResourceResponseBody) SetCreateTime

func (*DescribeResourceResponseBody) SetExtraData

func (*DescribeResourceResponseBody) SetGpuCount

func (*DescribeResourceResponseBody) SetInstanceCount

func (*DescribeResourceResponseBody) SetMessage

func (*DescribeResourceResponseBody) SetOwnerUid

func (*DescribeResourceResponseBody) SetPostPaidInstanceCount

func (s *DescribeResourceResponseBody) SetPostPaidInstanceCount(v int32) *DescribeResourceResponseBody

func (*DescribeResourceResponseBody) SetPrePaidInstanceCount

func (s *DescribeResourceResponseBody) SetPrePaidInstanceCount(v int32) *DescribeResourceResponseBody

func (*DescribeResourceResponseBody) SetRequestId

func (*DescribeResourceResponseBody) SetResourceId

func (*DescribeResourceResponseBody) SetResourceName

func (*DescribeResourceResponseBody) SetStatus

func (*DescribeResourceResponseBody) SetUpdateTime

func (DescribeResourceResponseBody) String

type DescribeServiceAutoScalerResponse

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

func (DescribeServiceAutoScalerResponse) GoString

func (*DescribeServiceAutoScalerResponse) SetHeaders

func (*DescribeServiceAutoScalerResponse) SetStatusCode added in v1.1.3

func (DescribeServiceAutoScalerResponse) String

type DescribeServiceAutoScalerResponseBody

type DescribeServiceAutoScalerResponseBody struct {
	CurrentValues map[string]interface{} `json:"CurrentValues,omitempty" xml:"CurrentValues,omitempty"`
	MaxReplica    *int32                 `json:"MaxReplica,omitempty" xml:"MaxReplica,omitempty"`
	MinReplica    *int32                 `json:"MinReplica,omitempty" xml:"MinReplica,omitempty"`
	RequestId     *string                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ServiceName   *string                `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	Strategies    map[string]interface{} `json:"Strategies,omitempty" xml:"Strategies,omitempty"`
}

func (DescribeServiceAutoScalerResponseBody) GoString

func (*DescribeServiceAutoScalerResponseBody) SetCurrentValues

func (*DescribeServiceAutoScalerResponseBody) SetMaxReplica

func (*DescribeServiceAutoScalerResponseBody) SetMinReplica

func (*DescribeServiceAutoScalerResponseBody) SetRequestId

func (*DescribeServiceAutoScalerResponseBody) SetServiceName

func (*DescribeServiceAutoScalerResponseBody) SetStrategies

func (DescribeServiceAutoScalerResponseBody) String

type DescribeServiceCronScalerResponse

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

func (DescribeServiceCronScalerResponse) GoString

func (*DescribeServiceCronScalerResponse) SetHeaders

func (*DescribeServiceCronScalerResponse) SetStatusCode added in v1.1.3

func (DescribeServiceCronScalerResponse) String

type DescribeServiceCronScalerResponseBody

type DescribeServiceCronScalerResponseBody struct {
	ExcludeDates []*string                                         `json:"ExcludeDates,omitempty" xml:"ExcludeDates,omitempty" type:"Repeated"`
	RequestId    *string                                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ScaleJobs    []*DescribeServiceCronScalerResponseBodyScaleJobs `json:"ScaleJobs,omitempty" xml:"ScaleJobs,omitempty" type:"Repeated"`
	ServiceName  *string                                           `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
}

func (DescribeServiceCronScalerResponseBody) GoString

func (*DescribeServiceCronScalerResponseBody) SetExcludeDates

func (*DescribeServiceCronScalerResponseBody) SetRequestId

func (*DescribeServiceCronScalerResponseBody) SetServiceName

func (DescribeServiceCronScalerResponseBody) String

type DescribeServiceCronScalerResponseBodyScaleJobs

type DescribeServiceCronScalerResponseBodyScaleJobs struct {
	CreateTime    *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	LastProbeTime *string `json:"LastProbeTime,omitempty" xml:"LastProbeTime,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Schedule      *string `json:"Schedule,omitempty" xml:"Schedule,omitempty"`
	State         *string `json:"State,omitempty" xml:"State,omitempty"`
	TargetSize    *int32  `json:"TargetSize,omitempty" xml:"TargetSize,omitempty"`
}

func (DescribeServiceCronScalerResponseBodyScaleJobs) GoString

func (*DescribeServiceCronScalerResponseBodyScaleJobs) SetCreateTime

func (*DescribeServiceCronScalerResponseBodyScaleJobs) SetLastProbeTime

func (*DescribeServiceCronScalerResponseBodyScaleJobs) SetMessage

func (*DescribeServiceCronScalerResponseBodyScaleJobs) SetName

func (*DescribeServiceCronScalerResponseBodyScaleJobs) SetSchedule

func (*DescribeServiceCronScalerResponseBodyScaleJobs) SetState

func (*DescribeServiceCronScalerResponseBodyScaleJobs) SetTargetSize

func (DescribeServiceCronScalerResponseBodyScaleJobs) String

type DescribeServiceLogRequest

type DescribeServiceLogRequest struct {
	EndTime   *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Ip        *string `json:"Ip,omitempty" xml:"Ip,omitempty"`
	Keyword   *string `json:"Keyword,omitempty" xml:"Keyword,omitempty"`
	PageNum   *int64  `json:"PageNum,omitempty" xml:"PageNum,omitempty"`
	PageSize  *int64  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	StartTime *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (DescribeServiceLogRequest) GoString

func (s DescribeServiceLogRequest) GoString() string

func (*DescribeServiceLogRequest) SetEndTime

func (*DescribeServiceLogRequest) SetIp

func (*DescribeServiceLogRequest) SetKeyword

func (*DescribeServiceLogRequest) SetPageNum

func (*DescribeServiceLogRequest) SetPageSize

func (*DescribeServiceLogRequest) SetStartTime

func (DescribeServiceLogRequest) String

func (s DescribeServiceLogRequest) String() string

type DescribeServiceLogResponse

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

func (DescribeServiceLogResponse) GoString

func (s DescribeServiceLogResponse) GoString() string

func (*DescribeServiceLogResponse) SetBody

func (*DescribeServiceLogResponse) SetHeaders

func (*DescribeServiceLogResponse) SetStatusCode added in v1.1.3

func (DescribeServiceLogResponse) String

type DescribeServiceLogResponseBody

type DescribeServiceLogResponseBody struct {
	Logs         []*string `json:"Logs,omitempty" xml:"Logs,omitempty" type:"Repeated"`
	PageNum      *int64    `json:"PageNum,omitempty" xml:"PageNum,omitempty"`
	RequestId    *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount   *int64    `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
	TotalPageNum *int64    `json:"TotalPageNum,omitempty" xml:"TotalPageNum,omitempty"`
}

func (DescribeServiceLogResponseBody) GoString

func (*DescribeServiceLogResponseBody) SetLogs

func (*DescribeServiceLogResponseBody) SetPageNum

func (*DescribeServiceLogResponseBody) SetRequestId

func (*DescribeServiceLogResponseBody) SetTotalCount

func (*DescribeServiceLogResponseBody) SetTotalPageNum

func (DescribeServiceLogResponseBody) String

type DescribeServiceMirrorResponse

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

func (DescribeServiceMirrorResponse) GoString

func (*DescribeServiceMirrorResponse) SetBody

func (*DescribeServiceMirrorResponse) SetHeaders

func (*DescribeServiceMirrorResponse) SetStatusCode added in v1.1.3

func (DescribeServiceMirrorResponse) String

type DescribeServiceMirrorResponseBody

type DescribeServiceMirrorResponseBody struct {
	Ratio       *string `json:"Ratio,omitempty" xml:"Ratio,omitempty"`
	RequestId   *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	Target      *string `json:"Target,omitempty" xml:"Target,omitempty"`
}

func (DescribeServiceMirrorResponseBody) GoString

func (*DescribeServiceMirrorResponseBody) SetRatio

func (*DescribeServiceMirrorResponseBody) SetRequestId

func (*DescribeServiceMirrorResponseBody) SetServiceName

func (*DescribeServiceMirrorResponseBody) SetTarget

func (DescribeServiceMirrorResponseBody) String

type DescribeServiceResponse

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

func (DescribeServiceResponse) GoString

func (s DescribeServiceResponse) GoString() string

func (*DescribeServiceResponse) SetBody

func (*DescribeServiceResponse) SetHeaders

func (*DescribeServiceResponse) SetStatusCode added in v1.1.3

func (DescribeServiceResponse) String

func (s DescribeServiceResponse) String() string

type Instance

type Instance struct {
	HostIP         *string                  `json:"HostIP,omitempty" xml:"HostIP,omitempty"`
	HostName       *string                  `json:"HostName,omitempty" xml:"HostName,omitempty"`
	InnerIP        *string                  `json:"InnerIP,omitempty" xml:"InnerIP,omitempty"`
	InstanceName   *string                  `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	InstancePort   *int32                   `json:"InstancePort,omitempty" xml:"InstancePort,omitempty"`
	LastState      []map[string]interface{} `json:"LastState,omitempty" xml:"LastState,omitempty" type:"Repeated"`
	Namespace      *string                  `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	ReadyProcesses *int32                   `json:"ReadyProcesses,omitempty" xml:"ReadyProcesses,omitempty"`
	Reason         *string                  `json:"Reason,omitempty" xml:"Reason,omitempty"`
	RestartCount   *int32                   `json:"RestartCount,omitempty" xml:"RestartCount,omitempty"`
	StartAt        *string                  `json:"StartAt,omitempty" xml:"StartAt,omitempty"`
	Status         *string                  `json:"Status,omitempty" xml:"Status,omitempty"`
	TotalProcesses *int32                   `json:"TotalProcesses,omitempty" xml:"TotalProcesses,omitempty"`
}

func (Instance) GoString

func (s Instance) GoString() string

func (*Instance) SetHostIP

func (s *Instance) SetHostIP(v string) *Instance

func (*Instance) SetHostName

func (s *Instance) SetHostName(v string) *Instance

func (*Instance) SetInnerIP

func (s *Instance) SetInnerIP(v string) *Instance

func (*Instance) SetInstanceName

func (s *Instance) SetInstanceName(v string) *Instance

func (*Instance) SetInstancePort

func (s *Instance) SetInstancePort(v int32) *Instance

func (*Instance) SetLastState

func (s *Instance) SetLastState(v []map[string]interface{}) *Instance

func (*Instance) SetNamespace

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

func (*Instance) SetReadyProcesses

func (s *Instance) SetReadyProcesses(v int32) *Instance

func (*Instance) SetReason

func (s *Instance) SetReason(v string) *Instance

func (*Instance) SetRestartCount

func (s *Instance) SetRestartCount(v int32) *Instance

func (*Instance) SetStartAt

func (s *Instance) SetStartAt(v string) *Instance

func (*Instance) SetStatus

func (s *Instance) SetStatus(v string) *Instance

func (*Instance) SetTotalProcesses

func (s *Instance) SetTotalProcesses(v int32) *Instance

func (Instance) String

func (s Instance) String() string

type ListBenchmarkTaskResponse added in v1.1.3

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

func (ListBenchmarkTaskResponse) GoString added in v1.1.3

func (s ListBenchmarkTaskResponse) GoString() string

func (*ListBenchmarkTaskResponse) SetBody added in v1.1.3

func (*ListBenchmarkTaskResponse) SetHeaders added in v1.1.3

func (*ListBenchmarkTaskResponse) SetStatusCode added in v1.1.3

func (ListBenchmarkTaskResponse) String added in v1.1.3

func (s ListBenchmarkTaskResponse) String() string

type ListBenchmarkTaskResponseBody added in v1.1.3

type ListBenchmarkTaskResponseBody struct {
	RequestId *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Tasks     []*ListBenchmarkTaskResponseBodyTasks `json:"Tasks,omitempty" xml:"Tasks,omitempty" type:"Repeated"`
}

func (ListBenchmarkTaskResponseBody) GoString added in v1.1.3

func (*ListBenchmarkTaskResponseBody) SetRequestId added in v1.1.3

func (*ListBenchmarkTaskResponseBody) SetTasks added in v1.1.3

func (ListBenchmarkTaskResponseBody) String added in v1.1.3

type ListBenchmarkTaskResponseBodyTasks added in v1.1.3

type ListBenchmarkTaskResponseBodyTasks struct {
	AvailableAgent *int64  `json:"AvailableAgent,omitempty" xml:"AvailableAgent,omitempty"`
	CreateTime     *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Message        *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Region         *string `json:"Region,omitempty" xml:"Region,omitempty"`
	ServiceName    *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	Status         *string `json:"Status,omitempty" xml:"Status,omitempty"`
	TaskId         *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
	TaskName       *string `json:"TaskName,omitempty" xml:"TaskName,omitempty"`
	UpdateTime     *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (ListBenchmarkTaskResponseBodyTasks) GoString added in v1.1.3

func (*ListBenchmarkTaskResponseBodyTasks) SetAvailableAgent added in v1.1.3

func (*ListBenchmarkTaskResponseBodyTasks) SetCreateTime added in v1.1.3

func (*ListBenchmarkTaskResponseBodyTasks) SetMessage added in v1.1.3

func (*ListBenchmarkTaskResponseBodyTasks) SetRegion added in v1.1.3

func (*ListBenchmarkTaskResponseBodyTasks) SetServiceName added in v1.1.3

func (*ListBenchmarkTaskResponseBodyTasks) SetStatus added in v1.1.3

func (*ListBenchmarkTaskResponseBodyTasks) SetTaskId added in v1.1.3

func (*ListBenchmarkTaskResponseBodyTasks) SetTaskName added in v1.1.3

func (*ListBenchmarkTaskResponseBodyTasks) SetUpdateTime added in v1.1.3

func (ListBenchmarkTaskResponseBodyTasks) String added in v1.1.3

type ListResourceInstanceWorkerRequest

type ListResourceInstanceWorkerRequest struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListResourceInstanceWorkerRequest) GoString

func (*ListResourceInstanceWorkerRequest) SetPageNumber

func (*ListResourceInstanceWorkerRequest) SetPageSize

func (ListResourceInstanceWorkerRequest) String

type ListResourceInstanceWorkerResponse

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

func (ListResourceInstanceWorkerResponse) GoString

func (*ListResourceInstanceWorkerResponse) SetHeaders

func (*ListResourceInstanceWorkerResponse) SetStatusCode added in v1.1.3

func (ListResourceInstanceWorkerResponse) String

type ListResourceInstanceWorkerResponseBody

type ListResourceInstanceWorkerResponseBody struct {
	PageNumber *int32                    `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Pods       []*ResourceInstanceWorker `json:"Pods,omitempty" xml:"Pods,omitempty" type:"Repeated"`
	RequestId  *string                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                    `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListResourceInstanceWorkerResponseBody) GoString

func (*ListResourceInstanceWorkerResponseBody) SetPageNumber

func (*ListResourceInstanceWorkerResponseBody) SetPageSize

func (*ListResourceInstanceWorkerResponseBody) SetPods

func (*ListResourceInstanceWorkerResponseBody) SetRequestId

func (*ListResourceInstanceWorkerResponseBody) SetTotalCount

func (ListResourceInstanceWorkerResponseBody) String

type ListResourceInstancesRequest

type ListResourceInstancesRequest struct {
	ChargeType *string `json:"ChargeType,omitempty" xml:"ChargeType,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListResourceInstancesRequest) GoString

func (s ListResourceInstancesRequest) GoString() string

func (*ListResourceInstancesRequest) SetChargeType added in v1.1.3

func (*ListResourceInstancesRequest) SetPageNumber

func (*ListResourceInstancesRequest) SetPageSize

func (ListResourceInstancesRequest) String

type ListResourceInstancesResponse

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

func (ListResourceInstancesResponse) GoString

func (*ListResourceInstancesResponse) SetBody

func (*ListResourceInstancesResponse) SetHeaders

func (*ListResourceInstancesResponse) SetStatusCode added in v1.1.3

func (ListResourceInstancesResponse) String

type ListResourceInstancesResponseBody

type ListResourceInstancesResponseBody struct {
	Instances  []*ResourceInstance `json:"Instances,omitempty" xml:"Instances,omitempty" type:"Repeated"`
	PageNumber *int32              `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32              `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32              `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListResourceInstancesResponseBody) GoString

func (*ListResourceInstancesResponseBody) SetInstances

func (*ListResourceInstancesResponseBody) SetPageNumber

func (*ListResourceInstancesResponseBody) SetPageSize

func (*ListResourceInstancesResponseBody) SetRequestId

func (*ListResourceInstancesResponseBody) SetTotalCount

func (ListResourceInstancesResponseBody) String

type ListResourceServicesRequest

type ListResourceServicesRequest struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListResourceServicesRequest) GoString

func (s ListResourceServicesRequest) GoString() string

func (*ListResourceServicesRequest) SetPageNumber

func (*ListResourceServicesRequest) SetPageSize

func (ListResourceServicesRequest) String

type ListResourceServicesResponse

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

func (ListResourceServicesResponse) GoString

func (s ListResourceServicesResponse) GoString() string

func (*ListResourceServicesResponse) SetBody

func (*ListResourceServicesResponse) SetHeaders

func (*ListResourceServicesResponse) SetStatusCode added in v1.1.3

func (ListResourceServicesResponse) String

type ListResourceServicesResponseBody

type ListResourceServicesResponseBody struct {
	PageNumber *int32     `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32     `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Services   []*Service `json:"Services,omitempty" xml:"Services,omitempty" type:"Repeated"`
	TotalCount *int32     `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListResourceServicesResponseBody) GoString

func (*ListResourceServicesResponseBody) SetPageNumber

func (*ListResourceServicesResponseBody) SetPageSize

func (*ListResourceServicesResponseBody) SetRequestId

func (*ListResourceServicesResponseBody) SetServices

func (*ListResourceServicesResponseBody) SetTotalCount

func (ListResourceServicesResponseBody) String

type ListResourcesRequest

type ListResourcesRequest struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListResourcesRequest) GoString

func (s ListResourcesRequest) GoString() string

func (*ListResourcesRequest) SetPageNumber

func (s *ListResourcesRequest) SetPageNumber(v int32) *ListResourcesRequest

func (*ListResourcesRequest) SetPageSize

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

func (ListResourcesRequest) String

func (s ListResourcesRequest) String() string

type ListResourcesResponse

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

func (ListResourcesResponse) GoString

func (s ListResourcesResponse) GoString() string

func (*ListResourcesResponse) SetBody

func (*ListResourcesResponse) SetHeaders

func (*ListResourcesResponse) SetStatusCode added in v1.1.3

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

func (ListResourcesResponse) String

func (s ListResourcesResponse) String() string

type ListResourcesResponseBody

type ListResourcesResponseBody struct {
	PageNumber *int32      `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32      `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Resources  []*Resource `json:"Resources,omitempty" xml:"Resources,omitempty" type:"Repeated"`
	TotalCount *int32      `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListResourcesResponseBody) GoString

func (s ListResourcesResponseBody) GoString() string

func (*ListResourcesResponseBody) SetPageNumber

func (*ListResourcesResponseBody) SetPageSize

func (*ListResourcesResponseBody) SetRequestId

func (*ListResourcesResponseBody) SetResources

func (*ListResourcesResponseBody) SetTotalCount

func (ListResourcesResponseBody) String

func (s ListResourcesResponseBody) String() string

type ListServiceInstancesRequest

type ListServiceInstancesRequest struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListServiceInstancesRequest) GoString

func (s ListServiceInstancesRequest) GoString() string

func (*ListServiceInstancesRequest) SetPageNumber

func (*ListServiceInstancesRequest) SetPageSize

func (ListServiceInstancesRequest) String

type ListServiceInstancesResponse

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

func (ListServiceInstancesResponse) GoString

func (s ListServiceInstancesResponse) GoString() string

func (*ListServiceInstancesResponse) SetBody

func (*ListServiceInstancesResponse) SetHeaders

func (*ListServiceInstancesResponse) SetStatusCode added in v1.1.3

func (ListServiceInstancesResponse) String

type ListServiceInstancesResponseBody

type ListServiceInstancesResponseBody struct {
	Instances  []*Instance `json:"Instances,omitempty" xml:"Instances,omitempty" type:"Repeated"`
	PageNumber *int32      `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32      `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32      `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListServiceInstancesResponseBody) GoString

func (*ListServiceInstancesResponseBody) SetInstances

func (*ListServiceInstancesResponseBody) SetPageNumber

func (*ListServiceInstancesResponseBody) SetPageSize

func (*ListServiceInstancesResponseBody) SetRequestId

func (*ListServiceInstancesResponseBody) SetTotalCount

func (ListServiceInstancesResponseBody) String

type ListServicesRequest

type ListServicesRequest struct {
	Filter     *string `json:"Filter,omitempty" xml:"Filter,omitempty"`
	Order      *string `json:"Order,omitempty" xml:"Order,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Sort       *string `json:"Sort,omitempty" xml:"Sort,omitempty"`
}

func (ListServicesRequest) GoString

func (s ListServicesRequest) GoString() string

func (*ListServicesRequest) SetFilter

func (*ListServicesRequest) SetOrder

func (*ListServicesRequest) SetPageNumber

func (s *ListServicesRequest) SetPageNumber(v int32) *ListServicesRequest

func (*ListServicesRequest) SetPageSize

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

func (*ListServicesRequest) SetSort

func (ListServicesRequest) String

func (s ListServicesRequest) String() string

type ListServicesResponse

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

func (ListServicesResponse) GoString

func (s ListServicesResponse) GoString() string

func (*ListServicesResponse) SetBody

func (*ListServicesResponse) SetHeaders

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

func (*ListServicesResponse) SetStatusCode added in v1.1.3

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

func (ListServicesResponse) String

func (s ListServicesResponse) String() string

type ListServicesResponseBody

type ListServicesResponseBody struct {
	PageNumber *int32     `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32     `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Services   []*Service `json:"Services,omitempty" xml:"Services,omitempty" type:"Repeated"`
	TotalCount *int32     `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListServicesResponseBody) GoString

func (s ListServicesResponseBody) GoString() string

func (*ListServicesResponseBody) SetPageNumber

func (*ListServicesResponseBody) SetPageSize

func (*ListServicesResponseBody) SetRequestId

func (*ListServicesResponseBody) SetServices

func (*ListServicesResponseBody) SetTotalCount

func (ListServicesResponseBody) String

func (s ListServicesResponseBody) String() string

type ReleaseServiceRequest

type ReleaseServiceRequest struct {
	Weight *int32 `json:"Weight,omitempty" xml:"Weight,omitempty"`
}

func (ReleaseServiceRequest) GoString

func (s ReleaseServiceRequest) GoString() string

func (*ReleaseServiceRequest) SetWeight

func (ReleaseServiceRequest) String

func (s ReleaseServiceRequest) String() string

type ReleaseServiceResponse

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

func (ReleaseServiceResponse) GoString

func (s ReleaseServiceResponse) GoString() string

func (*ReleaseServiceResponse) SetBody

func (*ReleaseServiceResponse) SetHeaders

func (*ReleaseServiceResponse) SetStatusCode added in v1.1.3

func (ReleaseServiceResponse) String

func (s ReleaseServiceResponse) String() string

type ReleaseServiceResponseBody

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

func (ReleaseServiceResponseBody) GoString

func (s ReleaseServiceResponseBody) GoString() string

func (*ReleaseServiceResponseBody) SetMessage

func (*ReleaseServiceResponseBody) SetRequestId

func (ReleaseServiceResponseBody) String

type Resource

type Resource struct {
	ClusterId             *string                `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CpuCount              *int32                 `json:"CpuCount,omitempty" xml:"CpuCount,omitempty"`
	CreateTime            *string                `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ExtraData             map[string]interface{} `json:"ExtraData,omitempty" xml:"ExtraData,omitempty"`
	GpuCount              *int32                 `json:"GpuCount,omitempty" xml:"GpuCount,omitempty"`
	InstanceCount         *int32                 `json:"InstanceCount,omitempty" xml:"InstanceCount,omitempty"`
	Message               *string                `json:"Message,omitempty" xml:"Message,omitempty"`
	PostPaidInstanceCount *int32                 `json:"PostPaidInstanceCount,omitempty" xml:"PostPaidInstanceCount,omitempty"`
	PrePaidInstanceCount  *int32                 `json:"PrePaidInstanceCount,omitempty" xml:"PrePaidInstanceCount,omitempty"`
	ResourceId            *string                `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"`
	ResourceName          *string                `json:"ResourceName,omitempty" xml:"ResourceName,omitempty"`
	Status                *string                `json:"Status,omitempty" xml:"Status,omitempty"`
	UpdateTime            *string                `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (Resource) GoString

func (s Resource) GoString() string

func (*Resource) SetClusterId

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

func (*Resource) SetCpuCount

func (s *Resource) SetCpuCount(v int32) *Resource

func (*Resource) SetCreateTime

func (s *Resource) SetCreateTime(v string) *Resource

func (*Resource) SetExtraData

func (s *Resource) SetExtraData(v map[string]interface{}) *Resource

func (*Resource) SetGpuCount

func (s *Resource) SetGpuCount(v int32) *Resource

func (*Resource) SetInstanceCount

func (s *Resource) SetInstanceCount(v int32) *Resource

func (*Resource) SetMessage

func (s *Resource) SetMessage(v string) *Resource

func (*Resource) SetPostPaidInstanceCount

func (s *Resource) SetPostPaidInstanceCount(v int32) *Resource

func (*Resource) SetPrePaidInstanceCount

func (s *Resource) SetPrePaidInstanceCount(v int32) *Resource

func (*Resource) SetResourceId

func (s *Resource) SetResourceId(v string) *Resource

func (*Resource) SetResourceName

func (s *Resource) SetResourceName(v string) *Resource

func (*Resource) SetStatus

func (s *Resource) SetStatus(v string) *Resource

func (*Resource) SetUpdateTime

func (s *Resource) SetUpdateTime(v string) *Resource

func (Resource) String

func (s Resource) String() string

type ResourceInstance

type ResourceInstance struct {
	AutoRenewal        *bool    `json:"AutoRenewal,omitempty" xml:"AutoRenewal,omitempty"`
	ChargeType         *string  `json:"ChargeType,omitempty" xml:"ChargeType,omitempty"`
	CreateTime         *string  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ExpiredTime        *string  `json:"ExpiredTime,omitempty" xml:"ExpiredTime,omitempty"`
	InstanceCpuCount   *int32   `json:"InstanceCpuCount,omitempty" xml:"InstanceCpuCount,omitempty"`
	InstanceGpuCount   *int32   `json:"InstanceGpuCount,omitempty" xml:"InstanceGpuCount,omitempty"`
	InstanceId         *string  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceIp         *string  `json:"InstanceIp,omitempty" xml:"InstanceIp,omitempty"`
	InstanceMemory     *string  `json:"InstanceMemory,omitempty" xml:"InstanceMemory,omitempty"`
	InstanceName       *string  `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	InstanceStatus     *string  `json:"InstanceStatus,omitempty" xml:"InstanceStatus,omitempty"`
	InstanceType       *string  `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	InstanceUsedCpu    *float32 `json:"InstanceUsedCpu,omitempty" xml:"InstanceUsedCpu,omitempty"`
	InstanceUsedGpu    *int32   `json:"InstanceUsedGpu,omitempty" xml:"InstanceUsedGpu,omitempty"`
	InstanceUsedMemory *string  `json:"InstanceUsedMemory,omitempty" xml:"InstanceUsedMemory,omitempty"`
}

func (ResourceInstance) GoString

func (s ResourceInstance) GoString() string

func (*ResourceInstance) SetAutoRenewal

func (s *ResourceInstance) SetAutoRenewal(v bool) *ResourceInstance

func (*ResourceInstance) SetChargeType

func (s *ResourceInstance) SetChargeType(v string) *ResourceInstance

func (*ResourceInstance) SetCreateTime

func (s *ResourceInstance) SetCreateTime(v string) *ResourceInstance

func (*ResourceInstance) SetExpiredTime

func (s *ResourceInstance) SetExpiredTime(v string) *ResourceInstance

func (*ResourceInstance) SetInstanceCpuCount

func (s *ResourceInstance) SetInstanceCpuCount(v int32) *ResourceInstance

func (*ResourceInstance) SetInstanceGpuCount

func (s *ResourceInstance) SetInstanceGpuCount(v int32) *ResourceInstance

func (*ResourceInstance) SetInstanceId

func (s *ResourceInstance) SetInstanceId(v string) *ResourceInstance

func (*ResourceInstance) SetInstanceIp

func (s *ResourceInstance) SetInstanceIp(v string) *ResourceInstance

func (*ResourceInstance) SetInstanceMemory

func (s *ResourceInstance) SetInstanceMemory(v string) *ResourceInstance

func (*ResourceInstance) SetInstanceName

func (s *ResourceInstance) SetInstanceName(v string) *ResourceInstance

func (*ResourceInstance) SetInstanceStatus

func (s *ResourceInstance) SetInstanceStatus(v string) *ResourceInstance

func (*ResourceInstance) SetInstanceType

func (s *ResourceInstance) SetInstanceType(v string) *ResourceInstance

func (*ResourceInstance) SetInstanceUsedCpu

func (s *ResourceInstance) SetInstanceUsedCpu(v float32) *ResourceInstance

func (*ResourceInstance) SetInstanceUsedGpu

func (s *ResourceInstance) SetInstanceUsedGpu(v int32) *ResourceInstance

func (*ResourceInstance) SetInstanceUsedMemory

func (s *ResourceInstance) SetInstanceUsedMemory(v string) *ResourceInstance

func (ResourceInstance) String

func (s ResourceInstance) String() string

type ResourceInstanceWorker

type ResourceInstanceWorker struct {
	CpuLimit     *int32  `json:"CpuLimit,omitempty" xml:"CpuLimit,omitempty"`
	CpuRequest   *int32  `json:"CpuRequest,omitempty" xml:"CpuRequest,omitempty"`
	GpuLimit     *int32  `json:"GpuLimit,omitempty" xml:"GpuLimit,omitempty"`
	GpuRequest   *int32  `json:"GpuRequest,omitempty" xml:"GpuRequest,omitempty"`
	MemoryLimit  *int32  `json:"MemoryLimit,omitempty" xml:"MemoryLimit,omitempty"`
	MemoryRquest *int32  `json:"MemoryRquest,omitempty" xml:"MemoryRquest,omitempty"`
	Name         *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Ready        *bool   `json:"Ready,omitempty" xml:"Ready,omitempty"`
	RestartCount *int32  `json:"RestartCount,omitempty" xml:"RestartCount,omitempty"`
	ServiceName  *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	StartTime    *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Status       *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ResourceInstanceWorker) GoString

func (s ResourceInstanceWorker) GoString() string

func (*ResourceInstanceWorker) SetCpuLimit

func (*ResourceInstanceWorker) SetCpuRequest

func (*ResourceInstanceWorker) SetGpuLimit

func (*ResourceInstanceWorker) SetGpuRequest

func (*ResourceInstanceWorker) SetMemoryLimit

func (s *ResourceInstanceWorker) SetMemoryLimit(v int32) *ResourceInstanceWorker

func (*ResourceInstanceWorker) SetMemoryRquest

func (s *ResourceInstanceWorker) SetMemoryRquest(v int32) *ResourceInstanceWorker

func (*ResourceInstanceWorker) SetName

func (*ResourceInstanceWorker) SetReady

func (*ResourceInstanceWorker) SetRestartCount

func (s *ResourceInstanceWorker) SetRestartCount(v int32) *ResourceInstanceWorker

func (*ResourceInstanceWorker) SetServiceName

func (*ResourceInstanceWorker) SetStartTime

func (*ResourceInstanceWorker) SetStatus

func (ResourceInstanceWorker) String

func (s ResourceInstanceWorker) String() string

type Service

type Service struct {
	AccessToken      *string `json:"AccessToken,omitempty" xml:"AccessToken,omitempty"`
	CallerUid        *string `json:"CallerUid,omitempty" xml:"CallerUid,omitempty"`
	Cpu              *int32  `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	CreateTime       *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CurrentVersion   *int32  `json:"CurrentVersion,omitempty" xml:"CurrentVersion,omitempty"`
	Gpu              *int32  `json:"Gpu,omitempty" xml:"Gpu,omitempty"`
	Image            *string `json:"Image,omitempty" xml:"Image,omitempty"`
	InternetEndpoint *string `json:"InternetEndpoint,omitempty" xml:"InternetEndpoint,omitempty"`
	IntranetEndpoint *string `json:"IntranetEndpoint,omitempty" xml:"IntranetEndpoint,omitempty"`
	LatestVersion    *int32  `json:"LatestVersion,omitempty" xml:"LatestVersion,omitempty"`
	Memory           *int32  `json:"Memory,omitempty" xml:"Memory,omitempty"`
	Message          *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Namespace        *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	ParentUid        *string `json:"ParentUid,omitempty" xml:"ParentUid,omitempty"`
	PendingInstance  *int32  `json:"PendingInstance,omitempty" xml:"PendingInstance,omitempty"`
	Reason           *string `json:"Reason,omitempty" xml:"Reason,omitempty"`
	Region           *string `json:"Region,omitempty" xml:"Region,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Resource         *string `json:"Resource,omitempty" xml:"Resource,omitempty"`
	RunningInstance  *int32  `json:"RunningInstance,omitempty" xml:"RunningInstance,omitempty"`
	ServiceConfig    *string `json:"ServiceConfig,omitempty" xml:"ServiceConfig,omitempty"`
	ServiceId        *string `json:"ServiceId,omitempty" xml:"ServiceId,omitempty"`
	ServiceName      *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	Source           *string `json:"Source,omitempty" xml:"Source,omitempty"`
	Status           *string `json:"Status,omitempty" xml:"Status,omitempty"`
	TotalInstance    *int32  `json:"TotalInstance,omitempty" xml:"TotalInstance,omitempty"`
	UpdateTime       *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	Weight           *int32  `json:"Weight,omitempty" xml:"Weight,omitempty"`
}

func (Service) GoString

func (s Service) GoString() string

func (*Service) SetAccessToken

func (s *Service) SetAccessToken(v string) *Service

func (*Service) SetCallerUid

func (s *Service) SetCallerUid(v string) *Service

func (*Service) SetCpu

func (s *Service) SetCpu(v int32) *Service

func (*Service) SetCreateTime

func (s *Service) SetCreateTime(v string) *Service

func (*Service) SetCurrentVersion

func (s *Service) SetCurrentVersion(v int32) *Service

func (*Service) SetGpu

func (s *Service) SetGpu(v int32) *Service

func (*Service) SetImage

func (s *Service) SetImage(v string) *Service

func (*Service) SetInternetEndpoint

func (s *Service) SetInternetEndpoint(v string) *Service

func (*Service) SetIntranetEndpoint

func (s *Service) SetIntranetEndpoint(v string) *Service

func (*Service) SetLatestVersion

func (s *Service) SetLatestVersion(v int32) *Service

func (*Service) SetMemory

func (s *Service) SetMemory(v int32) *Service

func (*Service) SetMessage

func (s *Service) SetMessage(v string) *Service

func (*Service) SetNamespace

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

func (*Service) SetParentUid

func (s *Service) SetParentUid(v string) *Service

func (*Service) SetPendingInstance

func (s *Service) SetPendingInstance(v int32) *Service

func (*Service) SetReason

func (s *Service) SetReason(v string) *Service

func (*Service) SetRegion

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

func (*Service) SetRequestId

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

func (*Service) SetResource

func (s *Service) SetResource(v string) *Service

func (*Service) SetRunningInstance

func (s *Service) SetRunningInstance(v int32) *Service

func (*Service) SetServiceConfig

func (s *Service) SetServiceConfig(v string) *Service

func (*Service) SetServiceId

func (s *Service) SetServiceId(v string) *Service

func (*Service) SetServiceName

func (s *Service) SetServiceName(v string) *Service

func (*Service) SetSource added in v1.1.3

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

func (*Service) SetStatus

func (s *Service) SetStatus(v string) *Service

func (*Service) SetTotalInstance

func (s *Service) SetTotalInstance(v int32) *Service

func (*Service) SetUpdateTime added in v1.1.4

func (s *Service) SetUpdateTime(v string) *Service

func (*Service) SetWeight

func (s *Service) SetWeight(v int32) *Service

func (Service) String

func (s Service) String() string

type StartBenchmarkTaskResponse added in v1.1.3

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

func (StartBenchmarkTaskResponse) GoString added in v1.1.3

func (s StartBenchmarkTaskResponse) GoString() string

func (*StartBenchmarkTaskResponse) SetBody added in v1.1.3

func (*StartBenchmarkTaskResponse) SetHeaders added in v1.1.3

func (*StartBenchmarkTaskResponse) SetStatusCode added in v1.1.3

func (StartBenchmarkTaskResponse) String added in v1.1.3

type StartBenchmarkTaskResponseBody added in v1.1.3

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

func (StartBenchmarkTaskResponseBody) GoString added in v1.1.3

func (*StartBenchmarkTaskResponseBody) SetMessage added in v1.1.3

func (*StartBenchmarkTaskResponseBody) SetRequestId added in v1.1.3

func (StartBenchmarkTaskResponseBody) String added in v1.1.3

type StartServiceResponse

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

func (StartServiceResponse) GoString

func (s StartServiceResponse) GoString() string

func (*StartServiceResponse) SetBody

func (*StartServiceResponse) SetHeaders

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

func (*StartServiceResponse) SetStatusCode added in v1.1.3

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

func (StartServiceResponse) String

func (s StartServiceResponse) String() string

type StartServiceResponseBody

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

func (StartServiceResponseBody) GoString

func (s StartServiceResponseBody) GoString() string

func (*StartServiceResponseBody) SetMessage

func (*StartServiceResponseBody) SetRequestId

func (StartServiceResponseBody) String

func (s StartServiceResponseBody) String() string

type StopBenchmarkTaskResponse added in v1.1.3

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

func (StopBenchmarkTaskResponse) GoString added in v1.1.3

func (s StopBenchmarkTaskResponse) GoString() string

func (*StopBenchmarkTaskResponse) SetBody added in v1.1.3

func (*StopBenchmarkTaskResponse) SetHeaders added in v1.1.3

func (*StopBenchmarkTaskResponse) SetStatusCode added in v1.1.3

func (StopBenchmarkTaskResponse) String added in v1.1.3

func (s StopBenchmarkTaskResponse) String() string

type StopBenchmarkTaskResponseBody added in v1.1.3

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

func (StopBenchmarkTaskResponseBody) GoString added in v1.1.3

func (*StopBenchmarkTaskResponseBody) SetMessage added in v1.1.3

func (*StopBenchmarkTaskResponseBody) SetRequestId added in v1.1.3

func (StopBenchmarkTaskResponseBody) String added in v1.1.3

type StopServiceResponse

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

func (StopServiceResponse) GoString

func (s StopServiceResponse) GoString() string

func (*StopServiceResponse) SetBody

func (*StopServiceResponse) SetHeaders

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

func (*StopServiceResponse) SetStatusCode added in v1.1.3

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

func (StopServiceResponse) String

func (s StopServiceResponse) String() string

type StopServiceResponseBody

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

func (StopServiceResponseBody) GoString

func (s StopServiceResponseBody) GoString() string

func (*StopServiceResponseBody) SetMessage

func (*StopServiceResponseBody) SetRequestId

func (StopServiceResponseBody) String

func (s StopServiceResponseBody) String() string

type UpdateBenchmarkTaskRequest added in v1.1.3

type UpdateBenchmarkTaskRequest struct {
	Body *string `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateBenchmarkTaskRequest) GoString added in v1.1.3

func (s UpdateBenchmarkTaskRequest) GoString() string

func (*UpdateBenchmarkTaskRequest) SetBody added in v1.1.3

func (UpdateBenchmarkTaskRequest) String added in v1.1.3

type UpdateBenchmarkTaskResponse added in v1.1.3

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

func (UpdateBenchmarkTaskResponse) GoString added in v1.1.3

func (s UpdateBenchmarkTaskResponse) GoString() string

func (*UpdateBenchmarkTaskResponse) SetBody added in v1.1.3

func (*UpdateBenchmarkTaskResponse) SetHeaders added in v1.1.3

func (*UpdateBenchmarkTaskResponse) SetStatusCode added in v1.1.3

func (UpdateBenchmarkTaskResponse) String added in v1.1.3

type UpdateBenchmarkTaskResponseBody added in v1.1.3

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

func (UpdateBenchmarkTaskResponseBody) GoString added in v1.1.3

func (*UpdateBenchmarkTaskResponseBody) SetMessage added in v1.1.3

func (*UpdateBenchmarkTaskResponseBody) SetRequestId added in v1.1.3

func (UpdateBenchmarkTaskResponseBody) String added in v1.1.3

type UpdateResourceDLinkRequest

type UpdateResourceDLinkRequest struct {
	DestinationCIDRs *string   `json:"DestinationCIDRs,omitempty" xml:"DestinationCIDRs,omitempty"`
	SecurityGroupId  *string   `json:"SecurityGroupId,omitempty" xml:"SecurityGroupId,omitempty"`
	VSwitchId        *string   `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	VSwitchIdList    []*string `json:"VSwitchIdList,omitempty" xml:"VSwitchIdList,omitempty" type:"Repeated"`
}

func (UpdateResourceDLinkRequest) GoString

func (s UpdateResourceDLinkRequest) GoString() string

func (*UpdateResourceDLinkRequest) SetDestinationCIDRs

func (*UpdateResourceDLinkRequest) SetSecurityGroupId

func (*UpdateResourceDLinkRequest) SetVSwitchId

func (*UpdateResourceDLinkRequest) SetVSwitchIdList

func (UpdateResourceDLinkRequest) String

type UpdateResourceDLinkResponse

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

func (UpdateResourceDLinkResponse) GoString

func (s UpdateResourceDLinkResponse) GoString() string

func (*UpdateResourceDLinkResponse) SetBody

func (*UpdateResourceDLinkResponse) SetHeaders

func (*UpdateResourceDLinkResponse) SetStatusCode added in v1.1.3

func (UpdateResourceDLinkResponse) String

type UpdateResourceDLinkResponseBody

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

func (UpdateResourceDLinkResponseBody) GoString

func (*UpdateResourceDLinkResponseBody) SetMessage

func (*UpdateResourceDLinkResponseBody) SetRequestId

func (UpdateResourceDLinkResponseBody) String

type UpdateResourceRequest

type UpdateResourceRequest struct {
	ResourceName *string `json:"ResourceName,omitempty" xml:"ResourceName,omitempty"`
}

func (UpdateResourceRequest) GoString

func (s UpdateResourceRequest) GoString() string

func (*UpdateResourceRequest) SetResourceName

func (s *UpdateResourceRequest) SetResourceName(v string) *UpdateResourceRequest

func (UpdateResourceRequest) String

func (s UpdateResourceRequest) String() string

type UpdateResourceResponse

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

func (UpdateResourceResponse) GoString

func (s UpdateResourceResponse) GoString() string

func (*UpdateResourceResponse) SetBody

func (*UpdateResourceResponse) SetHeaders

func (*UpdateResourceResponse) SetStatusCode added in v1.1.3

func (UpdateResourceResponse) String

func (s UpdateResourceResponse) String() string

type UpdateResourceResponseBody

type UpdateResourceResponseBody struct {
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ResourceId   *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"`
	ResourceName *string `json:"ResourceName,omitempty" xml:"ResourceName,omitempty"`
}

func (UpdateResourceResponseBody) GoString

func (s UpdateResourceResponseBody) GoString() string

func (*UpdateResourceResponseBody) SetRequestId

func (*UpdateResourceResponseBody) SetResourceId

func (*UpdateResourceResponseBody) SetResourceName

func (UpdateResourceResponseBody) String

type UpdateServiceAutoScalerRequest

type UpdateServiceAutoScalerRequest struct {
	Max        *int32                                    `json:"Max,omitempty" xml:"Max,omitempty"`
	Min        *int32                                    `json:"Min,omitempty" xml:"Min,omitempty"`
	Strategies *UpdateServiceAutoScalerRequestStrategies `json:"Strategies,omitempty" xml:"Strategies,omitempty" type:"Struct"`
}

func (UpdateServiceAutoScalerRequest) GoString

func (*UpdateServiceAutoScalerRequest) SetMax

func (*UpdateServiceAutoScalerRequest) SetMin

func (UpdateServiceAutoScalerRequest) String

type UpdateServiceAutoScalerRequestStrategies

type UpdateServiceAutoScalerRequestStrategies struct {
	Cpu *float32 `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	Qps *float32 `json:"Qps,omitempty" xml:"Qps,omitempty"`
}

func (UpdateServiceAutoScalerRequestStrategies) GoString

func (*UpdateServiceAutoScalerRequestStrategies) SetCpu

func (*UpdateServiceAutoScalerRequestStrategies) SetQps

func (UpdateServiceAutoScalerRequestStrategies) String

type UpdateServiceAutoScalerResponse

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

func (UpdateServiceAutoScalerResponse) GoString

func (*UpdateServiceAutoScalerResponse) SetHeaders

func (*UpdateServiceAutoScalerResponse) SetStatusCode added in v1.1.3

func (UpdateServiceAutoScalerResponse) String

type UpdateServiceAutoScalerResponseBody

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

func (UpdateServiceAutoScalerResponseBody) GoString

func (*UpdateServiceAutoScalerResponseBody) SetMessage

func (*UpdateServiceAutoScalerResponseBody) SetRequestId

func (UpdateServiceAutoScalerResponseBody) String

type UpdateServiceCronScalerRequest

type UpdateServiceCronScalerRequest struct {
	ExcludeDates []*string                                  `json:"ExcludeDates,omitempty" xml:"ExcludeDates,omitempty" type:"Repeated"`
	ScaleJobs    []*UpdateServiceCronScalerRequestScaleJobs `json:"ScaleJobs,omitempty" xml:"ScaleJobs,omitempty" type:"Repeated"`
}

func (UpdateServiceCronScalerRequest) GoString

func (*UpdateServiceCronScalerRequest) SetExcludeDates

func (UpdateServiceCronScalerRequest) String

type UpdateServiceCronScalerRequestScaleJobs

type UpdateServiceCronScalerRequestScaleJobs struct {
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Schedule   *string `json:"Schedule,omitempty" xml:"Schedule,omitempty"`
	TargetSize *int32  `json:"TargetSize,omitempty" xml:"TargetSize,omitempty"`
}

func (UpdateServiceCronScalerRequestScaleJobs) GoString

func (*UpdateServiceCronScalerRequestScaleJobs) SetName

func (*UpdateServiceCronScalerRequestScaleJobs) SetSchedule

func (*UpdateServiceCronScalerRequestScaleJobs) SetTargetSize

func (UpdateServiceCronScalerRequestScaleJobs) String

type UpdateServiceCronScalerResponse

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

func (UpdateServiceCronScalerResponse) GoString

func (*UpdateServiceCronScalerResponse) SetHeaders

func (*UpdateServiceCronScalerResponse) SetStatusCode added in v1.1.3

func (UpdateServiceCronScalerResponse) String

type UpdateServiceCronScalerResponseBody

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

func (UpdateServiceCronScalerResponseBody) GoString

func (*UpdateServiceCronScalerResponseBody) SetMessage

func (*UpdateServiceCronScalerResponseBody) SetRequestId

func (UpdateServiceCronScalerResponseBody) String

type UpdateServiceMirrorRequest

type UpdateServiceMirrorRequest struct {
	Ratio  *int32    `json:"Ratio,omitempty" xml:"Ratio,omitempty"`
	Target []*string `json:"Target,omitempty" xml:"Target,omitempty" type:"Repeated"`
}

func (UpdateServiceMirrorRequest) GoString

func (s UpdateServiceMirrorRequest) GoString() string

func (*UpdateServiceMirrorRequest) SetRatio

func (*UpdateServiceMirrorRequest) SetTarget

func (UpdateServiceMirrorRequest) String

type UpdateServiceMirrorResponse

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

func (UpdateServiceMirrorResponse) GoString

func (s UpdateServiceMirrorResponse) GoString() string

func (*UpdateServiceMirrorResponse) SetBody

func (*UpdateServiceMirrorResponse) SetHeaders

func (*UpdateServiceMirrorResponse) SetStatusCode added in v1.1.3

func (UpdateServiceMirrorResponse) String

type UpdateServiceMirrorResponseBody

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

func (UpdateServiceMirrorResponseBody) GoString

func (*UpdateServiceMirrorResponseBody) SetMessage

func (*UpdateServiceMirrorResponseBody) SetRequestId

func (UpdateServiceMirrorResponseBody) String

type UpdateServiceRequest

type UpdateServiceRequest struct {
	Body *string `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateServiceRequest) GoString

func (s UpdateServiceRequest) GoString() string

func (*UpdateServiceRequest) SetBody

func (UpdateServiceRequest) String

func (s UpdateServiceRequest) String() string

type UpdateServiceResponse

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

func (UpdateServiceResponse) GoString

func (s UpdateServiceResponse) GoString() string

func (*UpdateServiceResponse) SetBody

func (*UpdateServiceResponse) SetHeaders

func (*UpdateServiceResponse) SetStatusCode added in v1.1.3

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

func (UpdateServiceResponse) String

func (s UpdateServiceResponse) String() string

type UpdateServiceResponseBody

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

func (UpdateServiceResponseBody) GoString

func (s UpdateServiceResponseBody) GoString() string

func (*UpdateServiceResponseBody) SetMessage

func (*UpdateServiceResponseBody) SetRequestId

func (UpdateServiceResponseBody) String

func (s UpdateServiceResponseBody) String() string

type UpdateServiceVersionRequest

type UpdateServiceVersionRequest struct {
	Version *int32 `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (UpdateServiceVersionRequest) GoString

func (s UpdateServiceVersionRequest) GoString() string

func (*UpdateServiceVersionRequest) SetVersion

func (UpdateServiceVersionRequest) String

type UpdateServiceVersionResponse

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

func (UpdateServiceVersionResponse) GoString

func (s UpdateServiceVersionResponse) GoString() string

func (*UpdateServiceVersionResponse) SetBody

func (*UpdateServiceVersionResponse) SetHeaders

func (*UpdateServiceVersionResponse) SetStatusCode added in v1.1.3

func (UpdateServiceVersionResponse) String

type UpdateServiceVersionResponseBody

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

func (UpdateServiceVersionResponseBody) GoString

func (*UpdateServiceVersionResponseBody) SetMessage

func (*UpdateServiceVersionResponseBody) SetRequestId

func (UpdateServiceVersionResponseBody) String

Jump to

Keyboard shortcuts

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