client

package
v3.0.42 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2023 License: Apache-2.0 Imports: 5 Imported by: 8

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 Addon

type Addon struct {
	Config   *string `json:"config,omitempty" xml:"config,omitempty"`
	Disabled *bool   `json:"disabled,omitempty" xml:"disabled,omitempty"`
	Name     *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (Addon) GoString

func (s Addon) GoString() string

func (*Addon) SetConfig

func (s *Addon) SetConfig(v string) *Addon

func (*Addon) SetDisabled

func (s *Addon) SetDisabled(v bool) *Addon

func (*Addon) SetName

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

func (Addon) String

func (s Addon) String() string

type AttachInstancesRequest

type AttachInstancesRequest struct {
	CpuPolicy        *string   `json:"cpu_policy,omitempty" xml:"cpu_policy,omitempty"`
	FormatDisk       *bool     `json:"format_disk,omitempty" xml:"format_disk,omitempty"`
	ImageId          *string   `json:"image_id,omitempty" xml:"image_id,omitempty"`
	Instances        []*string `json:"instances,omitempty" xml:"instances,omitempty" type:"Repeated"`
	IsEdgeWorker     *bool     `json:"is_edge_worker,omitempty" xml:"is_edge_worker,omitempty"`
	KeepInstanceName *bool     `json:"keep_instance_name,omitempty" xml:"keep_instance_name,omitempty"`
	KeyPair          *string   `json:"key_pair,omitempty" xml:"key_pair,omitempty"`
	NodepoolId       *string   `json:"nodepool_id,omitempty" xml:"nodepool_id,omitempty"`
	Password         *string   `json:"password,omitempty" xml:"password,omitempty"`
	RdsInstances     []*string `json:"rds_instances,omitempty" xml:"rds_instances,omitempty" type:"Repeated"`
	Runtime          *Runtime  `json:"runtime,omitempty" xml:"runtime,omitempty"`
	Tags             []*Tag    `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
	UserData         *string   `json:"user_data,omitempty" xml:"user_data,omitempty"`
}

func (AttachInstancesRequest) GoString

func (s AttachInstancesRequest) GoString() string

func (*AttachInstancesRequest) SetCpuPolicy

func (s *AttachInstancesRequest) SetCpuPolicy(v string) *AttachInstancesRequest

func (*AttachInstancesRequest) SetFormatDisk

func (s *AttachInstancesRequest) SetFormatDisk(v bool) *AttachInstancesRequest

func (*AttachInstancesRequest) SetImageId

func (s *AttachInstancesRequest) SetImageId(v string) *AttachInstancesRequest

func (*AttachInstancesRequest) SetInstances

func (s *AttachInstancesRequest) SetInstances(v []*string) *AttachInstancesRequest

func (*AttachInstancesRequest) SetIsEdgeWorker

func (s *AttachInstancesRequest) SetIsEdgeWorker(v bool) *AttachInstancesRequest

func (*AttachInstancesRequest) SetKeepInstanceName

func (s *AttachInstancesRequest) SetKeepInstanceName(v bool) *AttachInstancesRequest

func (*AttachInstancesRequest) SetKeyPair

func (s *AttachInstancesRequest) SetKeyPair(v string) *AttachInstancesRequest

func (*AttachInstancesRequest) SetNodepoolId

func (s *AttachInstancesRequest) SetNodepoolId(v string) *AttachInstancesRequest

func (*AttachInstancesRequest) SetPassword

func (s *AttachInstancesRequest) SetPassword(v string) *AttachInstancesRequest

func (*AttachInstancesRequest) SetRdsInstances

func (s *AttachInstancesRequest) SetRdsInstances(v []*string) *AttachInstancesRequest

func (*AttachInstancesRequest) SetRuntime

func (s *AttachInstancesRequest) SetRuntime(v *Runtime) *AttachInstancesRequest

func (*AttachInstancesRequest) SetTags

func (s *AttachInstancesRequest) SetTags(v []*Tag) *AttachInstancesRequest

func (*AttachInstancesRequest) SetUserData

func (s *AttachInstancesRequest) SetUserData(v string) *AttachInstancesRequest

func (AttachInstancesRequest) String

func (s AttachInstancesRequest) String() string

type AttachInstancesResponse

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

func (AttachInstancesResponse) GoString

func (s AttachInstancesResponse) GoString() string

func (*AttachInstancesResponse) SetBody

func (s *AttachInstancesResponse) SetBody(v *AttachInstancesResponseBody) *AttachInstancesResponse

func (*AttachInstancesResponse) SetHeaders

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

func (*AttachInstancesResponse) SetStatusCode added in v3.0.13

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

func (AttachInstancesResponse) String

func (s AttachInstancesResponse) String() string

type AttachInstancesResponseBody

type AttachInstancesResponseBody struct {
	// The details of the added nodes.
	List []*AttachInstancesResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
	// The ID of the task.
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (AttachInstancesResponseBody) GoString

func (s AttachInstancesResponseBody) GoString() string

func (*AttachInstancesResponseBody) SetList

func (s *AttachInstancesResponseBody) SetList(v []*AttachInstancesResponseBodyList) *AttachInstancesResponseBody

func (*AttachInstancesResponseBody) SetTaskId

func (s *AttachInstancesResponseBody) SetTaskId(v string) *AttachInstancesResponseBody

func (AttachInstancesResponseBody) String

func (s AttachInstancesResponseBody) String() string

type AttachInstancesResponseBodyList

type AttachInstancesResponseBodyList struct {
	// The code that indicates the task result.
	Code *string `json:"code,omitempty" xml:"code,omitempty"`
	// The ID of the instance.
	InstanceId *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	// Indicates whether the ECS instances are successfully added to the ACK cluster.
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
}

func (AttachInstancesResponseBodyList) GoString

func (s AttachInstancesResponseBodyList) GoString() string

func (*AttachInstancesResponseBodyList) SetCode

func (s *AttachInstancesResponseBodyList) SetCode(v string) *AttachInstancesResponseBodyList

func (*AttachInstancesResponseBodyList) SetInstanceId

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

func (*AttachInstancesResponseBodyList) SetMessage

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

func (AttachInstancesResponseBodyList) String

func (s AttachInstancesResponseBodyList) String() string

type AttachInstancesToNodePoolRequest added in v3.0.27

type AttachInstancesToNodePoolRequest struct {
	FormatDisk       *bool     `json:"format_disk,omitempty" xml:"format_disk,omitempty"`
	Instances        []*string `json:"instances,omitempty" xml:"instances,omitempty" type:"Repeated"`
	KeepInstanceName *bool     `json:"keep_instance_name,omitempty" xml:"keep_instance_name,omitempty"`
	Password         *string   `json:"password,omitempty" xml:"password,omitempty"`
}

func (AttachInstancesToNodePoolRequest) GoString added in v3.0.27

func (s AttachInstancesToNodePoolRequest) GoString() string

func (*AttachInstancesToNodePoolRequest) SetFormatDisk added in v3.0.27

func (s *AttachInstancesToNodePoolRequest) SetFormatDisk(v bool) *AttachInstancesToNodePoolRequest

func (*AttachInstancesToNodePoolRequest) SetInstances added in v3.0.27

func (s *AttachInstancesToNodePoolRequest) SetInstances(v []*string) *AttachInstancesToNodePoolRequest

func (*AttachInstancesToNodePoolRequest) SetKeepInstanceName added in v3.0.27

func (s *AttachInstancesToNodePoolRequest) SetKeepInstanceName(v bool) *AttachInstancesToNodePoolRequest

func (*AttachInstancesToNodePoolRequest) SetPassword added in v3.0.27

func (s *AttachInstancesToNodePoolRequest) SetPassword(v string) *AttachInstancesToNodePoolRequest

func (AttachInstancesToNodePoolRequest) String added in v3.0.27

func (s AttachInstancesToNodePoolRequest) String() string

type AttachInstancesToNodePoolResponse added in v3.0.27

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

func (AttachInstancesToNodePoolResponse) GoString added in v3.0.27

func (s AttachInstancesToNodePoolResponse) GoString() string

func (*AttachInstancesToNodePoolResponse) SetBody added in v3.0.27

func (s *AttachInstancesToNodePoolResponse) SetBody(v *AttachInstancesToNodePoolResponseBody) *AttachInstancesToNodePoolResponse

func (*AttachInstancesToNodePoolResponse) SetHeaders added in v3.0.27

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

func (*AttachInstancesToNodePoolResponse) SetStatusCode added in v3.0.27

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

func (AttachInstancesToNodePoolResponse) String added in v3.0.27

func (s AttachInstancesToNodePoolResponse) String() string

type AttachInstancesToNodePoolResponseBody added in v3.0.27

type AttachInstancesToNodePoolResponseBody struct {
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	TaskId    *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (AttachInstancesToNodePoolResponseBody) GoString added in v3.0.27

func (s AttachInstancesToNodePoolResponseBody) GoString() string

func (*AttachInstancesToNodePoolResponseBody) SetRequestId added in v3.0.27

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

func (*AttachInstancesToNodePoolResponseBody) SetTaskId added in v3.0.27

func (s *AttachInstancesToNodePoolResponseBody) SetTaskId(v string) *AttachInstancesToNodePoolResponseBody

func (AttachInstancesToNodePoolResponseBody) String added in v3.0.27

func (s AttachInstancesToNodePoolResponseBody) String() string

type CancelClusterUpgradeResponse

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

func (CancelClusterUpgradeResponse) GoString

func (s CancelClusterUpgradeResponse) GoString() string

func (*CancelClusterUpgradeResponse) SetHeaders

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

func (*CancelClusterUpgradeResponse) SetStatusCode added in v3.0.13

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

func (CancelClusterUpgradeResponse) String

func (s CancelClusterUpgradeResponse) String() string

type CancelComponentUpgradeResponse

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

func (CancelComponentUpgradeResponse) GoString

func (s CancelComponentUpgradeResponse) GoString() string

func (*CancelComponentUpgradeResponse) SetHeaders

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

func (*CancelComponentUpgradeResponse) SetStatusCode added in v3.0.13

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

func (CancelComponentUpgradeResponse) String

func (s CancelComponentUpgradeResponse) String() string

type CancelTaskResponse added in v3.0.13

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

func (CancelTaskResponse) GoString added in v3.0.13

func (s CancelTaskResponse) GoString() string

func (*CancelTaskResponse) SetHeaders added in v3.0.13

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

func (*CancelTaskResponse) SetStatusCode added in v3.0.13

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

func (CancelTaskResponse) String added in v3.0.13

func (s CancelTaskResponse) String() string

type CancelWorkflowRequest

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

func (CancelWorkflowRequest) GoString

func (s CancelWorkflowRequest) GoString() string

func (*CancelWorkflowRequest) SetAction

func (s *CancelWorkflowRequest) SetAction(v string) *CancelWorkflowRequest

func (CancelWorkflowRequest) String

func (s CancelWorkflowRequest) String() string

type CancelWorkflowResponse

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

func (CancelWorkflowResponse) GoString

func (s CancelWorkflowResponse) GoString() string

func (*CancelWorkflowResponse) SetHeaders

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

func (*CancelWorkflowResponse) SetStatusCode added in v3.0.13

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

func (CancelWorkflowResponse) String

func (s CancelWorkflowResponse) String() string

type CheckControlPlaneLogEnableResponse added in v3.0.38

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

func (CheckControlPlaneLogEnableResponse) GoString added in v3.0.38

func (s CheckControlPlaneLogEnableResponse) GoString() string

func (*CheckControlPlaneLogEnableResponse) SetBody added in v3.0.38

func (s *CheckControlPlaneLogEnableResponse) SetBody(v *CheckControlPlaneLogEnableResponseBody) *CheckControlPlaneLogEnableResponse

func (*CheckControlPlaneLogEnableResponse) SetHeaders added in v3.0.38

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

func (*CheckControlPlaneLogEnableResponse) SetStatusCode added in v3.0.38

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

func (CheckControlPlaneLogEnableResponse) String added in v3.0.38

func (s CheckControlPlaneLogEnableResponse) String() string

type CheckControlPlaneLogEnableResponseBody added in v3.0.38

type CheckControlPlaneLogEnableResponseBody struct {
	Aliuid     *string   `json:"aliuid,omitempty" xml:"aliuid,omitempty"`
	Components []*string `json:"components,omitempty" xml:"components,omitempty" type:"Repeated"`
	LogProject *string   `json:"log_project,omitempty" xml:"log_project,omitempty"`
	LogTtl     *string   `json:"log_ttl,omitempty" xml:"log_ttl,omitempty"`
}

func (CheckControlPlaneLogEnableResponseBody) GoString added in v3.0.38

func (s CheckControlPlaneLogEnableResponseBody) GoString() string

func (*CheckControlPlaneLogEnableResponseBody) SetAliuid added in v3.0.38

func (s *CheckControlPlaneLogEnableResponseBody) SetAliuid(v string) *CheckControlPlaneLogEnableResponseBody

func (*CheckControlPlaneLogEnableResponseBody) SetComponents added in v3.0.38

func (s *CheckControlPlaneLogEnableResponseBody) SetComponents(v []*string) *CheckControlPlaneLogEnableResponseBody

func (*CheckControlPlaneLogEnableResponseBody) SetLogProject added in v3.0.38

func (s *CheckControlPlaneLogEnableResponseBody) SetLogProject(v string) *CheckControlPlaneLogEnableResponseBody

func (*CheckControlPlaneLogEnableResponseBody) SetLogTtl added in v3.0.38

func (s *CheckControlPlaneLogEnableResponseBody) SetLogTtl(v string) *CheckControlPlaneLogEnableResponseBody

func (CheckControlPlaneLogEnableResponseBody) String added in v3.0.38

func (s CheckControlPlaneLogEnableResponseBody) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) AttachInstances

func (client *Client) AttachInstances(ClusterId *string, request *AttachInstancesRequest) (_result *AttachInstancesResponse, _err error)

func (*Client) AttachInstancesToNodePool added in v3.0.27

func (client *Client) AttachInstancesToNodePool(ClusterId *string, NodepoolId *string, request *AttachInstancesToNodePoolRequest) (_result *AttachInstancesToNodePoolResponse, _err error)

func (*Client) AttachInstancesToNodePoolWithOptions added in v3.0.27

func (client *Client) AttachInstancesToNodePoolWithOptions(ClusterId *string, NodepoolId *string, request *AttachInstancesToNodePoolRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AttachInstancesToNodePoolResponse, _err error)

func (*Client) AttachInstancesWithOptions

func (client *Client) AttachInstancesWithOptions(ClusterId *string, request *AttachInstancesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AttachInstancesResponse, _err error)

func (*Client) CancelClusterUpgrade

func (client *Client) CancelClusterUpgrade(ClusterId *string) (_result *CancelClusterUpgradeResponse, _err error)

func (*Client) CancelClusterUpgradeWithOptions

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

func (*Client) CancelComponentUpgrade

func (client *Client) CancelComponentUpgrade(clusterId *string, componentId *string) (_result *CancelComponentUpgradeResponse, _err error)

func (*Client) CancelComponentUpgradeWithOptions

func (client *Client) CancelComponentUpgradeWithOptions(clusterId *string, componentId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CancelComponentUpgradeResponse, _err error)

func (*Client) CancelTask added in v3.0.13

func (client *Client) CancelTask(taskId *string) (_result *CancelTaskResponse, _err error)

func (*Client) CancelTaskWithOptions added in v3.0.13

func (client *Client) CancelTaskWithOptions(taskId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CancelTaskResponse, _err error)

func (*Client) CancelWorkflow

func (client *Client) CancelWorkflow(workflowName *string, request *CancelWorkflowRequest) (_result *CancelWorkflowResponse, _err error)

func (*Client) CancelWorkflowWithOptions

func (client *Client) CancelWorkflowWithOptions(workflowName *string, request *CancelWorkflowRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CancelWorkflowResponse, _err error)

func (*Client) CheckControlPlaneLogEnable added in v3.0.38

func (client *Client) CheckControlPlaneLogEnable(ClusterId *string) (_result *CheckControlPlaneLogEnableResponse, _err error)

func (*Client) CheckControlPlaneLogEnableWithOptions added in v3.0.38

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

func (*Client) CreateAutoscalingConfig

func (client *Client) CreateAutoscalingConfig(ClusterId *string, request *CreateAutoscalingConfigRequest) (_result *CreateAutoscalingConfigResponse, _err error)

func (*Client) CreateAutoscalingConfigWithOptions

func (client *Client) CreateAutoscalingConfigWithOptions(ClusterId *string, request *CreateAutoscalingConfigRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateAutoscalingConfigResponse, _err error)

func (*Client) CreateCluster

func (client *Client) CreateCluster(request *CreateClusterRequest) (_result *CreateClusterResponse, _err error)

func (*Client) CreateClusterNodePool

func (client *Client) CreateClusterNodePool(ClusterId *string, request *CreateClusterNodePoolRequest) (_result *CreateClusterNodePoolResponse, _err error)

func (*Client) CreateClusterNodePoolWithOptions

func (client *Client) CreateClusterNodePoolWithOptions(ClusterId *string, request *CreateClusterNodePoolRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateClusterNodePoolResponse, _err error)

func (*Client) CreateClusterWithOptions

func (client *Client) CreateClusterWithOptions(request *CreateClusterRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateClusterResponse, _err error)

func (*Client) CreateEdgeMachine

func (client *Client) CreateEdgeMachine(request *CreateEdgeMachineRequest) (_result *CreateEdgeMachineResponse, _err error)

func (*Client) CreateEdgeMachineWithOptions

func (client *Client) CreateEdgeMachineWithOptions(request *CreateEdgeMachineRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateEdgeMachineResponse, _err error)

func (*Client) CreateKubernetesTrigger

func (client *Client) CreateKubernetesTrigger(request *CreateKubernetesTriggerRequest) (_result *CreateKubernetesTriggerResponse, _err error)

func (*Client) CreateKubernetesTriggerWithOptions

func (client *Client) CreateKubernetesTriggerWithOptions(request *CreateKubernetesTriggerRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateKubernetesTriggerResponse, _err error)

func (*Client) CreateTemplate

func (client *Client) CreateTemplate(request *CreateTemplateRequest) (_result *CreateTemplateResponse, _err error)

func (*Client) CreateTemplateWithOptions

func (client *Client) CreateTemplateWithOptions(request *CreateTemplateRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateTemplateResponse, _err error)

func (*Client) CreateTrigger

func (client *Client) CreateTrigger(clusterId *string, request *CreateTriggerRequest) (_result *CreateTriggerResponse, _err error)

func (*Client) CreateTriggerWithOptions

func (client *Client) CreateTriggerWithOptions(clusterId *string, request *CreateTriggerRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateTriggerResponse, _err error)

func (*Client) DeleteAlertContact

func (client *Client) DeleteAlertContact() (_result *DeleteAlertContactResponse, _err error)

func (*Client) DeleteAlertContactGroup

func (client *Client) DeleteAlertContactGroup() (_result *DeleteAlertContactGroupResponse, _err error)

func (*Client) DeleteAlertContactGroupWithOptions

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

func (*Client) DeleteAlertContactWithOptions

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

func (*Client) DeleteCluster

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

func (*Client) DeleteClusterNodepool

func (client *Client) DeleteClusterNodepool(ClusterId *string, NodepoolId *string, request *DeleteClusterNodepoolRequest) (_result *DeleteClusterNodepoolResponse, _err error)

func (*Client) DeleteClusterNodepoolWithOptions

func (client *Client) DeleteClusterNodepoolWithOptions(ClusterId *string, NodepoolId *string, request *DeleteClusterNodepoolRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteClusterNodepoolResponse, _err error)

func (*Client) DeleteClusterNodes

func (client *Client) DeleteClusterNodes(ClusterId *string, request *DeleteClusterNodesRequest) (_result *DeleteClusterNodesResponse, _err error)

*

  • >
  • * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours.
  • * Unknown errors may occur when you remove nodes. Before you remove nodes, back up the data on the nodes.
  • * Nodes remain in the unschedulable state when they are being removed.
  • * You can remove only worker nodes by calling this operation. *
  • @param request DeleteClusterNodesRequest
  • @return DeleteClusterNodesResponse

func (*Client) DeleteClusterNodesWithOptions

func (client *Client) DeleteClusterNodesWithOptions(ClusterId *string, request *DeleteClusterNodesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteClusterNodesResponse, _err error)

*

  • >
  • * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours.
  • * Unknown errors may occur when you remove nodes. Before you remove nodes, back up the data on the nodes.
  • * Nodes remain in the unschedulable state when they are being removed.
  • * You can remove only worker nodes by calling this operation. *
  • @param request DeleteClusterNodesRequest
  • @param headers map
  • @param runtime runtime options for this request RuntimeOptions
  • @return DeleteClusterNodesResponse

func (*Client) DeleteClusterWithOptions

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

func (*Client) DeleteEdgeMachine

func (client *Client) DeleteEdgeMachine(edgeMachineid *string, request *DeleteEdgeMachineRequest) (_result *DeleteEdgeMachineResponse, _err error)

func (*Client) DeleteEdgeMachineWithOptions

func (client *Client) DeleteEdgeMachineWithOptions(edgeMachineid *string, request *DeleteEdgeMachineRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteEdgeMachineResponse, _err error)

func (*Client) DeleteKubernetesTrigger

func (client *Client) DeleteKubernetesTrigger(Id *string) (_result *DeleteKubernetesTriggerResponse, _err error)

func (*Client) DeleteKubernetesTriggerWithOptions

func (client *Client) DeleteKubernetesTriggerWithOptions(Id *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteKubernetesTriggerResponse, _err error)

func (*Client) DeletePolicyInstance

func (client *Client) DeletePolicyInstance(clusterId *string, policyName *string, request *DeletePolicyInstanceRequest) (_result *DeletePolicyInstanceResponse, _err error)

func (*Client) DeletePolicyInstanceWithOptions

func (client *Client) DeletePolicyInstanceWithOptions(clusterId *string, policyName *string, request *DeletePolicyInstanceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeletePolicyInstanceResponse, _err error)

func (*Client) DeleteTemplate

func (client *Client) DeleteTemplate(TemplateId *string) (_result *DeleteTemplateResponse, _err error)

func (*Client) DeleteTemplateWithOptions

func (client *Client) DeleteTemplateWithOptions(TemplateId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteTemplateResponse, _err error)

func (*Client) DeleteTrigger

func (client *Client) DeleteTrigger(clusterId *string, Id *string) (_result *DeleteTriggerResponse, _err error)

func (*Client) DeleteTriggerWithOptions

func (client *Client) DeleteTriggerWithOptions(clusterId *string, Id *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteTriggerResponse, _err error)

func (*Client) DeployPolicyInstance

func (client *Client) DeployPolicyInstance(clusterId *string, policyName *string, request *DeployPolicyInstanceRequest) (_result *DeployPolicyInstanceResponse, _err error)

func (*Client) DeployPolicyInstanceWithOptions

func (client *Client) DeployPolicyInstanceWithOptions(clusterId *string, policyName *string, request *DeployPolicyInstanceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeployPolicyInstanceResponse, _err error)

func (*Client) DescirbeWorkflow

func (client *Client) DescirbeWorkflow(workflowName *string) (_result *DescirbeWorkflowResponse, _err error)

func (*Client) DescirbeWorkflowWithOptions

func (client *Client) DescirbeWorkflowWithOptions(workflowName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescirbeWorkflowResponse, _err error)

func (*Client) DescribeAddons

func (client *Client) DescribeAddons(request *DescribeAddonsRequest) (_result *DescribeAddonsResponse, _err error)

func (*Client) DescribeAddonsWithOptions

func (client *Client) DescribeAddonsWithOptions(request *DescribeAddonsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeAddonsResponse, _err error)

func (*Client) DescribeClusterAddonInstance added in v3.0.33

func (client *Client) DescribeClusterAddonInstance(ClusterID *string, AddonName *string) (_result *DescribeClusterAddonInstanceResponse, _err error)

func (*Client) DescribeClusterAddonInstanceWithOptions added in v3.0.33

func (client *Client) DescribeClusterAddonInstanceWithOptions(ClusterID *string, AddonName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeClusterAddonInstanceResponse, _err error)

func (*Client) DescribeClusterAddonMetadata

func (client *Client) DescribeClusterAddonMetadata(clusterId *string, componentId *string, version *string) (_result *DescribeClusterAddonMetadataResponse, _err error)

func (*Client) DescribeClusterAddonMetadataWithOptions

func (client *Client) DescribeClusterAddonMetadataWithOptions(clusterId *string, componentId *string, version *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeClusterAddonMetadataResponse, _err error)

func (*Client) DescribeClusterAddonUpgradeStatus

func (client *Client) DescribeClusterAddonUpgradeStatus(ClusterId *string, ComponentId *string) (_result *DescribeClusterAddonUpgradeStatusResponse, _err error)

*

  • @deprecated *
  • @return DescribeClusterAddonUpgradeStatusResponse

Deprecated

func (*Client) DescribeClusterAddonUpgradeStatusWithOptions

func (client *Client) DescribeClusterAddonUpgradeStatusWithOptions(ClusterId *string, ComponentId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeClusterAddonUpgradeStatusResponse, _err error)

*

  • @deprecated *
  • @param headers map
  • @param runtime runtime options for this request RuntimeOptions
  • @return DescribeClusterAddonUpgradeStatusResponse

Deprecated

func (*Client) DescribeClusterAddonsUpgradeStatus

func (client *Client) DescribeClusterAddonsUpgradeStatus(ClusterId *string, request *DescribeClusterAddonsUpgradeStatusRequest) (_result *DescribeClusterAddonsUpgradeStatusResponse, _err error)

func (*Client) DescribeClusterAddonsUpgradeStatusWithOptions

func (client *Client) DescribeClusterAddonsUpgradeStatusWithOptions(ClusterId *string, tmpReq *DescribeClusterAddonsUpgradeStatusRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeClusterAddonsUpgradeStatusResponse, _err error)

func (*Client) DescribeClusterAddonsVersion

func (client *Client) DescribeClusterAddonsVersion(ClusterId *string) (_result *DescribeClusterAddonsVersionResponse, _err error)

func (*Client) DescribeClusterAddonsVersionWithOptions

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

func (*Client) DescribeClusterAttachScripts

func (client *Client) DescribeClusterAttachScripts(ClusterId *string, request *DescribeClusterAttachScriptsRequest) (_result *DescribeClusterAttachScriptsResponse, _err error)

func (*Client) DescribeClusterAttachScriptsWithOptions

func (client *Client) DescribeClusterAttachScriptsWithOptions(ClusterId *string, request *DescribeClusterAttachScriptsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeClusterAttachScriptsResponse, _err error)

func (*Client) DescribeClusterDetail

func (client *Client) DescribeClusterDetail(ClusterId *string) (_result *DescribeClusterDetailResponse, _err error)

func (*Client) DescribeClusterDetailWithOptions

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

func (*Client) DescribeClusterEvents added in v3.0.14

func (client *Client) DescribeClusterEvents(ClusterId *string, request *DescribeClusterEventsRequest) (_result *DescribeClusterEventsResponse, _err error)

func (*Client) DescribeClusterEventsWithOptions added in v3.0.14

func (client *Client) DescribeClusterEventsWithOptions(ClusterId *string, request *DescribeClusterEventsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeClusterEventsResponse, _err error)

func (*Client) DescribeClusterLogs

func (client *Client) DescribeClusterLogs(ClusterId *string) (_result *DescribeClusterLogsResponse, _err error)

func (*Client) DescribeClusterLogsWithOptions

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

func (*Client) DescribeClusterNodePoolDetail

func (client *Client) DescribeClusterNodePoolDetail(ClusterId *string, NodepoolId *string) (_result *DescribeClusterNodePoolDetailResponse, _err error)

func (*Client) DescribeClusterNodePoolDetailWithOptions

func (client *Client) DescribeClusterNodePoolDetailWithOptions(ClusterId *string, NodepoolId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeClusterNodePoolDetailResponse, _err error)

func (*Client) DescribeClusterNodePools

func (client *Client) DescribeClusterNodePools(ClusterId *string) (_result *DescribeClusterNodePoolsResponse, _err error)

func (*Client) DescribeClusterNodePoolsWithOptions

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

func (*Client) DescribeClusterNodes

func (client *Client) DescribeClusterNodes(ClusterId *string, request *DescribeClusterNodesRequest) (_result *DescribeClusterNodesResponse, _err error)

func (*Client) DescribeClusterNodesWithOptions

func (client *Client) DescribeClusterNodesWithOptions(ClusterId *string, request *DescribeClusterNodesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeClusterNodesResponse, _err error)

func (*Client) DescribeClusterResources

func (client *Client) DescribeClusterResources(ClusterId *string) (_result *DescribeClusterResourcesResponse, _err error)

func (*Client) DescribeClusterResourcesWithOptions

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

func (*Client) DescribeClusterTasks added in v3.0.15

func (client *Client) DescribeClusterTasks(clusterId *string) (_result *DescribeClusterTasksResponse, _err error)

func (*Client) DescribeClusterTasksWithOptions added in v3.0.15

func (client *Client) DescribeClusterTasksWithOptions(clusterId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeClusterTasksResponse, _err error)

func (*Client) DescribeClusterUserKubeconfig

func (client *Client) DescribeClusterUserKubeconfig(ClusterId *string, request *DescribeClusterUserKubeconfigRequest) (_result *DescribeClusterUserKubeconfigResponse, _err error)

func (*Client) DescribeClusterUserKubeconfigWithOptions

func (client *Client) DescribeClusterUserKubeconfigWithOptions(ClusterId *string, request *DescribeClusterUserKubeconfigRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeClusterUserKubeconfigResponse, _err error)

func (*Client) DescribeClusterV2UserKubeconfig

func (client *Client) DescribeClusterV2UserKubeconfig(ClusterId *string, request *DescribeClusterV2UserKubeconfigRequest) (_result *DescribeClusterV2UserKubeconfigResponse, _err error)

*

  • @deprecated *
  • @param request DescribeClusterV2UserKubeconfigRequest
  • @return DescribeClusterV2UserKubeconfigResponse

Deprecated

func (*Client) DescribeClusterV2UserKubeconfigWithOptions

func (client *Client) DescribeClusterV2UserKubeconfigWithOptions(ClusterId *string, request *DescribeClusterV2UserKubeconfigRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeClusterV2UserKubeconfigResponse, _err error)

*

  • @deprecated *
  • @param request DescribeClusterV2UserKubeconfigRequest
  • @param headers map
  • @param runtime runtime options for this request RuntimeOptions
  • @return DescribeClusterV2UserKubeconfigResponse

Deprecated

func (*Client) DescribeClusterVuls added in v3.0.27

func (client *Client) DescribeClusterVuls(clusterId *string) (_result *DescribeClusterVulsResponse, _err error)

func (*Client) DescribeClusterVulsWithOptions added in v3.0.27

func (client *Client) DescribeClusterVulsWithOptions(clusterId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeClusterVulsResponse, _err error)

func (*Client) DescribeClusters

func (client *Client) DescribeClusters(request *DescribeClustersRequest) (_result *DescribeClustersResponse, _err error)

*

  • @deprecated *
  • @param request DescribeClustersRequest
  • @return DescribeClustersResponse

Deprecated

func (*Client) DescribeClustersV1

func (client *Client) DescribeClustersV1(request *DescribeClustersV1Request) (_result *DescribeClustersV1Response, _err error)

func (*Client) DescribeClustersV1WithOptions

func (client *Client) DescribeClustersV1WithOptions(request *DescribeClustersV1Request, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeClustersV1Response, _err error)

func (*Client) DescribeClustersWithOptions

func (client *Client) DescribeClustersWithOptions(request *DescribeClustersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeClustersResponse, _err error)

*

  • @deprecated *
  • @param request DescribeClustersRequest
  • @param headers map
  • @param runtime runtime options for this request RuntimeOptions
  • @return DescribeClustersResponse

Deprecated

func (*Client) DescribeEdgeMachineActiveProcess

func (client *Client) DescribeEdgeMachineActiveProcess(edgeMachineid *string) (_result *DescribeEdgeMachineActiveProcessResponse, _err error)

func (*Client) DescribeEdgeMachineActiveProcessWithOptions

func (client *Client) DescribeEdgeMachineActiveProcessWithOptions(edgeMachineid *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeEdgeMachineActiveProcessResponse, _err error)

func (*Client) DescribeEdgeMachineModels

func (client *Client) DescribeEdgeMachineModels() (_result *DescribeEdgeMachineModelsResponse, _err error)

func (*Client) DescribeEdgeMachineModelsWithOptions

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

func (*Client) DescribeEdgeMachineTunnelConfigDetail

func (client *Client) DescribeEdgeMachineTunnelConfigDetail(edgeMachineid *string) (_result *DescribeEdgeMachineTunnelConfigDetailResponse, _err error)

func (*Client) DescribeEdgeMachineTunnelConfigDetailWithOptions

func (client *Client) DescribeEdgeMachineTunnelConfigDetailWithOptions(edgeMachineid *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeEdgeMachineTunnelConfigDetailResponse, _err error)

func (*Client) DescribeEdgeMachines

func (client *Client) DescribeEdgeMachines(request *DescribeEdgeMachinesRequest) (_result *DescribeEdgeMachinesResponse, _err error)

func (*Client) DescribeEdgeMachinesWithOptions

func (client *Client) DescribeEdgeMachinesWithOptions(request *DescribeEdgeMachinesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeEdgeMachinesResponse, _err error)

func (*Client) DescribeEvents

func (client *Client) DescribeEvents(request *DescribeEventsRequest) (_result *DescribeEventsResponse, _err error)

func (*Client) DescribeEventsWithOptions

func (client *Client) DescribeEventsWithOptions(request *DescribeEventsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeEventsResponse, _err error)

func (*Client) DescribeExternalAgent

func (client *Client) DescribeExternalAgent(ClusterId *string, request *DescribeExternalAgentRequest) (_result *DescribeExternalAgentResponse, _err error)

*

  • For more information, see [Register an external Kubernetes cluster](~~121053~~). *
  • @param request DescribeExternalAgentRequest
  • @return DescribeExternalAgentResponse

func (*Client) DescribeExternalAgentWithOptions

func (client *Client) DescribeExternalAgentWithOptions(ClusterId *string, request *DescribeExternalAgentRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeExternalAgentResponse, _err error)

*

  • For more information, see [Register an external Kubernetes cluster](~~121053~~). *
  • @param request DescribeExternalAgentRequest
  • @param headers map
  • @param runtime runtime options for this request RuntimeOptions
  • @return DescribeExternalAgentResponse

func (*Client) DescribeKubernetesVersionMetadata

func (client *Client) DescribeKubernetesVersionMetadata(request *DescribeKubernetesVersionMetadataRequest) (_result *DescribeKubernetesVersionMetadataResponse, _err error)

func (*Client) DescribeKubernetesVersionMetadataWithOptions

func (client *Client) DescribeKubernetesVersionMetadataWithOptions(request *DescribeKubernetesVersionMetadataRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeKubernetesVersionMetadataResponse, _err error)

func (*Client) DescribeNodePoolVuls added in v3.0.13

func (client *Client) DescribeNodePoolVuls(clusterId *string, nodepoolId *string, request *DescribeNodePoolVulsRequest) (_result *DescribeNodePoolVulsResponse, _err error)

func (*Client) DescribeNodePoolVulsWithOptions added in v3.0.13

func (client *Client) DescribeNodePoolVulsWithOptions(clusterId *string, nodepoolId *string, request *DescribeNodePoolVulsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeNodePoolVulsResponse, _err error)

func (*Client) DescribePolicies

func (client *Client) DescribePolicies() (_result *DescribePoliciesResponse, _err error)

func (*Client) DescribePoliciesWithOptions

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

func (*Client) DescribePolicyDetails

func (client *Client) DescribePolicyDetails(policyName *string) (_result *DescribePolicyDetailsResponse, _err error)

func (*Client) DescribePolicyDetailsWithOptions

func (client *Client) DescribePolicyDetailsWithOptions(policyName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribePolicyDetailsResponse, _err error)

func (*Client) DescribePolicyGovernanceInCluster

func (client *Client) DescribePolicyGovernanceInCluster(clusterId *string) (_result *DescribePolicyGovernanceInClusterResponse, _err error)

func (*Client) DescribePolicyGovernanceInClusterWithOptions

func (client *Client) DescribePolicyGovernanceInClusterWithOptions(clusterId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribePolicyGovernanceInClusterResponse, _err error)

func (*Client) DescribePolicyInstances

func (client *Client) DescribePolicyInstances(clusterId *string, request *DescribePolicyInstancesRequest) (_result *DescribePolicyInstancesResponse, _err error)

func (*Client) DescribePolicyInstancesStatus

func (client *Client) DescribePolicyInstancesStatus(clusterId *string) (_result *DescribePolicyInstancesStatusResponse, _err error)

func (*Client) DescribePolicyInstancesStatusWithOptions

func (client *Client) DescribePolicyInstancesStatusWithOptions(clusterId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribePolicyInstancesStatusResponse, _err error)

func (*Client) DescribePolicyInstancesWithOptions

func (client *Client) DescribePolicyInstancesWithOptions(clusterId *string, request *DescribePolicyInstancesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribePolicyInstancesResponse, _err error)

func (*Client) DescribeSubaccountK8sClusterUserConfig added in v3.0.25

func (client *Client) DescribeSubaccountK8sClusterUserConfig(ClusterId *string, Uid *string, request *DescribeSubaccountK8sClusterUserConfigRequest) (_result *DescribeSubaccountK8sClusterUserConfigResponse, _err error)

*

  • > You can call this operation only with an Alibaba Cloud account. *
  • @param request DescribeSubaccountK8sClusterUserConfigRequest
  • @return DescribeSubaccountK8sClusterUserConfigResponse

func (*Client) DescribeSubaccountK8sClusterUserConfigWithOptions added in v3.0.25

func (client *Client) DescribeSubaccountK8sClusterUserConfigWithOptions(ClusterId *string, Uid *string, request *DescribeSubaccountK8sClusterUserConfigRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeSubaccountK8sClusterUserConfigResponse, _err error)

*

  • > You can call this operation only with an Alibaba Cloud account. *
  • @param request DescribeSubaccountK8sClusterUserConfigRequest
  • @param headers map
  • @param runtime runtime options for this request RuntimeOptions
  • @return DescribeSubaccountK8sClusterUserConfigResponse

func (*Client) DescribeTaskInfo

func (client *Client) DescribeTaskInfo(taskId *string) (_result *DescribeTaskInfoResponse, _err error)

func (*Client) DescribeTaskInfoWithOptions

func (client *Client) DescribeTaskInfoWithOptions(taskId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeTaskInfoResponse, _err error)

func (*Client) DescribeTemplateAttribute

func (client *Client) DescribeTemplateAttribute(TemplateId *string, request *DescribeTemplateAttributeRequest) (_result *DescribeTemplateAttributeResponse, _err error)

func (*Client) DescribeTemplateAttributeWithOptions

func (client *Client) DescribeTemplateAttributeWithOptions(TemplateId *string, request *DescribeTemplateAttributeRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeTemplateAttributeResponse, _err error)

func (*Client) DescribeTemplates

func (client *Client) DescribeTemplates(request *DescribeTemplatesRequest) (_result *DescribeTemplatesResponse, _err error)

func (*Client) DescribeTemplatesWithOptions

func (client *Client) DescribeTemplatesWithOptions(request *DescribeTemplatesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeTemplatesResponse, _err error)

func (*Client) DescribeTrigger

func (client *Client) DescribeTrigger(clusterId *string, request *DescribeTriggerRequest) (_result *DescribeTriggerResponse, _err error)

func (*Client) DescribeTriggerWithOptions

func (client *Client) DescribeTriggerWithOptions(clusterId *string, request *DescribeTriggerRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeTriggerResponse, _err error)

func (*Client) DescribeUserClusterNamespaces added in v3.0.39

func (client *Client) DescribeUserClusterNamespaces(ClusterId *string) (_result *DescribeUserClusterNamespacesResponse, _err error)

func (*Client) DescribeUserClusterNamespacesWithOptions added in v3.0.39

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

func (*Client) DescribeUserPermission

func (client *Client) DescribeUserPermission(uid *string) (_result *DescribeUserPermissionResponse, _err error)

func (*Client) DescribeUserPermissionWithOptions

func (client *Client) DescribeUserPermissionWithOptions(uid *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DescribeUserPermissionResponse, _err error)

func (*Client) DescribeUserQuota

func (client *Client) DescribeUserQuota() (_result *DescribeUserQuotaResponse, _err error)

func (*Client) DescribeUserQuotaWithOptions

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

func (*Client) DescribeWorkflows

func (client *Client) DescribeWorkflows() (_result *DescribeWorkflowsResponse, _err error)

func (*Client) DescribeWorkflowsWithOptions

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

func (*Client) EdgeClusterAddEdgeMachine

func (client *Client) EdgeClusterAddEdgeMachine(clusterid *string, edgeMachineid *string, request *EdgeClusterAddEdgeMachineRequest) (_result *EdgeClusterAddEdgeMachineResponse, _err error)

func (*Client) EdgeClusterAddEdgeMachineWithOptions

func (client *Client) EdgeClusterAddEdgeMachineWithOptions(clusterid *string, edgeMachineid *string, request *EdgeClusterAddEdgeMachineRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *EdgeClusterAddEdgeMachineResponse, _err error)

func (*Client) FixNodePoolVuls added in v3.0.13

func (client *Client) FixNodePoolVuls(clusterId *string, nodepoolId *string, request *FixNodePoolVulsRequest) (_result *FixNodePoolVulsResponse, _err error)

func (*Client) FixNodePoolVulsWithOptions added in v3.0.13

func (client *Client) FixNodePoolVulsWithOptions(clusterId *string, nodepoolId *string, request *FixNodePoolVulsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *FixNodePoolVulsResponse, _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) GetKubernetesTrigger

func (client *Client) GetKubernetesTrigger(ClusterId *string, request *GetKubernetesTriggerRequest) (_result *GetKubernetesTriggerResponse, _err error)

func (*Client) GetKubernetesTriggerWithOptions

func (client *Client) GetKubernetesTriggerWithOptions(ClusterId *string, request *GetKubernetesTriggerRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetKubernetesTriggerResponse, _err error)

func (*Client) GetUpgradeStatus

func (client *Client) GetUpgradeStatus(ClusterId *string) (_result *GetUpgradeStatusResponse, _err error)

func (*Client) GetUpgradeStatusWithOptions

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

func (*Client) GrantPermissions

func (client *Client) GrantPermissions(uid *string, request *GrantPermissionsRequest) (_result *GrantPermissionsResponse, _err error)

*

  • **Precautions**:
  • * Make sure that you have granted the specified RAM user at least read permissions on the specified cluster by attaching RAM policies. Otherwise, the `ErrorRamPolicyConfig` error will be returned.
  • For more information about how to authorize a RAM user by attaching RAM policies, see [Create a custom RAM policy](~~86485~~).
  • * If you call this operation as a RAM user, make sure that this RAM user has the permissions to grant other RAM users the permissions to manage ACK clusters. Otherwise, the `StatusForbidden` or `ForbiddenGrantPermissions` errors will be returned. For more information, see [Use a RAM user to grant RBAC permissions to other RAM users](~~119035~~).
  • * This operation overwrites the permissions that have been granted to the specified RAM user. When you call this operation, make sure that the required permissions are included. *
  • @param request GrantPermissionsRequest
  • @return GrantPermissionsResponse

func (*Client) GrantPermissionsWithOptions

func (client *Client) GrantPermissionsWithOptions(uid *string, request *GrantPermissionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GrantPermissionsResponse, _err error)

*

  • **Precautions**:
  • * Make sure that you have granted the specified RAM user at least read permissions on the specified cluster by attaching RAM policies. Otherwise, the `ErrorRamPolicyConfig` error will be returned.
  • For more information about how to authorize a RAM user by attaching RAM policies, see [Create a custom RAM policy](~~86485~~).
  • * If you call this operation as a RAM user, make sure that this RAM user has the permissions to grant other RAM users the permissions to manage ACK clusters. Otherwise, the `StatusForbidden` or `ForbiddenGrantPermissions` errors will be returned. For more information, see [Use a RAM user to grant RBAC permissions to other RAM users](~~119035~~).
  • * This operation overwrites the permissions that have been granted to the specified RAM user. When you call this operation, make sure that the required permissions are included. *
  • @param request GrantPermissionsRequest
  • @param headers map
  • @param runtime runtime options for this request RuntimeOptions
  • @return GrantPermissionsResponse

func (*Client) Init

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

func (*Client) InstallClusterAddons

func (client *Client) InstallClusterAddons(ClusterId *string, request *InstallClusterAddonsRequest) (_result *InstallClusterAddonsResponse, _err error)

func (*Client) InstallClusterAddonsWithOptions

func (client *Client) InstallClusterAddonsWithOptions(ClusterId *string, request *InstallClusterAddonsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *InstallClusterAddonsResponse, _err error)

func (*Client) ListTagResources

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

func (*Client) ListTagResourcesWithOptions

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

func (*Client) MigrateCluster

func (client *Client) MigrateCluster(clusterId *string, request *MigrateClusterRequest) (_result *MigrateClusterResponse, _err error)

func (*Client) MigrateClusterWithOptions

func (client *Client) MigrateClusterWithOptions(clusterId *string, request *MigrateClusterRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *MigrateClusterResponse, _err error)

func (*Client) ModifyCluster

func (client *Client) ModifyCluster(ClusterId *string, request *ModifyClusterRequest) (_result *ModifyClusterResponse, _err error)

func (*Client) ModifyClusterAddon

func (client *Client) ModifyClusterAddon(clusterId *string, componentId *string, request *ModifyClusterAddonRequest) (_result *ModifyClusterAddonResponse, _err error)

*

func (*Client) ModifyClusterAddonWithOptions

func (client *Client) ModifyClusterAddonWithOptions(clusterId *string, componentId *string, request *ModifyClusterAddonRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifyClusterAddonResponse, _err error)

*

func (*Client) ModifyClusterConfiguration

func (client *Client) ModifyClusterConfiguration(ClusterId *string, request *ModifyClusterConfigurationRequest) (_result *ModifyClusterConfigurationResponse, _err error)

func (*Client) ModifyClusterConfigurationWithOptions

func (client *Client) ModifyClusterConfigurationWithOptions(ClusterId *string, request *ModifyClusterConfigurationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifyClusterConfigurationResponse, _err error)

func (*Client) ModifyClusterNodePool

func (client *Client) ModifyClusterNodePool(ClusterId *string, NodepoolId *string, request *ModifyClusterNodePoolRequest) (_result *ModifyClusterNodePoolResponse, _err error)

func (*Client) ModifyClusterNodePoolWithOptions

func (client *Client) ModifyClusterNodePoolWithOptions(ClusterId *string, NodepoolId *string, request *ModifyClusterNodePoolRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifyClusterNodePoolResponse, _err error)

func (*Client) ModifyClusterTags

func (client *Client) ModifyClusterTags(ClusterId *string, request *ModifyClusterTagsRequest) (_result *ModifyClusterTagsResponse, _err error)

func (*Client) ModifyClusterTagsWithOptions

func (client *Client) ModifyClusterTagsWithOptions(ClusterId *string, request *ModifyClusterTagsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifyClusterTagsResponse, _err error)

func (*Client) ModifyClusterWithOptions

func (client *Client) ModifyClusterWithOptions(ClusterId *string, request *ModifyClusterRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifyClusterResponse, _err error)

func (*Client) ModifyNodePoolNodeConfig added in v3.0.16

func (client *Client) ModifyNodePoolNodeConfig(ClusterId *string, NodepoolId *string, request *ModifyNodePoolNodeConfigRequest) (_result *ModifyNodePoolNodeConfigResponse, _err error)

func (*Client) ModifyNodePoolNodeConfigWithOptions added in v3.0.16

func (client *Client) ModifyNodePoolNodeConfigWithOptions(ClusterId *string, NodepoolId *string, request *ModifyNodePoolNodeConfigRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifyNodePoolNodeConfigResponse, _err error)

func (*Client) ModifyPolicyInstance

func (client *Client) ModifyPolicyInstance(clusterId *string, policyName *string, request *ModifyPolicyInstanceRequest) (_result *ModifyPolicyInstanceResponse, _err error)

func (*Client) ModifyPolicyInstanceWithOptions

func (client *Client) ModifyPolicyInstanceWithOptions(clusterId *string, policyName *string, request *ModifyPolicyInstanceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ModifyPolicyInstanceResponse, _err error)

func (*Client) OpenAckService

func (client *Client) OpenAckService(request *OpenAckServiceRequest) (_result *OpenAckServiceResponse, _err error)

*

  • You can activate ACK with Alibaba Cloud accounts or RAM users that have the authority of AdministratorAccess. *
  • @param request OpenAckServiceRequest
  • @return OpenAckServiceResponse

func (*Client) OpenAckServiceWithOptions

func (client *Client) OpenAckServiceWithOptions(request *OpenAckServiceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *OpenAckServiceResponse, _err error)

*

  • You can activate ACK with Alibaba Cloud accounts or RAM users that have the authority of AdministratorAccess. *
  • @param request OpenAckServiceRequest
  • @param headers map
  • @param runtime runtime options for this request RuntimeOptions
  • @return OpenAckServiceResponse

func (*Client) PauseClusterUpgrade

func (client *Client) PauseClusterUpgrade(ClusterId *string) (_result *PauseClusterUpgradeResponse, _err error)

func (*Client) PauseClusterUpgradeWithOptions

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

func (*Client) PauseComponentUpgrade

func (client *Client) PauseComponentUpgrade(clusterid *string, componentid *string) (_result *PauseComponentUpgradeResponse, _err error)

func (*Client) PauseComponentUpgradeWithOptions

func (client *Client) PauseComponentUpgradeWithOptions(clusterid *string, componentid *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PauseComponentUpgradeResponse, _err error)

func (*Client) PauseTask added in v3.0.13

func (client *Client) PauseTask(taskId *string) (_result *PauseTaskResponse, _err error)

func (*Client) PauseTaskWithOptions added in v3.0.13

func (client *Client) PauseTaskWithOptions(taskId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PauseTaskResponse, _err error)

func (*Client) RemoveClusterNodes

func (client *Client) RemoveClusterNodes(ClusterId *string, request *RemoveClusterNodesRequest) (_result *RemoveClusterNodesResponse, _err error)

*

  • @deprecated *
  • @param request RemoveClusterNodesRequest
  • @return RemoveClusterNodesResponse

Deprecated

func (*Client) RemoveClusterNodesWithOptions

func (client *Client) RemoveClusterNodesWithOptions(ClusterId *string, request *RemoveClusterNodesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveClusterNodesResponse, _err error)

*

  • @deprecated *
  • @param request RemoveClusterNodesRequest
  • @param headers map
  • @param runtime runtime options for this request RuntimeOptions
  • @return RemoveClusterNodesResponse

Deprecated

func (*Client) RemoveNodePoolNodes added in v3.0.19

func (client *Client) RemoveNodePoolNodes(ClusterId *string, NodepoolId *string, request *RemoveNodePoolNodesRequest) (_result *RemoveNodePoolNodesResponse, _err error)

*

  • >
  • * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours.
  • * Unknown errors may occur when you remove nodes. Before you remove nodes, back up the data on the nodes.
  • * Nodes remain in the Unschedulable state when they are being removed.
  • * You can remove only worker nodes. You cannot remove control planes. *
  • @param request RemoveNodePoolNodesRequest
  • @return RemoveNodePoolNodesResponse

func (*Client) RemoveNodePoolNodesWithOptions added in v3.0.19

func (client *Client) RemoveNodePoolNodesWithOptions(ClusterId *string, NodepoolId *string, tmpReq *RemoveNodePoolNodesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveNodePoolNodesResponse, _err error)

*

  • >
  • * When you remove a node, the pods that run on the node are migrated to other nodes. This may cause service interruptions. We recommend that you remove nodes during off-peak hours.
  • * Unknown errors may occur when you remove nodes. Before you remove nodes, back up the data on the nodes.
  • * Nodes remain in the Unschedulable state when they are being removed.
  • * You can remove only worker nodes. You cannot remove control planes. *
  • @param tmpReq RemoveNodePoolNodesRequest
  • @param headers map
  • @param runtime runtime options for this request RuntimeOptions
  • @return RemoveNodePoolNodesResponse

func (*Client) RemoveWorkflow

func (client *Client) RemoveWorkflow(workflowName *string) (_result *RemoveWorkflowResponse, _err error)

func (*Client) RemoveWorkflowWithOptions

func (client *Client) RemoveWorkflowWithOptions(workflowName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RemoveWorkflowResponse, _err error)

func (*Client) RepairClusterNodePool

func (client *Client) RepairClusterNodePool(clusterId *string, nodepoolId *string, request *RepairClusterNodePoolRequest) (_result *RepairClusterNodePoolResponse, _err error)

func (*Client) RepairClusterNodePoolWithOptions

func (client *Client) RepairClusterNodePoolWithOptions(clusterId *string, nodepoolId *string, request *RepairClusterNodePoolRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RepairClusterNodePoolResponse, _err error)

func (*Client) ResumeComponentUpgrade

func (client *Client) ResumeComponentUpgrade(clusterid *string, componentid *string) (_result *ResumeComponentUpgradeResponse, _err error)

func (*Client) ResumeComponentUpgradeWithOptions

func (client *Client) ResumeComponentUpgradeWithOptions(clusterid *string, componentid *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ResumeComponentUpgradeResponse, _err error)

func (*Client) ResumeTask added in v3.0.13

func (client *Client) ResumeTask(taskId *string) (_result *ResumeTaskResponse, _err error)

func (*Client) ResumeTaskWithOptions added in v3.0.13

func (client *Client) ResumeTaskWithOptions(taskId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ResumeTaskResponse, _err error)

func (*Client) ResumeUpgradeCluster

func (client *Client) ResumeUpgradeCluster(ClusterId *string) (_result *ResumeUpgradeClusterResponse, _err error)

func (*Client) ResumeUpgradeClusterWithOptions

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

func (*Client) ScaleCluster

func (client *Client) ScaleCluster(ClusterId *string, request *ScaleClusterRequest) (_result *ScaleClusterResponse, _err error)

*

  • @deprecated *
  • @param request ScaleClusterRequest
  • @return ScaleClusterResponse

Deprecated

func (*Client) ScaleClusterNodePool

func (client *Client) ScaleClusterNodePool(ClusterId *string, NodepoolId *string, request *ScaleClusterNodePoolRequest) (_result *ScaleClusterNodePoolResponse, _err error)

func (*Client) ScaleClusterNodePoolWithOptions

func (client *Client) ScaleClusterNodePoolWithOptions(ClusterId *string, NodepoolId *string, request *ScaleClusterNodePoolRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ScaleClusterNodePoolResponse, _err error)

func (*Client) ScaleClusterWithOptions

func (client *Client) ScaleClusterWithOptions(ClusterId *string, request *ScaleClusterRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ScaleClusterResponse, _err error)

*

  • @deprecated *
  • @param request ScaleClusterRequest
  • @param headers map
  • @param runtime runtime options for this request RuntimeOptions
  • @return ScaleClusterResponse

Deprecated

func (*Client) ScaleOutCluster

func (client *Client) ScaleOutCluster(ClusterId *string, request *ScaleOutClusterRequest) (_result *ScaleOutClusterResponse, _err error)

*

  • > The ScaleOutCluster API operation is phased out. You must call the node pool-related API operations to manage nodes. If you want to add worker nodes to an ACK cluster, call the ScaleClusterNodePool API operation. For more information, see [ScaleClusterNodePool](~~184928~~). *
  • @param request ScaleOutClusterRequest
  • @return ScaleOutClusterResponse

func (*Client) ScaleOutClusterWithOptions

func (client *Client) ScaleOutClusterWithOptions(ClusterId *string, request *ScaleOutClusterRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ScaleOutClusterResponse, _err error)

*

  • > The ScaleOutCluster API operation is phased out. You must call the node pool-related API operations to manage nodes. If you want to add worker nodes to an ACK cluster, call the ScaleClusterNodePool API operation. For more information, see [ScaleClusterNodePool](~~184928~~). *
  • @param request ScaleOutClusterRequest
  • @param headers map
  • @param runtime runtime options for this request RuntimeOptions
  • @return ScaleOutClusterResponse

func (*Client) ScanClusterVuls added in v3.0.27

func (client *Client) ScanClusterVuls(clusterId *string) (_result *ScanClusterVulsResponse, _err error)

func (*Client) ScanClusterVulsWithOptions added in v3.0.27

func (client *Client) ScanClusterVulsWithOptions(clusterId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ScanClusterVulsResponse, _err error)

func (*Client) StartAlert added in v3.0.24

func (client *Client) StartAlert(ClusterId *string) (_result *StartAlertResponse, _err error)

func (*Client) StartAlertWithOptions added in v3.0.24

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

func (*Client) StartWorkflow

func (client *Client) StartWorkflow(request *StartWorkflowRequest) (_result *StartWorkflowResponse, _err error)

func (*Client) StartWorkflowWithOptions

func (client *Client) StartWorkflowWithOptions(request *StartWorkflowRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StartWorkflowResponse, _err error)

func (*Client) StopAlert added in v3.0.24

func (client *Client) StopAlert(ClusterId *string) (_result *StopAlertResponse, _err error)

func (*Client) StopAlertWithOptions added in v3.0.24

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

func (*Client) SyncClusterNodePool added in v3.0.26

func (client *Client) SyncClusterNodePool(ClusterId *string) (_result *SyncClusterNodePoolResponse, _err error)

func (*Client) SyncClusterNodePoolWithOptions added in v3.0.26

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

func (*Client) TagResources

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

func (*Client) TagResourcesWithOptions

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

func (*Client) UnInstallClusterAddons

func (client *Client) UnInstallClusterAddons(ClusterId *string, request *UnInstallClusterAddonsRequest) (_result *UnInstallClusterAddonsResponse, _err error)

func (*Client) UnInstallClusterAddonsWithOptions

func (client *Client) UnInstallClusterAddonsWithOptions(ClusterId *string, request *UnInstallClusterAddonsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UnInstallClusterAddonsResponse, _err error)

func (*Client) UntagResources

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

func (*Client) UntagResourcesWithOptions

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

func (*Client) UpdateContactGroupForAlert

func (client *Client) UpdateContactGroupForAlert(ClusterId *string) (_result *UpdateContactGroupForAlertResponse, _err error)

func (*Client) UpdateContactGroupForAlertWithOptions

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

func (*Client) UpdateControlPlaneLog added in v3.0.38

func (client *Client) UpdateControlPlaneLog(ClusterId *string, request *UpdateControlPlaneLogRequest) (_result *UpdateControlPlaneLogResponse, _err error)

func (*Client) UpdateControlPlaneLogWithOptions added in v3.0.38

func (client *Client) UpdateControlPlaneLogWithOptions(ClusterId *string, request *UpdateControlPlaneLogRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateControlPlaneLogResponse, _err error)

func (*Client) UpdateK8sClusterUserConfigExpire

func (client *Client) UpdateK8sClusterUserConfigExpire(ClusterId *string, request *UpdateK8sClusterUserConfigExpireRequest) (_result *UpdateK8sClusterUserConfigExpireResponse, _err error)

*

  • >
  • * You can call this operation only with an Alibaba Cloud account.
  • * After you revoke the kubeconfig file of a cluster, the validity period of the kubeconfig file that you specified becomes invalid. You can call this API operation to specify the validity period again. *
  • @param request UpdateK8sClusterUserConfigExpireRequest
  • @return UpdateK8sClusterUserConfigExpireResponse

func (*Client) UpdateK8sClusterUserConfigExpireWithOptions

func (client *Client) UpdateK8sClusterUserConfigExpireWithOptions(ClusterId *string, request *UpdateK8sClusterUserConfigExpireRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateK8sClusterUserConfigExpireResponse, _err error)

*

  • >
  • * You can call this operation only with an Alibaba Cloud account.
  • * After you revoke the kubeconfig file of a cluster, the validity period of the kubeconfig file that you specified becomes invalid. You can call this API operation to specify the validity period again. *
  • @param request UpdateK8sClusterUserConfigExpireRequest
  • @param headers map
  • @param runtime runtime options for this request RuntimeOptions
  • @return UpdateK8sClusterUserConfigExpireResponse

func (*Client) UpdateTemplate

func (client *Client) UpdateTemplate(TemplateId *string, request *UpdateTemplateRequest) (_result *UpdateTemplateResponse, _err error)

func (*Client) UpdateTemplateWithOptions

func (client *Client) UpdateTemplateWithOptions(TemplateId *string, request *UpdateTemplateRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateTemplateResponse, _err error)

func (*Client) UpgradeCluster

func (client *Client) UpgradeCluster(ClusterId *string, request *UpgradeClusterRequest) (_result *UpgradeClusterResponse, _err error)

func (*Client) UpgradeClusterAddons

func (client *Client) UpgradeClusterAddons(ClusterId *string, request *UpgradeClusterAddonsRequest) (_result *UpgradeClusterAddonsResponse, _err error)

func (*Client) UpgradeClusterAddonsWithOptions

func (client *Client) UpgradeClusterAddonsWithOptions(ClusterId *string, request *UpgradeClusterAddonsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpgradeClusterAddonsResponse, _err error)

func (*Client) UpgradeClusterNodepool added in v3.0.22

func (client *Client) UpgradeClusterNodepool(ClusterId *string, NodepoolId *string, request *UpgradeClusterNodepoolRequest) (_result *UpgradeClusterNodepoolResponse, _err error)

*

  • You can call the UpgradeClusterNodepool operation to update the Kubernetes version, OS version, or container runtime version of the nodes in a node pool. *
  • @param request UpgradeClusterNodepoolRequest
  • @return UpgradeClusterNodepoolResponse

func (*Client) UpgradeClusterNodepoolWithOptions added in v3.0.22

func (client *Client) UpgradeClusterNodepoolWithOptions(ClusterId *string, NodepoolId *string, request *UpgradeClusterNodepoolRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpgradeClusterNodepoolResponse, _err error)

*

  • You can call the UpgradeClusterNodepool operation to update the Kubernetes version, OS version, or container runtime version of the nodes in a node pool. *
  • @param request UpgradeClusterNodepoolRequest
  • @param headers map
  • @param runtime runtime options for this request RuntimeOptions
  • @return UpgradeClusterNodepoolResponse

func (*Client) UpgradeClusterWithOptions

func (client *Client) UpgradeClusterWithOptions(ClusterId *string, request *UpgradeClusterRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpgradeClusterResponse, _err error)

type CreateAutoscalingConfigRequest

type CreateAutoscalingConfigRequest struct {
	CoolDownDuration           *string `json:"cool_down_duration,omitempty" xml:"cool_down_duration,omitempty"`
	DaemonsetEvictionForNodes  *bool   `json:"daemonset_eviction_for_nodes,omitempty" xml:"daemonset_eviction_for_nodes,omitempty"`
	Expander                   *string `json:"expander,omitempty" xml:"expander,omitempty"`
	GpuUtilizationThreshold    *string `json:"gpu_utilization_threshold,omitempty" xml:"gpu_utilization_threshold,omitempty"`
	MaxGracefulTerminationSec  *int32  `json:"max_graceful_termination_sec,omitempty" xml:"max_graceful_termination_sec,omitempty"`
	MinReplicaCount            *int32  `json:"min_replica_count,omitempty" xml:"min_replica_count,omitempty"`
	RecycleNodeDeletionEnabled *bool   `json:"recycle_node_deletion_enabled,omitempty" xml:"recycle_node_deletion_enabled,omitempty"`
	ScaleDownEnabled           *bool   `json:"scale_down_enabled,omitempty" xml:"scale_down_enabled,omitempty"`
	ScaleUpFromZero            *bool   `json:"scale_up_from_zero,omitempty" xml:"scale_up_from_zero,omitempty"`
	ScanInterval               *string `json:"scan_interval,omitempty" xml:"scan_interval,omitempty"`
	SkipNodesWithLocalStorage  *bool   `json:"skip_nodes_with_local_storage,omitempty" xml:"skip_nodes_with_local_storage,omitempty"`
	SkipNodesWithSystemPods    *bool   `json:"skip_nodes_with_system_pods,omitempty" xml:"skip_nodes_with_system_pods,omitempty"`
	UnneededDuration           *string `json:"unneeded_duration,omitempty" xml:"unneeded_duration,omitempty"`
	UtilizationThreshold       *string `json:"utilization_threshold,omitempty" xml:"utilization_threshold,omitempty"`
}

func (CreateAutoscalingConfigRequest) GoString

func (s CreateAutoscalingConfigRequest) GoString() string

func (*CreateAutoscalingConfigRequest) SetCoolDownDuration

func (s *CreateAutoscalingConfigRequest) SetCoolDownDuration(v string) *CreateAutoscalingConfigRequest

func (*CreateAutoscalingConfigRequest) SetDaemonsetEvictionForNodes added in v3.0.36

func (s *CreateAutoscalingConfigRequest) SetDaemonsetEvictionForNodes(v bool) *CreateAutoscalingConfigRequest

func (*CreateAutoscalingConfigRequest) SetExpander added in v3.0.12

func (s *CreateAutoscalingConfigRequest) SetExpander(v string) *CreateAutoscalingConfigRequest

func (*CreateAutoscalingConfigRequest) SetGpuUtilizationThreshold

func (s *CreateAutoscalingConfigRequest) SetGpuUtilizationThreshold(v string) *CreateAutoscalingConfigRequest

func (*CreateAutoscalingConfigRequest) SetMaxGracefulTerminationSec added in v3.0.36

func (s *CreateAutoscalingConfigRequest) SetMaxGracefulTerminationSec(v int32) *CreateAutoscalingConfigRequest

func (*CreateAutoscalingConfigRequest) SetMinReplicaCount added in v3.0.36

func (s *CreateAutoscalingConfigRequest) SetMinReplicaCount(v int32) *CreateAutoscalingConfigRequest

func (*CreateAutoscalingConfigRequest) SetRecycleNodeDeletionEnabled added in v3.0.36

func (s *CreateAutoscalingConfigRequest) SetRecycleNodeDeletionEnabled(v bool) *CreateAutoscalingConfigRequest

func (*CreateAutoscalingConfigRequest) SetScaleDownEnabled added in v3.0.12

func (s *CreateAutoscalingConfigRequest) SetScaleDownEnabled(v bool) *CreateAutoscalingConfigRequest

func (*CreateAutoscalingConfigRequest) SetScaleUpFromZero added in v3.0.36

func (s *CreateAutoscalingConfigRequest) SetScaleUpFromZero(v bool) *CreateAutoscalingConfigRequest

func (*CreateAutoscalingConfigRequest) SetScanInterval

func (s *CreateAutoscalingConfigRequest) SetScanInterval(v string) *CreateAutoscalingConfigRequest

func (*CreateAutoscalingConfigRequest) SetSkipNodesWithLocalStorage added in v3.0.36

func (s *CreateAutoscalingConfigRequest) SetSkipNodesWithLocalStorage(v bool) *CreateAutoscalingConfigRequest

func (*CreateAutoscalingConfigRequest) SetSkipNodesWithSystemPods added in v3.0.36

func (s *CreateAutoscalingConfigRequest) SetSkipNodesWithSystemPods(v bool) *CreateAutoscalingConfigRequest

func (*CreateAutoscalingConfigRequest) SetUnneededDuration

func (s *CreateAutoscalingConfigRequest) SetUnneededDuration(v string) *CreateAutoscalingConfigRequest

func (*CreateAutoscalingConfigRequest) SetUtilizationThreshold

func (s *CreateAutoscalingConfigRequest) SetUtilizationThreshold(v string) *CreateAutoscalingConfigRequest

func (CreateAutoscalingConfigRequest) String

func (s CreateAutoscalingConfigRequest) String() string

type CreateAutoscalingConfigResponse

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

func (CreateAutoscalingConfigResponse) GoString

func (s CreateAutoscalingConfigResponse) GoString() string

func (*CreateAutoscalingConfigResponse) SetHeaders

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

func (*CreateAutoscalingConfigResponse) SetStatusCode added in v3.0.13

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

func (CreateAutoscalingConfigResponse) String

func (s CreateAutoscalingConfigResponse) String() string

type CreateClusterNodePoolRequest

type CreateClusterNodePoolRequest struct {
	AutoScaling        *CreateClusterNodePoolRequestAutoScaling        `json:"auto_scaling,omitempty" xml:"auto_scaling,omitempty" type:"Struct"`
	Count              *int64                                          `json:"count,omitempty" xml:"count,omitempty"`
	InterconnectConfig *CreateClusterNodePoolRequestInterconnectConfig `json:"interconnect_config,omitempty" xml:"interconnect_config,omitempty" type:"Struct"`
	InterconnectMode   *string                                         `json:"interconnect_mode,omitempty" xml:"interconnect_mode,omitempty"`
	KubernetesConfig   *CreateClusterNodePoolRequestKubernetesConfig   `json:"kubernetes_config,omitempty" xml:"kubernetes_config,omitempty" type:"Struct"`
	Management         *CreateClusterNodePoolRequestManagement         `json:"management,omitempty" xml:"management,omitempty" type:"Struct"`
	MaxNodes           *int64                                          `json:"max_nodes,omitempty" xml:"max_nodes,omitempty"`
	NodepoolInfo       *CreateClusterNodePoolRequestNodepoolInfo       `json:"nodepool_info,omitempty" xml:"nodepool_info,omitempty" type:"Struct"`
	ScalingGroup       *CreateClusterNodePoolRequestScalingGroup       `json:"scaling_group,omitempty" xml:"scaling_group,omitempty" type:"Struct"`
	TeeConfig          *CreateClusterNodePoolRequestTeeConfig          `json:"tee_config,omitempty" xml:"tee_config,omitempty" type:"Struct"`
}

func (CreateClusterNodePoolRequest) GoString

func (s CreateClusterNodePoolRequest) GoString() string

func (*CreateClusterNodePoolRequest) SetAutoScaling

func (s *CreateClusterNodePoolRequest) SetAutoScaling(v *CreateClusterNodePoolRequestAutoScaling) *CreateClusterNodePoolRequest

func (*CreateClusterNodePoolRequest) SetCount

func (s *CreateClusterNodePoolRequest) SetCount(v int64) *CreateClusterNodePoolRequest

func (*CreateClusterNodePoolRequest) SetInterconnectConfig

func (s *CreateClusterNodePoolRequest) SetInterconnectConfig(v *CreateClusterNodePoolRequestInterconnectConfig) *CreateClusterNodePoolRequest

func (*CreateClusterNodePoolRequest) SetInterconnectMode

func (s *CreateClusterNodePoolRequest) SetInterconnectMode(v string) *CreateClusterNodePoolRequest

func (*CreateClusterNodePoolRequest) SetKubernetesConfig

func (s *CreateClusterNodePoolRequest) SetKubernetesConfig(v *CreateClusterNodePoolRequestKubernetesConfig) *CreateClusterNodePoolRequest

func (*CreateClusterNodePoolRequest) SetManagement

func (s *CreateClusterNodePoolRequest) SetManagement(v *CreateClusterNodePoolRequestManagement) *CreateClusterNodePoolRequest

func (*CreateClusterNodePoolRequest) SetMaxNodes

func (s *CreateClusterNodePoolRequest) SetMaxNodes(v int64) *CreateClusterNodePoolRequest

func (*CreateClusterNodePoolRequest) SetNodepoolInfo

func (s *CreateClusterNodePoolRequest) SetNodepoolInfo(v *CreateClusterNodePoolRequestNodepoolInfo) *CreateClusterNodePoolRequest

func (*CreateClusterNodePoolRequest) SetScalingGroup

func (s *CreateClusterNodePoolRequest) SetScalingGroup(v *CreateClusterNodePoolRequestScalingGroup) *CreateClusterNodePoolRequest

func (*CreateClusterNodePoolRequest) SetTeeConfig

func (s *CreateClusterNodePoolRequest) SetTeeConfig(v *CreateClusterNodePoolRequestTeeConfig) *CreateClusterNodePoolRequest

func (CreateClusterNodePoolRequest) String

func (s CreateClusterNodePoolRequest) String() string

type CreateClusterNodePoolRequestAutoScaling

type CreateClusterNodePoolRequestAutoScaling struct {
	EipBandwidth          *int64  `json:"eip_bandwidth,omitempty" xml:"eip_bandwidth,omitempty"`
	EipInternetChargeType *string `json:"eip_internet_charge_type,omitempty" xml:"eip_internet_charge_type,omitempty"`
	Enable                *bool   `json:"enable,omitempty" xml:"enable,omitempty"`
	IsBondEip             *bool   `json:"is_bond_eip,omitempty" xml:"is_bond_eip,omitempty"`
	MaxInstances          *int64  `json:"max_instances,omitempty" xml:"max_instances,omitempty"`
	MinInstances          *int64  `json:"min_instances,omitempty" xml:"min_instances,omitempty"`
	Type                  *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateClusterNodePoolRequestAutoScaling) GoString

func (s CreateClusterNodePoolRequestAutoScaling) GoString() string

func (*CreateClusterNodePoolRequestAutoScaling) SetEipBandwidth

func (s *CreateClusterNodePoolRequestAutoScaling) SetEipBandwidth(v int64) *CreateClusterNodePoolRequestAutoScaling

func (*CreateClusterNodePoolRequestAutoScaling) SetEipInternetChargeType

func (s *CreateClusterNodePoolRequestAutoScaling) SetEipInternetChargeType(v string) *CreateClusterNodePoolRequestAutoScaling

func (*CreateClusterNodePoolRequestAutoScaling) SetEnable

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

func (*CreateClusterNodePoolRequestAutoScaling) SetIsBondEip

func (s *CreateClusterNodePoolRequestAutoScaling) SetIsBondEip(v bool) *CreateClusterNodePoolRequestAutoScaling

func (*CreateClusterNodePoolRequestAutoScaling) SetMaxInstances

func (s *CreateClusterNodePoolRequestAutoScaling) SetMaxInstances(v int64) *CreateClusterNodePoolRequestAutoScaling

func (*CreateClusterNodePoolRequestAutoScaling) SetMinInstances

func (s *CreateClusterNodePoolRequestAutoScaling) SetMinInstances(v int64) *CreateClusterNodePoolRequestAutoScaling

func (*CreateClusterNodePoolRequestAutoScaling) SetType

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

func (CreateClusterNodePoolRequestAutoScaling) String

func (s CreateClusterNodePoolRequestAutoScaling) String() string

type CreateClusterNodePoolRequestInterconnectConfig

type CreateClusterNodePoolRequestInterconnectConfig struct {
	Bandwidth      *int64  `json:"bandwidth,omitempty" xml:"bandwidth,omitempty"`
	CcnId          *string `json:"ccn_id,omitempty" xml:"ccn_id,omitempty"`
	CcnRegionId    *string `json:"ccn_region_id,omitempty" xml:"ccn_region_id,omitempty"`
	CenId          *string `json:"cen_id,omitempty" xml:"cen_id,omitempty"`
	ImprovedPeriod *string `json:"improved_period,omitempty" xml:"improved_period,omitempty"`
}

func (CreateClusterNodePoolRequestInterconnectConfig) GoString

func (s CreateClusterNodePoolRequestInterconnectConfig) GoString() string

func (*CreateClusterNodePoolRequestInterconnectConfig) SetBandwidth

func (s *CreateClusterNodePoolRequestInterconnectConfig) SetBandwidth(v int64) *CreateClusterNodePoolRequestInterconnectConfig

func (*CreateClusterNodePoolRequestInterconnectConfig) SetCcnId

func (s *CreateClusterNodePoolRequestInterconnectConfig) SetCcnId(v string) *CreateClusterNodePoolRequestInterconnectConfig

func (*CreateClusterNodePoolRequestInterconnectConfig) SetCcnRegionId

func (s *CreateClusterNodePoolRequestInterconnectConfig) SetCcnRegionId(v string) *CreateClusterNodePoolRequestInterconnectConfig

func (*CreateClusterNodePoolRequestInterconnectConfig) SetCenId

func (s *CreateClusterNodePoolRequestInterconnectConfig) SetCenId(v string) *CreateClusterNodePoolRequestInterconnectConfig

func (*CreateClusterNodePoolRequestInterconnectConfig) SetImprovedPeriod

func (s *CreateClusterNodePoolRequestInterconnectConfig) SetImprovedPeriod(v string) *CreateClusterNodePoolRequestInterconnectConfig

func (CreateClusterNodePoolRequestInterconnectConfig) String

func (s CreateClusterNodePoolRequestInterconnectConfig) String() string

type CreateClusterNodePoolRequestKubernetesConfig

type CreateClusterNodePoolRequestKubernetesConfig struct {
	CmsEnabled     *bool    `json:"cms_enabled,omitempty" xml:"cms_enabled,omitempty"`
	CpuPolicy      *string  `json:"cpu_policy,omitempty" xml:"cpu_policy,omitempty"`
	Labels         []*Tag   `json:"labels,omitempty" xml:"labels,omitempty" type:"Repeated"`
	NodeNameMode   *string  `json:"node_name_mode,omitempty" xml:"node_name_mode,omitempty"`
	Runtime        *string  `json:"runtime,omitempty" xml:"runtime,omitempty"`
	RuntimeVersion *string  `json:"runtime_version,omitempty" xml:"runtime_version,omitempty"`
	Taints         []*Taint `json:"taints,omitempty" xml:"taints,omitempty" type:"Repeated"`
	UserData       *string  `json:"user_data,omitempty" xml:"user_data,omitempty"`
}

func (CreateClusterNodePoolRequestKubernetesConfig) GoString

func (s CreateClusterNodePoolRequestKubernetesConfig) GoString() string

func (*CreateClusterNodePoolRequestKubernetesConfig) SetCmsEnabled

func (s *CreateClusterNodePoolRequestKubernetesConfig) SetCmsEnabled(v bool) *CreateClusterNodePoolRequestKubernetesConfig

func (*CreateClusterNodePoolRequestKubernetesConfig) SetCpuPolicy

func (s *CreateClusterNodePoolRequestKubernetesConfig) SetCpuPolicy(v string) *CreateClusterNodePoolRequestKubernetesConfig

func (*CreateClusterNodePoolRequestKubernetesConfig) SetLabels

func (s *CreateClusterNodePoolRequestKubernetesConfig) SetLabels(v []*Tag) *CreateClusterNodePoolRequestKubernetesConfig

func (*CreateClusterNodePoolRequestKubernetesConfig) SetNodeNameMode

func (s *CreateClusterNodePoolRequestKubernetesConfig) SetNodeNameMode(v string) *CreateClusterNodePoolRequestKubernetesConfig

func (*CreateClusterNodePoolRequestKubernetesConfig) SetRuntime

func (s *CreateClusterNodePoolRequestKubernetesConfig) SetRuntime(v string) *CreateClusterNodePoolRequestKubernetesConfig

func (*CreateClusterNodePoolRequestKubernetesConfig) SetRuntimeVersion

func (s *CreateClusterNodePoolRequestKubernetesConfig) SetRuntimeVersion(v string) *CreateClusterNodePoolRequestKubernetesConfig

func (*CreateClusterNodePoolRequestKubernetesConfig) SetTaints

func (s *CreateClusterNodePoolRequestKubernetesConfig) SetTaints(v []*Taint) *CreateClusterNodePoolRequestKubernetesConfig

func (*CreateClusterNodePoolRequestKubernetesConfig) SetUserData

func (s *CreateClusterNodePoolRequestKubernetesConfig) SetUserData(v string) *CreateClusterNodePoolRequestKubernetesConfig

func (CreateClusterNodePoolRequestKubernetesConfig) String

func (s CreateClusterNodePoolRequestKubernetesConfig) String() string

type CreateClusterNodePoolRequestManagement

type CreateClusterNodePoolRequestManagement struct {
	AutoRepair    *bool                                                `json:"auto_repair,omitempty" xml:"auto_repair,omitempty"`
	Enable        *bool                                                `json:"enable,omitempty" xml:"enable,omitempty"`
	UpgradeConfig *CreateClusterNodePoolRequestManagementUpgradeConfig `json:"upgrade_config,omitempty" xml:"upgrade_config,omitempty" type:"Struct"`
}

func (CreateClusterNodePoolRequestManagement) GoString

func (s CreateClusterNodePoolRequestManagement) GoString() string

func (*CreateClusterNodePoolRequestManagement) SetAutoRepair

func (s *CreateClusterNodePoolRequestManagement) SetAutoRepair(v bool) *CreateClusterNodePoolRequestManagement

func (*CreateClusterNodePoolRequestManagement) SetEnable

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

func (*CreateClusterNodePoolRequestManagement) SetUpgradeConfig

func (s *CreateClusterNodePoolRequestManagement) SetUpgradeConfig(v *CreateClusterNodePoolRequestManagementUpgradeConfig) *CreateClusterNodePoolRequestManagement

func (CreateClusterNodePoolRequestManagement) String

func (s CreateClusterNodePoolRequestManagement) String() string

type CreateClusterNodePoolRequestManagementUpgradeConfig

type CreateClusterNodePoolRequestManagementUpgradeConfig struct {
	AutoUpgrade     *bool  `json:"auto_upgrade,omitempty" xml:"auto_upgrade,omitempty"`
	MaxUnavailable  *int64 `json:"max_unavailable,omitempty" xml:"max_unavailable,omitempty"`
	Surge           *int64 `json:"surge,omitempty" xml:"surge,omitempty"`
	SurgePercentage *int64 `json:"surge_percentage,omitempty" xml:"surge_percentage,omitempty"`
}

func (CreateClusterNodePoolRequestManagementUpgradeConfig) GoString

func (s CreateClusterNodePoolRequestManagementUpgradeConfig) GoString() string

func (*CreateClusterNodePoolRequestManagementUpgradeConfig) SetAutoUpgrade

func (s *CreateClusterNodePoolRequestManagementUpgradeConfig) SetAutoUpgrade(v bool) *CreateClusterNodePoolRequestManagementUpgradeConfig

func (*CreateClusterNodePoolRequestManagementUpgradeConfig) SetMaxUnavailable

func (s *CreateClusterNodePoolRequestManagementUpgradeConfig) SetMaxUnavailable(v int64) *CreateClusterNodePoolRequestManagementUpgradeConfig

func (*CreateClusterNodePoolRequestManagementUpgradeConfig) SetSurge

func (s *CreateClusterNodePoolRequestManagementUpgradeConfig) SetSurge(v int64) *CreateClusterNodePoolRequestManagementUpgradeConfig

func (*CreateClusterNodePoolRequestManagementUpgradeConfig) SetSurgePercentage

func (s *CreateClusterNodePoolRequestManagementUpgradeConfig) SetSurgePercentage(v int64) *CreateClusterNodePoolRequestManagementUpgradeConfig

func (CreateClusterNodePoolRequestManagementUpgradeConfig) String

func (s CreateClusterNodePoolRequestManagementUpgradeConfig) String() string

type CreateClusterNodePoolRequestNodepoolInfo

type CreateClusterNodePoolRequestNodepoolInfo struct {
	Name            *string `json:"name,omitempty" xml:"name,omitempty"`
	ResourceGroupId *string `json:"resource_group_id,omitempty" xml:"resource_group_id,omitempty"`
	Type            *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateClusterNodePoolRequestNodepoolInfo) GoString

func (s CreateClusterNodePoolRequestNodepoolInfo) GoString() string

func (*CreateClusterNodePoolRequestNodepoolInfo) SetName

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

func (*CreateClusterNodePoolRequestNodepoolInfo) SetResourceGroupId

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

func (*CreateClusterNodePoolRequestNodepoolInfo) SetType

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

func (CreateClusterNodePoolRequestNodepoolInfo) String

func (s CreateClusterNodePoolRequestNodepoolInfo) String() string

type CreateClusterNodePoolRequestScalingGroup

type CreateClusterNodePoolRequestScalingGroup struct {
	AutoRenew                           *bool                                                       `json:"auto_renew,omitempty" xml:"auto_renew,omitempty"`
	AutoRenewPeriod                     *int64                                                      `json:"auto_renew_period,omitempty" xml:"auto_renew_period,omitempty"`
	CompensateWithOnDemand              *bool                                                       `json:"compensate_with_on_demand,omitempty" xml:"compensate_with_on_demand,omitempty"`
	DataDisks                           []*DataDisk                                                 `json:"data_disks,omitempty" xml:"data_disks,omitempty" type:"Repeated"`
	DeploymentsetId                     *string                                                     `json:"deploymentset_id,omitempty" xml:"deploymentset_id,omitempty"`
	DesiredSize                         *int64                                                      `json:"desired_size,omitempty" xml:"desired_size,omitempty"`
	ImageId                             *string                                                     `json:"image_id,omitempty" xml:"image_id,omitempty"`
	ImageType                           *string                                                     `json:"image_type,omitempty" xml:"image_type,omitempty"`
	InstanceChargeType                  *string                                                     `json:"instance_charge_type,omitempty" xml:"instance_charge_type,omitempty"`
	InstanceTypes                       []*string                                                   `json:"instance_types,omitempty" xml:"instance_types,omitempty" type:"Repeated"`
	InternetChargeType                  *string                                                     `json:"internet_charge_type,omitempty" xml:"internet_charge_type,omitempty"`
	InternetMaxBandwidthOut             *int64                                                      `json:"internet_max_bandwidth_out,omitempty" xml:"internet_max_bandwidth_out,omitempty"`
	KeyPair                             *string                                                     `json:"key_pair,omitempty" xml:"key_pair,omitempty"`
	LoginPassword                       *string                                                     `json:"login_password,omitempty" xml:"login_password,omitempty"`
	MultiAzPolicy                       *string                                                     `json:"multi_az_policy,omitempty" xml:"multi_az_policy,omitempty"`
	OnDemandBaseCapacity                *int64                                                      `json:"on_demand_base_capacity,omitempty" xml:"on_demand_base_capacity,omitempty"`
	OnDemandPercentageAboveBaseCapacity *int64                                                      `json:"on_demand_percentage_above_base_capacity,omitempty" xml:"on_demand_percentage_above_base_capacity,omitempty"`
	Period                              *int64                                                      `json:"period,omitempty" xml:"period,omitempty"`
	PeriodUnit                          *string                                                     `json:"period_unit,omitempty" xml:"period_unit,omitempty"`
	Platform                            *string                                                     `json:"platform,omitempty" xml:"platform,omitempty"`
	PrivatePoolOptions                  *CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions `json:"private_pool_options,omitempty" xml:"private_pool_options,omitempty" type:"Struct"`
	RdsInstances                        []*string                                                   `json:"rds_instances,omitempty" xml:"rds_instances,omitempty" type:"Repeated"`
	ScalingPolicy                       *string                                                     `json:"scaling_policy,omitempty" xml:"scaling_policy,omitempty"`
	SecurityGroupId                     *string                                                     `json:"security_group_id,omitempty" xml:"security_group_id,omitempty"`
	SecurityGroupIds                    []*string                                                   `json:"security_group_ids,omitempty" xml:"security_group_ids,omitempty" type:"Repeated"`
	SpotInstancePools                   *int64                                                      `json:"spot_instance_pools,omitempty" xml:"spot_instance_pools,omitempty"`
	SpotInstanceRemedy                  *bool                                                       `json:"spot_instance_remedy,omitempty" xml:"spot_instance_remedy,omitempty"`
	SpotPriceLimit                      []*CreateClusterNodePoolRequestScalingGroupSpotPriceLimit   `json:"spot_price_limit,omitempty" xml:"spot_price_limit,omitempty" type:"Repeated"`
	SpotStrategy                        *string                                                     `json:"spot_strategy,omitempty" xml:"spot_strategy,omitempty"`
	SystemDiskBurstingEnabled           *bool                                                       `json:"system_disk_bursting_enabled,omitempty" xml:"system_disk_bursting_enabled,omitempty"`
	SystemDiskCategory                  *string                                                     `json:"system_disk_category,omitempty" xml:"system_disk_category,omitempty"`
	SystemDiskPerformanceLevel          *string                                                     `json:"system_disk_performance_level,omitempty" xml:"system_disk_performance_level,omitempty"`
	SystemDiskProvisionedIops           *int64                                                      `json:"system_disk_provisioned_iops,omitempty" xml:"system_disk_provisioned_iops,omitempty"`
	SystemDiskSize                      *int64                                                      `json:"system_disk_size,omitempty" xml:"system_disk_size,omitempty"`
	Tags                                []*CreateClusterNodePoolRequestScalingGroupTags             `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
	VswitchIds                          []*string                                                   `json:"vswitch_ids,omitempty" xml:"vswitch_ids,omitempty" type:"Repeated"`
}

func (CreateClusterNodePoolRequestScalingGroup) GoString

func (s CreateClusterNodePoolRequestScalingGroup) GoString() string

func (*CreateClusterNodePoolRequestScalingGroup) SetAutoRenew

func (s *CreateClusterNodePoolRequestScalingGroup) SetAutoRenew(v bool) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetAutoRenewPeriod

func (s *CreateClusterNodePoolRequestScalingGroup) SetAutoRenewPeriod(v int64) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetCompensateWithOnDemand

func (s *CreateClusterNodePoolRequestScalingGroup) SetCompensateWithOnDemand(v bool) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetDataDisks

func (s *CreateClusterNodePoolRequestScalingGroup) SetDataDisks(v []*DataDisk) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetDeploymentsetId

func (s *CreateClusterNodePoolRequestScalingGroup) SetDeploymentsetId(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetDesiredSize

func (s *CreateClusterNodePoolRequestScalingGroup) SetDesiredSize(v int64) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetImageId

func (s *CreateClusterNodePoolRequestScalingGroup) SetImageId(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetImageType

func (s *CreateClusterNodePoolRequestScalingGroup) SetImageType(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetInstanceChargeType

func (s *CreateClusterNodePoolRequestScalingGroup) SetInstanceChargeType(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetInstanceTypes

func (s *CreateClusterNodePoolRequestScalingGroup) SetInstanceTypes(v []*string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetInternetChargeType

func (s *CreateClusterNodePoolRequestScalingGroup) SetInternetChargeType(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetInternetMaxBandwidthOut

func (s *CreateClusterNodePoolRequestScalingGroup) SetInternetMaxBandwidthOut(v int64) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetKeyPair

func (s *CreateClusterNodePoolRequestScalingGroup) SetKeyPair(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetLoginPassword

func (s *CreateClusterNodePoolRequestScalingGroup) SetLoginPassword(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetMultiAzPolicy

func (s *CreateClusterNodePoolRequestScalingGroup) SetMultiAzPolicy(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetOnDemandBaseCapacity

func (s *CreateClusterNodePoolRequestScalingGroup) SetOnDemandBaseCapacity(v int64) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetOnDemandPercentageAboveBaseCapacity

func (s *CreateClusterNodePoolRequestScalingGroup) SetOnDemandPercentageAboveBaseCapacity(v int64) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetPeriod

func (s *CreateClusterNodePoolRequestScalingGroup) SetPeriod(v int64) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetPeriodUnit

func (s *CreateClusterNodePoolRequestScalingGroup) SetPeriodUnit(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetPlatform

func (s *CreateClusterNodePoolRequestScalingGroup) SetPlatform(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetPrivatePoolOptions added in v3.0.27

func (s *CreateClusterNodePoolRequestScalingGroup) SetPrivatePoolOptions(v *CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetRdsInstances

func (s *CreateClusterNodePoolRequestScalingGroup) SetRdsInstances(v []*string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetScalingPolicy

func (s *CreateClusterNodePoolRequestScalingGroup) SetScalingPolicy(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetSecurityGroupId

func (s *CreateClusterNodePoolRequestScalingGroup) SetSecurityGroupId(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetSecurityGroupIds

func (s *CreateClusterNodePoolRequestScalingGroup) SetSecurityGroupIds(v []*string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetSpotInstancePools

func (s *CreateClusterNodePoolRequestScalingGroup) SetSpotInstancePools(v int64) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetSpotInstanceRemedy

func (s *CreateClusterNodePoolRequestScalingGroup) SetSpotInstanceRemedy(v bool) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetSpotPriceLimit

func (s *CreateClusterNodePoolRequestScalingGroup) SetSpotPriceLimit(v []*CreateClusterNodePoolRequestScalingGroupSpotPriceLimit) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetSpotStrategy

func (s *CreateClusterNodePoolRequestScalingGroup) SetSpotStrategy(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetSystemDiskBurstingEnabled added in v3.0.41

func (s *CreateClusterNodePoolRequestScalingGroup) SetSystemDiskBurstingEnabled(v bool) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetSystemDiskCategory

func (s *CreateClusterNodePoolRequestScalingGroup) SetSystemDiskCategory(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetSystemDiskPerformanceLevel

func (s *CreateClusterNodePoolRequestScalingGroup) SetSystemDiskPerformanceLevel(v string) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetSystemDiskProvisionedIops added in v3.0.41

func (s *CreateClusterNodePoolRequestScalingGroup) SetSystemDiskProvisionedIops(v int64) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetSystemDiskSize

func (s *CreateClusterNodePoolRequestScalingGroup) SetSystemDiskSize(v int64) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetTags

func (s *CreateClusterNodePoolRequestScalingGroup) SetTags(v []*CreateClusterNodePoolRequestScalingGroupTags) *CreateClusterNodePoolRequestScalingGroup

func (*CreateClusterNodePoolRequestScalingGroup) SetVswitchIds

func (s *CreateClusterNodePoolRequestScalingGroup) SetVswitchIds(v []*string) *CreateClusterNodePoolRequestScalingGroup

func (CreateClusterNodePoolRequestScalingGroup) String

func (s CreateClusterNodePoolRequestScalingGroup) String() string

type CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions added in v3.0.27

type CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions struct {
	Id            *string `json:"id,omitempty" xml:"id,omitempty"`
	MatchCriteria *string `json:"match_criteria,omitempty" xml:"match_criteria,omitempty"`
}

func (CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions) GoString added in v3.0.27

func (s CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions) GoString() string

func (*CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions) SetId added in v3.0.27

func (s *CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions) SetId(v string) *CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions

func (*CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions) SetMatchCriteria added in v3.0.27

func (s *CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions) SetMatchCriteria(v string) *CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions

func (CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions) String added in v3.0.27

func (s CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions) String() string

type CreateClusterNodePoolRequestScalingGroupSpotPriceLimit

type CreateClusterNodePoolRequestScalingGroupSpotPriceLimit struct {
	InstanceType *string `json:"instance_type,omitempty" xml:"instance_type,omitempty"`
	PriceLimit   *string `json:"price_limit,omitempty" xml:"price_limit,omitempty"`
}

func (CreateClusterNodePoolRequestScalingGroupSpotPriceLimit) GoString

func (s CreateClusterNodePoolRequestScalingGroupSpotPriceLimit) GoString() string

func (*CreateClusterNodePoolRequestScalingGroupSpotPriceLimit) SetInstanceType

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

func (*CreateClusterNodePoolRequestScalingGroupSpotPriceLimit) SetPriceLimit

func (s *CreateClusterNodePoolRequestScalingGroupSpotPriceLimit) SetPriceLimit(v string) *CreateClusterNodePoolRequestScalingGroupSpotPriceLimit

func (CreateClusterNodePoolRequestScalingGroupSpotPriceLimit) String

func (s CreateClusterNodePoolRequestScalingGroupSpotPriceLimit) String() string

type CreateClusterNodePoolRequestScalingGroupTags

type CreateClusterNodePoolRequestScalingGroupTags struct {
	Key   *string `json:"key,omitempty" xml:"key,omitempty"`
	Value *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (CreateClusterNodePoolRequestScalingGroupTags) GoString

func (s CreateClusterNodePoolRequestScalingGroupTags) GoString() string

func (*CreateClusterNodePoolRequestScalingGroupTags) SetKey

func (s *CreateClusterNodePoolRequestScalingGroupTags) SetKey(v string) *CreateClusterNodePoolRequestScalingGroupTags

func (*CreateClusterNodePoolRequestScalingGroupTags) SetValue

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

func (CreateClusterNodePoolRequestScalingGroupTags) String

func (s CreateClusterNodePoolRequestScalingGroupTags) String() string

type CreateClusterNodePoolRequestTeeConfig

type CreateClusterNodePoolRequestTeeConfig struct {
	TeeEnable *bool `json:"tee_enable,omitempty" xml:"tee_enable,omitempty"`
}

func (CreateClusterNodePoolRequestTeeConfig) GoString

func (s CreateClusterNodePoolRequestTeeConfig) GoString() string

func (*CreateClusterNodePoolRequestTeeConfig) SetTeeEnable

func (s *CreateClusterNodePoolRequestTeeConfig) SetTeeEnable(v bool) *CreateClusterNodePoolRequestTeeConfig

func (CreateClusterNodePoolRequestTeeConfig) String

func (s CreateClusterNodePoolRequestTeeConfig) String() string

type CreateClusterNodePoolResponse

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

func (CreateClusterNodePoolResponse) GoString

func (s CreateClusterNodePoolResponse) GoString() string

func (*CreateClusterNodePoolResponse) SetBody

func (s *CreateClusterNodePoolResponse) SetBody(v *CreateClusterNodePoolResponseBody) *CreateClusterNodePoolResponse

func (*CreateClusterNodePoolResponse) SetHeaders

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

func (*CreateClusterNodePoolResponse) SetStatusCode added in v3.0.13

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

func (CreateClusterNodePoolResponse) String

func (s CreateClusterNodePoolResponse) String() string

type CreateClusterNodePoolResponseBody

type CreateClusterNodePoolResponseBody struct {
	// The ID of the node pool that is created.
	NodepoolId *string `json:"nodepool_id,omitempty" xml:"nodepool_id,omitempty"`
}

func (CreateClusterNodePoolResponseBody) GoString

func (s CreateClusterNodePoolResponseBody) GoString() string

func (*CreateClusterNodePoolResponseBody) SetNodepoolId

func (s *CreateClusterNodePoolResponseBody) SetNodepoolId(v string) *CreateClusterNodePoolResponseBody

func (CreateClusterNodePoolResponseBody) String

func (s CreateClusterNodePoolResponseBody) String() string

type CreateClusterRequest

type CreateClusterRequest struct {
	Addons                           []*Addon    `json:"addons,omitempty" xml:"addons,omitempty" type:"Repeated"`
	ApiAudiences                     *string     `json:"api_audiences,omitempty" xml:"api_audiences,omitempty"`
	ChargeType                       *string     `json:"charge_type,omitempty" xml:"charge_type,omitempty"`
	CisEnabled                       *bool       `json:"cis_enabled,omitempty" xml:"cis_enabled,omitempty"`
	CloudMonitorFlags                *bool       `json:"cloud_monitor_flags,omitempty" xml:"cloud_monitor_flags,omitempty"`
	ClusterDomain                    *string     `json:"cluster_domain,omitempty" xml:"cluster_domain,omitempty"`
	ClusterSpec                      *string     `json:"cluster_spec,omitempty" xml:"cluster_spec,omitempty"`
	ClusterType                      *string     `json:"cluster_type,omitempty" xml:"cluster_type,omitempty"`
	ContainerCidr                    *string     `json:"container_cidr,omitempty" xml:"container_cidr,omitempty"`
	ControlplaneLogComponents        []*string   `json:"controlplane_log_components,omitempty" xml:"controlplane_log_components,omitempty" type:"Repeated"`
	ControlplaneLogProject           *string     `json:"controlplane_log_project,omitempty" xml:"controlplane_log_project,omitempty"`
	ControlplaneLogTtl               *string     `json:"controlplane_log_ttl,omitempty" xml:"controlplane_log_ttl,omitempty"`
	CpuPolicy                        *string     `json:"cpu_policy,omitempty" xml:"cpu_policy,omitempty"`
	CustomSan                        *string     `json:"custom_san,omitempty" xml:"custom_san,omitempty"`
	DeletionProtection               *bool       `json:"deletion_protection,omitempty" xml:"deletion_protection,omitempty"`
	DisableRollback                  *bool       `json:"disable_rollback,omitempty" xml:"disable_rollback,omitempty"`
	EnableRrsa                       *bool       `json:"enable_rrsa,omitempty" xml:"enable_rrsa,omitempty"`
	EncryptionProviderKey            *string     `json:"encryption_provider_key,omitempty" xml:"encryption_provider_key,omitempty"`
	EndpointPublicAccess             *bool       `json:"endpoint_public_access,omitempty" xml:"endpoint_public_access,omitempty"`
	FormatDisk                       *bool       `json:"format_disk,omitempty" xml:"format_disk,omitempty"`
	ImageId                          *string     `json:"image_id,omitempty" xml:"image_id,omitempty"`
	ImageType                        *string     `json:"image_type,omitempty" xml:"image_type,omitempty"`
	Instances                        []*string   `json:"instances,omitempty" xml:"instances,omitempty" type:"Repeated"`
	IpStack                          *string     `json:"ip_stack,omitempty" xml:"ip_stack,omitempty"`
	IsEnterpriseSecurityGroup        *bool       `json:"is_enterprise_security_group,omitempty" xml:"is_enterprise_security_group,omitempty"`
	KeepInstanceName                 *bool       `json:"keep_instance_name,omitempty" xml:"keep_instance_name,omitempty"`
	KeyPair                          *string     `json:"key_pair,omitempty" xml:"key_pair,omitempty"`
	KubernetesVersion                *string     `json:"kubernetes_version,omitempty" xml:"kubernetes_version,omitempty"`
	LoadBalancerSpec                 *string     `json:"load_balancer_spec,omitempty" xml:"load_balancer_spec,omitempty"`
	LoggingType                      *string     `json:"logging_type,omitempty" xml:"logging_type,omitempty"`
	LoginPassword                    *string     `json:"login_password,omitempty" xml:"login_password,omitempty"`
	MasterAutoRenew                  *bool       `json:"master_auto_renew,omitempty" xml:"master_auto_renew,omitempty"`
	MasterAutoRenewPeriod            *int64      `json:"master_auto_renew_period,omitempty" xml:"master_auto_renew_period,omitempty"`
	MasterCount                      *int64      `json:"master_count,omitempty" xml:"master_count,omitempty"`
	MasterInstanceChargeType         *string     `json:"master_instance_charge_type,omitempty" xml:"master_instance_charge_type,omitempty"`
	MasterInstanceTypes              []*string   `json:"master_instance_types,omitempty" xml:"master_instance_types,omitempty" type:"Repeated"`
	MasterPeriod                     *int64      `json:"master_period,omitempty" xml:"master_period,omitempty"`
	MasterPeriodUnit                 *string     `json:"master_period_unit,omitempty" xml:"master_period_unit,omitempty"`
	MasterSystemDiskCategory         *string     `json:"master_system_disk_category,omitempty" xml:"master_system_disk_category,omitempty"`
	MasterSystemDiskPerformanceLevel *string     `json:"master_system_disk_performance_level,omitempty" xml:"master_system_disk_performance_level,omitempty"`
	MasterSystemDiskSize             *int64      `json:"master_system_disk_size,omitempty" xml:"master_system_disk_size,omitempty"`
	MasterSystemDiskSnapshotPolicyId *string     `json:"master_system_disk_snapshot_policy_id,omitempty" xml:"master_system_disk_snapshot_policy_id,omitempty"`
	MasterVswitchIds                 []*string   `json:"master_vswitch_ids,omitempty" xml:"master_vswitch_ids,omitempty" type:"Repeated"`
	Name                             *string     `json:"name,omitempty" xml:"name,omitempty"`
	NatGateway                       *bool       `json:"nat_gateway,omitempty" xml:"nat_gateway,omitempty"`
	NodeCidrMask                     *string     `json:"node_cidr_mask,omitempty" xml:"node_cidr_mask,omitempty"`
	NodeNameMode                     *string     `json:"node_name_mode,omitempty" xml:"node_name_mode,omitempty"`
	NodePortRange                    *string     `json:"node_port_range,omitempty" xml:"node_port_range,omitempty"`
	Nodepools                        []*Nodepool `json:"nodepools,omitempty" xml:"nodepools,omitempty" type:"Repeated"`
	// Deprecated
	NumOfNodes            *int64    `json:"num_of_nodes,omitempty" xml:"num_of_nodes,omitempty"`
	OsType                *string   `json:"os_type,omitempty" xml:"os_type,omitempty"`
	Period                *int64    `json:"period,omitempty" xml:"period,omitempty"`
	PeriodUnit            *string   `json:"period_unit,omitempty" xml:"period_unit,omitempty"`
	Platform              *string   `json:"platform,omitempty" xml:"platform,omitempty"`
	PodVswitchIds         []*string `json:"pod_vswitch_ids,omitempty" xml:"pod_vswitch_ids,omitempty" type:"Repeated"`
	Profile               *string   `json:"profile,omitempty" xml:"profile,omitempty"`
	ProxyMode             *string   `json:"proxy_mode,omitempty" xml:"proxy_mode,omitempty"`
	RdsInstances          []*string `json:"rds_instances,omitempty" xml:"rds_instances,omitempty" type:"Repeated"`
	RegionId              *string   `json:"region_id,omitempty" xml:"region_id,omitempty"`
	ResourceGroupId       *string   `json:"resource_group_id,omitempty" xml:"resource_group_id,omitempty"`
	Runtime               *Runtime  `json:"runtime,omitempty" xml:"runtime,omitempty"`
	SecurityGroupId       *string   `json:"security_group_id,omitempty" xml:"security_group_id,omitempty"`
	ServiceAccountIssuer  *string   `json:"service_account_issuer,omitempty" xml:"service_account_issuer,omitempty"`
	ServiceCidr           *string   `json:"service_cidr,omitempty" xml:"service_cidr,omitempty"`
	ServiceDiscoveryTypes []*string `json:"service_discovery_types,omitempty" xml:"service_discovery_types,omitempty" type:"Repeated"`
	SnatEntry             *bool     `json:"snat_entry,omitempty" xml:"snat_entry,omitempty"`
	SocEnabled            *bool     `json:"soc_enabled,omitempty" xml:"soc_enabled,omitempty"`
	SshFlags              *bool     `json:"ssh_flags,omitempty" xml:"ssh_flags,omitempty"`
	Tags                  []*Tag    `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
	Taints                []*Taint  `json:"taints,omitempty" xml:"taints,omitempty" type:"Repeated"`
	TimeoutMins           *int64    `json:"timeout_mins,omitempty" xml:"timeout_mins,omitempty"`
	Timezone              *string   `json:"timezone,omitempty" xml:"timezone,omitempty"`
	UserCa                *string   `json:"user_ca,omitempty" xml:"user_ca,omitempty"`
	UserData              *string   `json:"user_data,omitempty" xml:"user_data,omitempty"`
	Vpcid                 *string   `json:"vpcid,omitempty" xml:"vpcid,omitempty"`
	VswitchIds            []*string `json:"vswitch_ids,omitempty" xml:"vswitch_ids,omitempty" type:"Repeated"`
	// Deprecated
	WorkerAutoRenew *bool `json:"worker_auto_renew,omitempty" xml:"worker_auto_renew,omitempty"`
	// Deprecated
	WorkerAutoRenewPeriod *int64 `json:"worker_auto_renew_period,omitempty" xml:"worker_auto_renew_period,omitempty"`
	// Deprecated
	WorkerDataDisks []*CreateClusterRequestWorkerDataDisks `json:"worker_data_disks,omitempty" xml:"worker_data_disks,omitempty" type:"Repeated"`
	// Deprecated
	WorkerInstanceChargeType *string `json:"worker_instance_charge_type,omitempty" xml:"worker_instance_charge_type,omitempty"`
	// Deprecated
	WorkerInstanceTypes []*string `json:"worker_instance_types,omitempty" xml:"worker_instance_types,omitempty" type:"Repeated"`
	// Deprecated
	WorkerPeriod *int64 `json:"worker_period,omitempty" xml:"worker_period,omitempty"`
	// Deprecated
	WorkerPeriodUnit *string `json:"worker_period_unit,omitempty" xml:"worker_period_unit,omitempty"`
	// Deprecated
	WorkerSystemDiskCategory *string `json:"worker_system_disk_category,omitempty" xml:"worker_system_disk_category,omitempty"`
	// Deprecated
	WorkerSystemDiskPerformanceLevel *string `json:"worker_system_disk_performance_level,omitempty" xml:"worker_system_disk_performance_level,omitempty"`
	// Deprecated
	WorkerSystemDiskSize *int64 `json:"worker_system_disk_size,omitempty" xml:"worker_system_disk_size,omitempty"`
	// Deprecated
	WorkerSystemDiskSnapshotPolicyId *string `json:"worker_system_disk_snapshot_policy_id,omitempty" xml:"worker_system_disk_snapshot_policy_id,omitempty"`
	// Deprecated
	WorkerVswitchIds []*string `json:"worker_vswitch_ids,omitempty" xml:"worker_vswitch_ids,omitempty" type:"Repeated"`
	ZoneId           *string   `json:"zone_id,omitempty" xml:"zone_id,omitempty"`
}

func (CreateClusterRequest) GoString

func (s CreateClusterRequest) GoString() string

func (*CreateClusterRequest) SetAddons

func (s *CreateClusterRequest) SetAddons(v []*Addon) *CreateClusterRequest

func (*CreateClusterRequest) SetApiAudiences

func (s *CreateClusterRequest) SetApiAudiences(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetChargeType added in v3.0.14

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

func (*CreateClusterRequest) SetCisEnabled

func (s *CreateClusterRequest) SetCisEnabled(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetCloudMonitorFlags

func (s *CreateClusterRequest) SetCloudMonitorFlags(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetClusterDomain

func (s *CreateClusterRequest) SetClusterDomain(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetClusterSpec

func (s *CreateClusterRequest) SetClusterSpec(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetClusterType

func (s *CreateClusterRequest) SetClusterType(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetContainerCidr

func (s *CreateClusterRequest) SetContainerCidr(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetControlplaneLogComponents

func (s *CreateClusterRequest) SetControlplaneLogComponents(v []*string) *CreateClusterRequest

func (*CreateClusterRequest) SetControlplaneLogProject

func (s *CreateClusterRequest) SetControlplaneLogProject(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetControlplaneLogTtl

func (s *CreateClusterRequest) SetControlplaneLogTtl(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetCpuPolicy

func (s *CreateClusterRequest) SetCpuPolicy(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetCustomSan

func (s *CreateClusterRequest) SetCustomSan(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetDeletionProtection

func (s *CreateClusterRequest) SetDeletionProtection(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetDisableRollback

func (s *CreateClusterRequest) SetDisableRollback(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetEnableRrsa

func (s *CreateClusterRequest) SetEnableRrsa(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetEncryptionProviderKey

func (s *CreateClusterRequest) SetEncryptionProviderKey(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetEndpointPublicAccess

func (s *CreateClusterRequest) SetEndpointPublicAccess(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetFormatDisk

func (s *CreateClusterRequest) SetFormatDisk(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetImageId

func (s *CreateClusterRequest) SetImageId(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetImageType

func (s *CreateClusterRequest) SetImageType(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetInstances

func (s *CreateClusterRequest) SetInstances(v []*string) *CreateClusterRequest

func (*CreateClusterRequest) SetIpStack added in v3.0.20

func (s *CreateClusterRequest) SetIpStack(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetIsEnterpriseSecurityGroup

func (s *CreateClusterRequest) SetIsEnterpriseSecurityGroup(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetKeepInstanceName

func (s *CreateClusterRequest) SetKeepInstanceName(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetKeyPair

func (s *CreateClusterRequest) SetKeyPair(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetKubernetesVersion

func (s *CreateClusterRequest) SetKubernetesVersion(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetLoadBalancerSpec

func (s *CreateClusterRequest) SetLoadBalancerSpec(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetLoggingType

func (s *CreateClusterRequest) SetLoggingType(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetLoginPassword

func (s *CreateClusterRequest) SetLoginPassword(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetMasterAutoRenew

func (s *CreateClusterRequest) SetMasterAutoRenew(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetMasterAutoRenewPeriod

func (s *CreateClusterRequest) SetMasterAutoRenewPeriod(v int64) *CreateClusterRequest

func (*CreateClusterRequest) SetMasterCount

func (s *CreateClusterRequest) SetMasterCount(v int64) *CreateClusterRequest

func (*CreateClusterRequest) SetMasterInstanceChargeType

func (s *CreateClusterRequest) SetMasterInstanceChargeType(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetMasterInstanceTypes

func (s *CreateClusterRequest) SetMasterInstanceTypes(v []*string) *CreateClusterRequest

func (*CreateClusterRequest) SetMasterPeriod

func (s *CreateClusterRequest) SetMasterPeriod(v int64) *CreateClusterRequest

func (*CreateClusterRequest) SetMasterPeriodUnit

func (s *CreateClusterRequest) SetMasterPeriodUnit(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetMasterSystemDiskCategory

func (s *CreateClusterRequest) SetMasterSystemDiskCategory(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetMasterSystemDiskPerformanceLevel

func (s *CreateClusterRequest) SetMasterSystemDiskPerformanceLevel(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetMasterSystemDiskSize

func (s *CreateClusterRequest) SetMasterSystemDiskSize(v int64) *CreateClusterRequest

func (*CreateClusterRequest) SetMasterSystemDiskSnapshotPolicyId

func (s *CreateClusterRequest) SetMasterSystemDiskSnapshotPolicyId(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetMasterVswitchIds

func (s *CreateClusterRequest) SetMasterVswitchIds(v []*string) *CreateClusterRequest

func (*CreateClusterRequest) SetName

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

func (*CreateClusterRequest) SetNatGateway

func (s *CreateClusterRequest) SetNatGateway(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetNodeCidrMask

func (s *CreateClusterRequest) SetNodeCidrMask(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetNodeNameMode

func (s *CreateClusterRequest) SetNodeNameMode(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetNodePortRange

func (s *CreateClusterRequest) SetNodePortRange(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetNodepools added in v3.0.41

func (s *CreateClusterRequest) SetNodepools(v []*Nodepool) *CreateClusterRequest

func (*CreateClusterRequest) SetNumOfNodes

func (s *CreateClusterRequest) SetNumOfNodes(v int64) *CreateClusterRequest

func (*CreateClusterRequest) SetOsType

func (s *CreateClusterRequest) SetOsType(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetPeriod added in v3.0.14

func (s *CreateClusterRequest) SetPeriod(v int64) *CreateClusterRequest

func (*CreateClusterRequest) SetPeriodUnit added in v3.0.14

func (s *CreateClusterRequest) SetPeriodUnit(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetPlatform

func (s *CreateClusterRequest) SetPlatform(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetPodVswitchIds

func (s *CreateClusterRequest) SetPodVswitchIds(v []*string) *CreateClusterRequest

func (*CreateClusterRequest) SetProfile

func (s *CreateClusterRequest) SetProfile(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetProxyMode

func (s *CreateClusterRequest) SetProxyMode(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetRdsInstances

func (s *CreateClusterRequest) SetRdsInstances(v []*string) *CreateClusterRequest

func (*CreateClusterRequest) SetRegionId

func (s *CreateClusterRequest) SetRegionId(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetResourceGroupId

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

func (*CreateClusterRequest) SetRuntime

func (s *CreateClusterRequest) SetRuntime(v *Runtime) *CreateClusterRequest

func (*CreateClusterRequest) SetSecurityGroupId

func (s *CreateClusterRequest) SetSecurityGroupId(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetServiceAccountIssuer

func (s *CreateClusterRequest) SetServiceAccountIssuer(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetServiceCidr

func (s *CreateClusterRequest) SetServiceCidr(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetServiceDiscoveryTypes

func (s *CreateClusterRequest) SetServiceDiscoveryTypes(v []*string) *CreateClusterRequest

func (*CreateClusterRequest) SetSnatEntry

func (s *CreateClusterRequest) SetSnatEntry(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetSocEnabled

func (s *CreateClusterRequest) SetSocEnabled(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetSshFlags

func (s *CreateClusterRequest) SetSshFlags(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetTags

func (s *CreateClusterRequest) SetTags(v []*Tag) *CreateClusterRequest

func (*CreateClusterRequest) SetTaints

func (s *CreateClusterRequest) SetTaints(v []*Taint) *CreateClusterRequest

func (*CreateClusterRequest) SetTimeoutMins

func (s *CreateClusterRequest) SetTimeoutMins(v int64) *CreateClusterRequest

func (*CreateClusterRequest) SetTimezone

func (s *CreateClusterRequest) SetTimezone(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetUserCa

func (s *CreateClusterRequest) SetUserCa(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetUserData

func (s *CreateClusterRequest) SetUserData(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetVpcid

func (s *CreateClusterRequest) SetVpcid(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetVswitchIds

func (s *CreateClusterRequest) SetVswitchIds(v []*string) *CreateClusterRequest

func (*CreateClusterRequest) SetWorkerAutoRenew

func (s *CreateClusterRequest) SetWorkerAutoRenew(v bool) *CreateClusterRequest

func (*CreateClusterRequest) SetWorkerAutoRenewPeriod

func (s *CreateClusterRequest) SetWorkerAutoRenewPeriod(v int64) *CreateClusterRequest

func (*CreateClusterRequest) SetWorkerDataDisks

func (s *CreateClusterRequest) SetWorkerDataDisks(v []*CreateClusterRequestWorkerDataDisks) *CreateClusterRequest

func (*CreateClusterRequest) SetWorkerInstanceChargeType

func (s *CreateClusterRequest) SetWorkerInstanceChargeType(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetWorkerInstanceTypes

func (s *CreateClusterRequest) SetWorkerInstanceTypes(v []*string) *CreateClusterRequest

func (*CreateClusterRequest) SetWorkerPeriod

func (s *CreateClusterRequest) SetWorkerPeriod(v int64) *CreateClusterRequest

func (*CreateClusterRequest) SetWorkerPeriodUnit

func (s *CreateClusterRequest) SetWorkerPeriodUnit(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetWorkerSystemDiskCategory

func (s *CreateClusterRequest) SetWorkerSystemDiskCategory(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetWorkerSystemDiskPerformanceLevel

func (s *CreateClusterRequest) SetWorkerSystemDiskPerformanceLevel(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetWorkerSystemDiskSize

func (s *CreateClusterRequest) SetWorkerSystemDiskSize(v int64) *CreateClusterRequest

func (*CreateClusterRequest) SetWorkerSystemDiskSnapshotPolicyId

func (s *CreateClusterRequest) SetWorkerSystemDiskSnapshotPolicyId(v string) *CreateClusterRequest

func (*CreateClusterRequest) SetWorkerVswitchIds

func (s *CreateClusterRequest) SetWorkerVswitchIds(v []*string) *CreateClusterRequest

func (*CreateClusterRequest) SetZoneId

func (s *CreateClusterRequest) SetZoneId(v string) *CreateClusterRequest

func (CreateClusterRequest) String

func (s CreateClusterRequest) String() string

type CreateClusterRequestWorkerDataDisks

type CreateClusterRequestWorkerDataDisks struct {
	Category         *string `json:"category,omitempty" xml:"category,omitempty"`
	Encrypted        *string `json:"encrypted,omitempty" xml:"encrypted,omitempty"`
	PerformanceLevel *string `json:"performance_level,omitempty" xml:"performance_level,omitempty"`
	Size             *string `json:"size,omitempty" xml:"size,omitempty"`
}

func (CreateClusterRequestWorkerDataDisks) GoString

func (s CreateClusterRequestWorkerDataDisks) GoString() string

func (*CreateClusterRequestWorkerDataDisks) SetCategory

func (s *CreateClusterRequestWorkerDataDisks) SetCategory(v string) *CreateClusterRequestWorkerDataDisks

func (*CreateClusterRequestWorkerDataDisks) SetEncrypted

func (s *CreateClusterRequestWorkerDataDisks) SetEncrypted(v string) *CreateClusterRequestWorkerDataDisks

func (*CreateClusterRequestWorkerDataDisks) SetPerformanceLevel

func (s *CreateClusterRequestWorkerDataDisks) SetPerformanceLevel(v string) *CreateClusterRequestWorkerDataDisks

func (*CreateClusterRequestWorkerDataDisks) SetSize

func (s *CreateClusterRequestWorkerDataDisks) SetSize(v string) *CreateClusterRequestWorkerDataDisks

func (CreateClusterRequestWorkerDataDisks) String

func (s CreateClusterRequestWorkerDataDisks) String() string

type CreateClusterResponse

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

func (CreateClusterResponse) GoString

func (s CreateClusterResponse) GoString() string

func (*CreateClusterResponse) SetBody

func (s *CreateClusterResponse) SetBody(v *CreateClusterResponseBody) *CreateClusterResponse

func (*CreateClusterResponse) SetHeaders

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

func (*CreateClusterResponse) SetStatusCode added in v3.0.13

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

func (CreateClusterResponse) String

func (s CreateClusterResponse) String() string

type CreateClusterResponseBody

type CreateClusterResponseBody struct {
	// The ID of the cluster.
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	// The ID of the request.
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// The ID of the task.
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (CreateClusterResponseBody) GoString

func (s CreateClusterResponseBody) GoString() string

func (*CreateClusterResponseBody) SetClusterId

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

func (*CreateClusterResponseBody) SetRequestId

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

func (*CreateClusterResponseBody) SetTaskId

func (s *CreateClusterResponseBody) SetTaskId(v string) *CreateClusterResponseBody

func (CreateClusterResponseBody) String

func (s CreateClusterResponseBody) String() string

type CreateEdgeMachineRequest

type CreateEdgeMachineRequest struct {
	Hostname *string `json:"hostname,omitempty" xml:"hostname,omitempty"`
	Model    *string `json:"model,omitempty" xml:"model,omitempty"`
	Sn       *string `json:"sn,omitempty" xml:"sn,omitempty"`
}

func (CreateEdgeMachineRequest) GoString

func (s CreateEdgeMachineRequest) GoString() string

func (*CreateEdgeMachineRequest) SetHostname

func (s *CreateEdgeMachineRequest) SetHostname(v string) *CreateEdgeMachineRequest

func (*CreateEdgeMachineRequest) SetModel

func (s *CreateEdgeMachineRequest) SetModel(v string) *CreateEdgeMachineRequest

func (*CreateEdgeMachineRequest) SetSn

func (s *CreateEdgeMachineRequest) SetSn(v string) *CreateEdgeMachineRequest

func (CreateEdgeMachineRequest) String

func (s CreateEdgeMachineRequest) String() string

type CreateEdgeMachineResponse

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

func (CreateEdgeMachineResponse) GoString

func (s CreateEdgeMachineResponse) GoString() string

func (*CreateEdgeMachineResponse) SetBody

func (s *CreateEdgeMachineResponse) SetBody(v *CreateEdgeMachineResponseBody) *CreateEdgeMachineResponse

func (*CreateEdgeMachineResponse) SetHeaders

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

func (*CreateEdgeMachineResponse) SetStatusCode added in v3.0.13

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

func (CreateEdgeMachineResponse) String

func (s CreateEdgeMachineResponse) String() string

type CreateEdgeMachineResponseBody

type CreateEdgeMachineResponseBody struct {
	// The ID of the cloud-native box.
	EdgeMachineId *string `json:"edge_machine_id,omitempty" xml:"edge_machine_id,omitempty"`
	// The ID of the request.
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
}

func (CreateEdgeMachineResponseBody) GoString

func (s CreateEdgeMachineResponseBody) GoString() string

func (*CreateEdgeMachineResponseBody) SetEdgeMachineId

func (s *CreateEdgeMachineResponseBody) SetEdgeMachineId(v string) *CreateEdgeMachineResponseBody

func (*CreateEdgeMachineResponseBody) SetRequestId

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

func (CreateEdgeMachineResponseBody) String

func (s CreateEdgeMachineResponseBody) String() string

type CreateKubernetesTriggerRequest

type CreateKubernetesTriggerRequest struct {
	Action    *string `json:"action,omitempty" xml:"action,omitempty"`
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	ProjectId *string `json:"project_id,omitempty" xml:"project_id,omitempty"`
	Type      *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateKubernetesTriggerRequest) GoString

func (s CreateKubernetesTriggerRequest) GoString() string

func (*CreateKubernetesTriggerRequest) SetAction

func (s *CreateKubernetesTriggerRequest) SetAction(v string) *CreateKubernetesTriggerRequest

func (*CreateKubernetesTriggerRequest) SetClusterId

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

func (*CreateKubernetesTriggerRequest) SetProjectId

func (s *CreateKubernetesTriggerRequest) SetProjectId(v string) *CreateKubernetesTriggerRequest

func (*CreateKubernetesTriggerRequest) SetType

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

func (CreateKubernetesTriggerRequest) String

func (s CreateKubernetesTriggerRequest) String() string

type CreateKubernetesTriggerResponse

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

func (CreateKubernetesTriggerResponse) GoString

func (s CreateKubernetesTriggerResponse) GoString() string

func (*CreateKubernetesTriggerResponse) SetBody

func (s *CreateKubernetesTriggerResponse) SetBody(v *CreateKubernetesTriggerResponseBody) *CreateKubernetesTriggerResponse

func (*CreateKubernetesTriggerResponse) SetHeaders

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

func (*CreateKubernetesTriggerResponse) SetStatusCode added in v3.0.13

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

func (CreateKubernetesTriggerResponse) String

func (s CreateKubernetesTriggerResponse) String() string

type CreateKubernetesTriggerResponseBody

type CreateKubernetesTriggerResponseBody struct {
	// The action that the trigger performs. For example, a value of `redeploy` indicates that the trigger redeploys the application.
	Action *string `json:"action,omitempty" xml:"action,omitempty"`
	// The ID of the ACK cluster.
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	// The ID of the trigger.
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
	// The name of the project.
	ProjectId *string `json:"project_id,omitempty" xml:"project_id,omitempty"`
	// The type of trigger.
	//
	// Valid values:
	//
	// *   `deployment`: performs actions on Deployments.
	// *   `application`: performs actions on applications that are deployed in Application Center.
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateKubernetesTriggerResponseBody) GoString

func (s CreateKubernetesTriggerResponseBody) GoString() string

func (*CreateKubernetesTriggerResponseBody) SetAction

func (s *CreateKubernetesTriggerResponseBody) SetAction(v string) *CreateKubernetesTriggerResponseBody

func (*CreateKubernetesTriggerResponseBody) SetClusterId

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

func (*CreateKubernetesTriggerResponseBody) SetId

func (s *CreateKubernetesTriggerResponseBody) SetId(v string) *CreateKubernetesTriggerResponseBody

func (*CreateKubernetesTriggerResponseBody) SetProjectId

func (s *CreateKubernetesTriggerResponseBody) SetProjectId(v string) *CreateKubernetesTriggerResponseBody

func (*CreateKubernetesTriggerResponseBody) SetType

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

func (CreateKubernetesTriggerResponseBody) String

func (s CreateKubernetesTriggerResponseBody) String() string

type CreateTemplateRequest

type CreateTemplateRequest struct {
	Description  *string `json:"description,omitempty" xml:"description,omitempty"`
	Name         *string `json:"name,omitempty" xml:"name,omitempty"`
	Tags         *string `json:"tags,omitempty" xml:"tags,omitempty"`
	Template     *string `json:"template,omitempty" xml:"template,omitempty"`
	TemplateType *string `json:"template_type,omitempty" xml:"template_type,omitempty"`
}

func (CreateTemplateRequest) GoString

func (s CreateTemplateRequest) GoString() string

func (*CreateTemplateRequest) SetDescription

func (s *CreateTemplateRequest) SetDescription(v string) *CreateTemplateRequest

func (*CreateTemplateRequest) SetName

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

func (*CreateTemplateRequest) SetTags

func (s *CreateTemplateRequest) SetTags(v string) *CreateTemplateRequest

func (*CreateTemplateRequest) SetTemplate

func (s *CreateTemplateRequest) SetTemplate(v string) *CreateTemplateRequest

func (*CreateTemplateRequest) SetTemplateType

func (s *CreateTemplateRequest) SetTemplateType(v string) *CreateTemplateRequest

func (CreateTemplateRequest) String

func (s CreateTemplateRequest) String() string

type CreateTemplateResponse

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

func (CreateTemplateResponse) GoString

func (s CreateTemplateResponse) GoString() string

func (*CreateTemplateResponse) SetBody

func (s *CreateTemplateResponse) SetBody(v *CreateTemplateResponseBody) *CreateTemplateResponse

func (*CreateTemplateResponse) SetHeaders

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

func (*CreateTemplateResponse) SetStatusCode added in v3.0.13

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

func (CreateTemplateResponse) String

func (s CreateTemplateResponse) String() string

type CreateTemplateResponseBody

type CreateTemplateResponseBody struct {
	// The ID of the template.
	TemplateId *string `json:"template_id,omitempty" xml:"template_id,omitempty"`
}

func (CreateTemplateResponseBody) GoString

func (s CreateTemplateResponseBody) GoString() string

func (*CreateTemplateResponseBody) SetTemplateId

func (s *CreateTemplateResponseBody) SetTemplateId(v string) *CreateTemplateResponseBody

func (CreateTemplateResponseBody) String

func (s CreateTemplateResponseBody) String() string

type CreateTriggerRequest

type CreateTriggerRequest struct {
	Action    *string `json:"action,omitempty" xml:"action,omitempty"`
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	ProjectId *string `json:"project_id,omitempty" xml:"project_id,omitempty"`
	Type      *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateTriggerRequest) GoString

func (s CreateTriggerRequest) GoString() string

func (*CreateTriggerRequest) SetAction

func (s *CreateTriggerRequest) SetAction(v string) *CreateTriggerRequest

func (*CreateTriggerRequest) SetClusterId

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

func (*CreateTriggerRequest) SetProjectId

func (s *CreateTriggerRequest) SetProjectId(v string) *CreateTriggerRequest

func (*CreateTriggerRequest) SetType

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

func (CreateTriggerRequest) String

func (s CreateTriggerRequest) String() string

type CreateTriggerResponse

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

func (CreateTriggerResponse) GoString

func (s CreateTriggerResponse) GoString() string

func (*CreateTriggerResponse) SetBody

func (s *CreateTriggerResponse) SetBody(v *CreateTriggerResponseBody) *CreateTriggerResponse

func (*CreateTriggerResponse) SetHeaders

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

func (*CreateTriggerResponse) SetStatusCode added in v3.0.13

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

func (CreateTriggerResponse) String

func (s CreateTriggerResponse) String() string

type CreateTriggerResponseBody

type CreateTriggerResponseBody struct {
	// The action that the trigger performs. For example, a value of `redeploy` indicates that the trigger redeploys the application.
	Action *string `json:"action,omitempty" xml:"action,omitempty"`
	// The ID of the cluster.
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	// The ID of the trigger.
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
	// The name of the project.
	ProjectId *string `json:"project_id,omitempty" xml:"project_id,omitempty"`
	// The type of trigger. Default value: deployment.
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateTriggerResponseBody) GoString

func (s CreateTriggerResponseBody) GoString() string

func (*CreateTriggerResponseBody) SetAction

func (s *CreateTriggerResponseBody) SetAction(v string) *CreateTriggerResponseBody

func (*CreateTriggerResponseBody) SetClusterId

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

func (*CreateTriggerResponseBody) SetId

func (s *CreateTriggerResponseBody) SetId(v string) *CreateTriggerResponseBody

func (*CreateTriggerResponseBody) SetProjectId

func (s *CreateTriggerResponseBody) SetProjectId(v string) *CreateTriggerResponseBody

func (*CreateTriggerResponseBody) SetType

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

func (CreateTriggerResponseBody) String

func (s CreateTriggerResponseBody) String() string

type DataDisk

type DataDisk struct {
	AutoSnapshotPolicyId *string `json:"auto_snapshot_policy_id,omitempty" xml:"auto_snapshot_policy_id,omitempty"`
	BurstingEnabled      *bool   `json:"bursting_enabled,omitempty" xml:"bursting_enabled,omitempty"`
	Category             *string `json:"category,omitempty" xml:"category,omitempty"`
	Encrypted            *string `json:"encrypted,omitempty" xml:"encrypted,omitempty"`
	PerformanceLevel     *string `json:"performance_level,omitempty" xml:"performance_level,omitempty"`
	ProvisionedIops      *int64  `json:"provisioned_iops,omitempty" xml:"provisioned_iops,omitempty"`
	Size                 *int64  `json:"size,omitempty" xml:"size,omitempty"`
}

func (DataDisk) GoString

func (s DataDisk) GoString() string

func (*DataDisk) SetAutoSnapshotPolicyId

func (s *DataDisk) SetAutoSnapshotPolicyId(v string) *DataDisk

func (*DataDisk) SetBurstingEnabled added in v3.0.40

func (s *DataDisk) SetBurstingEnabled(v bool) *DataDisk

func (*DataDisk) SetCategory

func (s *DataDisk) SetCategory(v string) *DataDisk

func (*DataDisk) SetEncrypted

func (s *DataDisk) SetEncrypted(v string) *DataDisk

func (*DataDisk) SetPerformanceLevel

func (s *DataDisk) SetPerformanceLevel(v string) *DataDisk

func (*DataDisk) SetProvisionedIops added in v3.0.40

func (s *DataDisk) SetProvisionedIops(v int64) *DataDisk

func (*DataDisk) SetSize

func (s *DataDisk) SetSize(v int64) *DataDisk

func (DataDisk) String

func (s DataDisk) String() string

type DeleteAlertContactGroupResponse

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

func (DeleteAlertContactGroupResponse) GoString

func (s DeleteAlertContactGroupResponse) GoString() string

func (*DeleteAlertContactGroupResponse) SetHeaders

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

func (*DeleteAlertContactGroupResponse) SetStatusCode added in v3.0.13

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

func (DeleteAlertContactGroupResponse) String

func (s DeleteAlertContactGroupResponse) String() string

type DeleteAlertContactResponse

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

func (DeleteAlertContactResponse) GoString

func (s DeleteAlertContactResponse) GoString() string

func (*DeleteAlertContactResponse) SetHeaders

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

func (*DeleteAlertContactResponse) SetStatusCode added in v3.0.13

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

func (DeleteAlertContactResponse) String

func (s DeleteAlertContactResponse) String() string

type DeleteClusterNodepoolRequest added in v3.0.10

type DeleteClusterNodepoolRequest struct {
	// false
	Force *bool `json:"force,omitempty" xml:"force,omitempty"`
}

func (DeleteClusterNodepoolRequest) GoString added in v3.0.10

func (s DeleteClusterNodepoolRequest) GoString() string

func (*DeleteClusterNodepoolRequest) SetForce added in v3.0.10

func (s *DeleteClusterNodepoolRequest) SetForce(v bool) *DeleteClusterNodepoolRequest

func (DeleteClusterNodepoolRequest) String added in v3.0.10

func (s DeleteClusterNodepoolRequest) String() string

type DeleteClusterNodepoolResponse

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

func (DeleteClusterNodepoolResponse) GoString

func (s DeleteClusterNodepoolResponse) GoString() string

func (*DeleteClusterNodepoolResponse) SetBody

func (s *DeleteClusterNodepoolResponse) SetBody(v *DeleteClusterNodepoolResponseBody) *DeleteClusterNodepoolResponse

func (*DeleteClusterNodepoolResponse) SetHeaders

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

func (*DeleteClusterNodepoolResponse) SetStatusCode added in v3.0.13

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

func (DeleteClusterNodepoolResponse) String

func (s DeleteClusterNodepoolResponse) String() string

type DeleteClusterNodepoolResponseBody

type DeleteClusterNodepoolResponseBody struct {
	// The ID of the request.
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
}

func (DeleteClusterNodepoolResponseBody) GoString

func (s DeleteClusterNodepoolResponseBody) GoString() string

func (*DeleteClusterNodepoolResponseBody) SetRequestId

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

func (DeleteClusterNodepoolResponseBody) String

func (s DeleteClusterNodepoolResponseBody) String() string

type DeleteClusterNodesRequest

type DeleteClusterNodesRequest struct {
	DrainNode   *bool     `json:"drain_node,omitempty" xml:"drain_node,omitempty"`
	Nodes       []*string `json:"nodes,omitempty" xml:"nodes,omitempty" type:"Repeated"`
	ReleaseNode *bool     `json:"release_node,omitempty" xml:"release_node,omitempty"`
}

func (DeleteClusterNodesRequest) GoString

func (s DeleteClusterNodesRequest) GoString() string

func (*DeleteClusterNodesRequest) SetDrainNode

func (s *DeleteClusterNodesRequest) SetDrainNode(v bool) *DeleteClusterNodesRequest

func (*DeleteClusterNodesRequest) SetNodes

func (s *DeleteClusterNodesRequest) SetNodes(v []*string) *DeleteClusterNodesRequest

func (*DeleteClusterNodesRequest) SetReleaseNode

func (s *DeleteClusterNodesRequest) SetReleaseNode(v bool) *DeleteClusterNodesRequest

func (DeleteClusterNodesRequest) String

func (s DeleteClusterNodesRequest) String() string

type DeleteClusterNodesResponse

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

func (DeleteClusterNodesResponse) GoString

func (s DeleteClusterNodesResponse) GoString() string

func (*DeleteClusterNodesResponse) SetBody

func (s *DeleteClusterNodesResponse) SetBody(v *DeleteClusterNodesResponseBody) *DeleteClusterNodesResponse

func (*DeleteClusterNodesResponse) SetHeaders

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

func (*DeleteClusterNodesResponse) SetStatusCode added in v3.0.13

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

func (DeleteClusterNodesResponse) String

func (s DeleteClusterNodesResponse) String() string

type DeleteClusterNodesResponseBody

type DeleteClusterNodesResponseBody struct {
	// The ID of the ACK cluster.
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	// The ID of the request.
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// The ID of the task.
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (DeleteClusterNodesResponseBody) GoString

func (s DeleteClusterNodesResponseBody) GoString() string

func (*DeleteClusterNodesResponseBody) SetClusterId

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

func (*DeleteClusterNodesResponseBody) SetRequestId

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

func (*DeleteClusterNodesResponseBody) SetTaskId

func (s *DeleteClusterNodesResponseBody) SetTaskId(v string) *DeleteClusterNodesResponseBody

func (DeleteClusterNodesResponseBody) String

func (s DeleteClusterNodesResponseBody) String() string

type DeleteClusterRequest

type DeleteClusterRequest struct {
	KeepSlb            *bool     `json:"keep_slb,omitempty" xml:"keep_slb,omitempty"`
	RetainAllResources *bool     `json:"retain_all_resources,omitempty" xml:"retain_all_resources,omitempty"`
	RetainResources    []*string `json:"retain_resources,omitempty" xml:"retain_resources,omitempty" type:"Repeated"`
}

func (DeleteClusterRequest) GoString

func (s DeleteClusterRequest) GoString() string

func (*DeleteClusterRequest) SetKeepSlb

func (s *DeleteClusterRequest) SetKeepSlb(v bool) *DeleteClusterRequest

func (*DeleteClusterRequest) SetRetainAllResources

func (s *DeleteClusterRequest) SetRetainAllResources(v bool) *DeleteClusterRequest

func (*DeleteClusterRequest) SetRetainResources

func (s *DeleteClusterRequest) SetRetainResources(v []*string) *DeleteClusterRequest

func (DeleteClusterRequest) String

func (s DeleteClusterRequest) String() string

type DeleteClusterResponse

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

func (DeleteClusterResponse) GoString

func (s DeleteClusterResponse) GoString() string

func (*DeleteClusterResponse) SetBody added in v3.0.33

func (s *DeleteClusterResponse) SetBody(v *DeleteClusterResponseBody) *DeleteClusterResponse

func (*DeleteClusterResponse) SetHeaders

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

func (*DeleteClusterResponse) SetStatusCode added in v3.0.13

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

func (DeleteClusterResponse) String

func (s DeleteClusterResponse) String() string

type DeleteClusterResponseBody added in v3.0.33

type DeleteClusterResponseBody struct {
	// 任务ID。
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (DeleteClusterResponseBody) GoString added in v3.0.33

func (s DeleteClusterResponseBody) GoString() string

func (*DeleteClusterResponseBody) SetTaskId added in v3.0.33

func (s *DeleteClusterResponseBody) SetTaskId(v string) *DeleteClusterResponseBody

func (DeleteClusterResponseBody) String added in v3.0.33

func (s DeleteClusterResponseBody) String() string

type DeleteClusterShrinkRequest

type DeleteClusterShrinkRequest struct {
	KeepSlb               *bool   `json:"keep_slb,omitempty" xml:"keep_slb,omitempty"`
	RetainAllResources    *bool   `json:"retain_all_resources,omitempty" xml:"retain_all_resources,omitempty"`
	RetainResourcesShrink *string `json:"retain_resources,omitempty" xml:"retain_resources,omitempty"`
}

func (DeleteClusterShrinkRequest) GoString

func (s DeleteClusterShrinkRequest) GoString() string

func (*DeleteClusterShrinkRequest) SetKeepSlb

func (s *DeleteClusterShrinkRequest) SetKeepSlb(v bool) *DeleteClusterShrinkRequest

func (*DeleteClusterShrinkRequest) SetRetainAllResources

func (s *DeleteClusterShrinkRequest) SetRetainAllResources(v bool) *DeleteClusterShrinkRequest

func (*DeleteClusterShrinkRequest) SetRetainResourcesShrink

func (s *DeleteClusterShrinkRequest) SetRetainResourcesShrink(v string) *DeleteClusterShrinkRequest

func (DeleteClusterShrinkRequest) String

func (s DeleteClusterShrinkRequest) String() string

type DeleteEdgeMachineRequest

type DeleteEdgeMachineRequest struct {
	Force *string `json:"force,omitempty" xml:"force,omitempty"`
}

func (DeleteEdgeMachineRequest) GoString

func (s DeleteEdgeMachineRequest) GoString() string

func (*DeleteEdgeMachineRequest) SetForce

func (s *DeleteEdgeMachineRequest) SetForce(v string) *DeleteEdgeMachineRequest

func (DeleteEdgeMachineRequest) String

func (s DeleteEdgeMachineRequest) String() string

type DeleteEdgeMachineResponse

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

func (DeleteEdgeMachineResponse) GoString

func (s DeleteEdgeMachineResponse) GoString() string

func (*DeleteEdgeMachineResponse) SetHeaders

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

func (*DeleteEdgeMachineResponse) SetStatusCode added in v3.0.13

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

func (DeleteEdgeMachineResponse) String

func (s DeleteEdgeMachineResponse) String() string

type DeleteKubernetesTriggerResponse

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

func (DeleteKubernetesTriggerResponse) GoString

func (s DeleteKubernetesTriggerResponse) GoString() string

func (*DeleteKubernetesTriggerResponse) SetHeaders

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

func (*DeleteKubernetesTriggerResponse) SetStatusCode added in v3.0.13

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

func (DeleteKubernetesTriggerResponse) String

func (s DeleteKubernetesTriggerResponse) String() string

type DeletePolicyInstanceRequest

type DeletePolicyInstanceRequest struct {
	InstanceName *string `json:"instance_name,omitempty" xml:"instance_name,omitempty"`
}

func (DeletePolicyInstanceRequest) GoString

func (s DeletePolicyInstanceRequest) GoString() string

func (*DeletePolicyInstanceRequest) SetInstanceName

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

func (DeletePolicyInstanceRequest) String

func (s DeletePolicyInstanceRequest) String() string

type DeletePolicyInstanceResponse

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

func (DeletePolicyInstanceResponse) GoString

func (s DeletePolicyInstanceResponse) GoString() string

func (*DeletePolicyInstanceResponse) SetBody

func (s *DeletePolicyInstanceResponse) SetBody(v *DeletePolicyInstanceResponseBody) *DeletePolicyInstanceResponse

func (*DeletePolicyInstanceResponse) SetHeaders

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

func (*DeletePolicyInstanceResponse) SetStatusCode added in v3.0.13

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

func (DeletePolicyInstanceResponse) String

func (s DeletePolicyInstanceResponse) String() string

type DeletePolicyInstanceResponseBody

type DeletePolicyInstanceResponseBody struct {
	// The policy instances that are deleted.
	Instances []*string `json:"instances,omitempty" xml:"instances,omitempty" type:"Repeated"`
}

func (DeletePolicyInstanceResponseBody) GoString

func (s DeletePolicyInstanceResponseBody) GoString() string

func (*DeletePolicyInstanceResponseBody) SetInstances

func (s *DeletePolicyInstanceResponseBody) SetInstances(v []*string) *DeletePolicyInstanceResponseBody

func (DeletePolicyInstanceResponseBody) String

func (s DeletePolicyInstanceResponseBody) String() string

type DeleteTemplateResponse

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

func (DeleteTemplateResponse) GoString

func (s DeleteTemplateResponse) GoString() string

func (*DeleteTemplateResponse) SetHeaders

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

func (*DeleteTemplateResponse) SetStatusCode added in v3.0.13

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

func (DeleteTemplateResponse) String

func (s DeleteTemplateResponse) String() string

type DeleteTriggerResponse

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

func (DeleteTriggerResponse) GoString

func (s DeleteTriggerResponse) GoString() string

func (*DeleteTriggerResponse) SetHeaders

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

func (*DeleteTriggerResponse) SetStatusCode added in v3.0.13

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

func (DeleteTriggerResponse) String

func (s DeleteTriggerResponse) String() string

type DeployPolicyInstanceRequest

type DeployPolicyInstanceRequest struct {
	Action     *string                `json:"action,omitempty" xml:"action,omitempty"`
	Namespaces []*string              `json:"namespaces,omitempty" xml:"namespaces,omitempty" type:"Repeated"`
	Parameters map[string]interface{} `json:"parameters,omitempty" xml:"parameters,omitempty"`
}

func (DeployPolicyInstanceRequest) GoString

func (s DeployPolicyInstanceRequest) GoString() string

func (*DeployPolicyInstanceRequest) SetAction

func (s *DeployPolicyInstanceRequest) SetAction(v string) *DeployPolicyInstanceRequest

func (*DeployPolicyInstanceRequest) SetNamespaces

func (s *DeployPolicyInstanceRequest) SetNamespaces(v []*string) *DeployPolicyInstanceRequest

func (*DeployPolicyInstanceRequest) SetParameters

func (s *DeployPolicyInstanceRequest) SetParameters(v map[string]interface{}) *DeployPolicyInstanceRequest

func (DeployPolicyInstanceRequest) String

func (s DeployPolicyInstanceRequest) String() string

type DeployPolicyInstanceResponse

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

func (DeployPolicyInstanceResponse) GoString

func (s DeployPolicyInstanceResponse) GoString() string

func (*DeployPolicyInstanceResponse) SetBody

func (s *DeployPolicyInstanceResponse) SetBody(v *DeployPolicyInstanceResponseBody) *DeployPolicyInstanceResponse

func (*DeployPolicyInstanceResponse) SetHeaders

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

func (*DeployPolicyInstanceResponse) SetStatusCode added in v3.0.13

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

func (DeployPolicyInstanceResponse) String

func (s DeployPolicyInstanceResponse) String() string

type DeployPolicyInstanceResponseBody

type DeployPolicyInstanceResponseBody struct {
	// The policy instances that are deployed.
	Instances []*string `json:"instances,omitempty" xml:"instances,omitempty" type:"Repeated"`
}

func (DeployPolicyInstanceResponseBody) GoString

func (s DeployPolicyInstanceResponseBody) GoString() string

func (*DeployPolicyInstanceResponseBody) SetInstances

func (s *DeployPolicyInstanceResponseBody) SetInstances(v []*string) *DeployPolicyInstanceResponseBody

func (DeployPolicyInstanceResponseBody) String

func (s DeployPolicyInstanceResponseBody) String() string

type DescirbeWorkflowResponse

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

func (DescirbeWorkflowResponse) GoString

func (s DescirbeWorkflowResponse) GoString() string

func (*DescirbeWorkflowResponse) SetBody

func (s *DescirbeWorkflowResponse) SetBody(v *DescirbeWorkflowResponseBody) *DescirbeWorkflowResponse

func (*DescirbeWorkflowResponse) SetHeaders

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

func (*DescirbeWorkflowResponse) SetStatusCode added in v3.0.13

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

func (DescirbeWorkflowResponse) String

func (s DescirbeWorkflowResponse) String() string

type DescirbeWorkflowResponseBody

type DescirbeWorkflowResponseBody struct {
	// The time when the workflow was created.
	CreateTime *string `json:"create_time,omitempty" xml:"create_time,omitempty"`
	// The duration of the workflow.
	Duration *string `json:"duration,omitempty" xml:"duration,omitempty"`
	// The time when the workflow ended.
	FinishTime *string `json:"finish_time,omitempty" xml:"finish_time,omitempty"`
	// The size of the input data.
	InputDataSize *string `json:"input_data_size,omitempty" xml:"input_data_size,omitempty"`
	// The name of the workflow.
	JobName *string `json:"job_name,omitempty" xml:"job_name,omitempty"`
	// The namespace to which the workflow belongs.
	JobNamespace *string `json:"job_namespace,omitempty" xml:"job_namespace,omitempty"`
	// The size of the output data.
	OutputDataSize *string `json:"output_data_size,omitempty" xml:"output_data_size,omitempty"`
	// The current state of the workflow.
	Status *string `json:"status,omitempty" xml:"status,omitempty"`
	// The number of base pairs.
	TotalBases *string `json:"total_bases,omitempty" xml:"total_bases,omitempty"`
	// The number of reads.
	TotalReads *string `json:"total_reads,omitempty" xml:"total_reads,omitempty"`
	// The user input parameters.
	UserInputData *string `json:"user_input_data,omitempty" xml:"user_input_data,omitempty"`
}

func (DescirbeWorkflowResponseBody) GoString

func (s DescirbeWorkflowResponseBody) GoString() string

func (*DescirbeWorkflowResponseBody) SetCreateTime

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

func (*DescirbeWorkflowResponseBody) SetDuration

func (s *DescirbeWorkflowResponseBody) SetDuration(v string) *DescirbeWorkflowResponseBody

func (*DescirbeWorkflowResponseBody) SetFinishTime

func (s *DescirbeWorkflowResponseBody) SetFinishTime(v string) *DescirbeWorkflowResponseBody

func (*DescirbeWorkflowResponseBody) SetInputDataSize

func (s *DescirbeWorkflowResponseBody) SetInputDataSize(v string) *DescirbeWorkflowResponseBody

func (*DescirbeWorkflowResponseBody) SetJobName

func (s *DescirbeWorkflowResponseBody) SetJobName(v string) *DescirbeWorkflowResponseBody

func (*DescirbeWorkflowResponseBody) SetJobNamespace

func (s *DescirbeWorkflowResponseBody) SetJobNamespace(v string) *DescirbeWorkflowResponseBody

func (*DescirbeWorkflowResponseBody) SetOutputDataSize

func (s *DescirbeWorkflowResponseBody) SetOutputDataSize(v string) *DescirbeWorkflowResponseBody

func (*DescirbeWorkflowResponseBody) SetStatus

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

func (*DescirbeWorkflowResponseBody) SetTotalBases

func (s *DescirbeWorkflowResponseBody) SetTotalBases(v string) *DescirbeWorkflowResponseBody

func (*DescirbeWorkflowResponseBody) SetTotalReads

func (s *DescirbeWorkflowResponseBody) SetTotalReads(v string) *DescirbeWorkflowResponseBody

func (*DescirbeWorkflowResponseBody) SetUserInputData

func (s *DescirbeWorkflowResponseBody) SetUserInputData(v string) *DescirbeWorkflowResponseBody

func (DescirbeWorkflowResponseBody) String

func (s DescirbeWorkflowResponseBody) String() string

type DescribeAddonsRequest

type DescribeAddonsRequest struct {
	ClusterProfile *string `json:"cluster_profile,omitempty" xml:"cluster_profile,omitempty"`
	ClusterSpec    *string `json:"cluster_spec,omitempty" xml:"cluster_spec,omitempty"`
	ClusterType    *string `json:"cluster_type,omitempty" xml:"cluster_type,omitempty"`
	ClusterVersion *string `json:"cluster_version,omitempty" xml:"cluster_version,omitempty"`
	Region         *string `json:"region,omitempty" xml:"region,omitempty"`
}

func (DescribeAddonsRequest) GoString

func (s DescribeAddonsRequest) GoString() string

func (*DescribeAddonsRequest) SetClusterProfile added in v3.0.24

func (s *DescribeAddonsRequest) SetClusterProfile(v string) *DescribeAddonsRequest

func (*DescribeAddonsRequest) SetClusterSpec added in v3.0.24

func (s *DescribeAddonsRequest) SetClusterSpec(v string) *DescribeAddonsRequest

func (*DescribeAddonsRequest) SetClusterType

func (s *DescribeAddonsRequest) SetClusterType(v string) *DescribeAddonsRequest

func (*DescribeAddonsRequest) SetClusterVersion added in v3.0.24

func (s *DescribeAddonsRequest) SetClusterVersion(v string) *DescribeAddonsRequest

func (*DescribeAddonsRequest) SetRegion

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

func (DescribeAddonsRequest) String

func (s DescribeAddonsRequest) String() string

type DescribeAddonsResponse

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

func (DescribeAddonsResponse) GoString

func (s DescribeAddonsResponse) GoString() string

func (*DescribeAddonsResponse) SetBody

func (s *DescribeAddonsResponse) SetBody(v *DescribeAddonsResponseBody) *DescribeAddonsResponse

func (*DescribeAddonsResponse) SetHeaders

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

func (*DescribeAddonsResponse) SetStatusCode added in v3.0.13

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

func (DescribeAddonsResponse) String

func (s DescribeAddonsResponse) String() string

type DescribeAddonsResponseBody

type DescribeAddonsResponseBody struct {
	// The details of the returned components.
	ComponentGroups    []*DescribeAddonsResponseBodyComponentGroups `json:"ComponentGroups,omitempty" xml:"ComponentGroups,omitempty" type:"Repeated"`
	StandardComponents map[string]*StandardComponentsValue          `json:"StandardComponents,omitempty" xml:"StandardComponents,omitempty"`
}

func (DescribeAddonsResponseBody) GoString

func (s DescribeAddonsResponseBody) GoString() string

func (*DescribeAddonsResponseBody) SetComponentGroups

func (s *DescribeAddonsResponseBody) SetComponentGroups(v []*DescribeAddonsResponseBodyComponentGroups) *DescribeAddonsResponseBody

func (*DescribeAddonsResponseBody) SetStandardComponents

func (s *DescribeAddonsResponseBody) SetStandardComponents(v map[string]*StandardComponentsValue) *DescribeAddonsResponseBody

func (DescribeAddonsResponseBody) String

func (s DescribeAddonsResponseBody) String() string

type DescribeAddonsResponseBodyComponentGroups

type DescribeAddonsResponseBodyComponentGroups struct {
	// The name of the component group.
	GroupName *string `json:"group_name,omitempty" xml:"group_name,omitempty"`
	// The names of the components in the component group.
	Items []*DescribeAddonsResponseBodyComponentGroupsItems `json:"items,omitempty" xml:"items,omitempty" type:"Repeated"`
}

func (DescribeAddonsResponseBodyComponentGroups) GoString

func (s DescribeAddonsResponseBodyComponentGroups) GoString() string

func (*DescribeAddonsResponseBodyComponentGroups) SetGroupName

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

func (*DescribeAddonsResponseBodyComponentGroups) SetItems

func (s *DescribeAddonsResponseBodyComponentGroups) SetItems(v []*DescribeAddonsResponseBodyComponentGroupsItems) *DescribeAddonsResponseBodyComponentGroups

func (DescribeAddonsResponseBodyComponentGroups) String

func (s DescribeAddonsResponseBodyComponentGroups) String() string

type DescribeAddonsResponseBodyComponentGroupsItems

type DescribeAddonsResponseBodyComponentGroupsItems struct {
	// The name of the component.
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (DescribeAddonsResponseBodyComponentGroupsItems) GoString

func (s DescribeAddonsResponseBodyComponentGroupsItems) GoString() string

func (*DescribeAddonsResponseBodyComponentGroupsItems) SetName

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

func (DescribeAddonsResponseBodyComponentGroupsItems) String

func (s DescribeAddonsResponseBodyComponentGroupsItems) String() string

type DescribeClusterAddonInstanceResponse added in v3.0.33

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

func (DescribeClusterAddonInstanceResponse) GoString added in v3.0.33

func (s DescribeClusterAddonInstanceResponse) GoString() string

func (*DescribeClusterAddonInstanceResponse) SetBody added in v3.0.33

func (s *DescribeClusterAddonInstanceResponse) SetBody(v *DescribeClusterAddonInstanceResponseBody) *DescribeClusterAddonInstanceResponse

func (*DescribeClusterAddonInstanceResponse) SetHeaders added in v3.0.33

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

func (*DescribeClusterAddonInstanceResponse) SetStatusCode added in v3.0.33

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

func (DescribeClusterAddonInstanceResponse) String added in v3.0.33

func (s DescribeClusterAddonInstanceResponse) String() string

type DescribeClusterAddonInstanceResponseBody added in v3.0.33

type DescribeClusterAddonInstanceResponseBody struct {
	Config  *string `json:"config,omitempty" xml:"config,omitempty"`
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	State   *string `json:"state,omitempty" xml:"state,omitempty"`
	Version *string `json:"version,omitempty" xml:"version,omitempty"`
}

func (DescribeClusterAddonInstanceResponseBody) GoString added in v3.0.33

func (s DescribeClusterAddonInstanceResponseBody) GoString() string

func (*DescribeClusterAddonInstanceResponseBody) SetConfig added in v3.0.33

func (s *DescribeClusterAddonInstanceResponseBody) SetConfig(v string) *DescribeClusterAddonInstanceResponseBody

func (*DescribeClusterAddonInstanceResponseBody) SetName added in v3.0.33

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

func (*DescribeClusterAddonInstanceResponseBody) SetState added in v3.0.33

func (s *DescribeClusterAddonInstanceResponseBody) SetState(v string) *DescribeClusterAddonInstanceResponseBody

func (*DescribeClusterAddonInstanceResponseBody) SetVersion added in v3.0.33

func (s *DescribeClusterAddonInstanceResponseBody) SetVersion(v string) *DescribeClusterAddonInstanceResponseBody

func (DescribeClusterAddonInstanceResponseBody) String added in v3.0.33

func (s DescribeClusterAddonInstanceResponseBody) String() string

type DescribeClusterAddonMetadataResponse

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

func (DescribeClusterAddonMetadataResponse) GoString

func (s DescribeClusterAddonMetadataResponse) GoString() string

func (*DescribeClusterAddonMetadataResponse) SetBody

func (s *DescribeClusterAddonMetadataResponse) SetBody(v *DescribeClusterAddonMetadataResponseBody) *DescribeClusterAddonMetadataResponse

func (*DescribeClusterAddonMetadataResponse) SetHeaders

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

func (*DescribeClusterAddonMetadataResponse) SetStatusCode added in v3.0.13

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

func (DescribeClusterAddonMetadataResponse) String

func (s DescribeClusterAddonMetadataResponse) String() string

type DescribeClusterAddonMetadataResponseBody

type DescribeClusterAddonMetadataResponseBody struct {
	// The schema of component parameters.
	ConfigSchema *string `json:"config_schema,omitempty" xml:"config_schema,omitempty"`
	// The name of the component.
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	// The version of the component.
	Version *string `json:"version,omitempty" xml:"version,omitempty"`
}

func (DescribeClusterAddonMetadataResponseBody) GoString

func (s DescribeClusterAddonMetadataResponseBody) GoString() string

func (*DescribeClusterAddonMetadataResponseBody) SetConfigSchema

func (s *DescribeClusterAddonMetadataResponseBody) SetConfigSchema(v string) *DescribeClusterAddonMetadataResponseBody

func (*DescribeClusterAddonMetadataResponseBody) SetName

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

func (*DescribeClusterAddonMetadataResponseBody) SetVersion

func (s *DescribeClusterAddonMetadataResponseBody) SetVersion(v string) *DescribeClusterAddonMetadataResponseBody

func (DescribeClusterAddonMetadataResponseBody) String

func (s DescribeClusterAddonMetadataResponseBody) String() string

type DescribeClusterAddonUpgradeStatusResponse

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

func (DescribeClusterAddonUpgradeStatusResponse) GoString

func (s DescribeClusterAddonUpgradeStatusResponse) GoString() string

func (*DescribeClusterAddonUpgradeStatusResponse) SetBody

func (s *DescribeClusterAddonUpgradeStatusResponse) SetBody(v map[string]interface{}) *DescribeClusterAddonUpgradeStatusResponse

func (*DescribeClusterAddonUpgradeStatusResponse) SetHeaders

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

func (*DescribeClusterAddonUpgradeStatusResponse) SetStatusCode added in v3.0.13

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

func (DescribeClusterAddonUpgradeStatusResponse) String

func (s DescribeClusterAddonUpgradeStatusResponse) String() string

type DescribeClusterAddonsUpgradeStatusRequest

type DescribeClusterAddonsUpgradeStatusRequest struct {
	ComponentIds []*string `json:"componentIds,omitempty" xml:"componentIds,omitempty" type:"Repeated"`
}

func (DescribeClusterAddonsUpgradeStatusRequest) GoString

func (s DescribeClusterAddonsUpgradeStatusRequest) GoString() string

func (*DescribeClusterAddonsUpgradeStatusRequest) SetComponentIds

func (s *DescribeClusterAddonsUpgradeStatusRequest) SetComponentIds(v []*string) *DescribeClusterAddonsUpgradeStatusRequest

func (DescribeClusterAddonsUpgradeStatusRequest) String

func (s DescribeClusterAddonsUpgradeStatusRequest) String() string

type DescribeClusterAddonsUpgradeStatusResponse

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

func (DescribeClusterAddonsUpgradeStatusResponse) GoString

func (s DescribeClusterAddonsUpgradeStatusResponse) GoString() string

func (*DescribeClusterAddonsUpgradeStatusResponse) SetBody

func (s *DescribeClusterAddonsUpgradeStatusResponse) SetBody(v map[string]interface{}) *DescribeClusterAddonsUpgradeStatusResponse

func (*DescribeClusterAddonsUpgradeStatusResponse) SetHeaders

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

func (*DescribeClusterAddonsUpgradeStatusResponse) SetStatusCode added in v3.0.13

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

func (DescribeClusterAddonsUpgradeStatusResponse) String

func (s DescribeClusterAddonsUpgradeStatusResponse) String() string

type DescribeClusterAddonsUpgradeStatusShrinkRequest

type DescribeClusterAddonsUpgradeStatusShrinkRequest struct {
	ComponentIdsShrink *string `json:"componentIds,omitempty" xml:"componentIds,omitempty"`
}

func (DescribeClusterAddonsUpgradeStatusShrinkRequest) GoString

func (s DescribeClusterAddonsUpgradeStatusShrinkRequest) GoString() string

func (*DescribeClusterAddonsUpgradeStatusShrinkRequest) SetComponentIdsShrink

func (s *DescribeClusterAddonsUpgradeStatusShrinkRequest) SetComponentIdsShrink(v string) *DescribeClusterAddonsUpgradeStatusShrinkRequest

func (DescribeClusterAddonsUpgradeStatusShrinkRequest) String

func (s DescribeClusterAddonsUpgradeStatusShrinkRequest) String() string

type DescribeClusterAddonsVersionResponse

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

func (DescribeClusterAddonsVersionResponse) GoString

func (s DescribeClusterAddonsVersionResponse) GoString() string

func (*DescribeClusterAddonsVersionResponse) SetBody

func (s *DescribeClusterAddonsVersionResponse) SetBody(v map[string]interface{}) *DescribeClusterAddonsVersionResponse

func (*DescribeClusterAddonsVersionResponse) SetHeaders

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

func (*DescribeClusterAddonsVersionResponse) SetStatusCode added in v3.0.13

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

func (DescribeClusterAddonsVersionResponse) String

func (s DescribeClusterAddonsVersionResponse) String() string

type DescribeClusterAttachScriptsRequest

type DescribeClusterAttachScriptsRequest struct {
	Arch             *string   `json:"arch,omitempty" xml:"arch,omitempty"`
	FormatDisk       *bool     `json:"format_disk,omitempty" xml:"format_disk,omitempty"`
	KeepInstanceName *bool     `json:"keep_instance_name,omitempty" xml:"keep_instance_name,omitempty"`
	NodepoolId       *string   `json:"nodepool_id,omitempty" xml:"nodepool_id,omitempty"`
	Options          *string   `json:"options,omitempty" xml:"options,omitempty"`
	RdsInstances     []*string `json:"rds_instances,omitempty" xml:"rds_instances,omitempty" type:"Repeated"`
}

func (DescribeClusterAttachScriptsRequest) GoString

func (s DescribeClusterAttachScriptsRequest) GoString() string

func (*DescribeClusterAttachScriptsRequest) SetArch

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

func (*DescribeClusterAttachScriptsRequest) SetFormatDisk

func (s *DescribeClusterAttachScriptsRequest) SetFormatDisk(v bool) *DescribeClusterAttachScriptsRequest

func (*DescribeClusterAttachScriptsRequest) SetKeepInstanceName

func (s *DescribeClusterAttachScriptsRequest) SetKeepInstanceName(v bool) *DescribeClusterAttachScriptsRequest

func (*DescribeClusterAttachScriptsRequest) SetNodepoolId

func (s *DescribeClusterAttachScriptsRequest) SetNodepoolId(v string) *DescribeClusterAttachScriptsRequest

func (*DescribeClusterAttachScriptsRequest) SetOptions

func (s *DescribeClusterAttachScriptsRequest) SetOptions(v string) *DescribeClusterAttachScriptsRequest

func (*DescribeClusterAttachScriptsRequest) SetRdsInstances

func (s *DescribeClusterAttachScriptsRequest) SetRdsInstances(v []*string) *DescribeClusterAttachScriptsRequest

func (DescribeClusterAttachScriptsRequest) String

func (s DescribeClusterAttachScriptsRequest) String() string

type DescribeClusterAttachScriptsResponse

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

func (DescribeClusterAttachScriptsResponse) GoString

func (s DescribeClusterAttachScriptsResponse) GoString() string

func (*DescribeClusterAttachScriptsResponse) SetBody

func (s *DescribeClusterAttachScriptsResponse) SetBody(v string) *DescribeClusterAttachScriptsResponse

func (*DescribeClusterAttachScriptsResponse) SetHeaders

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

func (*DescribeClusterAttachScriptsResponse) SetStatusCode added in v3.0.13

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

func (DescribeClusterAttachScriptsResponse) String

func (s DescribeClusterAttachScriptsResponse) String() string

type DescribeClusterDetailResponse

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

func (DescribeClusterDetailResponse) GoString

func (s DescribeClusterDetailResponse) GoString() string

func (*DescribeClusterDetailResponse) SetBody

func (s *DescribeClusterDetailResponse) SetBody(v *DescribeClusterDetailResponseBody) *DescribeClusterDetailResponse

func (*DescribeClusterDetailResponse) SetHeaders

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

func (*DescribeClusterDetailResponse) SetStatusCode added in v3.0.13

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

func (DescribeClusterDetailResponse) String

func (s DescribeClusterDetailResponse) String() string

type DescribeClusterDetailResponseBody

type DescribeClusterDetailResponseBody struct {
	// The ID of the queried ACK cluster.
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	// The type of the managed Kubernetes cluster. This parameter is returned for a managed Kubernetes cluster. Valid values:
	//
	// *   `ack.pro.small`: professional managed Kubernetes cluster.
	// *   `ack.standard`: standard managed Kubernetes cluster.
	ClusterSpec *string `json:"cluster_spec,omitempty" xml:"cluster_spec,omitempty"`
	// The type of the cluster. Valid values:
	//
	// *   `Kubernetes`: dedicated Kubernetes cluster
	// *   `ManagedKubernetes`: managed Kubernetes cluster
	// *   `Ask`: ASK cluster
	// *   `ExternalKubernetes`: registered external Kubernetes cluster
	ClusterType *string `json:"cluster_type,omitempty" xml:"cluster_type,omitempty"`
	// The time when the cluster was created.
	Created *string `json:"created,omitempty" xml:"created,omitempty"`
	// The current Kubernetes version of the cluster. For more information about the Kubernetes versions supported by ACK, see [Release notes for Kubernetes versions](~~185269~~).
	CurrentVersion *string `json:"current_version,omitempty" xml:"current_version,omitempty"`
	// Indicates whether deletion protection is enabled. If deletion protection is enabled, the cluster cannot be deleted in the ACK console or by calling the API. Valid values:
	//
	// *   `true`: Deletion protection is enabled. You cannot delete the cluster in the ACK console or by calling the API.
	// *   `false`: Deletion protection is not enabled. You can delete the cluster in the ACK console or by calling the API.
	DeletionProtection *bool `json:"deletion_protection,omitempty" xml:"deletion_protection,omitempty"`
	// The Docker version that is used by the cluster.
	DockerVersion *string `json:"docker_version,omitempty" xml:"docker_version,omitempty"`
	// The ID of the Server Load Balancer (SLB) instance that is used for the Ingress of the cluster.
	ExternalLoadbalancerId *string `json:"external_loadbalancer_id,omitempty" xml:"external_loadbalancer_id,omitempty"`
	// The Kubernetes version that is initially used by the cluster.
	InitVersion *string `json:"init_version,omitempty" xml:"init_version,omitempty"`
	// The maintenance window of the cluster. This feature is available in only professional managed Kubernetes clusters.
	MaintenanceWindow *MaintenanceWindow `json:"maintenance_window,omitempty" xml:"maintenance_window,omitempty"`
	// The address of the cluster. It includes an internal endpoint and a public endpoint.
	MasterUrl *string `json:"master_url,omitempty" xml:"master_url,omitempty"`
	// The metadata of the cluster.
	MetaData *string `json:"meta_data,omitempty" xml:"meta_data,omitempty"`
	// The name of the cluster.
	//
	// The name must be 1 to 63 characters in length, and can contain digits, letters, and hyphens (-). It cannot start with a hyphen (-).
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	// The network mode of the cluster. Valid values:
	//
	// *   `classic`: the classic network
	// *   `vpc`: virtual private cloud (VPC)
	// *   `overlay`: overlay network
	// *   `calico`: network powered by Calico
	//
	// Default value`: vpc`.
	NetworkMode *string `json:"network_mode,omitempty" xml:"network_mode,omitempty"`
	// The Kubernetes version to which the cluster can be upgraded.
	NextVersion *string            `json:"next_version,omitempty" xml:"next_version,omitempty"`
	Parameters  map[string]*string `json:"parameters,omitempty" xml:"parameters,omitempty"`
	// Indicates whether Alibaba Cloud DNS PrivateZone is enabled.
	//
	// *   `true`: indicates that Alibaba Cloud DNS PrivateZone is enabled.
	// *   `false`: indicates that Alibaba Cloud DNS PrivateZone is not enabled.
	PrivateZone *bool `json:"private_zone,omitempty" xml:"private_zone,omitempty"`
	// Indicates the scenario in which the cluster is used. Valid values:
	//
	// *   `Default`: indicates that the cluster is used in non-edge computing scenarios.
	// *   `Edge`: indicates that the ACK cluster is used in edge computing scenarios.
	Profile *string `json:"profile,omitempty" xml:"profile,omitempty"`
	// The ID of the region where the cluster is deployed.
	RegionId *string `json:"region_id,omitempty" xml:"region_id,omitempty"`
	// The ID of the resource group to which the cluster belongs.
	ResourceGroupId *string `json:"resource_group_id,omitempty" xml:"resource_group_id,omitempty"`
	// The ID of the security group to which the instances of the cluster belong.
	SecurityGroupId *string `json:"security_group_id,omitempty" xml:"security_group_id,omitempty"`
	// The number of nodes in the cluster. Master nodes and worker nodes are included.
	Size *int64 `json:"size,omitempty" xml:"size,omitempty"`
	// The state of the cluster. Valid values:
	//
	// *   `initial`: The cluster is being created.
	// *   `failed`: The cluster failed to be created.
	// *   `running`: The cluster is running.
	// *   `updating`: The cluster is being upgraded.
	// *   `updating_failed`: The cluster failed to be upgraded.
	// *   `scaling`: The cluster is being scaled.
	// *   `waiting`: The registered cluster is waiting for connecting.
	// *   `disconnected`: The registeredcluster is disconnected.
	// *   `stopped`: The cluster is stopped.
	// *   `deleting`: The cluster is being deleted.
	// *   `deleted`: The cluster is deleted.
	// *   `delete_failed`: The cluster failed to be deleted.
	State *string `json:"state,omitempty" xml:"state,omitempty"`
	// The pod CIDR block. It must be a valid and private CIDR block, and must be one of the following CIDR blocks or their subnets:
	//
	// *   10.0.0.0/8
	// *   172.16-31.0.0/12-16
	// *   192.168.0.0/16
	//
	// The pod CIDR block cannot overlap with that of the VPC or those of the ACK clusters that are deployed in the VPC.
	//
	// For more information about the network segmentation of ACK clusters, see [Plan CIDR blocks for ACK clusters in a VPC](~~186964~~).
	SubnetCidr *string `json:"subnet_cidr,omitempty" xml:"subnet_cidr,omitempty"`
	// The labels of the cluster.
	Tags []*Tag `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
	// The time when the cluster was updated.
	Updated *string `json:"updated,omitempty" xml:"updated,omitempty"`
	// The ID of the VPC where the cluster is deployed. This parameter is required when you create an ACK cluster.
	VpcId *string `json:"vpc_id,omitempty" xml:"vpc_id,omitempty"`
	// The IDs of the vSwitches. You can select one to three vSwitches when you create an ACK cluster. vSwitches in different zones are recommended to ensure high availability.
	VswitchId *string `json:"vswitch_id,omitempty" xml:"vswitch_id,omitempty"`
	// The name of the worker RAM role. The RAM role is assigned to the worker nodes of the cluster and allows the worker nodes to manage Elastic Compute Service (ECS) instances.
	WorkerRamRoleName *string `json:"worker_ram_role_name,omitempty" xml:"worker_ram_role_name,omitempty"`
	// The ID of the zone where the cluster is deployed.
	ZoneId *string `json:"zone_id,omitempty" xml:"zone_id,omitempty"`
}

func (DescribeClusterDetailResponseBody) GoString

func (s DescribeClusterDetailResponseBody) GoString() string

func (*DescribeClusterDetailResponseBody) SetClusterId

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

func (*DescribeClusterDetailResponseBody) SetClusterSpec

func (s *DescribeClusterDetailResponseBody) SetClusterSpec(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetClusterType

func (s *DescribeClusterDetailResponseBody) SetClusterType(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetCreated

func (s *DescribeClusterDetailResponseBody) SetCreated(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetCurrentVersion

func (s *DescribeClusterDetailResponseBody) SetCurrentVersion(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetDeletionProtection

func (s *DescribeClusterDetailResponseBody) SetDeletionProtection(v bool) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetDockerVersion

func (s *DescribeClusterDetailResponseBody) SetDockerVersion(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetExternalLoadbalancerId

func (s *DescribeClusterDetailResponseBody) SetExternalLoadbalancerId(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetInitVersion

func (s *DescribeClusterDetailResponseBody) SetInitVersion(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetMaintenanceWindow

func (s *DescribeClusterDetailResponseBody) SetMaintenanceWindow(v *MaintenanceWindow) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetMasterUrl

func (s *DescribeClusterDetailResponseBody) SetMasterUrl(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetMetaData

func (s *DescribeClusterDetailResponseBody) SetMetaData(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetName

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

func (*DescribeClusterDetailResponseBody) SetNetworkMode

func (s *DescribeClusterDetailResponseBody) SetNetworkMode(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetNextVersion

func (s *DescribeClusterDetailResponseBody) SetNextVersion(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetParameters added in v3.0.31

func (s *DescribeClusterDetailResponseBody) SetParameters(v map[string]*string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetPrivateZone

func (s *DescribeClusterDetailResponseBody) SetPrivateZone(v bool) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetProfile

func (s *DescribeClusterDetailResponseBody) SetProfile(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetRegionId

func (s *DescribeClusterDetailResponseBody) SetRegionId(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetResourceGroupId

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

func (*DescribeClusterDetailResponseBody) SetSecurityGroupId

func (s *DescribeClusterDetailResponseBody) SetSecurityGroupId(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetSize

func (s *DescribeClusterDetailResponseBody) SetSize(v int64) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetState

func (s *DescribeClusterDetailResponseBody) SetState(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetSubnetCidr

func (s *DescribeClusterDetailResponseBody) SetSubnetCidr(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetTags

func (s *DescribeClusterDetailResponseBody) SetTags(v []*Tag) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetUpdated

func (s *DescribeClusterDetailResponseBody) SetUpdated(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetVpcId

func (s *DescribeClusterDetailResponseBody) SetVpcId(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetVswitchId

func (s *DescribeClusterDetailResponseBody) SetVswitchId(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetWorkerRamRoleName

func (s *DescribeClusterDetailResponseBody) SetWorkerRamRoleName(v string) *DescribeClusterDetailResponseBody

func (*DescribeClusterDetailResponseBody) SetZoneId

func (s *DescribeClusterDetailResponseBody) SetZoneId(v string) *DescribeClusterDetailResponseBody

func (DescribeClusterDetailResponseBody) String

func (s DescribeClusterDetailResponseBody) String() string

type DescribeClusterEventsRequest added in v3.0.14

type DescribeClusterEventsRequest struct {
	PageNumber *int64  `json:"page_number,omitempty" xml:"page_number,omitempty"`
	PageSize   *int64  `json:"page_size,omitempty" xml:"page_size,omitempty"`
	TaskId     *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (DescribeClusterEventsRequest) GoString added in v3.0.14

func (s DescribeClusterEventsRequest) GoString() string

func (*DescribeClusterEventsRequest) SetPageNumber added in v3.0.14

func (s *DescribeClusterEventsRequest) SetPageNumber(v int64) *DescribeClusterEventsRequest

func (*DescribeClusterEventsRequest) SetPageSize added in v3.0.14

func (s *DescribeClusterEventsRequest) SetPageSize(v int64) *DescribeClusterEventsRequest

func (*DescribeClusterEventsRequest) SetTaskId added in v3.0.14

func (s *DescribeClusterEventsRequest) SetTaskId(v string) *DescribeClusterEventsRequest

func (DescribeClusterEventsRequest) String added in v3.0.14

func (s DescribeClusterEventsRequest) String() string

type DescribeClusterEventsResponse added in v3.0.14

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

func (DescribeClusterEventsResponse) GoString added in v3.0.14

func (s DescribeClusterEventsResponse) GoString() string

func (*DescribeClusterEventsResponse) SetBody added in v3.0.14

func (s *DescribeClusterEventsResponse) SetBody(v *DescribeClusterEventsResponseBody) *DescribeClusterEventsResponse

func (*DescribeClusterEventsResponse) SetHeaders added in v3.0.14

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

func (*DescribeClusterEventsResponse) SetStatusCode added in v3.0.14

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

func (DescribeClusterEventsResponse) String added in v3.0.14

func (s DescribeClusterEventsResponse) String() string

type DescribeClusterEventsResponseBody added in v3.0.14

type DescribeClusterEventsResponseBody struct {
	Events   []*DescribeClusterEventsResponseBodyEvents `json:"events,omitempty" xml:"events,omitempty" type:"Repeated"`
	PageInfo *DescribeClusterEventsResponseBodyPageInfo `json:"page_info,omitempty" xml:"page_info,omitempty" type:"Struct"`
}

func (DescribeClusterEventsResponseBody) GoString added in v3.0.14

func (s DescribeClusterEventsResponseBody) GoString() string

func (*DescribeClusterEventsResponseBody) SetEvents added in v3.0.14

func (s *DescribeClusterEventsResponseBody) SetEvents(v []*DescribeClusterEventsResponseBodyEvents) *DescribeClusterEventsResponseBody

func (*DescribeClusterEventsResponseBody) SetPageInfo added in v3.0.14

func (s *DescribeClusterEventsResponseBody) SetPageInfo(v *DescribeClusterEventsResponseBodyPageInfo) *DescribeClusterEventsResponseBody

func (DescribeClusterEventsResponseBody) String added in v3.0.14

func (s DescribeClusterEventsResponseBody) String() string

type DescribeClusterEventsResponseBodyEvents added in v3.0.14

type DescribeClusterEventsResponseBodyEvents struct {
	ClusterId *string                                      `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	Data      *DescribeClusterEventsResponseBodyEventsData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"`
	EventId   *string                                      `json:"event_id,omitempty" xml:"event_id,omitempty"`
	Source    *string                                      `json:"source,omitempty" xml:"source,omitempty"`
	Subject   *string                                      `json:"subject,omitempty" xml:"subject,omitempty"`
	Time      *string                                      `json:"time,omitempty" xml:"time,omitempty"`
	Type      *string                                      `json:"type,omitempty" xml:"type,omitempty"`
}

func (DescribeClusterEventsResponseBodyEvents) GoString added in v3.0.14

func (s DescribeClusterEventsResponseBodyEvents) GoString() string

func (*DescribeClusterEventsResponseBodyEvents) SetClusterId added in v3.0.14

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

func (*DescribeClusterEventsResponseBodyEvents) SetData added in v3.0.14

func (s *DescribeClusterEventsResponseBodyEvents) SetData(v *DescribeClusterEventsResponseBodyEventsData) *DescribeClusterEventsResponseBodyEvents

func (*DescribeClusterEventsResponseBodyEvents) SetEventId added in v3.0.14

func (s *DescribeClusterEventsResponseBodyEvents) SetEventId(v string) *DescribeClusterEventsResponseBodyEvents

func (*DescribeClusterEventsResponseBodyEvents) SetSource added in v3.0.14

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

func (*DescribeClusterEventsResponseBodyEvents) SetSubject added in v3.0.14

func (s *DescribeClusterEventsResponseBodyEvents) SetSubject(v string) *DescribeClusterEventsResponseBodyEvents

func (*DescribeClusterEventsResponseBodyEvents) SetTime added in v3.0.14

func (s *DescribeClusterEventsResponseBodyEvents) SetTime(v string) *DescribeClusterEventsResponseBodyEvents

func (*DescribeClusterEventsResponseBodyEvents) SetType added in v3.0.14

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

func (DescribeClusterEventsResponseBodyEvents) String added in v3.0.14

func (s DescribeClusterEventsResponseBodyEvents) String() string

type DescribeClusterEventsResponseBodyEventsData added in v3.0.14

type DescribeClusterEventsResponseBodyEventsData struct {
	Level   *string `json:"level,omitempty" xml:"level,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
	Reason  *string `json:"reason,omitempty" xml:"reason,omitempty"`
}

func (DescribeClusterEventsResponseBodyEventsData) GoString added in v3.0.14

func (s DescribeClusterEventsResponseBodyEventsData) GoString() string

func (*DescribeClusterEventsResponseBodyEventsData) SetLevel added in v3.0.14

func (s *DescribeClusterEventsResponseBodyEventsData) SetLevel(v string) *DescribeClusterEventsResponseBodyEventsData

func (*DescribeClusterEventsResponseBodyEventsData) SetMessage added in v3.0.14

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

func (*DescribeClusterEventsResponseBodyEventsData) SetReason added in v3.0.14

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

func (DescribeClusterEventsResponseBodyEventsData) String added in v3.0.14

func (s DescribeClusterEventsResponseBodyEventsData) String() string

type DescribeClusterEventsResponseBodyPageInfo added in v3.0.14

type DescribeClusterEventsResponseBodyPageInfo struct {
	PageNumber *int64 `json:"page_number,omitempty" xml:"page_number,omitempty"`
	PageSize   *int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	TotalCount *int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

func (DescribeClusterEventsResponseBodyPageInfo) GoString added in v3.0.14

func (s DescribeClusterEventsResponseBodyPageInfo) GoString() string

func (*DescribeClusterEventsResponseBodyPageInfo) SetPageNumber added in v3.0.14

func (s *DescribeClusterEventsResponseBodyPageInfo) SetPageNumber(v int64) *DescribeClusterEventsResponseBodyPageInfo

func (*DescribeClusterEventsResponseBodyPageInfo) SetPageSize added in v3.0.14

func (s *DescribeClusterEventsResponseBodyPageInfo) SetPageSize(v int64) *DescribeClusterEventsResponseBodyPageInfo

func (*DescribeClusterEventsResponseBodyPageInfo) SetTotalCount added in v3.0.14

func (s *DescribeClusterEventsResponseBodyPageInfo) SetTotalCount(v int64) *DescribeClusterEventsResponseBodyPageInfo

func (DescribeClusterEventsResponseBodyPageInfo) String added in v3.0.14

func (s DescribeClusterEventsResponseBodyPageInfo) String() string

type DescribeClusterLogsResponse

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

func (DescribeClusterLogsResponse) GoString

func (s DescribeClusterLogsResponse) GoString() string

func (*DescribeClusterLogsResponse) SetBody

func (s *DescribeClusterLogsResponse) SetBody(v []*DescribeClusterLogsResponseBody) *DescribeClusterLogsResponse

func (*DescribeClusterLogsResponse) SetHeaders

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

func (*DescribeClusterLogsResponse) SetStatusCode added in v3.0.13

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

func (DescribeClusterLogsResponse) String

func (s DescribeClusterLogsResponse) String() string

type DescribeClusterLogsResponseBody

type DescribeClusterLogsResponseBody struct {
	ID         *int64  `json:"ID,omitempty" xml:"ID,omitempty"`
	ClusterId  *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	ClusterLog *string `json:"cluster_log,omitempty" xml:"cluster_log,omitempty"`
	Created    *string `json:"created,omitempty" xml:"created,omitempty"`
	Updated    *string `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeClusterLogsResponseBody) GoString

func (s DescribeClusterLogsResponseBody) GoString() string

func (*DescribeClusterLogsResponseBody) SetClusterId

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

func (*DescribeClusterLogsResponseBody) SetClusterLog

func (s *DescribeClusterLogsResponseBody) SetClusterLog(v string) *DescribeClusterLogsResponseBody

func (*DescribeClusterLogsResponseBody) SetCreated

func (s *DescribeClusterLogsResponseBody) SetCreated(v string) *DescribeClusterLogsResponseBody

func (*DescribeClusterLogsResponseBody) SetID

func (s *DescribeClusterLogsResponseBody) SetID(v int64) *DescribeClusterLogsResponseBody

func (*DescribeClusterLogsResponseBody) SetUpdated

func (s *DescribeClusterLogsResponseBody) SetUpdated(v string) *DescribeClusterLogsResponseBody

func (DescribeClusterLogsResponseBody) String

func (s DescribeClusterLogsResponseBody) String() string

type DescribeClusterNodePoolDetailResponse

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

func (DescribeClusterNodePoolDetailResponse) GoString

func (s DescribeClusterNodePoolDetailResponse) GoString() string

func (*DescribeClusterNodePoolDetailResponse) SetBody

func (s *DescribeClusterNodePoolDetailResponse) SetBody(v *DescribeClusterNodePoolDetailResponseBody) *DescribeClusterNodePoolDetailResponse

func (*DescribeClusterNodePoolDetailResponse) SetHeaders

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

func (*DescribeClusterNodePoolDetailResponse) SetStatusCode added in v3.0.13

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

func (DescribeClusterNodePoolDetailResponse) String

func (s DescribeClusterNodePoolDetailResponse) String() string

type DescribeClusterNodePoolDetailResponseBody

type DescribeClusterNodePoolDetailResponseBody struct {
	// The auto scaling configurations of the queried node pool.
	AutoScaling        *DescribeClusterNodePoolDetailResponseBodyAutoScaling        `json:"auto_scaling,omitempty" xml:"auto_scaling,omitempty" type:"Struct"`
	InterconnectConfig *DescribeClusterNodePoolDetailResponseBodyInterconnectConfig `json:"interconnect_config,omitempty" xml:"interconnect_config,omitempty" type:"Struct"`
	// The network type of the edge node pool. Valid values: basic and enhanced. This parameter takes effect only for edge node pools.
	InterconnectMode *string `json:"interconnect_mode,omitempty" xml:"interconnect_mode,omitempty"`
	// The configurations of the cluster where the node pool is deployed.
	KubernetesConfig *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig `json:"kubernetes_config,omitempty" xml:"kubernetes_config,omitempty" type:"Struct"`
	// The configurations about the managed node pool feature.
	Management *DescribeClusterNodePoolDetailResponseBodyManagement `json:"management,omitempty" xml:"management,omitempty" type:"Struct"`
	// The maximum number of nodes that are supported by the edge node pool. The value of this parameter must be equal to or greater than 0. A value of 0 indicates that the number of nodes in the node pool is limited only by the quota of nodes in the cluster. In most cases, this parameter is set to a value larger than 0 for edge node pools. This parameter is set to 0 for node pools of the ess type or default edge node pools.
	MaxNodes *int64 `json:"max_nodes,omitempty" xml:"max_nodes,omitempty"`
	// The configurations of the node pool.
	NodepoolInfo *DescribeClusterNodePoolDetailResponseBodyNodepoolInfo `json:"nodepool_info,omitempty" xml:"nodepool_info,omitempty" type:"Struct"`
	// The configurations of the scaling group.
	ScalingGroup *DescribeClusterNodePoolDetailResponseBodyScalingGroup `json:"scaling_group,omitempty" xml:"scaling_group,omitempty" type:"Struct"`
	Status       *DescribeClusterNodePoolDetailResponseBodyStatus       `json:"status,omitempty" xml:"status,omitempty" type:"Struct"`
	// The configurations of confidential computing.
	TeeConfig *DescribeClusterNodePoolDetailResponseBodyTeeConfig `json:"tee_config,omitempty" xml:"tee_config,omitempty" type:"Struct"`
}

func (DescribeClusterNodePoolDetailResponseBody) GoString

func (s DescribeClusterNodePoolDetailResponseBody) GoString() string

func (*DescribeClusterNodePoolDetailResponseBody) SetAutoScaling

func (s *DescribeClusterNodePoolDetailResponseBody) SetAutoScaling(v *DescribeClusterNodePoolDetailResponseBodyAutoScaling) *DescribeClusterNodePoolDetailResponseBody

func (*DescribeClusterNodePoolDetailResponseBody) SetInterconnectConfig

func (s *DescribeClusterNodePoolDetailResponseBody) SetInterconnectConfig(v *DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) *DescribeClusterNodePoolDetailResponseBody

func (*DescribeClusterNodePoolDetailResponseBody) SetInterconnectMode

func (s *DescribeClusterNodePoolDetailResponseBody) SetInterconnectMode(v string) *DescribeClusterNodePoolDetailResponseBody

func (*DescribeClusterNodePoolDetailResponseBody) SetKubernetesConfig

func (s *DescribeClusterNodePoolDetailResponseBody) SetKubernetesConfig(v *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) *DescribeClusterNodePoolDetailResponseBody

func (*DescribeClusterNodePoolDetailResponseBody) SetManagement

func (s *DescribeClusterNodePoolDetailResponseBody) SetManagement(v *DescribeClusterNodePoolDetailResponseBodyManagement) *DescribeClusterNodePoolDetailResponseBody

func (*DescribeClusterNodePoolDetailResponseBody) SetMaxNodes

func (s *DescribeClusterNodePoolDetailResponseBody) SetMaxNodes(v int64) *DescribeClusterNodePoolDetailResponseBody

func (*DescribeClusterNodePoolDetailResponseBody) SetNodepoolInfo

func (s *DescribeClusterNodePoolDetailResponseBody) SetNodepoolInfo(v *DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) *DescribeClusterNodePoolDetailResponseBody

func (*DescribeClusterNodePoolDetailResponseBody) SetScalingGroup

func (s *DescribeClusterNodePoolDetailResponseBody) SetScalingGroup(v *DescribeClusterNodePoolDetailResponseBodyScalingGroup) *DescribeClusterNodePoolDetailResponseBody

func (*DescribeClusterNodePoolDetailResponseBody) SetStatus

func (s *DescribeClusterNodePoolDetailResponseBody) SetStatus(v *DescribeClusterNodePoolDetailResponseBodyStatus) *DescribeClusterNodePoolDetailResponseBody

func (*DescribeClusterNodePoolDetailResponseBody) SetTeeConfig

func (s *DescribeClusterNodePoolDetailResponseBody) SetTeeConfig(v *DescribeClusterNodePoolDetailResponseBodyTeeConfig) *DescribeClusterNodePoolDetailResponseBody

func (DescribeClusterNodePoolDetailResponseBody) String

func (s DescribeClusterNodePoolDetailResponseBody) String() string

type DescribeClusterNodePoolDetailResponseBodyAutoScaling

type DescribeClusterNodePoolDetailResponseBodyAutoScaling struct {
	// The peak bandwidth of the elastic IP address (EIP) that is associated with the node pool.
	EipBandwidth *int64 `json:"eip_bandwidth,omitempty" xml:"eip_bandwidth,omitempty"`
	// The billing method of the EIP. Valid values:
	//
	// *   `PayByBandwidth`: pay-by-bandwidth
	// *   `PayByTraffic`: pay-by-data-transfer
	EipInternetChargeType *string `json:"eip_internet_charge_type,omitempty" xml:"eip_internet_charge_type,omitempty"`
	// Indicates whether auto scaling is enabled. Valid values:
	//
	// *   `true`: Auto scaling is enabled.
	// *   `false`: Auto scaling is disabled. If this parameter is set to false, other parameters in the `auto_scaling` section do not take effect.
	Enable *bool `json:"enable,omitempty" xml:"enable,omitempty"`
	// Indicates whether an EIP is associated with the node pool. Valid values:
	//
	// *   `true`: An EIP is associated with the node pool.
	// *   `false`: No EIP is associated with the node pool.
	IsBondEip *bool `json:"is_bond_eip,omitempty" xml:"is_bond_eip,omitempty"`
	// The maximum number of Elastic Compute Service (ECS) instances supported by the node pool.
	MaxInstances *int64 `json:"max_instances,omitempty" xml:"max_instances,omitempty"`
	// The minimum number of ECS instances that must be kept in the node pool.
	MinInstances *int64 `json:"min_instances,omitempty" xml:"min_instances,omitempty"`
	// The instance types that can be used for the auto scaling of the node pool. Valid values:
	//
	// *   `cpu`: regular instance
	// *   `gpu`: GPU-accelerated instance
	// *   `gpushare`: shared GPU-accelerated instance
	// *   `spot`: preemptible instance
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (DescribeClusterNodePoolDetailResponseBodyAutoScaling) GoString

func (s DescribeClusterNodePoolDetailResponseBodyAutoScaling) GoString() string

func (*DescribeClusterNodePoolDetailResponseBodyAutoScaling) SetEipBandwidth

func (s *DescribeClusterNodePoolDetailResponseBodyAutoScaling) SetEipBandwidth(v int64) *DescribeClusterNodePoolDetailResponseBodyAutoScaling

func (*DescribeClusterNodePoolDetailResponseBodyAutoScaling) SetEipInternetChargeType

func (s *DescribeClusterNodePoolDetailResponseBodyAutoScaling) SetEipInternetChargeType(v string) *DescribeClusterNodePoolDetailResponseBodyAutoScaling

func (*DescribeClusterNodePoolDetailResponseBodyAutoScaling) SetEnable

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

func (*DescribeClusterNodePoolDetailResponseBodyAutoScaling) SetIsBondEip

func (s *DescribeClusterNodePoolDetailResponseBodyAutoScaling) SetIsBondEip(v bool) *DescribeClusterNodePoolDetailResponseBodyAutoScaling

func (*DescribeClusterNodePoolDetailResponseBodyAutoScaling) SetMaxInstances

func (s *DescribeClusterNodePoolDetailResponseBodyAutoScaling) SetMaxInstances(v int64) *DescribeClusterNodePoolDetailResponseBodyAutoScaling

func (*DescribeClusterNodePoolDetailResponseBodyAutoScaling) SetMinInstances

func (s *DescribeClusterNodePoolDetailResponseBodyAutoScaling) SetMinInstances(v int64) *DescribeClusterNodePoolDetailResponseBodyAutoScaling

func (*DescribeClusterNodePoolDetailResponseBodyAutoScaling) SetType

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

func (DescribeClusterNodePoolDetailResponseBodyAutoScaling) String

func (s DescribeClusterNodePoolDetailResponseBodyAutoScaling) String() string

type DescribeClusterNodePoolDetailResponseBodyInterconnectConfig

type DescribeClusterNodePoolDetailResponseBodyInterconnectConfig struct {
	Bandwidth      *int64  `json:"bandwidth,omitempty" xml:"bandwidth,omitempty"`
	CcnId          *string `json:"ccn_id,omitempty" xml:"ccn_id,omitempty"`
	CcnRegionId    *string `json:"ccn_region_id,omitempty" xml:"ccn_region_id,omitempty"`
	CenId          *string `json:"cen_id,omitempty" xml:"cen_id,omitempty"`
	ImprovedPeriod *string `json:"improved_period,omitempty" xml:"improved_period,omitempty"`
}

func (DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) GoString

func (s DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) GoString() string

func (*DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) SetBandwidth

func (s *DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) SetBandwidth(v int64) *DescribeClusterNodePoolDetailResponseBodyInterconnectConfig

func (*DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) SetCcnId

func (s *DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) SetCcnId(v string) *DescribeClusterNodePoolDetailResponseBodyInterconnectConfig

func (*DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) SetCcnRegionId

func (s *DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) SetCcnRegionId(v string) *DescribeClusterNodePoolDetailResponseBodyInterconnectConfig

func (*DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) SetCenId

func (s *DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) SetCenId(v string) *DescribeClusterNodePoolDetailResponseBodyInterconnectConfig

func (*DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) SetImprovedPeriod

func (s *DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) SetImprovedPeriod(v string) *DescribeClusterNodePoolDetailResponseBodyInterconnectConfig

func (DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) String

func (s DescribeClusterNodePoolDetailResponseBodyInterconnectConfig) String() string

type DescribeClusterNodePoolDetailResponseBodyKubernetesConfig

type DescribeClusterNodePoolDetailResponseBodyKubernetesConfig struct {
	// Indicates whether the CloudMonitor agent is installed on ECS nodes in the cluster. After the CloudMonitor agent is installed, you can view monitoring information about the ECS instances in the CloudMonitor console. Installation is recommended. Valid values:
	//
	// *   `true`: The CloudMonitor agent is installed on ECS nodes.
	// *   `false`: The CloudMonitor agent is not installed on ECS nodes.
	CmsEnabled *bool `json:"cms_enabled,omitempty" xml:"cms_enabled,omitempty"`
	// The CPU management policy of the nodes in the node pool. The following policies are supported if the Kubernetes version of the cluster is 1.12.6 or later.
	//
	// *   `static`: allows pods with specific resource characteristics on the node to be granted enhanced CPU affinity and exclusivity.
	// *   `none`: indicates that the default CPU affinity is used.
	CpuPolicy *string `json:"cpu_policy,omitempty" xml:"cpu_policy,omitempty"`
	// The labels of the nodes in the node pool. You can add labels to the nodes in the cluster. You must add labels based on the following rules:
	//
	// *   Each label is a case-sensitive key-value pair. You can add up to 20 labels.
	// *   A key must be unique and cannot exceed 64 characters in length. A value can be empty and cannot exceed 128 characters in length. Keys and values cannot start with `aliyun`, `acs:`, `https://`, or `http://`. For more information, see [Labels and Selectors](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set).
	Labels []*Tag `json:"labels,omitempty" xml:"labels,omitempty" type:"Repeated"`
	// A custom node name consists of a prefix, an IP substring, and a suffix.
	//
	// *   The prefix and suffix can contain multiple parts that are separated by periods (.). Each part can contain lowercase letters, digits, and hyphens (-). A custom node name must start and end with a digit or lowercase letter.
	// *   The IP substring length specifies the number of digits to be truncated from the end of the node IP address. The IP substring length ranges from 5 to 12.
	//
	// For example, if the node IP address is 192.168.0.55, the prefix is aliyun.com, the IP substring length is 5, and the suffix is test, the node name will be aliyun.com00055test.
	NodeNameMode *string `json:"node_name_mode,omitempty" xml:"node_name_mode,omitempty"`
	// The name of the container runtime.
	Runtime *string `json:"runtime,omitempty" xml:"runtime,omitempty"`
	// The version of the container runtime.
	RuntimeVersion *string `json:"runtime_version,omitempty" xml:"runtime_version,omitempty"`
	// The taints of the nodes. Taints are added to nodes to prevent pods from being scheduled to inappropriate nodes. However, toleration rules allow pods to be scheduled to nodes with matching taints. For more information, see [taint-and-toleration](https://kubernetes.io/zh/docs/concepts/scheduling-eviction/taint-and-toleration/).
	Taints []*Taint `json:"taints,omitempty" xml:"taints,omitempty" type:"Repeated"`
	// The user-defined data of the node pool. For more information, see [Generate user-defined data](~~49121~~).
	UserData *string `json:"user_data,omitempty" xml:"user_data,omitempty"`
}

func (DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) GoString

func (s DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) GoString() string

func (*DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetCmsEnabled

func (s *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetCmsEnabled(v bool) *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig

func (*DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetCpuPolicy

func (s *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetCpuPolicy(v string) *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig

func (*DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetLabels

func (s *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetLabels(v []*Tag) *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig

func (*DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetNodeNameMode

func (s *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetNodeNameMode(v string) *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig

func (*DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetRuntime

func (s *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetRuntime(v string) *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig

func (*DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetRuntimeVersion

func (s *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetRuntimeVersion(v string) *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig

func (*DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetTaints

func (s *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetTaints(v []*Taint) *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig

func (*DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetUserData

func (s *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) SetUserData(v string) *DescribeClusterNodePoolDetailResponseBodyKubernetesConfig

func (DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) String

func (s DescribeClusterNodePoolDetailResponseBodyKubernetesConfig) String() string

type DescribeClusterNodePoolDetailResponseBodyManagement

type DescribeClusterNodePoolDetailResponseBodyManagement struct {
	// Indicates whether enable auto repair is enabled. This parameter takes effect only when `enable=true` is specified.
	//
	// *   `true`: Auto repair is enabled.
	// *   `false`: Auto repair is disabled.
	AutoRepair *bool `json:"auto_repair,omitempty" xml:"auto_repair,omitempty"`
	// Indicates whether to enable the managed node pool feature is enabled. Valid values:
	//
	// *   `true`: The managed node pool feature is enabled.
	// *   `false`: The managed node pool feature is disabled. Other parameters in this section take effect only when `enable=true` is specified.
	Enable *bool `json:"enable,omitempty" xml:"enable,omitempty"`
	// The configurations of auto upgrade. The configurations take effect only when `enable=true` is specified.
	UpgradeConfig *DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig `json:"upgrade_config,omitempty" xml:"upgrade_config,omitempty" type:"Struct"`
}

func (DescribeClusterNodePoolDetailResponseBodyManagement) GoString

func (s DescribeClusterNodePoolDetailResponseBodyManagement) GoString() string

func (*DescribeClusterNodePoolDetailResponseBodyManagement) SetAutoRepair

func (s *DescribeClusterNodePoolDetailResponseBodyManagement) SetAutoRepair(v bool) *DescribeClusterNodePoolDetailResponseBodyManagement

func (*DescribeClusterNodePoolDetailResponseBodyManagement) SetEnable

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

func (*DescribeClusterNodePoolDetailResponseBodyManagement) SetUpgradeConfig

func (s *DescribeClusterNodePoolDetailResponseBodyManagement) SetUpgradeConfig(v *DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig) *DescribeClusterNodePoolDetailResponseBodyManagement

func (DescribeClusterNodePoolDetailResponseBodyManagement) String

func (s DescribeClusterNodePoolDetailResponseBodyManagement) String() string

type DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig

type DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig struct {
	// Indicates whether auto upgrade is enabled. Valid values:
	//
	// *   `true`: Auto upgrade is enabled.
	// *   `false`: Auto upgrade is disabled.
	AutoUpgrade *bool `json:"auto_upgrade,omitempty" xml:"auto_upgrade,omitempty"`
	// The maximum number of nodes that can be in the Unavailable state. Valid values: 1 to 1000.
	//
	// Default value: 1
	MaxUnavailable *int64 `json:"max_unavailable,omitempty" xml:"max_unavailable,omitempty"`
	// The number of nodes that are temporarily added to the node pool during an auto upgrade.
	Surge *int64 `json:"surge,omitempty" xml:"surge,omitempty"`
	// The percentage of temporary nodes to the nodes in the node pool. You must set this parameter or `surge`.
	SurgePercentage *int64 `json:"surge_percentage,omitempty" xml:"surge_percentage,omitempty"`
}

func (DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig) GoString

func (s DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig) GoString() string

func (*DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig) SetAutoUpgrade

func (s *DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig) SetAutoUpgrade(v bool) *DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig

func (*DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig) SetMaxUnavailable

func (s *DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig) SetMaxUnavailable(v int64) *DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig

func (*DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig) SetSurge

func (s *DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig) SetSurge(v int64) *DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig

func (*DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig) SetSurgePercentage

func (s *DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig) SetSurgePercentage(v int64) *DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig

func (DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig) String

func (s DescribeClusterNodePoolDetailResponseBodyManagementUpgradeConfig) String() string

type DescribeClusterNodePoolDetailResponseBodyNodepoolInfo

type DescribeClusterNodePoolDetailResponseBodyNodepoolInfo struct {
	// The time when the node pool was created.
	Created *string `json:"created,omitempty" xml:"created,omitempty"`
	// Indicates whether the node pool is a default node pool. A Container Service for Kubernetes (ACK) cluster usually has only one default node pool. Valid values:
	//
	// `true`: The node pool is a default node pool.
	//
	// `false`: The node pool is not a default node pool.
	IsDefault *bool `json:"is_default,omitempty" xml:"is_default,omitempty"`
	// The name of the node pool.
	//
	// The name must be 1 to 63 characters in length, and can contain digits, letters, and hyphens (-). It cannot start with a hyphen (-).
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	// The ID of the node pool.
	NodepoolId *string `json:"nodepool_id,omitempty" xml:"nodepool_id,omitempty"`
	// The ID of the region where the node pool is deployed.
	RegionId *string `json:"region_id,omitempty" xml:"region_id,omitempty"`
	// The ID of the resource group to which the node pool belongs.
	ResourceGroupId *string `json:"resource_group_id,omitempty" xml:"resource_group_id,omitempty"`
	// The type of the node pool.
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
	// The time when the node pool was last updated.
	Updated *string `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) GoString

func (s DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) GoString() string

func (*DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) SetCreated

func (s *DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) SetCreated(v string) *DescribeClusterNodePoolDetailResponseBodyNodepoolInfo

func (*DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) SetIsDefault

func (s *DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) SetIsDefault(v bool) *DescribeClusterNodePoolDetailResponseBodyNodepoolInfo

func (*DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) SetName

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

func (*DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) SetNodepoolId

func (s *DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) SetNodepoolId(v string) *DescribeClusterNodePoolDetailResponseBodyNodepoolInfo

func (*DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) SetRegionId

func (s *DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) SetRegionId(v string) *DescribeClusterNodePoolDetailResponseBodyNodepoolInfo

func (*DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) SetResourceGroupId

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

func (*DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) SetType

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

func (*DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) SetUpdated

func (s *DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) SetUpdated(v string) *DescribeClusterNodePoolDetailResponseBodyNodepoolInfo

func (DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) String

func (s DescribeClusterNodePoolDetailResponseBodyNodepoolInfo) String() string

type DescribeClusterNodePoolDetailResponseBodyScalingGroup

type DescribeClusterNodePoolDetailResponseBodyScalingGroup struct {
	// Indicates whether auto-renewal is enabled for the nodes in the node pool. This parameter takes effect only when `instance_charge_type` is set to `PrePaid`. Valid values:
	//
	// *   `true`: Auto-renewal is enabled.
	// *   `false`: Auto-renewal is disabled.
	AutoRenew *bool `json:"auto_renew,omitempty" xml:"auto_renew,omitempty"`
	// The duration of the auto-renewal. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
	//
	// If you specify `PeriodUnit=Month`, the valid values are 1, 2, 3, 6, and 12.
	AutoRenewPeriod *int64 `json:"auto_renew_period,omitempty" xml:"auto_renew_period,omitempty"`
	// Indicates whether pay-as-you-go instances are automatically created to meet the required number of ECS instances if preemptible instances cannot be created due to reasons such as cost or insufficient inventory. This parameter takes effect when `multi_az_policy` is set to `COST_OPTIMIZED`. Valid values:
	//
	// *   `true`: Pay-as-you-go instances are automatically created to meet the required number of ECS instances if preemptible instances cannot be created.
	// *   `false`: Pay-as-you-go instances are not automatically created to meet the required number of ECS instances if preemptible instances cannot be created.
	CompensateWithOnDemand *bool `json:"compensate_with_on_demand,omitempty" xml:"compensate_with_on_demand,omitempty"`
	// The configurations of the data disks that are attached to the nodes in the node pool. The configurations include the disk type and disk size.
	DataDisks []*DataDisk `json:"data_disks,omitempty" xml:"data_disks,omitempty" type:"Repeated"`
	// The ID of the deployment set to which the ECS instances in the node pool belong.
	DeploymentsetId *string `json:"deploymentset_id,omitempty" xml:"deploymentset_id,omitempty"`
	// The expected number of nodes in the node pool.
	DesiredSize *int64 `json:"desired_size,omitempty" xml:"desired_size,omitempty"`
	// The ID of the custom image. You can call the `DescribeKubernetesVersionMetadata` operation to query the images supported by ACK.
	ImageId *string `json:"image_id,omitempty" xml:"image_id,omitempty"`
	// The billing method of the nodes in the node pool. Valid values:
	//
	// *   `PrePaid`: subscription
	// *   `PostPaid`: pay-as-you-go
	InstanceChargeType *string `json:"instance_charge_type,omitempty" xml:"instance_charge_type,omitempty"`
	// The instance types of the nodes in the node pool.
	InstanceTypes []*string `json:"instance_types,omitempty" xml:"instance_types,omitempty" type:"Repeated"`
	// The billing method of the public IP address of the node.
	InternetChargeType *string `json:"internet_charge_type,omitempty" xml:"internet_charge_type,omitempty"`
	// The maximum outbound bandwidth of the public IP address of the node. Unit: Mbit/s. Valid values: 1 to 100.
	InternetMaxBandwidthOut *int64 `json:"internet_max_bandwidth_out,omitempty" xml:"internet_max_bandwidth_out,omitempty"`
	// The name of the key pair. You must set this parameter or the `login_password` parameter. You must set `key_pair` if the node pool is a managed node pool.
	KeyPair *string `json:"key_pair,omitempty" xml:"key_pair,omitempty"`
	// The password for SSH logon. You must set this parameter or the `key_pair` parameter. The password must be 8 to 30 characters in length, and must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
	//
	// For security purposes, the returned password is encrypted.
	LoginPassword *string `json:"login_password,omitempty" xml:"login_password,omitempty"`
	// The ECS instance scaling policy for a multi-zone scaling group. Valid values:
	//
	// *   `PRIORITY`: the scaling group is scaled based on the VSwitchIds.N parameter. If an ECS instance cannot be created in the zone where the vSwitch that has the highest priority resides, Auto Scaling creates the ECS instance in the zone where the vSwitch that has the next highest priority resides.
	//
	// *   `COST_OPTIMIZED`: ECS instances are created based on the vCPU unit price in ascending order. Preemptible instances are preferably created when preemptible instance types are specified in the scaling configuration. You can set the `CompensateWithOnDemand` parameter to specify whether to automatically create pay-as-you-go instances when preemptible instances cannot be created due to insufficient resources.
	//
	//     **
	//
	//     **Note** `COST_OPTIMIZED` is valid only when multiple instance types are specified or at least one preemptible instance type is specified.
	//
	// *   `BALANCE`: ECS instances are evenly distributed across multiple zones specified by the scaling group. If ECS instances become imbalanced among multiple zones due to insufficient inventory, you can call the RebalanceInstances operation of Auto Scaling to balance the instance distribution among zones. For more information, see [RebalanceInstances](~~71516~~)
	//
	// Default value: `PRIORITY`
	MultiAzPolicy *string `json:"multi_az_policy,omitempty" xml:"multi_az_policy,omitempty"`
	// The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. If the number of pay-as-you-go instances is less than the value of this parameter, Auto Scaling preferably creates pay-as-you-go instances.
	OnDemandBaseCapacity *int64 `json:"on_demand_base_capacity,omitempty" xml:"on_demand_base_capacity,omitempty"`
	// The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
	OnDemandPercentageAboveBaseCapacity *int64 `json:"on_demand_percentage_above_base_capacity,omitempty" xml:"on_demand_percentage_above_base_capacity,omitempty"`
	// The subscription duration of worker nodes. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
	//
	// If `PeriodUnit=Month` is specified, the valid values are 1, 2, 3, 6, 12, 24, 36, 48, and 60.
	Period *int64 `json:"period,omitempty" xml:"period,omitempty"`
	// The billing cycle of the nodes. This parameter is required if `instance_charge_type` is set to `PrePaid`.
	//
	// Valid value: `Month`
	PeriodUnit *string `json:"period_unit,omitempty" xml:"period_unit,omitempty"`
	// The release version of the operating system. Valid values:
	//
	// *   `CentOS`
	// *   `AliyunLinux`
	// *   `Windows`
	// *   `WindowsCore`
	Platform *string `json:"platform,omitempty" xml:"platform,omitempty"`
	// The configurations of the private node pool.
	PrivatePoolOptions *DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions `json:"private_pool_options,omitempty" xml:"private_pool_options,omitempty" type:"Struct"`
	// The name of the worker Resource Access Management (RAM) role. The RAM role is assigned to the worker nodes of the cluster to allow the worker nodes to manage ECS instances.
	RamPolicy *string `json:"ram_policy,omitempty" xml:"ram_policy,omitempty"`
	// The IDs of the ApsaraDB RDS instances.
	RdsInstances []*string `json:"rds_instances,omitempty" xml:"rds_instances,omitempty" type:"Repeated"`
	// The ID of the scaling group.
	ScalingGroupId *string `json:"scaling_group_id,omitempty" xml:"scaling_group_id,omitempty"`
	// The scaling mode of the scaling group. Valid values:
	//
	// *   `release`: the standard mode. ECS instances are created and released based on the resource usage.
	// *   `recycle`: the swift mode. ECS instances are created, stopped, or started during scaling events. This reduces the time required for the next scale-out event. When the instance is stopped, you are charged only for the storage service. This does not apply to ECS instances attached with local disks.
	ScalingPolicy *string `json:"scaling_policy,omitempty" xml:"scaling_policy,omitempty"`
	// The ID of the security group to which the node pool is added. If the node pool is added to multiple security groups, the first ID in the value of `security_group_ids` is returned.
	SecurityGroupId *string `json:"security_group_id,omitempty" xml:"security_group_id,omitempty"`
	// The IDs of the security groups to which the node pool is added.
	SecurityGroupIds []*string `json:"security_group_ids,omitempty" xml:"security_group_ids,omitempty" type:"Repeated"`
	// The number of instance types that are available for creating preemptible instances. Auto Scaling creates preemptible instances of multiple instance types that are available at the lowest cost. Valid values: 1 to 10.
	SpotInstancePools *int64 `json:"spot_instance_pools,omitempty" xml:"spot_instance_pools,omitempty"`
	// Indicates whether preemptible instances are supplemented when the number of preemptible instances drops below the specified minimum number. If this parameter is set to true, when the scaling group receives a system message that a preemptible instance is to be reclaimed, the scaling group attempts to create a new instance to replace this instance. Valid values: Valid values:
	//
	// *   `true`: Supplementation of preemptible instances is enabled.
	// *   `false`: Supplementation of preemptible instances is disabled.
	SpotInstanceRemedy *bool `json:"spot_instance_remedy,omitempty" xml:"spot_instance_remedy,omitempty"`
	// The bid configurations of preemptible instances.
	SpotPriceLimit []*DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit `json:"spot_price_limit,omitempty" xml:"spot_price_limit,omitempty" type:"Repeated"`
	// The bidding policy of preemptible instances. Valid values:
	//
	// *   NoSpot: a non-preemptible instance.
	// *   SpotWithPriceLimit: a preemptible instance that is configured with the highest bid price.
	// *   SpotAsPriceGo: a preemptible instance for which the system automatically bids based on the current market price.
	//
	// For more information, see [Preemptible instances](~~157759~~).
	SpotStrategy *string `json:"spot_strategy,omitempty" xml:"spot_strategy,omitempty"`
	// The type of system disk. Valid values:
	//
	// *   `cloud_efficiency`: ultra disk
	// *   `cloud_ssd`: standard SSD
	SystemDiskCategory *string `json:"system_disk_category,omitempty" xml:"system_disk_category,omitempty"`
	// The performance level (PL) of the system disk that you want to use for the node. This parameter takes effect only for enhanced SSDs (ESSDs).
	SystemDiskPerformanceLevel *string `json:"system_disk_performance_level,omitempty" xml:"system_disk_performance_level,omitempty"`
	// The system disk size of a node. Unit: GiB.
	//
	// Valid values: 20 to 500
	SystemDiskSize *int64 `json:"system_disk_size,omitempty" xml:"system_disk_size,omitempty"`
	// The labels that you want to add to the ECS instances.
	//
	// A key must be unique and cannot exceed 128 characters in length. Neither keys nor values can start with aliyun or acs:. Neither keys nor values can contain https:// or http://.
	Tags []*Tag `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
	// The IDs of vSwitches.
	VswitchIds []*string `json:"vswitch_ids,omitempty" xml:"vswitch_ids,omitempty" type:"Repeated"`
}

func (DescribeClusterNodePoolDetailResponseBodyScalingGroup) GoString

func (s DescribeClusterNodePoolDetailResponseBodyScalingGroup) GoString() string

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetAutoRenew

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetAutoRenew(v bool) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetAutoRenewPeriod

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetAutoRenewPeriod(v int64) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetCompensateWithOnDemand

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetCompensateWithOnDemand(v bool) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetDataDisks

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetDataDisks(v []*DataDisk) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetDeploymentsetId

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetDeploymentsetId(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetDesiredSize

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetDesiredSize(v int64) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetImageId

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetImageId(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetInstanceChargeType

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetInstanceChargeType(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetInstanceTypes

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetInstanceTypes(v []*string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetInternetChargeType

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetInternetChargeType(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetInternetMaxBandwidthOut

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetInternetMaxBandwidthOut(v int64) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetKeyPair

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetKeyPair(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetLoginPassword

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetLoginPassword(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetMultiAzPolicy

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetMultiAzPolicy(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetOnDemandBaseCapacity

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetOnDemandBaseCapacity(v int64) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetOnDemandPercentageAboveBaseCapacity

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetOnDemandPercentageAboveBaseCapacity(v int64) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetPeriod

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetPeriod(v int64) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetPeriodUnit

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetPeriodUnit(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetPlatform

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetPlatform(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetPrivatePoolOptions added in v3.0.27

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetPrivatePoolOptions(v *DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetRamPolicy

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetRamPolicy(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetRdsInstances

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetRdsInstances(v []*string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetScalingGroupId

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetScalingGroupId(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetScalingPolicy

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetScalingPolicy(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSecurityGroupId

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSecurityGroupId(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSecurityGroupIds

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSecurityGroupIds(v []*string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSpotInstancePools

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSpotInstancePools(v int64) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSpotInstanceRemedy

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSpotInstanceRemedy(v bool) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSpotPriceLimit

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSpotPriceLimit(v []*DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSpotStrategy

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSpotStrategy(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSystemDiskCategory

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSystemDiskCategory(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSystemDiskPerformanceLevel

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSystemDiskPerformanceLevel(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSystemDiskSize

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetSystemDiskSize(v int64) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetTags

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetTags(v []*Tag) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetVswitchIds

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroup) SetVswitchIds(v []*string) *DescribeClusterNodePoolDetailResponseBodyScalingGroup

func (DescribeClusterNodePoolDetailResponseBodyScalingGroup) String

func (s DescribeClusterNodePoolDetailResponseBodyScalingGroup) String() string

type DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions added in v3.0.27

type DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions struct {
	// The ID of the private node pool.
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
	// The type of private node pool. This parameter specifies the type of the private pool that you want to use to create instances. A private pool is generated when an elasticity assurance or a capacity reservation takes effect. You can select a private pool to start instances. Valid values:
	//
	// *   `Open`: open private pool. The system selects an open private pool to start instances. If no matching open private pools are available, the resources in the public pool are used.
	// *   `Target`: specific private pool. The system uses the resources of the specified private pool to start instances. If the specified private pool is unavailable, instances cannot be started.
	// *   `None`: no private pool is used. The resources of private pools are not used to start instances.
	MatchCriteria *string `json:"match_criteria,omitempty" xml:"match_criteria,omitempty"`
}

func (DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions) GoString added in v3.0.27

func (s DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions) GoString() string

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions) SetId added in v3.0.27

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions) SetId(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions) SetMatchCriteria added in v3.0.27

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions) SetMatchCriteria(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions

func (DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions) String added in v3.0.27

func (s DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions) String() string

type DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit

type DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit struct {
	// The instance type of preemptible instances.
	InstanceType *string `json:"instance_type,omitempty" xml:"instance_type,omitempty"`
	// The price limit of a preemptible instance.
	//
	// Unit: USD/hour.
	PriceLimit *string `json:"price_limit,omitempty" xml:"price_limit,omitempty"`
}

func (DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit) GoString

func (s DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit) GoString() string

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit) SetInstanceType

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

func (*DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit) SetPriceLimit

func (s *DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit) SetPriceLimit(v string) *DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit

func (DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit) String

func (s DescribeClusterNodePoolDetailResponseBodyScalingGroupSpotPriceLimit) String() string

type DescribeClusterNodePoolDetailResponseBodyStatus

type DescribeClusterNodePoolDetailResponseBodyStatus struct {
	FailedNodes   *int64  `json:"failed_nodes,omitempty" xml:"failed_nodes,omitempty"`
	HealthyNodes  *int64  `json:"healthy_nodes,omitempty" xml:"healthy_nodes,omitempty"`
	InitialNodes  *int64  `json:"initial_nodes,omitempty" xml:"initial_nodes,omitempty"`
	OfflineNodes  *int64  `json:"offline_nodes,omitempty" xml:"offline_nodes,omitempty"`
	RemovingNodes *int64  `json:"removing_nodes,omitempty" xml:"removing_nodes,omitempty"`
	ServingNodes  *int64  `json:"serving_nodes,omitempty" xml:"serving_nodes,omitempty"`
	State         *string `json:"state,omitempty" xml:"state,omitempty"`
	TotalNodes    *int64  `json:"total_nodes,omitempty" xml:"total_nodes,omitempty"`
}

func (DescribeClusterNodePoolDetailResponseBodyStatus) GoString

func (s DescribeClusterNodePoolDetailResponseBodyStatus) GoString() string

func (*DescribeClusterNodePoolDetailResponseBodyStatus) SetFailedNodes

func (s *DescribeClusterNodePoolDetailResponseBodyStatus) SetFailedNodes(v int64) *DescribeClusterNodePoolDetailResponseBodyStatus

func (*DescribeClusterNodePoolDetailResponseBodyStatus) SetHealthyNodes

func (s *DescribeClusterNodePoolDetailResponseBodyStatus) SetHealthyNodes(v int64) *DescribeClusterNodePoolDetailResponseBodyStatus

func (*DescribeClusterNodePoolDetailResponseBodyStatus) SetInitialNodes

func (s *DescribeClusterNodePoolDetailResponseBodyStatus) SetInitialNodes(v int64) *DescribeClusterNodePoolDetailResponseBodyStatus

func (*DescribeClusterNodePoolDetailResponseBodyStatus) SetOfflineNodes

func (s *DescribeClusterNodePoolDetailResponseBodyStatus) SetOfflineNodes(v int64) *DescribeClusterNodePoolDetailResponseBodyStatus

func (*DescribeClusterNodePoolDetailResponseBodyStatus) SetRemovingNodes

func (s *DescribeClusterNodePoolDetailResponseBodyStatus) SetRemovingNodes(v int64) *DescribeClusterNodePoolDetailResponseBodyStatus

func (*DescribeClusterNodePoolDetailResponseBodyStatus) SetServingNodes

func (s *DescribeClusterNodePoolDetailResponseBodyStatus) SetServingNodes(v int64) *DescribeClusterNodePoolDetailResponseBodyStatus

func (*DescribeClusterNodePoolDetailResponseBodyStatus) SetState

func (s *DescribeClusterNodePoolDetailResponseBodyStatus) SetState(v string) *DescribeClusterNodePoolDetailResponseBodyStatus

func (*DescribeClusterNodePoolDetailResponseBodyStatus) SetTotalNodes

func (s *DescribeClusterNodePoolDetailResponseBodyStatus) SetTotalNodes(v int64) *DescribeClusterNodePoolDetailResponseBodyStatus

func (DescribeClusterNodePoolDetailResponseBodyStatus) String

func (s DescribeClusterNodePoolDetailResponseBodyStatus) String() string

type DescribeClusterNodePoolDetailResponseBodyTeeConfig

type DescribeClusterNodePoolDetailResponseBodyTeeConfig struct {
	// Indicates whether confidential computing is enabled. Valid values:
	//
	// *   `true`: Confidential computing is enabled.
	// *   `false`: Confidential computing is disabled.
	TeeEnable *bool `json:"tee_enable,omitempty" xml:"tee_enable,omitempty"`
}

func (DescribeClusterNodePoolDetailResponseBodyTeeConfig) GoString

func (s DescribeClusterNodePoolDetailResponseBodyTeeConfig) GoString() string

func (*DescribeClusterNodePoolDetailResponseBodyTeeConfig) SetTeeEnable

func (s *DescribeClusterNodePoolDetailResponseBodyTeeConfig) SetTeeEnable(v bool) *DescribeClusterNodePoolDetailResponseBodyTeeConfig

func (DescribeClusterNodePoolDetailResponseBodyTeeConfig) String

func (s DescribeClusterNodePoolDetailResponseBodyTeeConfig) String() string

type DescribeClusterNodePoolsResponse

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

func (DescribeClusterNodePoolsResponse) GoString

func (s DescribeClusterNodePoolsResponse) GoString() string

func (*DescribeClusterNodePoolsResponse) SetBody

func (s *DescribeClusterNodePoolsResponse) SetBody(v *DescribeClusterNodePoolsResponseBody) *DescribeClusterNodePoolsResponse

func (*DescribeClusterNodePoolsResponse) SetHeaders

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

func (*DescribeClusterNodePoolsResponse) SetStatusCode added in v3.0.13

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

func (DescribeClusterNodePoolsResponse) String

func (s DescribeClusterNodePoolsResponse) String() string

type DescribeClusterNodePoolsResponseBody

type DescribeClusterNodePoolsResponseBody struct {
	// The list of the returned node pools.
	Nodepools []*DescribeClusterNodePoolsResponseBodyNodepools `json:"nodepools,omitempty" xml:"nodepools,omitempty" type:"Repeated"`
}

func (DescribeClusterNodePoolsResponseBody) GoString

func (s DescribeClusterNodePoolsResponseBody) GoString() string

func (*DescribeClusterNodePoolsResponseBody) SetNodepools

func (s *DescribeClusterNodePoolsResponseBody) SetNodepools(v []*DescribeClusterNodePoolsResponseBodyNodepools) *DescribeClusterNodePoolsResponseBody

func (DescribeClusterNodePoolsResponseBody) String

func (s DescribeClusterNodePoolsResponseBody) String() string

type DescribeClusterNodePoolsResponseBodyNodepools

type DescribeClusterNodePoolsResponseBodyNodepools struct {
	// The configurations of auto scaling.
	AutoScaling        *DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling        `json:"auto_scaling,omitempty" xml:"auto_scaling,omitempty" type:"Struct"`
	InterconnectConfig *DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig `json:"interconnect_config,omitempty" xml:"interconnect_config,omitempty" type:"Struct"`
	InterconnectMode   *string                                                          `json:"interconnect_mode,omitempty" xml:"interconnect_mode,omitempty"`
	// The configurations of the cluster.
	KubernetesConfig *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig `json:"kubernetes_config,omitempty" xml:"kubernetes_config,omitempty" type:"Struct"`
	// The configurations of managed node pools. Managed node pools are available only in professional managed Kubernetes clusters.
	Management *DescribeClusterNodePoolsResponseBodyNodepoolsManagement `json:"management,omitempty" xml:"management,omitempty" type:"Struct"`
	MaxNodes   *int64                                                   `json:"max_nodes,omitempty" xml:"max_nodes,omitempty"`
	// The information about the node pool.
	NodepoolInfo *DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo `json:"nodepool_info,omitempty" xml:"nodepool_info,omitempty" type:"Struct"`
	// The configurations of the scaling group.
	ScalingGroup *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup `json:"scaling_group,omitempty" xml:"scaling_group,omitempty" type:"Struct"`
	// The status details about the node pool.
	Status *DescribeClusterNodePoolsResponseBodyNodepoolsStatus `json:"status,omitempty" xml:"status,omitempty" type:"Struct"`
	// The configurations of confidential computing.
	TeeConfig *DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig `json:"tee_config,omitempty" xml:"tee_config,omitempty" type:"Struct"`
}

func (DescribeClusterNodePoolsResponseBodyNodepools) GoString

func (s DescribeClusterNodePoolsResponseBodyNodepools) GoString() string

func (*DescribeClusterNodePoolsResponseBodyNodepools) SetAutoScaling

func (s *DescribeClusterNodePoolsResponseBodyNodepools) SetAutoScaling(v *DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) *DescribeClusterNodePoolsResponseBodyNodepools

func (*DescribeClusterNodePoolsResponseBodyNodepools) SetInterconnectConfig

func (s *DescribeClusterNodePoolsResponseBodyNodepools) SetInterconnectConfig(v *DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) *DescribeClusterNodePoolsResponseBodyNodepools

func (*DescribeClusterNodePoolsResponseBodyNodepools) SetInterconnectMode

func (s *DescribeClusterNodePoolsResponseBodyNodepools) SetInterconnectMode(v string) *DescribeClusterNodePoolsResponseBodyNodepools

func (*DescribeClusterNodePoolsResponseBodyNodepools) SetKubernetesConfig

func (s *DescribeClusterNodePoolsResponseBodyNodepools) SetKubernetesConfig(v *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) *DescribeClusterNodePoolsResponseBodyNodepools

func (*DescribeClusterNodePoolsResponseBodyNodepools) SetManagement

func (s *DescribeClusterNodePoolsResponseBodyNodepools) SetManagement(v *DescribeClusterNodePoolsResponseBodyNodepoolsManagement) *DescribeClusterNodePoolsResponseBodyNodepools

func (*DescribeClusterNodePoolsResponseBodyNodepools) SetMaxNodes

func (s *DescribeClusterNodePoolsResponseBodyNodepools) SetMaxNodes(v int64) *DescribeClusterNodePoolsResponseBodyNodepools

func (*DescribeClusterNodePoolsResponseBodyNodepools) SetNodepoolInfo

func (s *DescribeClusterNodePoolsResponseBodyNodepools) SetNodepoolInfo(v *DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) *DescribeClusterNodePoolsResponseBodyNodepools

func (*DescribeClusterNodePoolsResponseBodyNodepools) SetScalingGroup

func (s *DescribeClusterNodePoolsResponseBodyNodepools) SetScalingGroup(v *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) *DescribeClusterNodePoolsResponseBodyNodepools

func (*DescribeClusterNodePoolsResponseBodyNodepools) SetStatus

func (s *DescribeClusterNodePoolsResponseBodyNodepools) SetStatus(v *DescribeClusterNodePoolsResponseBodyNodepoolsStatus) *DescribeClusterNodePoolsResponseBodyNodepools

func (*DescribeClusterNodePoolsResponseBodyNodepools) SetTeeConfig

func (s *DescribeClusterNodePoolsResponseBodyNodepools) SetTeeConfig(v *DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig) *DescribeClusterNodePoolsResponseBodyNodepools

func (DescribeClusterNodePoolsResponseBodyNodepools) String

func (s DescribeClusterNodePoolsResponseBodyNodepools) String() string

type DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling

type DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling struct {
	// The peak bandwidth of the elastic IP address (EIP).
	EipBandwidth *int64 `json:"eip_bandwidth,omitempty" xml:"eip_bandwidth,omitempty"`
	// The billing method of the EIP. Valid values:
	//
	// *   `PayByBandwidth`: pay-by-bandwidth
	// *   `PayByTraffic`: pay-by-data-transfer
	EipInternetChargeType *string `json:"eip_internet_charge_type,omitempty" xml:"eip_internet_charge_type,omitempty"`
	// Indicates whether auto scaling is enabled.
	//
	// *   `true`: Auto scaling is enabled for the node pool.
	// *   `false`: Auto scaling is disabled for the node pool. If you set this parameter to `false`, other parameters in the `auto_scaling` section does not take effect.
	Enable *bool `json:"enable,omitempty" xml:"enable,omitempty"`
	// Indicates whether an EIP is associated with the node pool. Valid values:
	//
	// *   `true`: An EIP is associated with the node pool.
	// *   `false`: No EIP is associated with the node pool.
	IsBondEip *bool `json:"is_bond_eip,omitempty" xml:"is_bond_eip,omitempty"`
	// The maximum number of Elastic Compute Service (ECS) instances supported by the node pool.
	MaxInstances *int64 `json:"max_instances,omitempty" xml:"max_instances,omitempty"`
	// The minimum number of ECS instances.
	MinInstances *int64 `json:"min_instances,omitempty" xml:"min_instances,omitempty"`
	// The minimum number of ECS instances that must be kept in the node pool. Valid values:
	//
	// *   `cpu`: regular instance
	// *   `gpu`: GPU-accelerated instance
	// *   `gpushare`: shared GPU-accelerated instance
	// *   `spot`: preemptible instance
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) GoString

func (s DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) GoString() string

func (*DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) SetEipBandwidth

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) SetEipBandwidth(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling

func (*DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) SetEipInternetChargeType

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) SetEipInternetChargeType(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling

func (*DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) SetEnable

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

func (*DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) SetIsBondEip

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) SetIsBondEip(v bool) *DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling

func (*DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) SetMaxInstances

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) SetMaxInstances(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling

func (*DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) SetMinInstances

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) SetMinInstances(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling

func (*DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) SetType

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

func (DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) String

func (s DescribeClusterNodePoolsResponseBodyNodepoolsAutoScaling) String() string

type DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig

type DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig struct {
	Bandwidth      *int64  `json:"bandwidth,omitempty" xml:"bandwidth,omitempty"`
	CcnId          *string `json:"ccn_id,omitempty" xml:"ccn_id,omitempty"`
	CcnRegionId    *string `json:"ccn_region_id,omitempty" xml:"ccn_region_id,omitempty"`
	CenId          *string `json:"cen_id,omitempty" xml:"cen_id,omitempty"`
	ImprovedPeriod *string `json:"improved_period,omitempty" xml:"improved_period,omitempty"`
}

func (DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) GoString

func (s DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) GoString() string

func (*DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) SetBandwidth

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) SetBandwidth(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig

func (*DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) SetCcnId

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) SetCcnId(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig

func (*DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) SetCcnRegionId

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) SetCcnRegionId(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig

func (*DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) SetCenId

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) SetCenId(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig

func (*DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) SetImprovedPeriod

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) SetImprovedPeriod(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig

func (DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) String

func (s DescribeClusterNodePoolsResponseBodyNodepoolsInterconnectConfig) String() string

type DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig

type DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig struct {
	// Indicates where the CloudMonitor agent is installed on ECS nodes of the cluster. After the CloudMonitor agent is installed, you can view monitoring information about the ECS instances in the CloudMonitor console. Installation is recommended. Valid values:
	//
	// *   `true` The CloudMonitor agent is installed on ECS nodes.
	// *   `false`: The CloudMonitor agent is not installed on ECS nodes.
	CmsEnabled *bool `json:"cms_enabled,omitempty" xml:"cms_enabled,omitempty"`
	// The CPU management policy. The following policies are supported if the Kubernetes version of the cluster is 1.12.6 or later.
	//
	// *   `static`: This policy allows pods with specific resource characteristics on the node to be granted with enhanced CPU affinity and exclusivity.
	// *   `none`: indicates that the default CPU affinity is used.
	CpuPolicy *string `json:"cpu_policy,omitempty" xml:"cpu_policy,omitempty"`
	// The labels of the nodes. You can add labels to the nodes in the cluster. You must add labels based on the following rules:
	//
	// *   Each label is a case-sensitive key-value pair. You can add up to 20 labels.
	// *   A key must be unique and cannot exceed 64 characters in length. A value can be empty and cannot exceed 128 characters in length. Keys and values cannot start with `aliyun`, `acs:`, `https://`, or `http://`. For more information, see [Labels and Selectors](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set).
	Labels       []*Tag  `json:"labels,omitempty" xml:"labels,omitempty" type:"Repeated"`
	NodeNameMode *string `json:"node_name_mode,omitempty" xml:"node_name_mode,omitempty"`
	// The name of the container runtime.
	Runtime *string `json:"runtime,omitempty" xml:"runtime,omitempty"`
	// The version of the container runtime.
	RuntimeVersion *string `json:"runtime_version,omitempty" xml:"runtime_version,omitempty"`
	// The taints that are added to nodes. Taints are added to nodes to prevent pods from being scheduled to inappropriate nodes. However, toleration rules allow pods to be scheduled to nodes with matching taints. For more information, see [taint-and-toleration](https://kubernetes.io/zh/docs/concepts/scheduling-eviction/taint-and-toleration/).
	Taints []*Taint `json:"taints,omitempty" xml:"taints,omitempty" type:"Repeated"`
	// The user-defined data of the node pool. For more information, see [Generate user-defined data](~~49121~~).
	UserData *string `json:"user_data,omitempty" xml:"user_data,omitempty"`
}

func (DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) GoString

func (s DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) GoString() string

func (*DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetCmsEnabled

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetCmsEnabled(v bool) *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig

func (*DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetCpuPolicy

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetCpuPolicy(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig

func (*DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetLabels

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetLabels(v []*Tag) *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig

func (*DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetNodeNameMode

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetNodeNameMode(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig

func (*DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetRuntime

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetRuntime(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig

func (*DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetRuntimeVersion

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetRuntimeVersion(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig

func (*DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetTaints

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetTaints(v []*Taint) *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig

func (*DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetUserData

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) SetUserData(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig

func (DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) String

func (s DescribeClusterNodePoolsResponseBodyNodepoolsKubernetesConfig) String() string

type DescribeClusterNodePoolsResponseBodyNodepoolsManagement

type DescribeClusterNodePoolsResponseBodyNodepoolsManagement struct {
	// Indicates whether auto repair is enabled. Auto repair is enabled only when `enable=true` is specified.
	//
	// *   `true`: Auto repair is enabled.
	// *   `false`: Auto repair is disabled.
	AutoRepair *bool `json:"auto_repair,omitempty" xml:"auto_repair,omitempty"`
	// Indicates whether managed node pools are enabled. Valid values:
	//
	// *   `true`: Managed node pools are enabled.
	// *   `false`: Managed node pools are disabled. Other parameters in this section take effect only when `enable=true` is specified.
	Enable *bool `json:"enable,omitempty" xml:"enable,omitempty"`
	// The configurations of auto upgrade. The configurations take effect only when `enable=true` is specified.
	UpgradeConfig *DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig `json:"upgrade_config,omitempty" xml:"upgrade_config,omitempty" type:"Struct"`
}

func (DescribeClusterNodePoolsResponseBodyNodepoolsManagement) GoString

func (s DescribeClusterNodePoolsResponseBodyNodepoolsManagement) GoString() string

func (*DescribeClusterNodePoolsResponseBodyNodepoolsManagement) SetAutoRepair

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsManagement) SetAutoRepair(v bool) *DescribeClusterNodePoolsResponseBodyNodepoolsManagement

func (*DescribeClusterNodePoolsResponseBodyNodepoolsManagement) SetEnable

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

func (*DescribeClusterNodePoolsResponseBodyNodepoolsManagement) SetUpgradeConfig

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsManagement) SetUpgradeConfig(v *DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig) *DescribeClusterNodePoolsResponseBodyNodepoolsManagement

func (DescribeClusterNodePoolsResponseBodyNodepoolsManagement) String

func (s DescribeClusterNodePoolsResponseBodyNodepoolsManagement) String() string

type DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig

type DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig struct {
	// Indicates whether auto upgrade is enabled. Valid values:
	//
	// *   `true`: Auto upgrade is enabled.
	// *   `true`: Auto upgrade is disabled.
	AutoUpgrade *bool `json:"auto_upgrade,omitempty" xml:"auto_upgrade,omitempty"`
	// The maximum number of nodes that can be in the unschedulable state. Valid values: 1 to 1000.
	//
	// Default value: 1
	MaxUnavailable *int64 `json:"max_unavailable,omitempty" xml:"max_unavailable,omitempty"`
	// The number of nodes that are temporarily added to the node pool during an auto upgrade.
	Surge *int64 `json:"surge,omitempty" xml:"surge,omitempty"`
	// The percentage of temporary nodes to the nodes in the node pool. You must set this parameter or `surge`.
	//
	// The number of extra nodes = The percentage of extra nodes × The number of nodes in the node pool. For example, the percentage of extra nodes is set to 50% and the number of nodes in the node pool is six. The number of extra nodes will be three.
	SurgePercentage *int64 `json:"surge_percentage,omitempty" xml:"surge_percentage,omitempty"`
}

func (DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig) GoString

func (s DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig) GoString() string

func (*DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig) SetAutoUpgrade

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig) SetAutoUpgrade(v bool) *DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig

func (*DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig) SetMaxUnavailable

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig) SetMaxUnavailable(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig

func (*DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig) SetSurge

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig) SetSurge(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig

func (*DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig) SetSurgePercentage

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig) SetSurgePercentage(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig

func (DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig) String

func (s DescribeClusterNodePoolsResponseBodyNodepoolsManagementUpgradeConfig) String() string

type DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo

type DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo struct {
	// The time when the node pool was created.
	Created *string `json:"created,omitempty" xml:"created,omitempty"`
	// Indicates whether the node pool is a default node pool. An ACK cluster usually has only one default node pool. Valid values:
	//
	// *   `true`: The node pool is a default node pool.
	// *   `false`: The node pool is not a default node pool.
	IsDefault *bool `json:"is_default,omitempty" xml:"is_default,omitempty"`
	// The name of the node pool.
	//
	// The name must be 1 to 63 characters in length, and can contain digits, letters, and hyphens (-). It cannot start with a hyphen (-).
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	// The ID of the node pool.
	NodepoolId *string `json:"nodepool_id,omitempty" xml:"nodepool_id,omitempty"`
	// The ID of the region where the node pool is deployed.
	RegionId *string `json:"region_id,omitempty" xml:"region_id,omitempty"`
	// The ID of the resource group to which the node pool belongs.
	ResourceGroupId *string `json:"resource_group_id,omitempty" xml:"resource_group_id,omitempty"`
	// The type of the node pool. Valid values:
	//
	// *   `edge`: edge node pools.
	// *   `ess`: cloud node pools.
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
	// The time when the node pool was last updated.
	Updated *string `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) GoString

func (s DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) GoString() string

func (*DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) SetCreated

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) SetCreated(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo

func (*DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) SetIsDefault

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) SetIsDefault(v bool) *DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo

func (*DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) SetName

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

func (*DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) SetNodepoolId

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) SetNodepoolId(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo

func (*DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) SetRegionId

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) SetRegionId(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo

func (*DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) SetResourceGroupId

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

func (*DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) SetType

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

func (*DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) SetUpdated

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) SetUpdated(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo

func (DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) String

func (s DescribeClusterNodePoolsResponseBodyNodepoolsNodepoolInfo) String() string

type DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

type DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup struct {
	// Indicates whether auto-renewal is enabled for the nodes in the node pool. This parameter takes effect only when `instance_charge_type` is set to `PrePaid`. Valid values:
	//
	// *   `true`: Auto-renewal is enabled.
	// *   `false`: Auto-renewal is disabled.
	AutoRenew *bool `json:"auto_renew,omitempty" xml:"auto_renew,omitempty"`
	// The duration of the auto-renewal. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
	//
	// If `PeriodUnit=Month` is specified, the valid values are 1, 2, 3, 6, and 12.
	AutoRenewPeriod *int64 `json:"auto_renew_period,omitempty" xml:"auto_renew_period,omitempty"`
	// Indicates whether pay-as-you-go instances are automatically created to meet the required number of ECS instances when the preemptible instances cannot be created due to reasons such as the cost or inventory availability. This parameter takes effect when `multi_az_policy` is set to `COST_OPTIMIZED`. Valid values:
	//
	// *   `true`: Pay-as-you-go instances are automatically created to meet the required number of ECS instances if preemptible instances cannot be created.
	// *   `false`: Pay-as-you-go instances are not created to meet the required number of ECS instances if preemptible instances cannot be created.
	CompensateWithOnDemand *bool `json:"compensate_with_on_demand,omitempty" xml:"compensate_with_on_demand,omitempty"`
	// The configurations of the data disks attached to the nodes in the node pool. The configurations include the disk type and disk size.
	DataDisks       []*DataDisk `json:"data_disks,omitempty" xml:"data_disks,omitempty" type:"Repeated"`
	DeploymentsetId *string     `json:"deploymentset_id,omitempty" xml:"deploymentset_id,omitempty"`
	DesiredSize     *int64      `json:"desired_size,omitempty" xml:"desired_size,omitempty"`
	// The ID of the custom image. You can call `DescribeKubernetesVersionMetadata` to query the images supported by ACK.
	ImageId *string `json:"image_id,omitempty" xml:"image_id,omitempty"`
	// The billing method of the nodes in the node pool. Valid values:
	//
	// *   `PrePaid`: subscription
	// *   `PostPaid`: pay-as-you-go
	InstanceChargeType *string `json:"instance_charge_type,omitempty" xml:"instance_charge_type,omitempty"`
	// The instance types of the nodes in the node pool.
	InstanceTypes []*string `json:"instance_types,omitempty" xml:"instance_types,omitempty" type:"Repeated"`
	// The billing method of the public IP address of the node.
	InternetChargeType *string `json:"internet_charge_type,omitempty" xml:"internet_charge_type,omitempty"`
	// The maximum outbound bandwidth of the public IP address of the node. Unit: Mbit/s. Valid values: 1 to 100.
	InternetMaxBandwidthOut *int64 `json:"internet_max_bandwidth_out,omitempty" xml:"internet_max_bandwidth_out,omitempty"`
	// The name of the key pair. You must set this parameter or the `login_password` parameter.
	//
	// You must set `key_pair` if the node pool is a managed node pool.
	KeyPair *string `json:"key_pair,omitempty" xml:"key_pair,omitempty"`
	// The password for SSH logon. You must set this parameter or the `key_pair` parameter. The password must be 8 to 30 characters in length, and must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters.
	//
	// For security purposes, the returned password is encrypted.
	LoginPassword *string `json:"login_password,omitempty" xml:"login_password,omitempty"`
	// The ECS instance scaling policy for a multi-zone scaling group. Valid values:
	//
	// *   `PRIORITY`: the scaling group is scaled based on the VSwitchIds.N parameter. When an ECS instance cannot be created in the zone where the vSwitch with the highest priority resides, the system uses the vSwitch with the next highest priority to create the ECS instance.
	//
	// *   `COST_OPTIMIZED`: ECS instances are created based on the vCPU unit price in ascending order. Preemptible instances are preferentially created when multiple instance types are specified in the scaling configurations. You can set the `CompensateWithOnDemand` parameter to specify whether to automatically create pay-as-you-go instances when preemptible instances cannot be created due to insufficient resources.
	//
	//     **
	//
	//     **Note** `COST_OPTIMIZED` is valid only when multiple instance types are specified or at least one preemptible instance type is specified.
	//
	// *   `BALANCE`: ECS instances are evenly distributed across multiple zones specified by the scaling group. If ECS instances become imbalanced among multiple zones due to insufficient inventory, you can call `RebalanceInstances` of Auto Scaling (ESS) to balance the instance distribution among zones. For more information, see [RebalanceInstances](~~71516~~).
	MultiAzPolicy *string `json:"multi_az_policy,omitempty" xml:"multi_az_policy,omitempty"`
	// The minimum number of pay-as-you-go instances that must be kept in the scaling group. Valid values: 0 to 1000. When the number of pay-as-you-go instances is lower than this value, pay-as-you-go instances are preferentially created to meet the required number.
	OnDemandBaseCapacity *int64 `json:"on_demand_base_capacity,omitempty" xml:"on_demand_base_capacity,omitempty"`
	// The percentage of pay-as-you-go instances among the extra instances that exceed the number specified by `on_demand_base_capacity`. Valid values: 0 to 100.
	OnDemandPercentageAboveBaseCapacity *int64 `json:"on_demand_percentage_above_base_capacity,omitempty" xml:"on_demand_percentage_above_base_capacity,omitempty"`
	// The subscription duration of worker nodes. This parameter takes effect and is required only when `instance_charge_type` is set to `PrePaid`.
	//
	// If `PeriodUnit=Month` is specified, the valid values are 1, 2, 3, 6, 12, 24, 36, 48, and 60.
	Period *int64 `json:"period,omitempty" xml:"period,omitempty"`
	// The billing cycle of the nodes. This parameter takes effect only when `instance_charge_type` is set to `PrePaid`.
	//
	// Valid value: `Month`
	PeriodUnit *string `json:"period_unit,omitempty" xml:"period_unit,omitempty"`
	// The release version of the operating system. Valid values:
	//
	// *   `CentOS`
	// *   `AliyunLinux`
	// *   `Windows`
	// *   `WindowsCore`
	Platform           *string                                                                      `json:"platform,omitempty" xml:"platform,omitempty"`
	PrivatePoolOptions *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions `json:"private_pool_options,omitempty" xml:"private_pool_options,omitempty" type:"Struct"`
	// The name of the worker Resource Access Management (RAM) role. The RAM role is assigned to the worker nodes of the cluster to allow the worker nodes to manage ECS instances.
	RamPolicy *string `json:"ram_policy,omitempty" xml:"ram_policy,omitempty"`
	// The IDs of the ApsaraDB RDS instances.
	RdsInstances []*string `json:"rds_instances,omitempty" xml:"rds_instances,omitempty" type:"Repeated"`
	// The ID of the scaling group.
	ScalingGroupId *string `json:"scaling_group_id,omitempty" xml:"scaling_group_id,omitempty"`
	// The scaling mode of the scaling group. Valid values:
	//
	// *   `release`: the standard mode. ECS instances are created and released based on the resource usage.
	// *   `recycle`: the swift mode. ECS instances are created, stopped, or started during scaling events. This reduces the time required for the next scale-out event. When the instance is stopped, you are charged only for the storage service. This does not apply to ECS instances attached with local disks.
	ScalingPolicy *string `json:"scaling_policy,omitempty" xml:"scaling_policy,omitempty"`
	// The ID of the security group to which the node pool is added. If the node pool is added to multiple security groups, the first ID in the value of `security_group_ids` is returned.
	SecurityGroupId *string `json:"security_group_id,omitempty" xml:"security_group_id,omitempty"`
	// The IDs of the security groups to which the node pool is added.
	SecurityGroupIds []*string `json:"security_group_ids,omitempty" xml:"security_group_ids,omitempty" type:"Repeated"`
	// The number of available instance types. The scaling group creates preemptible instances of multiple instance types at the lowest cost. Valid values: 1 to 10.
	SpotInstancePools *int64 `json:"spot_instance_pools,omitempty" xml:"spot_instance_pools,omitempty"`
	// Indicates whether preemptible instances are supplemented when the number of preemptible instances drops below the specified minimum number. If this parameter is set to true, when the scaling group receives a system message that a preemptible instance is to be reclaimed, the scaling group attempts to create a new instance to replace this instance. Valid values:
	//
	// *   `true`: Supplement to preemptible instances is enabled.
	// *   `false`: Supplement to preemptible instances is disabled.
	SpotInstanceRemedy *bool `json:"spot_instance_remedy,omitempty" xml:"spot_instance_remedy,omitempty"`
	// The bid configurations of preemptible instances.
	SpotPriceLimit []*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit `json:"spot_price_limit,omitempty" xml:"spot_price_limit,omitempty" type:"Repeated"`
	// The bidding policy of preemptible instances. Valid values:
	//
	// *   NoSpot: non-preemptible instance.
	// *   SpotWithPriceLimit: specifies the highest bid for the preemptible instance.
	// *   SpotAsPriceGo: automatically submits bids based on the up-to-date market price.
	//
	// For more information, see [Preemptible instances](~~157759~~).
	SpotStrategy *string `json:"spot_strategy,omitempty" xml:"spot_strategy,omitempty"`
	// The type of system disk. Valid values:
	//
	// *   `cloud_efficiency`: ultra disk
	// *   `cloud_ssd`: standard SSD
	SystemDiskCategory         *string `json:"system_disk_category,omitempty" xml:"system_disk_category,omitempty"`
	SystemDiskPerformanceLevel *string `json:"system_disk_performance_level,omitempty" xml:"system_disk_performance_level,omitempty"`
	// The system disk size of a worker node. Unit: GiB.
	//
	// Valid values: 20 to 500
	SystemDiskSize *int64 `json:"system_disk_size,omitempty" xml:"system_disk_size,omitempty"`
	// The labels that are added only to ECS instances.
	//
	// A key must be unique and cannot exceed 128 characters in length. Neither keys nor values can start with aliyun or acs:. Neither keys nor values can contain https:// or http://.
	Tags []*Tag `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
	// The IDs of vSwitches.
	VswitchIds []*string `json:"vswitch_ids,omitempty" xml:"vswitch_ids,omitempty" type:"Repeated"`
}

func (DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) GoString

func (s DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) GoString() string

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetAutoRenew

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetAutoRenew(v bool) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetAutoRenewPeriod

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetAutoRenewPeriod(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetCompensateWithOnDemand

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetCompensateWithOnDemand(v bool) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetDataDisks

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetDataDisks(v []*DataDisk) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetDeploymentsetId

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetDeploymentsetId(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetDesiredSize

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetDesiredSize(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetImageId

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetImageId(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetInstanceChargeType

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetInstanceChargeType(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetInstanceTypes

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetInstanceTypes(v []*string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetInternetChargeType

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetInternetChargeType(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetInternetMaxBandwidthOut

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetInternetMaxBandwidthOut(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetKeyPair

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetKeyPair(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetLoginPassword

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetLoginPassword(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetMultiAzPolicy

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetMultiAzPolicy(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetOnDemandBaseCapacity

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetOnDemandBaseCapacity(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetOnDemandPercentageAboveBaseCapacity

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetOnDemandPercentageAboveBaseCapacity(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetPeriod

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetPeriod(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetPeriodUnit

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetPeriodUnit(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetPlatform

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetPlatform(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetPrivatePoolOptions added in v3.0.27

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetPrivatePoolOptions(v *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetRamPolicy

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetRamPolicy(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetRdsInstances

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetRdsInstances(v []*string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetScalingGroupId

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetScalingGroupId(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetScalingPolicy

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetScalingPolicy(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSecurityGroupId

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSecurityGroupId(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSecurityGroupIds

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSecurityGroupIds(v []*string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSpotInstancePools

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSpotInstancePools(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSpotInstanceRemedy

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSpotInstanceRemedy(v bool) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSpotPriceLimit

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSpotPriceLimit(v []*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSpotStrategy

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSpotStrategy(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSystemDiskCategory

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSystemDiskCategory(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSystemDiskPerformanceLevel

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSystemDiskPerformanceLevel(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSystemDiskSize

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetSystemDiskSize(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetTags

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetTags(v []*Tag) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetVswitchIds

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) SetVswitchIds(v []*string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup

func (DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) String

func (s DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup) String() string

type DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions added in v3.0.27

type DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions struct {
	Id            *string `json:"id,omitempty" xml:"id,omitempty"`
	MatchCriteria *string `json:"match_criteria,omitempty" xml:"match_criteria,omitempty"`
}

func (DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions) GoString added in v3.0.27

func (s DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions) GoString() string

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions) SetId added in v3.0.27

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions) SetId(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions) SetMatchCriteria added in v3.0.27

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions) SetMatchCriteria(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions

func (DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions) String added in v3.0.27

func (s DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions) String() string

type DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit

type DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit struct {
	// The instance type for preemptible instances.
	InstanceType *string `json:"instance_type,omitempty" xml:"instance_type,omitempty"`
	// The price limit of a preemptible instance. Unit: USD/hour.
	PriceLimit *string `json:"price_limit,omitempty" xml:"price_limit,omitempty"`
}

func (DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit) GoString

func (s DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit) GoString() string

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit) SetInstanceType

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

func (*DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit) SetPriceLimit

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit) SetPriceLimit(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit

func (DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit) String

func (s DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupSpotPriceLimit) String() string

type DescribeClusterNodePoolsResponseBodyNodepoolsStatus

type DescribeClusterNodePoolsResponseBodyNodepoolsStatus struct {
	// The number of failed nodes.
	FailedNodes *int64 `json:"failed_nodes,omitempty" xml:"failed_nodes,omitempty"`
	// The number of healthy nodes.
	HealthyNodes *int64 `json:"healthy_nodes,omitempty" xml:"healthy_nodes,omitempty"`
	// The number of nodes that are being created.
	InitialNodes *int64 `json:"initial_nodes,omitempty" xml:"initial_nodes,omitempty"`
	// The number of offline nodes.
	OfflineNodes *int64 `json:"offline_nodes,omitempty" xml:"offline_nodes,omitempty"`
	// The number of nodes that are being removed.
	RemovingNodes *int64 `json:"removing_nodes,omitempty" xml:"removing_nodes,omitempty"`
	// The number of running nodes.
	ServingNodes *int64 `json:"serving_nodes,omitempty" xml:"serving_nodes,omitempty"`
	// The status of the node pool. Valid values:
	//
	// *   `active`: The node pool is active.
	// *   `scaling`: The node pool is being scaled.
	// *   `removing`: Nodes are being removed from the node pool.
	// *   `deleting`: The node pool is being deleted.
	// *   `updating`: The node pool is being updated.
	State *string `json:"state,omitempty" xml:"state,omitempty"`
	// The total number of nodes in the node pool.
	TotalNodes *int64 `json:"total_nodes,omitempty" xml:"total_nodes,omitempty"`
}

func (DescribeClusterNodePoolsResponseBodyNodepoolsStatus) GoString

func (s DescribeClusterNodePoolsResponseBodyNodepoolsStatus) GoString() string

func (*DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetFailedNodes

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetFailedNodes(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsStatus

func (*DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetHealthyNodes

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetHealthyNodes(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsStatus

func (*DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetInitialNodes

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetInitialNodes(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsStatus

func (*DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetOfflineNodes

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetOfflineNodes(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsStatus

func (*DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetRemovingNodes

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetRemovingNodes(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsStatus

func (*DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetServingNodes

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetServingNodes(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsStatus

func (*DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetState

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetState(v string) *DescribeClusterNodePoolsResponseBodyNodepoolsStatus

func (*DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetTotalNodes

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsStatus) SetTotalNodes(v int64) *DescribeClusterNodePoolsResponseBodyNodepoolsStatus

func (DescribeClusterNodePoolsResponseBodyNodepoolsStatus) String

func (s DescribeClusterNodePoolsResponseBodyNodepoolsStatus) String() string

type DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig

type DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig struct {
	// Indicates whether confidential computing is enabled. Valid values:
	//
	// *   `true`: confidential computing is enabled.
	// *   `false`: confidential computing is disabled.
	TeeEnable *bool `json:"tee_enable,omitempty" xml:"tee_enable,omitempty"`
}

func (DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig) GoString

func (s DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig) GoString() string

func (*DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig) SetTeeEnable

func (s *DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig) SetTeeEnable(v bool) *DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig

func (DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig) String

func (s DescribeClusterNodePoolsResponseBodyNodepoolsTeeConfig) String() string

type DescribeClusterNodesRequest

type DescribeClusterNodesRequest struct {
	InstanceIds *string `json:"instanceIds,omitempty" xml:"instanceIds,omitempty"`
	NodepoolId  *string `json:"nodepool_id,omitempty" xml:"nodepool_id,omitempty"`
	PageNumber  *string `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize    *string `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	State       *string `json:"state,omitempty" xml:"state,omitempty"`
}

func (DescribeClusterNodesRequest) GoString

func (s DescribeClusterNodesRequest) GoString() string

func (*DescribeClusterNodesRequest) SetInstanceIds

func (s *DescribeClusterNodesRequest) SetInstanceIds(v string) *DescribeClusterNodesRequest

func (*DescribeClusterNodesRequest) SetNodepoolId

func (s *DescribeClusterNodesRequest) SetNodepoolId(v string) *DescribeClusterNodesRequest

func (*DescribeClusterNodesRequest) SetPageNumber

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

func (*DescribeClusterNodesRequest) SetPageSize

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

func (*DescribeClusterNodesRequest) SetState

func (s *DescribeClusterNodesRequest) SetState(v string) *DescribeClusterNodesRequest

func (DescribeClusterNodesRequest) String

func (s DescribeClusterNodesRequest) String() string

type DescribeClusterNodesResponse

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

func (DescribeClusterNodesResponse) GoString

func (s DescribeClusterNodesResponse) GoString() string

func (*DescribeClusterNodesResponse) SetBody

func (s *DescribeClusterNodesResponse) SetBody(v *DescribeClusterNodesResponseBody) *DescribeClusterNodesResponse

func (*DescribeClusterNodesResponse) SetHeaders

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

func (*DescribeClusterNodesResponse) SetStatusCode added in v3.0.13

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

func (DescribeClusterNodesResponse) String

func (s DescribeClusterNodesResponse) String() string

type DescribeClusterNodesResponseBody

type DescribeClusterNodesResponseBody struct {
	// The details of the nodes that are returned.
	Nodes []*DescribeClusterNodesResponseBodyNodes `json:"nodes,omitempty" xml:"nodes,omitempty" type:"Repeated"`
	// The pagination details.
	Page *DescribeClusterNodesResponseBodyPage `json:"page,omitempty" xml:"page,omitempty" type:"Struct"`
}

func (DescribeClusterNodesResponseBody) GoString

func (s DescribeClusterNodesResponseBody) GoString() string

func (*DescribeClusterNodesResponseBody) SetNodes

func (s *DescribeClusterNodesResponseBody) SetNodes(v []*DescribeClusterNodesResponseBodyNodes) *DescribeClusterNodesResponseBody

func (*DescribeClusterNodesResponseBody) SetPage

func (s *DescribeClusterNodesResponseBody) SetPage(v *DescribeClusterNodesResponseBodyPage) *DescribeClusterNodesResponseBody

func (DescribeClusterNodesResponseBody) String

func (s DescribeClusterNodesResponseBody) String() string

type DescribeClusterNodesResponseBodyNodes

type DescribeClusterNodesResponseBodyNodes struct {
	// The time when the node was created.
	CreationTime *string `json:"creation_time,omitempty" xml:"creation_time,omitempty"`
	// The error message that was generated when the node was created.
	ErrorMessage *string `json:"error_message,omitempty" xml:"error_message,omitempty"`
	// The expiration time of the node.
	ExpiredTime *string `json:"expired_time,omitempty" xml:"expired_time,omitempty"`
	// The name of the host.
	HostName *string `json:"host_name,omitempty" xml:"host_name,omitempty"`
	// The ID of the system image that is used by the node.
	ImageId *string `json:"image_id,omitempty" xml:"image_id,omitempty"`
	// The billing method of the instance on which the node is deployed. Valid values:
	//
	// *   `PrePaid`: the subscription billing method. If the value is PrePaid, make sure that you have a sufficient balance or credit in your account. Otherwise, an `InvalidPayMethod` error is returned.
	// *   `PostPaid`: the pay-as-you-go billing method.
	InstanceChargeType *string `json:"instance_charge_type,omitempty" xml:"instance_charge_type,omitempty"`
	// The ID of the instance on which the node is deployed.
	InstanceId *string `json:"instance_id,omitempty" xml:"instance_id,omitempty"`
	// The name of the instance on which the node is deployed.
	InstanceName *string `json:"instance_name,omitempty" xml:"instance_name,omitempty"`
	// The role of the node. Valid values:
	//
	// *   Master: master node
	// *   Worker: worker node
	InstanceRole *string `json:"instance_role,omitempty" xml:"instance_role,omitempty"`
	// The status of the node.
	InstanceStatus *string `json:"instance_status,omitempty" xml:"instance_status,omitempty"`
	// The instance type of the node.
	InstanceType *string `json:"instance_type,omitempty" xml:"instance_type,omitempty"`
	// The Elastic Compute Service (ECS) instance family of the node.
	InstanceTypeFamily *string `json:"instance_type_family,omitempty" xml:"instance_type_family,omitempty"`
	// The IP address of the node.
	IpAddress []*string `json:"ip_address,omitempty" xml:"ip_address,omitempty" type:"Repeated"`
	// Indicates whether the instance on which the node is deployed is provided by Alibaba Cloud. Valid values:
	//
	// *   `true`: The instance is provided by Alibaba Cloud.
	// *   `false`: The instance is not provided by Alibaba Cloud.
	IsAliyunNode *bool `json:"is_aliyun_node,omitempty" xml:"is_aliyun_node,omitempty"`
	// The name of the node. This name is the identifier of the node in the cluster.
	NodeName *string `json:"node_name,omitempty" xml:"node_name,omitempty"`
	// Indicates whether the node is ready. Valid values:
	//
	// *   `Ready`: The node is ready.
	// *   `NotReady`: The node is not ready.
	// *   `Unknown`: The status of the node is unknown.
	// *   `Offline`: The node is offline.
	NodeStatus *string `json:"node_status,omitempty" xml:"node_status,omitempty"`
	// The ID of the node pool.
	NodepoolId *string `json:"nodepool_id,omitempty" xml:"nodepool_id,omitempty"`
	// Indicates how the node is initialized. A node can be manually created or created by using Resource Orchestration Service (ROS).
	Source *string `json:"source,omitempty" xml:"source,omitempty"`
	// The type of the preemptible instance. Valid values:
	//
	// *   NoSpot: a non-preemptible instance.
	// *   SpotWithPriceLimit: a preemptible instance that is configured with the highest bid price.
	// *   SpotAsPriceGo: a preemptible instance for which the system automatically bids based on the current market price.
	SpotStrategy *string `json:"spot_strategy,omitempty" xml:"spot_strategy,omitempty"`
	// The status of the node. Valid values:
	//
	// *   `pending`: The node is being created.
	// *   `running`: The node is running.
	// *   `starting`: The node is being started.
	// *   `stopping`: The node is being stopped.
	// *   `stopped`: The node is stopped.
	State *string `json:"state,omitempty" xml:"state,omitempty"`
}

func (DescribeClusterNodesResponseBodyNodes) GoString

func (s DescribeClusterNodesResponseBodyNodes) GoString() string

func (*DescribeClusterNodesResponseBodyNodes) SetCreationTime

func (s *DescribeClusterNodesResponseBodyNodes) SetCreationTime(v string) *DescribeClusterNodesResponseBodyNodes

func (*DescribeClusterNodesResponseBodyNodes) SetErrorMessage

func (s *DescribeClusterNodesResponseBodyNodes) SetErrorMessage(v string) *DescribeClusterNodesResponseBodyNodes

func (*DescribeClusterNodesResponseBodyNodes) SetExpiredTime

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

func (*DescribeClusterNodesResponseBodyNodes) SetHostName

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

func (*DescribeClusterNodesResponseBodyNodes) SetImageId

func (s *DescribeClusterNodesResponseBodyNodes) SetImageId(v string) *DescribeClusterNodesResponseBodyNodes

func (*DescribeClusterNodesResponseBodyNodes) SetInstanceChargeType

func (s *DescribeClusterNodesResponseBodyNodes) SetInstanceChargeType(v string) *DescribeClusterNodesResponseBodyNodes

func (*DescribeClusterNodesResponseBodyNodes) SetInstanceId

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

func (*DescribeClusterNodesResponseBodyNodes) SetInstanceName

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

func (*DescribeClusterNodesResponseBodyNodes) SetInstanceRole

func (s *DescribeClusterNodesResponseBodyNodes) SetInstanceRole(v string) *DescribeClusterNodesResponseBodyNodes

func (*DescribeClusterNodesResponseBodyNodes) SetInstanceStatus

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

func (*DescribeClusterNodesResponseBodyNodes) SetInstanceType

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

func (*DescribeClusterNodesResponseBodyNodes) SetInstanceTypeFamily

func (s *DescribeClusterNodesResponseBodyNodes) SetInstanceTypeFamily(v string) *DescribeClusterNodesResponseBodyNodes

func (*DescribeClusterNodesResponseBodyNodes) SetIpAddress

func (s *DescribeClusterNodesResponseBodyNodes) SetIpAddress(v []*string) *DescribeClusterNodesResponseBodyNodes

func (*DescribeClusterNodesResponseBodyNodes) SetIsAliyunNode

func (s *DescribeClusterNodesResponseBodyNodes) SetIsAliyunNode(v bool) *DescribeClusterNodesResponseBodyNodes

func (*DescribeClusterNodesResponseBodyNodes) SetNodeName

func (s *DescribeClusterNodesResponseBodyNodes) SetNodeName(v string) *DescribeClusterNodesResponseBodyNodes

func (*DescribeClusterNodesResponseBodyNodes) SetNodeStatus

func (s *DescribeClusterNodesResponseBodyNodes) SetNodeStatus(v string) *DescribeClusterNodesResponseBodyNodes

func (*DescribeClusterNodesResponseBodyNodes) SetNodepoolId

func (s *DescribeClusterNodesResponseBodyNodes) SetNodepoolId(v string) *DescribeClusterNodesResponseBodyNodes

func (*DescribeClusterNodesResponseBodyNodes) SetSource

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

func (*DescribeClusterNodesResponseBodyNodes) SetSpotStrategy

func (s *DescribeClusterNodesResponseBodyNodes) SetSpotStrategy(v string) *DescribeClusterNodesResponseBodyNodes

func (*DescribeClusterNodesResponseBodyNodes) SetState

func (s *DescribeClusterNodesResponseBodyNodes) SetState(v string) *DescribeClusterNodesResponseBodyNodes

func (DescribeClusterNodesResponseBodyNodes) String

func (s DescribeClusterNodesResponseBodyNodes) String() string

type DescribeClusterNodesResponseBodyPage

type DescribeClusterNodesResponseBodyPage struct {
	// The page number of the returned page.
	PageNumber *int32 `json:"page_number,omitempty" xml:"page_number,omitempty"`
	// The number of entries returned per page.
	PageSize *int32 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// The total number of entries returned.
	TotalCount *int32 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

func (DescribeClusterNodesResponseBodyPage) GoString

func (s DescribeClusterNodesResponseBodyPage) GoString() string

func (*DescribeClusterNodesResponseBodyPage) SetPageNumber

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

func (*DescribeClusterNodesResponseBodyPage) SetPageSize

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

func (*DescribeClusterNodesResponseBodyPage) SetTotalCount

func (s *DescribeClusterNodesResponseBodyPage) SetTotalCount(v int32) *DescribeClusterNodesResponseBodyPage

func (DescribeClusterNodesResponseBodyPage) String

func (s DescribeClusterNodesResponseBodyPage) String() string

type DescribeClusterResourcesResponse

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

func (DescribeClusterResourcesResponse) GoString

func (s DescribeClusterResourcesResponse) GoString() string

func (*DescribeClusterResourcesResponse) SetBody

func (s *DescribeClusterResourcesResponse) SetBody(v []*DescribeClusterResourcesResponseBody) *DescribeClusterResourcesResponse

func (*DescribeClusterResourcesResponse) SetHeaders

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

func (*DescribeClusterResourcesResponse) SetStatusCode added in v3.0.13

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

func (DescribeClusterResourcesResponse) String

func (s DescribeClusterResourcesResponse) String() string

type DescribeClusterResourcesResponseBody

type DescribeClusterResourcesResponseBody struct {
	ClusterId    *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	Created      *string `json:"created,omitempty" xml:"created,omitempty"`
	InstanceId   *string `json:"instance_id,omitempty" xml:"instance_id,omitempty"`
	ResourceInfo *string `json:"resource_info,omitempty" xml:"resource_info,omitempty"`
	ResourceType *string `json:"resource_type,omitempty" xml:"resource_type,omitempty"`
	State        *string `json:"state,omitempty" xml:"state,omitempty"`
	AutoCreate   *int64  `json:"auto_create,omitempty" xml:"auto_create,omitempty"`
}

func (DescribeClusterResourcesResponseBody) GoString

func (s DescribeClusterResourcesResponseBody) GoString() string

func (*DescribeClusterResourcesResponseBody) SetAutoCreate added in v3.0.13

func (s *DescribeClusterResourcesResponseBody) SetAutoCreate(v int64) *DescribeClusterResourcesResponseBody

func (*DescribeClusterResourcesResponseBody) SetClusterId

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

func (*DescribeClusterResourcesResponseBody) SetCreated

func (s *DescribeClusterResourcesResponseBody) SetCreated(v string) *DescribeClusterResourcesResponseBody

func (*DescribeClusterResourcesResponseBody) SetInstanceId

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

func (*DescribeClusterResourcesResponseBody) SetResourceInfo

func (s *DescribeClusterResourcesResponseBody) SetResourceInfo(v string) *DescribeClusterResourcesResponseBody

func (*DescribeClusterResourcesResponseBody) SetResourceType

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

func (*DescribeClusterResourcesResponseBody) SetState

func (s *DescribeClusterResourcesResponseBody) SetState(v string) *DescribeClusterResourcesResponseBody

func (DescribeClusterResourcesResponseBody) String

func (s DescribeClusterResourcesResponseBody) String() string

type DescribeClusterTasksResponse added in v3.0.15

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

func (DescribeClusterTasksResponse) GoString added in v3.0.15

func (s DescribeClusterTasksResponse) GoString() string

func (*DescribeClusterTasksResponse) SetBody added in v3.0.15

func (s *DescribeClusterTasksResponse) SetBody(v *DescribeClusterTasksResponseBody) *DescribeClusterTasksResponse

func (*DescribeClusterTasksResponse) SetHeaders added in v3.0.15

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

func (*DescribeClusterTasksResponse) SetStatusCode added in v3.0.15

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

func (DescribeClusterTasksResponse) String added in v3.0.15

func (s DescribeClusterTasksResponse) String() string

type DescribeClusterTasksResponseBody added in v3.0.15

type DescribeClusterTasksResponseBody struct {
	PageInfo  *DescribeClusterTasksResponseBodyPageInfo `json:"page_info,omitempty" xml:"page_info,omitempty" type:"Struct"`
	RequestId *string                                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Tasks     []*DescribeClusterTasksResponseBodyTasks  `json:"tasks,omitempty" xml:"tasks,omitempty" type:"Repeated"`
}

func (DescribeClusterTasksResponseBody) GoString added in v3.0.15

func (s DescribeClusterTasksResponseBody) GoString() string

func (*DescribeClusterTasksResponseBody) SetPageInfo added in v3.0.15

func (s *DescribeClusterTasksResponseBody) SetPageInfo(v *DescribeClusterTasksResponseBodyPageInfo) *DescribeClusterTasksResponseBody

func (*DescribeClusterTasksResponseBody) SetRequestId added in v3.0.15

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

func (*DescribeClusterTasksResponseBody) SetTasks added in v3.0.15

func (s *DescribeClusterTasksResponseBody) SetTasks(v []*DescribeClusterTasksResponseBodyTasks) *DescribeClusterTasksResponseBody

func (DescribeClusterTasksResponseBody) String added in v3.0.15

func (s DescribeClusterTasksResponseBody) String() string

type DescribeClusterTasksResponseBodyPageInfo added in v3.0.15

type DescribeClusterTasksResponseBodyPageInfo struct {
	PageNumber *int64 `json:"page_number,omitempty" xml:"page_number,omitempty"`
	PageSize   *int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	TotalCount *int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

func (DescribeClusterTasksResponseBodyPageInfo) GoString added in v3.0.15

func (s DescribeClusterTasksResponseBodyPageInfo) GoString() string

func (*DescribeClusterTasksResponseBodyPageInfo) SetPageNumber added in v3.0.15

func (s *DescribeClusterTasksResponseBodyPageInfo) SetPageNumber(v int64) *DescribeClusterTasksResponseBodyPageInfo

func (*DescribeClusterTasksResponseBodyPageInfo) SetPageSize added in v3.0.15

func (s *DescribeClusterTasksResponseBodyPageInfo) SetPageSize(v int64) *DescribeClusterTasksResponseBodyPageInfo

func (*DescribeClusterTasksResponseBodyPageInfo) SetTotalCount added in v3.0.15

func (s *DescribeClusterTasksResponseBodyPageInfo) SetTotalCount(v int64) *DescribeClusterTasksResponseBodyPageInfo

func (DescribeClusterTasksResponseBodyPageInfo) String added in v3.0.15

func (s DescribeClusterTasksResponseBodyPageInfo) String() string

type DescribeClusterTasksResponseBodyTasks added in v3.0.15

type DescribeClusterTasksResponseBodyTasks struct {
	Created  *string                                     `json:"created,omitempty" xml:"created,omitempty"`
	Error    *DescribeClusterTasksResponseBodyTasksError `json:"error,omitempty" xml:"error,omitempty" type:"Struct"`
	State    *string                                     `json:"state,omitempty" xml:"state,omitempty"`
	TaskId   *string                                     `json:"task_id,omitempty" xml:"task_id,omitempty"`
	TaskType *string                                     `json:"task_type,omitempty" xml:"task_type,omitempty"`
	Updated  *string                                     `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeClusterTasksResponseBodyTasks) GoString added in v3.0.15

func (s DescribeClusterTasksResponseBodyTasks) GoString() string

func (*DescribeClusterTasksResponseBodyTasks) SetCreated added in v3.0.15

func (s *DescribeClusterTasksResponseBodyTasks) SetCreated(v string) *DescribeClusterTasksResponseBodyTasks

func (*DescribeClusterTasksResponseBodyTasks) SetError added in v3.0.15

func (s *DescribeClusterTasksResponseBodyTasks) SetError(v *DescribeClusterTasksResponseBodyTasksError) *DescribeClusterTasksResponseBodyTasks

func (*DescribeClusterTasksResponseBodyTasks) SetState added in v3.0.15

func (s *DescribeClusterTasksResponseBodyTasks) SetState(v string) *DescribeClusterTasksResponseBodyTasks

func (*DescribeClusterTasksResponseBodyTasks) SetTaskId added in v3.0.15

func (s *DescribeClusterTasksResponseBodyTasks) SetTaskId(v string) *DescribeClusterTasksResponseBodyTasks

func (*DescribeClusterTasksResponseBodyTasks) SetTaskType added in v3.0.15

func (s *DescribeClusterTasksResponseBodyTasks) SetTaskType(v string) *DescribeClusterTasksResponseBodyTasks

func (*DescribeClusterTasksResponseBodyTasks) SetUpdated added in v3.0.15

func (s *DescribeClusterTasksResponseBodyTasks) SetUpdated(v string) *DescribeClusterTasksResponseBodyTasks

func (DescribeClusterTasksResponseBodyTasks) String added in v3.0.15

func (s DescribeClusterTasksResponseBodyTasks) String() string

type DescribeClusterTasksResponseBodyTasksError added in v3.0.15

type DescribeClusterTasksResponseBodyTasksError struct {
	Code    *string `json:"code,omitempty" xml:"code,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
}

func (DescribeClusterTasksResponseBodyTasksError) GoString added in v3.0.15

func (s DescribeClusterTasksResponseBodyTasksError) GoString() string

func (*DescribeClusterTasksResponseBodyTasksError) SetCode added in v3.0.15

func (s *DescribeClusterTasksResponseBodyTasksError) SetCode(v string) *DescribeClusterTasksResponseBodyTasksError

func (*DescribeClusterTasksResponseBodyTasksError) SetMessage added in v3.0.15

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

func (DescribeClusterTasksResponseBodyTasksError) String added in v3.0.15

func (s DescribeClusterTasksResponseBodyTasksError) String() string

type DescribeClusterUserKubeconfigRequest

type DescribeClusterUserKubeconfigRequest struct {
	PrivateIpAddress         *bool  `json:"PrivateIpAddress,omitempty" xml:"PrivateIpAddress,omitempty"`
	TemporaryDurationMinutes *int64 `json:"TemporaryDurationMinutes,omitempty" xml:"TemporaryDurationMinutes,omitempty"`
}

func (DescribeClusterUserKubeconfigRequest) GoString

func (s DescribeClusterUserKubeconfigRequest) GoString() string

func (*DescribeClusterUserKubeconfigRequest) SetPrivateIpAddress

func (s *DescribeClusterUserKubeconfigRequest) SetPrivateIpAddress(v bool) *DescribeClusterUserKubeconfigRequest

func (*DescribeClusterUserKubeconfigRequest) SetTemporaryDurationMinutes

func (s *DescribeClusterUserKubeconfigRequest) SetTemporaryDurationMinutes(v int64) *DescribeClusterUserKubeconfigRequest

func (DescribeClusterUserKubeconfigRequest) String

func (s DescribeClusterUserKubeconfigRequest) String() string

type DescribeClusterUserKubeconfigResponse

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

func (DescribeClusterUserKubeconfigResponse) GoString

func (s DescribeClusterUserKubeconfigResponse) GoString() string

func (*DescribeClusterUserKubeconfigResponse) SetBody

func (s *DescribeClusterUserKubeconfigResponse) SetBody(v *DescribeClusterUserKubeconfigResponseBody) *DescribeClusterUserKubeconfigResponse

func (*DescribeClusterUserKubeconfigResponse) SetHeaders

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

func (*DescribeClusterUserKubeconfigResponse) SetStatusCode added in v3.0.13

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

func (DescribeClusterUserKubeconfigResponse) String

func (s DescribeClusterUserKubeconfigResponse) String() string

type DescribeClusterUserKubeconfigResponseBody

type DescribeClusterUserKubeconfigResponseBody struct {
	// The content of the kubeconfig file. For more information about the content of the kubeconfig file, see [Configure cluster credentials](~~86494~~).
	Config *string `json:"config,omitempty" xml:"config,omitempty"`
	// The expiration time of the kubeconfig file. The value is the UTC time displayed in RFC3339 format.
	Expiration *string `json:"expiration,omitempty" xml:"expiration,omitempty"`
}

func (DescribeClusterUserKubeconfigResponseBody) GoString

func (s DescribeClusterUserKubeconfigResponseBody) GoString() string

func (*DescribeClusterUserKubeconfigResponseBody) SetConfig

func (s *DescribeClusterUserKubeconfigResponseBody) SetConfig(v string) *DescribeClusterUserKubeconfigResponseBody

func (*DescribeClusterUserKubeconfigResponseBody) SetExpiration

func (s *DescribeClusterUserKubeconfigResponseBody) SetExpiration(v string) *DescribeClusterUserKubeconfigResponseBody

func (DescribeClusterUserKubeconfigResponseBody) String

func (s DescribeClusterUserKubeconfigResponseBody) String() string

type DescribeClusterV2UserKubeconfigRequest

type DescribeClusterV2UserKubeconfigRequest struct {
	PrivateIpAddress *bool `json:"PrivateIpAddress,omitempty" xml:"PrivateIpAddress,omitempty"`
}

func (DescribeClusterV2UserKubeconfigRequest) GoString

func (s DescribeClusterV2UserKubeconfigRequest) GoString() string

func (*DescribeClusterV2UserKubeconfigRequest) SetPrivateIpAddress

func (s *DescribeClusterV2UserKubeconfigRequest) SetPrivateIpAddress(v bool) *DescribeClusterV2UserKubeconfigRequest

func (DescribeClusterV2UserKubeconfigRequest) String

func (s DescribeClusterV2UserKubeconfigRequest) String() string

type DescribeClusterV2UserKubeconfigResponse

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

func (DescribeClusterV2UserKubeconfigResponse) GoString

func (s DescribeClusterV2UserKubeconfigResponse) GoString() string

func (*DescribeClusterV2UserKubeconfigResponse) SetBody

func (s *DescribeClusterV2UserKubeconfigResponse) SetBody(v *DescribeClusterV2UserKubeconfigResponseBody) *DescribeClusterV2UserKubeconfigResponse

func (*DescribeClusterV2UserKubeconfigResponse) SetHeaders

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

func (*DescribeClusterV2UserKubeconfigResponse) SetStatusCode added in v3.0.13

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

func (DescribeClusterV2UserKubeconfigResponse) String

func (s DescribeClusterV2UserKubeconfigResponse) String() string

type DescribeClusterV2UserKubeconfigResponseBody

type DescribeClusterV2UserKubeconfigResponseBody struct {
	Config *string `json:"config,omitempty" xml:"config,omitempty"`
}

func (DescribeClusterV2UserKubeconfigResponseBody) GoString

func (s DescribeClusterV2UserKubeconfigResponseBody) GoString() string

func (*DescribeClusterV2UserKubeconfigResponseBody) SetConfig

func (s *DescribeClusterV2UserKubeconfigResponseBody) SetConfig(v string) *DescribeClusterV2UserKubeconfigResponseBody

func (DescribeClusterV2UserKubeconfigResponseBody) String

func (s DescribeClusterV2UserKubeconfigResponseBody) String() string

type DescribeClusterVulsResponse added in v3.0.27

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

func (DescribeClusterVulsResponse) GoString added in v3.0.27

func (s DescribeClusterVulsResponse) GoString() string

func (*DescribeClusterVulsResponse) SetBody added in v3.0.27

func (s *DescribeClusterVulsResponse) SetBody(v *DescribeClusterVulsResponseBody) *DescribeClusterVulsResponse

func (*DescribeClusterVulsResponse) SetHeaders added in v3.0.27

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

func (*DescribeClusterVulsResponse) SetStatusCode added in v3.0.27

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

func (DescribeClusterVulsResponse) String added in v3.0.27

func (s DescribeClusterVulsResponse) String() string

type DescribeClusterVulsResponseBody added in v3.0.27

type DescribeClusterVulsResponseBody struct {
	VulRecords []*DescribeClusterVulsResponseBodyVulRecords `json:"vul_records,omitempty" xml:"vul_records,omitempty" type:"Repeated"`
}

func (DescribeClusterVulsResponseBody) GoString added in v3.0.27

func (s DescribeClusterVulsResponseBody) GoString() string

func (*DescribeClusterVulsResponseBody) SetVulRecords added in v3.0.27

func (s *DescribeClusterVulsResponseBody) SetVulRecords(v []*DescribeClusterVulsResponseBodyVulRecords) *DescribeClusterVulsResponseBody

func (DescribeClusterVulsResponseBody) String added in v3.0.27

func (s DescribeClusterVulsResponseBody) String() string

type DescribeClusterVulsResponseBodyVulRecords added in v3.0.27

type DescribeClusterVulsResponseBodyVulRecords struct {
	CveList      []*string `json:"cve_list,omitempty" xml:"cve_list,omitempty" type:"Repeated"`
	Necessity    *string   `json:"necessity,omitempty" xml:"necessity,omitempty"`
	NodeCount    *int32    `json:"node_count,omitempty" xml:"node_count,omitempty"`
	NodepoolId   *string   `json:"nodepool_id,omitempty" xml:"nodepool_id,omitempty"`
	NodepoolName *string   `json:"nodepool_name,omitempty" xml:"nodepool_name,omitempty"`
	VulAliasName *string   `json:"vul_alias_name,omitempty" xml:"vul_alias_name,omitempty"`
	VulName      *string   `json:"vul_name,omitempty" xml:"vul_name,omitempty"`
	VulType      *string   `json:"vul_type,omitempty" xml:"vul_type,omitempty"`
}

func (DescribeClusterVulsResponseBodyVulRecords) GoString added in v3.0.27

func (s DescribeClusterVulsResponseBodyVulRecords) GoString() string

func (*DescribeClusterVulsResponseBodyVulRecords) SetCveList added in v3.0.27

func (s *DescribeClusterVulsResponseBodyVulRecords) SetCveList(v []*string) *DescribeClusterVulsResponseBodyVulRecords

func (*DescribeClusterVulsResponseBodyVulRecords) SetNecessity added in v3.0.27

func (s *DescribeClusterVulsResponseBodyVulRecords) SetNecessity(v string) *DescribeClusterVulsResponseBodyVulRecords

func (*DescribeClusterVulsResponseBodyVulRecords) SetNodeCount added in v3.0.27

func (s *DescribeClusterVulsResponseBodyVulRecords) SetNodeCount(v int32) *DescribeClusterVulsResponseBodyVulRecords

func (*DescribeClusterVulsResponseBodyVulRecords) SetNodepoolId added in v3.0.27

func (s *DescribeClusterVulsResponseBodyVulRecords) SetNodepoolId(v string) *DescribeClusterVulsResponseBodyVulRecords

func (*DescribeClusterVulsResponseBodyVulRecords) SetNodepoolName added in v3.0.27

func (s *DescribeClusterVulsResponseBodyVulRecords) SetNodepoolName(v string) *DescribeClusterVulsResponseBodyVulRecords

func (*DescribeClusterVulsResponseBodyVulRecords) SetVulAliasName added in v3.0.27

func (s *DescribeClusterVulsResponseBodyVulRecords) SetVulAliasName(v string) *DescribeClusterVulsResponseBodyVulRecords

func (*DescribeClusterVulsResponseBodyVulRecords) SetVulName added in v3.0.27

func (s *DescribeClusterVulsResponseBodyVulRecords) SetVulName(v string) *DescribeClusterVulsResponseBodyVulRecords

func (*DescribeClusterVulsResponseBodyVulRecords) SetVulType added in v3.0.27

func (s *DescribeClusterVulsResponseBodyVulRecords) SetVulType(v string) *DescribeClusterVulsResponseBodyVulRecords

func (DescribeClusterVulsResponseBodyVulRecords) String added in v3.0.27

func (s DescribeClusterVulsResponseBodyVulRecords) String() string

type DescribeClustersRequest

type DescribeClustersRequest struct {
	// The cluster type.
	ClusterType *string `json:"clusterType,omitempty" xml:"clusterType,omitempty"`
	// The cluster name based on which the system performs fuzzy searches among the clusters that belong to the current Alibaba Cloud account.
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (DescribeClustersRequest) GoString

func (s DescribeClustersRequest) GoString() string

func (*DescribeClustersRequest) SetClusterType

func (s *DescribeClustersRequest) SetClusterType(v string) *DescribeClustersRequest

func (*DescribeClustersRequest) SetName

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

func (DescribeClustersRequest) String

func (s DescribeClustersRequest) String() string

type DescribeClustersResponse

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

func (DescribeClustersResponse) GoString

func (s DescribeClustersResponse) GoString() string

func (*DescribeClustersResponse) SetBody

func (s *DescribeClustersResponse) SetBody(v []*DescribeClustersResponseBody) *DescribeClustersResponse

func (*DescribeClustersResponse) SetHeaders

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

func (*DescribeClustersResponse) SetStatusCode added in v3.0.13

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

func (DescribeClustersResponse) String

func (s DescribeClustersResponse) String() string

type DescribeClustersResponseBody

type DescribeClustersResponseBody struct {
	ClusterId              *string                             `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	ClusterType            *string                             `json:"cluster_type,omitempty" xml:"cluster_type,omitempty"`
	Created                *string                             `json:"created,omitempty" xml:"created,omitempty"`
	CurrentVersion         *string                             `json:"current_version,omitempty" xml:"current_version,omitempty"`
	DataDiskCategory       *string                             `json:"data_disk_category,omitempty" xml:"data_disk_category,omitempty"`
	DataDiskSize           *int64                              `json:"data_disk_size,omitempty" xml:"data_disk_size,omitempty"`
	DeletionProtection     *bool                               `json:"deletion_protection,omitempty" xml:"deletion_protection,omitempty"`
	DockerVersion          *string                             `json:"docker_version,omitempty" xml:"docker_version,omitempty"`
	ExternalLoadbalancerId *string                             `json:"external_loadbalancer_id,omitempty" xml:"external_loadbalancer_id,omitempty"`
	InitVersion            *string                             `json:"init_version,omitempty" xml:"init_version,omitempty"`
	MasterUrl              *string                             `json:"master_url,omitempty" xml:"master_url,omitempty"`
	MetaData               *string                             `json:"meta_data,omitempty" xml:"meta_data,omitempty"`
	Name                   *string                             `json:"name,omitempty" xml:"name,omitempty"`
	NetworkMode            *string                             `json:"network_mode,omitempty" xml:"network_mode,omitempty"`
	PrivateZone            *bool                               `json:"private_zone,omitempty" xml:"private_zone,omitempty"`
	Profile                *string                             `json:"profile,omitempty" xml:"profile,omitempty"`
	RegionId               *string                             `json:"region_id,omitempty" xml:"region_id,omitempty"`
	ResourceGroupId        *string                             `json:"resource_group_id,omitempty" xml:"resource_group_id,omitempty"`
	SecurityGroupId        *string                             `json:"security_group_id,omitempty" xml:"security_group_id,omitempty"`
	Size                   *int64                              `json:"size,omitempty" xml:"size,omitempty"`
	State                  *string                             `json:"state,omitempty" xml:"state,omitempty"`
	SubnetCidr             *string                             `json:"subnet_cidr,omitempty" xml:"subnet_cidr,omitempty"`
	Tags                   []*DescribeClustersResponseBodyTags `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
	Updated                *string                             `json:"updated,omitempty" xml:"updated,omitempty"`
	VpcId                  *string                             `json:"vpc_id,omitempty" xml:"vpc_id,omitempty"`
	VswitchCidr            *string                             `json:"vswitch_cidr,omitempty" xml:"vswitch_cidr,omitempty"`
	VswitchId              *string                             `json:"vswitch_id,omitempty" xml:"vswitch_id,omitempty"`
	WorkerRamRoleName      *string                             `json:"worker_ram_role_name,omitempty" xml:"worker_ram_role_name,omitempty"`
	ZoneId                 *string                             `json:"zone_id,omitempty" xml:"zone_id,omitempty"`
}

func (DescribeClustersResponseBody) GoString

func (s DescribeClustersResponseBody) GoString() string

func (*DescribeClustersResponseBody) SetClusterId

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

func (*DescribeClustersResponseBody) SetClusterType

func (s *DescribeClustersResponseBody) SetClusterType(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetCreated

func (s *DescribeClustersResponseBody) SetCreated(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetCurrentVersion

func (s *DescribeClustersResponseBody) SetCurrentVersion(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetDataDiskCategory

func (s *DescribeClustersResponseBody) SetDataDiskCategory(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetDataDiskSize

func (s *DescribeClustersResponseBody) SetDataDiskSize(v int64) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetDeletionProtection

func (s *DescribeClustersResponseBody) SetDeletionProtection(v bool) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetDockerVersion

func (s *DescribeClustersResponseBody) SetDockerVersion(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetExternalLoadbalancerId

func (s *DescribeClustersResponseBody) SetExternalLoadbalancerId(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetInitVersion

func (s *DescribeClustersResponseBody) SetInitVersion(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetMasterUrl

func (s *DescribeClustersResponseBody) SetMasterUrl(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetMetaData

func (s *DescribeClustersResponseBody) SetMetaData(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetName

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

func (*DescribeClustersResponseBody) SetNetworkMode

func (s *DescribeClustersResponseBody) SetNetworkMode(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetPrivateZone

func (s *DescribeClustersResponseBody) SetPrivateZone(v bool) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetProfile

func (s *DescribeClustersResponseBody) SetProfile(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetRegionId

func (s *DescribeClustersResponseBody) SetRegionId(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetResourceGroupId

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

func (*DescribeClustersResponseBody) SetSecurityGroupId

func (s *DescribeClustersResponseBody) SetSecurityGroupId(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetSize

func (s *DescribeClustersResponseBody) SetSize(v int64) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetState

func (s *DescribeClustersResponseBody) SetState(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetSubnetCidr

func (s *DescribeClustersResponseBody) SetSubnetCidr(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetTags

func (s *DescribeClustersResponseBody) SetTags(v []*DescribeClustersResponseBodyTags) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetUpdated

func (s *DescribeClustersResponseBody) SetUpdated(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetVpcId

func (s *DescribeClustersResponseBody) SetVpcId(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetVswitchCidr

func (s *DescribeClustersResponseBody) SetVswitchCidr(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetVswitchId

func (s *DescribeClustersResponseBody) SetVswitchId(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetWorkerRamRoleName

func (s *DescribeClustersResponseBody) SetWorkerRamRoleName(v string) *DescribeClustersResponseBody

func (*DescribeClustersResponseBody) SetZoneId

func (s *DescribeClustersResponseBody) SetZoneId(v string) *DescribeClustersResponseBody

func (DescribeClustersResponseBody) String

func (s DescribeClustersResponseBody) String() string

type DescribeClustersResponseBodyTags

type DescribeClustersResponseBodyTags struct {
	Key   *string `json:"key,omitempty" xml:"key,omitempty"`
	Value *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (DescribeClustersResponseBodyTags) GoString

func (s DescribeClustersResponseBodyTags) GoString() string

func (*DescribeClustersResponseBodyTags) SetKey

func (s *DescribeClustersResponseBodyTags) SetKey(v string) *DescribeClustersResponseBodyTags

func (*DescribeClustersResponseBodyTags) SetValue

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

func (DescribeClustersResponseBodyTags) String

func (s DescribeClustersResponseBodyTags) String() string

type DescribeClustersV1Request

type DescribeClustersV1Request struct {
	ClusterSpec *string `json:"cluster_spec,omitempty" xml:"cluster_spec,omitempty"`
	ClusterType *string `json:"cluster_type,omitempty" xml:"cluster_type,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	PageNumber  *int64  `json:"page_number,omitempty" xml:"page_number,omitempty"`
	PageSize    *int64  `json:"page_size,omitempty" xml:"page_size,omitempty"`
	Profile     *string `json:"profile,omitempty" xml:"profile,omitempty"`
	RegionId    *string `json:"region_id,omitempty" xml:"region_id,omitempty"`
}

func (DescribeClustersV1Request) GoString

func (s DescribeClustersV1Request) GoString() string

func (*DescribeClustersV1Request) SetClusterSpec

func (s *DescribeClustersV1Request) SetClusterSpec(v string) *DescribeClustersV1Request

func (*DescribeClustersV1Request) SetClusterType

func (s *DescribeClustersV1Request) SetClusterType(v string) *DescribeClustersV1Request

func (*DescribeClustersV1Request) SetName

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

func (*DescribeClustersV1Request) SetPageNumber

func (s *DescribeClustersV1Request) SetPageNumber(v int64) *DescribeClustersV1Request

func (*DescribeClustersV1Request) SetPageSize

func (s *DescribeClustersV1Request) SetPageSize(v int64) *DescribeClustersV1Request

func (*DescribeClustersV1Request) SetProfile

func (s *DescribeClustersV1Request) SetProfile(v string) *DescribeClustersV1Request

func (*DescribeClustersV1Request) SetRegionId added in v3.0.9

func (s *DescribeClustersV1Request) SetRegionId(v string) *DescribeClustersV1Request

func (DescribeClustersV1Request) String

func (s DescribeClustersV1Request) String() string

type DescribeClustersV1Response

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

func (DescribeClustersV1Response) GoString

func (s DescribeClustersV1Response) GoString() string

func (*DescribeClustersV1Response) SetBody

func (s *DescribeClustersV1Response) SetBody(v *DescribeClustersV1ResponseBody) *DescribeClustersV1Response

func (*DescribeClustersV1Response) SetHeaders

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

func (*DescribeClustersV1Response) SetStatusCode added in v3.0.13

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

func (DescribeClustersV1Response) String

func (s DescribeClustersV1Response) String() string

type DescribeClustersV1ResponseBody

type DescribeClustersV1ResponseBody struct {
	// The list of the details of the queried cluster.
	Clusters []*DescribeClustersV1ResponseBodyClusters `json:"clusters,omitempty" xml:"clusters,omitempty" type:"Repeated"`
	// The pagination details.
	PageInfo *DescribeClustersV1ResponseBodyPageInfo `json:"page_info,omitempty" xml:"page_info,omitempty" type:"Struct"`
}

func (DescribeClustersV1ResponseBody) GoString

func (s DescribeClustersV1ResponseBody) GoString() string

func (*DescribeClustersV1ResponseBody) SetClusters

func (s *DescribeClustersV1ResponseBody) SetClusters(v []*DescribeClustersV1ResponseBodyClusters) *DescribeClustersV1ResponseBody

func (*DescribeClustersV1ResponseBody) SetPageInfo

func (s *DescribeClustersV1ResponseBody) SetPageInfo(v *DescribeClustersV1ResponseBodyPageInfo) *DescribeClustersV1ResponseBody

func (DescribeClustersV1ResponseBody) String

func (s DescribeClustersV1ResponseBody) String() string

type DescribeClustersV1ResponseBodyClusters

type DescribeClustersV1ResponseBodyClusters struct {
	// The ID of the queried cluster.
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	// The type of the managed Kubernetes cluster. This parameter is returned for a managed Kubernetes cluster. Valid values:
	//
	// *   `ack.pro.small`: professional managed Kubernetes cluster
	// *   `ack.standard`: standard managed Kubernetes cluster
	ClusterSpec *string `json:"cluster_spec,omitempty" xml:"cluster_spec,omitempty"`
	// The type of the cluster. Valid values:
	//
	// *   `Kubernetes`: dedicated Kubernetes cluster
	// *   `ManagedKubernetes`: managed Kubernetes cluster
	// *   `Ask`: ASK cluster
	// *   `ExternalKubernetes`: registered external cluster
	ClusterType *string `json:"cluster_type,omitempty" xml:"cluster_type,omitempty"`
	// The time when the cluster was created.
	Created *string `json:"created,omitempty" xml:"created,omitempty"`
	// The Kubernetes version of the cluster.
	CurrentVersion *string `json:"current_version,omitempty" xml:"current_version,omitempty"`
	// Indicates whether deletion protection is enabled for the cluster. After deletion protection is enabled, the cluster cannot be deleted in the console or by calling API operations. Valid values:
	//
	// *   `true`: deletion protection is enabled for the cluster. The cluster cannot be deleted in the ACK console or by calling API operations.
	// *   `false`: deletion protection is disabled for the cluster. The cluster can be deleted in the ACK console or by calling API operations.
	DeletionProtection *bool `json:"deletion_protection,omitempty" xml:"deletion_protection,omitempty"`
	// The Docker version that is used by the cluster.
	DockerVersion *string `json:"docker_version,omitempty" xml:"docker_version,omitempty"`
	// The ID of the Server Load Balancer (SLB) instance that is used for the Ingress of the cluster.
	//
	// The default SLB specification is slb.s1.small, which belongs to the high-performance instance type.
	ExternalLoadbalancerId *string `json:"external_loadbalancer_id,omitempty" xml:"external_loadbalancer_id,omitempty"`
	// The Kubernetes version of the cluster. The Kubernetes versions provided by ACK are consistent with the open source Kubernetes versions. We recommend that you select the latest Kubernetes version. If you do not specify a Kubernetes version, the latest Kubernetes version is used by default.
	//
	// You can create clusters of the latest two Kubernetes versions in the ACK console. You can create ACK clusters of earlier Kubernetes versions by calling API operations. For more information about the Kubernetes versions supported by ACK, see [Release notes for Kubernetes versions](~~185269~~).
	InitVersion *string `json:"init_version,omitempty" xml:"init_version,omitempty"`
	// The maintenance window of the cluster. This feature is available only in professional managed Kubernetes clusters.
	MaintenanceWindow *MaintenanceWindow `json:"maintenance_window,omitempty" xml:"maintenance_window,omitempty"`
	// The address of the cluster API server. It includes an internal endpoint and a public endpoint.
	MasterUrl *string `json:"master_url,omitempty" xml:"master_url,omitempty"`
	// The metadata of the cluster.
	MetaData *string `json:"meta_data,omitempty" xml:"meta_data,omitempty"`
	// The name of the cluster.
	//
	// The name must be 1 to 63 characters in length, and can contain digits, letters, and hyphens (-). It cannot start with a hyphen (-).
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	// The network mode of the cluster. Valid values:
	//
	// *   `classic`: classic network
	// *   `vpc`: virtual private cloud (VPC)
	// *   `overlay`: overlay network
	// *   `calico`: network powered by Calico
	NetworkMode *string `json:"network_mode,omitempty" xml:"network_mode,omitempty"`
	// The Kubernetes version to which the cluster can be upgraded.
	NextVersion *string `json:"next_version,omitempty" xml:"next_version,omitempty"`
	// Indicates whether Alibaba Cloud DNS PrivateZone is enabled. Valid values:
	//
	// *   `true`: Alibaba Cloud DNS PrivateZone is enabled.
	// *   `false`: Alibaba Cloud DNS PrivateZone is disabled.
	PrivateZone *bool `json:"private_zone,omitempty" xml:"private_zone,omitempty"`
	// The identifier of the cluster. Valid values:
	//
	// *   `Edge`: The cluster is a managed edge Kubernetes cluster.
	// *   `Default`: The cluster is not a managed edge Kubernetes cluster.
	Profile *string `json:"profile,omitempty" xml:"profile,omitempty"`
	// The ID of the region where the cluster is deployed.
	RegionId *string `json:"region_id,omitempty" xml:"region_id,omitempty"`
	// The ID of the resource group to which the cluster belongs.
	ResourceGroupId *string `json:"resource_group_id,omitempty" xml:"resource_group_id,omitempty"`
	// The ID of the security group to which the instances of the cluster belong.
	SecurityGroupId *string `json:"security_group_id,omitempty" xml:"security_group_id,omitempty"`
	// The number of nodes in the cluster. Master nodes and worker nodes are included.
	Size *int64 `json:"size,omitempty" xml:"size,omitempty"`
	// The status of the cluster. Valid values:
	//
	// *   `initial`: The cluster is being created.
	// *   `failed`: The cluster failed to be created.
	// *   `running`: The cluster is running.
	// *   `updating`: The cluster is being upgraded.
	// *   `updating_failed`: The cluster failed to be upgraded.
	// *   `scaling`: The cluster is being scaled.
	// *   `stopped`: The cluster is stopped.
	// *   `deleting`: The cluster is being deleted.
	// *   `deleted`: The cluster is deleted.
	// *   `delete_failed`: The cluster failed to be deleted.
	State *string `json:"state,omitempty" xml:"state,omitempty"`
	// The pod CIDR block. It must be a valid and private CIDR block, and must be one of the following CIDR blocks or their subnets:
	//
	// *   10.0.0.0/8
	// *   172.16-31.0.0/12-16
	// *   192.168.0.0/16
	//
	// The CIDR block of pods cannot overlap with the CIDR block of the VPC in which the cluster is deployed and the CIDR blocks of existing clusters in the VPC. You cannot modify the pod CIDR block after the cluster is created.
	//
	// For more information about subnetting for ACK clusters, see [Plan CIDR blocks for ACK clusters in a VPC](~~86500~~).
	SubnetCidr *string `json:"subnet_cidr,omitempty" xml:"subnet_cidr,omitempty"`
	// The labels of the cluster.
	Tags []*Tag `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
	// The time when the cluster was updated.
	Updated *string `json:"updated,omitempty" xml:"updated,omitempty"`
	// The ID of the VPC where the cluster is deployed. You must specify a VPC when you create a cluster.
	VpcId *string `json:"vpc_id,omitempty" xml:"vpc_id,omitempty"`
	// The IDs of the vSwitches. You can select one to three vSwitches when you create a cluster. We recommend that you select vSwitches in different zones to ensure high availability.
	VswitchId *string `json:"vswitch_id,omitempty" xml:"vswitch_id,omitempty"`
	// The name of the worker Resource Access Management (RAM) role. The RAM role is assigned to the worker nodes that are created on Elastic Compute Service (ECS) instances.
	WorkerRamRoleName *string `json:"worker_ram_role_name,omitempty" xml:"worker_ram_role_name,omitempty"`
	// The ID of the zone where the cluster is deployed.
	ZoneId *string `json:"zone_id,omitempty" xml:"zone_id,omitempty"`
}

func (DescribeClustersV1ResponseBodyClusters) GoString

func (s DescribeClustersV1ResponseBodyClusters) GoString() string

func (*DescribeClustersV1ResponseBodyClusters) SetClusterId

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

func (*DescribeClustersV1ResponseBodyClusters) SetClusterSpec

func (s *DescribeClustersV1ResponseBodyClusters) SetClusterSpec(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetClusterType

func (s *DescribeClustersV1ResponseBodyClusters) SetClusterType(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetCreated

func (s *DescribeClustersV1ResponseBodyClusters) SetCreated(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetCurrentVersion

func (s *DescribeClustersV1ResponseBodyClusters) SetCurrentVersion(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetDeletionProtection

func (s *DescribeClustersV1ResponseBodyClusters) SetDeletionProtection(v bool) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetDockerVersion

func (s *DescribeClustersV1ResponseBodyClusters) SetDockerVersion(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetExternalLoadbalancerId

func (s *DescribeClustersV1ResponseBodyClusters) SetExternalLoadbalancerId(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetInitVersion

func (s *DescribeClustersV1ResponseBodyClusters) SetInitVersion(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetMaintenanceWindow

func (s *DescribeClustersV1ResponseBodyClusters) SetMaintenanceWindow(v *MaintenanceWindow) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetMasterUrl

func (s *DescribeClustersV1ResponseBodyClusters) SetMasterUrl(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetMetaData

func (s *DescribeClustersV1ResponseBodyClusters) SetMetaData(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetName

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

func (*DescribeClustersV1ResponseBodyClusters) SetNetworkMode

func (s *DescribeClustersV1ResponseBodyClusters) SetNetworkMode(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetNextVersion

func (s *DescribeClustersV1ResponseBodyClusters) SetNextVersion(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetPrivateZone

func (s *DescribeClustersV1ResponseBodyClusters) SetPrivateZone(v bool) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetProfile

func (s *DescribeClustersV1ResponseBodyClusters) SetProfile(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetRegionId

func (s *DescribeClustersV1ResponseBodyClusters) SetRegionId(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetResourceGroupId

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

func (*DescribeClustersV1ResponseBodyClusters) SetSecurityGroupId

func (s *DescribeClustersV1ResponseBodyClusters) SetSecurityGroupId(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetSize

func (s *DescribeClustersV1ResponseBodyClusters) SetSize(v int64) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetState

func (s *DescribeClustersV1ResponseBodyClusters) SetState(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetSubnetCidr

func (s *DescribeClustersV1ResponseBodyClusters) SetSubnetCidr(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetTags

func (s *DescribeClustersV1ResponseBodyClusters) SetTags(v []*Tag) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetUpdated

func (s *DescribeClustersV1ResponseBodyClusters) SetUpdated(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetVpcId

func (s *DescribeClustersV1ResponseBodyClusters) SetVpcId(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetVswitchId

func (s *DescribeClustersV1ResponseBodyClusters) SetVswitchId(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetWorkerRamRoleName

func (s *DescribeClustersV1ResponseBodyClusters) SetWorkerRamRoleName(v string) *DescribeClustersV1ResponseBodyClusters

func (*DescribeClustersV1ResponseBodyClusters) SetZoneId

func (s *DescribeClustersV1ResponseBodyClusters) SetZoneId(v string) *DescribeClustersV1ResponseBodyClusters

func (DescribeClustersV1ResponseBodyClusters) String

func (s DescribeClustersV1ResponseBodyClusters) String() string

type DescribeClustersV1ResponseBodyPageInfo

type DescribeClustersV1ResponseBodyPageInfo struct {
	// The number of the returned page.
	PageNumber *int32 `json:"page_number,omitempty" xml:"page_number,omitempty"`
	// The number of entries returned per page.
	PageSize *int32 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// The total number of entries returned.
	TotalCount *int32 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

func (DescribeClustersV1ResponseBodyPageInfo) GoString

func (s DescribeClustersV1ResponseBodyPageInfo) GoString() string

func (*DescribeClustersV1ResponseBodyPageInfo) SetPageNumber

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

func (*DescribeClustersV1ResponseBodyPageInfo) SetPageSize

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

func (*DescribeClustersV1ResponseBodyPageInfo) SetTotalCount

func (s *DescribeClustersV1ResponseBodyPageInfo) SetTotalCount(v int32) *DescribeClustersV1ResponseBodyPageInfo

func (DescribeClustersV1ResponseBodyPageInfo) String

func (s DescribeClustersV1ResponseBodyPageInfo) String() string

type DescribeEdgeMachineActiveProcessResponse

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

func (DescribeEdgeMachineActiveProcessResponse) GoString

func (s DescribeEdgeMachineActiveProcessResponse) GoString() string

func (*DescribeEdgeMachineActiveProcessResponse) SetBody

func (s *DescribeEdgeMachineActiveProcessResponse) SetBody(v *DescribeEdgeMachineActiveProcessResponseBody) *DescribeEdgeMachineActiveProcessResponse

func (*DescribeEdgeMachineActiveProcessResponse) SetHeaders

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

func (*DescribeEdgeMachineActiveProcessResponse) SetStatusCode added in v3.0.13

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

func (DescribeEdgeMachineActiveProcessResponse) String

func (s DescribeEdgeMachineActiveProcessResponse) String() string

type DescribeEdgeMachineActiveProcessResponseBody

type DescribeEdgeMachineActiveProcessResponseBody struct {
	// The list of details about the activation progress.
	Logs *string `json:"logs,omitempty" xml:"logs,omitempty"`
	// The activation progress.
	Progress *int64 `json:"progress,omitempty" xml:"progress,omitempty"`
	// The ID of the request.
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// The status of the cloud-native box.
	State *string `json:"state,omitempty" xml:"state,omitempty"`
	// The current step of the activation process.
	Step *string `json:"step,omitempty" xml:"step,omitempty"`
}

func (DescribeEdgeMachineActiveProcessResponseBody) GoString

func (s DescribeEdgeMachineActiveProcessResponseBody) GoString() string

func (*DescribeEdgeMachineActiveProcessResponseBody) SetLogs

func (s *DescribeEdgeMachineActiveProcessResponseBody) SetLogs(v string) *DescribeEdgeMachineActiveProcessResponseBody

func (*DescribeEdgeMachineActiveProcessResponseBody) SetProgress

func (s *DescribeEdgeMachineActiveProcessResponseBody) SetProgress(v int64) *DescribeEdgeMachineActiveProcessResponseBody

func (*DescribeEdgeMachineActiveProcessResponseBody) SetRequestId

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

func (*DescribeEdgeMachineActiveProcessResponseBody) SetState

func (s *DescribeEdgeMachineActiveProcessResponseBody) SetState(v string) *DescribeEdgeMachineActiveProcessResponseBody

func (*DescribeEdgeMachineActiveProcessResponseBody) SetStep

func (s *DescribeEdgeMachineActiveProcessResponseBody) SetStep(v string) *DescribeEdgeMachineActiveProcessResponseBody

func (DescribeEdgeMachineActiveProcessResponseBody) String

func (s DescribeEdgeMachineActiveProcessResponseBody) String() string

type DescribeEdgeMachineModelsResponse

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

func (DescribeEdgeMachineModelsResponse) GoString

func (s DescribeEdgeMachineModelsResponse) GoString() string

func (*DescribeEdgeMachineModelsResponse) SetBody

func (s *DescribeEdgeMachineModelsResponse) SetBody(v *DescribeEdgeMachineModelsResponseBody) *DescribeEdgeMachineModelsResponse

func (*DescribeEdgeMachineModelsResponse) SetHeaders

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

func (*DescribeEdgeMachineModelsResponse) SetStatusCode added in v3.0.13

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

func (DescribeEdgeMachineModelsResponse) String

func (s DescribeEdgeMachineModelsResponse) String() string

type DescribeEdgeMachineModelsResponseBody

type DescribeEdgeMachineModelsResponseBody struct {
	// The list of details about the models of cloud-native boxes.
	Models []*DescribeEdgeMachineModelsResponseBodyModels `json:"models,omitempty" xml:"models,omitempty" type:"Repeated"`
}

func (DescribeEdgeMachineModelsResponseBody) GoString

func (s DescribeEdgeMachineModelsResponseBody) GoString() string

func (*DescribeEdgeMachineModelsResponseBody) SetModels

func (s *DescribeEdgeMachineModelsResponseBody) SetModels(v []*DescribeEdgeMachineModelsResponseBodyModels) *DescribeEdgeMachineModelsResponseBody

func (DescribeEdgeMachineModelsResponseBody) String

func (s DescribeEdgeMachineModelsResponseBody) String() string

type DescribeEdgeMachineModelsResponseBodyModels

type DescribeEdgeMachineModelsResponseBodyModels struct {
	// The number of CPU cores.
	Cpu *int32 `json:"cpu,omitempty" xml:"cpu,omitempty"`
	// The CPU architecture.
	CpuArch *string `json:"cpu_arch,omitempty" xml:"cpu_arch,omitempty"`
	// The time when the cloud-native box was created.
	Created *string `json:"created,omitempty" xml:"created,omitempty"`
	// The description.
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	// Indicates whether the Docker runtime is managed.
	ManageRuntime *int32 `json:"manage_runtime,omitempty" xml:"manage_runtime,omitempty"`
	// The memory size. Unit: GB.
	Memory *int32 `json:"memory,omitempty" xml:"memory,omitempty"`
	// The model of the cloud-native box.
	Model *string `json:"model,omitempty" xml:"model,omitempty"`
	// The ID of the cloud-native box.
	ModelId *string `json:"model_id,omitempty" xml:"model_id,omitempty"`
}

func (DescribeEdgeMachineModelsResponseBodyModels) GoString

func (s DescribeEdgeMachineModelsResponseBodyModels) GoString() string

func (*DescribeEdgeMachineModelsResponseBodyModels) SetCpu

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

func (*DescribeEdgeMachineModelsResponseBodyModels) SetCpuArch

func (s *DescribeEdgeMachineModelsResponseBodyModels) SetCpuArch(v string) *DescribeEdgeMachineModelsResponseBodyModels

func (*DescribeEdgeMachineModelsResponseBodyModels) SetCreated

func (s *DescribeEdgeMachineModelsResponseBodyModels) SetCreated(v string) *DescribeEdgeMachineModelsResponseBodyModels

func (*DescribeEdgeMachineModelsResponseBodyModels) SetDescription

func (s *DescribeEdgeMachineModelsResponseBodyModels) SetDescription(v string) *DescribeEdgeMachineModelsResponseBodyModels

func (*DescribeEdgeMachineModelsResponseBodyModels) SetManageRuntime

func (s *DescribeEdgeMachineModelsResponseBodyModels) SetManageRuntime(v int32) *DescribeEdgeMachineModelsResponseBodyModels

func (*DescribeEdgeMachineModelsResponseBodyModels) SetMemory

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

func (*DescribeEdgeMachineModelsResponseBodyModels) SetModel

func (s *DescribeEdgeMachineModelsResponseBodyModels) SetModel(v string) *DescribeEdgeMachineModelsResponseBodyModels

func (*DescribeEdgeMachineModelsResponseBodyModels) SetModelId

func (s *DescribeEdgeMachineModelsResponseBodyModels) SetModelId(v string) *DescribeEdgeMachineModelsResponseBodyModels

func (DescribeEdgeMachineModelsResponseBodyModels) String

func (s DescribeEdgeMachineModelsResponseBodyModels) String() string

type DescribeEdgeMachineTunnelConfigDetailResponse

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

func (DescribeEdgeMachineTunnelConfigDetailResponse) GoString

func (s DescribeEdgeMachineTunnelConfigDetailResponse) GoString() string

func (*DescribeEdgeMachineTunnelConfigDetailResponse) SetBody

func (s *DescribeEdgeMachineTunnelConfigDetailResponse) SetBody(v *DescribeEdgeMachineTunnelConfigDetailResponseBody) *DescribeEdgeMachineTunnelConfigDetailResponse

func (*DescribeEdgeMachineTunnelConfigDetailResponse) SetHeaders

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

func (*DescribeEdgeMachineTunnelConfigDetailResponse) SetStatusCode added in v3.0.13

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

func (DescribeEdgeMachineTunnelConfigDetailResponse) String

func (s DescribeEdgeMachineTunnelConfigDetailResponse) String() string

type DescribeEdgeMachineTunnelConfigDetailResponseBody

type DescribeEdgeMachineTunnelConfigDetailResponseBody struct {
	// The name of the cloud-native box.
	DeviceName *string `json:"device_name,omitempty" xml:"device_name,omitempty"`
	// The model of the cloud-native box.
	Model *string `json:"model,omitempty" xml:"model,omitempty"`
	// The product key.
	ProductKey *string `json:"product_key,omitempty" xml:"product_key,omitempty"`
	// The ID of the request.
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// The serial number of the cloud-native box.
	Sn *string `json:"sn,omitempty" xml:"sn,omitempty"`
	// The token.
	Token *string `json:"token,omitempty" xml:"token,omitempty"`
	// The backend endpoint of the tunnel.
	TunnelEndpoint *string `json:"tunnel_endpoint,omitempty" xml:"tunnel_endpoint,omitempty"`
}

func (DescribeEdgeMachineTunnelConfigDetailResponseBody) GoString

func (s DescribeEdgeMachineTunnelConfigDetailResponseBody) GoString() string

func (*DescribeEdgeMachineTunnelConfigDetailResponseBody) SetDeviceName

func (s *DescribeEdgeMachineTunnelConfigDetailResponseBody) SetDeviceName(v string) *DescribeEdgeMachineTunnelConfigDetailResponseBody

func (*DescribeEdgeMachineTunnelConfigDetailResponseBody) SetModel

func (s *DescribeEdgeMachineTunnelConfigDetailResponseBody) SetModel(v string) *DescribeEdgeMachineTunnelConfigDetailResponseBody

func (*DescribeEdgeMachineTunnelConfigDetailResponseBody) SetProductKey

func (s *DescribeEdgeMachineTunnelConfigDetailResponseBody) SetProductKey(v string) *DescribeEdgeMachineTunnelConfigDetailResponseBody

func (*DescribeEdgeMachineTunnelConfigDetailResponseBody) SetRequestId

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

func (*DescribeEdgeMachineTunnelConfigDetailResponseBody) SetSn

func (s *DescribeEdgeMachineTunnelConfigDetailResponseBody) SetSn(v string) *DescribeEdgeMachineTunnelConfigDetailResponseBody

func (*DescribeEdgeMachineTunnelConfigDetailResponseBody) SetToken

func (s *DescribeEdgeMachineTunnelConfigDetailResponseBody) SetToken(v string) *DescribeEdgeMachineTunnelConfigDetailResponseBody

func (*DescribeEdgeMachineTunnelConfigDetailResponseBody) SetTunnelEndpoint

func (s *DescribeEdgeMachineTunnelConfigDetailResponseBody) SetTunnelEndpoint(v string) *DescribeEdgeMachineTunnelConfigDetailResponseBody

func (DescribeEdgeMachineTunnelConfigDetailResponseBody) String

func (s DescribeEdgeMachineTunnelConfigDetailResponseBody) String() string

type DescribeEdgeMachinesRequest

type DescribeEdgeMachinesRequest struct {
	Hostname    *string `json:"hostname,omitempty" xml:"hostname,omitempty"`
	LifeState   *string `json:"life_state,omitempty" xml:"life_state,omitempty"`
	Model       *string `json:"model,omitempty" xml:"model,omitempty"`
	OnlineState *string `json:"online_state,omitempty" xml:"online_state,omitempty"`
	PageNumber  *int64  `json:"page_number,omitempty" xml:"page_number,omitempty"`
	PageSize    *int64  `json:"page_size,omitempty" xml:"page_size,omitempty"`
}

func (DescribeEdgeMachinesRequest) GoString

func (s DescribeEdgeMachinesRequest) GoString() string

func (*DescribeEdgeMachinesRequest) SetHostname

func (s *DescribeEdgeMachinesRequest) SetHostname(v string) *DescribeEdgeMachinesRequest

func (*DescribeEdgeMachinesRequest) SetLifeState

func (s *DescribeEdgeMachinesRequest) SetLifeState(v string) *DescribeEdgeMachinesRequest

func (*DescribeEdgeMachinesRequest) SetModel

func (s *DescribeEdgeMachinesRequest) SetModel(v string) *DescribeEdgeMachinesRequest

func (*DescribeEdgeMachinesRequest) SetOnlineState

func (s *DescribeEdgeMachinesRequest) SetOnlineState(v string) *DescribeEdgeMachinesRequest

func (*DescribeEdgeMachinesRequest) SetPageNumber

func (s *DescribeEdgeMachinesRequest) SetPageNumber(v int64) *DescribeEdgeMachinesRequest

func (*DescribeEdgeMachinesRequest) SetPageSize

func (s *DescribeEdgeMachinesRequest) SetPageSize(v int64) *DescribeEdgeMachinesRequest

func (DescribeEdgeMachinesRequest) String

func (s DescribeEdgeMachinesRequest) String() string

type DescribeEdgeMachinesResponse

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

func (DescribeEdgeMachinesResponse) GoString

func (s DescribeEdgeMachinesResponse) GoString() string

func (*DescribeEdgeMachinesResponse) SetBody

func (s *DescribeEdgeMachinesResponse) SetBody(v *DescribeEdgeMachinesResponseBody) *DescribeEdgeMachinesResponse

func (*DescribeEdgeMachinesResponse) SetHeaders

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

func (*DescribeEdgeMachinesResponse) SetStatusCode added in v3.0.13

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

func (DescribeEdgeMachinesResponse) String

func (s DescribeEdgeMachinesResponse) String() string

type DescribeEdgeMachinesResponseBody

type DescribeEdgeMachinesResponseBody struct {
	// The list of details about cloud-native boxes.
	EdgeMachines []*DescribeEdgeMachinesResponseBodyEdgeMachines `json:"edge_machines,omitempty" xml:"edge_machines,omitempty" type:"Repeated"`
	// The pagination details.
	PageInfo *DescribeEdgeMachinesResponseBodyPageInfo `json:"page_info,omitempty" xml:"page_info,omitempty" type:"Struct"`
}

func (DescribeEdgeMachinesResponseBody) GoString

func (s DescribeEdgeMachinesResponseBody) GoString() string

func (*DescribeEdgeMachinesResponseBody) SetEdgeMachines

func (s *DescribeEdgeMachinesResponseBody) SetEdgeMachines(v []*DescribeEdgeMachinesResponseBodyEdgeMachines) *DescribeEdgeMachinesResponseBody

func (*DescribeEdgeMachinesResponseBody) SetPageInfo

func (s *DescribeEdgeMachinesResponseBody) SetPageInfo(v *DescribeEdgeMachinesResponseBodyPageInfo) *DescribeEdgeMachinesResponseBody

func (DescribeEdgeMachinesResponseBody) String

func (s DescribeEdgeMachinesResponseBody) String() string

type DescribeEdgeMachinesResponseBodyEdgeMachines

type DescribeEdgeMachinesResponseBodyEdgeMachines struct {
	// The time when the cloud-native box was activated.
	ActiveTime *string `json:"active_time,omitempty" xml:"active_time,omitempty"`
	// The time when the cloud-native box was created.
	Created *string `json:"created,omitempty" xml:"created,omitempty"`
	// The ID of the cloud-native box.
	EdgeMachineId *string `json:"edge_machine_id,omitempty" xml:"edge_machine_id,omitempty"`
	// The `hostname` of the cloud-native box.
	Hostname *string `json:"hostname,omitempty" xml:"hostname,omitempty"`
	// The lifecycle status of the cloud-native box.
	LifeState *string `json:"life_state,omitempty" xml:"life_state,omitempty"`
	// The model of the cloud-native box.
	Model *string `json:"model,omitempty" xml:"model,omitempty"`
	// The name of the cloud-native box.
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	// The online status of the cloud-native box.
	OnlineState *string `json:"online_state,omitempty" xml:"online_state,omitempty"`
	// The serial number of the cloud-native box.
	Sn *string `json:"sn,omitempty" xml:"sn,omitempty"`
	// The time when the cloud-native box was last updated.
	Updated *string `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeEdgeMachinesResponseBodyEdgeMachines) GoString

func (s DescribeEdgeMachinesResponseBodyEdgeMachines) GoString() string

func (*DescribeEdgeMachinesResponseBodyEdgeMachines) SetActiveTime

func (s *DescribeEdgeMachinesResponseBodyEdgeMachines) SetActiveTime(v string) *DescribeEdgeMachinesResponseBodyEdgeMachines

func (*DescribeEdgeMachinesResponseBodyEdgeMachines) SetCreated

func (s *DescribeEdgeMachinesResponseBodyEdgeMachines) SetCreated(v string) *DescribeEdgeMachinesResponseBodyEdgeMachines

func (*DescribeEdgeMachinesResponseBodyEdgeMachines) SetEdgeMachineId

func (s *DescribeEdgeMachinesResponseBodyEdgeMachines) SetEdgeMachineId(v string) *DescribeEdgeMachinesResponseBodyEdgeMachines

func (*DescribeEdgeMachinesResponseBodyEdgeMachines) SetHostname

func (s *DescribeEdgeMachinesResponseBodyEdgeMachines) SetHostname(v string) *DescribeEdgeMachinesResponseBodyEdgeMachines

func (*DescribeEdgeMachinesResponseBodyEdgeMachines) SetLifeState

func (s *DescribeEdgeMachinesResponseBodyEdgeMachines) SetLifeState(v string) *DescribeEdgeMachinesResponseBodyEdgeMachines

func (*DescribeEdgeMachinesResponseBodyEdgeMachines) SetModel

func (s *DescribeEdgeMachinesResponseBodyEdgeMachines) SetModel(v string) *DescribeEdgeMachinesResponseBodyEdgeMachines

func (*DescribeEdgeMachinesResponseBodyEdgeMachines) SetName

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

func (*DescribeEdgeMachinesResponseBodyEdgeMachines) SetOnlineState

func (s *DescribeEdgeMachinesResponseBodyEdgeMachines) SetOnlineState(v string) *DescribeEdgeMachinesResponseBodyEdgeMachines

func (*DescribeEdgeMachinesResponseBodyEdgeMachines) SetSn

func (s *DescribeEdgeMachinesResponseBodyEdgeMachines) SetSn(v string) *DescribeEdgeMachinesResponseBodyEdgeMachines

func (*DescribeEdgeMachinesResponseBodyEdgeMachines) SetUpdated

func (s *DescribeEdgeMachinesResponseBodyEdgeMachines) SetUpdated(v string) *DescribeEdgeMachinesResponseBodyEdgeMachines

func (DescribeEdgeMachinesResponseBodyEdgeMachines) String

func (s DescribeEdgeMachinesResponseBodyEdgeMachines) String() string

type DescribeEdgeMachinesResponseBodyPageInfo

type DescribeEdgeMachinesResponseBodyPageInfo struct {
	// The page number of the returned page.
	PageNumber *int32 `json:"page_number,omitempty" xml:"page_number,omitempty"`
	// The number of entries returned per page.
	PageSize *int32 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// The total number of entries returned.
	TotalCount *int32 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

func (DescribeEdgeMachinesResponseBodyPageInfo) GoString

func (s DescribeEdgeMachinesResponseBodyPageInfo) GoString() string

func (*DescribeEdgeMachinesResponseBodyPageInfo) SetPageNumber

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

func (*DescribeEdgeMachinesResponseBodyPageInfo) SetPageSize

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

func (*DescribeEdgeMachinesResponseBodyPageInfo) SetTotalCount

func (s *DescribeEdgeMachinesResponseBodyPageInfo) SetTotalCount(v int32) *DescribeEdgeMachinesResponseBodyPageInfo

func (DescribeEdgeMachinesResponseBodyPageInfo) String

func (s DescribeEdgeMachinesResponseBodyPageInfo) String() string

type DescribeEventsRequest

type DescribeEventsRequest struct {
	ClusterId  *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	PageNumber *int64  `json:"page_number,omitempty" xml:"page_number,omitempty"`
	PageSize   *int64  `json:"page_size,omitempty" xml:"page_size,omitempty"`
	Type       *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (DescribeEventsRequest) GoString

func (s DescribeEventsRequest) GoString() string

func (*DescribeEventsRequest) SetClusterId

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

func (*DescribeEventsRequest) SetPageNumber

func (s *DescribeEventsRequest) SetPageNumber(v int64) *DescribeEventsRequest

func (*DescribeEventsRequest) SetPageSize

func (s *DescribeEventsRequest) SetPageSize(v int64) *DescribeEventsRequest

func (*DescribeEventsRequest) SetType

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

func (DescribeEventsRequest) String

func (s DescribeEventsRequest) String() string

type DescribeEventsResponse

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

func (DescribeEventsResponse) GoString

func (s DescribeEventsResponse) GoString() string

func (*DescribeEventsResponse) SetBody

func (s *DescribeEventsResponse) SetBody(v *DescribeEventsResponseBody) *DescribeEventsResponse

func (*DescribeEventsResponse) SetHeaders

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

func (*DescribeEventsResponse) SetStatusCode added in v3.0.13

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

func (DescribeEventsResponse) String

func (s DescribeEventsResponse) String() string

type DescribeEventsResponseBody

type DescribeEventsResponseBody struct {
	// The details of the event.
	Events   []*DescribeEventsResponseBodyEvents `json:"events,omitempty" xml:"events,omitempty" type:"Repeated"`
	PageInfo *DescribeEventsResponseBodyPageInfo `json:"page_info,omitempty" xml:"page_info,omitempty" type:"Struct"`
}

func (DescribeEventsResponseBody) GoString

func (s DescribeEventsResponseBody) GoString() string

func (*DescribeEventsResponseBody) SetEvents

func (s *DescribeEventsResponseBody) SetEvents(v []*DescribeEventsResponseBodyEvents) *DescribeEventsResponseBody

func (*DescribeEventsResponseBody) SetPageInfo

func (s *DescribeEventsResponseBody) SetPageInfo(v *DescribeEventsResponseBodyPageInfo) *DescribeEventsResponseBody

func (DescribeEventsResponseBody) String

func (s DescribeEventsResponseBody) String() string

type DescribeEventsResponseBodyEvents

type DescribeEventsResponseBodyEvents struct {
	// The ID of the cluster.
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	// The description of the event.
	Data *DescribeEventsResponseBodyEventsData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"`
	// The ID of the event.
	EventId *string `json:"event_id,omitempty" xml:"event_id,omitempty"`
	// The source of the event.
	Source *string `json:"source,omitempty" xml:"source,omitempty"`
	// The subject of the event.
	Subject *string `json:"subject,omitempty" xml:"subject,omitempty"`
	// The time when the event started.
	Time *string `json:"time,omitempty" xml:"time,omitempty"`
	// The type of the event. Valid values:
	//
	// *   `cluster_create`: cluster creation.
	// *   `cluster_scaleout`: cluster scale-out.
	// *   `cluster_attach`: adding existing nodes.
	// *   `cluster_delete`: cluster deletion.
	// *   `cluster_upgrade`: cluster upgrades.
	// *   `cluster_migrate`: cluster migration.
	// *   `cluster_node_delete`: node removal.
	// *   `cluster_node_drain`: node draining.
	// *   `cluster_modify`: cluster modifications.
	// *   `cluster_configuration_modify`: modifications to cluster control configurations.
	// *   `cluster_addon_install`: component installation.
	// *   `cluster_addon_upgrade`: component upgrades.
	// *   `cluster_addon_uninstall`: component uninstallation.
	// *   `runtime_upgrade`: runtime upgrades.
	// *   `nodepool_upgrade`: node pool upgrades.
	// *   `nodepool_update`: node pool updates.
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (DescribeEventsResponseBodyEvents) GoString

func (s DescribeEventsResponseBodyEvents) GoString() string

func (*DescribeEventsResponseBodyEvents) SetClusterId

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

func (*DescribeEventsResponseBodyEvents) SetData

func (s *DescribeEventsResponseBodyEvents) SetData(v *DescribeEventsResponseBodyEventsData) *DescribeEventsResponseBodyEvents

func (*DescribeEventsResponseBodyEvents) SetEventId

func (s *DescribeEventsResponseBodyEvents) SetEventId(v string) *DescribeEventsResponseBodyEvents

func (*DescribeEventsResponseBodyEvents) SetSource

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

func (*DescribeEventsResponseBodyEvents) SetSubject

func (s *DescribeEventsResponseBodyEvents) SetSubject(v string) *DescribeEventsResponseBodyEvents

func (*DescribeEventsResponseBodyEvents) SetTime

func (s *DescribeEventsResponseBodyEvents) SetTime(v string) *DescribeEventsResponseBodyEvents

func (*DescribeEventsResponseBodyEvents) SetType

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

func (DescribeEventsResponseBodyEvents) String

func (s DescribeEventsResponseBodyEvents) String() string

type DescribeEventsResponseBodyEventsData

type DescribeEventsResponseBodyEventsData struct {
	// The level of the event.
	Level *string `json:"level,omitempty" xml:"level,omitempty"`
	// The details of the event.
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
	// The state of the event.
	Reason *string `json:"reason,omitempty" xml:"reason,omitempty"`
}

func (DescribeEventsResponseBodyEventsData) GoString

func (s DescribeEventsResponseBodyEventsData) GoString() string

func (*DescribeEventsResponseBodyEventsData) SetLevel

func (s *DescribeEventsResponseBodyEventsData) SetLevel(v string) *DescribeEventsResponseBodyEventsData

func (*DescribeEventsResponseBodyEventsData) SetMessage

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

func (*DescribeEventsResponseBodyEventsData) SetReason

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

func (DescribeEventsResponseBodyEventsData) String

func (s DescribeEventsResponseBodyEventsData) String() string

type DescribeEventsResponseBodyPageInfo

type DescribeEventsResponseBodyPageInfo struct {
	PageNumber *int64 `json:"page_number,omitempty" xml:"page_number,omitempty"`
	PageSize   *int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	TotalCount *int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

func (DescribeEventsResponseBodyPageInfo) GoString

func (s DescribeEventsResponseBodyPageInfo) GoString() string

func (*DescribeEventsResponseBodyPageInfo) SetPageNumber

func (s *DescribeEventsResponseBodyPageInfo) SetPageNumber(v int64) *DescribeEventsResponseBodyPageInfo

func (*DescribeEventsResponseBodyPageInfo) SetPageSize

func (s *DescribeEventsResponseBodyPageInfo) SetPageSize(v int64) *DescribeEventsResponseBodyPageInfo

func (*DescribeEventsResponseBodyPageInfo) SetTotalCount

func (s *DescribeEventsResponseBodyPageInfo) SetTotalCount(v int64) *DescribeEventsResponseBodyPageInfo

func (DescribeEventsResponseBodyPageInfo) String

func (s DescribeEventsResponseBodyPageInfo) String() string

type DescribeExternalAgentRequest

type DescribeExternalAgentRequest struct {
	AgentMode        *string `json:"AgentMode,omitempty" xml:"AgentMode,omitempty"`
	PrivateIpAddress *string `json:"PrivateIpAddress,omitempty" xml:"PrivateIpAddress,omitempty"`
}

func (DescribeExternalAgentRequest) GoString

func (s DescribeExternalAgentRequest) GoString() string

func (*DescribeExternalAgentRequest) SetAgentMode added in v3.0.42

func (s *DescribeExternalAgentRequest) SetAgentMode(v string) *DescribeExternalAgentRequest

func (*DescribeExternalAgentRequest) SetPrivateIpAddress

func (s *DescribeExternalAgentRequest) SetPrivateIpAddress(v string) *DescribeExternalAgentRequest

func (DescribeExternalAgentRequest) String

func (s DescribeExternalAgentRequest) String() string

type DescribeExternalAgentResponse

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

func (DescribeExternalAgentResponse) GoString

func (s DescribeExternalAgentResponse) GoString() string

func (*DescribeExternalAgentResponse) SetBody

func (s *DescribeExternalAgentResponse) SetBody(v *DescribeExternalAgentResponseBody) *DescribeExternalAgentResponse

func (*DescribeExternalAgentResponse) SetHeaders

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

func (*DescribeExternalAgentResponse) SetStatusCode added in v3.0.13

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

func (DescribeExternalAgentResponse) String

func (s DescribeExternalAgentResponse) String() string

type DescribeExternalAgentResponseBody

type DescribeExternalAgentResponseBody struct {
	// The agent configurations in YAML format.
	Config *string `json:"config,omitempty" xml:"config,omitempty"`
}

func (DescribeExternalAgentResponseBody) GoString

func (s DescribeExternalAgentResponseBody) GoString() string

func (*DescribeExternalAgentResponseBody) SetConfig

func (s *DescribeExternalAgentResponseBody) SetConfig(v string) *DescribeExternalAgentResponseBody

func (DescribeExternalAgentResponseBody) String

func (s DescribeExternalAgentResponseBody) String() string

type DescribeKubernetesVersionMetadataRequest

type DescribeKubernetesVersionMetadataRequest struct {
	ClusterType       *string `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	KubernetesVersion *string `json:"KubernetesVersion,omitempty" xml:"KubernetesVersion,omitempty"`
	Mode              *string `json:"Mode,omitempty" xml:"Mode,omitempty"`
	Profile           *string `json:"Profile,omitempty" xml:"Profile,omitempty"`
	Region            *string `json:"Region,omitempty" xml:"Region,omitempty"`
	Runtime           *string `json:"runtime,omitempty" xml:"runtime,omitempty"`
}

func (DescribeKubernetesVersionMetadataRequest) GoString

func (s DescribeKubernetesVersionMetadataRequest) GoString() string

func (*DescribeKubernetesVersionMetadataRequest) SetClusterType

func (s *DescribeKubernetesVersionMetadataRequest) SetClusterType(v string) *DescribeKubernetesVersionMetadataRequest

func (*DescribeKubernetesVersionMetadataRequest) SetKubernetesVersion

func (s *DescribeKubernetesVersionMetadataRequest) SetKubernetesVersion(v string) *DescribeKubernetesVersionMetadataRequest

func (*DescribeKubernetesVersionMetadataRequest) SetMode added in v3.0.38

func (s *DescribeKubernetesVersionMetadataRequest) SetMode(v string) *DescribeKubernetesVersionMetadataRequest

func (*DescribeKubernetesVersionMetadataRequest) SetProfile

func (s *DescribeKubernetesVersionMetadataRequest) SetProfile(v string) *DescribeKubernetesVersionMetadataRequest

func (*DescribeKubernetesVersionMetadataRequest) SetRegion

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

func (*DescribeKubernetesVersionMetadataRequest) SetRuntime

func (s *DescribeKubernetesVersionMetadataRequest) SetRuntime(v string) *DescribeKubernetesVersionMetadataRequest

func (DescribeKubernetesVersionMetadataRequest) String

func (s DescribeKubernetesVersionMetadataRequest) String() string

type DescribeKubernetesVersionMetadataResponse

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

func (DescribeKubernetesVersionMetadataResponse) GoString

func (s DescribeKubernetesVersionMetadataResponse) GoString() string

func (*DescribeKubernetesVersionMetadataResponse) SetBody

func (s *DescribeKubernetesVersionMetadataResponse) SetBody(v []*DescribeKubernetesVersionMetadataResponseBody) *DescribeKubernetesVersionMetadataResponse

func (*DescribeKubernetesVersionMetadataResponse) SetHeaders

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

func (*DescribeKubernetesVersionMetadataResponse) SetStatusCode added in v3.0.13

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

func (DescribeKubernetesVersionMetadataResponse) String

func (s DescribeKubernetesVersionMetadataResponse) String() string

type DescribeKubernetesVersionMetadataResponseBody

type DescribeKubernetesVersionMetadataResponseBody struct {
	Capabilities   map[string]interface{}                                 `json:"capabilities,omitempty" xml:"capabilities,omitempty"`
	Images         []*DescribeKubernetesVersionMetadataResponseBodyImages `json:"images,omitempty" xml:"images,omitempty" type:"Repeated"`
	MetaData       map[string]interface{}                                 `json:"meta_data,omitempty" xml:"meta_data,omitempty"`
	Runtimes       []*Runtime                                             `json:"runtimes,omitempty" xml:"runtimes,omitempty" type:"Repeated"`
	Version        *string                                                `json:"version,omitempty" xml:"version,omitempty"`
	ReleaseDate    *string                                                `json:"release_date,omitempty" xml:"release_date,omitempty"`
	ExpirationDate *string                                                `json:"expiration_date,omitempty" xml:"expiration_date,omitempty"`
	Creatable      *bool                                                  `json:"creatable,omitempty" xml:"creatable,omitempty"`
}

func (DescribeKubernetesVersionMetadataResponseBody) GoString

func (s DescribeKubernetesVersionMetadataResponseBody) GoString() string

func (*DescribeKubernetesVersionMetadataResponseBody) SetCapabilities

func (s *DescribeKubernetesVersionMetadataResponseBody) SetCapabilities(v map[string]interface{}) *DescribeKubernetesVersionMetadataResponseBody

func (*DescribeKubernetesVersionMetadataResponseBody) SetCreatable added in v3.0.38

func (s *DescribeKubernetesVersionMetadataResponseBody) SetCreatable(v bool) *DescribeKubernetesVersionMetadataResponseBody

func (*DescribeKubernetesVersionMetadataResponseBody) SetExpirationDate added in v3.0.38

func (s *DescribeKubernetesVersionMetadataResponseBody) SetExpirationDate(v string) *DescribeKubernetesVersionMetadataResponseBody

func (*DescribeKubernetesVersionMetadataResponseBody) SetImages

func (s *DescribeKubernetesVersionMetadataResponseBody) SetImages(v []*DescribeKubernetesVersionMetadataResponseBodyImages) *DescribeKubernetesVersionMetadataResponseBody

func (*DescribeKubernetesVersionMetadataResponseBody) SetMetaData

func (s *DescribeKubernetesVersionMetadataResponseBody) SetMetaData(v map[string]interface{}) *DescribeKubernetesVersionMetadataResponseBody

func (*DescribeKubernetesVersionMetadataResponseBody) SetReleaseDate added in v3.0.38

func (s *DescribeKubernetesVersionMetadataResponseBody) SetReleaseDate(v string) *DescribeKubernetesVersionMetadataResponseBody

func (*DescribeKubernetesVersionMetadataResponseBody) SetRuntimes

func (s *DescribeKubernetesVersionMetadataResponseBody) SetRuntimes(v []*Runtime) *DescribeKubernetesVersionMetadataResponseBody

func (*DescribeKubernetesVersionMetadataResponseBody) SetVersion

func (s *DescribeKubernetesVersionMetadataResponseBody) SetVersion(v string) *DescribeKubernetesVersionMetadataResponseBody

func (DescribeKubernetesVersionMetadataResponseBody) String

func (s DescribeKubernetesVersionMetadataResponseBody) String() string

type DescribeKubernetesVersionMetadataResponseBodyImages

type DescribeKubernetesVersionMetadataResponseBodyImages struct {
	ImageId       *string `json:"image_id,omitempty" xml:"image_id,omitempty"`
	ImageName     *string `json:"image_name,omitempty" xml:"image_name,omitempty"`
	Platform      *string `json:"platform,omitempty" xml:"platform,omitempty"`
	OsVersion     *string `json:"os_version,omitempty" xml:"os_version,omitempty"`
	ImageType     *string `json:"image_type,omitempty" xml:"image_type,omitempty"`
	OsType        *string `json:"os_type,omitempty" xml:"os_type,omitempty"`
	ImageCategory *string `json:"image_category,omitempty" xml:"image_category,omitempty"`
	Architecture  *string `json:"architecture,omitempty" xml:"architecture,omitempty"`
}

func (DescribeKubernetesVersionMetadataResponseBodyImages) GoString

func (s DescribeKubernetesVersionMetadataResponseBodyImages) GoString() string

func (*DescribeKubernetesVersionMetadataResponseBodyImages) SetArchitecture added in v3.0.22

func (s *DescribeKubernetesVersionMetadataResponseBodyImages) SetArchitecture(v string) *DescribeKubernetesVersionMetadataResponseBodyImages

func (*DescribeKubernetesVersionMetadataResponseBodyImages) SetImageCategory

func (s *DescribeKubernetesVersionMetadataResponseBodyImages) SetImageCategory(v string) *DescribeKubernetesVersionMetadataResponseBodyImages

func (*DescribeKubernetesVersionMetadataResponseBodyImages) SetImageId

func (s *DescribeKubernetesVersionMetadataResponseBodyImages) SetImageId(v string) *DescribeKubernetesVersionMetadataResponseBodyImages

func (*DescribeKubernetesVersionMetadataResponseBodyImages) SetImageName

func (s *DescribeKubernetesVersionMetadataResponseBodyImages) SetImageName(v string) *DescribeKubernetesVersionMetadataResponseBodyImages

func (*DescribeKubernetesVersionMetadataResponseBodyImages) SetImageType

func (s *DescribeKubernetesVersionMetadataResponseBodyImages) SetImageType(v string) *DescribeKubernetesVersionMetadataResponseBodyImages

func (*DescribeKubernetesVersionMetadataResponseBodyImages) SetOsType

func (s *DescribeKubernetesVersionMetadataResponseBodyImages) SetOsType(v string) *DescribeKubernetesVersionMetadataResponseBodyImages

func (*DescribeKubernetesVersionMetadataResponseBodyImages) SetOsVersion

func (s *DescribeKubernetesVersionMetadataResponseBodyImages) SetOsVersion(v string) *DescribeKubernetesVersionMetadataResponseBodyImages

func (*DescribeKubernetesVersionMetadataResponseBodyImages) SetPlatform

func (s *DescribeKubernetesVersionMetadataResponseBodyImages) SetPlatform(v string) *DescribeKubernetesVersionMetadataResponseBodyImages

func (DescribeKubernetesVersionMetadataResponseBodyImages) String

func (s DescribeKubernetesVersionMetadataResponseBodyImages) String() string

type DescribeNodePoolVulsRequest added in v3.0.27

type DescribeNodePoolVulsRequest struct {
	Necessity *string `json:"necessity,omitempty" xml:"necessity,omitempty"`
}

func (DescribeNodePoolVulsRequest) GoString added in v3.0.27

func (s DescribeNodePoolVulsRequest) GoString() string

func (*DescribeNodePoolVulsRequest) SetNecessity added in v3.0.27

func (s *DescribeNodePoolVulsRequest) SetNecessity(v string) *DescribeNodePoolVulsRequest

func (DescribeNodePoolVulsRequest) String added in v3.0.27

func (s DescribeNodePoolVulsRequest) String() string

type DescribeNodePoolVulsResponse added in v3.0.13

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

func (DescribeNodePoolVulsResponse) GoString added in v3.0.13

func (s DescribeNodePoolVulsResponse) GoString() string

func (*DescribeNodePoolVulsResponse) SetBody added in v3.0.13

func (s *DescribeNodePoolVulsResponse) SetBody(v *DescribeNodePoolVulsResponseBody) *DescribeNodePoolVulsResponse

func (*DescribeNodePoolVulsResponse) SetHeaders added in v3.0.13

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

func (*DescribeNodePoolVulsResponse) SetStatusCode added in v3.0.13

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

func (DescribeNodePoolVulsResponse) String added in v3.0.13

func (s DescribeNodePoolVulsResponse) String() string

type DescribeNodePoolVulsResponseBody added in v3.0.13

type DescribeNodePoolVulsResponseBody struct {
	VulRecords              []*DescribeNodePoolVulsResponseBodyVulRecords `json:"vul_records,omitempty" xml:"vul_records,omitempty" type:"Repeated"`
	VulsFixServicePurchased *bool                                         `json:"vuls_fix_service_purchased,omitempty" xml:"vuls_fix_service_purchased,omitempty"`
}

func (DescribeNodePoolVulsResponseBody) GoString added in v3.0.13

func (s DescribeNodePoolVulsResponseBody) GoString() string

func (*DescribeNodePoolVulsResponseBody) SetVulRecords added in v3.0.13

func (s *DescribeNodePoolVulsResponseBody) SetVulRecords(v []*DescribeNodePoolVulsResponseBodyVulRecords) *DescribeNodePoolVulsResponseBody

func (*DescribeNodePoolVulsResponseBody) SetVulsFixServicePurchased added in v3.0.18

func (s *DescribeNodePoolVulsResponseBody) SetVulsFixServicePurchased(v bool) *DescribeNodePoolVulsResponseBody

func (DescribeNodePoolVulsResponseBody) String added in v3.0.13

func (s DescribeNodePoolVulsResponseBody) String() string

type DescribeNodePoolVulsResponseBodyVulRecords added in v3.0.13

type DescribeNodePoolVulsResponseBodyVulRecords struct {
	InstanceId *string                                              `json:"instance_id,omitempty" xml:"instance_id,omitempty"`
	NodeName   *string                                              `json:"node_name,omitempty" xml:"node_name,omitempty"`
	VulList    []*DescribeNodePoolVulsResponseBodyVulRecordsVulList `json:"vul_list,omitempty" xml:"vul_list,omitempty" type:"Repeated"`
}

func (DescribeNodePoolVulsResponseBodyVulRecords) GoString added in v3.0.13

func (s DescribeNodePoolVulsResponseBodyVulRecords) GoString() string

func (*DescribeNodePoolVulsResponseBodyVulRecords) SetInstanceId added in v3.0.13

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

func (*DescribeNodePoolVulsResponseBodyVulRecords) SetNodeName added in v3.0.28

func (s *DescribeNodePoolVulsResponseBodyVulRecords) SetNodeName(v string) *DescribeNodePoolVulsResponseBodyVulRecords

func (*DescribeNodePoolVulsResponseBodyVulRecords) SetVulList added in v3.0.13

func (s *DescribeNodePoolVulsResponseBodyVulRecords) SetVulList(v []*DescribeNodePoolVulsResponseBodyVulRecordsVulList) *DescribeNodePoolVulsResponseBodyVulRecords

func (DescribeNodePoolVulsResponseBodyVulRecords) String added in v3.0.13

func (s DescribeNodePoolVulsResponseBodyVulRecords) String() string

type DescribeNodePoolVulsResponseBodyVulRecordsVulList added in v3.0.13

type DescribeNodePoolVulsResponseBodyVulRecordsVulList struct {
	AliasName *string   `json:"alias_name,omitempty" xml:"alias_name,omitempty"`
	CveList   []*string `json:"cve_list,omitempty" xml:"cve_list,omitempty" type:"Repeated"`
	Name      *string   `json:"name,omitempty" xml:"name,omitempty"`
	Necessity *string   `json:"necessity,omitempty" xml:"necessity,omitempty"`
}

func (DescribeNodePoolVulsResponseBodyVulRecordsVulList) GoString added in v3.0.13

func (s DescribeNodePoolVulsResponseBodyVulRecordsVulList) GoString() string

func (*DescribeNodePoolVulsResponseBodyVulRecordsVulList) SetAliasName added in v3.0.13

func (s *DescribeNodePoolVulsResponseBodyVulRecordsVulList) SetAliasName(v string) *DescribeNodePoolVulsResponseBodyVulRecordsVulList

func (*DescribeNodePoolVulsResponseBodyVulRecordsVulList) SetCveList added in v3.0.13

func (s *DescribeNodePoolVulsResponseBodyVulRecordsVulList) SetCveList(v []*string) *DescribeNodePoolVulsResponseBodyVulRecordsVulList

func (*DescribeNodePoolVulsResponseBodyVulRecordsVulList) SetName added in v3.0.13

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

func (*DescribeNodePoolVulsResponseBodyVulRecordsVulList) SetNecessity added in v3.0.13

func (s *DescribeNodePoolVulsResponseBodyVulRecordsVulList) SetNecessity(v string) *DescribeNodePoolVulsResponseBodyVulRecordsVulList

func (DescribeNodePoolVulsResponseBodyVulRecordsVulList) String added in v3.0.13

func (s DescribeNodePoolVulsResponseBodyVulRecordsVulList) String() string

type DescribePoliciesResponse

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

func (DescribePoliciesResponse) GoString

func (s DescribePoliciesResponse) GoString() string

func (*DescribePoliciesResponse) SetBody

func (s *DescribePoliciesResponse) SetBody(v map[string]interface{}) *DescribePoliciesResponse

func (*DescribePoliciesResponse) SetHeaders

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

func (*DescribePoliciesResponse) SetStatusCode added in v3.0.13

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

func (DescribePoliciesResponse) String

func (s DescribePoliciesResponse) String() string

type DescribePolicyDetailsResponse

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

func (DescribePolicyDetailsResponse) GoString

func (s DescribePolicyDetailsResponse) GoString() string

func (*DescribePolicyDetailsResponse) SetBody

func (s *DescribePolicyDetailsResponse) SetBody(v *DescribePolicyDetailsResponseBody) *DescribePolicyDetailsResponse

func (*DescribePolicyDetailsResponse) SetHeaders

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

func (*DescribePolicyDetailsResponse) SetStatusCode added in v3.0.13

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

func (DescribePolicyDetailsResponse) String

func (s DescribePolicyDetailsResponse) String() string

type DescribePolicyDetailsResponseBody

type DescribePolicyDetailsResponseBody struct {
	// The action of the policy. Valid values:
	//
	// *   `enforce`: blocks deployments that match the policy.
	// *   `inform`: generates alerts for deployments that match the policy.
	Action *string `json:"action,omitempty" xml:"action,omitempty"`
	// The type of the policy.
	Category *string `json:"category,omitempty" xml:"category,omitempty"`
	// The description of the policy.
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	// Indicates whether the policy is deleted. Valid values:
	//
	// *   0: The policy is not deleted.
	// *   1: The policy is deleted.
	IsDeleted *int32 `json:"is_deleted,omitempty" xml:"is_deleted,omitempty"`
	// The name of the policy that is returned.
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	// Indicates whether parameters are required. Valid values:
	//
	// *   0: Parameters are required.
	// *   1: Parameters are optional.
	NoConfig *int32 `json:"no_config,omitempty" xml:"no_config,omitempty"`
	// The severity level of the policy. Valid values:
	//
	// *   `high`
	// *   `medium`
	// *   `low`
	Severity *string `json:"severity,omitempty" xml:"severity,omitempty"`
	// The content of the policy.
	Template *string `json:"template,omitempty" xml:"template,omitempty"`
}

func (DescribePolicyDetailsResponseBody) GoString

func (s DescribePolicyDetailsResponseBody) GoString() string

func (*DescribePolicyDetailsResponseBody) SetAction

func (s *DescribePolicyDetailsResponseBody) SetAction(v string) *DescribePolicyDetailsResponseBody

func (*DescribePolicyDetailsResponseBody) SetCategory

func (s *DescribePolicyDetailsResponseBody) SetCategory(v string) *DescribePolicyDetailsResponseBody

func (*DescribePolicyDetailsResponseBody) SetDescription

func (s *DescribePolicyDetailsResponseBody) SetDescription(v string) *DescribePolicyDetailsResponseBody

func (*DescribePolicyDetailsResponseBody) SetIsDeleted

func (s *DescribePolicyDetailsResponseBody) SetIsDeleted(v int32) *DescribePolicyDetailsResponseBody

func (*DescribePolicyDetailsResponseBody) SetName

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

func (*DescribePolicyDetailsResponseBody) SetNoConfig

func (s *DescribePolicyDetailsResponseBody) SetNoConfig(v int32) *DescribePolicyDetailsResponseBody

func (*DescribePolicyDetailsResponseBody) SetSeverity

func (s *DescribePolicyDetailsResponseBody) SetSeverity(v string) *DescribePolicyDetailsResponseBody

func (*DescribePolicyDetailsResponseBody) SetTemplate

func (s *DescribePolicyDetailsResponseBody) SetTemplate(v string) *DescribePolicyDetailsResponseBody

func (DescribePolicyDetailsResponseBody) String

func (s DescribePolicyDetailsResponseBody) String() string

type DescribePolicyGovernanceInClusterResponse

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

func (DescribePolicyGovernanceInClusterResponse) GoString

func (s DescribePolicyGovernanceInClusterResponse) GoString() string

func (*DescribePolicyGovernanceInClusterResponse) SetBody

func (s *DescribePolicyGovernanceInClusterResponse) SetBody(v *DescribePolicyGovernanceInClusterResponseBody) *DescribePolicyGovernanceInClusterResponse

func (*DescribePolicyGovernanceInClusterResponse) SetHeaders

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

func (*DescribePolicyGovernanceInClusterResponse) SetStatusCode added in v3.0.13

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

func (DescribePolicyGovernanceInClusterResponse) String

func (s DescribePolicyGovernanceInClusterResponse) String() string

type DescribePolicyGovernanceInClusterResponseBody

type DescribePolicyGovernanceInClusterResponseBody struct {
	// The audit logs of policies in the cluster.
	AdmitLog *DescribePolicyGovernanceInClusterResponseBodyAdmitLog `json:"admit_log,omitempty" xml:"admit_log,omitempty" type:"Struct"`
	// Details about the policies of different severity levels that are enabled for the cluster.
	OnState         []*DescribePolicyGovernanceInClusterResponseBodyOnState       `json:"on_state,omitempty" xml:"on_state,omitempty" type:"Repeated"`
	TotalViolations *DescribePolicyGovernanceInClusterResponseBodyTotalViolations `json:"totalViolations,omitempty" xml:"totalViolations,omitempty" type:"Struct"`
	Violations      *DescribePolicyGovernanceInClusterResponseBodyViolations      `json:"violations,omitempty" xml:"violations,omitempty" type:"Struct"`
}

func (DescribePolicyGovernanceInClusterResponseBody) GoString

func (s DescribePolicyGovernanceInClusterResponseBody) GoString() string

func (*DescribePolicyGovernanceInClusterResponseBody) SetAdmitLog

func (s *DescribePolicyGovernanceInClusterResponseBody) SetAdmitLog(v *DescribePolicyGovernanceInClusterResponseBodyAdmitLog) *DescribePolicyGovernanceInClusterResponseBody

func (*DescribePolicyGovernanceInClusterResponseBody) SetOnState

func (s *DescribePolicyGovernanceInClusterResponseBody) SetOnState(v []*DescribePolicyGovernanceInClusterResponseBodyOnState) *DescribePolicyGovernanceInClusterResponseBody

func (*DescribePolicyGovernanceInClusterResponseBody) SetTotalViolations

func (s *DescribePolicyGovernanceInClusterResponseBody) SetTotalViolations(v *DescribePolicyGovernanceInClusterResponseBodyTotalViolations) *DescribePolicyGovernanceInClusterResponseBody

func (*DescribePolicyGovernanceInClusterResponseBody) SetViolations

func (s *DescribePolicyGovernanceInClusterResponseBody) SetViolations(v *DescribePolicyGovernanceInClusterResponseBodyViolations) *DescribePolicyGovernanceInClusterResponseBody

func (DescribePolicyGovernanceInClusterResponseBody) String

func (s DescribePolicyGovernanceInClusterResponseBody) String() string

type DescribePolicyGovernanceInClusterResponseBodyAdmitLog

type DescribePolicyGovernanceInClusterResponseBodyAdmitLog struct {
	// The number of audit log entries.
	Count *int64 `json:"count,omitempty" xml:"count,omitempty"`
	// The audit log content.
	Log *DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog `json:"log,omitempty" xml:"log,omitempty" type:"Struct"`
	// The status of the query. Valid values:
	//
	// *   `Complete`: The query succeeded and the complete query result is returned.
	// *   `Incomplete`: The query succeeded but the query result is incomplete. To obtain the complete query result, you must repeat the request.
	Progress *string `json:"progress,omitempty" xml:"progress,omitempty"`
}

func (DescribePolicyGovernanceInClusterResponseBodyAdmitLog) GoString

func (s DescribePolicyGovernanceInClusterResponseBodyAdmitLog) GoString() string

func (*DescribePolicyGovernanceInClusterResponseBodyAdmitLog) SetCount

func (s *DescribePolicyGovernanceInClusterResponseBodyAdmitLog) SetCount(v int64) *DescribePolicyGovernanceInClusterResponseBodyAdmitLog

func (*DescribePolicyGovernanceInClusterResponseBodyAdmitLog) SetLog

func (s *DescribePolicyGovernanceInClusterResponseBodyAdmitLog) SetLog(v *DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) *DescribePolicyGovernanceInClusterResponseBodyAdmitLog

func (*DescribePolicyGovernanceInClusterResponseBodyAdmitLog) SetProgress

func (s *DescribePolicyGovernanceInClusterResponseBodyAdmitLog) SetProgress(v string) *DescribePolicyGovernanceInClusterResponseBodyAdmitLog

func (DescribePolicyGovernanceInClusterResponseBodyAdmitLog) String

func (s DescribePolicyGovernanceInClusterResponseBodyAdmitLog) String() string

type DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog

type DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog struct {
	// The ID of the cluster that you want to query.
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	// The type of the policy.
	ConstraintKind *string `json:"constraint_kind,omitempty" xml:"constraint_kind,omitempty"`
	// The message that appears when an event is generated by a policy.
	Msg *string `json:"msg,omitempty" xml:"msg,omitempty"`
	// The type of the resource.
	ResourceKind *string `json:"resource_kind,omitempty" xml:"resource_kind,omitempty"`
	// The name of the resource.
	ResourceName *string `json:"resource_name,omitempty" xml:"resource_name,omitempty"`
	// The namespace to which the resource belongs.
	ResourceNamespace *string `json:"resource_namespace,omitempty" xml:"resource_namespace,omitempty"`
}

func (DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) GoString

func (s DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) GoString() string

func (*DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) SetClusterId

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

func (*DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) SetConstraintKind

func (s *DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) SetConstraintKind(v string) *DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog

func (*DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) SetMsg

func (s *DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) SetMsg(v string) *DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog

func (*DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) SetResourceKind

func (s *DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) SetResourceKind(v string) *DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog

func (*DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) SetResourceName

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

func (*DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) SetResourceNamespace

func (s *DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) SetResourceNamespace(v string) *DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog

func (DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) String

func (s DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog) String() string

type DescribePolicyGovernanceInClusterResponseBodyOnState

type DescribePolicyGovernanceInClusterResponseBodyOnState struct {
	// The number of policies that are enabled.
	EnabledCount *int32 `json:"enabled_count,omitempty" xml:"enabled_count,omitempty"`
	// The severity level of the policy.
	Severity *string `json:"severity,omitempty" xml:"severity,omitempty"`
	// The total number of policies of the severity level.
	Total *int32 `json:"total,omitempty" xml:"total,omitempty"`
}

func (DescribePolicyGovernanceInClusterResponseBodyOnState) GoString

func (s DescribePolicyGovernanceInClusterResponseBodyOnState) GoString() string

func (*DescribePolicyGovernanceInClusterResponseBodyOnState) SetEnabledCount

func (s *DescribePolicyGovernanceInClusterResponseBodyOnState) SetEnabledCount(v int32) *DescribePolicyGovernanceInClusterResponseBodyOnState

func (*DescribePolicyGovernanceInClusterResponseBodyOnState) SetSeverity

func (s *DescribePolicyGovernanceInClusterResponseBodyOnState) SetSeverity(v string) *DescribePolicyGovernanceInClusterResponseBodyOnState

func (*DescribePolicyGovernanceInClusterResponseBodyOnState) SetTotal

func (s *DescribePolicyGovernanceInClusterResponseBodyOnState) SetTotal(v int32) *DescribePolicyGovernanceInClusterResponseBodyOnState

func (DescribePolicyGovernanceInClusterResponseBodyOnState) String

func (s DescribePolicyGovernanceInClusterResponseBodyOnState) String() string

type DescribePolicyGovernanceInClusterResponseBodyTotalViolations

type DescribePolicyGovernanceInClusterResponseBodyTotalViolations struct {
	Deny *DescribePolicyGovernanceInClusterResponseBodyTotalViolationsDeny `json:"deny,omitempty" xml:"deny,omitempty" type:"Struct"`
	Warn *DescribePolicyGovernanceInClusterResponseBodyTotalViolationsWarn `json:"warn,omitempty" xml:"warn,omitempty" type:"Struct"`
}

func (DescribePolicyGovernanceInClusterResponseBodyTotalViolations) GoString

func (s DescribePolicyGovernanceInClusterResponseBodyTotalViolations) GoString() string

func (*DescribePolicyGovernanceInClusterResponseBodyTotalViolations) SetDeny

func (s *DescribePolicyGovernanceInClusterResponseBodyTotalViolations) SetDeny(v *DescribePolicyGovernanceInClusterResponseBodyTotalViolationsDeny) *DescribePolicyGovernanceInClusterResponseBodyTotalViolations

func (*DescribePolicyGovernanceInClusterResponseBodyTotalViolations) SetWarn

func (s *DescribePolicyGovernanceInClusterResponseBodyTotalViolations) SetWarn(v *DescribePolicyGovernanceInClusterResponseBodyTotalViolationsWarn) *DescribePolicyGovernanceInClusterResponseBodyTotalViolations

func (DescribePolicyGovernanceInClusterResponseBodyTotalViolations) String

func (s DescribePolicyGovernanceInClusterResponseBodyTotalViolations) String() string

type DescribePolicyGovernanceInClusterResponseBodyTotalViolationsDeny

type DescribePolicyGovernanceInClusterResponseBodyTotalViolationsDeny struct {
	Severity   *string `json:"severity,omitempty" xml:"severity,omitempty"`
	Violations *int64  `json:"violations,omitempty" xml:"violations,omitempty"`
}

func (DescribePolicyGovernanceInClusterResponseBodyTotalViolationsDeny) GoString

func (s DescribePolicyGovernanceInClusterResponseBodyTotalViolationsDeny) GoString() string

func (*DescribePolicyGovernanceInClusterResponseBodyTotalViolationsDeny) SetSeverity

func (s *DescribePolicyGovernanceInClusterResponseBodyTotalViolationsDeny) SetSeverity(v string) *DescribePolicyGovernanceInClusterResponseBodyTotalViolationsDeny

func (*DescribePolicyGovernanceInClusterResponseBodyTotalViolationsDeny) SetViolations

func (s *DescribePolicyGovernanceInClusterResponseBodyTotalViolationsDeny) SetViolations(v int64) *DescribePolicyGovernanceInClusterResponseBodyTotalViolationsDeny

func (DescribePolicyGovernanceInClusterResponseBodyTotalViolationsDeny) String

func (s DescribePolicyGovernanceInClusterResponseBodyTotalViolationsDeny) String() string

type DescribePolicyGovernanceInClusterResponseBodyTotalViolationsWarn

type DescribePolicyGovernanceInClusterResponseBodyTotalViolationsWarn struct {
	Severity   *string `json:"severity,omitempty" xml:"severity,omitempty"`
	Violations *int64  `json:"violations,omitempty" xml:"violations,omitempty"`
}

func (DescribePolicyGovernanceInClusterResponseBodyTotalViolationsWarn) GoString

func (s DescribePolicyGovernanceInClusterResponseBodyTotalViolationsWarn) GoString() string

func (*DescribePolicyGovernanceInClusterResponseBodyTotalViolationsWarn) SetSeverity

func (s *DescribePolicyGovernanceInClusterResponseBodyTotalViolationsWarn) SetSeverity(v string) *DescribePolicyGovernanceInClusterResponseBodyTotalViolationsWarn

func (*DescribePolicyGovernanceInClusterResponseBodyTotalViolationsWarn) SetViolations

func (s *DescribePolicyGovernanceInClusterResponseBodyTotalViolationsWarn) SetViolations(v int64) *DescribePolicyGovernanceInClusterResponseBodyTotalViolationsWarn

func (DescribePolicyGovernanceInClusterResponseBodyTotalViolationsWarn) String

func (s DescribePolicyGovernanceInClusterResponseBodyTotalViolationsWarn) String() string

type DescribePolicyGovernanceInClusterResponseBodyViolations

type DescribePolicyGovernanceInClusterResponseBodyViolations struct {
	Deny *DescribePolicyGovernanceInClusterResponseBodyViolationsDeny `json:"deny,omitempty" xml:"deny,omitempty" type:"Struct"`
	Warn *DescribePolicyGovernanceInClusterResponseBodyViolationsWarn `json:"warn,omitempty" xml:"warn,omitempty" type:"Struct"`
}

func (DescribePolicyGovernanceInClusterResponseBodyViolations) GoString

func (s DescribePolicyGovernanceInClusterResponseBodyViolations) GoString() string

func (*DescribePolicyGovernanceInClusterResponseBodyViolations) SetDeny

func (s *DescribePolicyGovernanceInClusterResponseBodyViolations) SetDeny(v *DescribePolicyGovernanceInClusterResponseBodyViolationsDeny) *DescribePolicyGovernanceInClusterResponseBodyViolations

func (*DescribePolicyGovernanceInClusterResponseBodyViolations) SetWarn

func (s *DescribePolicyGovernanceInClusterResponseBodyViolations) SetWarn(v *DescribePolicyGovernanceInClusterResponseBodyViolationsWarn) *DescribePolicyGovernanceInClusterResponseBodyViolations

func (DescribePolicyGovernanceInClusterResponseBodyViolations) String

func (s DescribePolicyGovernanceInClusterResponseBodyViolations) String() string

type DescribePolicyGovernanceInClusterResponseBodyViolationsDeny

type DescribePolicyGovernanceInClusterResponseBodyViolationsDeny struct {
	PolicyDescription *string `json:"policyDescription,omitempty" xml:"policyDescription,omitempty"`
	PolicyName        *string `json:"policyName,omitempty" xml:"policyName,omitempty"`
	Severity          *string `json:"severity,omitempty" xml:"severity,omitempty"`
	Violations        *int64  `json:"violations,omitempty" xml:"violations,omitempty"`
}

func (DescribePolicyGovernanceInClusterResponseBodyViolationsDeny) GoString

func (s DescribePolicyGovernanceInClusterResponseBodyViolationsDeny) GoString() string

func (*DescribePolicyGovernanceInClusterResponseBodyViolationsDeny) SetPolicyDescription

func (s *DescribePolicyGovernanceInClusterResponseBodyViolationsDeny) SetPolicyDescription(v string) *DescribePolicyGovernanceInClusterResponseBodyViolationsDeny

func (*DescribePolicyGovernanceInClusterResponseBodyViolationsDeny) SetPolicyName

func (s *DescribePolicyGovernanceInClusterResponseBodyViolationsDeny) SetPolicyName(v string) *DescribePolicyGovernanceInClusterResponseBodyViolationsDeny

func (*DescribePolicyGovernanceInClusterResponseBodyViolationsDeny) SetSeverity

func (s *DescribePolicyGovernanceInClusterResponseBodyViolationsDeny) SetSeverity(v string) *DescribePolicyGovernanceInClusterResponseBodyViolationsDeny

func (*DescribePolicyGovernanceInClusterResponseBodyViolationsDeny) SetViolations

func (s *DescribePolicyGovernanceInClusterResponseBodyViolationsDeny) SetViolations(v int64) *DescribePolicyGovernanceInClusterResponseBodyViolationsDeny

func (DescribePolicyGovernanceInClusterResponseBodyViolationsDeny) String

func (s DescribePolicyGovernanceInClusterResponseBodyViolationsDeny) String() string

type DescribePolicyGovernanceInClusterResponseBodyViolationsWarn

type DescribePolicyGovernanceInClusterResponseBodyViolationsWarn struct {
	PolicyDescription *string `json:"policyDescription,omitempty" xml:"policyDescription,omitempty"`
	PolicyName        *string `json:"policyName,omitempty" xml:"policyName,omitempty"`
	Severity          *string `json:"severity,omitempty" xml:"severity,omitempty"`
	Violations        *int64  `json:"violations,omitempty" xml:"violations,omitempty"`
}

func (DescribePolicyGovernanceInClusterResponseBodyViolationsWarn) GoString

func (s DescribePolicyGovernanceInClusterResponseBodyViolationsWarn) GoString() string

func (*DescribePolicyGovernanceInClusterResponseBodyViolationsWarn) SetPolicyDescription

func (s *DescribePolicyGovernanceInClusterResponseBodyViolationsWarn) SetPolicyDescription(v string) *DescribePolicyGovernanceInClusterResponseBodyViolationsWarn

func (*DescribePolicyGovernanceInClusterResponseBodyViolationsWarn) SetPolicyName

func (s *DescribePolicyGovernanceInClusterResponseBodyViolationsWarn) SetPolicyName(v string) *DescribePolicyGovernanceInClusterResponseBodyViolationsWarn

func (*DescribePolicyGovernanceInClusterResponseBodyViolationsWarn) SetSeverity

func (s *DescribePolicyGovernanceInClusterResponseBodyViolationsWarn) SetSeverity(v string) *DescribePolicyGovernanceInClusterResponseBodyViolationsWarn

func (*DescribePolicyGovernanceInClusterResponseBodyViolationsWarn) SetViolations

func (s *DescribePolicyGovernanceInClusterResponseBodyViolationsWarn) SetViolations(v int64) *DescribePolicyGovernanceInClusterResponseBodyViolationsWarn

func (DescribePolicyGovernanceInClusterResponseBodyViolationsWarn) String

func (s DescribePolicyGovernanceInClusterResponseBodyViolationsWarn) String() string

type DescribePolicyInstancesRequest

type DescribePolicyInstancesRequest struct {
	InstanceName *string `json:"instance_name,omitempty" xml:"instance_name,omitempty"`
	PolicyName   *string `json:"policy_name,omitempty" xml:"policy_name,omitempty"`
}

func (DescribePolicyInstancesRequest) GoString

func (s DescribePolicyInstancesRequest) GoString() string

func (*DescribePolicyInstancesRequest) SetInstanceName

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

func (*DescribePolicyInstancesRequest) SetPolicyName

func (s *DescribePolicyInstancesRequest) SetPolicyName(v string) *DescribePolicyInstancesRequest

func (DescribePolicyInstancesRequest) String

func (s DescribePolicyInstancesRequest) String() string

type DescribePolicyInstancesResponse

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

func (DescribePolicyInstancesResponse) GoString

func (s DescribePolicyInstancesResponse) GoString() string

func (*DescribePolicyInstancesResponse) SetBody

func (s *DescribePolicyInstancesResponse) SetBody(v []*DescribePolicyInstancesResponseBody) *DescribePolicyInstancesResponse

func (*DescribePolicyInstancesResponse) SetHeaders

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

func (*DescribePolicyInstancesResponse) SetStatusCode added in v3.0.13

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

func (DescribePolicyInstancesResponse) String

func (s DescribePolicyInstancesResponse) String() string

type DescribePolicyInstancesResponseBody

type DescribePolicyInstancesResponseBody struct {
	AliUid            *string `json:"ali_uid,omitempty" xml:"ali_uid,omitempty"`
	ClusterId         *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	InstanceName      *string `json:"instance_name,omitempty" xml:"instance_name,omitempty"`
	PolicyName        *string `json:"policy_name,omitempty" xml:"policy_name,omitempty"`
	PolicyCategory    *string `json:"policy_category,omitempty" xml:"policy_category,omitempty"`
	PolicyDescription *string `json:"policy_description,omitempty" xml:"policy_description,omitempty"`
	PolicyParameters  *string `json:"policy_parameters,omitempty" xml:"policy_parameters,omitempty"`
	PolicySeverity    *string `json:"policy_severity,omitempty" xml:"policy_severity,omitempty"`
	PolicyScope       *string `json:"policy_scope,omitempty" xml:"policy_scope,omitempty"`
	PolicyAction      *string `json:"policy_action,omitempty" xml:"policy_action,omitempty"`
}

func (DescribePolicyInstancesResponseBody) GoString

func (s DescribePolicyInstancesResponseBody) GoString() string

func (*DescribePolicyInstancesResponseBody) SetAliUid

func (s *DescribePolicyInstancesResponseBody) SetAliUid(v string) *DescribePolicyInstancesResponseBody

func (*DescribePolicyInstancesResponseBody) SetClusterId

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

func (*DescribePolicyInstancesResponseBody) SetInstanceName

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

func (*DescribePolicyInstancesResponseBody) SetPolicyAction

func (s *DescribePolicyInstancesResponseBody) SetPolicyAction(v string) *DescribePolicyInstancesResponseBody

func (*DescribePolicyInstancesResponseBody) SetPolicyCategory

func (s *DescribePolicyInstancesResponseBody) SetPolicyCategory(v string) *DescribePolicyInstancesResponseBody

func (*DescribePolicyInstancesResponseBody) SetPolicyDescription

func (s *DescribePolicyInstancesResponseBody) SetPolicyDescription(v string) *DescribePolicyInstancesResponseBody

func (*DescribePolicyInstancesResponseBody) SetPolicyName

func (s *DescribePolicyInstancesResponseBody) SetPolicyName(v string) *DescribePolicyInstancesResponseBody

func (*DescribePolicyInstancesResponseBody) SetPolicyParameters

func (s *DescribePolicyInstancesResponseBody) SetPolicyParameters(v string) *DescribePolicyInstancesResponseBody

func (*DescribePolicyInstancesResponseBody) SetPolicyScope

func (s *DescribePolicyInstancesResponseBody) SetPolicyScope(v string) *DescribePolicyInstancesResponseBody

func (*DescribePolicyInstancesResponseBody) SetPolicySeverity

func (s *DescribePolicyInstancesResponseBody) SetPolicySeverity(v string) *DescribePolicyInstancesResponseBody

func (DescribePolicyInstancesResponseBody) String

func (s DescribePolicyInstancesResponseBody) String() string

type DescribePolicyInstancesStatusResponse

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

func (DescribePolicyInstancesStatusResponse) GoString

func (s DescribePolicyInstancesStatusResponse) GoString() string

func (*DescribePolicyInstancesStatusResponse) SetBody

func (s *DescribePolicyInstancesStatusResponse) SetBody(v *DescribePolicyInstancesStatusResponseBody) *DescribePolicyInstancesStatusResponse

func (*DescribePolicyInstancesStatusResponse) SetHeaders

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

func (*DescribePolicyInstancesStatusResponse) SetStatusCode added in v3.0.13

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

func (DescribePolicyInstancesStatusResponse) String

func (s DescribePolicyInstancesStatusResponse) String() string

type DescribePolicyInstancesStatusResponseBody

type DescribePolicyInstancesStatusResponseBody struct {
	// Information about the number of policy instances of each severity level.
	InstancesSeverityCount map[string]interface{} `json:"instances_severity_count,omitempty" xml:"instances_severity_count,omitempty"`
	// Details about policy instances of different types.
	PolicyInstances []*DescribePolicyInstancesStatusResponseBodyPolicyInstances `json:"policy_instances,omitempty" xml:"policy_instances,omitempty" type:"Repeated"`
}

func (DescribePolicyInstancesStatusResponseBody) GoString

func (s DescribePolicyInstancesStatusResponseBody) GoString() string

func (*DescribePolicyInstancesStatusResponseBody) SetInstancesSeverityCount

func (s *DescribePolicyInstancesStatusResponseBody) SetInstancesSeverityCount(v map[string]interface{}) *DescribePolicyInstancesStatusResponseBody

func (*DescribePolicyInstancesStatusResponseBody) SetPolicyInstances

func (s *DescribePolicyInstancesStatusResponseBody) SetPolicyInstances(v []*DescribePolicyInstancesStatusResponseBodyPolicyInstances) *DescribePolicyInstancesStatusResponseBody

func (DescribePolicyInstancesStatusResponseBody) String

func (s DescribePolicyInstancesStatusResponseBody) String() string

type DescribePolicyInstancesStatusResponseBodyPolicyInstances

type DescribePolicyInstancesStatusResponseBodyPolicyInstances struct {
	// The type of the policy. For more information about different types of policies and their descriptions, see [Predefined security policies of ACK](https://www.alibabacloud.com/help/doc-detail/359819.html).
	PolicyCategory *string `json:"policy_category,omitempty" xml:"policy_category,omitempty"`
	// The description of the policy.
	PolicyDescription *string `json:"policy_description,omitempty" xml:"policy_description,omitempty"`
	// The number of policy instances that are deployed. If this parameter is empty, it indicates that no policy instance is deployed from the policy.
	PolicyInstancesCount *int64 `json:"policy_instances_count,omitempty" xml:"policy_instances_count,omitempty"`
	// The name of the policy.
	PolicyName *string `json:"policy_name,omitempty" xml:"policy_name,omitempty"`
	// The severity level of the policy.
	PolicySeverity *string `json:"policy_severity,omitempty" xml:"policy_severity,omitempty"`
}

func (DescribePolicyInstancesStatusResponseBodyPolicyInstances) GoString

func (s DescribePolicyInstancesStatusResponseBodyPolicyInstances) GoString() string

func (*DescribePolicyInstancesStatusResponseBodyPolicyInstances) SetPolicyCategory

func (s *DescribePolicyInstancesStatusResponseBodyPolicyInstances) SetPolicyCategory(v string) *DescribePolicyInstancesStatusResponseBodyPolicyInstances

func (*DescribePolicyInstancesStatusResponseBodyPolicyInstances) SetPolicyDescription

func (s *DescribePolicyInstancesStatusResponseBodyPolicyInstances) SetPolicyDescription(v string) *DescribePolicyInstancesStatusResponseBodyPolicyInstances

func (*DescribePolicyInstancesStatusResponseBodyPolicyInstances) SetPolicyInstancesCount

func (s *DescribePolicyInstancesStatusResponseBodyPolicyInstances) SetPolicyInstancesCount(v int64) *DescribePolicyInstancesStatusResponseBodyPolicyInstances

func (*DescribePolicyInstancesStatusResponseBodyPolicyInstances) SetPolicyName

func (s *DescribePolicyInstancesStatusResponseBodyPolicyInstances) SetPolicyName(v string) *DescribePolicyInstancesStatusResponseBodyPolicyInstances

func (*DescribePolicyInstancesStatusResponseBodyPolicyInstances) SetPolicySeverity

func (s *DescribePolicyInstancesStatusResponseBodyPolicyInstances) SetPolicySeverity(v string) *DescribePolicyInstancesStatusResponseBodyPolicyInstances

func (DescribePolicyInstancesStatusResponseBodyPolicyInstances) String

func (s DescribePolicyInstancesStatusResponseBodyPolicyInstances) String() string

type DescribeSubaccountK8sClusterUserConfigRequest added in v3.0.25

type DescribeSubaccountK8sClusterUserConfigRequest struct {
	PrivateIpAddress         *bool  `json:"PrivateIpAddress,omitempty" xml:"PrivateIpAddress,omitempty"`
	TemporaryDurationMinutes *int64 `json:"TemporaryDurationMinutes,omitempty" xml:"TemporaryDurationMinutes,omitempty"`
}

func (DescribeSubaccountK8sClusterUserConfigRequest) GoString added in v3.0.25

func (s DescribeSubaccountK8sClusterUserConfigRequest) GoString() string

func (*DescribeSubaccountK8sClusterUserConfigRequest) SetPrivateIpAddress added in v3.0.25

func (s *DescribeSubaccountK8sClusterUserConfigRequest) SetPrivateIpAddress(v bool) *DescribeSubaccountK8sClusterUserConfigRequest

func (*DescribeSubaccountK8sClusterUserConfigRequest) SetTemporaryDurationMinutes added in v3.0.25

func (s *DescribeSubaccountK8sClusterUserConfigRequest) SetTemporaryDurationMinutes(v int64) *DescribeSubaccountK8sClusterUserConfigRequest

func (DescribeSubaccountK8sClusterUserConfigRequest) String added in v3.0.25

func (s DescribeSubaccountK8sClusterUserConfigRequest) String() string

type DescribeSubaccountK8sClusterUserConfigResponse added in v3.0.25

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

func (DescribeSubaccountK8sClusterUserConfigResponse) GoString added in v3.0.25

func (s DescribeSubaccountK8sClusterUserConfigResponse) GoString() string

func (*DescribeSubaccountK8sClusterUserConfigResponse) SetBody added in v3.0.25

func (s *DescribeSubaccountK8sClusterUserConfigResponse) SetBody(v *DescribeSubaccountK8sClusterUserConfigResponseBody) *DescribeSubaccountK8sClusterUserConfigResponse

func (*DescribeSubaccountK8sClusterUserConfigResponse) SetHeaders added in v3.0.25

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

func (*DescribeSubaccountK8sClusterUserConfigResponse) SetStatusCode added in v3.0.25

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

func (DescribeSubaccountK8sClusterUserConfigResponse) String added in v3.0.25

func (s DescribeSubaccountK8sClusterUserConfigResponse) String() string

type DescribeSubaccountK8sClusterUserConfigResponseBody added in v3.0.25

type DescribeSubaccountK8sClusterUserConfigResponseBody struct {
	// The content of the KubeConfig file. For more information about the content of the KubeConfig file, see [Configure cluster credentials](~~86494~~).
	Config *string `json:"config,omitempty" xml:"config,omitempty"`
	// The expiration time of the KubeConfig file. The value is the UTC time displayed in RFC3339 format.
	Expiration *string `json:"expiration,omitempty" xml:"expiration,omitempty"`
}

func (DescribeSubaccountK8sClusterUserConfigResponseBody) GoString added in v3.0.25

func (s DescribeSubaccountK8sClusterUserConfigResponseBody) GoString() string

func (*DescribeSubaccountK8sClusterUserConfigResponseBody) SetConfig added in v3.0.25

func (s *DescribeSubaccountK8sClusterUserConfigResponseBody) SetConfig(v string) *DescribeSubaccountK8sClusterUserConfigResponseBody

func (*DescribeSubaccountK8sClusterUserConfigResponseBody) SetExpiration added in v3.0.25

func (s *DescribeSubaccountK8sClusterUserConfigResponseBody) SetExpiration(v string) *DescribeSubaccountK8sClusterUserConfigResponseBody

func (DescribeSubaccountK8sClusterUserConfigResponseBody) String added in v3.0.25

func (s DescribeSubaccountK8sClusterUserConfigResponseBody) String() string

type DescribeTaskInfoResponse

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

func (DescribeTaskInfoResponse) GoString

func (s DescribeTaskInfoResponse) GoString() string

func (*DescribeTaskInfoResponse) SetBody

func (s *DescribeTaskInfoResponse) SetBody(v *DescribeTaskInfoResponseBody) *DescribeTaskInfoResponse

func (*DescribeTaskInfoResponse) SetHeaders

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

func (*DescribeTaskInfoResponse) SetStatusCode added in v3.0.13

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

func (DescribeTaskInfoResponse) String

func (s DescribeTaskInfoResponse) String() string

type DescribeTaskInfoResponseBody

type DescribeTaskInfoResponseBody struct {
	// The ID of the ACK cluster.
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	// The time when the task was created.
	Created      *string                               `json:"created,omitempty" xml:"created,omitempty"`
	CurrentStage *string                               `json:"current_stage,omitempty" xml:"current_stage,omitempty"`
	Error        *DescribeTaskInfoResponseBodyError    `json:"error,omitempty" xml:"error,omitempty" type:"Struct"`
	Events       []*DescribeTaskInfoResponseBodyEvents `json:"events,omitempty" xml:"events,omitempty" type:"Repeated"`
	Parameters   map[string]interface{}                `json:"parameters,omitempty" xml:"parameters,omitempty"`
	Stages       []*DescribeTaskInfoResponseBodyStages `json:"stages,omitempty" xml:"stages,omitempty" type:"Repeated"`
	// The state of the task. Valid values:
	//
	// *   `running`: The task is running.
	// *   `fail`: The task failed.
	// *   `success`: The task is complete.
	State  *string                             `json:"state,omitempty" xml:"state,omitempty"`
	Target *DescribeTaskInfoResponseBodyTarget `json:"target,omitempty" xml:"target,omitempty" type:"Struct"`
	// The ID of the task.
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
	// The execution result of the task.
	TaskResult []*DescribeTaskInfoResponseBodyTaskResult `json:"task_result,omitempty" xml:"task_result,omitempty" type:"Repeated"`
	// The task type. A value of `cluster_scaleout` indicates a scale-out task.
	TaskType *string `json:"task_type,omitempty" xml:"task_type,omitempty"`
	// The time when the task was updated.
	Updated *string `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeTaskInfoResponseBody) GoString

func (s DescribeTaskInfoResponseBody) GoString() string

func (*DescribeTaskInfoResponseBody) SetClusterId

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

func (*DescribeTaskInfoResponseBody) SetCreated

func (s *DescribeTaskInfoResponseBody) SetCreated(v string) *DescribeTaskInfoResponseBody

func (*DescribeTaskInfoResponseBody) SetCurrentStage added in v3.0.16

func (s *DescribeTaskInfoResponseBody) SetCurrentStage(v string) *DescribeTaskInfoResponseBody

func (*DescribeTaskInfoResponseBody) SetError added in v3.0.16

func (s *DescribeTaskInfoResponseBody) SetError(v *DescribeTaskInfoResponseBodyError) *DescribeTaskInfoResponseBody

func (*DescribeTaskInfoResponseBody) SetEvents added in v3.0.16

func (s *DescribeTaskInfoResponseBody) SetEvents(v []*DescribeTaskInfoResponseBodyEvents) *DescribeTaskInfoResponseBody

func (*DescribeTaskInfoResponseBody) SetParameters added in v3.0.16

func (s *DescribeTaskInfoResponseBody) SetParameters(v map[string]interface{}) *DescribeTaskInfoResponseBody

func (*DescribeTaskInfoResponseBody) SetStages added in v3.0.16

func (s *DescribeTaskInfoResponseBody) SetStages(v []*DescribeTaskInfoResponseBodyStages) *DescribeTaskInfoResponseBody

func (*DescribeTaskInfoResponseBody) SetState

func (s *DescribeTaskInfoResponseBody) SetState(v string) *DescribeTaskInfoResponseBody

func (*DescribeTaskInfoResponseBody) SetTarget added in v3.0.16

func (s *DescribeTaskInfoResponseBody) SetTarget(v *DescribeTaskInfoResponseBodyTarget) *DescribeTaskInfoResponseBody

func (*DescribeTaskInfoResponseBody) SetTaskId

func (s *DescribeTaskInfoResponseBody) SetTaskId(v string) *DescribeTaskInfoResponseBody

func (*DescribeTaskInfoResponseBody) SetTaskResult

func (s *DescribeTaskInfoResponseBody) SetTaskResult(v []*DescribeTaskInfoResponseBodyTaskResult) *DescribeTaskInfoResponseBody

func (*DescribeTaskInfoResponseBody) SetTaskType

func (s *DescribeTaskInfoResponseBody) SetTaskType(v string) *DescribeTaskInfoResponseBody

func (*DescribeTaskInfoResponseBody) SetUpdated

func (s *DescribeTaskInfoResponseBody) SetUpdated(v string) *DescribeTaskInfoResponseBody

func (DescribeTaskInfoResponseBody) String

func (s DescribeTaskInfoResponseBody) String() string

type DescribeTaskInfoResponseBodyError added in v3.0.16

type DescribeTaskInfoResponseBodyError struct {
	Code    *string `json:"code,omitempty" xml:"code,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
}

func (DescribeTaskInfoResponseBodyError) GoString added in v3.0.16

func (s DescribeTaskInfoResponseBodyError) GoString() string

func (*DescribeTaskInfoResponseBodyError) SetCode added in v3.0.16

func (s *DescribeTaskInfoResponseBodyError) SetCode(v string) *DescribeTaskInfoResponseBodyError

func (*DescribeTaskInfoResponseBodyError) SetMessage added in v3.0.16

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

func (DescribeTaskInfoResponseBodyError) String added in v3.0.16

func (s DescribeTaskInfoResponseBodyError) String() string

type DescribeTaskInfoResponseBodyEvents added in v3.0.16

type DescribeTaskInfoResponseBodyEvents struct {
	Action    *string `json:"action,omitempty" xml:"action,omitempty"`
	Level     *string `json:"level,omitempty" xml:"level,omitempty"`
	Message   *string `json:"message,omitempty" xml:"message,omitempty"`
	Reason    *string `json:"reason,omitempty" xml:"reason,omitempty"`
	Source    *string `json:"source,omitempty" xml:"source,omitempty"`
	Timestamp *string `json:"timestamp,omitempty" xml:"timestamp,omitempty"`
}

func (DescribeTaskInfoResponseBodyEvents) GoString added in v3.0.16

func (s DescribeTaskInfoResponseBodyEvents) GoString() string

func (*DescribeTaskInfoResponseBodyEvents) SetAction added in v3.0.16

func (s *DescribeTaskInfoResponseBodyEvents) SetAction(v string) *DescribeTaskInfoResponseBodyEvents

func (*DescribeTaskInfoResponseBodyEvents) SetLevel added in v3.0.16

func (s *DescribeTaskInfoResponseBodyEvents) SetLevel(v string) *DescribeTaskInfoResponseBodyEvents

func (*DescribeTaskInfoResponseBodyEvents) SetMessage added in v3.0.16

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

func (*DescribeTaskInfoResponseBodyEvents) SetReason added in v3.0.16

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

func (*DescribeTaskInfoResponseBodyEvents) SetSource added in v3.0.16

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

func (*DescribeTaskInfoResponseBodyEvents) SetTimestamp added in v3.0.16

func (s *DescribeTaskInfoResponseBodyEvents) SetTimestamp(v string) *DescribeTaskInfoResponseBodyEvents

func (DescribeTaskInfoResponseBodyEvents) String added in v3.0.16

func (s DescribeTaskInfoResponseBodyEvents) String() string

type DescribeTaskInfoResponseBodyStages added in v3.0.16

type DescribeTaskInfoResponseBodyStages struct {
	EndTime   *string                `json:"end_time,omitempty" xml:"end_time,omitempty"`
	Message   *string                `json:"message,omitempty" xml:"message,omitempty"`
	Outputs   map[string]interface{} `json:"outputs,omitempty" xml:"outputs,omitempty"`
	StartTime *string                `json:"start_time,omitempty" xml:"start_time,omitempty"`
	State     *string                `json:"state,omitempty" xml:"state,omitempty"`
}

func (DescribeTaskInfoResponseBodyStages) GoString added in v3.0.16

func (s DescribeTaskInfoResponseBodyStages) GoString() string

func (*DescribeTaskInfoResponseBodyStages) SetEndTime added in v3.0.16

func (s *DescribeTaskInfoResponseBodyStages) SetEndTime(v string) *DescribeTaskInfoResponseBodyStages

func (*DescribeTaskInfoResponseBodyStages) SetMessage added in v3.0.16

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

func (*DescribeTaskInfoResponseBodyStages) SetOutputs added in v3.0.16

func (s *DescribeTaskInfoResponseBodyStages) SetOutputs(v map[string]interface{}) *DescribeTaskInfoResponseBodyStages

func (*DescribeTaskInfoResponseBodyStages) SetStartTime added in v3.0.16

func (s *DescribeTaskInfoResponseBodyStages) SetStartTime(v string) *DescribeTaskInfoResponseBodyStages

func (*DescribeTaskInfoResponseBodyStages) SetState added in v3.0.16

func (s *DescribeTaskInfoResponseBodyStages) SetState(v string) *DescribeTaskInfoResponseBodyStages

func (DescribeTaskInfoResponseBodyStages) String added in v3.0.16

func (s DescribeTaskInfoResponseBodyStages) String() string

type DescribeTaskInfoResponseBodyTarget added in v3.0.16

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

func (DescribeTaskInfoResponseBodyTarget) GoString added in v3.0.16

func (s DescribeTaskInfoResponseBodyTarget) GoString() string

func (*DescribeTaskInfoResponseBodyTarget) SetId added in v3.0.16

func (s *DescribeTaskInfoResponseBodyTarget) SetId(v string) *DescribeTaskInfoResponseBodyTarget

func (*DescribeTaskInfoResponseBodyTarget) SetType added in v3.0.16

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

func (DescribeTaskInfoResponseBodyTarget) String added in v3.0.16

func (s DescribeTaskInfoResponseBodyTarget) String() string

type DescribeTaskInfoResponseBodyTaskResult

type DescribeTaskInfoResponseBodyTaskResult struct {
	// The resources that are managed by the task. For a scale-out task, the value of this parameter the ID of the instance that is added by the task.
	Data *string `json:"data,omitempty" xml:"data,omitempty"`
	// The state of the scaling of the resource. Valid values:
	//
	// *   `success`: The scale-out task is successful.
	// *   `failed`: The scale-out task failed.
	// *   `initail`: The scale-out task is initializing.
	Status *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (DescribeTaskInfoResponseBodyTaskResult) GoString

func (s DescribeTaskInfoResponseBodyTaskResult) GoString() string

func (*DescribeTaskInfoResponseBodyTaskResult) SetData

func (s *DescribeTaskInfoResponseBodyTaskResult) SetData(v string) *DescribeTaskInfoResponseBodyTaskResult

func (*DescribeTaskInfoResponseBodyTaskResult) SetStatus

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

func (DescribeTaskInfoResponseBodyTaskResult) String

func (s DescribeTaskInfoResponseBodyTaskResult) String() string

type DescribeTemplateAttributeRequest

type DescribeTemplateAttributeRequest struct {
	TemplateType *string `json:"template_type,omitempty" xml:"template_type,omitempty"`
}

func (DescribeTemplateAttributeRequest) GoString

func (s DescribeTemplateAttributeRequest) GoString() string

func (*DescribeTemplateAttributeRequest) SetTemplateType

func (s *DescribeTemplateAttributeRequest) SetTemplateType(v string) *DescribeTemplateAttributeRequest

func (DescribeTemplateAttributeRequest) String

func (s DescribeTemplateAttributeRequest) String() string

type DescribeTemplateAttributeResponse

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

func (DescribeTemplateAttributeResponse) GoString

func (s DescribeTemplateAttributeResponse) GoString() string

func (*DescribeTemplateAttributeResponse) SetBody

func (s *DescribeTemplateAttributeResponse) SetBody(v []*DescribeTemplateAttributeResponseBody) *DescribeTemplateAttributeResponse

func (*DescribeTemplateAttributeResponse) SetHeaders

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

func (*DescribeTemplateAttributeResponse) SetStatusCode added in v3.0.13

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

func (DescribeTemplateAttributeResponse) String

func (s DescribeTemplateAttributeResponse) String() string

type DescribeTemplateAttributeResponseBody

type DescribeTemplateAttributeResponseBody struct {
	Id                 *string `json:"id,omitempty" xml:"id,omitempty"`
	Acl                *string `json:"acl,omitempty" xml:"acl,omitempty"`
	Name               *string `json:"name,omitempty" xml:"name,omitempty"`
	Template           *string `json:"template,omitempty" xml:"template,omitempty"`
	TemplateType       *string `json:"template_type,omitempty" xml:"template_type,omitempty"`
	Description        *string `json:"description,omitempty" xml:"description,omitempty"`
	Tags               *string `json:"tags,omitempty" xml:"tags,omitempty"`
	TemplateWithHistId *string `json:"template_with_hist_id,omitempty" xml:"template_with_hist_id,omitempty"`
	Created            *string `json:"created,omitempty" xml:"created,omitempty"`
	Updated            *string `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeTemplateAttributeResponseBody) GoString

func (s DescribeTemplateAttributeResponseBody) GoString() string

func (*DescribeTemplateAttributeResponseBody) SetAcl

func (s *DescribeTemplateAttributeResponseBody) SetAcl(v string) *DescribeTemplateAttributeResponseBody

func (*DescribeTemplateAttributeResponseBody) SetCreated

func (s *DescribeTemplateAttributeResponseBody) SetCreated(v string) *DescribeTemplateAttributeResponseBody

func (*DescribeTemplateAttributeResponseBody) SetDescription

func (s *DescribeTemplateAttributeResponseBody) SetDescription(v string) *DescribeTemplateAttributeResponseBody

func (*DescribeTemplateAttributeResponseBody) SetId

func (s *DescribeTemplateAttributeResponseBody) SetId(v string) *DescribeTemplateAttributeResponseBody

func (*DescribeTemplateAttributeResponseBody) SetName

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

func (*DescribeTemplateAttributeResponseBody) SetTags

func (s *DescribeTemplateAttributeResponseBody) SetTags(v string) *DescribeTemplateAttributeResponseBody

func (*DescribeTemplateAttributeResponseBody) SetTemplate

func (s *DescribeTemplateAttributeResponseBody) SetTemplate(v string) *DescribeTemplateAttributeResponseBody

func (*DescribeTemplateAttributeResponseBody) SetTemplateType

func (s *DescribeTemplateAttributeResponseBody) SetTemplateType(v string) *DescribeTemplateAttributeResponseBody

func (*DescribeTemplateAttributeResponseBody) SetTemplateWithHistId

func (s *DescribeTemplateAttributeResponseBody) SetTemplateWithHistId(v string) *DescribeTemplateAttributeResponseBody

func (*DescribeTemplateAttributeResponseBody) SetUpdated

func (s *DescribeTemplateAttributeResponseBody) SetUpdated(v string) *DescribeTemplateAttributeResponseBody

func (DescribeTemplateAttributeResponseBody) String

func (s DescribeTemplateAttributeResponseBody) String() string

type DescribeTemplatesRequest

type DescribeTemplatesRequest struct {
	PageNum      *int64  `json:"page_num,omitempty" xml:"page_num,omitempty"`
	PageSize     *int64  `json:"page_size,omitempty" xml:"page_size,omitempty"`
	TemplateType *string `json:"template_type,omitempty" xml:"template_type,omitempty"`
}

func (DescribeTemplatesRequest) GoString

func (s DescribeTemplatesRequest) GoString() string

func (*DescribeTemplatesRequest) SetPageNum

func (s *DescribeTemplatesRequest) SetPageNum(v int64) *DescribeTemplatesRequest

func (*DescribeTemplatesRequest) SetPageSize

func (s *DescribeTemplatesRequest) SetPageSize(v int64) *DescribeTemplatesRequest

func (*DescribeTemplatesRequest) SetTemplateType

func (s *DescribeTemplatesRequest) SetTemplateType(v string) *DescribeTemplatesRequest

func (DescribeTemplatesRequest) String

func (s DescribeTemplatesRequest) String() string

type DescribeTemplatesResponse

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

func (DescribeTemplatesResponse) GoString

func (s DescribeTemplatesResponse) GoString() string

func (*DescribeTemplatesResponse) SetBody

func (s *DescribeTemplatesResponse) SetBody(v *DescribeTemplatesResponseBody) *DescribeTemplatesResponse

func (*DescribeTemplatesResponse) SetHeaders

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

func (*DescribeTemplatesResponse) SetStatusCode added in v3.0.13

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

func (DescribeTemplatesResponse) String

func (s DescribeTemplatesResponse) String() string

type DescribeTemplatesResponseBody

type DescribeTemplatesResponseBody struct {
	// The pagination details.
	PageInfo *DescribeTemplatesResponseBodyPageInfo `json:"page_info,omitempty" xml:"page_info,omitempty" type:"Struct"`
	// The list of the templates returned .
	Templates []*DescribeTemplatesResponseBodyTemplates `json:"templates,omitempty" xml:"templates,omitempty" type:"Repeated"`
}

func (DescribeTemplatesResponseBody) GoString

func (s DescribeTemplatesResponseBody) GoString() string

func (*DescribeTemplatesResponseBody) SetPageInfo

func (s *DescribeTemplatesResponseBody) SetPageInfo(v *DescribeTemplatesResponseBodyPageInfo) *DescribeTemplatesResponseBody

func (*DescribeTemplatesResponseBody) SetTemplates

func (s *DescribeTemplatesResponseBody) SetTemplates(v []*DescribeTemplatesResponseBodyTemplates) *DescribeTemplatesResponseBody

func (DescribeTemplatesResponseBody) String

func (s DescribeTemplatesResponseBody) String() string

type DescribeTemplatesResponseBodyPageInfo

type DescribeTemplatesResponseBodyPageInfo struct {
	// The page number of the returned page.
	PageNumber *int64 `json:"page_number,omitempty" xml:"page_number,omitempty"`
	// The maximum number of entries returned per page.
	PageSize *int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// The total number of entries returned.
	TotalCount *int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

func (DescribeTemplatesResponseBodyPageInfo) GoString

func (s DescribeTemplatesResponseBodyPageInfo) GoString() string

func (*DescribeTemplatesResponseBodyPageInfo) SetPageNumber

func (s *DescribeTemplatesResponseBodyPageInfo) SetPageNumber(v int64) *DescribeTemplatesResponseBodyPageInfo

func (*DescribeTemplatesResponseBodyPageInfo) SetPageSize

func (s *DescribeTemplatesResponseBodyPageInfo) SetPageSize(v int64) *DescribeTemplatesResponseBodyPageInfo

func (*DescribeTemplatesResponseBodyPageInfo) SetTotalCount

func (s *DescribeTemplatesResponseBodyPageInfo) SetTotalCount(v int64) *DescribeTemplatesResponseBodyPageInfo

func (DescribeTemplatesResponseBodyPageInfo) String

func (s DescribeTemplatesResponseBodyPageInfo) String() string

type DescribeTemplatesResponseBodyTemplates

type DescribeTemplatesResponseBodyTemplates struct {
	// The access control policy of the template. Valid values:
	//
	// *   `private`: The template is private.
	// *   `public`: The template is public.
	// *   `shared`: The template can be shared.
	//
	// Default value: `private`.
	Acl *string `json:"acl,omitempty" xml:"acl,omitempty"`
	// The time when the template was created.
	Created *string `json:"created,omitempty" xml:"created,omitempty"`
	// The description of the template.
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	// The ID of the template.
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
	// The name of the template.
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
	// The tag of the template. By default, the value is the name of the template.
	Tags *string `json:"tags,omitempty" xml:"tags,omitempty"`
	// The template content in YAML format.
	Template *string `json:"template,omitempty" xml:"template,omitempty"`
	// The type of the template. The value can be a custom value.
	//
	// *   If the value is `kubernetes`, it indicates that the template is displayed on the Templates page in the ACK console.
	// *   If the value is `compose`, it indicates that the template is displayed on the Container Service - Swarm page in the console. However, Container Service for Swarm is deprecated.
	TemplateType *string `json:"template_type,omitempty" xml:"template_type,omitempty"`
	// The ID of the parent template. The value of `template_with_hist_id` is the same for each template version. This allows you to manage different template versions.
	TemplateWithHistId *string `json:"template_with_hist_id,omitempty" xml:"template_with_hist_id,omitempty"`
	// The time when the template was updated.
	Updated *string `json:"updated,omitempty" xml:"updated,omitempty"`
}

func (DescribeTemplatesResponseBodyTemplates) GoString

func (s DescribeTemplatesResponseBodyTemplates) GoString() string

func (*DescribeTemplatesResponseBodyTemplates) SetAcl

func (s *DescribeTemplatesResponseBodyTemplates) SetAcl(v string) *DescribeTemplatesResponseBodyTemplates

func (*DescribeTemplatesResponseBodyTemplates) SetCreated

func (s *DescribeTemplatesResponseBodyTemplates) SetCreated(v string) *DescribeTemplatesResponseBodyTemplates

func (*DescribeTemplatesResponseBodyTemplates) SetDescription

func (s *DescribeTemplatesResponseBodyTemplates) SetDescription(v string) *DescribeTemplatesResponseBodyTemplates

func (*DescribeTemplatesResponseBodyTemplates) SetId

func (s *DescribeTemplatesResponseBodyTemplates) SetId(v string) *DescribeTemplatesResponseBodyTemplates

func (*DescribeTemplatesResponseBodyTemplates) SetName

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

func (*DescribeTemplatesResponseBodyTemplates) SetTags

func (s *DescribeTemplatesResponseBodyTemplates) SetTags(v string) *DescribeTemplatesResponseBodyTemplates

func (*DescribeTemplatesResponseBodyTemplates) SetTemplate

func (s *DescribeTemplatesResponseBodyTemplates) SetTemplate(v string) *DescribeTemplatesResponseBodyTemplates

func (*DescribeTemplatesResponseBodyTemplates) SetTemplateType

func (s *DescribeTemplatesResponseBodyTemplates) SetTemplateType(v string) *DescribeTemplatesResponseBodyTemplates

func (*DescribeTemplatesResponseBodyTemplates) SetTemplateWithHistId

func (s *DescribeTemplatesResponseBodyTemplates) SetTemplateWithHistId(v string) *DescribeTemplatesResponseBodyTemplates

func (*DescribeTemplatesResponseBodyTemplates) SetUpdated

func (s *DescribeTemplatesResponseBodyTemplates) SetUpdated(v string) *DescribeTemplatesResponseBodyTemplates

func (DescribeTemplatesResponseBodyTemplates) String

func (s DescribeTemplatesResponseBodyTemplates) String() string

type DescribeTriggerRequest

type DescribeTriggerRequest struct {
	Name      *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	Type      *string `json:"Type,omitempty" xml:"Type,omitempty"`
	Action    *string `json:"action,omitempty" xml:"action,omitempty"`
}

func (DescribeTriggerRequest) GoString

func (s DescribeTriggerRequest) GoString() string

func (*DescribeTriggerRequest) SetAction

func (s *DescribeTriggerRequest) SetAction(v string) *DescribeTriggerRequest

func (*DescribeTriggerRequest) SetName

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

func (*DescribeTriggerRequest) SetNamespace

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

func (*DescribeTriggerRequest) SetType

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

func (DescribeTriggerRequest) String

func (s DescribeTriggerRequest) String() string

type DescribeTriggerResponse

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

func (DescribeTriggerResponse) GoString

func (s DescribeTriggerResponse) GoString() string

func (*DescribeTriggerResponse) SetBody

func (s *DescribeTriggerResponse) SetBody(v []*DescribeTriggerResponseBody) *DescribeTriggerResponse

func (*DescribeTriggerResponse) SetHeaders

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

func (*DescribeTriggerResponse) SetStatusCode added in v3.0.13

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

func (DescribeTriggerResponse) String

func (s DescribeTriggerResponse) String() string

type DescribeTriggerResponseBody

type DescribeTriggerResponseBody struct {
	Id        *string `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	ProjectId *string `json:"project_id,omitempty" xml:"project_id,omitempty"`
	Type      *string `json:"type,omitempty" xml:"type,omitempty"`
	Action    *string `json:"action,omitempty" xml:"action,omitempty"`
	Token     *string `json:"token,omitempty" xml:"token,omitempty"`
}

func (DescribeTriggerResponseBody) GoString

func (s DescribeTriggerResponseBody) GoString() string

func (*DescribeTriggerResponseBody) SetAction

func (s *DescribeTriggerResponseBody) SetAction(v string) *DescribeTriggerResponseBody

func (*DescribeTriggerResponseBody) SetClusterId

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

func (*DescribeTriggerResponseBody) SetId

func (s *DescribeTriggerResponseBody) SetId(v string) *DescribeTriggerResponseBody

func (*DescribeTriggerResponseBody) SetName

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

func (*DescribeTriggerResponseBody) SetProjectId

func (s *DescribeTriggerResponseBody) SetProjectId(v string) *DescribeTriggerResponseBody

func (*DescribeTriggerResponseBody) SetToken

func (s *DescribeTriggerResponseBody) SetToken(v string) *DescribeTriggerResponseBody

func (*DescribeTriggerResponseBody) SetType

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

func (DescribeTriggerResponseBody) String

func (s DescribeTriggerResponseBody) String() string

type DescribeUserClusterNamespacesResponse added in v3.0.39

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

func (DescribeUserClusterNamespacesResponse) GoString added in v3.0.39

func (s DescribeUserClusterNamespacesResponse) GoString() string

func (*DescribeUserClusterNamespacesResponse) SetBody added in v3.0.39

func (s *DescribeUserClusterNamespacesResponse) SetBody(v []*string) *DescribeUserClusterNamespacesResponse

func (*DescribeUserClusterNamespacesResponse) SetHeaders added in v3.0.39

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

func (*DescribeUserClusterNamespacesResponse) SetStatusCode added in v3.0.39

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

func (DescribeUserClusterNamespacesResponse) String added in v3.0.39

func (s DescribeUserClusterNamespacesResponse) String() string

type DescribeUserPermissionResponse

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

func (DescribeUserPermissionResponse) GoString

func (s DescribeUserPermissionResponse) GoString() string

func (*DescribeUserPermissionResponse) SetBody

func (s *DescribeUserPermissionResponse) SetBody(v []*DescribeUserPermissionResponseBody) *DescribeUserPermissionResponse

func (*DescribeUserPermissionResponse) SetHeaders

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

func (*DescribeUserPermissionResponse) SetStatusCode added in v3.0.13

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

func (DescribeUserPermissionResponse) String

func (s DescribeUserPermissionResponse) String() string

type DescribeUserPermissionResponseBody

type DescribeUserPermissionResponseBody struct {
	ResourceId   *string `json:"resource_id,omitempty" xml:"resource_id,omitempty"`
	ResourceType *string `json:"resource_type,omitempty" xml:"resource_type,omitempty"`
	RoleName     *string `json:"role_name,omitempty" xml:"role_name,omitempty"`
	RoleType     *string `json:"role_type,omitempty" xml:"role_type,omitempty"`
	IsOwner      *int64  `json:"is_owner,omitempty" xml:"is_owner,omitempty"`
	IsRamRole    *int64  `json:"is_ram_role,omitempty" xml:"is_ram_role,omitempty"`
}

func (DescribeUserPermissionResponseBody) GoString

func (s DescribeUserPermissionResponseBody) GoString() string

func (*DescribeUserPermissionResponseBody) SetIsOwner

func (s *DescribeUserPermissionResponseBody) SetIsOwner(v int64) *DescribeUserPermissionResponseBody

func (*DescribeUserPermissionResponseBody) SetIsRamRole

func (s *DescribeUserPermissionResponseBody) SetIsRamRole(v int64) *DescribeUserPermissionResponseBody

func (*DescribeUserPermissionResponseBody) SetResourceId

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

func (*DescribeUserPermissionResponseBody) SetResourceType

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

func (*DescribeUserPermissionResponseBody) SetRoleName

func (s *DescribeUserPermissionResponseBody) SetRoleName(v string) *DescribeUserPermissionResponseBody

func (*DescribeUserPermissionResponseBody) SetRoleType

func (s *DescribeUserPermissionResponseBody) SetRoleType(v string) *DescribeUserPermissionResponseBody

func (DescribeUserPermissionResponseBody) String

func (s DescribeUserPermissionResponseBody) String() string

type DescribeUserQuotaResponse

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

func (DescribeUserQuotaResponse) GoString

func (s DescribeUserQuotaResponse) GoString() string

func (*DescribeUserQuotaResponse) SetBody

func (s *DescribeUserQuotaResponse) SetBody(v *DescribeUserQuotaResponseBody) *DescribeUserQuotaResponse

func (*DescribeUserQuotaResponse) SetHeaders

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

func (*DescribeUserQuotaResponse) SetStatusCode added in v3.0.13

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

func (DescribeUserQuotaResponse) String

func (s DescribeUserQuotaResponse) String() string

type DescribeUserQuotaResponseBody

type DescribeUserQuotaResponseBody struct {
	// The quota of Container Service for Kubernetes (ACK) managed clusters. Default value: 20. To increase the quota, [go to the Quota Center page to submit a ticket](https://quotas.console.aliyun.com/products/csk/quotas).
	AmkClusterQuota *int64 `json:"amk_cluster_quota,omitempty" xml:"amk_cluster_quota,omitempty"`
	// The quota of serverless Kubernetes (ASK) clusters. Default value: 20. To increase the quota, [go to the Quota Center page to submit a ticket](https://quotas.console.aliyun.com/products/csk/quotas).
	AskClusterQuota *int64 `json:"ask_cluster_quota,omitempty" xml:"ask_cluster_quota,omitempty"`
	// The quota of node pools in an ACK cluster. Default value: 20. To increase the quota, [go to the Quota Center page to submit a ticket](https://quotas.console.aliyun.com/products/csk/quotas).
	ClusterNodepoolQuota *int64 `json:"cluster_nodepool_quota,omitempty" xml:"cluster_nodepool_quota,omitempty"`
	// The quota of clusters within an Alibaba Cloud account. Default value: 50. To increase the quota, [go to the Quota Center page to submit a ticket](https://quotas.console.aliyun.com/products/csk/quotas).
	ClusterQuota *int64 `json:"cluster_quota,omitempty" xml:"cluster_quota,omitempty"`
	// The quota of enhanced edge node pools.
	EdgeImprovedNodepoolQuota *DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota `json:"edge_improved_nodepool_quota,omitempty" xml:"edge_improved_nodepool_quota,omitempty" type:"Struct"`
	// The quota of nodes in an ACK cluster. Default value: 100. To increase the quota, [go to the Quota Center page to submit a ticket](https://quotas.console.aliyun.com/products/csk/quotas).
	NodeQuota *int64                  `json:"node_quota,omitempty" xml:"node_quota,omitempty"`
	Quotas    map[string]*QuotasValue `json:"quotas,omitempty" xml:"quotas,omitempty"`
}

func (DescribeUserQuotaResponseBody) GoString

func (s DescribeUserQuotaResponseBody) GoString() string

func (*DescribeUserQuotaResponseBody) SetAmkClusterQuota

func (s *DescribeUserQuotaResponseBody) SetAmkClusterQuota(v int64) *DescribeUserQuotaResponseBody

func (*DescribeUserQuotaResponseBody) SetAskClusterQuota

func (s *DescribeUserQuotaResponseBody) SetAskClusterQuota(v int64) *DescribeUserQuotaResponseBody

func (*DescribeUserQuotaResponseBody) SetClusterNodepoolQuota

func (s *DescribeUserQuotaResponseBody) SetClusterNodepoolQuota(v int64) *DescribeUserQuotaResponseBody

func (*DescribeUserQuotaResponseBody) SetClusterQuota

func (s *DescribeUserQuotaResponseBody) SetClusterQuota(v int64) *DescribeUserQuotaResponseBody

func (*DescribeUserQuotaResponseBody) SetEdgeImprovedNodepoolQuota added in v3.0.23

func (s *DescribeUserQuotaResponseBody) SetEdgeImprovedNodepoolQuota(v *DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota) *DescribeUserQuotaResponseBody

func (*DescribeUserQuotaResponseBody) SetNodeQuota

func (s *DescribeUserQuotaResponseBody) SetNodeQuota(v int64) *DescribeUserQuotaResponseBody

func (*DescribeUserQuotaResponseBody) SetQuotas added in v3.0.32

func (s *DescribeUserQuotaResponseBody) SetQuotas(v map[string]*QuotasValue) *DescribeUserQuotaResponseBody

func (DescribeUserQuotaResponseBody) String

func (s DescribeUserQuotaResponseBody) String() string

type DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota added in v3.0.23

type DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota struct {
	// The maximum bandwidth of each enhanced node pool. Unit: Mbit/s.
	Bandwidth *int32 `json:"bandwidth,omitempty" xml:"bandwidth,omitempty"`
	// The quota of enhanced edge node pools within an Alibaba Cloud account.
	Count *int32 `json:"count,omitempty" xml:"count,omitempty"`
	// The maximum subscription duration of an enhanced edge node pool. Unit: months.
	//
	// >  Enhanced node pools use the pay-as-you-go billing method. Therefore, this parameter is not required.
	Period *int32 `json:"period,omitempty" xml:"period,omitempty"`
}

func (DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota) GoString added in v3.0.23

func (s DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota) GoString() string

func (*DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota) SetBandwidth added in v3.0.23

func (s *DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota) SetBandwidth(v int32) *DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota

func (*DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota) SetCount added in v3.0.23

func (s *DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota) SetCount(v int32) *DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota

func (*DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota) SetPeriod added in v3.0.23

func (s *DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota) SetPeriod(v int32) *DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota

func (DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota) String added in v3.0.23

func (s DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota) String() string

type DescribeWorkflowsResponse

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

func (DescribeWorkflowsResponse) GoString

func (s DescribeWorkflowsResponse) GoString() string

func (*DescribeWorkflowsResponse) SetBody

func (s *DescribeWorkflowsResponse) SetBody(v *DescribeWorkflowsResponseBody) *DescribeWorkflowsResponse

func (*DescribeWorkflowsResponse) SetHeaders

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

func (*DescribeWorkflowsResponse) SetStatusCode added in v3.0.13

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

func (DescribeWorkflowsResponse) String

func (s DescribeWorkflowsResponse) String() string

type DescribeWorkflowsResponseBody

type DescribeWorkflowsResponseBody struct {
	// The list of the jobs.
	Jobs []*DescribeWorkflowsResponseBodyJobs `json:"jobs,omitempty" xml:"jobs,omitempty" type:"Repeated"`
}

func (DescribeWorkflowsResponseBody) GoString

func (s DescribeWorkflowsResponseBody) GoString() string

func (*DescribeWorkflowsResponseBody) SetJobs

func (s *DescribeWorkflowsResponseBody) SetJobs(v []*DescribeWorkflowsResponseBodyJobs) *DescribeWorkflowsResponseBody

func (DescribeWorkflowsResponseBody) String

func (s DescribeWorkflowsResponseBody) String() string

type DescribeWorkflowsResponseBodyJobs

type DescribeWorkflowsResponseBodyJobs struct {
	// The ID of the ACK cluster.
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	// The time when the workflow was created.
	CreateTime *string `json:"create_time,omitempty" xml:"create_time,omitempty"`
	// The name of the workflow.
	JobName *string `json:"job_name,omitempty" xml:"job_name,omitempty"`
}

func (DescribeWorkflowsResponseBodyJobs) GoString

func (s DescribeWorkflowsResponseBodyJobs) GoString() string

func (*DescribeWorkflowsResponseBodyJobs) SetClusterId

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

func (*DescribeWorkflowsResponseBodyJobs) SetCreateTime

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

func (*DescribeWorkflowsResponseBodyJobs) SetJobName

func (s *DescribeWorkflowsResponseBodyJobs) SetJobName(v string) *DescribeWorkflowsResponseBodyJobs

func (DescribeWorkflowsResponseBodyJobs) String

func (s DescribeWorkflowsResponseBodyJobs) String() string

type EdgeClusterAddEdgeMachineRequest

type EdgeClusterAddEdgeMachineRequest struct {
	Expired    *int64  `json:"expired,omitempty" xml:"expired,omitempty"`
	NodepoolId *string `json:"nodepool_id,omitempty" xml:"nodepool_id,omitempty"`
	Options    *string `json:"options,omitempty" xml:"options,omitempty"`
}

func (EdgeClusterAddEdgeMachineRequest) GoString

func (s EdgeClusterAddEdgeMachineRequest) GoString() string

func (*EdgeClusterAddEdgeMachineRequest) SetExpired

func (s *EdgeClusterAddEdgeMachineRequest) SetExpired(v int64) *EdgeClusterAddEdgeMachineRequest

func (*EdgeClusterAddEdgeMachineRequest) SetNodepoolId

func (s *EdgeClusterAddEdgeMachineRequest) SetNodepoolId(v string) *EdgeClusterAddEdgeMachineRequest

func (*EdgeClusterAddEdgeMachineRequest) SetOptions

func (s *EdgeClusterAddEdgeMachineRequest) SetOptions(v string) *EdgeClusterAddEdgeMachineRequest

func (EdgeClusterAddEdgeMachineRequest) String

func (s EdgeClusterAddEdgeMachineRequest) String() string

type EdgeClusterAddEdgeMachineResponse

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

func (EdgeClusterAddEdgeMachineResponse) GoString

func (s EdgeClusterAddEdgeMachineResponse) GoString() string

func (*EdgeClusterAddEdgeMachineResponse) SetBody

func (s *EdgeClusterAddEdgeMachineResponse) SetBody(v *EdgeClusterAddEdgeMachineResponseBody) *EdgeClusterAddEdgeMachineResponse

func (*EdgeClusterAddEdgeMachineResponse) SetHeaders

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

func (*EdgeClusterAddEdgeMachineResponse) SetStatusCode added in v3.0.13

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

func (EdgeClusterAddEdgeMachineResponse) String

func (s EdgeClusterAddEdgeMachineResponse) String() string

type EdgeClusterAddEdgeMachineResponseBody

type EdgeClusterAddEdgeMachineResponseBody struct {
	// The ID of the cloud-native box.
	EdgeMachineId *string `json:"edge_machine_id,omitempty" xml:"edge_machine_id,omitempty"`
	// The ID of the request.
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
}

func (EdgeClusterAddEdgeMachineResponseBody) GoString

func (s EdgeClusterAddEdgeMachineResponseBody) GoString() string

func (*EdgeClusterAddEdgeMachineResponseBody) SetEdgeMachineId

func (s *EdgeClusterAddEdgeMachineResponseBody) SetEdgeMachineId(v string) *EdgeClusterAddEdgeMachineResponseBody

func (*EdgeClusterAddEdgeMachineResponseBody) SetRequestId

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

func (EdgeClusterAddEdgeMachineResponseBody) String

func (s EdgeClusterAddEdgeMachineResponseBody) String() string

type FixNodePoolVulsRequest added in v3.0.13

type FixNodePoolVulsRequest struct {
	Nodes         []*string                            `json:"nodes,omitempty" xml:"nodes,omitempty" type:"Repeated"`
	RolloutPolicy *FixNodePoolVulsRequestRolloutPolicy `json:"rollout_policy,omitempty" xml:"rollout_policy,omitempty" type:"Struct"`
	Vuls          []*string                            `json:"vuls,omitempty" xml:"vuls,omitempty" type:"Repeated"`
}

func (FixNodePoolVulsRequest) GoString added in v3.0.13

func (s FixNodePoolVulsRequest) GoString() string

func (*FixNodePoolVulsRequest) SetNodes added in v3.0.13

func (s *FixNodePoolVulsRequest) SetNodes(v []*string) *FixNodePoolVulsRequest

func (*FixNodePoolVulsRequest) SetRolloutPolicy added in v3.0.13

func (s *FixNodePoolVulsRequest) SetRolloutPolicy(v *FixNodePoolVulsRequestRolloutPolicy) *FixNodePoolVulsRequest

func (*FixNodePoolVulsRequest) SetVuls added in v3.0.29

func (s *FixNodePoolVulsRequest) SetVuls(v []*string) *FixNodePoolVulsRequest

func (FixNodePoolVulsRequest) String added in v3.0.13

func (s FixNodePoolVulsRequest) String() string

type FixNodePoolVulsRequestRolloutPolicy added in v3.0.13

type FixNodePoolVulsRequestRolloutPolicy struct {
	MaxParallelism *int64 `json:"max_parallelism,omitempty" xml:"max_parallelism,omitempty"`
}

func (FixNodePoolVulsRequestRolloutPolicy) GoString added in v3.0.13

func (s FixNodePoolVulsRequestRolloutPolicy) GoString() string

func (*FixNodePoolVulsRequestRolloutPolicy) SetMaxParallelism added in v3.0.13

func (s *FixNodePoolVulsRequestRolloutPolicy) SetMaxParallelism(v int64) *FixNodePoolVulsRequestRolloutPolicy

func (FixNodePoolVulsRequestRolloutPolicy) String added in v3.0.13

func (s FixNodePoolVulsRequestRolloutPolicy) String() string

type FixNodePoolVulsResponse added in v3.0.13

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

func (FixNodePoolVulsResponse) GoString added in v3.0.13

func (s FixNodePoolVulsResponse) GoString() string

func (*FixNodePoolVulsResponse) SetBody added in v3.0.13

func (s *FixNodePoolVulsResponse) SetBody(v *FixNodePoolVulsResponseBody) *FixNodePoolVulsResponse

func (*FixNodePoolVulsResponse) SetHeaders added in v3.0.13

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

func (*FixNodePoolVulsResponse) SetStatusCode added in v3.0.13

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

func (FixNodePoolVulsResponse) String added in v3.0.13

func (s FixNodePoolVulsResponse) String() string

type FixNodePoolVulsResponseBody added in v3.0.13

type FixNodePoolVulsResponseBody struct {
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (FixNodePoolVulsResponseBody) GoString added in v3.0.13

func (s FixNodePoolVulsResponseBody) GoString() string

func (*FixNodePoolVulsResponseBody) SetTaskId added in v3.0.13

func (s *FixNodePoolVulsResponseBody) SetTaskId(v string) *FixNodePoolVulsResponseBody

func (FixNodePoolVulsResponseBody) String added in v3.0.13

func (s FixNodePoolVulsResponseBody) String() string

type GetKubernetesTriggerRequest

type GetKubernetesTriggerRequest struct {
	Name      *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	Type      *string `json:"Type,omitempty" xml:"Type,omitempty"`
	Action    *string `json:"action,omitempty" xml:"action,omitempty"`
}

func (GetKubernetesTriggerRequest) GoString

func (s GetKubernetesTriggerRequest) GoString() string

func (*GetKubernetesTriggerRequest) SetAction

func (s *GetKubernetesTriggerRequest) SetAction(v string) *GetKubernetesTriggerRequest

func (*GetKubernetesTriggerRequest) SetName

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

func (*GetKubernetesTriggerRequest) SetNamespace

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

func (*GetKubernetesTriggerRequest) SetType

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

func (GetKubernetesTriggerRequest) String

func (s GetKubernetesTriggerRequest) String() string

type GetKubernetesTriggerResponse

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

func (GetKubernetesTriggerResponse) GoString

func (s GetKubernetesTriggerResponse) GoString() string

func (*GetKubernetesTriggerResponse) SetBody

func (s *GetKubernetesTriggerResponse) SetBody(v []*GetKubernetesTriggerResponseBody) *GetKubernetesTriggerResponse

func (*GetKubernetesTriggerResponse) SetHeaders

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

func (*GetKubernetesTriggerResponse) SetStatusCode added in v3.0.13

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

func (GetKubernetesTriggerResponse) String

func (s GetKubernetesTriggerResponse) String() string

type GetKubernetesTriggerResponseBody

type GetKubernetesTriggerResponseBody struct {
	Id        *string `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	ProjectId *string `json:"project_id,omitempty" xml:"project_id,omitempty"`
	Type      *string `json:"type,omitempty" xml:"type,omitempty"`
	Action    *string `json:"action,omitempty" xml:"action,omitempty"`
	// Token
	Token *string `json:"token,omitempty" xml:"token,omitempty"`
}

func (GetKubernetesTriggerResponseBody) GoString

func (s GetKubernetesTriggerResponseBody) GoString() string

func (*GetKubernetesTriggerResponseBody) SetAction

func (s *GetKubernetesTriggerResponseBody) SetAction(v string) *GetKubernetesTriggerResponseBody

func (*GetKubernetesTriggerResponseBody) SetClusterId

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

func (*GetKubernetesTriggerResponseBody) SetId

func (s *GetKubernetesTriggerResponseBody) SetId(v string) *GetKubernetesTriggerResponseBody

func (*GetKubernetesTriggerResponseBody) SetName

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

func (*GetKubernetesTriggerResponseBody) SetProjectId

func (s *GetKubernetesTriggerResponseBody) SetProjectId(v string) *GetKubernetesTriggerResponseBody

func (*GetKubernetesTriggerResponseBody) SetToken

func (s *GetKubernetesTriggerResponseBody) SetToken(v string) *GetKubernetesTriggerResponseBody

func (*GetKubernetesTriggerResponseBody) SetType

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

func (GetKubernetesTriggerResponseBody) String

func (s GetKubernetesTriggerResponseBody) String() string

type GetUpgradeStatusResponse

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

func (GetUpgradeStatusResponse) GoString

func (s GetUpgradeStatusResponse) GoString() string

func (*GetUpgradeStatusResponse) SetBody

func (s *GetUpgradeStatusResponse) SetBody(v *GetUpgradeStatusResponseBody) *GetUpgradeStatusResponse

func (*GetUpgradeStatusResponse) SetHeaders

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

func (*GetUpgradeStatusResponse) SetStatusCode added in v3.0.13

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

func (GetUpgradeStatusResponse) String

func (s GetUpgradeStatusResponse) String() string

type GetUpgradeStatusResponseBody

type GetUpgradeStatusResponseBody struct {
	// The error message returned during the update.
	ErrorMessage *string `json:"error_message,omitempty" xml:"error_message,omitempty"`
	// The ID of the precheck report.
	PrecheckReportId *string `json:"precheck_report_id,omitempty" xml:"precheck_report_id,omitempty"`
	// The status of the update. Valid values:
	//
	// *   `success`: The update is successful.
	// *   `fail`: The update failed.
	// *   `pause`: The update is paused.
	// *   `running`: The update is in progress.
	Status *string `json:"status,omitempty" xml:"status,omitempty"`
	// The current phase of the update. Valid values:
	//
	// *   `not_start`: The update is not started.
	// *   `prechecking`: The precheck is in progress.
	// *   `upgrading`: The update is in progress.
	// *   `pause`: The update is paused.
	// *   `success`: The update is successful.
	UpgradeStep *string `json:"upgrade_step,omitempty" xml:"upgrade_step,omitempty"`
	// The details of the update task.
	UpgradeTask *GetUpgradeStatusResponseBodyUpgradeTask `json:"upgrade_task,omitempty" xml:"upgrade_task,omitempty" type:"Struct"`
}

func (GetUpgradeStatusResponseBody) GoString

func (s GetUpgradeStatusResponseBody) GoString() string

func (*GetUpgradeStatusResponseBody) SetErrorMessage

func (s *GetUpgradeStatusResponseBody) SetErrorMessage(v string) *GetUpgradeStatusResponseBody

func (*GetUpgradeStatusResponseBody) SetPrecheckReportId

func (s *GetUpgradeStatusResponseBody) SetPrecheckReportId(v string) *GetUpgradeStatusResponseBody

func (*GetUpgradeStatusResponseBody) SetStatus

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

func (*GetUpgradeStatusResponseBody) SetUpgradeStep

func (s *GetUpgradeStatusResponseBody) SetUpgradeStep(v string) *GetUpgradeStatusResponseBody

func (*GetUpgradeStatusResponseBody) SetUpgradeTask

func (s *GetUpgradeStatusResponseBody) SetUpgradeTask(v *GetUpgradeStatusResponseBodyUpgradeTask) *GetUpgradeStatusResponseBody

func (GetUpgradeStatusResponseBody) String

func (s GetUpgradeStatusResponseBody) String() string

type GetUpgradeStatusResponseBodyUpgradeTask

type GetUpgradeStatusResponseBodyUpgradeTask struct {
	// The description of the update task.
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
	// The status of the update task. Valid values:
	//
	// *   `running`: The update task is being executed.
	// *   `Success`: The update task is successfully executed.
	// *   `Failed`: The update task failed.
	Status *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (GetUpgradeStatusResponseBodyUpgradeTask) GoString

func (s GetUpgradeStatusResponseBodyUpgradeTask) GoString() string

func (*GetUpgradeStatusResponseBodyUpgradeTask) SetMessage

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

func (*GetUpgradeStatusResponseBodyUpgradeTask) SetStatus

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

func (GetUpgradeStatusResponseBodyUpgradeTask) String

func (s GetUpgradeStatusResponseBodyUpgradeTask) String() string

type GrantPermissionsRequest

type GrantPermissionsRequest struct {
	Body []*GrantPermissionsRequestBody `json:"body,omitempty" xml:"body,omitempty" type:"Repeated"`
}

func (GrantPermissionsRequest) GoString

func (s GrantPermissionsRequest) GoString() string

func (*GrantPermissionsRequest) SetBody

func (s *GrantPermissionsRequest) SetBody(v []*GrantPermissionsRequestBody) *GrantPermissionsRequest

func (GrantPermissionsRequest) String

func (s GrantPermissionsRequest) String() string

type GrantPermissionsRequestBody

type GrantPermissionsRequestBody struct {
	Cluster   *string `json:"cluster,omitempty" xml:"cluster,omitempty"`
	IsCustom  *bool   `json:"is_custom,omitempty" xml:"is_custom,omitempty"`
	IsRamRole *bool   `json:"is_ram_role,omitempty" xml:"is_ram_role,omitempty"`
	Namespace *string `json:"namespace,omitempty" xml:"namespace,omitempty"`
	RoleName  *string `json:"role_name,omitempty" xml:"role_name,omitempty"`
	RoleType  *string `json:"role_type,omitempty" xml:"role_type,omitempty"`
}

func (GrantPermissionsRequestBody) GoString

func (s GrantPermissionsRequestBody) GoString() string

func (*GrantPermissionsRequestBody) SetCluster

func (s *GrantPermissionsRequestBody) SetCluster(v string) *GrantPermissionsRequestBody

func (*GrantPermissionsRequestBody) SetIsCustom

func (s *GrantPermissionsRequestBody) SetIsCustom(v bool) *GrantPermissionsRequestBody

func (*GrantPermissionsRequestBody) SetIsRamRole

func (s *GrantPermissionsRequestBody) SetIsRamRole(v bool) *GrantPermissionsRequestBody

func (*GrantPermissionsRequestBody) SetNamespace

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

func (*GrantPermissionsRequestBody) SetRoleName

func (s *GrantPermissionsRequestBody) SetRoleName(v string) *GrantPermissionsRequestBody

func (*GrantPermissionsRequestBody) SetRoleType

func (s *GrantPermissionsRequestBody) SetRoleType(v string) *GrantPermissionsRequestBody

func (GrantPermissionsRequestBody) String

func (s GrantPermissionsRequestBody) String() string

type GrantPermissionsResponse

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

func (GrantPermissionsResponse) GoString

func (s GrantPermissionsResponse) GoString() string

func (*GrantPermissionsResponse) SetHeaders

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

func (*GrantPermissionsResponse) SetStatusCode added in v3.0.13

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

func (GrantPermissionsResponse) String

func (s GrantPermissionsResponse) String() string

type InstallClusterAddonsRequest

type InstallClusterAddonsRequest struct {
	Body []*InstallClusterAddonsRequestBody `json:"body,omitempty" xml:"body,omitempty" type:"Repeated"`
}

func (InstallClusterAddonsRequest) GoString

func (s InstallClusterAddonsRequest) GoString() string

func (*InstallClusterAddonsRequest) SetBody

func (s *InstallClusterAddonsRequest) SetBody(v []*InstallClusterAddonsRequestBody) *InstallClusterAddonsRequest

func (InstallClusterAddonsRequest) String

func (s InstallClusterAddonsRequest) String() string

type InstallClusterAddonsRequestBody

type InstallClusterAddonsRequestBody struct {
	Config  *string `json:"config,omitempty" xml:"config,omitempty"`
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	Version *string `json:"version,omitempty" xml:"version,omitempty"`
}

func (InstallClusterAddonsRequestBody) GoString

func (s InstallClusterAddonsRequestBody) GoString() string

func (*InstallClusterAddonsRequestBody) SetConfig

func (s *InstallClusterAddonsRequestBody) SetConfig(v string) *InstallClusterAddonsRequestBody

func (*InstallClusterAddonsRequestBody) SetName

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

func (*InstallClusterAddonsRequestBody) SetVersion

func (s *InstallClusterAddonsRequestBody) SetVersion(v string) *InstallClusterAddonsRequestBody

func (InstallClusterAddonsRequestBody) String

func (s InstallClusterAddonsRequestBody) String() string

type InstallClusterAddonsResponse

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

func (InstallClusterAddonsResponse) GoString

func (s InstallClusterAddonsResponse) GoString() string

func (*InstallClusterAddonsResponse) SetHeaders

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

func (*InstallClusterAddonsResponse) SetStatusCode added in v3.0.13

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

func (InstallClusterAddonsResponse) String

func (s InstallClusterAddonsResponse) String() string

type ListTagResourcesRequest

type ListTagResourcesRequest struct {
	NextToken    *string   `json:"next_token,omitempty" xml:"next_token,omitempty"`
	RegionId     *string   `json:"region_id,omitempty" xml:"region_id,omitempty"`
	ResourceIds  []*string `json:"resource_ids,omitempty" xml:"resource_ids,omitempty" type:"Repeated"`
	ResourceType *string   `json:"resource_type,omitempty" xml:"resource_type,omitempty"`
	Tags         []*Tag    `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
}

func (ListTagResourcesRequest) GoString

func (s ListTagResourcesRequest) GoString() string

func (*ListTagResourcesRequest) SetNextToken

func (s *ListTagResourcesRequest) SetNextToken(v string) *ListTagResourcesRequest

func (*ListTagResourcesRequest) SetRegionId

func (s *ListTagResourcesRequest) SetRegionId(v string) *ListTagResourcesRequest

func (*ListTagResourcesRequest) SetResourceIds

func (s *ListTagResourcesRequest) SetResourceIds(v []*string) *ListTagResourcesRequest

func (*ListTagResourcesRequest) SetResourceType

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

func (*ListTagResourcesRequest) SetTags

func (s *ListTagResourcesRequest) SetTags(v []*Tag) *ListTagResourcesRequest

func (ListTagResourcesRequest) String

func (s ListTagResourcesRequest) String() string

type ListTagResourcesResponse

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

func (ListTagResourcesResponse) GoString

func (s ListTagResourcesResponse) GoString() string

func (*ListTagResourcesResponse) SetBody

func (s *ListTagResourcesResponse) SetBody(v *ListTagResourcesResponseBody) *ListTagResourcesResponse

func (*ListTagResourcesResponse) SetHeaders

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

func (*ListTagResourcesResponse) SetStatusCode added in v3.0.13

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

func (ListTagResourcesResponse) String

func (s ListTagResourcesResponse) String() string

type ListTagResourcesResponseBody

type ListTagResourcesResponseBody struct {
	// The token that is used to start the next query.
	NextToken *string `json:"next_token,omitempty" xml:"next_token,omitempty"`
	// The ID of the request.
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// The details of the queried labels and resources.
	TagResources *ListTagResourcesResponseBodyTagResources `json:"tag_resources,omitempty" xml:"tag_resources,omitempty" type:"Struct"`
}

func (ListTagResourcesResponseBody) GoString

func (s ListTagResourcesResponseBody) GoString() string

func (*ListTagResourcesResponseBody) SetNextToken

func (s *ListTagResourcesResponseBody) SetNextToken(v string) *ListTagResourcesResponseBody

func (*ListTagResourcesResponseBody) SetRequestId

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

func (*ListTagResourcesResponseBody) SetTagResources

func (s *ListTagResourcesResponseBody) SetTagResources(v *ListTagResourcesResponseBodyTagResources) *ListTagResourcesResponseBody

func (ListTagResourcesResponseBody) String

func (s ListTagResourcesResponseBody) String() string

type ListTagResourcesResponseBodyTagResources

type ListTagResourcesResponseBodyTagResources struct {
	// The labels of the resource.
	TagResource []*ListTagResourcesResponseBodyTagResourcesTagResource `json:"tag_resource,omitempty" xml:"tag_resource,omitempty" type:"Repeated"`
}

func (ListTagResourcesResponseBodyTagResources) GoString

func (s ListTagResourcesResponseBodyTagResources) GoString() string

func (*ListTagResourcesResponseBodyTagResources) SetTagResource

func (s *ListTagResourcesResponseBodyTagResources) SetTagResource(v []*ListTagResourcesResponseBodyTagResourcesTagResource) *ListTagResourcesResponseBodyTagResources

func (ListTagResourcesResponseBodyTagResources) String

func (s ListTagResourcesResponseBodyTagResources) String() string

type ListTagResourcesResponseBodyTagResourcesTagResource

type ListTagResourcesResponseBodyTagResourcesTagResource struct {
	// The ID of the resource.
	ResourceId *string `json:"resource_id,omitempty" xml:"resource_id,omitempty"`
	// The type of the resource. For more information, see [Labels](~~110425~~).
	ResourceType *string `json:"resource_type,omitempty" xml:"resource_type,omitempty"`
	// The key of the label.
	TagKey *string `json:"tag_key,omitempty" xml:"tag_key,omitempty"`
	// The value of the label.
	TagValue *string `json:"tag_value,omitempty" xml:"tag_value,omitempty"`
}

func (ListTagResourcesResponseBodyTagResourcesTagResource) GoString

func (s ListTagResourcesResponseBodyTagResourcesTagResource) GoString() string

func (*ListTagResourcesResponseBodyTagResourcesTagResource) SetResourceId

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

func (*ListTagResourcesResponseBodyTagResourcesTagResource) SetResourceType

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

func (*ListTagResourcesResponseBodyTagResourcesTagResource) SetTagKey

func (s *ListTagResourcesResponseBodyTagResourcesTagResource) SetTagKey(v string) *ListTagResourcesResponseBodyTagResourcesTagResource

func (*ListTagResourcesResponseBodyTagResourcesTagResource) SetTagValue

func (s *ListTagResourcesResponseBodyTagResourcesTagResource) SetTagValue(v string) *ListTagResourcesResponseBodyTagResourcesTagResource

func (ListTagResourcesResponseBodyTagResourcesTagResource) String

func (s ListTagResourcesResponseBodyTagResourcesTagResource) String() string

type ListTagResourcesShrinkRequest

type ListTagResourcesShrinkRequest struct {
	NextToken         *string `json:"next_token,omitempty" xml:"next_token,omitempty"`
	RegionId          *string `json:"region_id,omitempty" xml:"region_id,omitempty"`
	ResourceIdsShrink *string `json:"resource_ids,omitempty" xml:"resource_ids,omitempty"`
	ResourceType      *string `json:"resource_type,omitempty" xml:"resource_type,omitempty"`
	TagsShrink        *string `json:"tags,omitempty" xml:"tags,omitempty"`
}

func (ListTagResourcesShrinkRequest) GoString

func (s ListTagResourcesShrinkRequest) GoString() string

func (*ListTagResourcesShrinkRequest) SetNextToken

func (s *ListTagResourcesShrinkRequest) SetNextToken(v string) *ListTagResourcesShrinkRequest

func (*ListTagResourcesShrinkRequest) SetRegionId

func (s *ListTagResourcesShrinkRequest) SetRegionId(v string) *ListTagResourcesShrinkRequest

func (*ListTagResourcesShrinkRequest) SetResourceIdsShrink

func (s *ListTagResourcesShrinkRequest) SetResourceIdsShrink(v string) *ListTagResourcesShrinkRequest

func (*ListTagResourcesShrinkRequest) SetResourceType

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

func (*ListTagResourcesShrinkRequest) SetTagsShrink

func (s *ListTagResourcesShrinkRequest) SetTagsShrink(v string) *ListTagResourcesShrinkRequest

func (ListTagResourcesShrinkRequest) String

func (s ListTagResourcesShrinkRequest) String() string

type MaintenanceWindow

type MaintenanceWindow struct {
	Duration        *string `json:"duration,omitempty" xml:"duration,omitempty"`
	Enable          *bool   `json:"enable,omitempty" xml:"enable,omitempty"`
	MaintenanceTime *string `json:"maintenance_time,omitempty" xml:"maintenance_time,omitempty"`
	WeeklyPeriod    *string `json:"weekly_period,omitempty" xml:"weekly_period,omitempty"`
}

func (MaintenanceWindow) GoString

func (s MaintenanceWindow) GoString() string

func (*MaintenanceWindow) SetDuration

func (s *MaintenanceWindow) SetDuration(v string) *MaintenanceWindow

func (*MaintenanceWindow) SetEnable

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

func (*MaintenanceWindow) SetMaintenanceTime

func (s *MaintenanceWindow) SetMaintenanceTime(v string) *MaintenanceWindow

func (*MaintenanceWindow) SetWeeklyPeriod

func (s *MaintenanceWindow) SetWeeklyPeriod(v string) *MaintenanceWindow

func (MaintenanceWindow) String

func (s MaintenanceWindow) String() string

type MigrateClusterRequest added in v3.0.15

type MigrateClusterRequest struct {
	OssBucketEndpoint *string `json:"oss_bucket_endpoint,omitempty" xml:"oss_bucket_endpoint,omitempty"`
	OssBucketName     *string `json:"oss_bucket_name,omitempty" xml:"oss_bucket_name,omitempty"`
}

func (MigrateClusterRequest) GoString added in v3.0.15

func (s MigrateClusterRequest) GoString() string

func (*MigrateClusterRequest) SetOssBucketEndpoint added in v3.0.15

func (s *MigrateClusterRequest) SetOssBucketEndpoint(v string) *MigrateClusterRequest

func (*MigrateClusterRequest) SetOssBucketName added in v3.0.15

func (s *MigrateClusterRequest) SetOssBucketName(v string) *MigrateClusterRequest

func (MigrateClusterRequest) String added in v3.0.15

func (s MigrateClusterRequest) String() string

type MigrateClusterResponse

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

func (MigrateClusterResponse) GoString

func (s MigrateClusterResponse) GoString() string

func (*MigrateClusterResponse) SetBody added in v3.0.15

func (s *MigrateClusterResponse) SetBody(v *MigrateClusterResponseBody) *MigrateClusterResponse

func (*MigrateClusterResponse) SetHeaders

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

func (*MigrateClusterResponse) SetStatusCode added in v3.0.13

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

func (MigrateClusterResponse) String

func (s MigrateClusterResponse) String() string

type MigrateClusterResponseBody added in v3.0.15

type MigrateClusterResponseBody struct {
	// The ID of the cluster.
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	// The ID of the request.
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// The ID of the task.
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (MigrateClusterResponseBody) GoString added in v3.0.15

func (s MigrateClusterResponseBody) GoString() string

func (*MigrateClusterResponseBody) SetClusterId added in v3.0.15

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

func (*MigrateClusterResponseBody) SetRequestId added in v3.0.15

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

func (*MigrateClusterResponseBody) SetTaskId added in v3.0.15

func (s *MigrateClusterResponseBody) SetTaskId(v string) *MigrateClusterResponseBody

func (MigrateClusterResponseBody) String added in v3.0.15

func (s MigrateClusterResponseBody) String() string

type ModifyClusterAddonRequest

type ModifyClusterAddonRequest struct {
	Config *string `json:"config,omitempty" xml:"config,omitempty"`
}

func (ModifyClusterAddonRequest) GoString

func (s ModifyClusterAddonRequest) GoString() string

func (*ModifyClusterAddonRequest) SetConfig

func (s *ModifyClusterAddonRequest) SetConfig(v string) *ModifyClusterAddonRequest

func (ModifyClusterAddonRequest) String

func (s ModifyClusterAddonRequest) String() string

type ModifyClusterAddonResponse

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

func (ModifyClusterAddonResponse) GoString

func (s ModifyClusterAddonResponse) GoString() string

func (*ModifyClusterAddonResponse) SetHeaders

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

func (*ModifyClusterAddonResponse) SetStatusCode added in v3.0.13

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

func (ModifyClusterAddonResponse) String

func (s ModifyClusterAddonResponse) String() string

type ModifyClusterConfigurationRequest

type ModifyClusterConfigurationRequest struct {
	CustomizeConfig []*ModifyClusterConfigurationRequestCustomizeConfig `json:"customize_config,omitempty" xml:"customize_config,omitempty" type:"Repeated"`
}

func (ModifyClusterConfigurationRequest) GoString

func (s ModifyClusterConfigurationRequest) GoString() string

func (*ModifyClusterConfigurationRequest) SetCustomizeConfig

func (s *ModifyClusterConfigurationRequest) SetCustomizeConfig(v []*ModifyClusterConfigurationRequestCustomizeConfig) *ModifyClusterConfigurationRequest

func (ModifyClusterConfigurationRequest) String

func (s ModifyClusterConfigurationRequest) String() string

type ModifyClusterConfigurationRequestCustomizeConfig

type ModifyClusterConfigurationRequestCustomizeConfig struct {
	Configs []*ModifyClusterConfigurationRequestCustomizeConfigConfigs `json:"configs,omitempty" xml:"configs,omitempty" type:"Repeated"`
	Name    *string                                                    `json:"name,omitempty" xml:"name,omitempty"`
}

func (ModifyClusterConfigurationRequestCustomizeConfig) GoString

func (s ModifyClusterConfigurationRequestCustomizeConfig) GoString() string

func (*ModifyClusterConfigurationRequestCustomizeConfig) SetConfigs

func (s *ModifyClusterConfigurationRequestCustomizeConfig) SetConfigs(v []*ModifyClusterConfigurationRequestCustomizeConfigConfigs) *ModifyClusterConfigurationRequestCustomizeConfig

func (*ModifyClusterConfigurationRequestCustomizeConfig) SetName

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

func (ModifyClusterConfigurationRequestCustomizeConfig) String

func (s ModifyClusterConfigurationRequestCustomizeConfig) String() string

type ModifyClusterConfigurationRequestCustomizeConfigConfigs

type ModifyClusterConfigurationRequestCustomizeConfigConfigs struct {
	Key   *string `json:"key,omitempty" xml:"key,omitempty"`
	Value *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (ModifyClusterConfigurationRequestCustomizeConfigConfigs) GoString

func (s ModifyClusterConfigurationRequestCustomizeConfigConfigs) GoString() string

func (*ModifyClusterConfigurationRequestCustomizeConfigConfigs) SetKey

func (s *ModifyClusterConfigurationRequestCustomizeConfigConfigs) SetKey(v string) *ModifyClusterConfigurationRequestCustomizeConfigConfigs

func (*ModifyClusterConfigurationRequestCustomizeConfigConfigs) SetValue

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

func (ModifyClusterConfigurationRequestCustomizeConfigConfigs) String

func (s ModifyClusterConfigurationRequestCustomizeConfigConfigs) String() string

type ModifyClusterConfigurationResponse

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

func (ModifyClusterConfigurationResponse) GoString

func (s ModifyClusterConfigurationResponse) GoString() string

func (*ModifyClusterConfigurationResponse) SetHeaders

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

func (*ModifyClusterConfigurationResponse) SetStatusCode added in v3.0.13

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

func (ModifyClusterConfigurationResponse) String

func (s ModifyClusterConfigurationResponse) String() string

type ModifyClusterNodePoolRequest

type ModifyClusterNodePoolRequest struct {
	AutoScaling      *ModifyClusterNodePoolRequestAutoScaling      `json:"auto_scaling,omitempty" xml:"auto_scaling,omitempty" type:"Struct"`
	KubernetesConfig *ModifyClusterNodePoolRequestKubernetesConfig `json:"kubernetes_config,omitempty" xml:"kubernetes_config,omitempty" type:"Struct"`
	Management       *ModifyClusterNodePoolRequestManagement       `json:"management,omitempty" xml:"management,omitempty" type:"Struct"`
	NodepoolInfo     *ModifyClusterNodePoolRequestNodepoolInfo     `json:"nodepool_info,omitempty" xml:"nodepool_info,omitempty" type:"Struct"`
	ScalingGroup     *ModifyClusterNodePoolRequestScalingGroup     `json:"scaling_group,omitempty" xml:"scaling_group,omitempty" type:"Struct"`
	TeeConfig        *ModifyClusterNodePoolRequestTeeConfig        `json:"tee_config,omitempty" xml:"tee_config,omitempty" type:"Struct"`
	UpdateNodes      *bool                                         `json:"update_nodes,omitempty" xml:"update_nodes,omitempty"`
}

func (ModifyClusterNodePoolRequest) GoString

func (s ModifyClusterNodePoolRequest) GoString() string

func (*ModifyClusterNodePoolRequest) SetAutoScaling

func (s *ModifyClusterNodePoolRequest) SetAutoScaling(v *ModifyClusterNodePoolRequestAutoScaling) *ModifyClusterNodePoolRequest

func (*ModifyClusterNodePoolRequest) SetKubernetesConfig

func (s *ModifyClusterNodePoolRequest) SetKubernetesConfig(v *ModifyClusterNodePoolRequestKubernetesConfig) *ModifyClusterNodePoolRequest

func (*ModifyClusterNodePoolRequest) SetManagement

func (s *ModifyClusterNodePoolRequest) SetManagement(v *ModifyClusterNodePoolRequestManagement) *ModifyClusterNodePoolRequest

func (*ModifyClusterNodePoolRequest) SetNodepoolInfo

func (s *ModifyClusterNodePoolRequest) SetNodepoolInfo(v *ModifyClusterNodePoolRequestNodepoolInfo) *ModifyClusterNodePoolRequest

func (*ModifyClusterNodePoolRequest) SetScalingGroup

func (s *ModifyClusterNodePoolRequest) SetScalingGroup(v *ModifyClusterNodePoolRequestScalingGroup) *ModifyClusterNodePoolRequest

func (*ModifyClusterNodePoolRequest) SetTeeConfig

func (s *ModifyClusterNodePoolRequest) SetTeeConfig(v *ModifyClusterNodePoolRequestTeeConfig) *ModifyClusterNodePoolRequest

func (*ModifyClusterNodePoolRequest) SetUpdateNodes

func (s *ModifyClusterNodePoolRequest) SetUpdateNodes(v bool) *ModifyClusterNodePoolRequest

func (ModifyClusterNodePoolRequest) String

func (s ModifyClusterNodePoolRequest) String() string

type ModifyClusterNodePoolRequestAutoScaling

type ModifyClusterNodePoolRequestAutoScaling struct {
	EipBandwidth          *int64  `json:"eip_bandwidth,omitempty" xml:"eip_bandwidth,omitempty"`
	EipInternetChargeType *string `json:"eip_internet_charge_type,omitempty" xml:"eip_internet_charge_type,omitempty"`
	Enable                *bool   `json:"enable,omitempty" xml:"enable,omitempty"`
	IsBondEip             *bool   `json:"is_bond_eip,omitempty" xml:"is_bond_eip,omitempty"`
	MaxInstances          *int64  `json:"max_instances,omitempty" xml:"max_instances,omitempty"`
	MinInstances          *int64  `json:"min_instances,omitempty" xml:"min_instances,omitempty"`
	Type                  *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ModifyClusterNodePoolRequestAutoScaling) GoString

func (s ModifyClusterNodePoolRequestAutoScaling) GoString() string

func (*ModifyClusterNodePoolRequestAutoScaling) SetEipBandwidth

func (s *ModifyClusterNodePoolRequestAutoScaling) SetEipBandwidth(v int64) *ModifyClusterNodePoolRequestAutoScaling

func (*ModifyClusterNodePoolRequestAutoScaling) SetEipInternetChargeType

func (s *ModifyClusterNodePoolRequestAutoScaling) SetEipInternetChargeType(v string) *ModifyClusterNodePoolRequestAutoScaling

func (*ModifyClusterNodePoolRequestAutoScaling) SetEnable

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

func (*ModifyClusterNodePoolRequestAutoScaling) SetIsBondEip

func (s *ModifyClusterNodePoolRequestAutoScaling) SetIsBondEip(v bool) *ModifyClusterNodePoolRequestAutoScaling

func (*ModifyClusterNodePoolRequestAutoScaling) SetMaxInstances

func (s *ModifyClusterNodePoolRequestAutoScaling) SetMaxInstances(v int64) *ModifyClusterNodePoolRequestAutoScaling

func (*ModifyClusterNodePoolRequestAutoScaling) SetMinInstances

func (s *ModifyClusterNodePoolRequestAutoScaling) SetMinInstances(v int64) *ModifyClusterNodePoolRequestAutoScaling

func (*ModifyClusterNodePoolRequestAutoScaling) SetType

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

func (ModifyClusterNodePoolRequestAutoScaling) String

func (s ModifyClusterNodePoolRequestAutoScaling) String() string

type ModifyClusterNodePoolRequestKubernetesConfig

type ModifyClusterNodePoolRequestKubernetesConfig struct {
	CmsEnabled     *bool    `json:"cms_enabled,omitempty" xml:"cms_enabled,omitempty"`
	CpuPolicy      *string  `json:"cpu_policy,omitempty" xml:"cpu_policy,omitempty"`
	Labels         []*Tag   `json:"labels,omitempty" xml:"labels,omitempty" type:"Repeated"`
	Runtime        *string  `json:"runtime,omitempty" xml:"runtime,omitempty"`
	RuntimeVersion *string  `json:"runtime_version,omitempty" xml:"runtime_version,omitempty"`
	Taints         []*Taint `json:"taints,omitempty" xml:"taints,omitempty" type:"Repeated"`
	UserData       *string  `json:"user_data,omitempty" xml:"user_data,omitempty"`
}

func (ModifyClusterNodePoolRequestKubernetesConfig) GoString

func (s ModifyClusterNodePoolRequestKubernetesConfig) GoString() string

func (*ModifyClusterNodePoolRequestKubernetesConfig) SetCmsEnabled

func (s *ModifyClusterNodePoolRequestKubernetesConfig) SetCmsEnabled(v bool) *ModifyClusterNodePoolRequestKubernetesConfig

func (*ModifyClusterNodePoolRequestKubernetesConfig) SetCpuPolicy

func (s *ModifyClusterNodePoolRequestKubernetesConfig) SetCpuPolicy(v string) *ModifyClusterNodePoolRequestKubernetesConfig

func (*ModifyClusterNodePoolRequestKubernetesConfig) SetLabels

func (s *ModifyClusterNodePoolRequestKubernetesConfig) SetLabels(v []*Tag) *ModifyClusterNodePoolRequestKubernetesConfig

func (*ModifyClusterNodePoolRequestKubernetesConfig) SetRuntime

func (s *ModifyClusterNodePoolRequestKubernetesConfig) SetRuntime(v string) *ModifyClusterNodePoolRequestKubernetesConfig

func (*ModifyClusterNodePoolRequestKubernetesConfig) SetRuntimeVersion

func (s *ModifyClusterNodePoolRequestKubernetesConfig) SetRuntimeVersion(v string) *ModifyClusterNodePoolRequestKubernetesConfig

func (*ModifyClusterNodePoolRequestKubernetesConfig) SetTaints

func (s *ModifyClusterNodePoolRequestKubernetesConfig) SetTaints(v []*Taint) *ModifyClusterNodePoolRequestKubernetesConfig

func (*ModifyClusterNodePoolRequestKubernetesConfig) SetUserData

func (s *ModifyClusterNodePoolRequestKubernetesConfig) SetUserData(v string) *ModifyClusterNodePoolRequestKubernetesConfig

func (ModifyClusterNodePoolRequestKubernetesConfig) String

func (s ModifyClusterNodePoolRequestKubernetesConfig) String() string

type ModifyClusterNodePoolRequestManagement

type ModifyClusterNodePoolRequestManagement struct {
	AutoRepair    *bool                                                `json:"auto_repair,omitempty" xml:"auto_repair,omitempty"`
	Enable        *bool                                                `json:"enable,omitempty" xml:"enable,omitempty"`
	UpgradeConfig *ModifyClusterNodePoolRequestManagementUpgradeConfig `json:"upgrade_config,omitempty" xml:"upgrade_config,omitempty" type:"Struct"`
}

func (ModifyClusterNodePoolRequestManagement) GoString

func (s ModifyClusterNodePoolRequestManagement) GoString() string

func (*ModifyClusterNodePoolRequestManagement) SetAutoRepair

func (s *ModifyClusterNodePoolRequestManagement) SetAutoRepair(v bool) *ModifyClusterNodePoolRequestManagement

func (*ModifyClusterNodePoolRequestManagement) SetEnable

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

func (*ModifyClusterNodePoolRequestManagement) SetUpgradeConfig

func (s *ModifyClusterNodePoolRequestManagement) SetUpgradeConfig(v *ModifyClusterNodePoolRequestManagementUpgradeConfig) *ModifyClusterNodePoolRequestManagement

func (ModifyClusterNodePoolRequestManagement) String

func (s ModifyClusterNodePoolRequestManagement) String() string

type ModifyClusterNodePoolRequestManagementUpgradeConfig

type ModifyClusterNodePoolRequestManagementUpgradeConfig struct {
	AutoUpgrade     *bool  `json:"auto_upgrade,omitempty" xml:"auto_upgrade,omitempty"`
	MaxUnavailable  *int64 `json:"max_unavailable,omitempty" xml:"max_unavailable,omitempty"`
	Surge           *int64 `json:"surge,omitempty" xml:"surge,omitempty"`
	SurgePercentage *int64 `json:"surge_percentage,omitempty" xml:"surge_percentage,omitempty"`
}

func (ModifyClusterNodePoolRequestManagementUpgradeConfig) GoString

func (s ModifyClusterNodePoolRequestManagementUpgradeConfig) GoString() string

func (*ModifyClusterNodePoolRequestManagementUpgradeConfig) SetAutoUpgrade

func (s *ModifyClusterNodePoolRequestManagementUpgradeConfig) SetAutoUpgrade(v bool) *ModifyClusterNodePoolRequestManagementUpgradeConfig

func (*ModifyClusterNodePoolRequestManagementUpgradeConfig) SetMaxUnavailable

func (s *ModifyClusterNodePoolRequestManagementUpgradeConfig) SetMaxUnavailable(v int64) *ModifyClusterNodePoolRequestManagementUpgradeConfig

func (*ModifyClusterNodePoolRequestManagementUpgradeConfig) SetSurge

func (s *ModifyClusterNodePoolRequestManagementUpgradeConfig) SetSurge(v int64) *ModifyClusterNodePoolRequestManagementUpgradeConfig

func (*ModifyClusterNodePoolRequestManagementUpgradeConfig) SetSurgePercentage

func (s *ModifyClusterNodePoolRequestManagementUpgradeConfig) SetSurgePercentage(v int64) *ModifyClusterNodePoolRequestManagementUpgradeConfig

func (ModifyClusterNodePoolRequestManagementUpgradeConfig) String

func (s ModifyClusterNodePoolRequestManagementUpgradeConfig) String() string

type ModifyClusterNodePoolRequestNodepoolInfo

type ModifyClusterNodePoolRequestNodepoolInfo struct {
	Name            *string `json:"name,omitempty" xml:"name,omitempty"`
	ResourceGroupId *string `json:"resource_group_id,omitempty" xml:"resource_group_id,omitempty"`
}

func (ModifyClusterNodePoolRequestNodepoolInfo) GoString

func (s ModifyClusterNodePoolRequestNodepoolInfo) GoString() string

func (*ModifyClusterNodePoolRequestNodepoolInfo) SetName

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

func (*ModifyClusterNodePoolRequestNodepoolInfo) SetResourceGroupId

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

func (ModifyClusterNodePoolRequestNodepoolInfo) String

func (s ModifyClusterNodePoolRequestNodepoolInfo) String() string

type ModifyClusterNodePoolRequestScalingGroup

type ModifyClusterNodePoolRequestScalingGroup struct {
	AutoRenew                           *bool                                                       `json:"auto_renew,omitempty" xml:"auto_renew,omitempty"`
	AutoRenewPeriod                     *int64                                                      `json:"auto_renew_period,omitempty" xml:"auto_renew_period,omitempty"`
	CompensateWithOnDemand              *bool                                                       `json:"compensate_with_on_demand,omitempty" xml:"compensate_with_on_demand,omitempty"`
	DataDisks                           []*DataDisk                                                 `json:"data_disks,omitempty" xml:"data_disks,omitempty" type:"Repeated"`
	DesiredSize                         *int64                                                      `json:"desired_size,omitempty" xml:"desired_size,omitempty"`
	ImageId                             *string                                                     `json:"image_id,omitempty" xml:"image_id,omitempty"`
	InstanceChargeType                  *string                                                     `json:"instance_charge_type,omitempty" xml:"instance_charge_type,omitempty"`
	InstanceTypes                       []*string                                                   `json:"instance_types,omitempty" xml:"instance_types,omitempty" type:"Repeated"`
	InternetChargeType                  *string                                                     `json:"internet_charge_type,omitempty" xml:"internet_charge_type,omitempty"`
	InternetMaxBandwidthOut             *int64                                                      `json:"internet_max_bandwidth_out,omitempty" xml:"internet_max_bandwidth_out,omitempty"`
	KeyPair                             *string                                                     `json:"key_pair,omitempty" xml:"key_pair,omitempty"`
	LoginPassword                       *string                                                     `json:"login_password,omitempty" xml:"login_password,omitempty"`
	MultiAzPolicy                       *string                                                     `json:"multi_az_policy,omitempty" xml:"multi_az_policy,omitempty"`
	OnDemandBaseCapacity                *int64                                                      `json:"on_demand_base_capacity,omitempty" xml:"on_demand_base_capacity,omitempty"`
	OnDemandPercentageAboveBaseCapacity *int64                                                      `json:"on_demand_percentage_above_base_capacity,omitempty" xml:"on_demand_percentage_above_base_capacity,omitempty"`
	Period                              *int64                                                      `json:"period,omitempty" xml:"period,omitempty"`
	PeriodUnit                          *string                                                     `json:"period_unit,omitempty" xml:"period_unit,omitempty"`
	Platform                            *string                                                     `json:"platform,omitempty" xml:"platform,omitempty"`
	PrivatePoolOptions                  *ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions `json:"private_pool_options,omitempty" xml:"private_pool_options,omitempty" type:"Struct"`
	RdsInstances                        []*string                                                   `json:"rds_instances,omitempty" xml:"rds_instances,omitempty" type:"Repeated"`
	ScalingPolicy                       *string                                                     `json:"scaling_policy,omitempty" xml:"scaling_policy,omitempty"`
	SpotInstancePools                   *int64                                                      `json:"spot_instance_pools,omitempty" xml:"spot_instance_pools,omitempty"`
	SpotInstanceRemedy                  *bool                                                       `json:"spot_instance_remedy,omitempty" xml:"spot_instance_remedy,omitempty"`
	SpotPriceLimit                      []*ModifyClusterNodePoolRequestScalingGroupSpotPriceLimit   `json:"spot_price_limit,omitempty" xml:"spot_price_limit,omitempty" type:"Repeated"`
	SpotStrategy                        *string                                                     `json:"spot_strategy,omitempty" xml:"spot_strategy,omitempty"`
	SystemDiskCategory                  *string                                                     `json:"system_disk_category,omitempty" xml:"system_disk_category,omitempty"`
	SystemDiskPerformanceLevel          *string                                                     `json:"system_disk_performance_level,omitempty" xml:"system_disk_performance_level,omitempty"`
	SystemDiskSize                      *int64                                                      `json:"system_disk_size,omitempty" xml:"system_disk_size,omitempty"`
	Tags                                []*Tag                                                      `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
	VswitchIds                          []*string                                                   `json:"vswitch_ids,omitempty" xml:"vswitch_ids,omitempty" type:"Repeated"`
}

func (ModifyClusterNodePoolRequestScalingGroup) GoString

func (s ModifyClusterNodePoolRequestScalingGroup) GoString() string

func (*ModifyClusterNodePoolRequestScalingGroup) SetAutoRenew

func (s *ModifyClusterNodePoolRequestScalingGroup) SetAutoRenew(v bool) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetAutoRenewPeriod

func (s *ModifyClusterNodePoolRequestScalingGroup) SetAutoRenewPeriod(v int64) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetCompensateWithOnDemand

func (s *ModifyClusterNodePoolRequestScalingGroup) SetCompensateWithOnDemand(v bool) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetDataDisks

func (s *ModifyClusterNodePoolRequestScalingGroup) SetDataDisks(v []*DataDisk) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetDesiredSize

func (s *ModifyClusterNodePoolRequestScalingGroup) SetDesiredSize(v int64) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetImageId

func (s *ModifyClusterNodePoolRequestScalingGroup) SetImageId(v string) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetInstanceChargeType

func (s *ModifyClusterNodePoolRequestScalingGroup) SetInstanceChargeType(v string) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetInstanceTypes

func (s *ModifyClusterNodePoolRequestScalingGroup) SetInstanceTypes(v []*string) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetInternetChargeType

func (s *ModifyClusterNodePoolRequestScalingGroup) SetInternetChargeType(v string) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetInternetMaxBandwidthOut

func (s *ModifyClusterNodePoolRequestScalingGroup) SetInternetMaxBandwidthOut(v int64) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetKeyPair

func (s *ModifyClusterNodePoolRequestScalingGroup) SetKeyPair(v string) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetLoginPassword

func (s *ModifyClusterNodePoolRequestScalingGroup) SetLoginPassword(v string) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetMultiAzPolicy

func (s *ModifyClusterNodePoolRequestScalingGroup) SetMultiAzPolicy(v string) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetOnDemandBaseCapacity

func (s *ModifyClusterNodePoolRequestScalingGroup) SetOnDemandBaseCapacity(v int64) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetOnDemandPercentageAboveBaseCapacity

func (s *ModifyClusterNodePoolRequestScalingGroup) SetOnDemandPercentageAboveBaseCapacity(v int64) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetPeriod

func (s *ModifyClusterNodePoolRequestScalingGroup) SetPeriod(v int64) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetPeriodUnit

func (s *ModifyClusterNodePoolRequestScalingGroup) SetPeriodUnit(v string) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetPlatform

func (s *ModifyClusterNodePoolRequestScalingGroup) SetPlatform(v string) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetPrivatePoolOptions added in v3.0.27

func (s *ModifyClusterNodePoolRequestScalingGroup) SetPrivatePoolOptions(v *ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetRdsInstances

func (s *ModifyClusterNodePoolRequestScalingGroup) SetRdsInstances(v []*string) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetScalingPolicy

func (s *ModifyClusterNodePoolRequestScalingGroup) SetScalingPolicy(v string) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetSpotInstancePools

func (s *ModifyClusterNodePoolRequestScalingGroup) SetSpotInstancePools(v int64) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetSpotInstanceRemedy

func (s *ModifyClusterNodePoolRequestScalingGroup) SetSpotInstanceRemedy(v bool) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetSpotPriceLimit

func (s *ModifyClusterNodePoolRequestScalingGroup) SetSpotPriceLimit(v []*ModifyClusterNodePoolRequestScalingGroupSpotPriceLimit) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetSpotStrategy

func (s *ModifyClusterNodePoolRequestScalingGroup) SetSpotStrategy(v string) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetSystemDiskCategory

func (s *ModifyClusterNodePoolRequestScalingGroup) SetSystemDiskCategory(v string) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetSystemDiskPerformanceLevel

func (s *ModifyClusterNodePoolRequestScalingGroup) SetSystemDiskPerformanceLevel(v string) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetSystemDiskSize

func (s *ModifyClusterNodePoolRequestScalingGroup) SetSystemDiskSize(v int64) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetTags

func (s *ModifyClusterNodePoolRequestScalingGroup) SetTags(v []*Tag) *ModifyClusterNodePoolRequestScalingGroup

func (*ModifyClusterNodePoolRequestScalingGroup) SetVswitchIds

func (s *ModifyClusterNodePoolRequestScalingGroup) SetVswitchIds(v []*string) *ModifyClusterNodePoolRequestScalingGroup

func (ModifyClusterNodePoolRequestScalingGroup) String

func (s ModifyClusterNodePoolRequestScalingGroup) String() string

type ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions added in v3.0.27

type ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions struct {
	Id            *string `json:"id,omitempty" xml:"id,omitempty"`
	MatchCriteria *string `json:"match_criteria,omitempty" xml:"match_criteria,omitempty"`
}

func (ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions) GoString added in v3.0.27

func (s ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions) GoString() string

func (*ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions) SetId added in v3.0.27

func (s *ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions) SetId(v string) *ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions

func (*ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions) SetMatchCriteria added in v3.0.27

func (s *ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions) SetMatchCriteria(v string) *ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions

func (ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions) String added in v3.0.27

func (s ModifyClusterNodePoolRequestScalingGroupPrivatePoolOptions) String() string

type ModifyClusterNodePoolRequestScalingGroupSpotPriceLimit

type ModifyClusterNodePoolRequestScalingGroupSpotPriceLimit struct {
	InstanceType *string `json:"instance_type,omitempty" xml:"instance_type,omitempty"`
	PriceLimit   *string `json:"price_limit,omitempty" xml:"price_limit,omitempty"`
}

func (ModifyClusterNodePoolRequestScalingGroupSpotPriceLimit) GoString

func (s ModifyClusterNodePoolRequestScalingGroupSpotPriceLimit) GoString() string

func (*ModifyClusterNodePoolRequestScalingGroupSpotPriceLimit) SetInstanceType

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

func (*ModifyClusterNodePoolRequestScalingGroupSpotPriceLimit) SetPriceLimit

func (s *ModifyClusterNodePoolRequestScalingGroupSpotPriceLimit) SetPriceLimit(v string) *ModifyClusterNodePoolRequestScalingGroupSpotPriceLimit

func (ModifyClusterNodePoolRequestScalingGroupSpotPriceLimit) String

func (s ModifyClusterNodePoolRequestScalingGroupSpotPriceLimit) String() string

type ModifyClusterNodePoolRequestTeeConfig

type ModifyClusterNodePoolRequestTeeConfig struct {
	TeeEnable *bool `json:"tee_enable,omitempty" xml:"tee_enable,omitempty"`
}

func (ModifyClusterNodePoolRequestTeeConfig) GoString

func (s ModifyClusterNodePoolRequestTeeConfig) GoString() string

func (*ModifyClusterNodePoolRequestTeeConfig) SetTeeEnable

func (s *ModifyClusterNodePoolRequestTeeConfig) SetTeeEnable(v bool) *ModifyClusterNodePoolRequestTeeConfig

func (ModifyClusterNodePoolRequestTeeConfig) String

func (s ModifyClusterNodePoolRequestTeeConfig) String() string

type ModifyClusterNodePoolResponse

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

func (ModifyClusterNodePoolResponse) GoString

func (s ModifyClusterNodePoolResponse) GoString() string

func (*ModifyClusterNodePoolResponse) SetBody

func (s *ModifyClusterNodePoolResponse) SetBody(v *ModifyClusterNodePoolResponseBody) *ModifyClusterNodePoolResponse

func (*ModifyClusterNodePoolResponse) SetHeaders

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

func (*ModifyClusterNodePoolResponse) SetStatusCode added in v3.0.13

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

func (ModifyClusterNodePoolResponse) String

func (s ModifyClusterNodePoolResponse) String() string

type ModifyClusterNodePoolResponseBody

type ModifyClusterNodePoolResponseBody struct {
	// The ID of the node pool.
	NodepoolId *string `json:"nodepool_id,omitempty" xml:"nodepool_id,omitempty"`
	// The ID of the task.
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (ModifyClusterNodePoolResponseBody) GoString

func (s ModifyClusterNodePoolResponseBody) GoString() string

func (*ModifyClusterNodePoolResponseBody) SetNodepoolId

func (s *ModifyClusterNodePoolResponseBody) SetNodepoolId(v string) *ModifyClusterNodePoolResponseBody

func (*ModifyClusterNodePoolResponseBody) SetTaskId

func (s *ModifyClusterNodePoolResponseBody) SetTaskId(v string) *ModifyClusterNodePoolResponseBody

func (ModifyClusterNodePoolResponseBody) String

func (s ModifyClusterNodePoolResponseBody) String() string

type ModifyClusterRequest

type ModifyClusterRequest struct {
	ApiServerEip               *bool              `json:"api_server_eip,omitempty" xml:"api_server_eip,omitempty"`
	ApiServerEipId             *string            `json:"api_server_eip_id,omitempty" xml:"api_server_eip_id,omitempty"`
	DeletionProtection         *bool              `json:"deletion_protection,omitempty" xml:"deletion_protection,omitempty"`
	EnableRrsa                 *bool              `json:"enable_rrsa,omitempty" xml:"enable_rrsa,omitempty"`
	IngressDomainRebinding     *string            `json:"ingress_domain_rebinding,omitempty" xml:"ingress_domain_rebinding,omitempty"`
	IngressLoadbalancerId      *string            `json:"ingress_loadbalancer_id,omitempty" xml:"ingress_loadbalancer_id,omitempty"`
	InstanceDeletionProtection *bool              `json:"instance_deletion_protection,omitempty" xml:"instance_deletion_protection,omitempty"`
	MaintenanceWindow          *MaintenanceWindow `json:"maintenance_window,omitempty" xml:"maintenance_window,omitempty"`
	ResourceGroupId            *string            `json:"resource_group_id,omitempty" xml:"resource_group_id,omitempty"`
}

func (ModifyClusterRequest) GoString

func (s ModifyClusterRequest) GoString() string

func (*ModifyClusterRequest) SetApiServerEip

func (s *ModifyClusterRequest) SetApiServerEip(v bool) *ModifyClusterRequest

func (*ModifyClusterRequest) SetApiServerEipId

func (s *ModifyClusterRequest) SetApiServerEipId(v string) *ModifyClusterRequest

func (*ModifyClusterRequest) SetDeletionProtection

func (s *ModifyClusterRequest) SetDeletionProtection(v bool) *ModifyClusterRequest

func (*ModifyClusterRequest) SetEnableRrsa

func (s *ModifyClusterRequest) SetEnableRrsa(v bool) *ModifyClusterRequest

func (*ModifyClusterRequest) SetIngressDomainRebinding

func (s *ModifyClusterRequest) SetIngressDomainRebinding(v string) *ModifyClusterRequest

func (*ModifyClusterRequest) SetIngressLoadbalancerId

func (s *ModifyClusterRequest) SetIngressLoadbalancerId(v string) *ModifyClusterRequest

func (*ModifyClusterRequest) SetInstanceDeletionProtection

func (s *ModifyClusterRequest) SetInstanceDeletionProtection(v bool) *ModifyClusterRequest

func (*ModifyClusterRequest) SetMaintenanceWindow

func (s *ModifyClusterRequest) SetMaintenanceWindow(v *MaintenanceWindow) *ModifyClusterRequest

func (*ModifyClusterRequest) SetResourceGroupId

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

func (ModifyClusterRequest) String

func (s ModifyClusterRequest) String() string

type ModifyClusterResponse

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

func (ModifyClusterResponse) GoString

func (s ModifyClusterResponse) GoString() string

func (*ModifyClusterResponse) SetBody

func (s *ModifyClusterResponse) SetBody(v *ModifyClusterResponseBody) *ModifyClusterResponse

func (*ModifyClusterResponse) SetHeaders

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

func (*ModifyClusterResponse) SetStatusCode added in v3.0.13

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

func (ModifyClusterResponse) String

func (s ModifyClusterResponse) String() string

type ModifyClusterResponseBody

type ModifyClusterResponseBody struct {
	// The ID of the cluster.
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	// The ID of the request.
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// The ID of the task.
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (ModifyClusterResponseBody) GoString

func (s ModifyClusterResponseBody) GoString() string

func (*ModifyClusterResponseBody) SetClusterId

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

func (*ModifyClusterResponseBody) SetRequestId

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

func (*ModifyClusterResponseBody) SetTaskId

func (s *ModifyClusterResponseBody) SetTaskId(v string) *ModifyClusterResponseBody

func (ModifyClusterResponseBody) String

func (s ModifyClusterResponseBody) String() string

type ModifyClusterTagsRequest

type ModifyClusterTagsRequest struct {
	Body []*Tag `json:"body,omitempty" xml:"body,omitempty" type:"Repeated"`
}

func (ModifyClusterTagsRequest) GoString

func (s ModifyClusterTagsRequest) GoString() string

func (*ModifyClusterTagsRequest) SetBody

func (s *ModifyClusterTagsRequest) SetBody(v []*Tag) *ModifyClusterTagsRequest

func (ModifyClusterTagsRequest) String

func (s ModifyClusterTagsRequest) String() string

type ModifyClusterTagsResponse

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

func (ModifyClusterTagsResponse) GoString

func (s ModifyClusterTagsResponse) GoString() string

func (*ModifyClusterTagsResponse) SetHeaders

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

func (*ModifyClusterTagsResponse) SetStatusCode added in v3.0.13

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

func (ModifyClusterTagsResponse) String

func (s ModifyClusterTagsResponse) String() string

type ModifyNodePoolNodeConfigRequest added in v3.0.16

type ModifyNodePoolNodeConfigRequest struct {
	KubeletConfig *ModifyNodePoolNodeConfigRequestKubeletConfig `json:"kubelet_config,omitempty" xml:"kubelet_config,omitempty" type:"Struct"`
	RollingPolicy *ModifyNodePoolNodeConfigRequestRollingPolicy `json:"rolling_policy,omitempty" xml:"rolling_policy,omitempty" type:"Struct"`
}

func (ModifyNodePoolNodeConfigRequest) GoString added in v3.0.16

func (s ModifyNodePoolNodeConfigRequest) GoString() string

func (*ModifyNodePoolNodeConfigRequest) SetKubeletConfig added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequest) SetKubeletConfig(v *ModifyNodePoolNodeConfigRequestKubeletConfig) *ModifyNodePoolNodeConfigRequest

func (*ModifyNodePoolNodeConfigRequest) SetRollingPolicy added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequest) SetRollingPolicy(v *ModifyNodePoolNodeConfigRequestRollingPolicy) *ModifyNodePoolNodeConfigRequest

func (ModifyNodePoolNodeConfigRequest) String added in v3.0.16

func (s ModifyNodePoolNodeConfigRequest) String() string

type ModifyNodePoolNodeConfigRequestKubeletConfig added in v3.0.16

type ModifyNodePoolNodeConfigRequestKubeletConfig struct {
	CpuManagerPolicy        *string                `json:"cpuManagerPolicy,omitempty" xml:"cpuManagerPolicy,omitempty"`
	EventBurst              *int64                 `json:"eventBurst,omitempty" xml:"eventBurst,omitempty"`
	EventRecordQPS          *int64                 `json:"eventRecordQPS,omitempty" xml:"eventRecordQPS,omitempty"`
	EvictionHard            map[string]interface{} `json:"evictionHard,omitempty" xml:"evictionHard,omitempty"`
	EvictionSoft            map[string]interface{} `json:"evictionSoft,omitempty" xml:"evictionSoft,omitempty"`
	EvictionSoftGracePeriod map[string]interface{} `json:"evictionSoftGracePeriod,omitempty" xml:"evictionSoftGracePeriod,omitempty"`
	KubeAPIBurst            *int64                 `json:"kubeAPIBurst,omitempty" xml:"kubeAPIBurst,omitempty"`
	KubeAPIQPS              *int64                 `json:"kubeAPIQPS,omitempty" xml:"kubeAPIQPS,omitempty"`
	KubeReserved            map[string]interface{} `json:"kubeReserved,omitempty" xml:"kubeReserved,omitempty"`
	RegistryBurst           *int64                 `json:"registryBurst,omitempty" xml:"registryBurst,omitempty"`
	RegistryPullQPS         *int64                 `json:"registryPullQPS,omitempty" xml:"registryPullQPS,omitempty"`
	SerializeImagePulls     *bool                  `json:"serializeImagePulls,omitempty" xml:"serializeImagePulls,omitempty"`
	SystemReserved          map[string]interface{} `json:"systemReserved,omitempty" xml:"systemReserved,omitempty"`
}

func (ModifyNodePoolNodeConfigRequestKubeletConfig) GoString added in v3.0.16

func (s ModifyNodePoolNodeConfigRequestKubeletConfig) GoString() string

func (*ModifyNodePoolNodeConfigRequestKubeletConfig) SetCpuManagerPolicy added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequestKubeletConfig) SetCpuManagerPolicy(v string) *ModifyNodePoolNodeConfigRequestKubeletConfig

func (*ModifyNodePoolNodeConfigRequestKubeletConfig) SetEventBurst added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequestKubeletConfig) SetEventBurst(v int64) *ModifyNodePoolNodeConfigRequestKubeletConfig

func (*ModifyNodePoolNodeConfigRequestKubeletConfig) SetEventRecordQPS added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequestKubeletConfig) SetEventRecordQPS(v int64) *ModifyNodePoolNodeConfigRequestKubeletConfig

func (*ModifyNodePoolNodeConfigRequestKubeletConfig) SetEvictionHard added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequestKubeletConfig) SetEvictionHard(v map[string]interface{}) *ModifyNodePoolNodeConfigRequestKubeletConfig

func (*ModifyNodePoolNodeConfigRequestKubeletConfig) SetEvictionSoft added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequestKubeletConfig) SetEvictionSoft(v map[string]interface{}) *ModifyNodePoolNodeConfigRequestKubeletConfig

func (*ModifyNodePoolNodeConfigRequestKubeletConfig) SetEvictionSoftGracePeriod added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequestKubeletConfig) SetEvictionSoftGracePeriod(v map[string]interface{}) *ModifyNodePoolNodeConfigRequestKubeletConfig

func (*ModifyNodePoolNodeConfigRequestKubeletConfig) SetKubeAPIBurst added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequestKubeletConfig) SetKubeAPIBurst(v int64) *ModifyNodePoolNodeConfigRequestKubeletConfig

func (*ModifyNodePoolNodeConfigRequestKubeletConfig) SetKubeAPIQPS added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequestKubeletConfig) SetKubeAPIQPS(v int64) *ModifyNodePoolNodeConfigRequestKubeletConfig

func (*ModifyNodePoolNodeConfigRequestKubeletConfig) SetKubeReserved added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequestKubeletConfig) SetKubeReserved(v map[string]interface{}) *ModifyNodePoolNodeConfigRequestKubeletConfig

func (*ModifyNodePoolNodeConfigRequestKubeletConfig) SetRegistryBurst added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequestKubeletConfig) SetRegistryBurst(v int64) *ModifyNodePoolNodeConfigRequestKubeletConfig

func (*ModifyNodePoolNodeConfigRequestKubeletConfig) SetRegistryPullQPS added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequestKubeletConfig) SetRegistryPullQPS(v int64) *ModifyNodePoolNodeConfigRequestKubeletConfig

func (*ModifyNodePoolNodeConfigRequestKubeletConfig) SetSerializeImagePulls added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequestKubeletConfig) SetSerializeImagePulls(v bool) *ModifyNodePoolNodeConfigRequestKubeletConfig

func (*ModifyNodePoolNodeConfigRequestKubeletConfig) SetSystemReserved added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequestKubeletConfig) SetSystemReserved(v map[string]interface{}) *ModifyNodePoolNodeConfigRequestKubeletConfig

func (ModifyNodePoolNodeConfigRequestKubeletConfig) String added in v3.0.16

func (s ModifyNodePoolNodeConfigRequestKubeletConfig) String() string

type ModifyNodePoolNodeConfigRequestRollingPolicy added in v3.0.16

type ModifyNodePoolNodeConfigRequestRollingPolicy struct {
	MaxParallelism *int64 `json:"max_parallelism,omitempty" xml:"max_parallelism,omitempty"`
}

func (ModifyNodePoolNodeConfigRequestRollingPolicy) GoString added in v3.0.16

func (s ModifyNodePoolNodeConfigRequestRollingPolicy) GoString() string

func (*ModifyNodePoolNodeConfigRequestRollingPolicy) SetMaxParallelism added in v3.0.16

func (s *ModifyNodePoolNodeConfigRequestRollingPolicy) SetMaxParallelism(v int64) *ModifyNodePoolNodeConfigRequestRollingPolicy

func (ModifyNodePoolNodeConfigRequestRollingPolicy) String added in v3.0.16

func (s ModifyNodePoolNodeConfigRequestRollingPolicy) String() string

type ModifyNodePoolNodeConfigResponse added in v3.0.16

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

func (ModifyNodePoolNodeConfigResponse) GoString added in v3.0.16

func (s ModifyNodePoolNodeConfigResponse) GoString() string

func (*ModifyNodePoolNodeConfigResponse) SetBody added in v3.0.16

func (s *ModifyNodePoolNodeConfigResponse) SetBody(v *ModifyNodePoolNodeConfigResponseBody) *ModifyNodePoolNodeConfigResponse

func (*ModifyNodePoolNodeConfigResponse) SetHeaders added in v3.0.16

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

func (*ModifyNodePoolNodeConfigResponse) SetStatusCode added in v3.0.16

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

func (ModifyNodePoolNodeConfigResponse) String added in v3.0.16

func (s ModifyNodePoolNodeConfigResponse) String() string

type ModifyNodePoolNodeConfigResponseBody added in v3.0.16

type ModifyNodePoolNodeConfigResponseBody struct {
	NodepoolId *string `json:"nodepool_id,omitempty" xml:"nodepool_id,omitempty"`
	RequestId  *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	TaskId     *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (ModifyNodePoolNodeConfigResponseBody) GoString added in v3.0.16

func (s ModifyNodePoolNodeConfigResponseBody) GoString() string

func (*ModifyNodePoolNodeConfigResponseBody) SetNodepoolId added in v3.0.16

func (s *ModifyNodePoolNodeConfigResponseBody) SetNodepoolId(v string) *ModifyNodePoolNodeConfigResponseBody

func (*ModifyNodePoolNodeConfigResponseBody) SetRequestId added in v3.0.16

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

func (*ModifyNodePoolNodeConfigResponseBody) SetTaskId added in v3.0.16

func (s *ModifyNodePoolNodeConfigResponseBody) SetTaskId(v string) *ModifyNodePoolNodeConfigResponseBody

func (ModifyNodePoolNodeConfigResponseBody) String added in v3.0.16

func (s ModifyNodePoolNodeConfigResponseBody) String() string

type ModifyPolicyInstanceRequest

type ModifyPolicyInstanceRequest struct {
	Action       *string                `json:"action,omitempty" xml:"action,omitempty"`
	InstanceName *string                `json:"instance_name,omitempty" xml:"instance_name,omitempty"`
	Namespaces   []*string              `json:"namespaces,omitempty" xml:"namespaces,omitempty" type:"Repeated"`
	Parameters   map[string]interface{} `json:"parameters,omitempty" xml:"parameters,omitempty"`
}

func (ModifyPolicyInstanceRequest) GoString

func (s ModifyPolicyInstanceRequest) GoString() string

func (*ModifyPolicyInstanceRequest) SetAction

func (s *ModifyPolicyInstanceRequest) SetAction(v string) *ModifyPolicyInstanceRequest

func (*ModifyPolicyInstanceRequest) SetInstanceName

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

func (*ModifyPolicyInstanceRequest) SetNamespaces added in v3.0.8

func (s *ModifyPolicyInstanceRequest) SetNamespaces(v []*string) *ModifyPolicyInstanceRequest

func (*ModifyPolicyInstanceRequest) SetParameters

func (s *ModifyPolicyInstanceRequest) SetParameters(v map[string]interface{}) *ModifyPolicyInstanceRequest

func (ModifyPolicyInstanceRequest) String

func (s ModifyPolicyInstanceRequest) String() string

type ModifyPolicyInstanceResponse

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

func (ModifyPolicyInstanceResponse) GoString

func (s ModifyPolicyInstanceResponse) GoString() string

func (*ModifyPolicyInstanceResponse) SetBody

func (s *ModifyPolicyInstanceResponse) SetBody(v *ModifyPolicyInstanceResponseBody) *ModifyPolicyInstanceResponse

func (*ModifyPolicyInstanceResponse) SetHeaders

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

func (*ModifyPolicyInstanceResponse) SetStatusCode added in v3.0.13

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

func (ModifyPolicyInstanceResponse) String

func (s ModifyPolicyInstanceResponse) String() string

type ModifyPolicyInstanceResponseBody

type ModifyPolicyInstanceResponseBody struct {
	// The policy instance that is updated.
	Instances []*string `json:"instances,omitempty" xml:"instances,omitempty" type:"Repeated"`
}

func (ModifyPolicyInstanceResponseBody) GoString

func (s ModifyPolicyInstanceResponseBody) GoString() string

func (*ModifyPolicyInstanceResponseBody) SetInstances

func (s *ModifyPolicyInstanceResponseBody) SetInstances(v []*string) *ModifyPolicyInstanceResponseBody

func (ModifyPolicyInstanceResponseBody) String

func (s ModifyPolicyInstanceResponseBody) String() string

type Nodepool added in v3.0.40

type Nodepool struct {
	AutoScaling *NodepoolAutoScaling `json:"auto_scaling,omitempty" xml:"auto_scaling,omitempty" type:"Struct"`
	// Deprecated
	Count *int64 `json:"count,omitempty" xml:"count,omitempty"`
	// Deprecated
	InterconnectConfig *NodepoolInterconnectConfig `json:"interconnect_config,omitempty" xml:"interconnect_config,omitempty" type:"Struct"`
	InterconnectMode   *string                     `json:"interconnect_mode,omitempty" xml:"interconnect_mode,omitempty"`
	KubernetesConfig   *NodepoolKubernetesConfig   `json:"kubernetes_config,omitempty" xml:"kubernetes_config,omitempty" type:"Struct"`
	Management         *NodepoolManagement         `json:"management,omitempty" xml:"management,omitempty" type:"Struct"`
	MaxNodes           *int64                      `json:"max_nodes,omitempty" xml:"max_nodes,omitempty"`
	NodepoolInfo       *NodepoolNodepoolInfo       `json:"nodepool_info,omitempty" xml:"nodepool_info,omitempty" type:"Struct"`
	ScalingGroup       *NodepoolScalingGroup       `json:"scaling_group,omitempty" xml:"scaling_group,omitempty" type:"Struct"`
	TeeConfig          *NodepoolTeeConfig          `json:"tee_config,omitempty" xml:"tee_config,omitempty" type:"Struct"`
}

func (Nodepool) GoString added in v3.0.40

func (s Nodepool) GoString() string

func (*Nodepool) SetAutoScaling added in v3.0.40

func (s *Nodepool) SetAutoScaling(v *NodepoolAutoScaling) *Nodepool

func (*Nodepool) SetCount added in v3.0.40

func (s *Nodepool) SetCount(v int64) *Nodepool

func (*Nodepool) SetInterconnectConfig added in v3.0.40

func (s *Nodepool) SetInterconnectConfig(v *NodepoolInterconnectConfig) *Nodepool

func (*Nodepool) SetInterconnectMode added in v3.0.40

func (s *Nodepool) SetInterconnectMode(v string) *Nodepool

func (*Nodepool) SetKubernetesConfig added in v3.0.40

func (s *Nodepool) SetKubernetesConfig(v *NodepoolKubernetesConfig) *Nodepool

func (*Nodepool) SetManagement added in v3.0.40

func (s *Nodepool) SetManagement(v *NodepoolManagement) *Nodepool

func (*Nodepool) SetMaxNodes added in v3.0.40

func (s *Nodepool) SetMaxNodes(v int64) *Nodepool

func (*Nodepool) SetNodepoolInfo added in v3.0.40

func (s *Nodepool) SetNodepoolInfo(v *NodepoolNodepoolInfo) *Nodepool

func (*Nodepool) SetScalingGroup added in v3.0.40

func (s *Nodepool) SetScalingGroup(v *NodepoolScalingGroup) *Nodepool

func (*Nodepool) SetTeeConfig added in v3.0.40

func (s *Nodepool) SetTeeConfig(v *NodepoolTeeConfig) *Nodepool

func (Nodepool) String added in v3.0.40

func (s Nodepool) String() string

type NodepoolAutoScaling added in v3.0.40

type NodepoolAutoScaling struct {
	// Deprecated
	EipBandwidth *int64 `json:"eip_bandwidth,omitempty" xml:"eip_bandwidth,omitempty"`
	// Deprecated
	EipInternetChargeType *string `json:"eip_internet_charge_type,omitempty" xml:"eip_internet_charge_type,omitempty"`
	Enable                *bool   `json:"enable,omitempty" xml:"enable,omitempty"`
	// Deprecated
	IsBondEip    *bool   `json:"is_bond_eip,omitempty" xml:"is_bond_eip,omitempty"`
	MaxInstances *int64  `json:"max_instances,omitempty" xml:"max_instances,omitempty"`
	MinInstances *int64  `json:"min_instances,omitempty" xml:"min_instances,omitempty"`
	Type         *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (NodepoolAutoScaling) GoString added in v3.0.40

func (s NodepoolAutoScaling) GoString() string

func (*NodepoolAutoScaling) SetEipBandwidth added in v3.0.40

func (s *NodepoolAutoScaling) SetEipBandwidth(v int64) *NodepoolAutoScaling

func (*NodepoolAutoScaling) SetEipInternetChargeType added in v3.0.40

func (s *NodepoolAutoScaling) SetEipInternetChargeType(v string) *NodepoolAutoScaling

func (*NodepoolAutoScaling) SetEnable added in v3.0.40

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

func (*NodepoolAutoScaling) SetIsBondEip added in v3.0.40

func (s *NodepoolAutoScaling) SetIsBondEip(v bool) *NodepoolAutoScaling

func (*NodepoolAutoScaling) SetMaxInstances added in v3.0.40

func (s *NodepoolAutoScaling) SetMaxInstances(v int64) *NodepoolAutoScaling

func (*NodepoolAutoScaling) SetMinInstances added in v3.0.40

func (s *NodepoolAutoScaling) SetMinInstances(v int64) *NodepoolAutoScaling

func (*NodepoolAutoScaling) SetType added in v3.0.40

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

func (NodepoolAutoScaling) String added in v3.0.40

func (s NodepoolAutoScaling) String() string

type NodepoolInterconnectConfig added in v3.0.40

type NodepoolInterconnectConfig struct {
	// Deprecated
	Bandwidth *int64 `json:"bandwidth,omitempty" xml:"bandwidth,omitempty"`
	// Deprecated
	CcnId *string `json:"ccn_id,omitempty" xml:"ccn_id,omitempty"`
	// Deprecated
	CcnRegionId *string `json:"ccn_region_id,omitempty" xml:"ccn_region_id,omitempty"`
	// Deprecated
	CenId *string `json:"cen_id,omitempty" xml:"cen_id,omitempty"`
	// Deprecated
	ImprovedPeriod *string `json:"improved_period,omitempty" xml:"improved_period,omitempty"`
}

func (NodepoolInterconnectConfig) GoString added in v3.0.40

func (s NodepoolInterconnectConfig) GoString() string

func (*NodepoolInterconnectConfig) SetBandwidth added in v3.0.40

func (s *NodepoolInterconnectConfig) SetBandwidth(v int64) *NodepoolInterconnectConfig

func (*NodepoolInterconnectConfig) SetCcnId added in v3.0.40

func (s *NodepoolInterconnectConfig) SetCcnId(v string) *NodepoolInterconnectConfig

func (*NodepoolInterconnectConfig) SetCcnRegionId added in v3.0.40

func (s *NodepoolInterconnectConfig) SetCcnRegionId(v string) *NodepoolInterconnectConfig

func (*NodepoolInterconnectConfig) SetCenId added in v3.0.40

func (s *NodepoolInterconnectConfig) SetCenId(v string) *NodepoolInterconnectConfig

func (*NodepoolInterconnectConfig) SetImprovedPeriod added in v3.0.40

func (s *NodepoolInterconnectConfig) SetImprovedPeriod(v string) *NodepoolInterconnectConfig

func (NodepoolInterconnectConfig) String added in v3.0.40

func (s NodepoolInterconnectConfig) String() string

type NodepoolKubernetesConfig added in v3.0.40

type NodepoolKubernetesConfig struct {
	CmsEnabled     *bool    `json:"cms_enabled,omitempty" xml:"cms_enabled,omitempty"`
	CpuPolicy      *string  `json:"cpu_policy,omitempty" xml:"cpu_policy,omitempty"`
	Labels         []*Tag   `json:"labels,omitempty" xml:"labels,omitempty" type:"Repeated"`
	NodeNameMode   *string  `json:"node_name_mode,omitempty" xml:"node_name_mode,omitempty"`
	Runtime        *string  `json:"runtime,omitempty" xml:"runtime,omitempty"`
	RuntimeVersion *string  `json:"runtime_version,omitempty" xml:"runtime_version,omitempty"`
	Taints         []*Taint `json:"taints,omitempty" xml:"taints,omitempty" type:"Repeated"`
	UserData       *string  `json:"user_data,omitempty" xml:"user_data,omitempty"`
}

func (NodepoolKubernetesConfig) GoString added in v3.0.40

func (s NodepoolKubernetesConfig) GoString() string

func (*NodepoolKubernetesConfig) SetCmsEnabled added in v3.0.40

func (s *NodepoolKubernetesConfig) SetCmsEnabled(v bool) *NodepoolKubernetesConfig

func (*NodepoolKubernetesConfig) SetCpuPolicy added in v3.0.40

func (s *NodepoolKubernetesConfig) SetCpuPolicy(v string) *NodepoolKubernetesConfig

func (*NodepoolKubernetesConfig) SetLabels added in v3.0.40

func (s *NodepoolKubernetesConfig) SetLabels(v []*Tag) *NodepoolKubernetesConfig

func (*NodepoolKubernetesConfig) SetNodeNameMode added in v3.0.40

func (s *NodepoolKubernetesConfig) SetNodeNameMode(v string) *NodepoolKubernetesConfig

func (*NodepoolKubernetesConfig) SetRuntime added in v3.0.40

func (s *NodepoolKubernetesConfig) SetRuntime(v string) *NodepoolKubernetesConfig

func (*NodepoolKubernetesConfig) SetRuntimeVersion added in v3.0.40

func (s *NodepoolKubernetesConfig) SetRuntimeVersion(v string) *NodepoolKubernetesConfig

func (*NodepoolKubernetesConfig) SetTaints added in v3.0.40

func (s *NodepoolKubernetesConfig) SetTaints(v []*Taint) *NodepoolKubernetesConfig

func (*NodepoolKubernetesConfig) SetUserData added in v3.0.40

func (s *NodepoolKubernetesConfig) SetUserData(v string) *NodepoolKubernetesConfig

func (NodepoolKubernetesConfig) String added in v3.0.40

func (s NodepoolKubernetesConfig) String() string

type NodepoolManagement added in v3.0.40

type NodepoolManagement struct {
	AutoRepair    *bool                            `json:"auto_repair,omitempty" xml:"auto_repair,omitempty"`
	Enable        *bool                            `json:"enable,omitempty" xml:"enable,omitempty"`
	UpgradeConfig *NodepoolManagementUpgradeConfig `json:"upgrade_config,omitempty" xml:"upgrade_config,omitempty" type:"Struct"`
}

func (NodepoolManagement) GoString added in v3.0.40

func (s NodepoolManagement) GoString() string

func (*NodepoolManagement) SetAutoRepair added in v3.0.40

func (s *NodepoolManagement) SetAutoRepair(v bool) *NodepoolManagement

func (*NodepoolManagement) SetEnable added in v3.0.40

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

func (*NodepoolManagement) SetUpgradeConfig added in v3.0.40

func (s *NodepoolManagement) SetUpgradeConfig(v *NodepoolManagementUpgradeConfig) *NodepoolManagement

func (NodepoolManagement) String added in v3.0.40

func (s NodepoolManagement) String() string

type NodepoolManagementUpgradeConfig added in v3.0.40

type NodepoolManagementUpgradeConfig struct {
	AutoUpgrade     *bool  `json:"auto_upgrade,omitempty" xml:"auto_upgrade,omitempty"`
	MaxUnavailable  *int64 `json:"max_unavailable,omitempty" xml:"max_unavailable,omitempty"`
	Surge           *int64 `json:"surge,omitempty" xml:"surge,omitempty"`
	SurgePercentage *int64 `json:"surge_percentage,omitempty" xml:"surge_percentage,omitempty"`
}

func (NodepoolManagementUpgradeConfig) GoString added in v3.0.40

func (s NodepoolManagementUpgradeConfig) GoString() string

func (*NodepoolManagementUpgradeConfig) SetAutoUpgrade added in v3.0.40

func (s *NodepoolManagementUpgradeConfig) SetAutoUpgrade(v bool) *NodepoolManagementUpgradeConfig

func (*NodepoolManagementUpgradeConfig) SetMaxUnavailable added in v3.0.40

func (s *NodepoolManagementUpgradeConfig) SetMaxUnavailable(v int64) *NodepoolManagementUpgradeConfig

func (*NodepoolManagementUpgradeConfig) SetSurge added in v3.0.40

func (s *NodepoolManagementUpgradeConfig) SetSurge(v int64) *NodepoolManagementUpgradeConfig

func (*NodepoolManagementUpgradeConfig) SetSurgePercentage added in v3.0.40

func (s *NodepoolManagementUpgradeConfig) SetSurgePercentage(v int64) *NodepoolManagementUpgradeConfig

func (NodepoolManagementUpgradeConfig) String added in v3.0.40

func (s NodepoolManagementUpgradeConfig) String() string

type NodepoolNodepoolInfo added in v3.0.40

type NodepoolNodepoolInfo struct {
	Name            *string `json:"name,omitempty" xml:"name,omitempty"`
	ResourceGroupId *string `json:"resource_group_id,omitempty" xml:"resource_group_id,omitempty"`
	Type            *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (NodepoolNodepoolInfo) GoString added in v3.0.40

func (s NodepoolNodepoolInfo) GoString() string

func (*NodepoolNodepoolInfo) SetName added in v3.0.40

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

func (*NodepoolNodepoolInfo) SetResourceGroupId added in v3.0.40

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

func (*NodepoolNodepoolInfo) SetType added in v3.0.40

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

func (NodepoolNodepoolInfo) String added in v3.0.40

func (s NodepoolNodepoolInfo) String() string

type NodepoolScalingGroup added in v3.0.40

type NodepoolScalingGroup struct {
	AutoRenew                           *bool                                   `json:"auto_renew,omitempty" xml:"auto_renew,omitempty"`
	AutoRenewPeriod                     *int64                                  `json:"auto_renew_period,omitempty" xml:"auto_renew_period,omitempty"`
	CompensateWithOnDemand              *bool                                   `json:"compensate_with_on_demand,omitempty" xml:"compensate_with_on_demand,omitempty"`
	DataDisks                           []*DataDisk                             `json:"data_disks,omitempty" xml:"data_disks,omitempty" type:"Repeated"`
	DeploymentsetId                     *string                                 `json:"deploymentset_id,omitempty" xml:"deploymentset_id,omitempty"`
	DesiredSize                         *int64                                  `json:"desired_size,omitempty" xml:"desired_size,omitempty"`
	ImageId                             *string                                 `json:"image_id,omitempty" xml:"image_id,omitempty"`
	ImageType                           *string                                 `json:"image_type,omitempty" xml:"image_type,omitempty"`
	InstanceChargeType                  *string                                 `json:"instance_charge_type,omitempty" xml:"instance_charge_type,omitempty"`
	InstanceTypes                       []*string                               `json:"instance_types,omitempty" xml:"instance_types,omitempty" type:"Repeated"`
	InternetChargeType                  *string                                 `json:"internet_charge_type,omitempty" xml:"internet_charge_type,omitempty"`
	InternetMaxBandwidthOut             *int64                                  `json:"internet_max_bandwidth_out,omitempty" xml:"internet_max_bandwidth_out,omitempty"`
	KeyPair                             *string                                 `json:"key_pair,omitempty" xml:"key_pair,omitempty"`
	LoginPassword                       *string                                 `json:"login_password,omitempty" xml:"login_password,omitempty"`
	MultiAzPolicy                       *string                                 `json:"multi_az_policy,omitempty" xml:"multi_az_policy,omitempty"`
	OnDemandBaseCapacity                *int64                                  `json:"on_demand_base_capacity,omitempty" xml:"on_demand_base_capacity,omitempty"`
	OnDemandPercentageAboveBaseCapacity *int64                                  `json:"on_demand_percentage_above_base_capacity,omitempty" xml:"on_demand_percentage_above_base_capacity,omitempty"`
	Period                              *int64                                  `json:"period,omitempty" xml:"period,omitempty"`
	PeriodUnit                          *string                                 `json:"period_unit,omitempty" xml:"period_unit,omitempty"`
	Platform                            *string                                 `json:"platform,omitempty" xml:"platform,omitempty"`
	PrivatePoolOptions                  *NodepoolScalingGroupPrivatePoolOptions `json:"private_pool_options,omitempty" xml:"private_pool_options,omitempty" type:"Struct"`
	RdsInstances                        []*string                               `json:"rds_instances,omitempty" xml:"rds_instances,omitempty" type:"Repeated"`
	ScalingPolicy                       *string                                 `json:"scaling_policy,omitempty" xml:"scaling_policy,omitempty"`
	SecurityGroupId                     *string                                 `json:"security_group_id,omitempty" xml:"security_group_id,omitempty"`
	SecurityGroupIds                    []*string                               `json:"security_group_ids,omitempty" xml:"security_group_ids,omitempty" type:"Repeated"`
	SpotInstancePools                   *int64                                  `json:"spot_instance_pools,omitempty" xml:"spot_instance_pools,omitempty"`
	SpotInstanceRemedy                  *bool                                   `json:"spot_instance_remedy,omitempty" xml:"spot_instance_remedy,omitempty"`
	SpotPriceLimit                      []*NodepoolScalingGroupSpotPriceLimit   `json:"spot_price_limit,omitempty" xml:"spot_price_limit,omitempty" type:"Repeated"`
	SpotStrategy                        *string                                 `json:"spot_strategy,omitempty" xml:"spot_strategy,omitempty"`
	SystemDiskBurstingEnabled           *bool                                   `json:"system_disk_bursting_enabled,omitempty" xml:"system_disk_bursting_enabled,omitempty"`
	SystemDiskCategory                  *string                                 `json:"system_disk_category,omitempty" xml:"system_disk_category,omitempty"`
	SystemDiskPerformanceLevel          *string                                 `json:"system_disk_performance_level,omitempty" xml:"system_disk_performance_level,omitempty"`
	SystemDiskProvisionedIops           *int64                                  `json:"system_disk_provisioned_iops,omitempty" xml:"system_disk_provisioned_iops,omitempty"`
	SystemDiskSize                      *int64                                  `json:"system_disk_size,omitempty" xml:"system_disk_size,omitempty"`
	Tags                                []*NodepoolScalingGroupTags             `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
	VswitchIds                          []*string                               `json:"vswitch_ids,omitempty" xml:"vswitch_ids,omitempty" type:"Repeated"`
}

func (NodepoolScalingGroup) GoString added in v3.0.40

func (s NodepoolScalingGroup) GoString() string

func (*NodepoolScalingGroup) SetAutoRenew added in v3.0.40

func (s *NodepoolScalingGroup) SetAutoRenew(v bool) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetAutoRenewPeriod added in v3.0.40

func (s *NodepoolScalingGroup) SetAutoRenewPeriod(v int64) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetCompensateWithOnDemand added in v3.0.40

func (s *NodepoolScalingGroup) SetCompensateWithOnDemand(v bool) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetDataDisks added in v3.0.40

func (s *NodepoolScalingGroup) SetDataDisks(v []*DataDisk) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetDeploymentsetId added in v3.0.40

func (s *NodepoolScalingGroup) SetDeploymentsetId(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetDesiredSize added in v3.0.40

func (s *NodepoolScalingGroup) SetDesiredSize(v int64) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetImageId added in v3.0.40

func (s *NodepoolScalingGroup) SetImageId(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetImageType added in v3.0.40

func (s *NodepoolScalingGroup) SetImageType(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetInstanceChargeType added in v3.0.40

func (s *NodepoolScalingGroup) SetInstanceChargeType(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetInstanceTypes added in v3.0.40

func (s *NodepoolScalingGroup) SetInstanceTypes(v []*string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetInternetChargeType added in v3.0.40

func (s *NodepoolScalingGroup) SetInternetChargeType(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetInternetMaxBandwidthOut added in v3.0.40

func (s *NodepoolScalingGroup) SetInternetMaxBandwidthOut(v int64) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetKeyPair added in v3.0.40

func (s *NodepoolScalingGroup) SetKeyPair(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetLoginPassword added in v3.0.40

func (s *NodepoolScalingGroup) SetLoginPassword(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetMultiAzPolicy added in v3.0.40

func (s *NodepoolScalingGroup) SetMultiAzPolicy(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetOnDemandBaseCapacity added in v3.0.40

func (s *NodepoolScalingGroup) SetOnDemandBaseCapacity(v int64) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetOnDemandPercentageAboveBaseCapacity added in v3.0.40

func (s *NodepoolScalingGroup) SetOnDemandPercentageAboveBaseCapacity(v int64) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetPeriod added in v3.0.40

func (s *NodepoolScalingGroup) SetPeriod(v int64) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetPeriodUnit added in v3.0.40

func (s *NodepoolScalingGroup) SetPeriodUnit(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetPlatform added in v3.0.40

func (s *NodepoolScalingGroup) SetPlatform(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetPrivatePoolOptions added in v3.0.40

func (s *NodepoolScalingGroup) SetPrivatePoolOptions(v *NodepoolScalingGroupPrivatePoolOptions) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetRdsInstances added in v3.0.40

func (s *NodepoolScalingGroup) SetRdsInstances(v []*string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetScalingPolicy added in v3.0.40

func (s *NodepoolScalingGroup) SetScalingPolicy(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetSecurityGroupId added in v3.0.40

func (s *NodepoolScalingGroup) SetSecurityGroupId(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetSecurityGroupIds added in v3.0.40

func (s *NodepoolScalingGroup) SetSecurityGroupIds(v []*string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetSpotInstancePools added in v3.0.40

func (s *NodepoolScalingGroup) SetSpotInstancePools(v int64) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetSpotInstanceRemedy added in v3.0.40

func (s *NodepoolScalingGroup) SetSpotInstanceRemedy(v bool) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetSpotPriceLimit added in v3.0.40

func (s *NodepoolScalingGroup) SetSpotPriceLimit(v []*NodepoolScalingGroupSpotPriceLimit) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetSpotStrategy added in v3.0.40

func (s *NodepoolScalingGroup) SetSpotStrategy(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetSystemDiskBurstingEnabled added in v3.0.40

func (s *NodepoolScalingGroup) SetSystemDiskBurstingEnabled(v bool) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetSystemDiskCategory added in v3.0.40

func (s *NodepoolScalingGroup) SetSystemDiskCategory(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetSystemDiskPerformanceLevel added in v3.0.40

func (s *NodepoolScalingGroup) SetSystemDiskPerformanceLevel(v string) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetSystemDiskProvisionedIops added in v3.0.40

func (s *NodepoolScalingGroup) SetSystemDiskProvisionedIops(v int64) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetSystemDiskSize added in v3.0.40

func (s *NodepoolScalingGroup) SetSystemDiskSize(v int64) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetTags added in v3.0.40

func (s *NodepoolScalingGroup) SetTags(v []*NodepoolScalingGroupTags) *NodepoolScalingGroup

func (*NodepoolScalingGroup) SetVswitchIds added in v3.0.40

func (s *NodepoolScalingGroup) SetVswitchIds(v []*string) *NodepoolScalingGroup

func (NodepoolScalingGroup) String added in v3.0.40

func (s NodepoolScalingGroup) String() string

type NodepoolScalingGroupPrivatePoolOptions added in v3.0.40

type NodepoolScalingGroupPrivatePoolOptions struct {
	Id            *string `json:"id,omitempty" xml:"id,omitempty"`
	MatchCriteria *string `json:"match_criteria,omitempty" xml:"match_criteria,omitempty"`
}

func (NodepoolScalingGroupPrivatePoolOptions) GoString added in v3.0.40

func (s NodepoolScalingGroupPrivatePoolOptions) GoString() string

func (*NodepoolScalingGroupPrivatePoolOptions) SetId added in v3.0.40

func (s *NodepoolScalingGroupPrivatePoolOptions) SetId(v string) *NodepoolScalingGroupPrivatePoolOptions

func (*NodepoolScalingGroupPrivatePoolOptions) SetMatchCriteria added in v3.0.40

func (s *NodepoolScalingGroupPrivatePoolOptions) SetMatchCriteria(v string) *NodepoolScalingGroupPrivatePoolOptions

func (NodepoolScalingGroupPrivatePoolOptions) String added in v3.0.40

func (s NodepoolScalingGroupPrivatePoolOptions) String() string

type NodepoolScalingGroupSpotPriceLimit added in v3.0.40

type NodepoolScalingGroupSpotPriceLimit struct {
	InstanceType *string `json:"instance_type,omitempty" xml:"instance_type,omitempty"`
	PriceLimit   *string `json:"price_limit,omitempty" xml:"price_limit,omitempty"`
}

func (NodepoolScalingGroupSpotPriceLimit) GoString added in v3.0.40

func (s NodepoolScalingGroupSpotPriceLimit) GoString() string

func (*NodepoolScalingGroupSpotPriceLimit) SetInstanceType added in v3.0.40

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

func (*NodepoolScalingGroupSpotPriceLimit) SetPriceLimit added in v3.0.40

func (s *NodepoolScalingGroupSpotPriceLimit) SetPriceLimit(v string) *NodepoolScalingGroupSpotPriceLimit

func (NodepoolScalingGroupSpotPriceLimit) String added in v3.0.40

func (s NodepoolScalingGroupSpotPriceLimit) String() string

type NodepoolScalingGroupTags added in v3.0.40

type NodepoolScalingGroupTags struct {
	Key   *string `json:"key,omitempty" xml:"key,omitempty"`
	Value *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (NodepoolScalingGroupTags) GoString added in v3.0.40

func (s NodepoolScalingGroupTags) GoString() string

func (*NodepoolScalingGroupTags) SetKey added in v3.0.40

func (s *NodepoolScalingGroupTags) SetKey(v string) *NodepoolScalingGroupTags

func (*NodepoolScalingGroupTags) SetValue added in v3.0.40

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

func (NodepoolScalingGroupTags) String added in v3.0.40

func (s NodepoolScalingGroupTags) String() string

type NodepoolTeeConfig added in v3.0.40

type NodepoolTeeConfig struct {
	TeeEnable *bool `json:"tee_enable,omitempty" xml:"tee_enable,omitempty"`
}

func (NodepoolTeeConfig) GoString added in v3.0.40

func (s NodepoolTeeConfig) GoString() string

func (*NodepoolTeeConfig) SetTeeEnable added in v3.0.40

func (s *NodepoolTeeConfig) SetTeeEnable(v bool) *NodepoolTeeConfig

func (NodepoolTeeConfig) String added in v3.0.40

func (s NodepoolTeeConfig) String() string

type OpenAckServiceRequest

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

func (OpenAckServiceRequest) GoString

func (s OpenAckServiceRequest) GoString() string

func (*OpenAckServiceRequest) SetType

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

func (OpenAckServiceRequest) String

func (s OpenAckServiceRequest) String() string

type OpenAckServiceResponse

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

func (OpenAckServiceResponse) GoString

func (s OpenAckServiceResponse) GoString() string

func (*OpenAckServiceResponse) SetBody

func (s *OpenAckServiceResponse) SetBody(v *OpenAckServiceResponseBody) *OpenAckServiceResponse

func (*OpenAckServiceResponse) SetHeaders

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

func (*OpenAckServiceResponse) SetStatusCode added in v3.0.13

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

func (OpenAckServiceResponse) String

func (s OpenAckServiceResponse) String() string

type OpenAckServiceResponseBody

type OpenAckServiceResponseBody struct {
	// The ID of the order.
	OrderId *string `json:"order_id,omitempty" xml:"order_id,omitempty"`
	// The ID of the request.
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
}

func (OpenAckServiceResponseBody) GoString

func (s OpenAckServiceResponseBody) GoString() string

func (*OpenAckServiceResponseBody) SetOrderId

func (s *OpenAckServiceResponseBody) SetOrderId(v string) *OpenAckServiceResponseBody

func (*OpenAckServiceResponseBody) SetRequestId

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

func (OpenAckServiceResponseBody) String

func (s OpenAckServiceResponseBody) String() string

type PauseClusterUpgradeResponse

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

func (PauseClusterUpgradeResponse) GoString

func (s PauseClusterUpgradeResponse) GoString() string

func (*PauseClusterUpgradeResponse) SetHeaders

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

func (*PauseClusterUpgradeResponse) SetStatusCode added in v3.0.13

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

func (PauseClusterUpgradeResponse) String

func (s PauseClusterUpgradeResponse) String() string

type PauseComponentUpgradeResponse

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

func (PauseComponentUpgradeResponse) GoString

func (s PauseComponentUpgradeResponse) GoString() string

func (*PauseComponentUpgradeResponse) SetHeaders

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

func (*PauseComponentUpgradeResponse) SetStatusCode added in v3.0.13

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

func (PauseComponentUpgradeResponse) String

func (s PauseComponentUpgradeResponse) String() string

type PauseTaskResponse added in v3.0.13

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

func (PauseTaskResponse) GoString added in v3.0.13

func (s PauseTaskResponse) GoString() string

func (*PauseTaskResponse) SetHeaders added in v3.0.13

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

func (*PauseTaskResponse) SetStatusCode added in v3.0.13

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

func (PauseTaskResponse) String added in v3.0.13

func (s PauseTaskResponse) String() string

type QuotasValue added in v3.0.32

type QuotasValue struct {
	Quota         *string `json:"quota,omitempty" xml:"quota,omitempty"`
	OperationCode *string `json:"operation_code,omitempty" xml:"operation_code,omitempty"`
	Adjustable    *bool   `json:"adjustable,omitempty" xml:"adjustable,omitempty"`
	Unit          *string `json:"unit,omitempty" xml:"unit,omitempty"`
}

func (QuotasValue) GoString added in v3.0.32

func (s QuotasValue) GoString() string

func (*QuotasValue) SetAdjustable added in v3.0.32

func (s *QuotasValue) SetAdjustable(v bool) *QuotasValue

func (*QuotasValue) SetOperationCode added in v3.0.32

func (s *QuotasValue) SetOperationCode(v string) *QuotasValue

func (*QuotasValue) SetQuota added in v3.0.32

func (s *QuotasValue) SetQuota(v string) *QuotasValue

func (*QuotasValue) SetUnit added in v3.0.32

func (s *QuotasValue) SetUnit(v string) *QuotasValue

func (QuotasValue) String added in v3.0.32

func (s QuotasValue) String() string

type RemoveClusterNodesRequest

type RemoveClusterNodesRequest struct {
	DrainNode   *bool     `json:"drain_node,omitempty" xml:"drain_node,omitempty"`
	Nodes       []*string `json:"nodes,omitempty" xml:"nodes,omitempty" type:"Repeated"`
	ReleaseNode *bool     `json:"release_node,omitempty" xml:"release_node,omitempty"`
}

func (RemoveClusterNodesRequest) GoString

func (s RemoveClusterNodesRequest) GoString() string

func (*RemoveClusterNodesRequest) SetDrainNode

func (s *RemoveClusterNodesRequest) SetDrainNode(v bool) *RemoveClusterNodesRequest

func (*RemoveClusterNodesRequest) SetNodes

func (s *RemoveClusterNodesRequest) SetNodes(v []*string) *RemoveClusterNodesRequest

func (*RemoveClusterNodesRequest) SetReleaseNode

func (s *RemoveClusterNodesRequest) SetReleaseNode(v bool) *RemoveClusterNodesRequest

func (RemoveClusterNodesRequest) String

func (s RemoveClusterNodesRequest) String() string

type RemoveClusterNodesResponse

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

func (RemoveClusterNodesResponse) GoString

func (s RemoveClusterNodesResponse) GoString() string

func (*RemoveClusterNodesResponse) SetHeaders

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

func (*RemoveClusterNodesResponse) SetStatusCode added in v3.0.13

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

func (RemoveClusterNodesResponse) String

func (s RemoveClusterNodesResponse) String() string

type RemoveNodePoolNodesRequest added in v3.0.19

type RemoveNodePoolNodesRequest struct {
	// true
	DrainNode *bool `json:"drain_node,omitempty" xml:"drain_node,omitempty"`
	// i-bp1c70fqbv1nlu9xxxxx
	InstanceIds []*string `json:"instance_ids,omitempty" xml:"instance_ids,omitempty" type:"Repeated"`
	// cn-hangzhou.172.16.xxx.xxx
	Nodes []*string `json:"nodes,omitempty" xml:"nodes,omitempty" type:"Repeated"`
	// true
	ReleaseNode *bool `json:"release_node,omitempty" xml:"release_node,omitempty"`
}

func (RemoveNodePoolNodesRequest) GoString added in v3.0.19

func (s RemoveNodePoolNodesRequest) GoString() string

func (*RemoveNodePoolNodesRequest) SetDrainNode added in v3.0.19

func (s *RemoveNodePoolNodesRequest) SetDrainNode(v bool) *RemoveNodePoolNodesRequest

func (*RemoveNodePoolNodesRequest) SetInstanceIds added in v3.0.30

func (s *RemoveNodePoolNodesRequest) SetInstanceIds(v []*string) *RemoveNodePoolNodesRequest

func (*RemoveNodePoolNodesRequest) SetNodes added in v3.0.19

func (s *RemoveNodePoolNodesRequest) SetNodes(v []*string) *RemoveNodePoolNodesRequest

func (*RemoveNodePoolNodesRequest) SetReleaseNode added in v3.0.19

func (s *RemoveNodePoolNodesRequest) SetReleaseNode(v bool) *RemoveNodePoolNodesRequest

func (RemoveNodePoolNodesRequest) String added in v3.0.19

func (s RemoveNodePoolNodesRequest) String() string

type RemoveNodePoolNodesResponse added in v3.0.19

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

func (RemoveNodePoolNodesResponse) GoString added in v3.0.19

func (s RemoveNodePoolNodesResponse) GoString() string

func (*RemoveNodePoolNodesResponse) SetBody added in v3.0.19

func (s *RemoveNodePoolNodesResponse) SetBody(v *RemoveNodePoolNodesResponseBody) *RemoveNodePoolNodesResponse

func (*RemoveNodePoolNodesResponse) SetHeaders added in v3.0.19

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

func (*RemoveNodePoolNodesResponse) SetStatusCode added in v3.0.19

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

func (RemoveNodePoolNodesResponse) String added in v3.0.19

func (s RemoveNodePoolNodesResponse) String() string

type RemoveNodePoolNodesResponseBody added in v3.0.19

type RemoveNodePoolNodesResponseBody struct {
	// The ID of the request.
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// The ID of the task.
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (RemoveNodePoolNodesResponseBody) GoString added in v3.0.19

func (s RemoveNodePoolNodesResponseBody) GoString() string

func (*RemoveNodePoolNodesResponseBody) SetRequestId added in v3.0.19

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

func (*RemoveNodePoolNodesResponseBody) SetTaskId added in v3.0.19

func (s *RemoveNodePoolNodesResponseBody) SetTaskId(v string) *RemoveNodePoolNodesResponseBody

func (RemoveNodePoolNodesResponseBody) String added in v3.0.19

func (s RemoveNodePoolNodesResponseBody) String() string

type RemoveNodePoolNodesShrinkRequest added in v3.0.19

type RemoveNodePoolNodesShrinkRequest struct {
	// true
	DrainNode *bool `json:"drain_node,omitempty" xml:"drain_node,omitempty"`
	// i-bp1c70fqbv1nlu9xxxxx
	InstanceIdsShrink *string `json:"instance_ids,omitempty" xml:"instance_ids,omitempty"`
	// cn-hangzhou.172.16.xxx.xxx
	NodesShrink *string `json:"nodes,omitempty" xml:"nodes,omitempty"`
	// true
	ReleaseNode *bool `json:"release_node,omitempty" xml:"release_node,omitempty"`
}

func (RemoveNodePoolNodesShrinkRequest) GoString added in v3.0.19

func (s RemoveNodePoolNodesShrinkRequest) GoString() string

func (*RemoveNodePoolNodesShrinkRequest) SetDrainNode added in v3.0.19

func (s *RemoveNodePoolNodesShrinkRequest) SetDrainNode(v bool) *RemoveNodePoolNodesShrinkRequest

func (*RemoveNodePoolNodesShrinkRequest) SetInstanceIdsShrink added in v3.0.30

func (s *RemoveNodePoolNodesShrinkRequest) SetInstanceIdsShrink(v string) *RemoveNodePoolNodesShrinkRequest

func (*RemoveNodePoolNodesShrinkRequest) SetNodesShrink added in v3.0.19

func (s *RemoveNodePoolNodesShrinkRequest) SetNodesShrink(v string) *RemoveNodePoolNodesShrinkRequest

func (*RemoveNodePoolNodesShrinkRequest) SetReleaseNode added in v3.0.19

func (s *RemoveNodePoolNodesShrinkRequest) SetReleaseNode(v bool) *RemoveNodePoolNodesShrinkRequest

func (RemoveNodePoolNodesShrinkRequest) String added in v3.0.19

func (s RemoveNodePoolNodesShrinkRequest) String() string

type RemoveWorkflowResponse

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

func (RemoveWorkflowResponse) GoString

func (s RemoveWorkflowResponse) GoString() string

func (*RemoveWorkflowResponse) SetHeaders

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

func (*RemoveWorkflowResponse) SetStatusCode added in v3.0.13

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

func (RemoveWorkflowResponse) String

func (s RemoveWorkflowResponse) String() string

type RepairClusterNodePoolRequest

type RepairClusterNodePoolRequest struct {
	Nodes []*string `json:"nodes,omitempty" xml:"nodes,omitempty" type:"Repeated"`
}

func (RepairClusterNodePoolRequest) GoString

func (s RepairClusterNodePoolRequest) GoString() string

func (*RepairClusterNodePoolRequest) SetNodes

func (s *RepairClusterNodePoolRequest) SetNodes(v []*string) *RepairClusterNodePoolRequest

func (RepairClusterNodePoolRequest) String

func (s RepairClusterNodePoolRequest) String() string

type RepairClusterNodePoolResponse

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

func (RepairClusterNodePoolResponse) GoString

func (s RepairClusterNodePoolResponse) GoString() string

func (*RepairClusterNodePoolResponse) SetBody

func (s *RepairClusterNodePoolResponse) SetBody(v *RepairClusterNodePoolResponseBody) *RepairClusterNodePoolResponse

func (*RepairClusterNodePoolResponse) SetHeaders

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

func (*RepairClusterNodePoolResponse) SetStatusCode added in v3.0.13

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

func (RepairClusterNodePoolResponse) String

func (s RepairClusterNodePoolResponse) String() string

type RepairClusterNodePoolResponseBody

type RepairClusterNodePoolResponseBody struct {
	// The ID of the request.
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// The ID of the task.
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (RepairClusterNodePoolResponseBody) GoString

func (s RepairClusterNodePoolResponseBody) GoString() string

func (*RepairClusterNodePoolResponseBody) SetRequestId

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

func (*RepairClusterNodePoolResponseBody) SetTaskId

func (s *RepairClusterNodePoolResponseBody) SetTaskId(v string) *RepairClusterNodePoolResponseBody

func (RepairClusterNodePoolResponseBody) String

func (s RepairClusterNodePoolResponseBody) String() string

type ResumeComponentUpgradeResponse

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

func (ResumeComponentUpgradeResponse) GoString

func (s ResumeComponentUpgradeResponse) GoString() string

func (*ResumeComponentUpgradeResponse) SetHeaders

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

func (*ResumeComponentUpgradeResponse) SetStatusCode added in v3.0.13

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

func (ResumeComponentUpgradeResponse) String

func (s ResumeComponentUpgradeResponse) String() string

type ResumeTaskResponse added in v3.0.13

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

func (ResumeTaskResponse) GoString added in v3.0.13

func (s ResumeTaskResponse) GoString() string

func (*ResumeTaskResponse) SetHeaders added in v3.0.13

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

func (*ResumeTaskResponse) SetStatusCode added in v3.0.13

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

func (ResumeTaskResponse) String added in v3.0.13

func (s ResumeTaskResponse) String() string

type ResumeUpgradeClusterResponse

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

func (ResumeUpgradeClusterResponse) GoString

func (s ResumeUpgradeClusterResponse) GoString() string

func (*ResumeUpgradeClusterResponse) SetHeaders

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

func (*ResumeUpgradeClusterResponse) SetStatusCode added in v3.0.13

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

func (ResumeUpgradeClusterResponse) String

func (s ResumeUpgradeClusterResponse) String() string

type Runtime

type Runtime struct {
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	Version *string `json:"version,omitempty" xml:"version,omitempty"`
}

func (Runtime) GoString

func (s Runtime) GoString() string

func (*Runtime) SetName

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

func (*Runtime) SetVersion

func (s *Runtime) SetVersion(v string) *Runtime

func (Runtime) String

func (s Runtime) String() string

type ScaleClusterNodePoolRequest

type ScaleClusterNodePoolRequest struct {
	Count *int64 `json:"count,omitempty" xml:"count,omitempty"`
}

func (ScaleClusterNodePoolRequest) GoString

func (s ScaleClusterNodePoolRequest) GoString() string

func (*ScaleClusterNodePoolRequest) SetCount

func (s *ScaleClusterNodePoolRequest) SetCount(v int64) *ScaleClusterNodePoolRequest

func (ScaleClusterNodePoolRequest) String

func (s ScaleClusterNodePoolRequest) String() string

type ScaleClusterNodePoolResponse

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

func (ScaleClusterNodePoolResponse) GoString

func (s ScaleClusterNodePoolResponse) GoString() string

func (*ScaleClusterNodePoolResponse) SetBody

func (s *ScaleClusterNodePoolResponse) SetBody(v *ScaleClusterNodePoolResponseBody) *ScaleClusterNodePoolResponse

func (*ScaleClusterNodePoolResponse) SetHeaders

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

func (*ScaleClusterNodePoolResponse) SetStatusCode added in v3.0.13

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

func (ScaleClusterNodePoolResponse) String

func (s ScaleClusterNodePoolResponse) String() string

type ScaleClusterNodePoolResponseBody

type ScaleClusterNodePoolResponseBody struct {
	// The ID of the scaling task.
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (ScaleClusterNodePoolResponseBody) GoString

func (s ScaleClusterNodePoolResponseBody) GoString() string

func (*ScaleClusterNodePoolResponseBody) SetTaskId

func (s *ScaleClusterNodePoolResponseBody) SetTaskId(v string) *ScaleClusterNodePoolResponseBody

func (ScaleClusterNodePoolResponseBody) String

func (s ScaleClusterNodePoolResponseBody) String() string

type ScaleClusterRequest

type ScaleClusterRequest struct {
	CloudMonitorFlags        *bool                                 `json:"cloud_monitor_flags,omitempty" xml:"cloud_monitor_flags,omitempty"`
	Count                    *int64                                `json:"count,omitempty" xml:"count,omitempty"`
	CpuPolicy                *string                               `json:"cpu_policy,omitempty" xml:"cpu_policy,omitempty"`
	DisableRollback          *bool                                 `json:"disable_rollback,omitempty" xml:"disable_rollback,omitempty"`
	KeyPair                  *string                               `json:"key_pair,omitempty" xml:"key_pair,omitempty"`
	LoginPassword            *string                               `json:"login_password,omitempty" xml:"login_password,omitempty"`
	Tags                     []*ScaleClusterRequestTags            `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
	Taints                   []*ScaleClusterRequestTaints          `json:"taints,omitempty" xml:"taints,omitempty" type:"Repeated"`
	VswitchIds               []*string                             `json:"vswitch_ids,omitempty" xml:"vswitch_ids,omitempty" type:"Repeated"`
	WorkerAutoRenew          *bool                                 `json:"worker_auto_renew,omitempty" xml:"worker_auto_renew,omitempty"`
	WorkerAutoRenewPeriod    *int64                                `json:"worker_auto_renew_period,omitempty" xml:"worker_auto_renew_period,omitempty"`
	WorkerDataDisk           *bool                                 `json:"worker_data_disk,omitempty" xml:"worker_data_disk,omitempty"`
	WorkerDataDisks          []*ScaleClusterRequestWorkerDataDisks `json:"worker_data_disks,omitempty" xml:"worker_data_disks,omitempty" type:"Repeated"`
	WorkerInstanceChargeType *string                               `json:"worker_instance_charge_type,omitempty" xml:"worker_instance_charge_type,omitempty"`
	WorkerInstanceTypes      []*string                             `json:"worker_instance_types,omitempty" xml:"worker_instance_types,omitempty" type:"Repeated"`
	WorkerPeriod             *int64                                `json:"worker_period,omitempty" xml:"worker_period,omitempty"`
	WorkerPeriodUnit         *string                               `json:"worker_period_unit,omitempty" xml:"worker_period_unit,omitempty"`
	WorkerSystemDiskCategory *string                               `json:"worker_system_disk_category,omitempty" xml:"worker_system_disk_category,omitempty"`
	WorkerSystemDiskSize     *int64                                `json:"worker_system_disk_size,omitempty" xml:"worker_system_disk_size,omitempty"`
}

func (ScaleClusterRequest) GoString

func (s ScaleClusterRequest) GoString() string

func (*ScaleClusterRequest) SetCloudMonitorFlags

func (s *ScaleClusterRequest) SetCloudMonitorFlags(v bool) *ScaleClusterRequest

func (*ScaleClusterRequest) SetCount

func (s *ScaleClusterRequest) SetCount(v int64) *ScaleClusterRequest

func (*ScaleClusterRequest) SetCpuPolicy

func (s *ScaleClusterRequest) SetCpuPolicy(v string) *ScaleClusterRequest

func (*ScaleClusterRequest) SetDisableRollback

func (s *ScaleClusterRequest) SetDisableRollback(v bool) *ScaleClusterRequest

func (*ScaleClusterRequest) SetKeyPair

func (s *ScaleClusterRequest) SetKeyPair(v string) *ScaleClusterRequest

func (*ScaleClusterRequest) SetLoginPassword

func (s *ScaleClusterRequest) SetLoginPassword(v string) *ScaleClusterRequest

func (*ScaleClusterRequest) SetTags

func (s *ScaleClusterRequest) SetTags(v []*ScaleClusterRequestTags) *ScaleClusterRequest

func (*ScaleClusterRequest) SetTaints

func (s *ScaleClusterRequest) SetTaints(v []*ScaleClusterRequestTaints) *ScaleClusterRequest

func (*ScaleClusterRequest) SetVswitchIds

func (s *ScaleClusterRequest) SetVswitchIds(v []*string) *ScaleClusterRequest

func (*ScaleClusterRequest) SetWorkerAutoRenew

func (s *ScaleClusterRequest) SetWorkerAutoRenew(v bool) *ScaleClusterRequest

func (*ScaleClusterRequest) SetWorkerAutoRenewPeriod

func (s *ScaleClusterRequest) SetWorkerAutoRenewPeriod(v int64) *ScaleClusterRequest

func (*ScaleClusterRequest) SetWorkerDataDisk

func (s *ScaleClusterRequest) SetWorkerDataDisk(v bool) *ScaleClusterRequest

func (*ScaleClusterRequest) SetWorkerDataDisks

func (s *ScaleClusterRequest) SetWorkerDataDisks(v []*ScaleClusterRequestWorkerDataDisks) *ScaleClusterRequest

func (*ScaleClusterRequest) SetWorkerInstanceChargeType

func (s *ScaleClusterRequest) SetWorkerInstanceChargeType(v string) *ScaleClusterRequest

func (*ScaleClusterRequest) SetWorkerInstanceTypes

func (s *ScaleClusterRequest) SetWorkerInstanceTypes(v []*string) *ScaleClusterRequest

func (*ScaleClusterRequest) SetWorkerPeriod

func (s *ScaleClusterRequest) SetWorkerPeriod(v int64) *ScaleClusterRequest

func (*ScaleClusterRequest) SetWorkerPeriodUnit

func (s *ScaleClusterRequest) SetWorkerPeriodUnit(v string) *ScaleClusterRequest

func (*ScaleClusterRequest) SetWorkerSystemDiskCategory

func (s *ScaleClusterRequest) SetWorkerSystemDiskCategory(v string) *ScaleClusterRequest

func (*ScaleClusterRequest) SetWorkerSystemDiskSize

func (s *ScaleClusterRequest) SetWorkerSystemDiskSize(v int64) *ScaleClusterRequest

func (ScaleClusterRequest) String

func (s ScaleClusterRequest) String() string

type ScaleClusterRequestTags

type ScaleClusterRequestTags struct {
	Key *string `json:"key,omitempty" xml:"key,omitempty"`
}

func (ScaleClusterRequestTags) GoString

func (s ScaleClusterRequestTags) GoString() string

func (*ScaleClusterRequestTags) SetKey

func (s *ScaleClusterRequestTags) SetKey(v string) *ScaleClusterRequestTags

func (ScaleClusterRequestTags) String

func (s ScaleClusterRequestTags) String() string

type ScaleClusterRequestTaints

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

func (ScaleClusterRequestTaints) GoString

func (s ScaleClusterRequestTaints) GoString() string

func (*ScaleClusterRequestTaints) SetEffect

func (s *ScaleClusterRequestTaints) SetEffect(v string) *ScaleClusterRequestTaints

func (*ScaleClusterRequestTaints) SetKey

func (s *ScaleClusterRequestTaints) SetKey(v string) *ScaleClusterRequestTaints

func (*ScaleClusterRequestTaints) SetValue

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

func (ScaleClusterRequestTaints) String

func (s ScaleClusterRequestTaints) String() string

type ScaleClusterRequestWorkerDataDisks

type ScaleClusterRequestWorkerDataDisks struct {
	Category  *string `json:"category,omitempty" xml:"category,omitempty"`
	Encrypted *string `json:"encrypted,omitempty" xml:"encrypted,omitempty"`
	Size      *string `json:"size,omitempty" xml:"size,omitempty"`
}

func (ScaleClusterRequestWorkerDataDisks) GoString

func (s ScaleClusterRequestWorkerDataDisks) GoString() string

func (*ScaleClusterRequestWorkerDataDisks) SetCategory

func (s *ScaleClusterRequestWorkerDataDisks) SetCategory(v string) *ScaleClusterRequestWorkerDataDisks

func (*ScaleClusterRequestWorkerDataDisks) SetEncrypted

func (s *ScaleClusterRequestWorkerDataDisks) SetEncrypted(v string) *ScaleClusterRequestWorkerDataDisks

func (*ScaleClusterRequestWorkerDataDisks) SetSize

func (s *ScaleClusterRequestWorkerDataDisks) SetSize(v string) *ScaleClusterRequestWorkerDataDisks

func (ScaleClusterRequestWorkerDataDisks) String

func (s ScaleClusterRequestWorkerDataDisks) String() string

type ScaleClusterResponse

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

func (ScaleClusterResponse) GoString

func (s ScaleClusterResponse) GoString() string

func (*ScaleClusterResponse) SetBody

func (s *ScaleClusterResponse) SetBody(v *ScaleClusterResponseBody) *ScaleClusterResponse

func (*ScaleClusterResponse) SetHeaders

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

func (*ScaleClusterResponse) SetStatusCode added in v3.0.13

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

func (ScaleClusterResponse) String

func (s ScaleClusterResponse) String() string

type ScaleClusterResponseBody

type ScaleClusterResponseBody struct {
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	TaskId    *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (ScaleClusterResponseBody) GoString

func (s ScaleClusterResponseBody) GoString() string

func (*ScaleClusterResponseBody) SetClusterId

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

func (*ScaleClusterResponseBody) SetRequestId

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

func (*ScaleClusterResponseBody) SetTaskId

func (s *ScaleClusterResponseBody) SetTaskId(v string) *ScaleClusterResponseBody

func (ScaleClusterResponseBody) String

func (s ScaleClusterResponseBody) String() string

type ScaleOutClusterRequest

type ScaleOutClusterRequest struct {
	CloudMonitorFlags        *bool                                    `json:"cloud_monitor_flags,omitempty" xml:"cloud_monitor_flags,omitempty"`
	Count                    *int64                                   `json:"count,omitempty" xml:"count,omitempty"`
	CpuPolicy                *string                                  `json:"cpu_policy,omitempty" xml:"cpu_policy,omitempty"`
	ImageId                  *string                                  `json:"image_id,omitempty" xml:"image_id,omitempty"`
	KeyPair                  *string                                  `json:"key_pair,omitempty" xml:"key_pair,omitempty"`
	LoginPassword            *string                                  `json:"login_password,omitempty" xml:"login_password,omitempty"`
	RdsInstances             []*string                                `json:"rds_instances,omitempty" xml:"rds_instances,omitempty" type:"Repeated"`
	Runtime                  *Runtime                                 `json:"runtime,omitempty" xml:"runtime,omitempty"`
	Tags                     []*Tag                                   `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
	Taints                   []*Taint                                 `json:"taints,omitempty" xml:"taints,omitempty" type:"Repeated"`
	UserData                 *string                                  `json:"user_data,omitempty" xml:"user_data,omitempty"`
	VswitchIds               []*string                                `json:"vswitch_ids,omitempty" xml:"vswitch_ids,omitempty" type:"Repeated"`
	WorkerAutoRenew          *bool                                    `json:"worker_auto_renew,omitempty" xml:"worker_auto_renew,omitempty"`
	WorkerAutoRenewPeriod    *int64                                   `json:"worker_auto_renew_period,omitempty" xml:"worker_auto_renew_period,omitempty"`
	WorkerDataDisks          []*ScaleOutClusterRequestWorkerDataDisks `json:"worker_data_disks,omitempty" xml:"worker_data_disks,omitempty" type:"Repeated"`
	WorkerInstanceChargeType *string                                  `json:"worker_instance_charge_type,omitempty" xml:"worker_instance_charge_type,omitempty"`
	WorkerInstanceTypes      []*string                                `json:"worker_instance_types,omitempty" xml:"worker_instance_types,omitempty" type:"Repeated"`
	WorkerPeriod             *int64                                   `json:"worker_period,omitempty" xml:"worker_period,omitempty"`
	WorkerPeriodUnit         *string                                  `json:"worker_period_unit,omitempty" xml:"worker_period_unit,omitempty"`
	WorkerSystemDiskCategory *string                                  `json:"worker_system_disk_category,omitempty" xml:"worker_system_disk_category,omitempty"`
	WorkerSystemDiskSize     *int64                                   `json:"worker_system_disk_size,omitempty" xml:"worker_system_disk_size,omitempty"`
}

func (ScaleOutClusterRequest) GoString

func (s ScaleOutClusterRequest) GoString() string

func (*ScaleOutClusterRequest) SetCloudMonitorFlags

func (s *ScaleOutClusterRequest) SetCloudMonitorFlags(v bool) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetCount

func (s *ScaleOutClusterRequest) SetCount(v int64) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetCpuPolicy

func (s *ScaleOutClusterRequest) SetCpuPolicy(v string) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetImageId

func (s *ScaleOutClusterRequest) SetImageId(v string) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetKeyPair

func (s *ScaleOutClusterRequest) SetKeyPair(v string) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetLoginPassword

func (s *ScaleOutClusterRequest) SetLoginPassword(v string) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetRdsInstances

func (s *ScaleOutClusterRequest) SetRdsInstances(v []*string) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetRuntime

func (s *ScaleOutClusterRequest) SetRuntime(v *Runtime) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetTags

func (s *ScaleOutClusterRequest) SetTags(v []*Tag) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetTaints

func (s *ScaleOutClusterRequest) SetTaints(v []*Taint) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetUserData

func (s *ScaleOutClusterRequest) SetUserData(v string) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetVswitchIds

func (s *ScaleOutClusterRequest) SetVswitchIds(v []*string) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetWorkerAutoRenew

func (s *ScaleOutClusterRequest) SetWorkerAutoRenew(v bool) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetWorkerAutoRenewPeriod

func (s *ScaleOutClusterRequest) SetWorkerAutoRenewPeriod(v int64) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetWorkerDataDisks

func (s *ScaleOutClusterRequest) SetWorkerDataDisks(v []*ScaleOutClusterRequestWorkerDataDisks) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetWorkerInstanceChargeType

func (s *ScaleOutClusterRequest) SetWorkerInstanceChargeType(v string) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetWorkerInstanceTypes

func (s *ScaleOutClusterRequest) SetWorkerInstanceTypes(v []*string) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetWorkerPeriod

func (s *ScaleOutClusterRequest) SetWorkerPeriod(v int64) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetWorkerPeriodUnit

func (s *ScaleOutClusterRequest) SetWorkerPeriodUnit(v string) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetWorkerSystemDiskCategory

func (s *ScaleOutClusterRequest) SetWorkerSystemDiskCategory(v string) *ScaleOutClusterRequest

func (*ScaleOutClusterRequest) SetWorkerSystemDiskSize

func (s *ScaleOutClusterRequest) SetWorkerSystemDiskSize(v int64) *ScaleOutClusterRequest

func (ScaleOutClusterRequest) String

func (s ScaleOutClusterRequest) String() string

type ScaleOutClusterRequestWorkerDataDisks

type ScaleOutClusterRequestWorkerDataDisks struct {
	AutoSnapshotPolicyId *string `json:"auto_snapshot_policy_id,omitempty" xml:"auto_snapshot_policy_id,omitempty"`
	Category             *string `json:"category,omitempty" xml:"category,omitempty"`
	Encrypted            *string `json:"encrypted,omitempty" xml:"encrypted,omitempty"`
	Size                 *string `json:"size,omitempty" xml:"size,omitempty"`
}

func (ScaleOutClusterRequestWorkerDataDisks) GoString

func (s ScaleOutClusterRequestWorkerDataDisks) GoString() string

func (*ScaleOutClusterRequestWorkerDataDisks) SetAutoSnapshotPolicyId

func (s *ScaleOutClusterRequestWorkerDataDisks) SetAutoSnapshotPolicyId(v string) *ScaleOutClusterRequestWorkerDataDisks

func (*ScaleOutClusterRequestWorkerDataDisks) SetCategory

func (s *ScaleOutClusterRequestWorkerDataDisks) SetCategory(v string) *ScaleOutClusterRequestWorkerDataDisks

func (*ScaleOutClusterRequestWorkerDataDisks) SetEncrypted

func (s *ScaleOutClusterRequestWorkerDataDisks) SetEncrypted(v string) *ScaleOutClusterRequestWorkerDataDisks

func (*ScaleOutClusterRequestWorkerDataDisks) SetSize

func (s *ScaleOutClusterRequestWorkerDataDisks) SetSize(v string) *ScaleOutClusterRequestWorkerDataDisks

func (ScaleOutClusterRequestWorkerDataDisks) String

func (s ScaleOutClusterRequestWorkerDataDisks) String() string

type ScaleOutClusterResponse

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

func (ScaleOutClusterResponse) GoString

func (s ScaleOutClusterResponse) GoString() string

func (*ScaleOutClusterResponse) SetBody

func (s *ScaleOutClusterResponse) SetBody(v *ScaleOutClusterResponseBody) *ScaleOutClusterResponse

func (*ScaleOutClusterResponse) SetHeaders

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

func (*ScaleOutClusterResponse) SetStatusCode added in v3.0.13

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

func (ScaleOutClusterResponse) String

func (s ScaleOutClusterResponse) String() string

type ScaleOutClusterResponseBody

type ScaleOutClusterResponseBody struct {
	// The ID of the cluster.
	ClusterId *string `json:"cluster_id,omitempty" xml:"cluster_id,omitempty"`
	// The ID of the request.
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// The ID of the task.
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (ScaleOutClusterResponseBody) GoString

func (s ScaleOutClusterResponseBody) GoString() string

func (*ScaleOutClusterResponseBody) SetClusterId

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

func (*ScaleOutClusterResponseBody) SetRequestId

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

func (*ScaleOutClusterResponseBody) SetTaskId

func (s *ScaleOutClusterResponseBody) SetTaskId(v string) *ScaleOutClusterResponseBody

func (ScaleOutClusterResponseBody) String

func (s ScaleOutClusterResponseBody) String() string

type ScanClusterVulsResponse added in v3.0.27

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

func (ScanClusterVulsResponse) GoString added in v3.0.27

func (s ScanClusterVulsResponse) GoString() string

func (*ScanClusterVulsResponse) SetBody added in v3.0.27

func (s *ScanClusterVulsResponse) SetBody(v *ScanClusterVulsResponseBody) *ScanClusterVulsResponse

func (*ScanClusterVulsResponse) SetHeaders added in v3.0.27

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

func (*ScanClusterVulsResponse) SetStatusCode added in v3.0.27

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

func (ScanClusterVulsResponse) String added in v3.0.27

func (s ScanClusterVulsResponse) String() string

type ScanClusterVulsResponseBody added in v3.0.27

type ScanClusterVulsResponseBody struct {
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	TaskId    *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (ScanClusterVulsResponseBody) GoString added in v3.0.27

func (s ScanClusterVulsResponseBody) GoString() string

func (*ScanClusterVulsResponseBody) SetRequestId added in v3.0.27

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

func (*ScanClusterVulsResponseBody) SetTaskId added in v3.0.27

func (s *ScanClusterVulsResponseBody) SetTaskId(v string) *ScanClusterVulsResponseBody

func (ScanClusterVulsResponseBody) String added in v3.0.27

func (s ScanClusterVulsResponseBody) String() string

type StandardComponentsValue

type StandardComponentsValue struct {
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	Version     *string `json:"version,omitempty" xml:"version,omitempty"`
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Required    *string `json:"required,omitempty" xml:"required,omitempty"`
	Disabled    *bool   `json:"disabled,omitempty" xml:"disabled,omitempty"`
}

func (StandardComponentsValue) GoString

func (s StandardComponentsValue) GoString() string

func (*StandardComponentsValue) SetDescription

func (s *StandardComponentsValue) SetDescription(v string) *StandardComponentsValue

func (*StandardComponentsValue) SetDisabled

func (s *StandardComponentsValue) SetDisabled(v bool) *StandardComponentsValue

func (*StandardComponentsValue) SetName

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

func (*StandardComponentsValue) SetRequired

func (s *StandardComponentsValue) SetRequired(v string) *StandardComponentsValue

func (*StandardComponentsValue) SetVersion

func (s *StandardComponentsValue) SetVersion(v string) *StandardComponentsValue

func (StandardComponentsValue) String

func (s StandardComponentsValue) String() string

type StartAlertResponse added in v3.0.24

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

func (StartAlertResponse) GoString added in v3.0.24

func (s StartAlertResponse) GoString() string

func (*StartAlertResponse) SetBody added in v3.0.26

func (s *StartAlertResponse) SetBody(v *StartAlertResponseBody) *StartAlertResponse

func (*StartAlertResponse) SetHeaders added in v3.0.24

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

func (*StartAlertResponse) SetStatusCode added in v3.0.24

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

func (StartAlertResponse) String added in v3.0.24

func (s StartAlertResponse) String() string

type StartAlertResponseBody added in v3.0.26

type StartAlertResponseBody struct {
	// The message returned.
	Msg *string `json:"msg,omitempty" xml:"msg,omitempty"`
	// The status.
	Status *bool `json:"status,omitempty" xml:"status,omitempty"`
}

func (StartAlertResponseBody) GoString added in v3.0.26

func (s StartAlertResponseBody) GoString() string

func (*StartAlertResponseBody) SetMsg added in v3.0.26

func (s *StartAlertResponseBody) SetMsg(v string) *StartAlertResponseBody

func (*StartAlertResponseBody) SetStatus added in v3.0.26

func (s *StartAlertResponseBody) SetStatus(v bool) *StartAlertResponseBody

func (StartAlertResponseBody) String added in v3.0.26

func (s StartAlertResponseBody) String() string

type StartWorkflowRequest

type StartWorkflowRequest struct {
	MappingBamOutFilename      *string `json:"mapping_bam_out_filename,omitempty" xml:"mapping_bam_out_filename,omitempty"`
	MappingBamOutPath          *string `json:"mapping_bam_out_path,omitempty" xml:"mapping_bam_out_path,omitempty"`
	MappingBucketName          *string `json:"mapping_bucket_name,omitempty" xml:"mapping_bucket_name,omitempty"`
	MappingFastqFirstFilename  *string `json:"mapping_fastq_first_filename,omitempty" xml:"mapping_fastq_first_filename,omitempty"`
	MappingFastqPath           *string `json:"mapping_fastq_path,omitempty" xml:"mapping_fastq_path,omitempty"`
	MappingFastqSecondFilename *string `json:"mapping_fastq_second_filename,omitempty" xml:"mapping_fastq_second_filename,omitempty"`
	MappingIsMarkDup           *string `json:"mapping_is_mark_dup,omitempty" xml:"mapping_is_mark_dup,omitempty"`
	MappingOssRegion           *string `json:"mapping_oss_region,omitempty" xml:"mapping_oss_region,omitempty"`
	MappingReferencePath       *string `json:"mapping_reference_path,omitempty" xml:"mapping_reference_path,omitempty"`
	Service                    *string `json:"service,omitempty" xml:"service,omitempty"`
	WgsBucketName              *string `json:"wgs_bucket_name,omitempty" xml:"wgs_bucket_name,omitempty"`
	WgsFastqFirstFilename      *string `json:"wgs_fastq_first_filename,omitempty" xml:"wgs_fastq_first_filename,omitempty"`
	WgsFastqPath               *string `json:"wgs_fastq_path,omitempty" xml:"wgs_fastq_path,omitempty"`
	WgsFastqSecondFilename     *string `json:"wgs_fastq_second_filename,omitempty" xml:"wgs_fastq_second_filename,omitempty"`
	WgsOssRegion               *string `json:"wgs_oss_region,omitempty" xml:"wgs_oss_region,omitempty"`
	WgsReferencePath           *string `json:"wgs_reference_path,omitempty" xml:"wgs_reference_path,omitempty"`
	WgsVcfOutFilename          *string `json:"wgs_vcf_out_filename,omitempty" xml:"wgs_vcf_out_filename,omitempty"`
	WgsVcfOutPath              *string `json:"wgs_vcf_out_path,omitempty" xml:"wgs_vcf_out_path,omitempty"`
	WorkflowType               *string `json:"workflow_type,omitempty" xml:"workflow_type,omitempty"`
}

func (StartWorkflowRequest) GoString

func (s StartWorkflowRequest) GoString() string

func (*StartWorkflowRequest) SetMappingBamOutFilename

func (s *StartWorkflowRequest) SetMappingBamOutFilename(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetMappingBamOutPath

func (s *StartWorkflowRequest) SetMappingBamOutPath(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetMappingBucketName

func (s *StartWorkflowRequest) SetMappingBucketName(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetMappingFastqFirstFilename

func (s *StartWorkflowRequest) SetMappingFastqFirstFilename(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetMappingFastqPath

func (s *StartWorkflowRequest) SetMappingFastqPath(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetMappingFastqSecondFilename

func (s *StartWorkflowRequest) SetMappingFastqSecondFilename(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetMappingIsMarkDup

func (s *StartWorkflowRequest) SetMappingIsMarkDup(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetMappingOssRegion

func (s *StartWorkflowRequest) SetMappingOssRegion(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetMappingReferencePath

func (s *StartWorkflowRequest) SetMappingReferencePath(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetService

func (s *StartWorkflowRequest) SetService(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetWgsBucketName

func (s *StartWorkflowRequest) SetWgsBucketName(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetWgsFastqFirstFilename

func (s *StartWorkflowRequest) SetWgsFastqFirstFilename(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetWgsFastqPath

func (s *StartWorkflowRequest) SetWgsFastqPath(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetWgsFastqSecondFilename

func (s *StartWorkflowRequest) SetWgsFastqSecondFilename(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetWgsOssRegion

func (s *StartWorkflowRequest) SetWgsOssRegion(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetWgsReferencePath

func (s *StartWorkflowRequest) SetWgsReferencePath(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetWgsVcfOutFilename

func (s *StartWorkflowRequest) SetWgsVcfOutFilename(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetWgsVcfOutPath

func (s *StartWorkflowRequest) SetWgsVcfOutPath(v string) *StartWorkflowRequest

func (*StartWorkflowRequest) SetWorkflowType

func (s *StartWorkflowRequest) SetWorkflowType(v string) *StartWorkflowRequest

func (StartWorkflowRequest) String

func (s StartWorkflowRequest) String() string

type StartWorkflowResponse

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

func (StartWorkflowResponse) GoString

func (s StartWorkflowResponse) GoString() string

func (*StartWorkflowResponse) SetBody

func (s *StartWorkflowResponse) SetBody(v *StartWorkflowResponseBody) *StartWorkflowResponse

func (*StartWorkflowResponse) SetHeaders

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

func (*StartWorkflowResponse) SetStatusCode added in v3.0.13

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

func (StartWorkflowResponse) String

func (s StartWorkflowResponse) String() string

type StartWorkflowResponseBody

type StartWorkflowResponseBody struct {
	// The name of the workflow that is created.
	JobName *string `json:"JobName,omitempty" xml:"JobName,omitempty"`
}

func (StartWorkflowResponseBody) GoString

func (s StartWorkflowResponseBody) GoString() string

func (*StartWorkflowResponseBody) SetJobName

func (s *StartWorkflowResponseBody) SetJobName(v string) *StartWorkflowResponseBody

func (StartWorkflowResponseBody) String

func (s StartWorkflowResponseBody) String() string

type StopAlertResponse added in v3.0.24

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

func (StopAlertResponse) GoString added in v3.0.24

func (s StopAlertResponse) GoString() string

func (*StopAlertResponse) SetBody added in v3.0.26

func (s *StopAlertResponse) SetBody(v *StopAlertResponseBody) *StopAlertResponse

func (*StopAlertResponse) SetHeaders added in v3.0.24

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

func (*StopAlertResponse) SetStatusCode added in v3.0.24

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

func (StopAlertResponse) String added in v3.0.24

func (s StopAlertResponse) String() string

type StopAlertResponseBody added in v3.0.26

type StopAlertResponseBody struct {
	// The error message returned if the call fails.
	Msg *string `json:"msg,omitempty" xml:"msg,omitempty"`
	// A value of True indicates that the call succeeds. A value of False indicates that the call failed.
	Status *bool `json:"status,omitempty" xml:"status,omitempty"`
}

func (StopAlertResponseBody) GoString added in v3.0.26

func (s StopAlertResponseBody) GoString() string

func (*StopAlertResponseBody) SetMsg added in v3.0.26

func (s *StopAlertResponseBody) SetMsg(v string) *StopAlertResponseBody

func (*StopAlertResponseBody) SetStatus added in v3.0.26

func (s *StopAlertResponseBody) SetStatus(v bool) *StopAlertResponseBody

func (StopAlertResponseBody) String added in v3.0.26

func (s StopAlertResponseBody) String() string

type SyncClusterNodePoolResponse added in v3.0.26

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

func (SyncClusterNodePoolResponse) GoString added in v3.0.26

func (s SyncClusterNodePoolResponse) GoString() string

func (*SyncClusterNodePoolResponse) SetBody added in v3.0.26

func (s *SyncClusterNodePoolResponse) SetBody(v *SyncClusterNodePoolResponseBody) *SyncClusterNodePoolResponse

func (*SyncClusterNodePoolResponse) SetHeaders added in v3.0.26

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

func (*SyncClusterNodePoolResponse) SetStatusCode added in v3.0.26

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

func (SyncClusterNodePoolResponse) String added in v3.0.26

func (s SyncClusterNodePoolResponse) String() string

type SyncClusterNodePoolResponseBody added in v3.0.26

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

func (SyncClusterNodePoolResponseBody) GoString added in v3.0.26

func (s SyncClusterNodePoolResponseBody) GoString() string

func (*SyncClusterNodePoolResponseBody) SetRequestId added in v3.0.26

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

func (SyncClusterNodePoolResponseBody) String added in v3.0.26

func (s SyncClusterNodePoolResponseBody) String() string

type Tag

type Tag struct {
	Key   *string `json:"key,omitempty" xml:"key,omitempty"`
	Value *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (Tag) GoString

func (s Tag) GoString() string

func (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

func (*Tag) SetValue

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

func (Tag) String

func (s Tag) String() string

type TagResourcesRequest

type TagResourcesRequest struct {
	RegionId     *string   `json:"region_id,omitempty" xml:"region_id,omitempty"`
	ResourceIds  []*string `json:"resource_ids,omitempty" xml:"resource_ids,omitempty" type:"Repeated"`
	ResourceType *string   `json:"resource_type,omitempty" xml:"resource_type,omitempty"`
	Tags         []*Tag    `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
}

func (TagResourcesRequest) GoString

func (s TagResourcesRequest) GoString() string

func (*TagResourcesRequest) SetRegionId

func (s *TagResourcesRequest) SetRegionId(v string) *TagResourcesRequest

func (*TagResourcesRequest) SetResourceIds

func (s *TagResourcesRequest) SetResourceIds(v []*string) *TagResourcesRequest

func (*TagResourcesRequest) SetResourceType

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

func (*TagResourcesRequest) SetTags

func (s *TagResourcesRequest) SetTags(v []*Tag) *TagResourcesRequest

func (TagResourcesRequest) String

func (s TagResourcesRequest) String() string

type TagResourcesResponse

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

func (TagResourcesResponse) GoString

func (s TagResourcesResponse) GoString() string

func (*TagResourcesResponse) SetBody

func (s *TagResourcesResponse) SetBody(v *TagResourcesResponseBody) *TagResourcesResponse

func (*TagResourcesResponse) SetHeaders

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

func (*TagResourcesResponse) SetStatusCode added in v3.0.13

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

func (TagResourcesResponse) String

func (s TagResourcesResponse) String() string

type TagResourcesResponseBody

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

func (TagResourcesResponseBody) GoString

func (s TagResourcesResponseBody) GoString() string

func (*TagResourcesResponseBody) SetRequestId

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

func (TagResourcesResponseBody) String

func (s TagResourcesResponseBody) String() string

type Taint

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

func (Taint) GoString

func (s Taint) GoString() string

func (*Taint) SetEffect

func (s *Taint) SetEffect(v string) *Taint

func (*Taint) SetKey

func (s *Taint) SetKey(v string) *Taint

func (*Taint) SetValue

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

func (Taint) String

func (s Taint) String() string

type UnInstallClusterAddonsRequest

type UnInstallClusterAddonsRequest struct {
	Addons []*UnInstallClusterAddonsRequestAddons `json:"addons,omitempty" xml:"addons,omitempty" type:"Repeated"`
}

func (UnInstallClusterAddonsRequest) GoString

func (s UnInstallClusterAddonsRequest) GoString() string

func (*UnInstallClusterAddonsRequest) SetAddons

func (s *UnInstallClusterAddonsRequest) SetAddons(v []*UnInstallClusterAddonsRequestAddons) *UnInstallClusterAddonsRequest

func (UnInstallClusterAddonsRequest) String

func (s UnInstallClusterAddonsRequest) String() string

type UnInstallClusterAddonsRequestAddons

type UnInstallClusterAddonsRequestAddons struct {
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (UnInstallClusterAddonsRequestAddons) GoString

func (s UnInstallClusterAddonsRequestAddons) GoString() string

func (*UnInstallClusterAddonsRequestAddons) SetName

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

func (UnInstallClusterAddonsRequestAddons) String

func (s UnInstallClusterAddonsRequestAddons) String() string

type UnInstallClusterAddonsResponse

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

func (UnInstallClusterAddonsResponse) GoString

func (s UnInstallClusterAddonsResponse) GoString() string

func (*UnInstallClusterAddonsResponse) SetHeaders

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

func (*UnInstallClusterAddonsResponse) SetStatusCode added in v3.0.13

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

func (UnInstallClusterAddonsResponse) String

func (s UnInstallClusterAddonsResponse) String() string

type UntagResourcesRequest

type UntagResourcesRequest struct {
	All          *bool     `json:"all,omitempty" xml:"all,omitempty"`
	RegionId     *string   `json:"region_id,omitempty" xml:"region_id,omitempty"`
	ResourceIds  []*string `json:"resource_ids,omitempty" xml:"resource_ids,omitempty" type:"Repeated"`
	ResourceType *string   `json:"resource_type,omitempty" xml:"resource_type,omitempty"`
	TagKeys      []*string `json:"tag_keys,omitempty" xml:"tag_keys,omitempty" type:"Repeated"`
}

func (UntagResourcesRequest) GoString

func (s UntagResourcesRequest) GoString() string

func (*UntagResourcesRequest) SetAll

func (s *UntagResourcesRequest) SetAll(v bool) *UntagResourcesRequest

func (*UntagResourcesRequest) SetRegionId

func (s *UntagResourcesRequest) SetRegionId(v string) *UntagResourcesRequest

func (*UntagResourcesRequest) SetResourceIds

func (s *UntagResourcesRequest) SetResourceIds(v []*string) *UntagResourcesRequest

func (*UntagResourcesRequest) SetResourceType

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

func (*UntagResourcesRequest) SetTagKeys

func (s *UntagResourcesRequest) SetTagKeys(v []*string) *UntagResourcesRequest

func (UntagResourcesRequest) String

func (s UntagResourcesRequest) String() string

type UntagResourcesResponse

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

func (UntagResourcesResponse) GoString

func (s UntagResourcesResponse) GoString() string

func (*UntagResourcesResponse) SetBody

func (s *UntagResourcesResponse) SetBody(v *UntagResourcesResponseBody) *UntagResourcesResponse

func (*UntagResourcesResponse) SetHeaders

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

func (*UntagResourcesResponse) SetStatusCode added in v3.0.13

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

func (UntagResourcesResponse) String

func (s UntagResourcesResponse) String() string

type UntagResourcesResponseBody

type UntagResourcesResponseBody struct {
	// The ID of the request.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UntagResourcesResponseBody) GoString

func (s UntagResourcesResponseBody) GoString() string

func (*UntagResourcesResponseBody) SetRequestId

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

func (UntagResourcesResponseBody) String

func (s UntagResourcesResponseBody) String() string

type UntagResourcesShrinkRequest added in v3.0.37

type UntagResourcesShrinkRequest struct {
	All               *bool   `json:"all,omitempty" xml:"all,omitempty"`
	RegionId          *string `json:"region_id,omitempty" xml:"region_id,omitempty"`
	ResourceIdsShrink *string `json:"resource_ids,omitempty" xml:"resource_ids,omitempty"`
	ResourceType      *string `json:"resource_type,omitempty" xml:"resource_type,omitempty"`
	TagKeysShrink     *string `json:"tag_keys,omitempty" xml:"tag_keys,omitempty"`
}

func (UntagResourcesShrinkRequest) GoString added in v3.0.37

func (s UntagResourcesShrinkRequest) GoString() string

func (*UntagResourcesShrinkRequest) SetAll added in v3.0.37

func (s *UntagResourcesShrinkRequest) SetAll(v bool) *UntagResourcesShrinkRequest

func (*UntagResourcesShrinkRequest) SetRegionId added in v3.0.37

func (s *UntagResourcesShrinkRequest) SetRegionId(v string) *UntagResourcesShrinkRequest

func (*UntagResourcesShrinkRequest) SetResourceIdsShrink added in v3.0.37

func (s *UntagResourcesShrinkRequest) SetResourceIdsShrink(v string) *UntagResourcesShrinkRequest

func (*UntagResourcesShrinkRequest) SetResourceType added in v3.0.37

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

func (*UntagResourcesShrinkRequest) SetTagKeysShrink added in v3.0.37

func (s *UntagResourcesShrinkRequest) SetTagKeysShrink(v string) *UntagResourcesShrinkRequest

func (UntagResourcesShrinkRequest) String added in v3.0.37

func (s UntagResourcesShrinkRequest) String() string

type UpdateContactGroupForAlertResponse

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

func (UpdateContactGroupForAlertResponse) GoString

func (s UpdateContactGroupForAlertResponse) GoString() string

func (*UpdateContactGroupForAlertResponse) SetHeaders

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

func (*UpdateContactGroupForAlertResponse) SetStatusCode added in v3.0.13

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

func (UpdateContactGroupForAlertResponse) String

func (s UpdateContactGroupForAlertResponse) String() string

type UpdateControlPlaneLogRequest added in v3.0.38

type UpdateControlPlaneLogRequest struct {
	Aliuid     *string   `json:"aliuid,omitempty" xml:"aliuid,omitempty"`
	Components []*string `json:"components,omitempty" xml:"components,omitempty" type:"Repeated"`
	LogProject *string   `json:"log_project,omitempty" xml:"log_project,omitempty"`
	LogTtl     *string   `json:"log_ttl,omitempty" xml:"log_ttl,omitempty"`
}

func (UpdateControlPlaneLogRequest) GoString added in v3.0.38

func (s UpdateControlPlaneLogRequest) GoString() string

func (*UpdateControlPlaneLogRequest) SetAliuid added in v3.0.38

func (s *UpdateControlPlaneLogRequest) SetAliuid(v string) *UpdateControlPlaneLogRequest

func (*UpdateControlPlaneLogRequest) SetComponents added in v3.0.38

func (s *UpdateControlPlaneLogRequest) SetComponents(v []*string) *UpdateControlPlaneLogRequest

func (*UpdateControlPlaneLogRequest) SetLogProject added in v3.0.38

func (s *UpdateControlPlaneLogRequest) SetLogProject(v string) *UpdateControlPlaneLogRequest

func (*UpdateControlPlaneLogRequest) SetLogTtl added in v3.0.38

func (s *UpdateControlPlaneLogRequest) SetLogTtl(v string) *UpdateControlPlaneLogRequest

func (UpdateControlPlaneLogRequest) String added in v3.0.38

func (s UpdateControlPlaneLogRequest) String() string

type UpdateControlPlaneLogResponse added in v3.0.38

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

func (UpdateControlPlaneLogResponse) GoString added in v3.0.38

func (s UpdateControlPlaneLogResponse) GoString() string

func (*UpdateControlPlaneLogResponse) SetHeaders added in v3.0.38

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

func (*UpdateControlPlaneLogResponse) SetStatusCode added in v3.0.38

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

func (UpdateControlPlaneLogResponse) String added in v3.0.38

func (s UpdateControlPlaneLogResponse) String() string

type UpdateK8sClusterUserConfigExpireRequest

type UpdateK8sClusterUserConfigExpireRequest struct {
	ExpireHour *int64  `json:"expire_hour,omitempty" xml:"expire_hour,omitempty"`
	User       *string `json:"user,omitempty" xml:"user,omitempty"`
}

func (UpdateK8sClusterUserConfigExpireRequest) GoString

func (s UpdateK8sClusterUserConfigExpireRequest) GoString() string

func (*UpdateK8sClusterUserConfigExpireRequest) SetExpireHour

func (s *UpdateK8sClusterUserConfigExpireRequest) SetExpireHour(v int64) *UpdateK8sClusterUserConfigExpireRequest

func (*UpdateK8sClusterUserConfigExpireRequest) SetUser

func (s *UpdateK8sClusterUserConfigExpireRequest) SetUser(v string) *UpdateK8sClusterUserConfigExpireRequest

func (UpdateK8sClusterUserConfigExpireRequest) String

func (s UpdateK8sClusterUserConfigExpireRequest) String() string

type UpdateK8sClusterUserConfigExpireResponse

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

func (UpdateK8sClusterUserConfigExpireResponse) GoString

func (s UpdateK8sClusterUserConfigExpireResponse) GoString() string

func (*UpdateK8sClusterUserConfigExpireResponse) SetHeaders

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

func (*UpdateK8sClusterUserConfigExpireResponse) SetStatusCode added in v3.0.13

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

func (UpdateK8sClusterUserConfigExpireResponse) String

func (s UpdateK8sClusterUserConfigExpireResponse) String() string

type UpdateTemplateRequest

type UpdateTemplateRequest struct {
	Description  *string `json:"description,omitempty" xml:"description,omitempty"`
	Name         *string `json:"name,omitempty" xml:"name,omitempty"`
	Tags         *string `json:"tags,omitempty" xml:"tags,omitempty"`
	Template     *string `json:"template,omitempty" xml:"template,omitempty"`
	TemplateType *string `json:"template_type,omitempty" xml:"template_type,omitempty"`
}

func (UpdateTemplateRequest) GoString

func (s UpdateTemplateRequest) GoString() string

func (*UpdateTemplateRequest) SetDescription

func (s *UpdateTemplateRequest) SetDescription(v string) *UpdateTemplateRequest

func (*UpdateTemplateRequest) SetName

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

func (*UpdateTemplateRequest) SetTags

func (s *UpdateTemplateRequest) SetTags(v string) *UpdateTemplateRequest

func (*UpdateTemplateRequest) SetTemplate

func (s *UpdateTemplateRequest) SetTemplate(v string) *UpdateTemplateRequest

func (*UpdateTemplateRequest) SetTemplateType

func (s *UpdateTemplateRequest) SetTemplateType(v string) *UpdateTemplateRequest

func (UpdateTemplateRequest) String

func (s UpdateTemplateRequest) String() string

type UpdateTemplateResponse

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

func (UpdateTemplateResponse) GoString

func (s UpdateTemplateResponse) GoString() string

func (*UpdateTemplateResponse) SetHeaders

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

func (*UpdateTemplateResponse) SetStatusCode added in v3.0.13

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

func (UpdateTemplateResponse) String

func (s UpdateTemplateResponse) String() string

type UpgradeClusterAddonsRequest

type UpgradeClusterAddonsRequest struct {
	Body []*UpgradeClusterAddonsRequestBody `json:"body,omitempty" xml:"body,omitempty" type:"Repeated"`
}

func (UpgradeClusterAddonsRequest) GoString

func (s UpgradeClusterAddonsRequest) GoString() string

func (*UpgradeClusterAddonsRequest) SetBody

func (s *UpgradeClusterAddonsRequest) SetBody(v []*UpgradeClusterAddonsRequestBody) *UpgradeClusterAddonsRequest

func (UpgradeClusterAddonsRequest) String

func (s UpgradeClusterAddonsRequest) String() string

type UpgradeClusterAddonsRequestBody

type UpgradeClusterAddonsRequestBody struct {
	ComponentName *string `json:"component_name,omitempty" xml:"component_name,omitempty"`
	Config        *string `json:"config,omitempty" xml:"config,omitempty"`
	NextVersion   *string `json:"next_version,omitempty" xml:"next_version,omitempty"`
	Policy        *string `json:"policy,omitempty" xml:"policy,omitempty"`
	Version       *string `json:"version,omitempty" xml:"version,omitempty"`
}

func (UpgradeClusterAddonsRequestBody) GoString

func (s UpgradeClusterAddonsRequestBody) GoString() string

func (*UpgradeClusterAddonsRequestBody) SetComponentName

func (s *UpgradeClusterAddonsRequestBody) SetComponentName(v string) *UpgradeClusterAddonsRequestBody

func (*UpgradeClusterAddonsRequestBody) SetConfig added in v3.0.10

func (s *UpgradeClusterAddonsRequestBody) SetConfig(v string) *UpgradeClusterAddonsRequestBody

func (*UpgradeClusterAddonsRequestBody) SetNextVersion

func (s *UpgradeClusterAddonsRequestBody) SetNextVersion(v string) *UpgradeClusterAddonsRequestBody

func (*UpgradeClusterAddonsRequestBody) SetPolicy added in v3.0.32

func (s *UpgradeClusterAddonsRequestBody) SetPolicy(v string) *UpgradeClusterAddonsRequestBody

func (*UpgradeClusterAddonsRequestBody) SetVersion

func (s *UpgradeClusterAddonsRequestBody) SetVersion(v string) *UpgradeClusterAddonsRequestBody

func (UpgradeClusterAddonsRequestBody) String

func (s UpgradeClusterAddonsRequestBody) String() string

type UpgradeClusterAddonsResponse

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

func (UpgradeClusterAddonsResponse) GoString

func (s UpgradeClusterAddonsResponse) GoString() string

func (*UpgradeClusterAddonsResponse) SetHeaders

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

func (*UpgradeClusterAddonsResponse) SetStatusCode added in v3.0.13

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

func (UpgradeClusterAddonsResponse) String

func (s UpgradeClusterAddonsResponse) String() string

type UpgradeClusterNodepoolRequest added in v3.0.22

type UpgradeClusterNodepoolRequest struct {
	ImageId           *string `json:"image_id,omitempty" xml:"image_id,omitempty"`
	KubernetesVersion *string `json:"kubernetes_version,omitempty" xml:"kubernetes_version,omitempty"`
	RuntimeType       *string `json:"runtime_type,omitempty" xml:"runtime_type,omitempty"`
	RuntimeVersion    *string `json:"runtime_version,omitempty" xml:"runtime_version,omitempty"`
}

func (UpgradeClusterNodepoolRequest) GoString added in v3.0.22

func (s UpgradeClusterNodepoolRequest) GoString() string

func (*UpgradeClusterNodepoolRequest) SetImageId added in v3.0.22

func (s *UpgradeClusterNodepoolRequest) SetImageId(v string) *UpgradeClusterNodepoolRequest

func (*UpgradeClusterNodepoolRequest) SetKubernetesVersion added in v3.0.22

func (s *UpgradeClusterNodepoolRequest) SetKubernetesVersion(v string) *UpgradeClusterNodepoolRequest

func (*UpgradeClusterNodepoolRequest) SetRuntimeType added in v3.0.35

func (s *UpgradeClusterNodepoolRequest) SetRuntimeType(v string) *UpgradeClusterNodepoolRequest

func (*UpgradeClusterNodepoolRequest) SetRuntimeVersion added in v3.0.22

func (s *UpgradeClusterNodepoolRequest) SetRuntimeVersion(v string) *UpgradeClusterNodepoolRequest

func (UpgradeClusterNodepoolRequest) String added in v3.0.22

func (s UpgradeClusterNodepoolRequest) String() string

type UpgradeClusterNodepoolResponse added in v3.0.22

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

func (UpgradeClusterNodepoolResponse) GoString added in v3.0.22

func (s UpgradeClusterNodepoolResponse) GoString() string

func (*UpgradeClusterNodepoolResponse) SetBody added in v3.0.22

func (s *UpgradeClusterNodepoolResponse) SetBody(v *UpgradeClusterNodepoolResponseBody) *UpgradeClusterNodepoolResponse

func (*UpgradeClusterNodepoolResponse) SetHeaders added in v3.0.22

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

func (*UpgradeClusterNodepoolResponse) SetStatusCode added in v3.0.22

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

func (UpgradeClusterNodepoolResponse) String added in v3.0.22

func (s UpgradeClusterNodepoolResponse) String() string

type UpgradeClusterNodepoolResponseBody added in v3.0.22

type UpgradeClusterNodepoolResponseBody struct {
	// The ID of the request.
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TaskId    *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (UpgradeClusterNodepoolResponseBody) GoString added in v3.0.22

func (s UpgradeClusterNodepoolResponseBody) GoString() string

func (*UpgradeClusterNodepoolResponseBody) SetRequestId added in v3.0.22

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

func (*UpgradeClusterNodepoolResponseBody) SetTaskId added in v3.0.26

func (s *UpgradeClusterNodepoolResponseBody) SetTaskId(v string) *UpgradeClusterNodepoolResponseBody

func (UpgradeClusterNodepoolResponseBody) String added in v3.0.22

func (s UpgradeClusterNodepoolResponseBody) String() string

type UpgradeClusterRequest

type UpgradeClusterRequest struct {
	// Deprecated
	ComponentName *string `json:"component_name,omitempty" xml:"component_name,omitempty"`
	MasterOnly    *bool   `json:"master_only,omitempty" xml:"master_only,omitempty"`
	NextVersion   *string `json:"next_version,omitempty" xml:"next_version,omitempty"`
	// Deprecated
	Version *string `json:"version,omitempty" xml:"version,omitempty"`
}

func (UpgradeClusterRequest) GoString

func (s UpgradeClusterRequest) GoString() string

func (*UpgradeClusterRequest) SetComponentName

func (s *UpgradeClusterRequest) SetComponentName(v string) *UpgradeClusterRequest

func (*UpgradeClusterRequest) SetMasterOnly added in v3.0.27

func (s *UpgradeClusterRequest) SetMasterOnly(v bool) *UpgradeClusterRequest

func (*UpgradeClusterRequest) SetNextVersion

func (s *UpgradeClusterRequest) SetNextVersion(v string) *UpgradeClusterRequest

func (*UpgradeClusterRequest) SetVersion

func (s *UpgradeClusterRequest) SetVersion(v string) *UpgradeClusterRequest

func (UpgradeClusterRequest) String

func (s UpgradeClusterRequest) String() string

type UpgradeClusterResponse

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

func (UpgradeClusterResponse) GoString

func (s UpgradeClusterResponse) GoString() string

func (*UpgradeClusterResponse) SetHeaders

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

func (*UpgradeClusterResponse) SetStatusCode added in v3.0.13

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

func (UpgradeClusterResponse) String

func (s UpgradeClusterResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳