client

package
v3.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 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) CommitService

func (client *Client) CommitService(ClusterId *string, ServiceName *string) (_result *CommitServiceResponse, _err error)

func (*Client) CommitServiceWithOptions

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

func (*Client) CreateAppService

func (client *Client) CreateAppService(request *CreateAppServiceRequest) (_result *CreateAppServiceResponse, _err error)

func (*Client) CreateAppServiceWithOptions

func (client *Client) CreateAppServiceWithOptions(request *CreateAppServiceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateAppServiceResponse, _err error)

func (*Client) CreateBenchmarkTask

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

func (*Client) CreateBenchmarkTaskWithOptions

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

func (*Client) CreateGateway

func (client *Client) CreateGateway(request *CreateGatewayRequest) (_result *CreateGatewayResponse, _err error)

func (*Client) CreateGatewayIntranetLinkedVpc

func (client *Client) CreateGatewayIntranetLinkedVpc(ClusterId *string, GatewayId *string, request *CreateGatewayIntranetLinkedVpcRequest) (_result *CreateGatewayIntranetLinkedVpcResponse, _err error)

func (*Client) CreateGatewayIntranetLinkedVpcWithOptions

func (client *Client) CreateGatewayIntranetLinkedVpcWithOptions(ClusterId *string, GatewayId *string, request *CreateGatewayIntranetLinkedVpcRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateGatewayIntranetLinkedVpcResponse, _err error)

func (*Client) CreateGatewayWithOptions

func (client *Client) CreateGatewayWithOptions(request *CreateGatewayRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateGatewayResponse, _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(tmpReq *CreateServiceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateServiceResponse, _err error)

func (*Client) DeleteBenchmarkTask

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

func (*Client) DeleteBenchmarkTaskWithOptions

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

func (*Client) DeleteGateway

func (client *Client) DeleteGateway(ClusterId *string, GatewayId *string) (_result *DeleteGatewayResponse, _err error)

func (*Client) DeleteGatewayIntranetLinkedVpc

func (client *Client) DeleteGatewayIntranetLinkedVpc(ClusterId *string, GatewayId *string, request *DeleteGatewayIntranetLinkedVpcRequest) (_result *DeleteGatewayIntranetLinkedVpcResponse, _err error)

func (*Client) DeleteGatewayIntranetLinkedVpcWithOptions

func (client *Client) DeleteGatewayIntranetLinkedVpcWithOptions(ClusterId *string, GatewayId *string, request *DeleteGatewayIntranetLinkedVpcRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteGatewayIntranetLinkedVpcResponse, _err error)

func (*Client) DeleteGatewayWithOptions

func (client *Client) DeleteGatewayWithOptions(ClusterId *string, GatewayId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteGatewayResponse, _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) DeleteServiceLabel

func (client *Client) DeleteServiceLabel(ClusterId *string, ServiceName *string, request *DeleteServiceLabelRequest) (_result *DeleteServiceLabelResponse, _err error)

func (*Client) DeleteServiceLabelWithOptions

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

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

func (*Client) DescribeBenchmarkTaskReport

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

func (*Client) DescribeBenchmarkTaskReportWithOptions

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

func (*Client) DescribeBenchmarkTaskWithOptions

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

func (*Client) DescribeGateway

func (client *Client) DescribeGateway(ClusterId *string, GatewayId *string) (_result *DescribeGatewayResponse, _err error)

func (*Client) DescribeGatewayWithOptions

func (client *Client) DescribeGatewayWithOptions(ClusterId *string, GatewayId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeGatewayResponse, _err error)

func (*Client) DescribeGroup

func (client *Client) DescribeGroup(ClusterId *string, GroupName *string) (_result *DescribeGroupResponse, _err error)

func (*Client) DescribeGroupWithOptions

func (client *Client) DescribeGroupWithOptions(ClusterId *string, GroupName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeGroupResponse, _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) DescribeServiceDiagnosis

func (client *Client) DescribeServiceDiagnosis(ClusterId *string, ServiceName *string) (_result *DescribeServiceDiagnosisResponse, _err error)

func (*Client) DescribeServiceDiagnosisWithOptions

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

func (*Client) DescribeServiceEvent

func (client *Client) DescribeServiceEvent(ClusterId *string, ServiceName *string, request *DescribeServiceEventRequest) (_result *DescribeServiceEventResponse, _err error)

func (*Client) DescribeServiceEventWithOptions

func (client *Client) DescribeServiceEventWithOptions(ClusterId *string, ServiceName *string, request *DescribeServiceEventRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeServiceEventResponse, _err error)

func (*Client) DescribeServiceInstanceDiagnosis

func (client *Client) DescribeServiceInstanceDiagnosis(ClusterId *string, ServiceName *string, InstanceName *string) (_result *DescribeServiceInstanceDiagnosisResponse, _err error)

func (*Client) DescribeServiceInstanceDiagnosisWithOptions

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

func (client *Client) DevelopService(ClusterId *string, ServiceName *string, request *DevelopServiceRequest) (_result *DevelopServiceResponse, _err error)

func (*Client) DevelopServiceWithOptions

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

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

func (*Client) ListBenchmarkTaskWithOptions

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

func (*Client) ListGatewayIntranetLinkedVpc

func (client *Client) ListGatewayIntranetLinkedVpc(ClusterId *string, GatewayId *string) (_result *ListGatewayIntranetLinkedVpcResponse, _err error)

func (*Client) ListGatewayIntranetLinkedVpcWithOptions

func (client *Client) ListGatewayIntranetLinkedVpcWithOptions(ClusterId *string, GatewayId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListGatewayIntranetLinkedVpcResponse, _err error)

func (*Client) ListGroups

func (client *Client) ListGroups(request *ListGroupsRequest) (_result *ListGroupsResponse, _err error)

func (*Client) ListGroupsWithOptions

func (client *Client) ListGroupsWithOptions(request *ListGroupsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListGroupsResponse, _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) ListServiceContainers

func (client *Client) ListServiceContainers(ClusterId *string, ServiceName *string, InstanceName *string) (_result *ListServiceContainersResponse, _err error)

func (*Client) ListServiceContainersWithOptions

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

func (client *Client) ListServiceVersions(ClusterId *string, ServiceName *string, request *ListServiceVersionsRequest) (_result *ListServiceVersionsResponse, _err error)

func (*Client) ListServiceVersionsWithOptions

func (client *Client) ListServiceVersionsWithOptions(ClusterId *string, ServiceName *string, request *ListServiceVersionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListServiceVersionsResponse, _err error)

func (*Client) ListServices

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

func (*Client) ListServicesWithOptions

func (client *Client) ListServicesWithOptions(tmpReq *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) RestartService

func (client *Client) RestartService(ClusterId *string, ServiceName *string) (_result *RestartServiceResponse, _err error)

func (*Client) RestartServiceWithOptions

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

func (*Client) StartBenchmarkTask

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

func (*Client) StartBenchmarkTaskWithOptions

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

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

func (*Client) StopBenchmarkTaskWithOptions

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) UpdateAppService

func (client *Client) UpdateAppService(ClusterId *string, ServiceName *string, request *UpdateAppServiceRequest) (_result *UpdateAppServiceResponse, _err error)

func (*Client) UpdateAppServiceWithOptions

func (client *Client) UpdateAppServiceWithOptions(ClusterId *string, ServiceName *string, request *UpdateAppServiceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateAppServiceResponse, _err error)

func (*Client) UpdateBenchmarkTask

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

func (*Client) UpdateBenchmarkTaskWithOptions

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

func (*Client) UpdateGateway

func (client *Client) UpdateGateway(GatewayId *string, ClusterId *string, request *UpdateGatewayRequest) (_result *UpdateGatewayResponse, _err error)

func (*Client) UpdateGatewayWithOptions

func (client *Client) UpdateGatewayWithOptions(GatewayId *string, ClusterId *string, request *UpdateGatewayRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateGatewayResponse, _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) UpdateResourceInstance

func (client *Client) UpdateResourceInstance(ClusterId *string, ResourceId *string, InstanceId *string, request *UpdateResourceInstanceRequest) (_result *UpdateResourceInstanceResponse, _err error)

func (*Client) UpdateResourceInstanceWithOptions

func (client *Client) UpdateResourceInstanceWithOptions(ClusterId *string, ResourceId *string, InstanceId *string, request *UpdateResourceInstanceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateResourceInstanceResponse, _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) UpdateServiceInstance

func (client *Client) UpdateServiceInstance(ClusterId *string, ServiceName *string, InstanceName *string, request *UpdateServiceInstanceRequest) (_result *UpdateServiceInstanceResponse, _err error)

func (*Client) UpdateServiceInstanceWithOptions

func (client *Client) UpdateServiceInstanceWithOptions(ClusterId *string, ServiceName *string, InstanceName *string, request *UpdateServiceInstanceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateServiceInstanceResponse, _err error)

func (*Client) UpdateServiceLabel

func (client *Client) UpdateServiceLabel(ClusterId *string, ServiceName *string, request *UpdateServiceLabelRequest) (_result *UpdateServiceLabelResponse, _err error)

func (*Client) UpdateServiceLabelWithOptions

func (client *Client) UpdateServiceLabelWithOptions(ClusterId *string, ServiceName *string, request *UpdateServiceLabelRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateServiceLabelResponse, _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) UpdateServiceSafetyLock

func (client *Client) UpdateServiceSafetyLock(ClusterId *string, ServiceName *string, request *UpdateServiceSafetyLockRequest) (_result *UpdateServiceSafetyLockResponse, _err error)

func (*Client) UpdateServiceSafetyLockWithOptions

func (client *Client) UpdateServiceSafetyLockWithOptions(ClusterId *string, ServiceName *string, request *UpdateServiceSafetyLockRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateServiceSafetyLockResponse, _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 CommitServiceResponse

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

func (CommitServiceResponse) GoString

func (s CommitServiceResponse) GoString() string

func (*CommitServiceResponse) SetBody

func (*CommitServiceResponse) SetHeaders

func (*CommitServiceResponse) SetStatusCode

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

func (CommitServiceResponse) String

func (s CommitServiceResponse) String() string

type CommitServiceResponseBody

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

func (CommitServiceResponseBody) GoString

func (s CommitServiceResponseBody) GoString() string

func (*CommitServiceResponseBody) SetMessage

func (*CommitServiceResponseBody) SetRequestId

func (CommitServiceResponseBody) String

func (s CommitServiceResponseBody) String() string

type ContainerInfo

type ContainerInfo struct {
	CurrentReaon     *string `json:"CurrentReaon,omitempty" xml:"CurrentReaon,omitempty"`
	CurrentStatus    *string `json:"CurrentStatus,omitempty" xml:"CurrentStatus,omitempty"`
	CurrentTimestamp *string `json:"CurrentTimestamp,omitempty" xml:"CurrentTimestamp,omitempty"`
	Image            *string `json:"Image,omitempty" xml:"Image,omitempty"`
	LastReason       *string `json:"LastReason,omitempty" xml:"LastReason,omitempty"`
	LastStatus       *string `json:"LastStatus,omitempty" xml:"LastStatus,omitempty"`
	LastTimestamp    *string `json:"LastTimestamp,omitempty" xml:"LastTimestamp,omitempty"`
	Name             *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Port             *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
	Ready            *bool   `json:"Ready,omitempty" xml:"Ready,omitempty"`
	RestartCount     *int32  `json:"RestartCount,omitempty" xml:"RestartCount,omitempty"`
}

func (ContainerInfo) GoString

func (s ContainerInfo) GoString() string

func (*ContainerInfo) SetCurrentReaon

func (s *ContainerInfo) SetCurrentReaon(v string) *ContainerInfo

func (*ContainerInfo) SetCurrentStatus

func (s *ContainerInfo) SetCurrentStatus(v string) *ContainerInfo

func (*ContainerInfo) SetCurrentTimestamp

func (s *ContainerInfo) SetCurrentTimestamp(v string) *ContainerInfo

func (*ContainerInfo) SetImage

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

func (*ContainerInfo) SetLastReason

func (s *ContainerInfo) SetLastReason(v string) *ContainerInfo

func (*ContainerInfo) SetLastStatus

func (s *ContainerInfo) SetLastStatus(v string) *ContainerInfo

func (*ContainerInfo) SetLastTimestamp

func (s *ContainerInfo) SetLastTimestamp(v string) *ContainerInfo

func (*ContainerInfo) SetName

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

func (*ContainerInfo) SetPort

func (s *ContainerInfo) SetPort(v int32) *ContainerInfo

func (*ContainerInfo) SetReady

func (s *ContainerInfo) SetReady(v bool) *ContainerInfo

func (*ContainerInfo) SetRestartCount

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

func (ContainerInfo) String

func (s ContainerInfo) String() string

type CreateAppServiceRequest

type CreateAppServiceRequest struct {
	QuotaId     *string                `json:"QuotaId,omitempty" xml:"QuotaId,omitempty"`
	WorkspaceId *string                `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
	AppType     *string                `json:"AppType,omitempty" xml:"AppType,omitempty"`
	AppVersion  *string                `json:"AppVersion,omitempty" xml:"AppVersion,omitempty"`
	Config      map[string]interface{} `json:"Config,omitempty" xml:"Config,omitempty"`
	Replicas    *int32                 `json:"Replicas,omitempty" xml:"Replicas,omitempty"`
	ServiceName *string                `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	ServiceSpec *string                `json:"ServiceSpec,omitempty" xml:"ServiceSpec,omitempty"`
}

func (CreateAppServiceRequest) GoString

func (s CreateAppServiceRequest) GoString() string

func (*CreateAppServiceRequest) SetAppType

func (*CreateAppServiceRequest) SetAppVersion

func (*CreateAppServiceRequest) SetConfig

func (s *CreateAppServiceRequest) SetConfig(v map[string]interface{}) *CreateAppServiceRequest

func (*CreateAppServiceRequest) SetQuotaId

func (*CreateAppServiceRequest) SetReplicas

func (*CreateAppServiceRequest) SetServiceName

func (*CreateAppServiceRequest) SetServiceSpec

func (*CreateAppServiceRequest) SetWorkspaceId

func (CreateAppServiceRequest) String

func (s CreateAppServiceRequest) String() string

type CreateAppServiceResponse

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

func (CreateAppServiceResponse) GoString

func (s CreateAppServiceResponse) GoString() string

func (*CreateAppServiceResponse) SetBody

func (*CreateAppServiceResponse) SetHeaders

func (*CreateAppServiceResponse) SetStatusCode

func (CreateAppServiceResponse) String

func (s CreateAppServiceResponse) String() string

type CreateAppServiceResponseBody

type CreateAppServiceResponseBody 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 (CreateAppServiceResponseBody) GoString

func (s CreateAppServiceResponseBody) GoString() string

func (*CreateAppServiceResponseBody) SetInternetEndpoint

func (*CreateAppServiceResponseBody) SetIntranetEndpoint

func (*CreateAppServiceResponseBody) SetRegion

func (*CreateAppServiceResponseBody) SetRequestId

func (*CreateAppServiceResponseBody) SetServiceId

func (*CreateAppServiceResponseBody) SetServiceName

func (*CreateAppServiceResponseBody) SetStatus

func (CreateAppServiceResponseBody) String

type CreateBenchmarkTaskRequest

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

func (CreateBenchmarkTaskRequest) GoString

func (s CreateBenchmarkTaskRequest) GoString() string

func (*CreateBenchmarkTaskRequest) SetBody

func (CreateBenchmarkTaskRequest) String

type CreateBenchmarkTaskResponse

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

func (s CreateBenchmarkTaskResponse) GoString() string

func (*CreateBenchmarkTaskResponse) SetBody

func (*CreateBenchmarkTaskResponse) SetHeaders

func (*CreateBenchmarkTaskResponse) SetStatusCode

func (CreateBenchmarkTaskResponse) String

type CreateBenchmarkTaskResponseBody

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

func (CreateBenchmarkTaskResponseBody) GoString

func (*CreateBenchmarkTaskResponseBody) SetMessage

func (*CreateBenchmarkTaskResponseBody) SetRegion

func (*CreateBenchmarkTaskResponseBody) SetRequestId

func (*CreateBenchmarkTaskResponseBody) SetTaskName

func (CreateBenchmarkTaskResponseBody) String

type CreateGatewayIntranetLinkedVpcRequest

type CreateGatewayIntranetLinkedVpcRequest struct {
	VSwitchId *string `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	VpcId     *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (CreateGatewayIntranetLinkedVpcRequest) GoString

func (*CreateGatewayIntranetLinkedVpcRequest) SetVSwitchId

func (*CreateGatewayIntranetLinkedVpcRequest) SetVpcId

func (CreateGatewayIntranetLinkedVpcRequest) String

type CreateGatewayIntranetLinkedVpcResponse

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

func (CreateGatewayIntranetLinkedVpcResponse) GoString

func (*CreateGatewayIntranetLinkedVpcResponse) SetHeaders

func (*CreateGatewayIntranetLinkedVpcResponse) SetStatusCode

func (CreateGatewayIntranetLinkedVpcResponse) String

type CreateGatewayIntranetLinkedVpcResponseBody

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

func (CreateGatewayIntranetLinkedVpcResponseBody) GoString

func (*CreateGatewayIntranetLinkedVpcResponseBody) SetGatewayId

func (*CreateGatewayIntranetLinkedVpcResponseBody) SetMessage

func (*CreateGatewayIntranetLinkedVpcResponseBody) SetRequestId

func (CreateGatewayIntranetLinkedVpcResponseBody) String

type CreateGatewayRequest

type CreateGatewayRequest struct {
	ResourceName   *string `json:"ResourceName,omitempty" xml:"ResourceName,omitempty"`
	EnableInternet *bool   `json:"EnableInternet,omitempty" xml:"EnableInternet,omitempty"`
	EnableIntranet *bool   `json:"EnableIntranet,omitempty" xml:"EnableIntranet,omitempty"`
	InstanceType   *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	Name           *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (CreateGatewayRequest) GoString

func (s CreateGatewayRequest) GoString() string

func (*CreateGatewayRequest) SetEnableInternet

func (s *CreateGatewayRequest) SetEnableInternet(v bool) *CreateGatewayRequest

func (*CreateGatewayRequest) SetEnableIntranet

func (s *CreateGatewayRequest) SetEnableIntranet(v bool) *CreateGatewayRequest

func (*CreateGatewayRequest) SetInstanceType

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

func (*CreateGatewayRequest) SetName

func (*CreateGatewayRequest) SetResourceName

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

func (CreateGatewayRequest) String

func (s CreateGatewayRequest) String() string

type CreateGatewayResponse

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

func (CreateGatewayResponse) GoString

func (s CreateGatewayResponse) GoString() string

func (*CreateGatewayResponse) SetBody

func (*CreateGatewayResponse) SetHeaders

func (*CreateGatewayResponse) SetStatusCode

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

func (CreateGatewayResponse) String

func (s CreateGatewayResponse) String() string

type CreateGatewayResponseBody

type CreateGatewayResponseBody struct {
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	GatewayId *string `json:"GatewayId,omitempty" xml:"GatewayId,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateGatewayResponseBody) GoString

func (s CreateGatewayResponseBody) GoString() string

func (*CreateGatewayResponseBody) SetClusterId

func (*CreateGatewayResponseBody) SetGatewayId

func (*CreateGatewayResponseBody) SetMessage

func (*CreateGatewayResponseBody) SetRequestId

func (CreateGatewayResponseBody) String

func (s CreateGatewayResponseBody) String() string

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"`
	SystemDiskSize   *int32  `json:"SystemDiskSize,omitempty" xml:"SystemDiskSize,omitempty"`
	UserData         *string `json:"UserData,omitempty" xml:"UserData,omitempty"`
	Zone             *string `json:"Zone,omitempty" xml:"Zone,omitempty"`
}

func (CreateResourceInstancesRequest) GoString

func (*CreateResourceInstancesRequest) SetAutoRenewal

func (*CreateResourceInstancesRequest) SetChargeType

func (*CreateResourceInstancesRequest) SetEcsInstanceCount

func (*CreateResourceInstancesRequest) SetEcsInstanceType

func (*CreateResourceInstancesRequest) SetSystemDiskSize

func (*CreateResourceInstancesRequest) SetUserData

func (*CreateResourceInstancesRequest) SetZone

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

func (CreateResourceInstancesResponse) String

type CreateResourceInstancesResponseBody

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

func (CreateResourceInstancesResponseBody) GoString

func (*CreateResourceInstancesResponseBody) SetInstanceIds

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

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"`
	ResourceType               *string                                          `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	SelfManagedResourceOptions *CreateResourceRequestSelfManagedResourceOptions `json:"SelfManagedResourceOptions,omitempty" xml:"SelfManagedResourceOptions,omitempty" type:"Struct"`
	SystemDiskSize             *int32                                           `json:"SystemDiskSize,omitempty" xml:"SystemDiskSize,omitempty"`
	Zone                       *string                                          `json:"Zone,omitempty" xml:"Zone,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) SetResourceType

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

func (*CreateResourceRequest) SetSelfManagedResourceOptions

func (*CreateResourceRequest) SetSystemDiskSize

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

func (*CreateResourceRequest) SetZone

func (CreateResourceRequest) String

func (s CreateResourceRequest) String() string

type CreateResourceRequestSelfManagedResourceOptions

type CreateResourceRequestSelfManagedResourceOptions struct {
	ExternalClusterId *string                                                           `json:"ExternalClusterId,omitempty" xml:"ExternalClusterId,omitempty"`
	NodeMatchLabels   map[string]*string                                                `json:"NodeMatchLabels,omitempty" xml:"NodeMatchLabels,omitempty"`
	NodeTolerations   []*CreateResourceRequestSelfManagedResourceOptionsNodeTolerations `json:"NodeTolerations,omitempty" xml:"NodeTolerations,omitempty" type:"Repeated"`
	RoleName          *string                                                           `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (CreateResourceRequestSelfManagedResourceOptions) GoString

func (*CreateResourceRequestSelfManagedResourceOptions) SetExternalClusterId

func (*CreateResourceRequestSelfManagedResourceOptions) SetNodeMatchLabels

func (*CreateResourceRequestSelfManagedResourceOptions) SetRoleName

func (CreateResourceRequestSelfManagedResourceOptions) String

type CreateResourceRequestSelfManagedResourceOptionsNodeTolerations

type CreateResourceRequestSelfManagedResourceOptionsNodeTolerations struct {
	Effect   *string `json:"effect,omitempty" xml:"effect,omitempty"`
	Key      *string `json:"key,omitempty" xml:"key,omitempty"`
	Operator *string `json:"operator,omitempty" xml:"operator,omitempty"`
	Value    *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (CreateResourceRequestSelfManagedResourceOptionsNodeTolerations) GoString

func (*CreateResourceRequestSelfManagedResourceOptionsNodeTolerations) SetEffect

func (*CreateResourceRequestSelfManagedResourceOptionsNodeTolerations) SetKey

func (*CreateResourceRequestSelfManagedResourceOptionsNodeTolerations) SetOperator

func (*CreateResourceRequestSelfManagedResourceOptionsNodeTolerations) SetValue

func (CreateResourceRequestSelfManagedResourceOptionsNodeTolerations) 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

func (CreateResourceResponse) String

func (s CreateResourceResponse) String() string

type CreateResourceResponseBody

type CreateResourceResponseBody struct {
	ClusterId    *string   `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	InstanceIds  []*string `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty" type:"Repeated"`
	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) SetInstanceIds

func (*CreateResourceResponseBody) SetOwnerUid

func (*CreateResourceResponseBody) SetRequestId

func (*CreateResourceResponseBody) SetResourceId

func (*CreateResourceResponseBody) SetResourceName

func (CreateResourceResponseBody) String

type CreateServiceAutoScalerRequest

type CreateServiceAutoScalerRequest struct {
	Behavior        *CreateServiceAutoScalerRequestBehavior          `json:"behavior,omitempty" xml:"behavior,omitempty" type:"Struct"`
	Max             *int32                                           `json:"max,omitempty" xml:"max,omitempty"`
	Min             *int32                                           `json:"min,omitempty" xml:"min,omitempty"`
	ScaleStrategies []*CreateServiceAutoScalerRequestScaleStrategies `json:"scaleStrategies,omitempty" xml:"scaleStrategies,omitempty" type:"Repeated"`
}

func (CreateServiceAutoScalerRequest) GoString

func (*CreateServiceAutoScalerRequest) SetMax

func (*CreateServiceAutoScalerRequest) SetMin

func (CreateServiceAutoScalerRequest) String

type CreateServiceAutoScalerRequestBehavior

type CreateServiceAutoScalerRequestBehavior struct {
	OnZero    *CreateServiceAutoScalerRequestBehaviorOnZero    `json:"onZero,omitempty" xml:"onZero,omitempty" type:"Struct"`
	ScaleDown *CreateServiceAutoScalerRequestBehaviorScaleDown `json:"scaleDown,omitempty" xml:"scaleDown,omitempty" type:"Struct"`
	ScaleUp   *CreateServiceAutoScalerRequestBehaviorScaleUp   `json:"scaleUp,omitempty" xml:"scaleUp,omitempty" type:"Struct"`
}

func (CreateServiceAutoScalerRequestBehavior) GoString

func (CreateServiceAutoScalerRequestBehavior) String

type CreateServiceAutoScalerRequestBehaviorOnZero

type CreateServiceAutoScalerRequestBehaviorOnZero struct {
	ScaleDownGracePeriodSeconds *int32 `json:"scaleDownGracePeriodSeconds,omitempty" xml:"scaleDownGracePeriodSeconds,omitempty"`
	ScaleUpActivationReplicas   *int32 `json:"scaleUpActivationReplicas,omitempty" xml:"scaleUpActivationReplicas,omitempty"`
}

func (CreateServiceAutoScalerRequestBehaviorOnZero) GoString

func (*CreateServiceAutoScalerRequestBehaviorOnZero) SetScaleDownGracePeriodSeconds

func (*CreateServiceAutoScalerRequestBehaviorOnZero) SetScaleUpActivationReplicas

func (CreateServiceAutoScalerRequestBehaviorOnZero) String

type CreateServiceAutoScalerRequestBehaviorScaleDown

type CreateServiceAutoScalerRequestBehaviorScaleDown struct {
	StabilizationWindowSeconds *int32 `json:"stabilizationWindowSeconds,omitempty" xml:"stabilizationWindowSeconds,omitempty"`
}

func (CreateServiceAutoScalerRequestBehaviorScaleDown) GoString

func (*CreateServiceAutoScalerRequestBehaviorScaleDown) SetStabilizationWindowSeconds

func (CreateServiceAutoScalerRequestBehaviorScaleDown) String

type CreateServiceAutoScalerRequestBehaviorScaleUp

type CreateServiceAutoScalerRequestBehaviorScaleUp struct {
	StabilizationWindowSeconds *int32 `json:"stabilizationWindowSeconds,omitempty" xml:"stabilizationWindowSeconds,omitempty"`
}

func (CreateServiceAutoScalerRequestBehaviorScaleUp) GoString

func (*CreateServiceAutoScalerRequestBehaviorScaleUp) SetStabilizationWindowSeconds

func (CreateServiceAutoScalerRequestBehaviorScaleUp) String

type CreateServiceAutoScalerRequestScaleStrategies

type CreateServiceAutoScalerRequestScaleStrategies struct {
	MetricName *string  `json:"metricName,omitempty" xml:"metricName,omitempty"`
	Service    *string  `json:"service,omitempty" xml:"service,omitempty"`
	Threshold  *float32 `json:"threshold,omitempty" xml:"threshold,omitempty"`
}

func (CreateServiceAutoScalerRequestScaleStrategies) GoString

func (*CreateServiceAutoScalerRequestScaleStrategies) SetMetricName

func (*CreateServiceAutoScalerRequestScaleStrategies) SetService

func (*CreateServiceAutoScalerRequestScaleStrategies) SetThreshold

func (CreateServiceAutoScalerRequestScaleStrategies) 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

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

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

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 {
	Develop     *string            `json:"Develop,omitempty" xml:"Develop,omitempty"`
	Labels      map[string]*string `json:"Labels,omitempty" xml:"Labels,omitempty"`
	WorkspaceId *string            `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
	Body        *string            `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateServiceRequest) GoString

func (s CreateServiceRequest) GoString() string

func (*CreateServiceRequest) SetBody

func (*CreateServiceRequest) SetDevelop

func (*CreateServiceRequest) SetLabels

func (*CreateServiceRequest) SetWorkspaceId

func (s *CreateServiceRequest) SetWorkspaceId(v string) *CreateServiceRequest

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

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 CreateServiceShrinkRequest

type CreateServiceShrinkRequest struct {
	Develop      *string `json:"Develop,omitempty" xml:"Develop,omitempty"`
	LabelsShrink *string `json:"Labels,omitempty" xml:"Labels,omitempty"`
	WorkspaceId  *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
	Body         *string `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateServiceShrinkRequest) GoString

func (s CreateServiceShrinkRequest) GoString() string

func (*CreateServiceShrinkRequest) SetBody

func (*CreateServiceShrinkRequest) SetDevelop

func (*CreateServiceShrinkRequest) SetLabelsShrink

func (*CreateServiceShrinkRequest) SetWorkspaceId

func (CreateServiceShrinkRequest) String

type DeleteBenchmarkTaskResponse

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

func (s DeleteBenchmarkTaskResponse) GoString() string

func (*DeleteBenchmarkTaskResponse) SetBody

func (*DeleteBenchmarkTaskResponse) SetHeaders

func (*DeleteBenchmarkTaskResponse) SetStatusCode

func (DeleteBenchmarkTaskResponse) String

type DeleteBenchmarkTaskResponseBody

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

func (DeleteBenchmarkTaskResponseBody) GoString

func (*DeleteBenchmarkTaskResponseBody) SetMessage

func (*DeleteBenchmarkTaskResponseBody) SetRequestId

func (DeleteBenchmarkTaskResponseBody) String

type DeleteGatewayIntranetLinkedVpcRequest

type DeleteGatewayIntranetLinkedVpcRequest struct {
	VSwitchId *string `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	VpcId     *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (DeleteGatewayIntranetLinkedVpcRequest) GoString

func (*DeleteGatewayIntranetLinkedVpcRequest) SetVSwitchId

func (*DeleteGatewayIntranetLinkedVpcRequest) SetVpcId

func (DeleteGatewayIntranetLinkedVpcRequest) String

type DeleteGatewayIntranetLinkedVpcResponse

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

func (DeleteGatewayIntranetLinkedVpcResponse) GoString

func (*DeleteGatewayIntranetLinkedVpcResponse) SetHeaders

func (*DeleteGatewayIntranetLinkedVpcResponse) SetStatusCode

func (DeleteGatewayIntranetLinkedVpcResponse) String

type DeleteGatewayIntranetLinkedVpcResponseBody

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

func (DeleteGatewayIntranetLinkedVpcResponseBody) GoString

func (*DeleteGatewayIntranetLinkedVpcResponseBody) SetGatewayId

func (*DeleteGatewayIntranetLinkedVpcResponseBody) SetMessage

func (*DeleteGatewayIntranetLinkedVpcResponseBody) SetRequestId

func (DeleteGatewayIntranetLinkedVpcResponseBody) String

type DeleteGatewayResponse

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

func (DeleteGatewayResponse) GoString

func (s DeleteGatewayResponse) GoString() string

func (*DeleteGatewayResponse) SetBody

func (*DeleteGatewayResponse) SetHeaders

func (*DeleteGatewayResponse) SetStatusCode

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

func (DeleteGatewayResponse) String

func (s DeleteGatewayResponse) String() string

type DeleteGatewayResponseBody

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

func (DeleteGatewayResponseBody) GoString

func (s DeleteGatewayResponseBody) GoString() string

func (*DeleteGatewayResponseBody) SetGatewayId

func (*DeleteGatewayResponseBody) SetMessage

func (*DeleteGatewayResponseBody) SetRequestId

func (DeleteGatewayResponseBody) String

func (s DeleteGatewayResponseBody) String() string

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

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

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

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

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

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

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 {
	Container    *string `json:"Container,omitempty" xml:"Container,omitempty"`
	InstanceList *string `json:"InstanceList,omitempty" xml:"InstanceList,omitempty"`
	SoftRestart  *bool   `json:"SoftRestart,omitempty" xml:"SoftRestart,omitempty"`
}

func (DeleteServiceInstancesRequest) GoString

func (*DeleteServiceInstancesRequest) SetContainer

func (*DeleteServiceInstancesRequest) SetInstanceList

func (*DeleteServiceInstancesRequest) SetSoftRestart

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

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 DeleteServiceLabelRequest

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

func (DeleteServiceLabelRequest) GoString

func (s DeleteServiceLabelRequest) GoString() string

func (*DeleteServiceLabelRequest) SetKeys

func (DeleteServiceLabelRequest) String

func (s DeleteServiceLabelRequest) String() string

type DeleteServiceLabelResponse

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

func (DeleteServiceLabelResponse) GoString

func (s DeleteServiceLabelResponse) GoString() string

func (*DeleteServiceLabelResponse) SetBody

func (*DeleteServiceLabelResponse) SetHeaders

func (*DeleteServiceLabelResponse) SetStatusCode

func (DeleteServiceLabelResponse) String

type DeleteServiceLabelResponseBody

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

func (DeleteServiceLabelResponseBody) GoString

func (*DeleteServiceLabelResponseBody) SetMessage

func (*DeleteServiceLabelResponseBody) SetRequestId

func (DeleteServiceLabelResponseBody) String

type DeleteServiceLabelShrinkRequest

type DeleteServiceLabelShrinkRequest struct {
	KeysShrink *string `json:"Keys,omitempty" xml:"Keys,omitempty"`
}

func (DeleteServiceLabelShrinkRequest) GoString

func (*DeleteServiceLabelShrinkRequest) SetKeysShrink

func (DeleteServiceLabelShrinkRequest) 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

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

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 DescribeBenchmarkTaskReportRequest

type DescribeBenchmarkTaskReportRequest struct {
	ReportType *string `json:"ReportType,omitempty" xml:"ReportType,omitempty"`
}

func (DescribeBenchmarkTaskReportRequest) GoString

func (*DescribeBenchmarkTaskReportRequest) SetReportType

func (DescribeBenchmarkTaskReportRequest) String

type DescribeBenchmarkTaskReportResponse

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

func (*DescribeBenchmarkTaskReportResponse) SetHeaders

func (*DescribeBenchmarkTaskReportResponse) SetStatusCode

func (DescribeBenchmarkTaskReportResponse) String

type DescribeBenchmarkTaskReportResponseBody

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

func (DescribeBenchmarkTaskReportResponseBody) GoString

func (*DescribeBenchmarkTaskReportResponseBody) SetData

func (*DescribeBenchmarkTaskReportResponseBody) SetReportUrl

func (*DescribeBenchmarkTaskReportResponseBody) SetRequestId

func (DescribeBenchmarkTaskReportResponseBody) String

type DescribeBenchmarkTaskResponse

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

func (*DescribeBenchmarkTaskResponse) SetBody

func (*DescribeBenchmarkTaskResponse) SetHeaders

func (*DescribeBenchmarkTaskResponse) SetStatusCode

func (DescribeBenchmarkTaskResponse) String

type DescribeBenchmarkTaskResponseBody

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"`
	Endpoint     *string `json:"Endpoint,omitempty" xml:"Endpoint,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"`
	// 请求ID。
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// 访问eas服务的鉴权token。
	ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	Status      *string `json:"Status,omitempty" xml:"Status,omitempty"`
	// 压测任务ID。
	TaskId *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
	// 当前压测任务状态产生的原因。
	TaskName *string `json:"TaskName,omitempty" xml:"TaskName,omitempty"`
	// 资源拥有者的UID。
	Token *string `json:"Token,omitempty" xml:"Token,omitempty"`
}

func (DescribeBenchmarkTaskResponseBody) GoString

func (*DescribeBenchmarkTaskResponseBody) SetAvailableAgent

func (*DescribeBenchmarkTaskResponseBody) SetCallerUid

func (*DescribeBenchmarkTaskResponseBody) SetDesiredAgent

func (*DescribeBenchmarkTaskResponseBody) SetEndpoint

func (*DescribeBenchmarkTaskResponseBody) SetMessage

func (*DescribeBenchmarkTaskResponseBody) SetParentUid

func (*DescribeBenchmarkTaskResponseBody) SetReason

func (*DescribeBenchmarkTaskResponseBody) SetRequestId

func (*DescribeBenchmarkTaskResponseBody) SetServiceName

func (*DescribeBenchmarkTaskResponseBody) SetStatus

func (*DescribeBenchmarkTaskResponseBody) SetTaskId

func (*DescribeBenchmarkTaskResponseBody) SetTaskName

func (*DescribeBenchmarkTaskResponseBody) SetToken

func (DescribeBenchmarkTaskResponseBody) String

type DescribeGatewayResponse

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

func (DescribeGatewayResponse) GoString

func (s DescribeGatewayResponse) GoString() string

func (*DescribeGatewayResponse) SetBody

func (*DescribeGatewayResponse) SetHeaders

func (*DescribeGatewayResponse) SetStatusCode

func (DescribeGatewayResponse) String

func (s DescribeGatewayResponse) String() string

type DescribeGatewayResponseBody

type DescribeGatewayResponseBody struct {
	CallerUid *string `json:"CallerUid,omitempty" xml:"CallerUid,omitempty"`
	// 网关创建时间
	CreateTime        *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ExternalClusterId *string `json:"ExternalClusterId,omitempty" xml:"ExternalClusterId,omitempty"`
	// 网关ID
	GatewayId   *string `json:"GatewayId,omitempty" xml:"GatewayId,omitempty"`
	GatewayName *string `json:"GatewayName,omitempty" xml:"GatewayName,omitempty"`
	// 网关创建的实例种类
	InstanceType          *string                                             `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	InternetAclPolicyList []*DescribeGatewayResponseBodyInternetAclPolicyList `json:"InternetAclPolicyList,omitempty" xml:"InternetAclPolicyList,omitempty" type:"Repeated"`
	// 网关内部域名
	InternetDomain  *string `json:"InternetDomain,omitempty" xml:"InternetDomain,omitempty"`
	InternetEnabled *bool   `json:"InternetEnabled,omitempty" xml:"InternetEnabled,omitempty"`
	// 网关外部域名
	IntranetDomain        *string                                             `json:"IntranetDomain,omitempty" xml:"IntranetDomain,omitempty"`
	IntranetEnabled       *bool                                               `json:"IntranetEnabled,omitempty" xml:"IntranetEnabled,omitempty"`
	IntranetLinkedVpcList []*DescribeGatewayResponseBodyIntranetLinkedVpcList `json:"IntranetLinkedVpcList,omitempty" xml:"IntranetLinkedVpcList,omitempty" type:"Repeated"`
	// 创建网关的用户ID
	ParentUid *string `json:"ParentUid,omitempty" xml:"ParentUid,omitempty"`
	// 网关所在地域
	Region    *string `json:"Region,omitempty" xml:"Region,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// 网关现在的状态
	Status *string `json:"Status,omitempty" xml:"Status,omitempty"`
	// 网关最后一次的更新时间
	UpdateTime *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (DescribeGatewayResponseBody) GoString

func (s DescribeGatewayResponseBody) GoString() string

func (*DescribeGatewayResponseBody) SetCallerUid

func (*DescribeGatewayResponseBody) SetCreateTime

func (*DescribeGatewayResponseBody) SetExternalClusterId

func (*DescribeGatewayResponseBody) SetGatewayId

func (*DescribeGatewayResponseBody) SetGatewayName

func (*DescribeGatewayResponseBody) SetInstanceType

func (*DescribeGatewayResponseBody) SetInternetDomain

func (*DescribeGatewayResponseBody) SetInternetEnabled

func (*DescribeGatewayResponseBody) SetIntranetDomain

func (*DescribeGatewayResponseBody) SetIntranetEnabled

func (*DescribeGatewayResponseBody) SetParentUid

func (*DescribeGatewayResponseBody) SetRegion

func (*DescribeGatewayResponseBody) SetRequestId

func (*DescribeGatewayResponseBody) SetStatus

func (*DescribeGatewayResponseBody) SetUpdateTime

func (DescribeGatewayResponseBody) String

type DescribeGatewayResponseBodyInternetAclPolicyList

type DescribeGatewayResponseBodyInternetAclPolicyList struct {
	Comment *string `json:"Comment,omitempty" xml:"Comment,omitempty"`
	Entry   *string `json:"Entry,omitempty" xml:"Entry,omitempty"`
	Status  *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeGatewayResponseBodyInternetAclPolicyList) GoString

func (*DescribeGatewayResponseBodyInternetAclPolicyList) SetComment

func (*DescribeGatewayResponseBodyInternetAclPolicyList) SetEntry

func (*DescribeGatewayResponseBodyInternetAclPolicyList) SetStatus

func (DescribeGatewayResponseBodyInternetAclPolicyList) String

type DescribeGatewayResponseBodyIntranetLinkedVpcList

type DescribeGatewayResponseBodyIntranetLinkedVpcList struct {
	Ip              *string `json:"Ip,omitempty" xml:"Ip,omitempty"`
	SecurityGroupId *string `json:"SecurityGroupId,omitempty" xml:"SecurityGroupId,omitempty"`
	Status          *string `json:"Status,omitempty" xml:"Status,omitempty"`
	VSwitchId       *string `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	VpcId           *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (DescribeGatewayResponseBodyIntranetLinkedVpcList) GoString

func (*DescribeGatewayResponseBodyIntranetLinkedVpcList) SetIp

func (*DescribeGatewayResponseBodyIntranetLinkedVpcList) SetSecurityGroupId

func (*DescribeGatewayResponseBodyIntranetLinkedVpcList) SetStatus

func (*DescribeGatewayResponseBodyIntranetLinkedVpcList) SetVSwitchId

func (*DescribeGatewayResponseBodyIntranetLinkedVpcList) SetVpcId

func (DescribeGatewayResponseBodyIntranetLinkedVpcList) String

type DescribeGroupResponse

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

func (DescribeGroupResponse) GoString

func (s DescribeGroupResponse) GoString() string

func (*DescribeGroupResponse) SetBody

func (*DescribeGroupResponse) SetHeaders

func (*DescribeGroupResponse) SetStatusCode

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

func (DescribeGroupResponse) String

func (s DescribeGroupResponse) String() string

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

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

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

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"`
	ResourceType          *string `json:"ResourceType,omitempty" xml:"ResourceType,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) SetResourceType

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

func (DescribeServiceAutoScalerResponse) String

type DescribeServiceAutoScalerResponseBody

type DescribeServiceAutoScalerResponseBody struct {
	Behavior        map[string]interface{}                                  `json:"Behavior,omitempty" xml:"Behavior,omitempty"`
	CurrentMetrics  []*DescribeServiceAutoScalerResponseBodyCurrentMetrics  `json:"CurrentMetrics,omitempty" xml:"CurrentMetrics,omitempty" type:"Repeated"`
	MaxReplica      *int32                                                  `json:"MaxReplica,omitempty" xml:"MaxReplica,omitempty"`
	MinReplica      *int32                                                  `json:"MinReplica,omitempty" xml:"MinReplica,omitempty"`
	RequestId       *string                                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ScaleStrategies []*DescribeServiceAutoScalerResponseBodyScaleStrategies `json:"ScaleStrategies,omitempty" xml:"ScaleStrategies,omitempty" type:"Repeated"`
	ServiceName     *string                                                 `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
}

func (DescribeServiceAutoScalerResponseBody) GoString

func (*DescribeServiceAutoScalerResponseBody) SetBehavior

func (*DescribeServiceAutoScalerResponseBody) SetMaxReplica

func (*DescribeServiceAutoScalerResponseBody) SetMinReplica

func (*DescribeServiceAutoScalerResponseBody) SetRequestId

func (*DescribeServiceAutoScalerResponseBody) SetServiceName

func (DescribeServiceAutoScalerResponseBody) String

type DescribeServiceAutoScalerResponseBodyCurrentMetrics

type DescribeServiceAutoScalerResponseBodyCurrentMetrics struct {
	MetricName *string  `json:"metricName,omitempty" xml:"metricName,omitempty"`
	Service    *string  `json:"service,omitempty" xml:"service,omitempty"`
	Value      *float32 `json:"value,omitempty" xml:"value,omitempty"`
}

func (DescribeServiceAutoScalerResponseBodyCurrentMetrics) GoString

func (*DescribeServiceAutoScalerResponseBodyCurrentMetrics) SetMetricName

func (*DescribeServiceAutoScalerResponseBodyCurrentMetrics) SetService

func (*DescribeServiceAutoScalerResponseBodyCurrentMetrics) SetValue

func (DescribeServiceAutoScalerResponseBodyCurrentMetrics) String

type DescribeServiceAutoScalerResponseBodyScaleStrategies

type DescribeServiceAutoScalerResponseBodyScaleStrategies struct {
	MetricName *string  `json:"metricName,omitempty" xml:"metricName,omitempty"`
	Service    *string  `json:"service,omitempty" xml:"service,omitempty"`
	Threshold  *float32 `json:"threshold,omitempty" xml:"threshold,omitempty"`
}

func (DescribeServiceAutoScalerResponseBodyScaleStrategies) GoString

func (*DescribeServiceAutoScalerResponseBodyScaleStrategies) SetMetricName

func (*DescribeServiceAutoScalerResponseBodyScaleStrategies) SetService

func (*DescribeServiceAutoScalerResponseBodyScaleStrategies) SetThreshold

func (DescribeServiceAutoScalerResponseBodyScaleStrategies) 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

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 DescribeServiceDiagnosisResponse

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

func (DescribeServiceDiagnosisResponse) GoString

func (*DescribeServiceDiagnosisResponse) SetHeaders

func (*DescribeServiceDiagnosisResponse) SetStatusCode

func (DescribeServiceDiagnosisResponse) String

type DescribeServiceDiagnosisResponseBody

type DescribeServiceDiagnosisResponseBody struct {
	DiagnosisList []*DescribeServiceDiagnosisResponseBodyDiagnosisList `json:"DiagnosisList,omitempty" xml:"DiagnosisList,omitempty" type:"Repeated"`
	RequestId     *string                                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeServiceDiagnosisResponseBody) GoString

func (*DescribeServiceDiagnosisResponseBody) SetRequestId

func (DescribeServiceDiagnosisResponseBody) String

type DescribeServiceDiagnosisResponseBodyDiagnosisList

type DescribeServiceDiagnosisResponseBodyDiagnosisList struct {
	Advices []*string `json:"Advices,omitempty" xml:"Advices,omitempty" type:"Repeated"`
	Causes  []*string `json:"Causes,omitempty" xml:"Causes,omitempty" type:"Repeated"`
	Error   *string   `json:"Error,omitempty" xml:"Error,omitempty"`
}

func (DescribeServiceDiagnosisResponseBodyDiagnosisList) GoString

func (*DescribeServiceDiagnosisResponseBodyDiagnosisList) SetAdvices

func (*DescribeServiceDiagnosisResponseBodyDiagnosisList) SetCauses

func (*DescribeServiceDiagnosisResponseBodyDiagnosisList) SetError

func (DescribeServiceDiagnosisResponseBodyDiagnosisList) String

type DescribeServiceEventRequest

type DescribeServiceEventRequest struct {
	EndTime      *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	EventType    *string `json:"EventType,omitempty" xml:"EventType,omitempty"`
	InstanceName *string `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	PageNum      *string `json:"PageNum,omitempty" xml:"PageNum,omitempty"`
	PageSize     *string `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	StartTime    *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (DescribeServiceEventRequest) GoString

func (s DescribeServiceEventRequest) GoString() string

func (*DescribeServiceEventRequest) SetEndTime

func (*DescribeServiceEventRequest) SetEventType

func (*DescribeServiceEventRequest) SetInstanceName

func (*DescribeServiceEventRequest) SetPageNum

func (*DescribeServiceEventRequest) SetPageSize

func (*DescribeServiceEventRequest) SetStartTime

func (DescribeServiceEventRequest) String

type DescribeServiceEventResponse

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

func (DescribeServiceEventResponse) GoString

func (s DescribeServiceEventResponse) GoString() string

func (*DescribeServiceEventResponse) SetBody

func (*DescribeServiceEventResponse) SetHeaders

func (*DescribeServiceEventResponse) SetStatusCode

func (DescribeServiceEventResponse) String

type DescribeServiceEventResponseBody

type DescribeServiceEventResponseBody struct {
	Events       []*DescribeServiceEventResponseBodyEvents `json:"Events,omitempty" xml:"Events,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 (DescribeServiceEventResponseBody) GoString

func (*DescribeServiceEventResponseBody) SetPageNum

func (*DescribeServiceEventResponseBody) SetRequestId

func (*DescribeServiceEventResponseBody) SetTotalCount

func (*DescribeServiceEventResponseBody) SetTotalPageNum

func (DescribeServiceEventResponseBody) String

type DescribeServiceEventResponseBodyEvents

type DescribeServiceEventResponseBodyEvents struct {
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Reason  *string `json:"Reason,omitempty" xml:"Reason,omitempty"`
	Time    *string `json:"Time,omitempty" xml:"Time,omitempty"`
	Type    *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (DescribeServiceEventResponseBodyEvents) GoString

func (*DescribeServiceEventResponseBodyEvents) SetMessage

func (*DescribeServiceEventResponseBodyEvents) SetReason

func (*DescribeServiceEventResponseBodyEvents) SetTime

func (*DescribeServiceEventResponseBodyEvents) SetType

func (DescribeServiceEventResponseBodyEvents) String

type DescribeServiceInstanceDiagnosisResponse

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

func (DescribeServiceInstanceDiagnosisResponse) GoString

func (*DescribeServiceInstanceDiagnosisResponse) SetHeaders

func (*DescribeServiceInstanceDiagnosisResponse) SetStatusCode

func (DescribeServiceInstanceDiagnosisResponse) String

type DescribeServiceInstanceDiagnosisResponseBody

type DescribeServiceInstanceDiagnosisResponseBody struct {
	Diagnosis *DescribeServiceInstanceDiagnosisResponseBodyDiagnosis `json:"Diagnosis,omitempty" xml:"Diagnosis,omitempty" type:"Struct"`
	RequestId *string                                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeServiceInstanceDiagnosisResponseBody) GoString

func (*DescribeServiceInstanceDiagnosisResponseBody) SetRequestId

func (DescribeServiceInstanceDiagnosisResponseBody) String

type DescribeServiceInstanceDiagnosisResponseBodyDiagnosis

type DescribeServiceInstanceDiagnosisResponseBodyDiagnosis struct {
	Advices []*string `json:"Advices,omitempty" xml:"Advices,omitempty" type:"Repeated"`
	Causes  []*string `json:"Causes,omitempty" xml:"Causes,omitempty" type:"Repeated"`
	Error   *string   `json:"Error,omitempty" xml:"Error,omitempty"`
}

func (DescribeServiceInstanceDiagnosisResponseBodyDiagnosis) GoString

func (*DescribeServiceInstanceDiagnosisResponseBodyDiagnosis) SetAdvices

func (*DescribeServiceInstanceDiagnosisResponseBodyDiagnosis) SetCauses

func (*DescribeServiceInstanceDiagnosisResponseBodyDiagnosis) SetError

func (DescribeServiceInstanceDiagnosisResponseBodyDiagnosis) String

type DescribeServiceLogRequest

type DescribeServiceLogRequest struct {
	// 服务实例的容器名称。
	ContainerName *string `json:"ContainerName,omitempty" xml:"ContainerName,omitempty"`
	EndTime       *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	InstanceName  *string `json:"InstanceName,omitempty" xml:"InstanceName,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"`
	Previous      *bool   `json:"Previous,omitempty" xml:"Previous,omitempty"`
	StartTime     *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (DescribeServiceLogRequest) GoString

func (s DescribeServiceLogRequest) GoString() string

func (*DescribeServiceLogRequest) SetContainerName

func (*DescribeServiceLogRequest) SetEndTime

func (*DescribeServiceLogRequest) SetInstanceName

func (*DescribeServiceLogRequest) SetIp

func (*DescribeServiceLogRequest) SetKeyword

func (*DescribeServiceLogRequest) SetPageNum

func (*DescribeServiceLogRequest) SetPageSize

func (*DescribeServiceLogRequest) SetPrevious

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

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

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

func (DescribeServiceResponse) String

func (s DescribeServiceResponse) String() string

type DevelopServiceRequest

type DevelopServiceRequest struct {
	Exit *string `json:"Exit,omitempty" xml:"Exit,omitempty"`
}

func (DevelopServiceRequest) GoString

func (s DevelopServiceRequest) GoString() string

func (*DevelopServiceRequest) SetExit

func (DevelopServiceRequest) String

func (s DevelopServiceRequest) String() string

type DevelopServiceResponse

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

func (DevelopServiceResponse) GoString

func (s DevelopServiceResponse) GoString() string

func (*DevelopServiceResponse) SetBody

func (*DevelopServiceResponse) SetHeaders

func (*DevelopServiceResponse) SetStatusCode

func (DevelopServiceResponse) String

func (s DevelopServiceResponse) String() string

type DevelopServiceResponseBody

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

func (DevelopServiceResponseBody) GoString

func (s DevelopServiceResponseBody) GoString() string

func (*DevelopServiceResponseBody) SetMessage

func (*DevelopServiceResponseBody) SetRequestId

func (DevelopServiceResponseBody) String

type Group

type Group struct {
	AccessToken      *string `json:"AccessToken,omitempty" xml:"AccessToken,omitempty"`
	ClusterId        *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CreateTime       *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	InternetEndpoint *string `json:"InternetEndpoint,omitempty" xml:"InternetEndpoint,omitempty"`
	IntranetEndpoint *string `json:"IntranetEndpoint,omitempty" xml:"IntranetEndpoint,omitempty"`
	Name             *string `json:"Name,omitempty" xml:"Name,omitempty"`
	QueueService     *string `json:"QueueService,omitempty" xml:"QueueService,omitempty"`
	UpdateTime       *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (Group) GoString

func (s Group) GoString() string

func (*Group) SetAccessToken

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

func (*Group) SetClusterId

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

func (*Group) SetCreateTime

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

func (*Group) SetInternetEndpoint

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

func (*Group) SetIntranetEndpoint

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

func (*Group) SetName

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

func (*Group) SetQueueService

func (s *Group) SetQueueService(v string) *Group

func (*Group) SetUpdateTime

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

func (Group) String

func (s Group) String() string

type Instance

type Instance struct {
	CurrentAmount    *float32                 `json:"CurrentAmount,omitempty" xml:"CurrentAmount,omitempty"`
	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"`
	IsSpot           *bool                    `json:"IsSpot,omitempty" xml:"IsSpot,omitempty"`
	Isolated         *bool                    `json:"Isolated,omitempty" xml:"Isolated,omitempty"`
	LastState        []map[string]interface{} `json:"LastState,omitempty" xml:"LastState,omitempty" type:"Repeated"`
	Namespace        *string                  `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	OriginalAmount   *float32                 `json:"OriginalAmount,omitempty" xml:"OriginalAmount,omitempty"`
	ReadyProcesses   *int32                   `json:"ReadyProcesses,omitempty" xml:"ReadyProcesses,omitempty"`
	Reason           *string                  `json:"Reason,omitempty" xml:"Reason,omitempty"`
	ResourceType     *string                  `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	RestartCount     *int32                   `json:"RestartCount,omitempty" xml:"RestartCount,omitempty"`
	Role             *string                  `json:"Role,omitempty" xml:"Role,omitempty"`
	StartAt          *string                  `json:"StartAt,omitempty" xml:"StartAt,omitempty"`
	Status           *string                  `json:"Status,omitempty" xml:"Status,omitempty"`
	TenantHostIP     *string                  `json:"TenantHostIP,omitempty" xml:"TenantHostIP,omitempty"`
	TenantInstanceIP *string                  `json:"TenantInstanceIP,omitempty" xml:"TenantInstanceIP,omitempty"`
	TotalProcesses   *int32                   `json:"TotalProcesses,omitempty" xml:"TotalProcesses,omitempty"`
}

func (Instance) GoString

func (s Instance) GoString() string

func (*Instance) SetCurrentAmount

func (s *Instance) SetCurrentAmount(v float32) *Instance

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) SetIsSpot

func (s *Instance) SetIsSpot(v bool) *Instance

func (*Instance) SetIsolated

func (s *Instance) SetIsolated(v bool) *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) SetOriginalAmount

func (s *Instance) SetOriginalAmount(v float32) *Instance

func (*Instance) SetReadyProcesses

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

func (*Instance) SetReason

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

func (*Instance) SetResourceType

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

func (*Instance) SetRestartCount

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

func (*Instance) SetRole

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

func (*Instance) SetStartAt

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

func (*Instance) SetStatus

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

func (*Instance) SetTenantHostIP

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

func (*Instance) SetTenantInstanceIP

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

func (*Instance) SetTotalProcesses

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

func (Instance) String

func (s Instance) String() string

type ListBenchmarkTaskRequest

type ListBenchmarkTaskRequest struct {
	Filter      *string `json:"Filter,omitempty" xml:"Filter,omitempty"`
	PageNumber  *string `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize    *string `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
}

func (ListBenchmarkTaskRequest) GoString

func (s ListBenchmarkTaskRequest) GoString() string

func (*ListBenchmarkTaskRequest) SetFilter

func (*ListBenchmarkTaskRequest) SetPageNumber

func (*ListBenchmarkTaskRequest) SetPageSize

func (*ListBenchmarkTaskRequest) SetServiceName

func (ListBenchmarkTaskRequest) String

func (s ListBenchmarkTaskRequest) String() string

type ListBenchmarkTaskResponse

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

func (s ListBenchmarkTaskResponse) GoString() string

func (*ListBenchmarkTaskResponse) SetBody

func (*ListBenchmarkTaskResponse) SetHeaders

func (*ListBenchmarkTaskResponse) SetStatusCode

func (ListBenchmarkTaskResponse) String

func (s ListBenchmarkTaskResponse) String() string

type ListBenchmarkTaskResponseBody

type ListBenchmarkTaskResponseBody 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"`
	Tasks      []*ListBenchmarkTaskResponseBodyTasks `json:"Tasks,omitempty" xml:"Tasks,omitempty" type:"Repeated"`
	TotalCount *int32                                `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListBenchmarkTaskResponseBody) GoString

func (*ListBenchmarkTaskResponseBody) SetPageNumber

func (*ListBenchmarkTaskResponseBody) SetPageSize

func (*ListBenchmarkTaskResponseBody) SetRequestId

func (*ListBenchmarkTaskResponseBody) SetTasks

func (*ListBenchmarkTaskResponseBody) SetTotalCount

func (ListBenchmarkTaskResponseBody) String

type ListBenchmarkTaskResponseBodyTasks

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

func (*ListBenchmarkTaskResponseBodyTasks) SetAvailableAgent

func (*ListBenchmarkTaskResponseBodyTasks) SetCreateTime

func (*ListBenchmarkTaskResponseBodyTasks) SetMessage

func (*ListBenchmarkTaskResponseBodyTasks) SetRegion

func (*ListBenchmarkTaskResponseBodyTasks) SetServiceName

func (*ListBenchmarkTaskResponseBodyTasks) SetStatus

func (*ListBenchmarkTaskResponseBodyTasks) SetTaskId

func (*ListBenchmarkTaskResponseBodyTasks) SetTaskName

func (*ListBenchmarkTaskResponseBodyTasks) SetUpdateTime

func (ListBenchmarkTaskResponseBodyTasks) String

type ListGatewayIntranetLinkedVpcResponse

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

func (ListGatewayIntranetLinkedVpcResponse) GoString

func (*ListGatewayIntranetLinkedVpcResponse) SetHeaders

func (*ListGatewayIntranetLinkedVpcResponse) SetStatusCode

func (ListGatewayIntranetLinkedVpcResponse) String

type ListGatewayIntranetLinkedVpcResponseBody

type ListGatewayIntranetLinkedVpcResponseBody struct {
	GatewayId             *string                                                          `json:"GatewayId,omitempty" xml:"GatewayId,omitempty"`
	IntranetLinkedVpcList []*ListGatewayIntranetLinkedVpcResponseBodyIntranetLinkedVpcList `json:"IntranetLinkedVpcList,omitempty" xml:"IntranetLinkedVpcList,omitempty" type:"Repeated"`
	RequestId             *string                                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListGatewayIntranetLinkedVpcResponseBody) GoString

func (*ListGatewayIntranetLinkedVpcResponseBody) SetGatewayId

func (*ListGatewayIntranetLinkedVpcResponseBody) SetRequestId

func (ListGatewayIntranetLinkedVpcResponseBody) String

type ListGatewayIntranetLinkedVpcResponseBodyIntranetLinkedVpcList

type ListGatewayIntranetLinkedVpcResponseBodyIntranetLinkedVpcList struct {
	Ip              *string `json:"Ip,omitempty" xml:"Ip,omitempty"`
	SecurityGroupId *string `json:"SecurityGroupId,omitempty" xml:"SecurityGroupId,omitempty"`
	Status          *string `json:"Status,omitempty" xml:"Status,omitempty"`
	VSwitchId       *string `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	VpcId           *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (ListGatewayIntranetLinkedVpcResponseBodyIntranetLinkedVpcList) GoString

func (*ListGatewayIntranetLinkedVpcResponseBodyIntranetLinkedVpcList) SetIp

func (*ListGatewayIntranetLinkedVpcResponseBodyIntranetLinkedVpcList) SetSecurityGroupId

func (*ListGatewayIntranetLinkedVpcResponseBodyIntranetLinkedVpcList) SetStatus

func (*ListGatewayIntranetLinkedVpcResponseBodyIntranetLinkedVpcList) SetVSwitchId

func (*ListGatewayIntranetLinkedVpcResponseBodyIntranetLinkedVpcList) SetVpcId

func (ListGatewayIntranetLinkedVpcResponseBodyIntranetLinkedVpcList) String

type ListGroupsRequest

type ListGroupsRequest struct {
	Filter      *string `json:"Filter,omitempty" xml:"Filter,omitempty"`
	PageNumber  *string `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize    *string `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
}

func (ListGroupsRequest) GoString

func (s ListGroupsRequest) GoString() string

func (*ListGroupsRequest) SetFilter

func (s *ListGroupsRequest) SetFilter(v string) *ListGroupsRequest

func (*ListGroupsRequest) SetPageNumber

func (s *ListGroupsRequest) SetPageNumber(v string) *ListGroupsRequest

func (*ListGroupsRequest) SetPageSize

func (s *ListGroupsRequest) SetPageSize(v string) *ListGroupsRequest

func (*ListGroupsRequest) SetWorkspaceId

func (s *ListGroupsRequest) SetWorkspaceId(v string) *ListGroupsRequest

func (ListGroupsRequest) String

func (s ListGroupsRequest) String() string

type ListGroupsResponse

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

func (ListGroupsResponse) GoString

func (s ListGroupsResponse) GoString() string

func (*ListGroupsResponse) SetBody

func (*ListGroupsResponse) SetHeaders

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

func (*ListGroupsResponse) SetStatusCode

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

func (ListGroupsResponse) String

func (s ListGroupsResponse) String() string

type ListGroupsResponseBody

type ListGroupsResponseBody struct {
	Groups     []*Group `json:"Groups,omitempty" xml:"Groups,omitempty" type:"Repeated"`
	PageNumber *int64   `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int64   `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int64   `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListGroupsResponseBody) GoString

func (s ListGroupsResponseBody) GoString() string

func (*ListGroupsResponseBody) SetGroups

func (*ListGroupsResponseBody) SetPageNumber

func (*ListGroupsResponseBody) SetPageSize

func (*ListGroupsResponseBody) SetRequestId

func (*ListGroupsResponseBody) SetTotalCount

func (ListGroupsResponseBody) String

func (s ListGroupsResponseBody) String() string

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

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"`
	Filter         *string `json:"Filter,omitempty" xml:"Filter,omitempty"`
	InstanceIP     *string `json:"InstanceIP,omitempty" xml:"InstanceIP,omitempty"`
	InstanceId     *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceName   *string `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	InstanceStatus *string `json:"InstanceStatus,omitempty" xml:"InstanceStatus,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 (ListResourceInstancesRequest) GoString

func (s ListResourceInstancesRequest) GoString() string

func (*ListResourceInstancesRequest) SetChargeType

func (*ListResourceInstancesRequest) SetFilter

func (*ListResourceInstancesRequest) SetInstanceIP

func (*ListResourceInstancesRequest) SetInstanceId

func (*ListResourceInstancesRequest) SetInstanceName

func (*ListResourceInstancesRequest) SetInstanceStatus

func (*ListResourceInstancesRequest) SetOrder

func (*ListResourceInstancesRequest) SetPageNumber

func (*ListResourceInstancesRequest) SetPageSize

func (*ListResourceInstancesRequest) SetSort

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

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

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"`
	ResourceId   *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"`
	ResourceName *string `json:"ResourceName,omitempty" xml:"ResourceName,omitempty"`
	ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,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) SetResourceId

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

func (*ListResourcesRequest) SetResourceName

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

func (*ListResourcesRequest) SetResourceType

func (s *ListResourcesRequest) SetResourceType(v string) *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

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 ListServiceContainersResponse

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

func (ListServiceContainersResponse) GoString

func (*ListServiceContainersResponse) SetBody

func (*ListServiceContainersResponse) SetHeaders

func (*ListServiceContainersResponse) SetStatusCode

func (ListServiceContainersResponse) String

type ListServiceContainersResponseBody

type ListServiceContainersResponseBody struct {
	Containers  []*ContainerInfo `json:"Containers,omitempty" xml:"Containers,omitempty" type:"Repeated"`
	RequestId   *string          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ServiceName *string          `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
}

func (ListServiceContainersResponseBody) GoString

func (*ListServiceContainersResponseBody) SetContainers

func (*ListServiceContainersResponseBody) SetRequestId

func (*ListServiceContainersResponseBody) SetServiceName

func (ListServiceContainersResponseBody) String

type ListServiceInstancesRequest

type ListServiceInstancesRequest struct {
	Filter         *string `json:"Filter,omitempty" xml:"Filter,omitempty"`
	HostIP         *string `json:"HostIP,omitempty" xml:"HostIP,omitempty"`
	InstanceIP     *string `json:"InstanceIP,omitempty" xml:"InstanceIP,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"`
	IsSpot         *bool   `json:"IsSpot,omitempty" xml:"IsSpot,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"`
	ResourceType   *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	Role           *string `json:"Role,omitempty" xml:"Role,omitempty"`
	Sort           *string `json:"Sort,omitempty" xml:"Sort,omitempty"`
}

func (ListServiceInstancesRequest) GoString

func (s ListServiceInstancesRequest) GoString() string

func (*ListServiceInstancesRequest) SetFilter

func (*ListServiceInstancesRequest) SetHostIP

func (*ListServiceInstancesRequest) SetInstanceIP

func (*ListServiceInstancesRequest) SetInstanceName

func (*ListServiceInstancesRequest) SetInstanceStatus

func (*ListServiceInstancesRequest) SetInstanceType

func (*ListServiceInstancesRequest) SetIsSpot

func (*ListServiceInstancesRequest) SetOrder

func (*ListServiceInstancesRequest) SetPageNumber

func (*ListServiceInstancesRequest) SetPageSize

func (*ListServiceInstancesRequest) SetResourceType

func (*ListServiceInstancesRequest) SetRole

func (*ListServiceInstancesRequest) SetSort

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

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 ListServiceVersionsRequest

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

func (ListServiceVersionsRequest) GoString

func (s ListServiceVersionsRequest) GoString() string

func (*ListServiceVersionsRequest) SetPageNumber

func (*ListServiceVersionsRequest) SetPageSize

func (ListServiceVersionsRequest) String

type ListServiceVersionsResponse

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

func (ListServiceVersionsResponse) GoString

func (s ListServiceVersionsResponse) GoString() string

func (*ListServiceVersionsResponse) SetBody

func (*ListServiceVersionsResponse) SetHeaders

func (*ListServiceVersionsResponse) SetStatusCode

func (ListServiceVersionsResponse) String

type ListServiceVersionsResponseBody

type ListServiceVersionsResponseBody 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"`
	TotalCount *int64                                     `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
	Versions   []*ListServiceVersionsResponseBodyVersions `json:"Versions,omitempty" xml:"Versions,omitempty" type:"Repeated"`
}

func (ListServiceVersionsResponseBody) GoString

func (*ListServiceVersionsResponseBody) SetPageNumber

func (*ListServiceVersionsResponseBody) SetPageSize

func (*ListServiceVersionsResponseBody) SetRequestId

func (*ListServiceVersionsResponseBody) SetTotalCount

func (ListServiceVersionsResponseBody) String

type ListServiceVersionsResponseBodyVersions

type ListServiceVersionsResponseBodyVersions struct {
	BuildTime       *string `json:"BuildTime,omitempty" xml:"BuildTime,omitempty"`
	ImageAvailable  *string `json:"ImageAvailable,omitempty" xml:"ImageAvailable,omitempty"`
	ImageId         *int32  `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	Message         *string `json:"Message,omitempty" xml:"Message,omitempty"`
	ServiceRunnable *string `json:"ServiceRunnable,omitempty" xml:"ServiceRunnable,omitempty"`
}

func (ListServiceVersionsResponseBodyVersions) GoString

func (*ListServiceVersionsResponseBodyVersions) SetBuildTime

func (*ListServiceVersionsResponseBodyVersions) SetImageAvailable

func (*ListServiceVersionsResponseBodyVersions) SetImageId

func (*ListServiceVersionsResponseBodyVersions) SetMessage

func (*ListServiceVersionsResponseBodyVersions) SetServiceRunnable

func (ListServiceVersionsResponseBodyVersions) String

type ListServicesRequest

type ListServicesRequest struct {
	// {
	//   "RequestId": "40325405-579C-4D82-9624-EC2B1779848E",
	//   "Services": [
	//     {
	//       "ServiceId": "200516454695942578",
	//       "ServiceName": "vipserver",
	//       "ParentUid": "1628454689805075",
	//       "CallerUid": "eas",
	//       "CurrentVersion": 1,
	//       "Cpu": 1,
	//       "Gpu": 0,
	//       "Memory": 900,
	//       "Image": "registry.cn-zhangjiakou.aliyuncs.com/eas/ndisearch_v1_inner_zhangbei:v0.0.3-20200302145109",
	//       "Resource": "seccontent_inner_2080ti_5",
	//       "Namespace": "vipserver",
	//       "CreateTime": "2019-10-25T10:37:53Z",
	//       "UpdateTime": "2019-10-30T16:50:59Z",
	//       "TotalInstance": 1,
	//       "RunningInstance": 1,
	//       "PendingInstance": 0,
	//       "LatestVersion": 1,
	//       "Status": "Running",
	//       "Reason": "RUNNING",
	//       "Message": "Service is now scaling",
	//       "AccessToken": "",
	//       "Weight": 0
	//     },
	//     {
	//       "ServiceId": 97097,
	//       "ServiceName": "a1",
	//       "CallerUid": "eas",
	//       "CurrentVersion": 1,
	//       "Cpu": 1,
	//       "Gpu": 0,
	//       "Memory": 900,
	//       "Image": "registry.cn-hangzhou.aliyuncs.com/eas/pi_imemb_tb:v0.0.1-20191023130701",
	//       "Resource": "seccontent_inner_b",
	//       "Namespace": "a1",
	//       "CreateTime": "2020-05-26T18:03:11Z",
	//       "UpdateTime": "2020-05-26T18:03:11Z",
	//       "TotalInstance": 1,
	//       "RunningInstance": 0,
	//       "PendingInstance": 1,
	//       "LatestVersion": 1,
	//       "Status": "Failed",
	//       "Reason": "FAILED",
	//       "Message": "the server could not find the requested resource (post services.meta.k8s.io)",
	//       "AccessToken": "regression_test_token",
	//       "Weight": 0
	//     }
	//   ],
	//   "PageNumber": 1,
	//   "PageSize": 2,
	//   "TotalCount": 2
	// }
	Filter    *string            `json:"Filter,omitempty" xml:"Filter,omitempty"`
	GroupName *string            `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	Label     map[string]*string `json:"Label,omitempty" xml:"Label,omitempty"`
	// 所属的group。
	Order *string `json:"Order,omitempty" xml:"Order,omitempty"`
	// 376577
	PageNumber       *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize         *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ParentServiceUid *string `json:"ParentServiceUid,omitempty" xml:"ParentServiceUid,omitempty"`
	// 服务所属的资源组名称或ID。
	ResourceName *string `json:"ResourceName,omitempty" xml:"ResourceName,omitempty"`
	// 服务名。
	ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	// 服务运行的状态。
	ServiceStatus *string `json:"ServiceStatus,omitempty" xml:"ServiceStatus,omitempty"`
	ServiceType   *string `json:"ServiceType,omitempty" xml:"ServiceType,omitempty"`
	ServiceUid    *string `json:"ServiceUid,omitempty" xml:"ServiceUid,omitempty"`
	// 服务的类型定义。
	Sort        *string `json:"Sort,omitempty" xml:"Sort,omitempty"`
	WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
}

func (ListServicesRequest) GoString

func (s ListServicesRequest) GoString() string

func (*ListServicesRequest) SetFilter

func (*ListServicesRequest) SetGroupName

func (s *ListServicesRequest) SetGroupName(v string) *ListServicesRequest

func (*ListServicesRequest) SetLabel

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) SetParentServiceUid

func (s *ListServicesRequest) SetParentServiceUid(v string) *ListServicesRequest

func (*ListServicesRequest) SetResourceName

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

func (*ListServicesRequest) SetServiceName

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

func (*ListServicesRequest) SetServiceStatus

func (s *ListServicesRequest) SetServiceStatus(v string) *ListServicesRequest

func (*ListServicesRequest) SetServiceType

func (s *ListServicesRequest) SetServiceType(v string) *ListServicesRequest

func (*ListServicesRequest) SetServiceUid

func (s *ListServicesRequest) SetServiceUid(v string) *ListServicesRequest

func (*ListServicesRequest) SetSort

func (*ListServicesRequest) SetWorkspaceId

func (s *ListServicesRequest) SetWorkspaceId(v string) *ListServicesRequest

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

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"`
	// 请求ID。
	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 ListServicesShrinkRequest

type ListServicesShrinkRequest struct {
	// {
	//   "RequestId": "40325405-579C-4D82-9624-EC2B1779848E",
	//   "Services": [
	//     {
	//       "ServiceId": "200516454695942578",
	//       "ServiceName": "vipserver",
	//       "ParentUid": "1628454689805075",
	//       "CallerUid": "eas",
	//       "CurrentVersion": 1,
	//       "Cpu": 1,
	//       "Gpu": 0,
	//       "Memory": 900,
	//       "Image": "registry.cn-zhangjiakou.aliyuncs.com/eas/ndisearch_v1_inner_zhangbei:v0.0.3-20200302145109",
	//       "Resource": "seccontent_inner_2080ti_5",
	//       "Namespace": "vipserver",
	//       "CreateTime": "2019-10-25T10:37:53Z",
	//       "UpdateTime": "2019-10-30T16:50:59Z",
	//       "TotalInstance": 1,
	//       "RunningInstance": 1,
	//       "PendingInstance": 0,
	//       "LatestVersion": 1,
	//       "Status": "Running",
	//       "Reason": "RUNNING",
	//       "Message": "Service is now scaling",
	//       "AccessToken": "",
	//       "Weight": 0
	//     },
	//     {
	//       "ServiceId": 97097,
	//       "ServiceName": "a1",
	//       "CallerUid": "eas",
	//       "CurrentVersion": 1,
	//       "Cpu": 1,
	//       "Gpu": 0,
	//       "Memory": 900,
	//       "Image": "registry.cn-hangzhou.aliyuncs.com/eas/pi_imemb_tb:v0.0.1-20191023130701",
	//       "Resource": "seccontent_inner_b",
	//       "Namespace": "a1",
	//       "CreateTime": "2020-05-26T18:03:11Z",
	//       "UpdateTime": "2020-05-26T18:03:11Z",
	//       "TotalInstance": 1,
	//       "RunningInstance": 0,
	//       "PendingInstance": 1,
	//       "LatestVersion": 1,
	//       "Status": "Failed",
	//       "Reason": "FAILED",
	//       "Message": "the server could not find the requested resource (post services.meta.k8s.io)",
	//       "AccessToken": "regression_test_token",
	//       "Weight": 0
	//     }
	//   ],
	//   "PageNumber": 1,
	//   "PageSize": 2,
	//   "TotalCount": 2
	// }
	Filter      *string `json:"Filter,omitempty" xml:"Filter,omitempty"`
	GroupName   *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	LabelShrink *string `json:"Label,omitempty" xml:"Label,omitempty"`
	// 所属的group。
	Order *string `json:"Order,omitempty" xml:"Order,omitempty"`
	// 376577
	PageNumber       *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize         *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ParentServiceUid *string `json:"ParentServiceUid,omitempty" xml:"ParentServiceUid,omitempty"`
	// 服务所属的资源组名称或ID。
	ResourceName *string `json:"ResourceName,omitempty" xml:"ResourceName,omitempty"`
	// 服务名。
	ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	// 服务运行的状态。
	ServiceStatus *string `json:"ServiceStatus,omitempty" xml:"ServiceStatus,omitempty"`
	ServiceType   *string `json:"ServiceType,omitempty" xml:"ServiceType,omitempty"`
	ServiceUid    *string `json:"ServiceUid,omitempty" xml:"ServiceUid,omitempty"`
	// 服务的类型定义。
	Sort        *string `json:"Sort,omitempty" xml:"Sort,omitempty"`
	WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
}

func (ListServicesShrinkRequest) GoString

func (s ListServicesShrinkRequest) GoString() string

func (*ListServicesShrinkRequest) SetFilter

func (*ListServicesShrinkRequest) SetGroupName

func (*ListServicesShrinkRequest) SetLabelShrink

func (*ListServicesShrinkRequest) SetOrder

func (*ListServicesShrinkRequest) SetPageNumber

func (*ListServicesShrinkRequest) SetPageSize

func (*ListServicesShrinkRequest) SetParentServiceUid

func (s *ListServicesShrinkRequest) SetParentServiceUid(v string) *ListServicesShrinkRequest

func (*ListServicesShrinkRequest) SetResourceName

func (*ListServicesShrinkRequest) SetServiceName

func (*ListServicesShrinkRequest) SetServiceStatus

func (*ListServicesShrinkRequest) SetServiceType

func (*ListServicesShrinkRequest) SetServiceUid

func (*ListServicesShrinkRequest) SetSort

func (*ListServicesShrinkRequest) SetWorkspaceId

func (ListServicesShrinkRequest) String

func (s ListServicesShrinkRequest) String() string

type ReleaseServiceRequest

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

func (ReleaseServiceRequest) GoString

func (s ReleaseServiceRequest) GoString() string

func (*ReleaseServiceRequest) SetTrafficState

func (s *ReleaseServiceRequest) SetTrafficState(v string) *ReleaseServiceRequest

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

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"`
	ResourceType          *string                `json:"ResourceType,omitempty" xml:"ResourceType,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) SetResourceType

func (s *Resource) SetResourceType(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 {
	Arch                   *string  `json:"Arch,omitempty" xml:"Arch,omitempty"`
	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"`
	InstanceGpuMemory      *string  `json:"InstanceGpuMemory,omitempty" xml:"InstanceGpuMemory,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"`
	InstanceSystemDiskSize *int32   `json:"InstanceSystemDiskSize,omitempty" xml:"InstanceSystemDiskSize,omitempty"`
	InstanceTenantIp       *string  `json:"InstanceTenantIp,omitempty" xml:"InstanceTenantIp,omitempty"`
	InstanceType           *string  `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	InstanceUsedCpu        *float32 `json:"InstanceUsedCpu,omitempty" xml:"InstanceUsedCpu,omitempty"`
	InstanceUsedGpu        *float32 `json:"InstanceUsedGpu,omitempty" xml:"InstanceUsedGpu,omitempty"`
	InstanceUsedGpuMemory  *string  `json:"InstanceUsedGpuMemory,omitempty" xml:"InstanceUsedGpuMemory,omitempty"`
	InstanceUsedMemory     *string  `json:"InstanceUsedMemory,omitempty" xml:"InstanceUsedMemory,omitempty"`
	Region                 *string  `json:"Region,omitempty" xml:"Region,omitempty"`
	ResourceId             *string  `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"`
	Zone                   *string  `json:"Zone,omitempty" xml:"Zone,omitempty"`
}

func (ResourceInstance) GoString

func (s ResourceInstance) GoString() string

func (*ResourceInstance) SetArch

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

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) SetInstanceGpuMemory

func (s *ResourceInstance) SetInstanceGpuMemory(v string) *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) SetInstanceSystemDiskSize

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

func (*ResourceInstance) SetInstanceTenantIp

func (s *ResourceInstance) SetInstanceTenantIp(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 float32) *ResourceInstance

func (*ResourceInstance) SetInstanceUsedGpuMemory

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

func (*ResourceInstance) SetInstanceUsedMemory

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

func (*ResourceInstance) SetRegion

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

func (*ResourceInstance) SetResourceId

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

func (*ResourceInstance) SetZone

func (s *ResourceInstance) SetZone(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 RestartServiceResponse

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

func (RestartServiceResponse) GoString

func (s RestartServiceResponse) GoString() string

func (*RestartServiceResponse) SetBody

func (*RestartServiceResponse) SetHeaders

func (*RestartServiceResponse) SetStatusCode

func (RestartServiceResponse) String

func (s RestartServiceResponse) String() string

type RestartServiceResponseBody

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

func (RestartServiceResponseBody) GoString

func (s RestartServiceResponseBody) GoString() string

func (*RestartServiceResponseBody) SetMessage

func (*RestartServiceResponseBody) SetRequestId

func (RestartServiceResponseBody) String

type Service

type Service struct {
	AccessToken               *string          `json:"AccessToken,omitempty" xml:"AccessToken,omitempty"`
	AppConfig                 *string          `json:"AppConfig,omitempty" xml:"AppConfig,omitempty"`
	AppSpecName               *string          `json:"AppSpecName,omitempty" xml:"AppSpecName,omitempty"`
	AppType                   *string          `json:"AppType,omitempty" xml:"AppType,omitempty"`
	AppVersion                *string          `json:"AppVersion,omitempty" xml:"AppVersion,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"`
	ExtraData                 *string          `json:"ExtraData,omitempty" xml:"ExtraData,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"`
	Labels                    []*ServiceLabels `json:"Labels,omitempty" xml:"Labels,omitempty" type:"Repeated"`
	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"`
	ResourceAlias             *string          `json:"ResourceAlias,omitempty" xml:"ResourceAlias,omitempty"`
	Role                      *string          `json:"Role,omitempty" xml:"Role,omitempty"`
	RoleAttrs                 *string          `json:"RoleAttrs,omitempty" xml:"RoleAttrs,omitempty"`
	RunningInstance           *int32           `json:"RunningInstance,omitempty" xml:"RunningInstance,omitempty"`
	SafetyLock                *string          `json:"SafetyLock,omitempty" xml:"SafetyLock,omitempty"`
	SecondaryInternetEndpoint *string          `json:"SecondaryInternetEndpoint,omitempty" xml:"SecondaryInternetEndpoint,omitempty"`
	SecondaryIntranetEndpoint *string          `json:"SecondaryIntranetEndpoint,omitempty" xml:"SecondaryIntranetEndpoint,omitempty"`
	ServiceConfig             *string          `json:"ServiceConfig,omitempty" xml:"ServiceConfig,omitempty"`
	ServiceGroup              *string          `json:"ServiceGroup,omitempty" xml:"ServiceGroup,omitempty"`
	ServiceId                 *string          `json:"ServiceId,omitempty" xml:"ServiceId,omitempty"`
	ServiceName               *string          `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	ServiceUid                *string          `json:"ServiceUid,omitempty" xml:"ServiceUid,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"`
	WorkspaceId               *string          `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
}

func (Service) GoString

func (s Service) GoString() string

func (*Service) SetAccessToken

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

func (*Service) SetAppConfig

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

func (*Service) SetAppSpecName

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

func (*Service) SetAppType

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

func (*Service) SetAppVersion

func (s *Service) SetAppVersion(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) SetExtraData

func (s *Service) SetExtraData(v string) *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) SetLabels

func (s *Service) SetLabels(v []*ServiceLabels) *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) SetResourceAlias

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

func (*Service) SetRole

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

func (*Service) SetRoleAttrs

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

func (*Service) SetRunningInstance

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

func (*Service) SetSafetyLock

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

func (*Service) SetSecondaryInternetEndpoint

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

func (*Service) SetSecondaryIntranetEndpoint

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

func (*Service) SetServiceConfig

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

func (*Service) SetServiceGroup

func (s *Service) SetServiceGroup(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) SetServiceUid

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

func (*Service) SetSource

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

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

func (*Service) SetWeight

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

func (*Service) SetWorkspaceId

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

func (Service) String

func (s Service) String() string

type ServiceLabels

type ServiceLabels struct {
	LabelKey   *string `json:"LabelKey,omitempty" xml:"LabelKey,omitempty"`
	LabelValue *string `json:"LabelValue,omitempty" xml:"LabelValue,omitempty"`
}

func (ServiceLabels) GoString

func (s ServiceLabels) GoString() string

func (*ServiceLabels) SetLabelKey

func (s *ServiceLabels) SetLabelKey(v string) *ServiceLabels

func (*ServiceLabels) SetLabelValue

func (s *ServiceLabels) SetLabelValue(v string) *ServiceLabels

func (ServiceLabels) String

func (s ServiceLabels) String() string

type StartBenchmarkTaskResponse

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

func (s StartBenchmarkTaskResponse) GoString() string

func (*StartBenchmarkTaskResponse) SetBody

func (*StartBenchmarkTaskResponse) SetHeaders

func (*StartBenchmarkTaskResponse) SetStatusCode

func (StartBenchmarkTaskResponse) String

type StartBenchmarkTaskResponseBody

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

func (StartBenchmarkTaskResponseBody) GoString

func (*StartBenchmarkTaskResponseBody) SetMessage

func (*StartBenchmarkTaskResponseBody) SetRequestId

func (StartBenchmarkTaskResponseBody) String

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

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

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

func (s StopBenchmarkTaskResponse) GoString() string

func (*StopBenchmarkTaskResponse) SetBody

func (*StopBenchmarkTaskResponse) SetHeaders

func (*StopBenchmarkTaskResponse) SetStatusCode

func (StopBenchmarkTaskResponse) String

func (s StopBenchmarkTaskResponse) String() string

type StopBenchmarkTaskResponseBody

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

func (StopBenchmarkTaskResponseBody) GoString

func (*StopBenchmarkTaskResponseBody) SetMessage

func (*StopBenchmarkTaskResponseBody) SetRequestId

func (StopBenchmarkTaskResponseBody) String

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

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 UpdateAppServiceRequest

type UpdateAppServiceRequest struct {
	QuotaId     *string                `json:"QuotaId,omitempty" xml:"QuotaId,omitempty"`
	WorkspaceId *string                `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
	AppType     *string                `json:"AppType,omitempty" xml:"AppType,omitempty"`
	AppVersion  *string                `json:"AppVersion,omitempty" xml:"AppVersion,omitempty"`
	Config      map[string]interface{} `json:"Config,omitempty" xml:"Config,omitempty"`
	Replicas    *string                `json:"Replicas,omitempty" xml:"Replicas,omitempty"`
	ServiceSpec *string                `json:"ServiceSpec,omitempty" xml:"ServiceSpec,omitempty"`
}

func (UpdateAppServiceRequest) GoString

func (s UpdateAppServiceRequest) GoString() string

func (*UpdateAppServiceRequest) SetAppType

func (*UpdateAppServiceRequest) SetAppVersion

func (*UpdateAppServiceRequest) SetConfig

func (s *UpdateAppServiceRequest) SetConfig(v map[string]interface{}) *UpdateAppServiceRequest

func (*UpdateAppServiceRequest) SetQuotaId

func (*UpdateAppServiceRequest) SetReplicas

func (*UpdateAppServiceRequest) SetServiceSpec

func (*UpdateAppServiceRequest) SetWorkspaceId

func (UpdateAppServiceRequest) String

func (s UpdateAppServiceRequest) String() string

type UpdateAppServiceResponse

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

func (UpdateAppServiceResponse) GoString

func (s UpdateAppServiceResponse) GoString() string

func (*UpdateAppServiceResponse) SetBody

func (*UpdateAppServiceResponse) SetHeaders

func (*UpdateAppServiceResponse) SetStatusCode

func (UpdateAppServiceResponse) String

func (s UpdateAppServiceResponse) String() string

type UpdateAppServiceResponseBody

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

func (UpdateAppServiceResponseBody) GoString

func (s UpdateAppServiceResponseBody) GoString() string

func (*UpdateAppServiceResponseBody) SetMessage

func (*UpdateAppServiceResponseBody) SetRequestId

func (UpdateAppServiceResponseBody) String

type UpdateBenchmarkTaskRequest

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

func (UpdateBenchmarkTaskRequest) GoString

func (s UpdateBenchmarkTaskRequest) GoString() string

func (*UpdateBenchmarkTaskRequest) SetBody

func (UpdateBenchmarkTaskRequest) String

type UpdateBenchmarkTaskResponse

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

func (s UpdateBenchmarkTaskResponse) GoString() string

func (*UpdateBenchmarkTaskResponse) SetBody

func (*UpdateBenchmarkTaskResponse) SetHeaders

func (*UpdateBenchmarkTaskResponse) SetStatusCode

func (UpdateBenchmarkTaskResponse) String

type UpdateBenchmarkTaskResponseBody

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

func (UpdateBenchmarkTaskResponseBody) GoString

func (*UpdateBenchmarkTaskResponseBody) SetMessage

func (*UpdateBenchmarkTaskResponseBody) SetRequestId

func (UpdateBenchmarkTaskResponseBody) String

type UpdateGatewayRequest

type UpdateGatewayRequest struct {
	EnableInternet *bool   `json:"EnableInternet,omitempty" xml:"EnableInternet,omitempty"`
	EnableIntranet *bool   `json:"EnableIntranet,omitempty" xml:"EnableIntranet,omitempty"`
	InstanceType   *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	Name           *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (UpdateGatewayRequest) GoString

func (s UpdateGatewayRequest) GoString() string

func (*UpdateGatewayRequest) SetEnableInternet

func (s *UpdateGatewayRequest) SetEnableInternet(v bool) *UpdateGatewayRequest

func (*UpdateGatewayRequest) SetEnableIntranet

func (s *UpdateGatewayRequest) SetEnableIntranet(v bool) *UpdateGatewayRequest

func (*UpdateGatewayRequest) SetInstanceType

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

func (*UpdateGatewayRequest) SetName

func (UpdateGatewayRequest) String

func (s UpdateGatewayRequest) String() string

type UpdateGatewayResponse

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

func (UpdateGatewayResponse) GoString

func (s UpdateGatewayResponse) GoString() string

func (*UpdateGatewayResponse) SetBody

func (*UpdateGatewayResponse) SetHeaders

func (*UpdateGatewayResponse) SetStatusCode

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

func (UpdateGatewayResponse) String

func (s UpdateGatewayResponse) String() string

type UpdateGatewayResponseBody

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

func (UpdateGatewayResponseBody) GoString

func (s UpdateGatewayResponseBody) GoString() string

func (*UpdateGatewayResponseBody) SetGatewayId

func (*UpdateGatewayResponseBody) SetMessage

func (*UpdateGatewayResponseBody) SetRequestId

func (UpdateGatewayResponseBody) String

func (s UpdateGatewayResponseBody) String() string

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

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 UpdateResourceInstanceRequest

type UpdateResourceInstanceRequest struct {
	Action *string `json:"Action,omitempty" xml:"Action,omitempty"`
}

func (UpdateResourceInstanceRequest) GoString

func (*UpdateResourceInstanceRequest) SetAction

func (UpdateResourceInstanceRequest) String

type UpdateResourceInstanceResponse

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

func (UpdateResourceInstanceResponse) GoString

func (*UpdateResourceInstanceResponse) SetHeaders

func (*UpdateResourceInstanceResponse) SetStatusCode

func (UpdateResourceInstanceResponse) String

type UpdateResourceInstanceResponseBody

type UpdateResourceInstanceResponseBody struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	RequestId  *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ResourceId *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"`
}

func (UpdateResourceInstanceResponseBody) GoString

func (*UpdateResourceInstanceResponseBody) SetInstanceId

func (*UpdateResourceInstanceResponseBody) SetRequestId

func (*UpdateResourceInstanceResponseBody) SetResourceId

func (UpdateResourceInstanceResponseBody) String

type UpdateResourceRequest

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

func (UpdateResourceRequest) GoString

func (s UpdateResourceRequest) GoString() string

func (*UpdateResourceRequest) SetResourceName

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

func (*UpdateResourceRequest) SetSelfManagedResourceOptions

func (UpdateResourceRequest) String

func (s UpdateResourceRequest) String() string

type UpdateResourceRequestSelfManagedResourceOptions

type UpdateResourceRequestSelfManagedResourceOptions struct {
	NodeMatchLabels map[string]*string                                                `json:"NodeMatchLabels,omitempty" xml:"NodeMatchLabels,omitempty"`
	NodeTolerations []*UpdateResourceRequestSelfManagedResourceOptionsNodeTolerations `json:"NodeTolerations,omitempty" xml:"NodeTolerations,omitempty" type:"Repeated"`
}

func (UpdateResourceRequestSelfManagedResourceOptions) GoString

func (*UpdateResourceRequestSelfManagedResourceOptions) SetNodeMatchLabels

func (UpdateResourceRequestSelfManagedResourceOptions) String

type UpdateResourceRequestSelfManagedResourceOptionsNodeTolerations

type UpdateResourceRequestSelfManagedResourceOptionsNodeTolerations struct {
	Effect   *string `json:"effect,omitempty" xml:"effect,omitempty"`
	Key      *string `json:"key,omitempty" xml:"key,omitempty"`
	Operator *string `json:"operator,omitempty" xml:"operator,omitempty"`
	Value    *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (UpdateResourceRequestSelfManagedResourceOptionsNodeTolerations) GoString

func (*UpdateResourceRequestSelfManagedResourceOptionsNodeTolerations) SetEffect

func (*UpdateResourceRequestSelfManagedResourceOptionsNodeTolerations) SetKey

func (*UpdateResourceRequestSelfManagedResourceOptionsNodeTolerations) SetOperator

func (*UpdateResourceRequestSelfManagedResourceOptionsNodeTolerations) SetValue

func (UpdateResourceRequestSelfManagedResourceOptionsNodeTolerations) 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

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 {
	Behavior        *UpdateServiceAutoScalerRequestBehavior          `json:"behavior,omitempty" xml:"behavior,omitempty" type:"Struct"`
	Max             *int32                                           `json:"max,omitempty" xml:"max,omitempty"`
	Min             *int32                                           `json:"min,omitempty" xml:"min,omitempty"`
	ScaleStrategies []*UpdateServiceAutoScalerRequestScaleStrategies `json:"scaleStrategies,omitempty" xml:"scaleStrategies,omitempty" type:"Repeated"`
}

func (UpdateServiceAutoScalerRequest) GoString

func (*UpdateServiceAutoScalerRequest) SetMax

func (*UpdateServiceAutoScalerRequest) SetMin

func (UpdateServiceAutoScalerRequest) String

type UpdateServiceAutoScalerRequestBehavior

type UpdateServiceAutoScalerRequestBehavior struct {
	OnZero    *UpdateServiceAutoScalerRequestBehaviorOnZero    `json:"onZero,omitempty" xml:"onZero,omitempty" type:"Struct"`
	ScaleDown *UpdateServiceAutoScalerRequestBehaviorScaleDown `json:"scaleDown,omitempty" xml:"scaleDown,omitempty" type:"Struct"`
	ScaleUp   *UpdateServiceAutoScalerRequestBehaviorScaleUp   `json:"scaleUp,omitempty" xml:"scaleUp,omitempty" type:"Struct"`
}

func (UpdateServiceAutoScalerRequestBehavior) GoString

func (UpdateServiceAutoScalerRequestBehavior) String

type UpdateServiceAutoScalerRequestBehaviorOnZero

type UpdateServiceAutoScalerRequestBehaviorOnZero struct {
	ScaleDownGracePeriodSeconds *int32 `json:"scaleDownGracePeriodSeconds,omitempty" xml:"scaleDownGracePeriodSeconds,omitempty"`
	ScaleUpActivationReplicas   *int32 `json:"scaleUpActivationReplicas,omitempty" xml:"scaleUpActivationReplicas,omitempty"`
}

func (UpdateServiceAutoScalerRequestBehaviorOnZero) GoString

func (*UpdateServiceAutoScalerRequestBehaviorOnZero) SetScaleDownGracePeriodSeconds

func (*UpdateServiceAutoScalerRequestBehaviorOnZero) SetScaleUpActivationReplicas

func (UpdateServiceAutoScalerRequestBehaviorOnZero) String

type UpdateServiceAutoScalerRequestBehaviorScaleDown

type UpdateServiceAutoScalerRequestBehaviorScaleDown struct {
	StabilizationWindowSeconds *int32 `json:"stabilizationWindowSeconds,omitempty" xml:"stabilizationWindowSeconds,omitempty"`
}

func (UpdateServiceAutoScalerRequestBehaviorScaleDown) GoString

func (*UpdateServiceAutoScalerRequestBehaviorScaleDown) SetStabilizationWindowSeconds

func (UpdateServiceAutoScalerRequestBehaviorScaleDown) String

type UpdateServiceAutoScalerRequestBehaviorScaleUp

type UpdateServiceAutoScalerRequestBehaviorScaleUp struct {
	StabilizationWindowSeconds *int32 `json:"stabilizationWindowSeconds,omitempty" xml:"stabilizationWindowSeconds,omitempty"`
}

func (UpdateServiceAutoScalerRequestBehaviorScaleUp) GoString

func (*UpdateServiceAutoScalerRequestBehaviorScaleUp) SetStabilizationWindowSeconds

func (UpdateServiceAutoScalerRequestBehaviorScaleUp) String

type UpdateServiceAutoScalerRequestScaleStrategies

type UpdateServiceAutoScalerRequestScaleStrategies struct {
	MetricName *string  `json:"metricName,omitempty" xml:"metricName,omitempty"`
	Service    *string  `json:"service,omitempty" xml:"service,omitempty"`
	Threshold  *float32 `json:"threshold,omitempty" xml:"threshold,omitempty"`
}

func (UpdateServiceAutoScalerRequestScaleStrategies) GoString

func (*UpdateServiceAutoScalerRequestScaleStrategies) SetMetricName

func (*UpdateServiceAutoScalerRequestScaleStrategies) SetService

func (*UpdateServiceAutoScalerRequestScaleStrategies) SetThreshold

func (UpdateServiceAutoScalerRequestScaleStrategies) 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

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

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 UpdateServiceInstanceRequest

type UpdateServiceInstanceRequest struct {
	Isolate *bool `json:"Isolate,omitempty" xml:"Isolate,omitempty"`
}

func (UpdateServiceInstanceRequest) GoString

func (s UpdateServiceInstanceRequest) GoString() string

func (*UpdateServiceInstanceRequest) SetIsolate

func (UpdateServiceInstanceRequest) String

type UpdateServiceInstanceResponse

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

func (UpdateServiceInstanceResponse) GoString

func (*UpdateServiceInstanceResponse) SetBody

func (*UpdateServiceInstanceResponse) SetHeaders

func (*UpdateServiceInstanceResponse) SetStatusCode

func (UpdateServiceInstanceResponse) String

type UpdateServiceInstanceResponseBody

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

func (UpdateServiceInstanceResponseBody) GoString

func (*UpdateServiceInstanceResponseBody) SetMessage

func (*UpdateServiceInstanceResponseBody) SetRequestId

func (UpdateServiceInstanceResponseBody) String

type UpdateServiceLabelRequest

type UpdateServiceLabelRequest struct {
	Labels map[string]*string `json:"Labels,omitempty" xml:"Labels,omitempty"`
}

func (UpdateServiceLabelRequest) GoString

func (s UpdateServiceLabelRequest) GoString() string

func (*UpdateServiceLabelRequest) SetLabels

func (UpdateServiceLabelRequest) String

func (s UpdateServiceLabelRequest) String() string

type UpdateServiceLabelResponse

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

func (UpdateServiceLabelResponse) GoString

func (s UpdateServiceLabelResponse) GoString() string

func (*UpdateServiceLabelResponse) SetBody

func (*UpdateServiceLabelResponse) SetHeaders

func (*UpdateServiceLabelResponse) SetStatusCode

func (UpdateServiceLabelResponse) String

type UpdateServiceLabelResponseBody

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

func (UpdateServiceLabelResponseBody) GoString

func (*UpdateServiceLabelResponseBody) SetMessage

func (*UpdateServiceLabelResponseBody) SetRequestId

func (UpdateServiceLabelResponseBody) 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

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

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 UpdateServiceSafetyLockRequest

type UpdateServiceSafetyLockRequest struct {
	Lock *string `json:"Lock,omitempty" xml:"Lock,omitempty"`
}

func (UpdateServiceSafetyLockRequest) GoString

func (*UpdateServiceSafetyLockRequest) SetLock

func (UpdateServiceSafetyLockRequest) String

type UpdateServiceSafetyLockResponse

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

func (UpdateServiceSafetyLockResponse) GoString

func (*UpdateServiceSafetyLockResponse) SetHeaders

func (*UpdateServiceSafetyLockResponse) SetStatusCode

func (UpdateServiceSafetyLockResponse) String

type UpdateServiceSafetyLockResponseBody

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

func (UpdateServiceSafetyLockResponseBody) GoString

func (*UpdateServiceSafetyLockResponseBody) SetMessage

func (*UpdateServiceSafetyLockResponseBody) SetRequestId

func (UpdateServiceSafetyLockResponseBody) 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

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