client

package
v1.14.14 Latest Latest
Warning

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

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

Documentation

Overview

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

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddContainerAppRequest

type AddContainerAppRequest struct {
	ContainerType *string `json:"ContainerType,omitempty" xml:"ContainerType,omitempty"`
	Description   *string `json:"Description,omitempty" xml:"Description,omitempty"`
	ImageTag      *string `json:"ImageTag,omitempty" xml:"ImageTag,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Repository    *string `json:"Repository,omitempty" xml:"Repository,omitempty"`
}

func (AddContainerAppRequest) GoString

func (s AddContainerAppRequest) GoString() string

func (*AddContainerAppRequest) SetContainerType

func (s *AddContainerAppRequest) SetContainerType(v string) *AddContainerAppRequest

func (*AddContainerAppRequest) SetDescription

func (*AddContainerAppRequest) SetImageTag

func (*AddContainerAppRequest) SetName

func (*AddContainerAppRequest) SetRepository

func (AddContainerAppRequest) String

func (s AddContainerAppRequest) String() string

type AddContainerAppResponse

type AddContainerAppResponse struct {
	Headers map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *AddContainerAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddContainerAppResponse) GoString

func (s AddContainerAppResponse) GoString() string

func (*AddContainerAppResponse) SetBody

func (*AddContainerAppResponse) SetHeaders

func (AddContainerAppResponse) String

func (s AddContainerAppResponse) String() string

type AddContainerAppResponseBody

type AddContainerAppResponseBody struct {
	ContainerId *AddContainerAppResponseBodyContainerId `json:"ContainerId,omitempty" xml:"ContainerId,omitempty" type:"Struct"`
	RequestId   *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AddContainerAppResponseBody) GoString

func (s AddContainerAppResponseBody) GoString() string

func (*AddContainerAppResponseBody) SetContainerId

func (*AddContainerAppResponseBody) SetRequestId

func (AddContainerAppResponseBody) String

type AddContainerAppResponseBodyContainerId

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

func (AddContainerAppResponseBodyContainerId) GoString

func (*AddContainerAppResponseBodyContainerId) SetContainerId

func (AddContainerAppResponseBodyContainerId) String

type AddExistedNodesRequest

type AddExistedNodesRequest struct {
	ClientToken     *string                           `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"`
	ClusterId       *string                           `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ImageId         *string                           `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	ImageOwnerAlias *string                           `json:"ImageOwnerAlias,omitempty" xml:"ImageOwnerAlias,omitempty"`
	Instance        []*AddExistedNodesRequestInstance `json:"Instance,omitempty" xml:"Instance,omitempty" type:"Repeated"`
	JobQueue        *string                           `json:"JobQueue,omitempty" xml:"JobQueue,omitempty"`
}

func (AddExistedNodesRequest) GoString

func (s AddExistedNodesRequest) GoString() string

func (*AddExistedNodesRequest) SetClientToken

func (*AddExistedNodesRequest) SetClusterId

func (*AddExistedNodesRequest) SetImageId

func (*AddExistedNodesRequest) SetImageOwnerAlias

func (s *AddExistedNodesRequest) SetImageOwnerAlias(v string) *AddExistedNodesRequest

func (*AddExistedNodesRequest) SetInstance

func (*AddExistedNodesRequest) SetJobQueue

func (AddExistedNodesRequest) String

func (s AddExistedNodesRequest) String() string

type AddExistedNodesRequestInstance

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

func (AddExistedNodesRequestInstance) GoString

func (*AddExistedNodesRequestInstance) SetId

func (AddExistedNodesRequestInstance) String

type AddExistedNodesResponse

type AddExistedNodesResponse struct {
	Headers map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *AddExistedNodesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddExistedNodesResponse) GoString

func (s AddExistedNodesResponse) GoString() string

func (*AddExistedNodesResponse) SetBody

func (*AddExistedNodesResponse) SetHeaders

func (AddExistedNodesResponse) String

func (s AddExistedNodesResponse) String() string

type AddExistedNodesResponseBody

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

func (AddExistedNodesResponseBody) GoString

func (s AddExistedNodesResponseBody) GoString() string

func (*AddExistedNodesResponseBody) SetRequestId

func (*AddExistedNodesResponseBody) SetTaskId

func (AddExistedNodesResponseBody) String

type AddLocalNodesRequest

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

func (AddLocalNodesRequest) GoString

func (s AddLocalNodesRequest) GoString() string

func (*AddLocalNodesRequest) SetClusterId

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

func (*AddLocalNodesRequest) SetNodes

func (AddLocalNodesRequest) String

func (s AddLocalNodesRequest) String() string

type AddLocalNodesResponse

type AddLocalNodesResponse struct {
	Headers map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *AddLocalNodesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddLocalNodesResponse) GoString

func (s AddLocalNodesResponse) GoString() string

func (*AddLocalNodesResponse) SetBody

func (*AddLocalNodesResponse) SetHeaders

func (AddLocalNodesResponse) String

func (s AddLocalNodesResponse) String() string

type AddLocalNodesResponseBody

type AddLocalNodesResponseBody struct {
	InstanceIds *AddLocalNodesResponseBodyInstanceIds `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty" type:"Struct"`
	RequestId   *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AddLocalNodesResponseBody) GoString

func (s AddLocalNodesResponseBody) GoString() string

func (*AddLocalNodesResponseBody) SetInstanceIds

func (*AddLocalNodesResponseBody) SetRequestId

func (AddLocalNodesResponseBody) String

func (s AddLocalNodesResponseBody) String() string

type AddLocalNodesResponseBodyInstanceIds

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

func (AddLocalNodesResponseBodyInstanceIds) GoString

func (*AddLocalNodesResponseBodyInstanceIds) SetInstanceId

func (AddLocalNodesResponseBodyInstanceIds) String

type AddNodesRequest

type AddNodesRequest struct {
	AllocatePublicAddress   *bool                       `json:"AllocatePublicAddress,omitempty" xml:"AllocatePublicAddress,omitempty"`
	AutoRenew               *string                     `json:"AutoRenew,omitempty" xml:"AutoRenew,omitempty"`
	AutoRenewPeriod         *int32                      `json:"AutoRenewPeriod,omitempty" xml:"AutoRenewPeriod,omitempty"`
	ClientToken             *string                     `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"`
	ClusterId               *string                     `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ComputeEnableHt         *bool                       `json:"ComputeEnableHt,omitempty" xml:"ComputeEnableHt,omitempty"`
	ComputeSpotPriceLimit   *string                     `json:"ComputeSpotPriceLimit,omitempty" xml:"ComputeSpotPriceLimit,omitempty"`
	ComputeSpotStrategy     *string                     `json:"ComputeSpotStrategy,omitempty" xml:"ComputeSpotStrategy,omitempty"`
	Count                   *int32                      `json:"Count,omitempty" xml:"Count,omitempty"`
	CreateMode              *string                     `json:"CreateMode,omitempty" xml:"CreateMode,omitempty"`
	DataDisks               []*AddNodesRequestDataDisks `json:"DataDisks,omitempty" xml:"DataDisks,omitempty" type:"Repeated"`
	EcsChargeType           *string                     `json:"EcsChargeType,omitempty" xml:"EcsChargeType,omitempty"`
	HostNamePrefix          *string                     `json:"HostNamePrefix,omitempty" xml:"HostNamePrefix,omitempty"`
	HostNameSuffix          *string                     `json:"HostNameSuffix,omitempty" xml:"HostNameSuffix,omitempty"`
	ImageId                 *string                     `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	ImageOwnerAlias         *string                     `json:"ImageOwnerAlias,omitempty" xml:"ImageOwnerAlias,omitempty"`
	InstanceType            *string                     `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	InternetChargeType      *string                     `json:"InternetChargeType,omitempty" xml:"InternetChargeType,omitempty"`
	InternetMaxBandWidthIn  *int32                      `json:"InternetMaxBandWidthIn,omitempty" xml:"InternetMaxBandWidthIn,omitempty"`
	InternetMaxBandWidthOut *int32                      `json:"InternetMaxBandWidthOut,omitempty" xml:"InternetMaxBandWidthOut,omitempty"`
	JobQueue                *string                     `json:"JobQueue,omitempty" xml:"JobQueue,omitempty"`
	MinCount                *int32                      `json:"MinCount,omitempty" xml:"MinCount,omitempty"`
	Period                  *int32                      `json:"Period,omitempty" xml:"Period,omitempty"`
	PeriodUnit              *string                     `json:"PeriodUnit,omitempty" xml:"PeriodUnit,omitempty"`
	Sync                    *bool                       `json:"Sync,omitempty" xml:"Sync,omitempty"`
	SystemDiskLevel         *string                     `json:"SystemDiskLevel,omitempty" xml:"SystemDiskLevel,omitempty"`
	SystemDiskSize          *int32                      `json:"SystemDiskSize,omitempty" xml:"SystemDiskSize,omitempty"`
	SystemDiskType          *string                     `json:"SystemDiskType,omitempty" xml:"SystemDiskType,omitempty"`
	VSwitchId               *string                     `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	ZoneId                  *string                     `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (AddNodesRequest) GoString

func (s AddNodesRequest) GoString() string

func (*AddNodesRequest) SetAllocatePublicAddress

func (s *AddNodesRequest) SetAllocatePublicAddress(v bool) *AddNodesRequest

func (*AddNodesRequest) SetAutoRenew

func (s *AddNodesRequest) SetAutoRenew(v string) *AddNodesRequest

func (*AddNodesRequest) SetAutoRenewPeriod

func (s *AddNodesRequest) SetAutoRenewPeriod(v int32) *AddNodesRequest

func (*AddNodesRequest) SetClientToken

func (s *AddNodesRequest) SetClientToken(v string) *AddNodesRequest

func (*AddNodesRequest) SetClusterId

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

func (*AddNodesRequest) SetComputeEnableHt

func (s *AddNodesRequest) SetComputeEnableHt(v bool) *AddNodesRequest

func (*AddNodesRequest) SetComputeSpotPriceLimit

func (s *AddNodesRequest) SetComputeSpotPriceLimit(v string) *AddNodesRequest

func (*AddNodesRequest) SetComputeSpotStrategy

func (s *AddNodesRequest) SetComputeSpotStrategy(v string) *AddNodesRequest

func (*AddNodesRequest) SetCount

func (s *AddNodesRequest) SetCount(v int32) *AddNodesRequest

func (*AddNodesRequest) SetCreateMode

func (s *AddNodesRequest) SetCreateMode(v string) *AddNodesRequest

func (*AddNodesRequest) SetDataDisks

func (*AddNodesRequest) SetEcsChargeType

func (s *AddNodesRequest) SetEcsChargeType(v string) *AddNodesRequest

func (*AddNodesRequest) SetHostNamePrefix

func (s *AddNodesRequest) SetHostNamePrefix(v string) *AddNodesRequest

func (*AddNodesRequest) SetHostNameSuffix

func (s *AddNodesRequest) SetHostNameSuffix(v string) *AddNodesRequest

func (*AddNodesRequest) SetImageId

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

func (*AddNodesRequest) SetImageOwnerAlias

func (s *AddNodesRequest) SetImageOwnerAlias(v string) *AddNodesRequest

func (*AddNodesRequest) SetInstanceType

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

func (*AddNodesRequest) SetInternetChargeType

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

func (*AddNodesRequest) SetInternetMaxBandWidthIn

func (s *AddNodesRequest) SetInternetMaxBandWidthIn(v int32) *AddNodesRequest

func (*AddNodesRequest) SetInternetMaxBandWidthOut

func (s *AddNodesRequest) SetInternetMaxBandWidthOut(v int32) *AddNodesRequest

func (*AddNodesRequest) SetJobQueue

func (s *AddNodesRequest) SetJobQueue(v string) *AddNodesRequest

func (*AddNodesRequest) SetMinCount

func (s *AddNodesRequest) SetMinCount(v int32) *AddNodesRequest

func (*AddNodesRequest) SetPeriod

func (s *AddNodesRequest) SetPeriod(v int32) *AddNodesRequest

func (*AddNodesRequest) SetPeriodUnit

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

func (*AddNodesRequest) SetSync

func (s *AddNodesRequest) SetSync(v bool) *AddNodesRequest

func (*AddNodesRequest) SetSystemDiskLevel

func (s *AddNodesRequest) SetSystemDiskLevel(v string) *AddNodesRequest

func (*AddNodesRequest) SetSystemDiskSize

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

func (*AddNodesRequest) SetSystemDiskType

func (s *AddNodesRequest) SetSystemDiskType(v string) *AddNodesRequest

func (*AddNodesRequest) SetVSwitchId

func (s *AddNodesRequest) SetVSwitchId(v string) *AddNodesRequest

func (*AddNodesRequest) SetZoneId

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

func (AddNodesRequest) String

func (s AddNodesRequest) String() string

type AddNodesRequestDataDisks

type AddNodesRequestDataDisks struct {
	DataDiskCategory           *string `json:"DataDiskCategory,omitempty" xml:"DataDiskCategory,omitempty"`
	DataDiskDeleteWithInstance *bool   `json:"DataDiskDeleteWithInstance,omitempty" xml:"DataDiskDeleteWithInstance,omitempty"`
	DataDiskEncrypted          *bool   `json:"DataDiskEncrypted,omitempty" xml:"DataDiskEncrypted,omitempty"`
	DataDiskKMSKeyId           *string `json:"DataDiskKMSKeyId,omitempty" xml:"DataDiskKMSKeyId,omitempty"`
	DataDiskPerformanceLevel   *string `json:"DataDiskPerformanceLevel,omitempty" xml:"DataDiskPerformanceLevel,omitempty"`
	DataDiskSize               *int32  `json:"DataDiskSize,omitempty" xml:"DataDiskSize,omitempty"`
}

func (AddNodesRequestDataDisks) GoString

func (s AddNodesRequestDataDisks) GoString() string

func (*AddNodesRequestDataDisks) SetDataDiskCategory

func (s *AddNodesRequestDataDisks) SetDataDiskCategory(v string) *AddNodesRequestDataDisks

func (*AddNodesRequestDataDisks) SetDataDiskDeleteWithInstance

func (s *AddNodesRequestDataDisks) SetDataDiskDeleteWithInstance(v bool) *AddNodesRequestDataDisks

func (*AddNodesRequestDataDisks) SetDataDiskEncrypted

func (s *AddNodesRequestDataDisks) SetDataDiskEncrypted(v bool) *AddNodesRequestDataDisks

func (*AddNodesRequestDataDisks) SetDataDiskKMSKeyId

func (s *AddNodesRequestDataDisks) SetDataDiskKMSKeyId(v string) *AddNodesRequestDataDisks

func (*AddNodesRequestDataDisks) SetDataDiskPerformanceLevel

func (s *AddNodesRequestDataDisks) SetDataDiskPerformanceLevel(v string) *AddNodesRequestDataDisks

func (*AddNodesRequestDataDisks) SetDataDiskSize

func (AddNodesRequestDataDisks) String

func (s AddNodesRequestDataDisks) String() string

type AddNodesResponse

type AddNodesResponse struct {
	Headers map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *AddNodesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddNodesResponse) GoString

func (s AddNodesResponse) GoString() string

func (*AddNodesResponse) SetBody

func (*AddNodesResponse) SetHeaders

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

func (AddNodesResponse) String

func (s AddNodesResponse) String() string

type AddNodesResponseBody

type AddNodesResponseBody struct {
	InstanceIds *AddNodesResponseBodyInstanceIds `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty" type:"Struct"`
	RequestId   *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TaskId      *string                          `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (AddNodesResponseBody) GoString

func (s AddNodesResponseBody) GoString() string

func (*AddNodesResponseBody) SetInstanceIds

func (*AddNodesResponseBody) SetRequestId

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

func (*AddNodesResponseBody) SetTaskId

func (AddNodesResponseBody) String

func (s AddNodesResponseBody) String() string

type AddNodesResponseBodyInstanceIds

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

func (AddNodesResponseBodyInstanceIds) GoString

func (*AddNodesResponseBodyInstanceIds) SetInstanceId

func (AddNodesResponseBodyInstanceIds) String

type AddQueueRequest

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

func (AddQueueRequest) GoString

func (s AddQueueRequest) GoString() string

func (*AddQueueRequest) SetClusterId

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

func (*AddQueueRequest) SetQueueName

func (s *AddQueueRequest) SetQueueName(v string) *AddQueueRequest

func (AddQueueRequest) String

func (s AddQueueRequest) String() string

type AddQueueResponse

type AddQueueResponse struct {
	Headers map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *AddQueueResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddQueueResponse) GoString

func (s AddQueueResponse) GoString() string

func (*AddQueueResponse) SetBody

func (*AddQueueResponse) SetHeaders

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

func (AddQueueResponse) String

func (s AddQueueResponse) String() string

type AddQueueResponseBody

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

func (AddQueueResponseBody) GoString

func (s AddQueueResponseBody) GoString() string

func (*AddQueueResponseBody) SetRequestId

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

func (AddQueueResponseBody) String

func (s AddQueueResponseBody) String() string

type AddSecurityGroupRequest

type AddSecurityGroupRequest struct {
	ClientToken     *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"`
	ClusterId       *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	SecurityGroupId *string `json:"SecurityGroupId,omitempty" xml:"SecurityGroupId,omitempty"`
}

func (AddSecurityGroupRequest) GoString

func (s AddSecurityGroupRequest) GoString() string

func (*AddSecurityGroupRequest) SetClientToken

func (*AddSecurityGroupRequest) SetClusterId

func (*AddSecurityGroupRequest) SetSecurityGroupId

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

func (AddSecurityGroupRequest) String

func (s AddSecurityGroupRequest) String() string

type AddSecurityGroupResponse

type AddSecurityGroupResponse struct {
	Headers map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *AddSecurityGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddSecurityGroupResponse) GoString

func (s AddSecurityGroupResponse) GoString() string

func (*AddSecurityGroupResponse) SetBody

func (*AddSecurityGroupResponse) SetHeaders

func (AddSecurityGroupResponse) String

func (s AddSecurityGroupResponse) String() string

type AddSecurityGroupResponseBody

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

func (AddSecurityGroupResponseBody) GoString

func (s AddSecurityGroupResponseBody) GoString() string

func (*AddSecurityGroupResponseBody) SetRequestId

func (AddSecurityGroupResponseBody) String

type AddUsersRequest

type AddUsersRequest struct {
	ClusterId *string                `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	User      []*AddUsersRequestUser `json:"User,omitempty" xml:"User,omitempty" type:"Repeated"`
}

func (AddUsersRequest) GoString

func (s AddUsersRequest) GoString() string

func (*AddUsersRequest) SetClusterId

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

func (*AddUsersRequest) SetUser

func (AddUsersRequest) String

func (s AddUsersRequest) String() string

type AddUsersRequestUser

type AddUsersRequestUser struct {
	Group    *string `json:"Group,omitempty" xml:"Group,omitempty"`
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Password *string `json:"Password,omitempty" xml:"Password,omitempty"`
}

func (AddUsersRequestUser) GoString

func (s AddUsersRequestUser) GoString() string

func (*AddUsersRequestUser) SetGroup

func (*AddUsersRequestUser) SetName

func (*AddUsersRequestUser) SetPassword

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

func (AddUsersRequestUser) String

func (s AddUsersRequestUser) String() string

type AddUsersResponse

type AddUsersResponse struct {
	Headers map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *AddUsersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddUsersResponse) GoString

func (s AddUsersResponse) GoString() string

func (*AddUsersResponse) SetBody

func (*AddUsersResponse) SetHeaders

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

func (AddUsersResponse) String

func (s AddUsersResponse) String() string

type AddUsersResponseBody

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

func (AddUsersResponseBody) GoString

func (s AddUsersResponseBody) GoString() string

func (*AddUsersResponseBody) SetRequestId

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

func (AddUsersResponseBody) String

func (s AddUsersResponseBody) String() string

type ApplyNodesRequest

type ApplyNodesRequest struct {
	AllocatePublicAddress         *bool                                 `json:"AllocatePublicAddress,omitempty" xml:"AllocatePublicAddress,omitempty"`
	ClusterId                     *string                               `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ComputeSpotPriceLimit         *float32                              `json:"ComputeSpotPriceLimit,omitempty" xml:"ComputeSpotPriceLimit,omitempty"`
	ComputeSpotStrategy           *string                               `json:"ComputeSpotStrategy,omitempty" xml:"ComputeSpotStrategy,omitempty"`
	Cores                         *int32                                `json:"Cores,omitempty" xml:"Cores,omitempty"`
	HostNamePrefix                *string                               `json:"HostNamePrefix,omitempty" xml:"HostNamePrefix,omitempty"`
	HostNameSuffix                *string                               `json:"HostNameSuffix,omitempty" xml:"HostNameSuffix,omitempty"`
	ImageId                       *string                               `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	InstanceFamilyLevel           *string                               `json:"InstanceFamilyLevel,omitempty" xml:"InstanceFamilyLevel,omitempty"`
	InstanceTypeModel             []*ApplyNodesRequestInstanceTypeModel `json:"InstanceTypeModel,omitempty" xml:"InstanceTypeModel,omitempty" type:"Repeated"`
	InternetChargeType            *string                               `json:"InternetChargeType,omitempty" xml:"InternetChargeType,omitempty"`
	InternetMaxBandWidthIn        *int32                                `json:"InternetMaxBandWidthIn,omitempty" xml:"InternetMaxBandWidthIn,omitempty"`
	InternetMaxBandWidthOut       *int32                                `json:"InternetMaxBandWidthOut,omitempty" xml:"InternetMaxBandWidthOut,omitempty"`
	Interval                      *int32                                `json:"Interval,omitempty" xml:"Interval,omitempty"`
	JobQueue                      *string                               `json:"JobQueue,omitempty" xml:"JobQueue,omitempty"`
	Memory                        *int32                                `json:"Memory,omitempty" xml:"Memory,omitempty"`
	PriorityStrategy              *string                               `json:"PriorityStrategy,omitempty" xml:"PriorityStrategy,omitempty"`
	ResourceAmountType            *string                               `json:"ResourceAmountType,omitempty" xml:"ResourceAmountType,omitempty"`
	Round                         *int32                                `json:"Round,omitempty" xml:"Round,omitempty"`
	StrictResourceProvision       *bool                                 `json:"StrictResourceProvision,omitempty" xml:"StrictResourceProvision,omitempty"`
	StrictSatisfiedTargetCapacity *bool                                 `json:"StrictSatisfiedTargetCapacity,omitempty" xml:"StrictSatisfiedTargetCapacity,omitempty"`
	SystemDiskLevel               *string                               `json:"SystemDiskLevel,omitempty" xml:"SystemDiskLevel,omitempty"`
	SystemDiskSize                *int32                                `json:"SystemDiskSize,omitempty" xml:"SystemDiskSize,omitempty"`
	SystemDiskType                *string                               `json:"SystemDiskType,omitempty" xml:"SystemDiskType,omitempty"`
	Tag                           []*ApplyNodesRequestTag               `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
	TargetCapacity                *int32                                `json:"TargetCapacity,omitempty" xml:"TargetCapacity,omitempty"`
	ZoneInfos                     []*ApplyNodesRequestZoneInfos         `json:"ZoneInfos,omitempty" xml:"ZoneInfos,omitempty" type:"Repeated"`
}

func (ApplyNodesRequest) GoString

func (s ApplyNodesRequest) GoString() string

func (*ApplyNodesRequest) SetAllocatePublicAddress

func (s *ApplyNodesRequest) SetAllocatePublicAddress(v bool) *ApplyNodesRequest

func (*ApplyNodesRequest) SetClusterId

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

func (*ApplyNodesRequest) SetComputeSpotPriceLimit

func (s *ApplyNodesRequest) SetComputeSpotPriceLimit(v float32) *ApplyNodesRequest

func (*ApplyNodesRequest) SetComputeSpotStrategy

func (s *ApplyNodesRequest) SetComputeSpotStrategy(v string) *ApplyNodesRequest

func (*ApplyNodesRequest) SetCores

func (s *ApplyNodesRequest) SetCores(v int32) *ApplyNodesRequest

func (*ApplyNodesRequest) SetHostNamePrefix

func (s *ApplyNodesRequest) SetHostNamePrefix(v string) *ApplyNodesRequest

func (*ApplyNodesRequest) SetHostNameSuffix

func (s *ApplyNodesRequest) SetHostNameSuffix(v string) *ApplyNodesRequest

func (*ApplyNodesRequest) SetImageId

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

func (*ApplyNodesRequest) SetInstanceFamilyLevel

func (s *ApplyNodesRequest) SetInstanceFamilyLevel(v string) *ApplyNodesRequest

func (*ApplyNodesRequest) SetInstanceTypeModel

func (*ApplyNodesRequest) SetInternetChargeType

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

func (*ApplyNodesRequest) SetInternetMaxBandWidthIn

func (s *ApplyNodesRequest) SetInternetMaxBandWidthIn(v int32) *ApplyNodesRequest

func (*ApplyNodesRequest) SetInternetMaxBandWidthOut

func (s *ApplyNodesRequest) SetInternetMaxBandWidthOut(v int32) *ApplyNodesRequest

func (*ApplyNodesRequest) SetInterval

func (s *ApplyNodesRequest) SetInterval(v int32) *ApplyNodesRequest

func (*ApplyNodesRequest) SetJobQueue

func (s *ApplyNodesRequest) SetJobQueue(v string) *ApplyNodesRequest

func (*ApplyNodesRequest) SetMemory

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

func (*ApplyNodesRequest) SetPriorityStrategy

func (s *ApplyNodesRequest) SetPriorityStrategy(v string) *ApplyNodesRequest

func (*ApplyNodesRequest) SetResourceAmountType

func (s *ApplyNodesRequest) SetResourceAmountType(v string) *ApplyNodesRequest

func (*ApplyNodesRequest) SetRound

func (s *ApplyNodesRequest) SetRound(v int32) *ApplyNodesRequest

func (*ApplyNodesRequest) SetStrictResourceProvision

func (s *ApplyNodesRequest) SetStrictResourceProvision(v bool) *ApplyNodesRequest

func (*ApplyNodesRequest) SetStrictSatisfiedTargetCapacity

func (s *ApplyNodesRequest) SetStrictSatisfiedTargetCapacity(v bool) *ApplyNodesRequest

func (*ApplyNodesRequest) SetSystemDiskLevel

func (s *ApplyNodesRequest) SetSystemDiskLevel(v string) *ApplyNodesRequest

func (*ApplyNodesRequest) SetSystemDiskSize

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

func (*ApplyNodesRequest) SetSystemDiskType

func (s *ApplyNodesRequest) SetSystemDiskType(v string) *ApplyNodesRequest

func (*ApplyNodesRequest) SetTag

func (*ApplyNodesRequest) SetTargetCapacity

func (s *ApplyNodesRequest) SetTargetCapacity(v int32) *ApplyNodesRequest

func (*ApplyNodesRequest) SetZoneInfos

func (ApplyNodesRequest) String

func (s ApplyNodesRequest) String() string

type ApplyNodesRequestInstanceTypeModel

type ApplyNodesRequestInstanceTypeModel struct {
	InstanceType  *string  `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	MaxPrice      *float32 `json:"MaxPrice,omitempty" xml:"MaxPrice,omitempty"`
	TargetImageId *string  `json:"TargetImageId,omitempty" xml:"TargetImageId,omitempty"`
}

func (ApplyNodesRequestInstanceTypeModel) GoString

func (*ApplyNodesRequestInstanceTypeModel) SetInstanceType

func (*ApplyNodesRequestInstanceTypeModel) SetMaxPrice

func (*ApplyNodesRequestInstanceTypeModel) SetTargetImageId

func (ApplyNodesRequestInstanceTypeModel) String

type ApplyNodesRequestTag

type ApplyNodesRequestTag struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (ApplyNodesRequestTag) GoString

func (s ApplyNodesRequestTag) GoString() string

func (*ApplyNodesRequestTag) SetKey

func (*ApplyNodesRequestTag) SetValue

func (ApplyNodesRequestTag) String

func (s ApplyNodesRequestTag) String() string

type ApplyNodesRequestZoneInfos

type ApplyNodesRequestZoneInfos struct {
	VSwitchId *string `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	ZoneId    *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (ApplyNodesRequestZoneInfos) GoString

func (s ApplyNodesRequestZoneInfos) GoString() string

func (*ApplyNodesRequestZoneInfos) SetVSwitchId

func (*ApplyNodesRequestZoneInfos) SetZoneId

func (ApplyNodesRequestZoneInfos) String

type ApplyNodesResponse

type ApplyNodesResponse struct {
	Headers map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ApplyNodesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ApplyNodesResponse) GoString

func (s ApplyNodesResponse) GoString() string

func (*ApplyNodesResponse) SetBody

func (*ApplyNodesResponse) SetHeaders

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

func (ApplyNodesResponse) String

func (s ApplyNodesResponse) String() string

type ApplyNodesResponseBody

type ApplyNodesResponseBody struct {
	Detail          *string                            `json:"Detail,omitempty" xml:"Detail,omitempty"`
	InstanceIds     *ApplyNodesResponseBodyInstanceIds `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty" type:"Struct"`
	RequestId       *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SatisfiedAmount *int32                             `json:"SatisfiedAmount,omitempty" xml:"SatisfiedAmount,omitempty"`
	TaskId          *string                            `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (ApplyNodesResponseBody) GoString

func (s ApplyNodesResponseBody) GoString() string

func (*ApplyNodesResponseBody) SetDetail

func (*ApplyNodesResponseBody) SetInstanceIds

func (*ApplyNodesResponseBody) SetRequestId

func (*ApplyNodesResponseBody) SetSatisfiedAmount

func (s *ApplyNodesResponseBody) SetSatisfiedAmount(v int32) *ApplyNodesResponseBody

func (*ApplyNodesResponseBody) SetTaskId

func (ApplyNodesResponseBody) String

func (s ApplyNodesResponseBody) String() string

type ApplyNodesResponseBodyInstanceIds

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

func (ApplyNodesResponseBodyInstanceIds) GoString

func (*ApplyNodesResponseBodyInstanceIds) SetInstanceId

func (ApplyNodesResponseBodyInstanceIds) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) AddContainerApp

func (client *Client) AddContainerApp(request *AddContainerAppRequest) (_result *AddContainerAppResponse, _err error)

func (*Client) AddContainerAppWithOptions

func (client *Client) AddContainerAppWithOptions(request *AddContainerAppRequest, runtime *util.RuntimeOptions) (_result *AddContainerAppResponse, _err error)

func (*Client) AddExistedNodes

func (client *Client) AddExistedNodes(request *AddExistedNodesRequest) (_result *AddExistedNodesResponse, _err error)

func (*Client) AddExistedNodesWithOptions

func (client *Client) AddExistedNodesWithOptions(request *AddExistedNodesRequest, runtime *util.RuntimeOptions) (_result *AddExistedNodesResponse, _err error)

func (*Client) AddLocalNodes

func (client *Client) AddLocalNodes(request *AddLocalNodesRequest) (_result *AddLocalNodesResponse, _err error)

func (*Client) AddLocalNodesWithOptions

func (client *Client) AddLocalNodesWithOptions(request *AddLocalNodesRequest, runtime *util.RuntimeOptions) (_result *AddLocalNodesResponse, _err error)

func (*Client) AddNodes

func (client *Client) AddNodes(request *AddNodesRequest) (_result *AddNodesResponse, _err error)

func (*Client) AddNodesWithOptions

func (client *Client) AddNodesWithOptions(request *AddNodesRequest, runtime *util.RuntimeOptions) (_result *AddNodesResponse, _err error)

func (*Client) AddQueue

func (client *Client) AddQueue(request *AddQueueRequest) (_result *AddQueueResponse, _err error)

func (*Client) AddQueueWithOptions

func (client *Client) AddQueueWithOptions(request *AddQueueRequest, runtime *util.RuntimeOptions) (_result *AddQueueResponse, _err error)

func (*Client) AddSecurityGroup

func (client *Client) AddSecurityGroup(request *AddSecurityGroupRequest) (_result *AddSecurityGroupResponse, _err error)

func (*Client) AddSecurityGroupWithOptions

func (client *Client) AddSecurityGroupWithOptions(request *AddSecurityGroupRequest, runtime *util.RuntimeOptions) (_result *AddSecurityGroupResponse, _err error)

func (*Client) AddUsers

func (client *Client) AddUsers(request *AddUsersRequest) (_result *AddUsersResponse, _err error)

func (*Client) AddUsersWithOptions

func (client *Client) AddUsersWithOptions(request *AddUsersRequest, runtime *util.RuntimeOptions) (_result *AddUsersResponse, _err error)

func (*Client) ApplyNodes

func (client *Client) ApplyNodes(request *ApplyNodesRequest) (_result *ApplyNodesResponse, _err error)

func (*Client) ApplyNodesWithOptions

func (client *Client) ApplyNodesWithOptions(request *ApplyNodesRequest, runtime *util.RuntimeOptions) (_result *ApplyNodesResponse, _err error)

func (*Client) CreateCluster

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

func (*Client) CreateClusterWithOptions

func (client *Client) CreateClusterWithOptions(request *CreateClusterRequest, runtime *util.RuntimeOptions) (_result *CreateClusterResponse, _err error)

func (*Client) CreateGWSCluster

func (client *Client) CreateGWSCluster(request *CreateGWSClusterRequest) (_result *CreateGWSClusterResponse, _err error)

func (*Client) CreateGWSClusterWithOptions

func (client *Client) CreateGWSClusterWithOptions(request *CreateGWSClusterRequest, runtime *util.RuntimeOptions) (_result *CreateGWSClusterResponse, _err error)

func (*Client) CreateGWSImage

func (client *Client) CreateGWSImage(request *CreateGWSImageRequest) (_result *CreateGWSImageResponse, _err error)

func (*Client) CreateGWSImageWithOptions

func (client *Client) CreateGWSImageWithOptions(request *CreateGWSImageRequest, runtime *util.RuntimeOptions) (_result *CreateGWSImageResponse, _err error)

func (*Client) CreateGWSInstance

func (client *Client) CreateGWSInstance(request *CreateGWSInstanceRequest) (_result *CreateGWSInstanceResponse, _err error)

func (*Client) CreateGWSInstanceWithOptions

func (client *Client) CreateGWSInstanceWithOptions(request *CreateGWSInstanceRequest, runtime *util.RuntimeOptions) (_result *CreateGWSInstanceResponse, _err error)

func (*Client) CreateHybridCluster

func (client *Client) CreateHybridCluster(request *CreateHybridClusterRequest) (_result *CreateHybridClusterResponse, _err error)

func (*Client) CreateHybridClusterWithOptions

func (client *Client) CreateHybridClusterWithOptions(request *CreateHybridClusterRequest, runtime *util.RuntimeOptions) (_result *CreateHybridClusterResponse, _err error)

func (*Client) CreateJobFile

func (client *Client) CreateJobFile(request *CreateJobFileRequest) (_result *CreateJobFileResponse, _err error)

func (*Client) CreateJobFileWithOptions

func (client *Client) CreateJobFileWithOptions(request *CreateJobFileRequest, runtime *util.RuntimeOptions) (_result *CreateJobFileResponse, _err error)

func (*Client) CreateJobTemplate

func (client *Client) CreateJobTemplate(request *CreateJobTemplateRequest) (_result *CreateJobTemplateResponse, _err error)

func (*Client) CreateJobTemplateWithOptions

func (client *Client) CreateJobTemplateWithOptions(request *CreateJobTemplateRequest, runtime *util.RuntimeOptions) (_result *CreateJobTemplateResponse, _err error)

func (*Client) DeleteCluster

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

func (*Client) DeleteClusterWithOptions

func (client *Client) DeleteClusterWithOptions(request *DeleteClusterRequest, runtime *util.RuntimeOptions) (_result *DeleteClusterResponse, _err error)

func (*Client) DeleteContainerApps

func (client *Client) DeleteContainerApps(request *DeleteContainerAppsRequest) (_result *DeleteContainerAppsResponse, _err error)

func (*Client) DeleteContainerAppsWithOptions

func (client *Client) DeleteContainerAppsWithOptions(request *DeleteContainerAppsRequest, runtime *util.RuntimeOptions) (_result *DeleteContainerAppsResponse, _err error)

func (*Client) DeleteGWSCluster

func (client *Client) DeleteGWSCluster(request *DeleteGWSClusterRequest) (_result *DeleteGWSClusterResponse, _err error)

func (*Client) DeleteGWSClusterWithOptions

func (client *Client) DeleteGWSClusterWithOptions(request *DeleteGWSClusterRequest, runtime *util.RuntimeOptions) (_result *DeleteGWSClusterResponse, _err error)

func (*Client) DeleteGWSInstance

func (client *Client) DeleteGWSInstance(request *DeleteGWSInstanceRequest) (_result *DeleteGWSInstanceResponse, _err error)

func (*Client) DeleteGWSInstanceWithOptions

func (client *Client) DeleteGWSInstanceWithOptions(request *DeleteGWSInstanceRequest, runtime *util.RuntimeOptions) (_result *DeleteGWSInstanceResponse, _err error)

func (*Client) DeleteImage

func (client *Client) DeleteImage(request *DeleteImageRequest) (_result *DeleteImageResponse, _err error)

func (*Client) DeleteImageWithOptions

func (client *Client) DeleteImageWithOptions(request *DeleteImageRequest, runtime *util.RuntimeOptions) (_result *DeleteImageResponse, _err error)

func (*Client) DeleteJobTemplates

func (client *Client) DeleteJobTemplates(request *DeleteJobTemplatesRequest) (_result *DeleteJobTemplatesResponse, _err error)

func (*Client) DeleteJobTemplatesWithOptions

func (client *Client) DeleteJobTemplatesWithOptions(request *DeleteJobTemplatesRequest, runtime *util.RuntimeOptions) (_result *DeleteJobTemplatesResponse, _err error)

func (*Client) DeleteJobs

func (client *Client) DeleteJobs(request *DeleteJobsRequest) (_result *DeleteJobsResponse, _err error)

func (*Client) DeleteJobsWithOptions

func (client *Client) DeleteJobsWithOptions(request *DeleteJobsRequest, runtime *util.RuntimeOptions) (_result *DeleteJobsResponse, _err error)

func (*Client) DeleteNodes

func (client *Client) DeleteNodes(request *DeleteNodesRequest) (_result *DeleteNodesResponse, _err error)

func (*Client) DeleteNodesWithOptions

func (client *Client) DeleteNodesWithOptions(request *DeleteNodesRequest, runtime *util.RuntimeOptions) (_result *DeleteNodesResponse, _err error)

func (*Client) DeleteQueue

func (client *Client) DeleteQueue(request *DeleteQueueRequest) (_result *DeleteQueueResponse, _err error)

func (*Client) DeleteQueueWithOptions

func (client *Client) DeleteQueueWithOptions(request *DeleteQueueRequest, runtime *util.RuntimeOptions) (_result *DeleteQueueResponse, _err error)

func (*Client) DeleteSecurityGroup

func (client *Client) DeleteSecurityGroup(request *DeleteSecurityGroupRequest) (_result *DeleteSecurityGroupResponse, _err error)

func (*Client) DeleteSecurityGroupWithOptions

func (client *Client) DeleteSecurityGroupWithOptions(request *DeleteSecurityGroupRequest, runtime *util.RuntimeOptions) (_result *DeleteSecurityGroupResponse, _err error)

func (*Client) DeleteUsers

func (client *Client) DeleteUsers(request *DeleteUsersRequest) (_result *DeleteUsersResponse, _err error)

func (*Client) DeleteUsersWithOptions

func (client *Client) DeleteUsersWithOptions(request *DeleteUsersRequest, runtime *util.RuntimeOptions) (_result *DeleteUsersResponse, _err error)

func (*Client) DescribeAutoScaleConfig

func (client *Client) DescribeAutoScaleConfig(request *DescribeAutoScaleConfigRequest) (_result *DescribeAutoScaleConfigResponse, _err error)

func (*Client) DescribeAutoScaleConfigWithOptions

func (client *Client) DescribeAutoScaleConfigWithOptions(request *DescribeAutoScaleConfigRequest, runtime *util.RuntimeOptions) (_result *DescribeAutoScaleConfigResponse, _err error)

func (*Client) DescribeCluster

func (client *Client) DescribeCluster(request *DescribeClusterRequest) (_result *DescribeClusterResponse, _err error)

func (*Client) DescribeClusterWithOptions

func (client *Client) DescribeClusterWithOptions(request *DescribeClusterRequest, runtime *util.RuntimeOptions) (_result *DescribeClusterResponse, _err error)

func (*Client) DescribeContainerApp

func (client *Client) DescribeContainerApp(request *DescribeContainerAppRequest) (_result *DescribeContainerAppResponse, _err error)

func (*Client) DescribeContainerAppWithOptions

func (client *Client) DescribeContainerAppWithOptions(request *DescribeContainerAppRequest, runtime *util.RuntimeOptions) (_result *DescribeContainerAppResponse, _err error)

func (*Client) DescribeDeployProcess

func (client *Client) DescribeDeployProcess(request *DescribeDeployProcessRequest) (_result *DescribeDeployProcessResponse, _err error)

func (*Client) DescribeDeployProcessWithOptions

func (client *Client) DescribeDeployProcessWithOptions(request *DescribeDeployProcessRequest, runtime *util.RuntimeOptions) (_result *DescribeDeployProcessResponse, _err error)

func (*Client) DescribeGWSClusterPolicy

func (client *Client) DescribeGWSClusterPolicy(request *DescribeGWSClusterPolicyRequest) (_result *DescribeGWSClusterPolicyResponse, _err error)

func (*Client) DescribeGWSClusterPolicyWithOptions

func (client *Client) DescribeGWSClusterPolicyWithOptions(request *DescribeGWSClusterPolicyRequest, runtime *util.RuntimeOptions) (_result *DescribeGWSClusterPolicyResponse, _err error)

func (*Client) DescribeGWSClusters

func (client *Client) DescribeGWSClusters(request *DescribeGWSClustersRequest) (_result *DescribeGWSClustersResponse, _err error)

func (*Client) DescribeGWSClustersWithOptions

func (client *Client) DescribeGWSClustersWithOptions(request *DescribeGWSClustersRequest, runtime *util.RuntimeOptions) (_result *DescribeGWSClustersResponse, _err error)

func (*Client) DescribeGWSImages

func (client *Client) DescribeGWSImages(request *DescribeGWSImagesRequest) (_result *DescribeGWSImagesResponse, _err error)

func (*Client) DescribeGWSImagesWithOptions

func (client *Client) DescribeGWSImagesWithOptions(request *DescribeGWSImagesRequest, runtime *util.RuntimeOptions) (_result *DescribeGWSImagesResponse, _err error)

func (*Client) DescribeGWSInstances

func (client *Client) DescribeGWSInstances(request *DescribeGWSInstancesRequest) (_result *DescribeGWSInstancesResponse, _err error)

func (*Client) DescribeGWSInstancesWithOptions

func (client *Client) DescribeGWSInstancesWithOptions(request *DescribeGWSInstancesRequest, runtime *util.RuntimeOptions) (_result *DescribeGWSInstancesResponse, _err error)

func (*Client) DescribeImage

func (client *Client) DescribeImage(request *DescribeImageRequest) (_result *DescribeImageResponse, _err error)

func (*Client) DescribeImageGatewayConfig

func (client *Client) DescribeImageGatewayConfig(request *DescribeImageGatewayConfigRequest) (_result *DescribeImageGatewayConfigResponse, _err error)

func (*Client) DescribeImageGatewayConfigWithOptions

func (client *Client) DescribeImageGatewayConfigWithOptions(request *DescribeImageGatewayConfigRequest, runtime *util.RuntimeOptions) (_result *DescribeImageGatewayConfigResponse, _err error)

func (*Client) DescribeImagePrice

func (client *Client) DescribeImagePrice(request *DescribeImagePriceRequest) (_result *DescribeImagePriceResponse, _err error)

func (*Client) DescribeImagePriceWithOptions

func (client *Client) DescribeImagePriceWithOptions(request *DescribeImagePriceRequest, runtime *util.RuntimeOptions) (_result *DescribeImagePriceResponse, _err error)

func (*Client) DescribeImageWithOptions

func (client *Client) DescribeImageWithOptions(request *DescribeImageRequest, runtime *util.RuntimeOptions) (_result *DescribeImageResponse, _err error)

func (*Client) DescribeJob

func (client *Client) DescribeJob(request *DescribeJobRequest) (_result *DescribeJobResponse, _err error)

func (*Client) DescribeJobWithOptions

func (client *Client) DescribeJobWithOptions(request *DescribeJobRequest, runtime *util.RuntimeOptions) (_result *DescribeJobResponse, _err error)

func (*Client) DescribeNFSClientStatus

func (client *Client) DescribeNFSClientStatus(request *DescribeNFSClientStatusRequest) (_result *DescribeNFSClientStatusResponse, _err error)

func (*Client) DescribeNFSClientStatusWithOptions

func (client *Client) DescribeNFSClientStatusWithOptions(request *DescribeNFSClientStatusRequest, runtime *util.RuntimeOptions) (_result *DescribeNFSClientStatusResponse, _err error)

func (*Client) DescribePrice

func (client *Client) DescribePrice(request *DescribePriceRequest) (_result *DescribePriceResponse, _err error)

func (*Client) DescribePriceWithOptions

func (client *Client) DescribePriceWithOptions(request *DescribePriceRequest, runtime *util.RuntimeOptions) (_result *DescribePriceResponse, _err error)

func (*Client) EditJobTemplate

func (client *Client) EditJobTemplate(request *EditJobTemplateRequest) (_result *EditJobTemplateResponse, _err error)

func (*Client) EditJobTemplateWithOptions

func (client *Client) EditJobTemplateWithOptions(request *EditJobTemplateRequest, runtime *util.RuntimeOptions) (_result *EditJobTemplateResponse, _err error)

func (*Client) GetAccountingReport

func (client *Client) GetAccountingReport(request *GetAccountingReportRequest) (_result *GetAccountingReportResponse, _err error)

func (*Client) GetAccountingReportWithOptions

func (client *Client) GetAccountingReportWithOptions(request *GetAccountingReportRequest, runtime *util.RuntimeOptions) (_result *GetAccountingReportResponse, _err error)

func (*Client) GetAutoScaleConfig

func (client *Client) GetAutoScaleConfig(request *GetAutoScaleConfigRequest) (_result *GetAutoScaleConfigResponse, _err error)

func (*Client) GetAutoScaleConfigWithOptions

func (client *Client) GetAutoScaleConfigWithOptions(request *GetAutoScaleConfigRequest, runtime *util.RuntimeOptions) (_result *GetAutoScaleConfigResponse, _err error)

func (*Client) GetCloudMetricLogs

func (client *Client) GetCloudMetricLogs(request *GetCloudMetricLogsRequest) (_result *GetCloudMetricLogsResponse, _err error)

func (*Client) GetCloudMetricLogsWithOptions

func (client *Client) GetCloudMetricLogsWithOptions(request *GetCloudMetricLogsRequest, runtime *util.RuntimeOptions) (_result *GetCloudMetricLogsResponse, _err error)

func (*Client) GetCloudMetricProfiling

func (client *Client) GetCloudMetricProfiling(request *GetCloudMetricProfilingRequest) (_result *GetCloudMetricProfilingResponse, _err error)

func (*Client) GetCloudMetricProfilingWithOptions

func (client *Client) GetCloudMetricProfilingWithOptions(request *GetCloudMetricProfilingRequest, runtime *util.RuntimeOptions) (_result *GetCloudMetricProfilingResponse, _err error)

func (*Client) GetClusterVolumes

func (client *Client) GetClusterVolumes(request *GetClusterVolumesRequest) (_result *GetClusterVolumesResponse, _err error)

func (*Client) GetClusterVolumesWithOptions

func (client *Client) GetClusterVolumesWithOptions(request *GetClusterVolumesRequest, runtime *util.RuntimeOptions) (_result *GetClusterVolumesResponse, _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) GetGWSConnectTicket

func (client *Client) GetGWSConnectTicket(request *GetGWSConnectTicketRequest) (_result *GetGWSConnectTicketResponse, _err error)

func (*Client) GetGWSConnectTicketWithOptions

func (client *Client) GetGWSConnectTicketWithOptions(request *GetGWSConnectTicketRequest, runtime *util.RuntimeOptions) (_result *GetGWSConnectTicketResponse, _err error)

func (*Client) GetHybridClusterConfig

func (client *Client) GetHybridClusterConfig(request *GetHybridClusterConfigRequest) (_result *GetHybridClusterConfigResponse, _err error)

func (*Client) GetHybridClusterConfigWithOptions

func (client *Client) GetHybridClusterConfigWithOptions(request *GetHybridClusterConfigRequest, runtime *util.RuntimeOptions) (_result *GetHybridClusterConfigResponse, _err error)

func (*Client) GetIfEcsTypeSupportHtConfig

func (client *Client) GetIfEcsTypeSupportHtConfig(request *GetIfEcsTypeSupportHtConfigRequest) (_result *GetIfEcsTypeSupportHtConfigResponse, _err error)

func (*Client) GetIfEcsTypeSupportHtConfigWithOptions

func (client *Client) GetIfEcsTypeSupportHtConfigWithOptions(request *GetIfEcsTypeSupportHtConfigRequest, runtime *util.RuntimeOptions) (_result *GetIfEcsTypeSupportHtConfigResponse, _err error)

func (*Client) GetPostScripts

func (client *Client) GetPostScripts(request *GetPostScriptsRequest) (_result *GetPostScriptsResponse, _err error)

func (*Client) GetPostScriptsWithOptions

func (client *Client) GetPostScriptsWithOptions(request *GetPostScriptsRequest, runtime *util.RuntimeOptions) (_result *GetPostScriptsResponse, _err error)

func (*Client) GetQueueConf

func (client *Client) GetQueueConf(request *GetQueueConfRequest) (_result *GetQueueConfResponse, _err error)

func (*Client) GetQueueConfWithOptions

func (client *Client) GetQueueConfWithOptions(request *GetQueueConfRequest, runtime *util.RuntimeOptions) (_result *GetQueueConfResponse, _err error)

func (*Client) GetSchedulerInfo

func (client *Client) GetSchedulerInfo(request *GetSchedulerInfoRequest) (_result *GetSchedulerInfoResponse, _err error)

func (*Client) GetSchedulerInfoWithOptions

func (client *Client) GetSchedulerInfoWithOptions(request *GetSchedulerInfoRequest, runtime *util.RuntimeOptions) (_result *GetSchedulerInfoResponse, _err error)

func (*Client) GetVisualServiceStatus

func (client *Client) GetVisualServiceStatus(request *GetVisualServiceStatusRequest) (_result *GetVisualServiceStatusResponse, _err error)

func (*Client) GetVisualServiceStatusWithOptions

func (client *Client) GetVisualServiceStatusWithOptions(request *GetVisualServiceStatusRequest, runtime *util.RuntimeOptions) (_result *GetVisualServiceStatusResponse, _err error)

func (*Client) Init

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

func (*Client) InitializeEHPC

func (client *Client) InitializeEHPC(request *InitializeEHPCRequest) (_result *InitializeEHPCResponse, _err error)

func (*Client) InitializeEHPCWithOptions

func (client *Client) InitializeEHPCWithOptions(request *InitializeEHPCRequest, runtime *util.RuntimeOptions) (_result *InitializeEHPCResponse, _err error)

func (*Client) InstallSoftware

func (client *Client) InstallSoftware(request *InstallSoftwareRequest) (_result *InstallSoftwareResponse, _err error)

func (*Client) InstallSoftwareWithOptions

func (client *Client) InstallSoftwareWithOptions(request *InstallSoftwareRequest, runtime *util.RuntimeOptions) (_result *InstallSoftwareResponse, _err error)

func (*Client) InvokeShellCommand

func (client *Client) InvokeShellCommand(request *InvokeShellCommandRequest) (_result *InvokeShellCommandResponse, _err error)

func (*Client) InvokeShellCommandWithOptions

func (client *Client) InvokeShellCommandWithOptions(request *InvokeShellCommandRequest, runtime *util.RuntimeOptions) (_result *InvokeShellCommandResponse, _err error)

func (*Client) ListAvailableEcsTypes

func (client *Client) ListAvailableEcsTypes(request *ListAvailableEcsTypesRequest) (_result *ListAvailableEcsTypesResponse, _err error)

func (*Client) ListAvailableEcsTypesWithOptions

func (client *Client) ListAvailableEcsTypesWithOptions(request *ListAvailableEcsTypesRequest, runtime *util.RuntimeOptions) (_result *ListAvailableEcsTypesResponse, _err error)

func (*Client) ListCloudMetricProfilings

func (client *Client) ListCloudMetricProfilings(request *ListCloudMetricProfilingsRequest) (_result *ListCloudMetricProfilingsResponse, _err error)

func (*Client) ListCloudMetricProfilingsWithOptions

func (client *Client) ListCloudMetricProfilingsWithOptions(request *ListCloudMetricProfilingsRequest, runtime *util.RuntimeOptions) (_result *ListCloudMetricProfilingsResponse, _err error)

func (*Client) ListClusterLogs

func (client *Client) ListClusterLogs(request *ListClusterLogsRequest) (_result *ListClusterLogsResponse, _err error)

func (*Client) ListClusterLogsWithOptions

func (client *Client) ListClusterLogsWithOptions(request *ListClusterLogsRequest, runtime *util.RuntimeOptions) (_result *ListClusterLogsResponse, _err error)

func (*Client) ListClusters

func (client *Client) ListClusters(request *ListClustersRequest) (_result *ListClustersResponse, _err error)

func (*Client) ListClustersMeta

func (client *Client) ListClustersMeta(request *ListClustersMetaRequest) (_result *ListClustersMetaResponse, _err error)

func (*Client) ListClustersMetaWithOptions

func (client *Client) ListClustersMetaWithOptions(request *ListClustersMetaRequest, runtime *util.RuntimeOptions) (_result *ListClustersMetaResponse, _err error)

func (*Client) ListClustersWithOptions

func (client *Client) ListClustersWithOptions(request *ListClustersRequest, runtime *util.RuntimeOptions) (_result *ListClustersResponse, _err error)

func (*Client) ListCommands

func (client *Client) ListCommands(request *ListCommandsRequest) (_result *ListCommandsResponse, _err error)

func (*Client) ListCommandsWithOptions

func (client *Client) ListCommandsWithOptions(request *ListCommandsRequest, runtime *util.RuntimeOptions) (_result *ListCommandsResponse, _err error)

func (*Client) ListContainerApps

func (client *Client) ListContainerApps(request *ListContainerAppsRequest) (_result *ListContainerAppsResponse, _err error)

func (*Client) ListContainerAppsWithOptions

func (client *Client) ListContainerAppsWithOptions(request *ListContainerAppsRequest, runtime *util.RuntimeOptions) (_result *ListContainerAppsResponse, _err error)

func (*Client) ListContainerImages

func (client *Client) ListContainerImages(request *ListContainerImagesRequest) (_result *ListContainerImagesResponse, _err error)

func (*Client) ListContainerImagesWithOptions

func (client *Client) ListContainerImagesWithOptions(request *ListContainerImagesRequest, runtime *util.RuntimeOptions) (_result *ListContainerImagesResponse, _err error)

func (*Client) ListCpfsFileSystems

func (client *Client) ListCpfsFileSystems(request *ListCpfsFileSystemsRequest) (_result *ListCpfsFileSystemsResponse, _err error)

func (*Client) ListCpfsFileSystemsWithOptions

func (client *Client) ListCpfsFileSystemsWithOptions(request *ListCpfsFileSystemsRequest, runtime *util.RuntimeOptions) (_result *ListCpfsFileSystemsResponse, _err error)

func (*Client) ListCurrentClientVersion

func (client *Client) ListCurrentClientVersion() (_result *ListCurrentClientVersionResponse, _err error)

func (*Client) ListCurrentClientVersionWithOptions

func (client *Client) ListCurrentClientVersionWithOptions(runtime *util.RuntimeOptions) (_result *ListCurrentClientVersionResponse, _err error)

func (*Client) ListCustomImages

func (client *Client) ListCustomImages(request *ListCustomImagesRequest) (_result *ListCustomImagesResponse, _err error)

func (*Client) ListCustomImagesWithOptions

func (client *Client) ListCustomImagesWithOptions(request *ListCustomImagesRequest, runtime *util.RuntimeOptions) (_result *ListCustomImagesResponse, _err error)

func (*Client) ListFileSystemWithMountTargets

func (client *Client) ListFileSystemWithMountTargets(request *ListFileSystemWithMountTargetsRequest) (_result *ListFileSystemWithMountTargetsResponse, _err error)

func (*Client) ListFileSystemWithMountTargetsWithOptions

func (client *Client) ListFileSystemWithMountTargetsWithOptions(request *ListFileSystemWithMountTargetsRequest, runtime *util.RuntimeOptions) (_result *ListFileSystemWithMountTargetsResponse, _err error)

func (*Client) ListImages

func (client *Client) ListImages(request *ListImagesRequest) (_result *ListImagesResponse, _err error)

func (*Client) ListImagesWithOptions

func (client *Client) ListImagesWithOptions(request *ListImagesRequest, runtime *util.RuntimeOptions) (_result *ListImagesResponse, _err error)

func (*Client) ListInstalledSoftware

func (client *Client) ListInstalledSoftware(request *ListInstalledSoftwareRequest) (_result *ListInstalledSoftwareResponse, _err error)

func (*Client) ListInstalledSoftwareWithOptions

func (client *Client) ListInstalledSoftwareWithOptions(request *ListInstalledSoftwareRequest, runtime *util.RuntimeOptions) (_result *ListInstalledSoftwareResponse, _err error)

func (*Client) ListInvocationResults

func (client *Client) ListInvocationResults(request *ListInvocationResultsRequest) (_result *ListInvocationResultsResponse, _err error)

func (*Client) ListInvocationResultsWithOptions

func (client *Client) ListInvocationResultsWithOptions(request *ListInvocationResultsRequest, runtime *util.RuntimeOptions) (_result *ListInvocationResultsResponse, _err error)

func (*Client) ListInvocationStatus

func (client *Client) ListInvocationStatus(request *ListInvocationStatusRequest) (_result *ListInvocationStatusResponse, _err error)

func (*Client) ListInvocationStatusWithOptions

func (client *Client) ListInvocationStatusWithOptions(request *ListInvocationStatusRequest, runtime *util.RuntimeOptions) (_result *ListInvocationStatusResponse, _err error)

func (*Client) ListJobTemplates

func (client *Client) ListJobTemplates(request *ListJobTemplatesRequest) (_result *ListJobTemplatesResponse, _err error)

func (*Client) ListJobTemplatesWithOptions

func (client *Client) ListJobTemplatesWithOptions(request *ListJobTemplatesRequest, runtime *util.RuntimeOptions) (_result *ListJobTemplatesResponse, _err error)

func (*Client) ListJobs

func (client *Client) ListJobs(request *ListJobsRequest) (_result *ListJobsResponse, _err error)

func (*Client) ListJobsWithFilters

func (client *Client) ListJobsWithFilters(request *ListJobsWithFiltersRequest) (_result *ListJobsWithFiltersResponse, _err error)

func (*Client) ListJobsWithFiltersWithOptions

func (client *Client) ListJobsWithFiltersWithOptions(request *ListJobsWithFiltersRequest, runtime *util.RuntimeOptions) (_result *ListJobsWithFiltersResponse, _err error)

func (*Client) ListJobsWithOptions

func (client *Client) ListJobsWithOptions(request *ListJobsRequest, runtime *util.RuntimeOptions) (_result *ListJobsResponse, _err error)

func (*Client) ListNodes

func (client *Client) ListNodes(request *ListNodesRequest) (_result *ListNodesResponse, _err error)

func (*Client) ListNodesByQueue

func (client *Client) ListNodesByQueue(request *ListNodesByQueueRequest) (_result *ListNodesByQueueResponse, _err error)

func (*Client) ListNodesByQueueWithOptions

func (client *Client) ListNodesByQueueWithOptions(request *ListNodesByQueueRequest, runtime *util.RuntimeOptions) (_result *ListNodesByQueueResponse, _err error)

func (*Client) ListNodesNoPaging

func (client *Client) ListNodesNoPaging(request *ListNodesNoPagingRequest) (_result *ListNodesNoPagingResponse, _err error)

func (*Client) ListNodesNoPagingWithOptions

func (client *Client) ListNodesNoPagingWithOptions(request *ListNodesNoPagingRequest, runtime *util.RuntimeOptions) (_result *ListNodesNoPagingResponse, _err error)

func (*Client) ListNodesWithOptions

func (client *Client) ListNodesWithOptions(request *ListNodesRequest, runtime *util.RuntimeOptions) (_result *ListNodesResponse, _err error)

func (*Client) ListPreferredEcsTypes

func (client *Client) ListPreferredEcsTypes(request *ListPreferredEcsTypesRequest) (_result *ListPreferredEcsTypesResponse, _err error)

func (*Client) ListPreferredEcsTypesWithOptions

func (client *Client) ListPreferredEcsTypesWithOptions(request *ListPreferredEcsTypesRequest, runtime *util.RuntimeOptions) (_result *ListPreferredEcsTypesResponse, _err error)

func (*Client) ListQueues

func (client *Client) ListQueues(request *ListQueuesRequest) (_result *ListQueuesResponse, _err error)

func (*Client) ListQueuesWithOptions

func (client *Client) ListQueuesWithOptions(request *ListQueuesRequest, runtime *util.RuntimeOptions) (_result *ListQueuesResponse, _err error)

func (*Client) ListRegions

func (client *Client) ListRegions() (_result *ListRegionsResponse, _err error)

func (*Client) ListRegionsWithOptions

func (client *Client) ListRegionsWithOptions(runtime *util.RuntimeOptions) (_result *ListRegionsResponse, _err error)

func (*Client) ListSecurityGroups

func (client *Client) ListSecurityGroups(request *ListSecurityGroupsRequest) (_result *ListSecurityGroupsResponse, _err error)

func (*Client) ListSecurityGroupsWithOptions

func (client *Client) ListSecurityGroupsWithOptions(request *ListSecurityGroupsRequest, runtime *util.RuntimeOptions) (_result *ListSecurityGroupsResponse, _err error)

func (*Client) ListSoftwares

func (client *Client) ListSoftwares(request *ListSoftwaresRequest) (_result *ListSoftwaresResponse, _err error)

func (*Client) ListSoftwaresWithOptions

func (client *Client) ListSoftwaresWithOptions(request *ListSoftwaresRequest, runtime *util.RuntimeOptions) (_result *ListSoftwaresResponse, _err error)

func (*Client) ListTasks

func (client *Client) ListTasks(request *ListTasksRequest) (_result *ListTasksResponse, _err error)

func (*Client) ListTasksWithOptions

func (client *Client) ListTasksWithOptions(request *ListTasksRequest, runtime *util.RuntimeOptions) (_result *ListTasksResponse, _err error)

func (*Client) ListUsers

func (client *Client) ListUsers(request *ListUsersRequest) (_result *ListUsersResponse, _err error)

func (*Client) ListUsersWithOptions

func (client *Client) ListUsersWithOptions(request *ListUsersRequest, runtime *util.RuntimeOptions) (_result *ListUsersResponse, _err error)

func (*Client) ListVolumes

func (client *Client) ListVolumes(request *ListVolumesRequest) (_result *ListVolumesResponse, _err error)

func (*Client) ListVolumesWithOptions

func (client *Client) ListVolumesWithOptions(request *ListVolumesRequest, runtime *util.RuntimeOptions) (_result *ListVolumesResponse, _err error)

func (*Client) ModifyClusterAttributes

func (client *Client) ModifyClusterAttributes(request *ModifyClusterAttributesRequest) (_result *ModifyClusterAttributesResponse, _err error)

func (*Client) ModifyClusterAttributesWithOptions

func (client *Client) ModifyClusterAttributesWithOptions(request *ModifyClusterAttributesRequest, runtime *util.RuntimeOptions) (_result *ModifyClusterAttributesResponse, _err error)

func (*Client) ModifyContainerAppAttributes

func (client *Client) ModifyContainerAppAttributes(request *ModifyContainerAppAttributesRequest) (_result *ModifyContainerAppAttributesResponse, _err error)

func (*Client) ModifyContainerAppAttributesWithOptions

func (client *Client) ModifyContainerAppAttributesWithOptions(request *ModifyContainerAppAttributesRequest, runtime *util.RuntimeOptions) (_result *ModifyContainerAppAttributesResponse, _err error)

func (*Client) ModifyImageGatewayConfig

func (client *Client) ModifyImageGatewayConfig(request *ModifyImageGatewayConfigRequest) (_result *ModifyImageGatewayConfigResponse, _err error)

func (*Client) ModifyImageGatewayConfigWithOptions

func (client *Client) ModifyImageGatewayConfigWithOptions(request *ModifyImageGatewayConfigRequest, runtime *util.RuntimeOptions) (_result *ModifyImageGatewayConfigResponse, _err error)

func (*Client) ModifyUserGroups

func (client *Client) ModifyUserGroups(request *ModifyUserGroupsRequest) (_result *ModifyUserGroupsResponse, _err error)

func (*Client) ModifyUserGroupsWithOptions

func (client *Client) ModifyUserGroupsWithOptions(request *ModifyUserGroupsRequest, runtime *util.RuntimeOptions) (_result *ModifyUserGroupsResponse, _err error)

func (*Client) ModifyUserPasswords

func (client *Client) ModifyUserPasswords(request *ModifyUserPasswordsRequest) (_result *ModifyUserPasswordsResponse, _err error)

func (*Client) ModifyUserPasswordsWithOptions

func (client *Client) ModifyUserPasswordsWithOptions(request *ModifyUserPasswordsRequest, runtime *util.RuntimeOptions) (_result *ModifyUserPasswordsResponse, _err error)

func (*Client) ModifyVisualServicePasswd

func (client *Client) ModifyVisualServicePasswd(request *ModifyVisualServicePasswdRequest) (_result *ModifyVisualServicePasswdResponse, _err error)

func (*Client) ModifyVisualServicePasswdWithOptions

func (client *Client) ModifyVisualServicePasswdWithOptions(request *ModifyVisualServicePasswdRequest, runtime *util.RuntimeOptions) (_result *ModifyVisualServicePasswdResponse, _err error)

func (*Client) MountNFS

func (client *Client) MountNFS(request *MountNFSRequest) (_result *MountNFSResponse, _err error)

func (*Client) MountNFSWithOptions

func (client *Client) MountNFSWithOptions(request *MountNFSRequest, runtime *util.RuntimeOptions) (_result *MountNFSResponse, _err error)

func (*Client) PullImage

func (client *Client) PullImage(request *PullImageRequest) (_result *PullImageResponse, _err error)

func (*Client) PullImageWithOptions

func (client *Client) PullImageWithOptions(request *PullImageRequest, runtime *util.RuntimeOptions) (_result *PullImageResponse, _err error)

func (*Client) QueryServicePackAndPrice

func (client *Client) QueryServicePackAndPrice() (_result *QueryServicePackAndPriceResponse, _err error)

func (*Client) QueryServicePackAndPriceWithOptions

func (client *Client) QueryServicePackAndPriceWithOptions(runtime *util.RuntimeOptions) (_result *QueryServicePackAndPriceResponse, _err error)

func (*Client) RecoverCluster

func (client *Client) RecoverCluster(request *RecoverClusterRequest) (_result *RecoverClusterResponse, _err error)

func (*Client) RecoverClusterWithOptions

func (client *Client) RecoverClusterWithOptions(request *RecoverClusterRequest, runtime *util.RuntimeOptions) (_result *RecoverClusterResponse, _err error)

func (*Client) RerunJobs

func (client *Client) RerunJobs(request *RerunJobsRequest) (_result *RerunJobsResponse, _err error)

func (*Client) RerunJobsWithOptions

func (client *Client) RerunJobsWithOptions(request *RerunJobsRequest, runtime *util.RuntimeOptions) (_result *RerunJobsResponse, _err error)

func (*Client) ResetNodes

func (client *Client) ResetNodes(request *ResetNodesRequest) (_result *ResetNodesResponse, _err error)

func (*Client) ResetNodesWithOptions

func (client *Client) ResetNodesWithOptions(request *ResetNodesRequest, runtime *util.RuntimeOptions) (_result *ResetNodesResponse, _err error)

func (*Client) RunCloudMetricProfiling

func (client *Client) RunCloudMetricProfiling(request *RunCloudMetricProfilingRequest) (_result *RunCloudMetricProfilingResponse, _err error)

func (*Client) RunCloudMetricProfilingWithOptions

func (client *Client) RunCloudMetricProfilingWithOptions(request *RunCloudMetricProfilingRequest, runtime *util.RuntimeOptions) (_result *RunCloudMetricProfilingResponse, _err error)

func (*Client) SetAutoScaleConfig

func (client *Client) SetAutoScaleConfig(request *SetAutoScaleConfigRequest) (_result *SetAutoScaleConfigResponse, _err error)

func (*Client) SetAutoScaleConfigWithOptions

func (client *Client) SetAutoScaleConfigWithOptions(request *SetAutoScaleConfigRequest, runtime *util.RuntimeOptions) (_result *SetAutoScaleConfigResponse, _err error)

func (*Client) SetGWSClusterPolicy

func (client *Client) SetGWSClusterPolicy(request *SetGWSClusterPolicyRequest) (_result *SetGWSClusterPolicyResponse, _err error)

func (*Client) SetGWSClusterPolicyWithOptions

func (client *Client) SetGWSClusterPolicyWithOptions(request *SetGWSClusterPolicyRequest, runtime *util.RuntimeOptions) (_result *SetGWSClusterPolicyResponse, _err error)

func (*Client) SetGWSInstanceName

func (client *Client) SetGWSInstanceName(request *SetGWSInstanceNameRequest) (_result *SetGWSInstanceNameResponse, _err error)

func (*Client) SetGWSInstanceNameWithOptions

func (client *Client) SetGWSInstanceNameWithOptions(request *SetGWSInstanceNameRequest, runtime *util.RuntimeOptions) (_result *SetGWSInstanceNameResponse, _err error)

func (*Client) SetGWSInstanceUser

func (client *Client) SetGWSInstanceUser(request *SetGWSInstanceUserRequest) (_result *SetGWSInstanceUserResponse, _err error)

func (*Client) SetGWSInstanceUserWithOptions

func (client *Client) SetGWSInstanceUserWithOptions(request *SetGWSInstanceUserRequest, runtime *util.RuntimeOptions) (_result *SetGWSInstanceUserResponse, _err error)

func (*Client) SetPostScripts

func (client *Client) SetPostScripts(request *SetPostScriptsRequest) (_result *SetPostScriptsResponse, _err error)

func (*Client) SetPostScriptsWithOptions

func (client *Client) SetPostScriptsWithOptions(request *SetPostScriptsRequest, runtime *util.RuntimeOptions) (_result *SetPostScriptsResponse, _err error)

func (*Client) SetQueue

func (client *Client) SetQueue(request *SetQueueRequest) (_result *SetQueueResponse, _err error)

func (*Client) SetQueueWithOptions

func (client *Client) SetQueueWithOptions(request *SetQueueRequest, runtime *util.RuntimeOptions) (_result *SetQueueResponse, _err error)

func (*Client) SetSchedulerInfo

func (client *Client) SetSchedulerInfo(request *SetSchedulerInfoRequest) (_result *SetSchedulerInfoResponse, _err error)

func (*Client) SetSchedulerInfoWithOptions

func (client *Client) SetSchedulerInfoWithOptions(request *SetSchedulerInfoRequest, runtime *util.RuntimeOptions) (_result *SetSchedulerInfoResponse, _err error)

func (*Client) StartCluster

func (client *Client) StartCluster(request *StartClusterRequest) (_result *StartClusterResponse, _err error)

func (*Client) StartClusterWithOptions

func (client *Client) StartClusterWithOptions(request *StartClusterRequest, runtime *util.RuntimeOptions) (_result *StartClusterResponse, _err error)

func (*Client) StartGWSInstance

func (client *Client) StartGWSInstance(request *StartGWSInstanceRequest) (_result *StartGWSInstanceResponse, _err error)

func (*Client) StartGWSInstanceWithOptions

func (client *Client) StartGWSInstanceWithOptions(request *StartGWSInstanceRequest, runtime *util.RuntimeOptions) (_result *StartGWSInstanceResponse, _err error)

func (*Client) StartNodes

func (client *Client) StartNodes(request *StartNodesRequest) (_result *StartNodesResponse, _err error)

func (*Client) StartNodesWithOptions

func (client *Client) StartNodesWithOptions(request *StartNodesRequest, runtime *util.RuntimeOptions) (_result *StartNodesResponse, _err error)

func (*Client) StartVisualService

func (client *Client) StartVisualService(request *StartVisualServiceRequest) (_result *StartVisualServiceResponse, _err error)

func (*Client) StartVisualServiceWithOptions

func (client *Client) StartVisualServiceWithOptions(request *StartVisualServiceRequest, runtime *util.RuntimeOptions) (_result *StartVisualServiceResponse, _err error)

func (*Client) StopCluster

func (client *Client) StopCluster(request *StopClusterRequest) (_result *StopClusterResponse, _err error)

func (*Client) StopClusterWithOptions

func (client *Client) StopClusterWithOptions(request *StopClusterRequest, runtime *util.RuntimeOptions) (_result *StopClusterResponse, _err error)

func (*Client) StopGWSInstance

func (client *Client) StopGWSInstance(request *StopGWSInstanceRequest) (_result *StopGWSInstanceResponse, _err error)

func (*Client) StopGWSInstanceWithOptions

func (client *Client) StopGWSInstanceWithOptions(request *StopGWSInstanceRequest, runtime *util.RuntimeOptions) (_result *StopGWSInstanceResponse, _err error)

func (*Client) StopJobs

func (client *Client) StopJobs(request *StopJobsRequest) (_result *StopJobsResponse, _err error)

func (*Client) StopJobsWithOptions

func (client *Client) StopJobsWithOptions(request *StopJobsRequest, runtime *util.RuntimeOptions) (_result *StopJobsResponse, _err error)

func (*Client) StopNodes

func (client *Client) StopNodes(request *StopNodesRequest) (_result *StopNodesResponse, _err error)

func (*Client) StopNodesWithOptions

func (client *Client) StopNodesWithOptions(request *StopNodesRequest, runtime *util.RuntimeOptions) (_result *StopNodesResponse, _err error)

func (*Client) StopVisualService

func (client *Client) StopVisualService(request *StopVisualServiceRequest) (_result *StopVisualServiceResponse, _err error)

func (*Client) StopVisualServiceWithOptions

func (client *Client) StopVisualServiceWithOptions(request *StopVisualServiceRequest, runtime *util.RuntimeOptions) (_result *StopVisualServiceResponse, _err error)

func (*Client) SubmitJob

func (client *Client) SubmitJob(request *SubmitJobRequest) (_result *SubmitJobResponse, _err error)

func (*Client) SubmitJobWithOptions

func (client *Client) SubmitJobWithOptions(request *SubmitJobRequest, runtime *util.RuntimeOptions) (_result *SubmitJobResponse, _err error)

func (*Client) SyncUsers

func (client *Client) SyncUsers(request *SyncUsersRequest) (_result *SyncUsersResponse, _err error)

func (*Client) SyncUsersWithOptions

func (client *Client) SyncUsersWithOptions(request *SyncUsersRequest, runtime *util.RuntimeOptions) (_result *SyncUsersResponse, _err error)

func (*Client) UninstallSoftware

func (client *Client) UninstallSoftware(request *UninstallSoftwareRequest) (_result *UninstallSoftwareResponse, _err error)

func (*Client) UninstallSoftwareWithOptions

func (client *Client) UninstallSoftwareWithOptions(request *UninstallSoftwareRequest, runtime *util.RuntimeOptions) (_result *UninstallSoftwareResponse, _err error)

func (*Client) UpdateClusterVolumes

func (client *Client) UpdateClusterVolumes(request *UpdateClusterVolumesRequest) (_result *UpdateClusterVolumesResponse, _err error)

func (*Client) UpdateClusterVolumesWithOptions

func (client *Client) UpdateClusterVolumesWithOptions(request *UpdateClusterVolumesRequest, runtime *util.RuntimeOptions) (_result *UpdateClusterVolumesResponse, _err error)

func (*Client) UpdateQueueConfig

func (client *Client) UpdateQueueConfig(request *UpdateQueueConfigRequest) (_result *UpdateQueueConfigResponse, _err error)

func (*Client) UpdateQueueConfigWithOptions

func (client *Client) UpdateQueueConfigWithOptions(request *UpdateQueueConfigRequest, runtime *util.RuntimeOptions) (_result *UpdateQueueConfigResponse, _err error)

func (*Client) UpgradeClient

func (client *Client) UpgradeClient(request *UpgradeClientRequest) (_result *UpgradeClientResponse, _err error)

func (*Client) UpgradeClientWithOptions

func (client *Client) UpgradeClientWithOptions(request *UpgradeClientRequest, runtime *util.RuntimeOptions) (_result *UpgradeClientResponse, _err error)

type CreateClusterRequest

type CreateClusterRequest struct {
	EcsOrder              *CreateClusterRequestEcsOrder            `json:"EcsOrder,omitempty" xml:"EcsOrder,omitempty" type:"Struct"`
	AccountType           *string                                  `json:"AccountType,omitempty" xml:"AccountType,omitempty"`
	AdditionalVolumes     []*CreateClusterRequestAdditionalVolumes `json:"AdditionalVolumes,omitempty" xml:"AdditionalVolumes,omitempty" type:"Repeated"`
	Application           []*CreateClusterRequestApplication       `json:"Application,omitempty" xml:"Application,omitempty" type:"Repeated"`
	AutoRenew             *string                                  `json:"AutoRenew,omitempty" xml:"AutoRenew,omitempty"`
	AutoRenewPeriod       *int32                                   `json:"AutoRenewPeriod,omitempty" xml:"AutoRenewPeriod,omitempty"`
	ClientToken           *string                                  `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"`
	ClientVersion         *string                                  `json:"ClientVersion,omitempty" xml:"ClientVersion,omitempty"`
	ClusterVersion        *string                                  `json:"ClusterVersion,omitempty" xml:"ClusterVersion,omitempty"`
	ComputeEnableHt       *bool                                    `json:"ComputeEnableHt,omitempty" xml:"ComputeEnableHt,omitempty"`
	ComputeSpotPriceLimit *string                                  `json:"ComputeSpotPriceLimit,omitempty" xml:"ComputeSpotPriceLimit,omitempty"`
	ComputeSpotStrategy   *string                                  `json:"ComputeSpotStrategy,omitempty" xml:"ComputeSpotStrategy,omitempty"`
	DeployMode            *string                                  `json:"DeployMode,omitempty" xml:"DeployMode,omitempty"`
	Description           *string                                  `json:"Description,omitempty" xml:"Description,omitempty"`
	Domain                *string                                  `json:"Domain,omitempty" xml:"Domain,omitempty"`
	EcsChargeType         *string                                  `json:"EcsChargeType,omitempty" xml:"EcsChargeType,omitempty"`
	EhpcVersion           *string                                  `json:"EhpcVersion,omitempty" xml:"EhpcVersion,omitempty"`
	HaEnable              *bool                                    `json:"HaEnable,omitempty" xml:"HaEnable,omitempty"`
	ImageId               *string                                  `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	ImageOwnerAlias       *string                                  `json:"ImageOwnerAlias,omitempty" xml:"ImageOwnerAlias,omitempty"`
	InputFileUrl          *string                                  `json:"InputFileUrl,omitempty" xml:"InputFileUrl,omitempty"`
	IsComputeEss          *bool                                    `json:"IsComputeEss,omitempty" xml:"IsComputeEss,omitempty"`
	JobQueue              *string                                  `json:"JobQueue,omitempty" xml:"JobQueue,omitempty"`
	KeyPairName           *string                                  `json:"KeyPairName,omitempty" xml:"KeyPairName,omitempty"`
	Name                  *string                                  `json:"Name,omitempty" xml:"Name,omitempty"`
	OsTag                 *string                                  `json:"OsTag,omitempty" xml:"OsTag,omitempty"`
	Password              *string                                  `json:"Password,omitempty" xml:"Password,omitempty"`
	Period                *int32                                   `json:"Period,omitempty" xml:"Period,omitempty"`
	PeriodUnit            *string                                  `json:"PeriodUnit,omitempty" xml:"PeriodUnit,omitempty"`
	Plugin                *string                                  `json:"Plugin,omitempty" xml:"Plugin,omitempty"`
	PostInstallScript     []*CreateClusterRequestPostInstallScript `json:"PostInstallScript,omitempty" xml:"PostInstallScript,omitempty" type:"Repeated"`
	RamNodeTypes          []*string                                `json:"RamNodeTypes,omitempty" xml:"RamNodeTypes,omitempty" type:"Repeated"`
	RamRoleName           *string                                  `json:"RamRoleName,omitempty" xml:"RamRoleName,omitempty"`
	RemoteDirectory       *string                                  `json:"RemoteDirectory,omitempty" xml:"RemoteDirectory,omitempty"`
	RemoteVisEnable       *string                                  `json:"RemoteVisEnable,omitempty" xml:"RemoteVisEnable,omitempty"`
	ResourceGroupId       *string                                  `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SccClusterId          *string                                  `json:"SccClusterId,omitempty" xml:"SccClusterId,omitempty"`
	SchedulerType         *string                                  `json:"SchedulerType,omitempty" xml:"SchedulerType,omitempty"`
	SecurityGroupId       *string                                  `json:"SecurityGroupId,omitempty" xml:"SecurityGroupId,omitempty"`
	SecurityGroupName     *string                                  `json:"SecurityGroupName,omitempty" xml:"SecurityGroupName,omitempty"`
	SystemDiskLevel       *string                                  `json:"SystemDiskLevel,omitempty" xml:"SystemDiskLevel,omitempty"`
	SystemDiskSize        *int32                                   `json:"SystemDiskSize,omitempty" xml:"SystemDiskSize,omitempty"`
	SystemDiskType        *string                                  `json:"SystemDiskType,omitempty" xml:"SystemDiskType,omitempty"`
	VSwitchId             *string                                  `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	VolumeId              *string                                  `json:"VolumeId,omitempty" xml:"VolumeId,omitempty"`
	VolumeMountOption     *string                                  `json:"VolumeMountOption,omitempty" xml:"VolumeMountOption,omitempty"`
	VolumeMountpoint      *string                                  `json:"VolumeMountpoint,omitempty" xml:"VolumeMountpoint,omitempty"`
	VolumeProtocol        *string                                  `json:"VolumeProtocol,omitempty" xml:"VolumeProtocol,omitempty"`
	VolumeType            *string                                  `json:"VolumeType,omitempty" xml:"VolumeType,omitempty"`
	VpcId                 *string                                  `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	WithoutAgent          *bool                                    `json:"WithoutAgent,omitempty" xml:"WithoutAgent,omitempty"`
	WithoutElasticIp      *bool                                    `json:"WithoutElasticIp,omitempty" xml:"WithoutElasticIp,omitempty"`
	ZoneId                *string                                  `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (CreateClusterRequest) GoString

func (s CreateClusterRequest) GoString() string

func (*CreateClusterRequest) SetAccountType

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

func (*CreateClusterRequest) SetAdditionalVolumes

func (*CreateClusterRequest) SetApplication

func (*CreateClusterRequest) SetAutoRenew

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

func (*CreateClusterRequest) SetAutoRenewPeriod

func (s *CreateClusterRequest) SetAutoRenewPeriod(v int32) *CreateClusterRequest

func (*CreateClusterRequest) SetClientToken

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

func (*CreateClusterRequest) SetClientVersion

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

func (*CreateClusterRequest) SetClusterVersion

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

func (*CreateClusterRequest) SetComputeEnableHt

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

func (*CreateClusterRequest) SetComputeSpotPriceLimit

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

func (*CreateClusterRequest) SetComputeSpotStrategy

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

func (*CreateClusterRequest) SetDeployMode

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

func (*CreateClusterRequest) SetDescription

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

func (*CreateClusterRequest) SetDomain

func (*CreateClusterRequest) SetEcsChargeType

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

func (*CreateClusterRequest) SetEcsOrder

func (*CreateClusterRequest) SetEhpcVersion

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

func (*CreateClusterRequest) SetHaEnable

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

func (*CreateClusterRequest) SetImageId

func (*CreateClusterRequest) SetImageOwnerAlias

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

func (*CreateClusterRequest) SetInputFileUrl

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

func (*CreateClusterRequest) SetIsComputeEss

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

func (*CreateClusterRequest) SetJobQueue

func (*CreateClusterRequest) SetKeyPairName

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

func (*CreateClusterRequest) SetName

func (*CreateClusterRequest) SetOsTag

func (*CreateClusterRequest) SetPassword

func (*CreateClusterRequest) SetPeriod

func (*CreateClusterRequest) SetPeriodUnit

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

func (*CreateClusterRequest) SetPlugin

func (*CreateClusterRequest) SetPostInstallScript

func (*CreateClusterRequest) SetRamNodeTypes

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

func (*CreateClusterRequest) SetRamRoleName

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

func (*CreateClusterRequest) SetRemoteDirectory

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

func (*CreateClusterRequest) SetRemoteVisEnable

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

func (*CreateClusterRequest) SetResourceGroupId

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

func (*CreateClusterRequest) SetSccClusterId

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

func (*CreateClusterRequest) SetSchedulerType

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

func (*CreateClusterRequest) SetSecurityGroupId

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

func (*CreateClusterRequest) SetSecurityGroupName

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

func (*CreateClusterRequest) SetSystemDiskLevel

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

func (*CreateClusterRequest) SetSystemDiskSize

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

func (*CreateClusterRequest) SetSystemDiskType

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

func (*CreateClusterRequest) SetVSwitchId

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

func (*CreateClusterRequest) SetVolumeId

func (*CreateClusterRequest) SetVolumeMountOption

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

func (*CreateClusterRequest) SetVolumeMountpoint

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

func (*CreateClusterRequest) SetVolumeProtocol

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

func (*CreateClusterRequest) SetVolumeType

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

func (*CreateClusterRequest) SetVpcId

func (*CreateClusterRequest) SetWithoutAgent

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

func (*CreateClusterRequest) SetWithoutElasticIp

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

func (*CreateClusterRequest) SetZoneId

func (CreateClusterRequest) String

func (s CreateClusterRequest) String() string

type CreateClusterRequestAdditionalVolumes

type CreateClusterRequestAdditionalVolumes struct {
	JobQueue          *string                                       `json:"JobQueue,omitempty" xml:"JobQueue,omitempty"`
	LocalDirectory    *string                                       `json:"LocalDirectory,omitempty" xml:"LocalDirectory,omitempty"`
	Location          *string                                       `json:"Location,omitempty" xml:"Location,omitempty"`
	RemoteDirectory   *string                                       `json:"RemoteDirectory,omitempty" xml:"RemoteDirectory,omitempty"`
	Roles             []*CreateClusterRequestAdditionalVolumesRoles `json:"Roles,omitempty" xml:"Roles,omitempty" type:"Repeated"`
	VolumeId          *string                                       `json:"VolumeId,omitempty" xml:"VolumeId,omitempty"`
	VolumeMountOption *string                                       `json:"VolumeMountOption,omitempty" xml:"VolumeMountOption,omitempty"`
	VolumeMountpoint  *string                                       `json:"VolumeMountpoint,omitempty" xml:"VolumeMountpoint,omitempty"`
	VolumeProtocol    *string                                       `json:"VolumeProtocol,omitempty" xml:"VolumeProtocol,omitempty"`
	VolumeType        *string                                       `json:"VolumeType,omitempty" xml:"VolumeType,omitempty"`
}

func (CreateClusterRequestAdditionalVolumes) GoString

func (*CreateClusterRequestAdditionalVolumes) SetJobQueue

func (*CreateClusterRequestAdditionalVolumes) SetLocalDirectory

func (*CreateClusterRequestAdditionalVolumes) SetLocation

func (*CreateClusterRequestAdditionalVolumes) SetRemoteDirectory

func (*CreateClusterRequestAdditionalVolumes) SetVolumeId

func (*CreateClusterRequestAdditionalVolumes) SetVolumeMountOption

func (*CreateClusterRequestAdditionalVolumes) SetVolumeMountpoint

func (*CreateClusterRequestAdditionalVolumes) SetVolumeProtocol

func (*CreateClusterRequestAdditionalVolumes) SetVolumeType

func (CreateClusterRequestAdditionalVolumes) String

type CreateClusterRequestAdditionalVolumesRoles

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

func (CreateClusterRequestAdditionalVolumesRoles) GoString

func (*CreateClusterRequestAdditionalVolumesRoles) SetName

func (CreateClusterRequestAdditionalVolumesRoles) String

type CreateClusterRequestApplication

type CreateClusterRequestApplication struct {
	Tag *string `json:"Tag,omitempty" xml:"Tag,omitempty"`
}

func (CreateClusterRequestApplication) GoString

func (*CreateClusterRequestApplication) SetTag

func (CreateClusterRequestApplication) String

type CreateClusterRequestEcsOrder

type CreateClusterRequestEcsOrder struct {
	Compute *CreateClusterRequestEcsOrderCompute `json:"Compute,omitempty" xml:"Compute,omitempty" require:"true" type:"Struct"`
	Login   *CreateClusterRequestEcsOrderLogin   `json:"Login,omitempty" xml:"Login,omitempty" require:"true" type:"Struct"`
	Manager *CreateClusterRequestEcsOrderManager `json:"Manager,omitempty" xml:"Manager,omitempty" require:"true" type:"Struct"`
}

func (CreateClusterRequestEcsOrder) GoString

func (s CreateClusterRequestEcsOrder) GoString() string

func (*CreateClusterRequestEcsOrder) SetCompute

func (*CreateClusterRequestEcsOrder) SetLogin

func (*CreateClusterRequestEcsOrder) SetManager

func (CreateClusterRequestEcsOrder) String

type CreateClusterRequestEcsOrderCompute

type CreateClusterRequestEcsOrderCompute struct {
	Count        *int32  `json:"Count,omitempty" xml:"Count,omitempty"`
	InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
}

func (CreateClusterRequestEcsOrderCompute) GoString

func (*CreateClusterRequestEcsOrderCompute) SetCount

func (*CreateClusterRequestEcsOrderCompute) SetInstanceType

func (CreateClusterRequestEcsOrderCompute) String

type CreateClusterRequestEcsOrderLogin

type CreateClusterRequestEcsOrderLogin struct {
	Count        *int32  `json:"Count,omitempty" xml:"Count,omitempty"`
	InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
}

func (CreateClusterRequestEcsOrderLogin) GoString

func (*CreateClusterRequestEcsOrderLogin) SetCount

func (*CreateClusterRequestEcsOrderLogin) SetInstanceType

func (CreateClusterRequestEcsOrderLogin) String

type CreateClusterRequestEcsOrderManager

type CreateClusterRequestEcsOrderManager struct {
	Count        *int32  `json:"Count,omitempty" xml:"Count,omitempty"`
	InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
}

func (CreateClusterRequestEcsOrderManager) GoString

func (*CreateClusterRequestEcsOrderManager) SetCount

func (*CreateClusterRequestEcsOrderManager) SetInstanceType

func (CreateClusterRequestEcsOrderManager) String

type CreateClusterRequestPostInstallScript

type CreateClusterRequestPostInstallScript struct {
	Args *string `json:"Args,omitempty" xml:"Args,omitempty"`
	Url  *string `json:"Url,omitempty" xml:"Url,omitempty"`
}

func (CreateClusterRequestPostInstallScript) GoString

func (*CreateClusterRequestPostInstallScript) SetArgs

func (*CreateClusterRequestPostInstallScript) SetUrl

func (CreateClusterRequestPostInstallScript) String

type CreateClusterResponse

type CreateClusterResponse struct {
	Headers map[string]*string         `json:"headers,omitempty" xml:"headers,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 (*CreateClusterResponse) SetHeaders

func (CreateClusterResponse) String

func (s CreateClusterResponse) String() string

type CreateClusterResponseBody

type CreateClusterResponseBody struct {
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TaskId    *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (CreateClusterResponseBody) GoString

func (s CreateClusterResponseBody) GoString() string

func (*CreateClusterResponseBody) SetClusterId

func (*CreateClusterResponseBody) SetRequestId

func (*CreateClusterResponseBody) SetTaskId

func (CreateClusterResponseBody) String

func (s CreateClusterResponseBody) String() string

type CreateGWSClusterRequest

type CreateGWSClusterRequest struct {
	ClusterType *string `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
	VSwitchId   *string `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	VpcId       *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (CreateGWSClusterRequest) GoString

func (s CreateGWSClusterRequest) GoString() string

func (*CreateGWSClusterRequest) SetClusterType

func (*CreateGWSClusterRequest) SetName

func (*CreateGWSClusterRequest) SetVSwitchId

func (*CreateGWSClusterRequest) SetVpcId

func (CreateGWSClusterRequest) String

func (s CreateGWSClusterRequest) String() string

type CreateGWSClusterResponse

type CreateGWSClusterResponse struct {
	Headers map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *CreateGWSClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateGWSClusterResponse) GoString

func (s CreateGWSClusterResponse) GoString() string

func (*CreateGWSClusterResponse) SetBody

func (*CreateGWSClusterResponse) SetHeaders

func (CreateGWSClusterResponse) String

func (s CreateGWSClusterResponse) String() string

type CreateGWSClusterResponseBody

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

func (CreateGWSClusterResponseBody) GoString

func (s CreateGWSClusterResponseBody) GoString() string

func (*CreateGWSClusterResponseBody) SetClusterId

func (*CreateGWSClusterResponseBody) SetRequestId

func (CreateGWSClusterResponseBody) String

type CreateGWSImageRequest

type CreateGWSImageRequest struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (CreateGWSImageRequest) GoString

func (s CreateGWSImageRequest) GoString() string

func (*CreateGWSImageRequest) SetInstanceId

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

func (*CreateGWSImageRequest) SetName

func (CreateGWSImageRequest) String

func (s CreateGWSImageRequest) String() string

type CreateGWSImageResponse

type CreateGWSImageResponse struct {
	Headers map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *CreateGWSImageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateGWSImageResponse) GoString

func (s CreateGWSImageResponse) GoString() string

func (*CreateGWSImageResponse) SetBody

func (*CreateGWSImageResponse) SetHeaders

func (CreateGWSImageResponse) String

func (s CreateGWSImageResponse) String() string

type CreateGWSImageResponseBody

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

func (CreateGWSImageResponseBody) GoString

func (s CreateGWSImageResponseBody) GoString() string

func (*CreateGWSImageResponseBody) SetImageId

func (*CreateGWSImageResponseBody) SetRequestId

func (CreateGWSImageResponseBody) String

type CreateGWSInstanceRequest

type CreateGWSInstanceRequest struct {
	AllocatePublicAddress   *bool   `json:"AllocatePublicAddress,omitempty" xml:"AllocatePublicAddress,omitempty"`
	AppList                 *string `json:"AppList,omitempty" xml:"AppList,omitempty"`
	AutoRenew               *bool   `json:"AutoRenew,omitempty" xml:"AutoRenew,omitempty"`
	ClusterId               *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ImageId                 *string `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	InstanceChargeType      *string `json:"InstanceChargeType,omitempty" xml:"InstanceChargeType,omitempty"`
	InstanceType            *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	InternetChargeType      *string `json:"InternetChargeType,omitempty" xml:"InternetChargeType,omitempty"`
	InternetMaxBandwidthIn  *int32  `json:"InternetMaxBandwidthIn,omitempty" xml:"InternetMaxBandwidthIn,omitempty"`
	InternetMaxBandwidthOut *int32  `json:"InternetMaxBandwidthOut,omitempty" xml:"InternetMaxBandwidthOut,omitempty"`
	Name                    *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Period                  *string `json:"Period,omitempty" xml:"Period,omitempty"`
	PeriodUnit              *string `json:"PeriodUnit,omitempty" xml:"PeriodUnit,omitempty"`
	SystemDiskCategory      *string `json:"SystemDiskCategory,omitempty" xml:"SystemDiskCategory,omitempty"`
	SystemDiskSize          *int32  `json:"SystemDiskSize,omitempty" xml:"SystemDiskSize,omitempty"`
	VSwitchId               *string `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	WorkMode                *string `json:"WorkMode,omitempty" xml:"WorkMode,omitempty"`
}

func (CreateGWSInstanceRequest) GoString

func (s CreateGWSInstanceRequest) GoString() string

func (*CreateGWSInstanceRequest) SetAllocatePublicAddress

func (s *CreateGWSInstanceRequest) SetAllocatePublicAddress(v bool) *CreateGWSInstanceRequest

func (*CreateGWSInstanceRequest) SetAppList

func (*CreateGWSInstanceRequest) SetAutoRenew

func (*CreateGWSInstanceRequest) SetClusterId

func (*CreateGWSInstanceRequest) SetImageId

func (*CreateGWSInstanceRequest) SetInstanceChargeType

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

func (*CreateGWSInstanceRequest) SetInstanceType

func (*CreateGWSInstanceRequest) SetInternetChargeType

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

func (*CreateGWSInstanceRequest) SetInternetMaxBandwidthIn

func (s *CreateGWSInstanceRequest) SetInternetMaxBandwidthIn(v int32) *CreateGWSInstanceRequest

func (*CreateGWSInstanceRequest) SetInternetMaxBandwidthOut

func (s *CreateGWSInstanceRequest) SetInternetMaxBandwidthOut(v int32) *CreateGWSInstanceRequest

func (*CreateGWSInstanceRequest) SetName

func (*CreateGWSInstanceRequest) SetPeriod

func (*CreateGWSInstanceRequest) SetPeriodUnit

func (*CreateGWSInstanceRequest) SetSystemDiskCategory

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

func (*CreateGWSInstanceRequest) SetSystemDiskSize

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

func (*CreateGWSInstanceRequest) SetVSwitchId

func (*CreateGWSInstanceRequest) SetWorkMode

func (CreateGWSInstanceRequest) String

func (s CreateGWSInstanceRequest) String() string

type CreateGWSInstanceResponse

type CreateGWSInstanceResponse struct {
	Headers map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *CreateGWSInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateGWSInstanceResponse) GoString

func (s CreateGWSInstanceResponse) GoString() string

func (*CreateGWSInstanceResponse) SetBody

func (*CreateGWSInstanceResponse) SetHeaders

func (CreateGWSInstanceResponse) String

func (s CreateGWSInstanceResponse) String() string

type CreateGWSInstanceResponseBody

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

func (CreateGWSInstanceResponseBody) GoString

func (*CreateGWSInstanceResponseBody) SetInstanceId

func (*CreateGWSInstanceResponseBody) SetRequestId

func (CreateGWSInstanceResponseBody) String

type CreateHybridClusterRequest

type CreateHybridClusterRequest struct {
	EcsOrder                  *CreateHybridClusterRequestEcsOrder            `json:"EcsOrder,omitempty" xml:"EcsOrder,omitempty" type:"Struct"`
	Application               []*CreateHybridClusterRequestApplication       `json:"Application,omitempty" xml:"Application,omitempty" type:"Repeated"`
	ClientToken               *string                                        `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"`
	ClientVersion             *string                                        `json:"ClientVersion,omitempty" xml:"ClientVersion,omitempty"`
	ComputeSpotPriceLimit     *float32                                       `json:"ComputeSpotPriceLimit,omitempty" xml:"ComputeSpotPriceLimit,omitempty"`
	ComputeSpotStrategy       *string                                        `json:"ComputeSpotStrategy,omitempty" xml:"ComputeSpotStrategy,omitempty"`
	Description               *string                                        `json:"Description,omitempty" xml:"Description,omitempty"`
	Domain                    *string                                        `json:"Domain,omitempty" xml:"Domain,omitempty"`
	EhpcVersion               *string                                        `json:"EhpcVersion,omitempty" xml:"EhpcVersion,omitempty"`
	ImageId                   *string                                        `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	ImageOwnerAlias           *string                                        `json:"ImageOwnerAlias,omitempty" xml:"ImageOwnerAlias,omitempty"`
	JobQueue                  *string                                        `json:"JobQueue,omitempty" xml:"JobQueue,omitempty"`
	KeyPairName               *string                                        `json:"KeyPairName,omitempty" xml:"KeyPairName,omitempty"`
	Location                  *string                                        `json:"Location,omitempty" xml:"Location,omitempty"`
	MultiOs                   *bool                                          `json:"MultiOs,omitempty" xml:"MultiOs,omitempty"`
	Name                      *string                                        `json:"Name,omitempty" xml:"Name,omitempty"`
	Nodes                     []*CreateHybridClusterRequestNodes             `json:"Nodes,omitempty" xml:"Nodes,omitempty" type:"Repeated"`
	OnPremiseVolumeLocalPath  *string                                        `json:"OnPremiseVolumeLocalPath,omitempty" xml:"OnPremiseVolumeLocalPath,omitempty"`
	OnPremiseVolumeMountPoint *string                                        `json:"OnPremiseVolumeMountPoint,omitempty" xml:"OnPremiseVolumeMountPoint,omitempty"`
	OnPremiseVolumeProtocol   *string                                        `json:"OnPremiseVolumeProtocol,omitempty" xml:"OnPremiseVolumeProtocol,omitempty"`
	OnPremiseVolumeRemotePath *string                                        `json:"OnPremiseVolumeRemotePath,omitempty" xml:"OnPremiseVolumeRemotePath,omitempty"`
	OsTag                     *string                                        `json:"OsTag,omitempty" xml:"OsTag,omitempty"`
	Password                  *string                                        `json:"Password,omitempty" xml:"Password,omitempty"`
	PostInstallScript         []*CreateHybridClusterRequestPostInstallScript `json:"PostInstallScript,omitempty" xml:"PostInstallScript,omitempty" type:"Repeated"`
	RemoteDirectory           *string                                        `json:"RemoteDirectory,omitempty" xml:"RemoteDirectory,omitempty"`
	ResourceGroupId           *string                                        `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SchedulerPreInstall       *bool                                          `json:"SchedulerPreInstall,omitempty" xml:"SchedulerPreInstall,omitempty"`
	SecurityGroupId           *string                                        `json:"SecurityGroupId,omitempty" xml:"SecurityGroupId,omitempty"`
	SecurityGroupName         *string                                        `json:"SecurityGroupName,omitempty" xml:"SecurityGroupName,omitempty"`
	VSwitchId                 *string                                        `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	VolumeId                  *string                                        `json:"VolumeId,omitempty" xml:"VolumeId,omitempty"`
	VolumeMountpoint          *string                                        `json:"VolumeMountpoint,omitempty" xml:"VolumeMountpoint,omitempty"`
	VolumeProtocol            *string                                        `json:"VolumeProtocol,omitempty" xml:"VolumeProtocol,omitempty"`
	VolumeType                *string                                        `json:"VolumeType,omitempty" xml:"VolumeType,omitempty"`
	VpcId                     *string                                        `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	ZoneId                    *string                                        `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (CreateHybridClusterRequest) GoString

func (s CreateHybridClusterRequest) GoString() string

func (*CreateHybridClusterRequest) SetApplication

func (*CreateHybridClusterRequest) SetClientToken

func (*CreateHybridClusterRequest) SetClientVersion

func (*CreateHybridClusterRequest) SetComputeSpotPriceLimit

func (s *CreateHybridClusterRequest) SetComputeSpotPriceLimit(v float32) *CreateHybridClusterRequest

func (*CreateHybridClusterRequest) SetComputeSpotStrategy

func (s *CreateHybridClusterRequest) SetComputeSpotStrategy(v string) *CreateHybridClusterRequest

func (*CreateHybridClusterRequest) SetDescription

func (*CreateHybridClusterRequest) SetDomain

func (*CreateHybridClusterRequest) SetEcsOrder

func (*CreateHybridClusterRequest) SetEhpcVersion

func (*CreateHybridClusterRequest) SetImageId

func (*CreateHybridClusterRequest) SetImageOwnerAlias

func (*CreateHybridClusterRequest) SetJobQueue

func (*CreateHybridClusterRequest) SetKeyPairName

func (*CreateHybridClusterRequest) SetLocation

func (*CreateHybridClusterRequest) SetMultiOs

func (*CreateHybridClusterRequest) SetName

func (*CreateHybridClusterRequest) SetNodes

func (*CreateHybridClusterRequest) SetOnPremiseVolumeLocalPath

func (s *CreateHybridClusterRequest) SetOnPremiseVolumeLocalPath(v string) *CreateHybridClusterRequest

func (*CreateHybridClusterRequest) SetOnPremiseVolumeMountPoint

func (s *CreateHybridClusterRequest) SetOnPremiseVolumeMountPoint(v string) *CreateHybridClusterRequest

func (*CreateHybridClusterRequest) SetOnPremiseVolumeProtocol

func (s *CreateHybridClusterRequest) SetOnPremiseVolumeProtocol(v string) *CreateHybridClusterRequest

func (*CreateHybridClusterRequest) SetOnPremiseVolumeRemotePath

func (s *CreateHybridClusterRequest) SetOnPremiseVolumeRemotePath(v string) *CreateHybridClusterRequest

func (*CreateHybridClusterRequest) SetOsTag

func (*CreateHybridClusterRequest) SetPassword

func (*CreateHybridClusterRequest) SetPostInstallScript

func (*CreateHybridClusterRequest) SetRemoteDirectory

func (*CreateHybridClusterRequest) SetResourceGroupId

func (*CreateHybridClusterRequest) SetSchedulerPreInstall

func (s *CreateHybridClusterRequest) SetSchedulerPreInstall(v bool) *CreateHybridClusterRequest

func (*CreateHybridClusterRequest) SetSecurityGroupId

func (*CreateHybridClusterRequest) SetSecurityGroupName

func (s *CreateHybridClusterRequest) SetSecurityGroupName(v string) *CreateHybridClusterRequest

func (*CreateHybridClusterRequest) SetVSwitchId

func (*CreateHybridClusterRequest) SetVolumeId

func (*CreateHybridClusterRequest) SetVolumeMountpoint

func (*CreateHybridClusterRequest) SetVolumeProtocol

func (*CreateHybridClusterRequest) SetVolumeType

func (*CreateHybridClusterRequest) SetVpcId

func (*CreateHybridClusterRequest) SetZoneId

func (CreateHybridClusterRequest) String

type CreateHybridClusterRequestApplication

type CreateHybridClusterRequestApplication struct {
	Tag *string `json:"Tag,omitempty" xml:"Tag,omitempty"`
}

func (CreateHybridClusterRequestApplication) GoString

func (*CreateHybridClusterRequestApplication) SetTag

func (CreateHybridClusterRequestApplication) String

type CreateHybridClusterRequestEcsOrder

type CreateHybridClusterRequestEcsOrder struct {
	Compute *CreateHybridClusterRequestEcsOrderCompute `json:"Compute,omitempty" xml:"Compute,omitempty" require:"true" type:"Struct"`
}

func (CreateHybridClusterRequestEcsOrder) GoString

func (CreateHybridClusterRequestEcsOrder) String

type CreateHybridClusterRequestEcsOrderCompute

type CreateHybridClusterRequestEcsOrderCompute struct {
	InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
}

func (CreateHybridClusterRequestEcsOrderCompute) GoString

func (*CreateHybridClusterRequestEcsOrderCompute) SetInstanceType

func (CreateHybridClusterRequestEcsOrderCompute) String

type CreateHybridClusterRequestNodes

type CreateHybridClusterRequestNodes struct {
	AccountType   *string `json:"AccountType,omitempty" xml:"AccountType,omitempty"`
	Dir           *string `json:"Dir,omitempty" xml:"Dir,omitempty"`
	HostName      *string `json:"HostName,omitempty" xml:"HostName,omitempty"`
	IpAddress     *string `json:"IpAddress,omitempty" xml:"IpAddress,omitempty"`
	Role          *string `json:"Role,omitempty" xml:"Role,omitempty"`
	SchedulerType *string `json:"SchedulerType,omitempty" xml:"SchedulerType,omitempty"`
}

func (CreateHybridClusterRequestNodes) GoString

func (*CreateHybridClusterRequestNodes) SetAccountType

func (*CreateHybridClusterRequestNodes) SetDir

func (*CreateHybridClusterRequestNodes) SetHostName

func (*CreateHybridClusterRequestNodes) SetIpAddress

func (*CreateHybridClusterRequestNodes) SetRole

func (*CreateHybridClusterRequestNodes) SetSchedulerType

func (CreateHybridClusterRequestNodes) String

type CreateHybridClusterRequestPostInstallScript

type CreateHybridClusterRequestPostInstallScript struct {
	Args *string `json:"Args,omitempty" xml:"Args,omitempty"`
	Url  *string `json:"Url,omitempty" xml:"Url,omitempty"`
}

func (CreateHybridClusterRequestPostInstallScript) GoString

func (*CreateHybridClusterRequestPostInstallScript) SetArgs

func (*CreateHybridClusterRequestPostInstallScript) SetUrl

func (CreateHybridClusterRequestPostInstallScript) String

type CreateHybridClusterResponse

type CreateHybridClusterResponse struct {
	Headers map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *CreateHybridClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateHybridClusterResponse) GoString

func (s CreateHybridClusterResponse) GoString() string

func (*CreateHybridClusterResponse) SetBody

func (*CreateHybridClusterResponse) SetHeaders

func (CreateHybridClusterResponse) String

type CreateHybridClusterResponseBody

type CreateHybridClusterResponseBody struct {
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TaskId    *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (CreateHybridClusterResponseBody) GoString

func (*CreateHybridClusterResponseBody) SetClusterId

func (*CreateHybridClusterResponseBody) SetRequestId

func (*CreateHybridClusterResponseBody) SetTaskId

func (CreateHybridClusterResponseBody) String

type CreateJobFileRequest

type CreateJobFileRequest struct {
	ClusterId         *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Content           *string `json:"Content,omitempty" xml:"Content,omitempty"`
	RunasUser         *string `json:"RunasUser,omitempty" xml:"RunasUser,omitempty"`
	RunasUserPassword *string `json:"RunasUserPassword,omitempty" xml:"RunasUserPassword,omitempty"`
	TargetFile        *string `json:"TargetFile,omitempty" xml:"TargetFile,omitempty"`
}

func (CreateJobFileRequest) GoString

func (s CreateJobFileRequest) GoString() string

func (*CreateJobFileRequest) SetClusterId

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

func (*CreateJobFileRequest) SetContent

func (*CreateJobFileRequest) SetRunasUser

func (s *CreateJobFileRequest) SetRunasUser(v string) *CreateJobFileRequest

func (*CreateJobFileRequest) SetRunasUserPassword

func (s *CreateJobFileRequest) SetRunasUserPassword(v string) *CreateJobFileRequest

func (*CreateJobFileRequest) SetTargetFile

func (s *CreateJobFileRequest) SetTargetFile(v string) *CreateJobFileRequest

func (CreateJobFileRequest) String

func (s CreateJobFileRequest) String() string

type CreateJobFileResponse

type CreateJobFileResponse struct {
	Headers map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *CreateJobFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateJobFileResponse) GoString

func (s CreateJobFileResponse) GoString() string

func (*CreateJobFileResponse) SetBody

func (*CreateJobFileResponse) SetHeaders

func (CreateJobFileResponse) String

func (s CreateJobFileResponse) String() string

type CreateJobFileResponseBody

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

func (CreateJobFileResponseBody) GoString

func (s CreateJobFileResponseBody) GoString() string

func (*CreateJobFileResponseBody) SetRequestId

func (CreateJobFileResponseBody) String

func (s CreateJobFileResponseBody) String() string

type CreateJobTemplateRequest

type CreateJobTemplateRequest struct {
	ArrayRequest       *string `json:"ArrayRequest,omitempty" xml:"ArrayRequest,omitempty"`
	ClockTime          *string `json:"ClockTime,omitempty" xml:"ClockTime,omitempty"`
	CommandLine        *string `json:"CommandLine,omitempty" xml:"CommandLine,omitempty"`
	Gpu                *int32  `json:"Gpu,omitempty" xml:"Gpu,omitempty"`
	InputFileUrl       *string `json:"InputFileUrl,omitempty" xml:"InputFileUrl,omitempty"`
	Mem                *string `json:"Mem,omitempty" xml:"Mem,omitempty"`
	Name               *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Node               *int32  `json:"Node,omitempty" xml:"Node,omitempty"`
	PackagePath        *string `json:"PackagePath,omitempty" xml:"PackagePath,omitempty"`
	Priority           *int32  `json:"Priority,omitempty" xml:"Priority,omitempty"`
	Queue              *string `json:"Queue,omitempty" xml:"Queue,omitempty"`
	ReRunable          *bool   `json:"ReRunable,omitempty" xml:"ReRunable,omitempty"`
	RunasUser          *string `json:"RunasUser,omitempty" xml:"RunasUser,omitempty"`
	StderrRedirectPath *string `json:"StderrRedirectPath,omitempty" xml:"StderrRedirectPath,omitempty"`
	StdoutRedirectPath *string `json:"StdoutRedirectPath,omitempty" xml:"StdoutRedirectPath,omitempty"`
	Task               *int32  `json:"Task,omitempty" xml:"Task,omitempty"`
	Thread             *int32  `json:"Thread,omitempty" xml:"Thread,omitempty"`
	UnzipCmd           *string `json:"UnzipCmd,omitempty" xml:"UnzipCmd,omitempty"`
	Variables          *string `json:"Variables,omitempty" xml:"Variables,omitempty"`
	WithUnzipCmd       *bool   `json:"WithUnzipCmd,omitempty" xml:"WithUnzipCmd,omitempty"`
}

func (CreateJobTemplateRequest) GoString

func (s CreateJobTemplateRequest) GoString() string

func (*CreateJobTemplateRequest) SetArrayRequest

func (*CreateJobTemplateRequest) SetClockTime

func (*CreateJobTemplateRequest) SetCommandLine

func (*CreateJobTemplateRequest) SetGpu

func (*CreateJobTemplateRequest) SetInputFileUrl

func (*CreateJobTemplateRequest) SetMem

func (*CreateJobTemplateRequest) SetName

func (*CreateJobTemplateRequest) SetNode

func (*CreateJobTemplateRequest) SetPackagePath

func (*CreateJobTemplateRequest) SetPriority

func (*CreateJobTemplateRequest) SetQueue

func (*CreateJobTemplateRequest) SetReRunable

func (*CreateJobTemplateRequest) SetRunasUser

func (*CreateJobTemplateRequest) SetStderrRedirectPath

func (s *CreateJobTemplateRequest) SetStderrRedirectPath(v string) *CreateJobTemplateRequest

func (*CreateJobTemplateRequest) SetStdoutRedirectPath

func (s *CreateJobTemplateRequest) SetStdoutRedirectPath(v string) *CreateJobTemplateRequest

func (*CreateJobTemplateRequest) SetTask

func (*CreateJobTemplateRequest) SetThread

func (*CreateJobTemplateRequest) SetUnzipCmd

func (*CreateJobTemplateRequest) SetVariables

func (*CreateJobTemplateRequest) SetWithUnzipCmd

func (CreateJobTemplateRequest) String

func (s CreateJobTemplateRequest) String() string

type CreateJobTemplateResponse

type CreateJobTemplateResponse struct {
	Headers map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *CreateJobTemplateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateJobTemplateResponse) GoString

func (s CreateJobTemplateResponse) GoString() string

func (*CreateJobTemplateResponse) SetBody

func (*CreateJobTemplateResponse) SetHeaders

func (CreateJobTemplateResponse) String

func (s CreateJobTemplateResponse) String() string

type CreateJobTemplateResponseBody

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

func (CreateJobTemplateResponseBody) GoString

func (*CreateJobTemplateResponseBody) SetRequestId

func (*CreateJobTemplateResponseBody) SetTemplateId

func (CreateJobTemplateResponseBody) String

type DeleteClusterRequest

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

func (DeleteClusterRequest) GoString

func (s DeleteClusterRequest) GoString() string

func (*DeleteClusterRequest) SetClusterId

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

func (*DeleteClusterRequest) SetReleaseInstance

func (s *DeleteClusterRequest) SetReleaseInstance(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"`
	Body    *DeleteClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteClusterResponse) GoString

func (s DeleteClusterResponse) GoString() string

func (*DeleteClusterResponse) SetBody

func (*DeleteClusterResponse) SetHeaders

func (DeleteClusterResponse) String

func (s DeleteClusterResponse) String() string

type DeleteClusterResponseBody

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

func (DeleteClusterResponseBody) GoString

func (s DeleteClusterResponseBody) GoString() string

func (*DeleteClusterResponseBody) SetRequestId

func (*DeleteClusterResponseBody) SetTaskId

func (DeleteClusterResponseBody) String

func (s DeleteClusterResponseBody) String() string

type DeleteContainerAppsRequest

type DeleteContainerAppsRequest struct {
	ContainerApp []*DeleteContainerAppsRequestContainerApp `json:"ContainerApp,omitempty" xml:"ContainerApp,omitempty" type:"Repeated"`
}

func (DeleteContainerAppsRequest) GoString

func (s DeleteContainerAppsRequest) GoString() string

func (*DeleteContainerAppsRequest) SetContainerApp

func (DeleteContainerAppsRequest) String

type DeleteContainerAppsRequestContainerApp

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

func (DeleteContainerAppsRequestContainerApp) GoString

func (*DeleteContainerAppsRequestContainerApp) SetId

func (DeleteContainerAppsRequestContainerApp) String

type DeleteContainerAppsResponse

type DeleteContainerAppsResponse struct {
	Headers map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DeleteContainerAppsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteContainerAppsResponse) GoString

func (s DeleteContainerAppsResponse) GoString() string

func (*DeleteContainerAppsResponse) SetBody

func (*DeleteContainerAppsResponse) SetHeaders

func (DeleteContainerAppsResponse) String

type DeleteContainerAppsResponseBody

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

func (DeleteContainerAppsResponseBody) GoString

func (*DeleteContainerAppsResponseBody) SetRequestId

func (DeleteContainerAppsResponseBody) String

type DeleteGWSClusterRequest

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

func (DeleteGWSClusterRequest) GoString

func (s DeleteGWSClusterRequest) GoString() string

func (*DeleteGWSClusterRequest) SetClusterId

func (DeleteGWSClusterRequest) String

func (s DeleteGWSClusterRequest) String() string

type DeleteGWSClusterResponse

type DeleteGWSClusterResponse struct {
	Headers map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DeleteGWSClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteGWSClusterResponse) GoString

func (s DeleteGWSClusterResponse) GoString() string

func (*DeleteGWSClusterResponse) SetBody

func (*DeleteGWSClusterResponse) SetHeaders

func (DeleteGWSClusterResponse) String

func (s DeleteGWSClusterResponse) String() string

type DeleteGWSClusterResponseBody

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

func (DeleteGWSClusterResponseBody) GoString

func (s DeleteGWSClusterResponseBody) GoString() string

func (*DeleteGWSClusterResponseBody) SetRequestId

func (DeleteGWSClusterResponseBody) String

type DeleteGWSInstanceRequest

type DeleteGWSInstanceRequest struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
}

func (DeleteGWSInstanceRequest) GoString

func (s DeleteGWSInstanceRequest) GoString() string

func (*DeleteGWSInstanceRequest) SetInstanceId

func (DeleteGWSInstanceRequest) String

func (s DeleteGWSInstanceRequest) String() string

type DeleteGWSInstanceResponse

type DeleteGWSInstanceResponse struct {
	Headers map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DeleteGWSInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteGWSInstanceResponse) GoString

func (s DeleteGWSInstanceResponse) GoString() string

func (*DeleteGWSInstanceResponse) SetBody

func (*DeleteGWSInstanceResponse) SetHeaders

func (DeleteGWSInstanceResponse) String

func (s DeleteGWSInstanceResponse) String() string

type DeleteGWSInstanceResponseBody

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

func (DeleteGWSInstanceResponseBody) GoString

func (*DeleteGWSInstanceResponseBody) SetRequestId

func (DeleteGWSInstanceResponseBody) String

type DeleteImageRequest

type DeleteImageRequest struct {
	ClusterId     *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ContainerType *string `json:"ContainerType,omitempty" xml:"ContainerType,omitempty"`
	ImageTag      *string `json:"ImageTag,omitempty" xml:"ImageTag,omitempty"`
	Repository    *string `json:"Repository,omitempty" xml:"Repository,omitempty"`
}

func (DeleteImageRequest) GoString

func (s DeleteImageRequest) GoString() string

func (*DeleteImageRequest) SetClusterId

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

func (*DeleteImageRequest) SetContainerType

func (s *DeleteImageRequest) SetContainerType(v string) *DeleteImageRequest

func (*DeleteImageRequest) SetImageTag

func (s *DeleteImageRequest) SetImageTag(v string) *DeleteImageRequest

func (*DeleteImageRequest) SetRepository

func (s *DeleteImageRequest) SetRepository(v string) *DeleteImageRequest

func (DeleteImageRequest) String

func (s DeleteImageRequest) String() string

type DeleteImageResponse

type DeleteImageResponse struct {
	Headers map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DeleteImageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteImageResponse) GoString

func (s DeleteImageResponse) GoString() string

func (*DeleteImageResponse) SetBody

func (*DeleteImageResponse) SetHeaders

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

func (DeleteImageResponse) String

func (s DeleteImageResponse) String() string

type DeleteImageResponseBody

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

func (DeleteImageResponseBody) GoString

func (s DeleteImageResponseBody) GoString() string

func (*DeleteImageResponseBody) SetRequestId

func (DeleteImageResponseBody) String

func (s DeleteImageResponseBody) String() string

type DeleteJobTemplatesRequest

type DeleteJobTemplatesRequest struct {
	Templates *string `json:"Templates,omitempty" xml:"Templates,omitempty"`
}

func (DeleteJobTemplatesRequest) GoString

func (s DeleteJobTemplatesRequest) GoString() string

func (*DeleteJobTemplatesRequest) SetTemplates

func (DeleteJobTemplatesRequest) String

func (s DeleteJobTemplatesRequest) String() string

type DeleteJobTemplatesResponse

type DeleteJobTemplatesResponse struct {
	Headers map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DeleteJobTemplatesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteJobTemplatesResponse) GoString

func (s DeleteJobTemplatesResponse) GoString() string

func (*DeleteJobTemplatesResponse) SetBody

func (*DeleteJobTemplatesResponse) SetHeaders

func (DeleteJobTemplatesResponse) String

type DeleteJobTemplatesResponseBody

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

func (DeleteJobTemplatesResponseBody) GoString

func (*DeleteJobTemplatesResponseBody) SetRequestId

func (DeleteJobTemplatesResponseBody) String

type DeleteJobsRequest

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

func (DeleteJobsRequest) GoString

func (s DeleteJobsRequest) GoString() string

func (*DeleteJobsRequest) SetClusterId

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

func (*DeleteJobsRequest) SetJobs

func (DeleteJobsRequest) String

func (s DeleteJobsRequest) String() string

type DeleteJobsResponse

type DeleteJobsResponse struct {
	Headers map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DeleteJobsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteJobsResponse) GoString

func (s DeleteJobsResponse) GoString() string

func (*DeleteJobsResponse) SetBody

func (*DeleteJobsResponse) SetHeaders

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

func (DeleteJobsResponse) String

func (s DeleteJobsResponse) String() string

type DeleteJobsResponseBody

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

func (DeleteJobsResponseBody) GoString

func (s DeleteJobsResponseBody) GoString() string

func (*DeleteJobsResponseBody) SetRequestId

func (DeleteJobsResponseBody) String

func (s DeleteJobsResponseBody) String() string

type DeleteNodesRequest

type DeleteNodesRequest struct {
	ClusterId       *string                       `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Instance        []*DeleteNodesRequestInstance `json:"Instance,omitempty" xml:"Instance,omitempty" type:"Repeated"`
	ReleaseInstance *bool                         `json:"ReleaseInstance,omitempty" xml:"ReleaseInstance,omitempty"`
	Sync            *bool                         `json:"Sync,omitempty" xml:"Sync,omitempty"`
}

func (DeleteNodesRequest) GoString

func (s DeleteNodesRequest) GoString() string

func (*DeleteNodesRequest) SetClusterId

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

func (*DeleteNodesRequest) SetInstance

func (*DeleteNodesRequest) SetReleaseInstance

func (s *DeleteNodesRequest) SetReleaseInstance(v bool) *DeleteNodesRequest

func (*DeleteNodesRequest) SetSync

func (DeleteNodesRequest) String

func (s DeleteNodesRequest) String() string

type DeleteNodesRequestInstance

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

func (DeleteNodesRequestInstance) GoString

func (s DeleteNodesRequestInstance) GoString() string

func (*DeleteNodesRequestInstance) SetId

func (DeleteNodesRequestInstance) String

type DeleteNodesResponse

type DeleteNodesResponse struct {
	Headers map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DeleteNodesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteNodesResponse) GoString

func (s DeleteNodesResponse) GoString() string

func (*DeleteNodesResponse) SetBody

func (*DeleteNodesResponse) SetHeaders

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

func (DeleteNodesResponse) String

func (s DeleteNodesResponse) String() string

type DeleteNodesResponseBody

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

func (DeleteNodesResponseBody) GoString

func (s DeleteNodesResponseBody) GoString() string

func (*DeleteNodesResponseBody) SetRequestId

func (*DeleteNodesResponseBody) SetTaskId

func (DeleteNodesResponseBody) String

func (s DeleteNodesResponseBody) String() string

type DeleteQueueRequest

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

func (DeleteQueueRequest) GoString

func (s DeleteQueueRequest) GoString() string

func (*DeleteQueueRequest) SetClusterId

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

func (*DeleteQueueRequest) SetQueueName

func (s *DeleteQueueRequest) SetQueueName(v string) *DeleteQueueRequest

func (DeleteQueueRequest) String

func (s DeleteQueueRequest) String() string

type DeleteQueueResponse

type DeleteQueueResponse struct {
	Headers map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DeleteQueueResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteQueueResponse) GoString

func (s DeleteQueueResponse) GoString() string

func (*DeleteQueueResponse) SetBody

func (*DeleteQueueResponse) SetHeaders

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

func (DeleteQueueResponse) String

func (s DeleteQueueResponse) String() string

type DeleteQueueResponseBody

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

func (DeleteQueueResponseBody) GoString

func (s DeleteQueueResponseBody) GoString() string

func (*DeleteQueueResponseBody) SetRequestId

func (DeleteQueueResponseBody) String

func (s DeleteQueueResponseBody) String() string

type DeleteSecurityGroupRequest

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

func (DeleteSecurityGroupRequest) GoString

func (s DeleteSecurityGroupRequest) GoString() string

func (*DeleteSecurityGroupRequest) SetClusterId

func (*DeleteSecurityGroupRequest) SetSecurityGroupId

func (DeleteSecurityGroupRequest) String

type DeleteSecurityGroupResponse

type DeleteSecurityGroupResponse struct {
	Headers map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DeleteSecurityGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteSecurityGroupResponse) GoString

func (s DeleteSecurityGroupResponse) GoString() string

func (*DeleteSecurityGroupResponse) SetBody

func (*DeleteSecurityGroupResponse) SetHeaders

func (DeleteSecurityGroupResponse) String

type DeleteSecurityGroupResponseBody

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

func (DeleteSecurityGroupResponseBody) GoString

func (*DeleteSecurityGroupResponseBody) SetRequestId

func (DeleteSecurityGroupResponseBody) String

type DeleteUsersRequest

type DeleteUsersRequest struct {
	ClusterId *string                   `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	User      []*DeleteUsersRequestUser `json:"User,omitempty" xml:"User,omitempty" type:"Repeated"`
}

func (DeleteUsersRequest) GoString

func (s DeleteUsersRequest) GoString() string

func (*DeleteUsersRequest) SetClusterId

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

func (*DeleteUsersRequest) SetUser

func (DeleteUsersRequest) String

func (s DeleteUsersRequest) String() string

type DeleteUsersRequestUser

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

func (DeleteUsersRequestUser) GoString

func (s DeleteUsersRequestUser) GoString() string

func (*DeleteUsersRequestUser) SetName

func (DeleteUsersRequestUser) String

func (s DeleteUsersRequestUser) String() string

type DeleteUsersResponse

type DeleteUsersResponse struct {
	Headers map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DeleteUsersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteUsersResponse) GoString

func (s DeleteUsersResponse) GoString() string

func (*DeleteUsersResponse) SetBody

func (*DeleteUsersResponse) SetHeaders

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

func (DeleteUsersResponse) String

func (s DeleteUsersResponse) String() string

type DeleteUsersResponseBody

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

func (DeleteUsersResponseBody) GoString

func (s DeleteUsersResponseBody) GoString() string

func (*DeleteUsersResponseBody) SetRequestId

func (DeleteUsersResponseBody) String

func (s DeleteUsersResponseBody) String() string

type DescribeAutoScaleConfigRequest

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

func (DescribeAutoScaleConfigRequest) GoString

func (*DescribeAutoScaleConfigRequest) SetClusterId

func (DescribeAutoScaleConfigRequest) String

type DescribeAutoScaleConfigResponse

type DescribeAutoScaleConfigResponse struct {
	Headers map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DescribeAutoScaleConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAutoScaleConfigResponse) GoString

func (*DescribeAutoScaleConfigResponse) SetHeaders

func (DescribeAutoScaleConfigResponse) String

type DescribeAutoScaleConfigResponseBody

type DescribeAutoScaleConfigResponseBody struct {
	ClusterId               *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterType             *string `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	EnableAutoGrow          *bool   `json:"EnableAutoGrow,omitempty" xml:"EnableAutoGrow,omitempty"`
	EnableAutoShrink        *bool   `json:"EnableAutoShrink,omitempty" xml:"EnableAutoShrink,omitempty"`
	ExcludeNodes            *string `json:"ExcludeNodes,omitempty" xml:"ExcludeNodes,omitempty"`
	ExtraNodesGrowRatio     *int32  `json:"ExtraNodesGrowRatio,omitempty" xml:"ExtraNodesGrowRatio,omitempty"`
	GrowIntervalInMinutes   *int32  `json:"GrowIntervalInMinutes,omitempty" xml:"GrowIntervalInMinutes,omitempty"`
	GrowRatio               *int32  `json:"GrowRatio,omitempty" xml:"GrowRatio,omitempty"`
	GrowTimeoutInMinutes    *int32  `json:"GrowTimeoutInMinutes,omitempty" xml:"GrowTimeoutInMinutes,omitempty"`
	MaxNodesInCluster       *int32  `json:"MaxNodesInCluster,omitempty" xml:"MaxNodesInCluster,omitempty"`
	RequestId               *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ShrinkIdleTimes         *int32  `json:"ShrinkIdleTimes,omitempty" xml:"ShrinkIdleTimes,omitempty"`
	ShrinkIntervalInMinutes *int32  `json:"ShrinkIntervalInMinutes,omitempty" xml:"ShrinkIntervalInMinutes,omitempty"`
	SpotPriceLimit          *string `json:"SpotPriceLimit,omitempty" xml:"SpotPriceLimit,omitempty"`
	SpotStrategy            *string `json:"SpotStrategy,omitempty" xml:"SpotStrategy,omitempty"`
	Uid                     *string `json:"Uid,omitempty" xml:"Uid,omitempty"`
}

func (DescribeAutoScaleConfigResponseBody) GoString

func (*DescribeAutoScaleConfigResponseBody) SetClusterId

func (*DescribeAutoScaleConfigResponseBody) SetClusterType

func (*DescribeAutoScaleConfigResponseBody) SetEnableAutoGrow

func (*DescribeAutoScaleConfigResponseBody) SetEnableAutoShrink

func (*DescribeAutoScaleConfigResponseBody) SetExcludeNodes

func (*DescribeAutoScaleConfigResponseBody) SetExtraNodesGrowRatio

func (*DescribeAutoScaleConfigResponseBody) SetGrowIntervalInMinutes

func (*DescribeAutoScaleConfigResponseBody) SetGrowRatio

func (*DescribeAutoScaleConfigResponseBody) SetGrowTimeoutInMinutes

func (*DescribeAutoScaleConfigResponseBody) SetMaxNodesInCluster

func (*DescribeAutoScaleConfigResponseBody) SetRequestId

func (*DescribeAutoScaleConfigResponseBody) SetShrinkIdleTimes

func (*DescribeAutoScaleConfigResponseBody) SetShrinkIntervalInMinutes

func (*DescribeAutoScaleConfigResponseBody) SetSpotPriceLimit

func (*DescribeAutoScaleConfigResponseBody) SetSpotStrategy

func (*DescribeAutoScaleConfigResponseBody) SetUid

func (DescribeAutoScaleConfigResponseBody) String

type DescribeClusterRequest

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

func (DescribeClusterRequest) GoString

func (s DescribeClusterRequest) GoString() string

func (*DescribeClusterRequest) SetClusterId

func (DescribeClusterRequest) String

func (s DescribeClusterRequest) String() string

type DescribeClusterResponse

type DescribeClusterResponse struct {
	Headers map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DescribeClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeClusterResponse) GoString

func (s DescribeClusterResponse) GoString() string

func (*DescribeClusterResponse) SetBody

func (*DescribeClusterResponse) SetHeaders

func (DescribeClusterResponse) String

func (s DescribeClusterResponse) String() string

type DescribeClusterResponseBody

type DescribeClusterResponseBody struct {
	ClusterInfo *DescribeClusterResponseBodyClusterInfo `json:"ClusterInfo,omitempty" xml:"ClusterInfo,omitempty" type:"Struct"`
	RequestId   *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeClusterResponseBody) GoString

func (s DescribeClusterResponseBody) GoString() string

func (*DescribeClusterResponseBody) SetClusterInfo

func (*DescribeClusterResponseBody) SetRequestId

func (DescribeClusterResponseBody) String

type DescribeClusterResponseBodyClusterInfo

type DescribeClusterResponseBodyClusterInfo struct {
	AccountType        *string                                                   `json:"AccountType,omitempty" xml:"AccountType,omitempty"`
	Applications       *DescribeClusterResponseBodyClusterInfoApplications       `json:"Applications,omitempty" xml:"Applications,omitempty" type:"Struct"`
	BaseOsTag          *string                                                   `json:"BaseOsTag,omitempty" xml:"BaseOsTag,omitempty"`
	ClientVersion      *string                                                   `json:"ClientVersion,omitempty" xml:"ClientVersion,omitempty"`
	CreateTime         *string                                                   `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeployMode         *string                                                   `json:"DeployMode,omitempty" xml:"DeployMode,omitempty"`
	Description        *string                                                   `json:"Description,omitempty" xml:"Description,omitempty"`
	EcsChargeType      *string                                                   `json:"EcsChargeType,omitempty" xml:"EcsChargeType,omitempty"`
	EcsInfo            *DescribeClusterResponseBodyClusterInfoEcsInfo            `json:"EcsInfo,omitempty" xml:"EcsInfo,omitempty" type:"Struct"`
	HaEnable           *bool                                                     `json:"HaEnable,omitempty" xml:"HaEnable,omitempty"`
	Id                 *string                                                   `json:"Id,omitempty" xml:"Id,omitempty"`
	ImageId            *string                                                   `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	ImageName          *string                                                   `json:"ImageName,omitempty" xml:"ImageName,omitempty"`
	ImageOwnerAlias    *string                                                   `json:"ImageOwnerAlias,omitempty" xml:"ImageOwnerAlias,omitempty"`
	KeyPairName        *string                                                   `json:"KeyPairName,omitempty" xml:"KeyPairName,omitempty"`
	Location           *string                                                   `json:"Location,omitempty" xml:"Location,omitempty"`
	Name               *string                                                   `json:"Name,omitempty" xml:"Name,omitempty"`
	OnPremiseInfo      *DescribeClusterResponseBodyClusterInfoOnPremiseInfo      `json:"OnPremiseInfo,omitempty" xml:"OnPremiseInfo,omitempty" type:"Struct"`
	OsTag              *string                                                   `json:"OsTag,omitempty" xml:"OsTag,omitempty"`
	PostInstallScripts *DescribeClusterResponseBodyClusterInfoPostInstallScripts `json:"PostInstallScripts,omitempty" xml:"PostInstallScripts,omitempty" type:"Struct"`
	RegionId           *string                                                   `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RemoteDirectory    *string                                                   `json:"RemoteDirectory,omitempty" xml:"RemoteDirectory,omitempty"`
	SccClusterId       *string                                                   `json:"SccClusterId,omitempty" xml:"SccClusterId,omitempty"`
	SchedulerType      *string                                                   `json:"SchedulerType,omitempty" xml:"SchedulerType,omitempty"`
	SecurityGroupId    *string                                                   `json:"SecurityGroupId,omitempty" xml:"SecurityGroupId,omitempty"`
	Status             *string                                                   `json:"Status,omitempty" xml:"Status,omitempty"`
	VSwitchId          *string                                                   `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	VolumeId           *string                                                   `json:"VolumeId,omitempty" xml:"VolumeId,omitempty"`
	VolumeMountpoint   *string                                                   `json:"VolumeMountpoint,omitempty" xml:"VolumeMountpoint,omitempty"`
	VolumeProtocol     *string                                                   `json:"VolumeProtocol,omitempty" xml:"VolumeProtocol,omitempty"`
	VolumeType         *string                                                   `json:"VolumeType,omitempty" xml:"VolumeType,omitempty"`
	VpcId              *string                                                   `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (DescribeClusterResponseBodyClusterInfo) GoString

func (*DescribeClusterResponseBodyClusterInfo) SetAccountType

func (*DescribeClusterResponseBodyClusterInfo) SetBaseOsTag

func (*DescribeClusterResponseBodyClusterInfo) SetClientVersion

func (*DescribeClusterResponseBodyClusterInfo) SetCreateTime

func (*DescribeClusterResponseBodyClusterInfo) SetDeployMode

func (*DescribeClusterResponseBodyClusterInfo) SetDescription

func (*DescribeClusterResponseBodyClusterInfo) SetEcsChargeType

func (*DescribeClusterResponseBodyClusterInfo) SetHaEnable

func (*DescribeClusterResponseBodyClusterInfo) SetId

func (*DescribeClusterResponseBodyClusterInfo) SetImageId

func (*DescribeClusterResponseBodyClusterInfo) SetImageName

func (*DescribeClusterResponseBodyClusterInfo) SetImageOwnerAlias

func (*DescribeClusterResponseBodyClusterInfo) SetKeyPairName

func (*DescribeClusterResponseBodyClusterInfo) SetLocation

func (*DescribeClusterResponseBodyClusterInfo) SetName

func (*DescribeClusterResponseBodyClusterInfo) SetOsTag

func (*DescribeClusterResponseBodyClusterInfo) SetRegionId

func (*DescribeClusterResponseBodyClusterInfo) SetRemoteDirectory

func (*DescribeClusterResponseBodyClusterInfo) SetSccClusterId

func (*DescribeClusterResponseBodyClusterInfo) SetSchedulerType

func (*DescribeClusterResponseBodyClusterInfo) SetSecurityGroupId

func (*DescribeClusterResponseBodyClusterInfo) SetStatus

func (*DescribeClusterResponseBodyClusterInfo) SetVSwitchId

func (*DescribeClusterResponseBodyClusterInfo) SetVolumeId

func (*DescribeClusterResponseBodyClusterInfo) SetVolumeMountpoint

func (*DescribeClusterResponseBodyClusterInfo) SetVolumeProtocol

func (*DescribeClusterResponseBodyClusterInfo) SetVolumeType

func (*DescribeClusterResponseBodyClusterInfo) SetVpcId

func (DescribeClusterResponseBodyClusterInfo) String

type DescribeClusterResponseBodyClusterInfoApplications

type DescribeClusterResponseBodyClusterInfoApplications struct {
	ApplicationInfo []*DescribeClusterResponseBodyClusterInfoApplicationsApplicationInfo `json:"ApplicationInfo,omitempty" xml:"ApplicationInfo,omitempty" type:"Repeated"`
}

func (DescribeClusterResponseBodyClusterInfoApplications) GoString

func (DescribeClusterResponseBodyClusterInfoApplications) String

type DescribeClusterResponseBodyClusterInfoApplicationsApplicationInfo

type DescribeClusterResponseBodyClusterInfoApplicationsApplicationInfo struct {
	Name    *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Tag     *string `json:"Tag,omitempty" xml:"Tag,omitempty"`
	Version *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (DescribeClusterResponseBodyClusterInfoApplicationsApplicationInfo) GoString

func (*DescribeClusterResponseBodyClusterInfoApplicationsApplicationInfo) SetName

func (*DescribeClusterResponseBodyClusterInfoApplicationsApplicationInfo) SetTag

func (*DescribeClusterResponseBodyClusterInfoApplicationsApplicationInfo) SetVersion

func (DescribeClusterResponseBodyClusterInfoApplicationsApplicationInfo) String

type DescribeClusterResponseBodyClusterInfoEcsInfo

type DescribeClusterResponseBodyClusterInfoEcsInfo struct {
	Compute  *DescribeClusterResponseBodyClusterInfoEcsInfoCompute  `json:"Compute,omitempty" xml:"Compute,omitempty" type:"Struct"`
	Login    *DescribeClusterResponseBodyClusterInfoEcsInfoLogin    `json:"Login,omitempty" xml:"Login,omitempty" type:"Struct"`
	Manager  *DescribeClusterResponseBodyClusterInfoEcsInfoManager  `json:"Manager,omitempty" xml:"Manager,omitempty" type:"Struct"`
	ProxyMgr *DescribeClusterResponseBodyClusterInfoEcsInfoProxyMgr `json:"ProxyMgr,omitempty" xml:"ProxyMgr,omitempty" type:"Struct"`
}

func (DescribeClusterResponseBodyClusterInfoEcsInfo) GoString

func (DescribeClusterResponseBodyClusterInfoEcsInfo) String

type DescribeClusterResponseBodyClusterInfoEcsInfoCompute

type DescribeClusterResponseBodyClusterInfoEcsInfoCompute struct {
	Count        *int32  `json:"Count,omitempty" xml:"Count,omitempty"`
	InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
}

func (DescribeClusterResponseBodyClusterInfoEcsInfoCompute) GoString

func (*DescribeClusterResponseBodyClusterInfoEcsInfoCompute) SetCount

func (*DescribeClusterResponseBodyClusterInfoEcsInfoCompute) SetInstanceType

func (DescribeClusterResponseBodyClusterInfoEcsInfoCompute) String

type DescribeClusterResponseBodyClusterInfoEcsInfoLogin

type DescribeClusterResponseBodyClusterInfoEcsInfoLogin struct {
	Count        *int32  `json:"Count,omitempty" xml:"Count,omitempty"`
	InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
}

func (DescribeClusterResponseBodyClusterInfoEcsInfoLogin) GoString

func (*DescribeClusterResponseBodyClusterInfoEcsInfoLogin) SetCount

func (*DescribeClusterResponseBodyClusterInfoEcsInfoLogin) SetInstanceType

func (DescribeClusterResponseBodyClusterInfoEcsInfoLogin) String

type DescribeClusterResponseBodyClusterInfoEcsInfoManager

type DescribeClusterResponseBodyClusterInfoEcsInfoManager struct {
	Count        *int32  `json:"Count,omitempty" xml:"Count,omitempty"`
	InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
}

func (DescribeClusterResponseBodyClusterInfoEcsInfoManager) GoString

func (*DescribeClusterResponseBodyClusterInfoEcsInfoManager) SetCount

func (*DescribeClusterResponseBodyClusterInfoEcsInfoManager) SetInstanceType

func (DescribeClusterResponseBodyClusterInfoEcsInfoManager) String

type DescribeClusterResponseBodyClusterInfoEcsInfoProxyMgr

type DescribeClusterResponseBodyClusterInfoEcsInfoProxyMgr struct {
	Count        *int32  `json:"Count,omitempty" xml:"Count,omitempty"`
	InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
}

func (DescribeClusterResponseBodyClusterInfoEcsInfoProxyMgr) GoString

func (*DescribeClusterResponseBodyClusterInfoEcsInfoProxyMgr) SetCount

func (*DescribeClusterResponseBodyClusterInfoEcsInfoProxyMgr) SetInstanceType

func (DescribeClusterResponseBodyClusterInfoEcsInfoProxyMgr) String

type DescribeClusterResponseBodyClusterInfoOnPremiseInfo

type DescribeClusterResponseBodyClusterInfoOnPremiseInfo struct {
	OnPremiseInfo []*DescribeClusterResponseBodyClusterInfoOnPremiseInfoOnPremiseInfo `json:"OnPremiseInfo,omitempty" xml:"OnPremiseInfo,omitempty" type:"Repeated"`
}

func (DescribeClusterResponseBodyClusterInfoOnPremiseInfo) GoString

func (DescribeClusterResponseBodyClusterInfoOnPremiseInfo) String

type DescribeClusterResponseBodyClusterInfoOnPremiseInfoOnPremiseInfo

type DescribeClusterResponseBodyClusterInfoOnPremiseInfoOnPremiseInfo struct {
	HostName *string `json:"HostName,omitempty" xml:"HostName,omitempty"`
	IP       *string `json:"IP,omitempty" xml:"IP,omitempty"`
	Type     *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (DescribeClusterResponseBodyClusterInfoOnPremiseInfoOnPremiseInfo) GoString

func (*DescribeClusterResponseBodyClusterInfoOnPremiseInfoOnPremiseInfo) SetHostName

func (*DescribeClusterResponseBodyClusterInfoOnPremiseInfoOnPremiseInfo) SetIP

func (*DescribeClusterResponseBodyClusterInfoOnPremiseInfoOnPremiseInfo) SetType

func (DescribeClusterResponseBodyClusterInfoOnPremiseInfoOnPremiseInfo) String

type DescribeClusterResponseBodyClusterInfoPostInstallScripts

type DescribeClusterResponseBodyClusterInfoPostInstallScripts struct {
	PostInstallScriptInfo []*DescribeClusterResponseBodyClusterInfoPostInstallScriptsPostInstallScriptInfo `json:"PostInstallScriptInfo,omitempty" xml:"PostInstallScriptInfo,omitempty" type:"Repeated"`
}

func (DescribeClusterResponseBodyClusterInfoPostInstallScripts) GoString

func (DescribeClusterResponseBodyClusterInfoPostInstallScripts) String

type DescribeClusterResponseBodyClusterInfoPostInstallScriptsPostInstallScriptInfo

type DescribeClusterResponseBodyClusterInfoPostInstallScriptsPostInstallScriptInfo struct {
	Args *string `json:"Args,omitempty" xml:"Args,omitempty"`
	Url  *string `json:"Url,omitempty" xml:"Url,omitempty"`
}

func (DescribeClusterResponseBodyClusterInfoPostInstallScriptsPostInstallScriptInfo) GoString

func (*DescribeClusterResponseBodyClusterInfoPostInstallScriptsPostInstallScriptInfo) SetArgs

func (*DescribeClusterResponseBodyClusterInfoPostInstallScriptsPostInstallScriptInfo) SetUrl

func (DescribeClusterResponseBodyClusterInfoPostInstallScriptsPostInstallScriptInfo) String

type DescribeContainerAppRequest

type DescribeContainerAppRequest struct {
	ContainerId *string `json:"ContainerId,omitempty" xml:"ContainerId,omitempty"`
}

func (DescribeContainerAppRequest) GoString

func (s DescribeContainerAppRequest) GoString() string

func (*DescribeContainerAppRequest) SetContainerId

func (DescribeContainerAppRequest) String

type DescribeContainerAppResponse

type DescribeContainerAppResponse struct {
	Headers map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DescribeContainerAppResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeContainerAppResponse) GoString

func (s DescribeContainerAppResponse) GoString() string

func (*DescribeContainerAppResponse) SetBody

func (*DescribeContainerAppResponse) SetHeaders

func (DescribeContainerAppResponse) String

type DescribeContainerAppResponseBody

type DescribeContainerAppResponseBody struct {
	ContainerAppInfo *DescribeContainerAppResponseBodyContainerAppInfo `json:"ContainerAppInfo,omitempty" xml:"ContainerAppInfo,omitempty" type:"Struct"`
	RequestId        *string                                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeContainerAppResponseBody) GoString

func (*DescribeContainerAppResponseBody) SetRequestId

func (DescribeContainerAppResponseBody) String

type DescribeContainerAppResponseBodyContainerAppInfo

type DescribeContainerAppResponseBodyContainerAppInfo struct {
	CreateTime  *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Id          *string `json:"Id,omitempty" xml:"Id,omitempty"`
	ImageTag    *string `json:"ImageTag,omitempty" xml:"ImageTag,omitempty"`
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Repository  *string `json:"Repository,omitempty" xml:"Repository,omitempty"`
	Type        *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (DescribeContainerAppResponseBodyContainerAppInfo) GoString

func (*DescribeContainerAppResponseBodyContainerAppInfo) SetCreateTime

func (*DescribeContainerAppResponseBodyContainerAppInfo) SetDescription

func (*DescribeContainerAppResponseBodyContainerAppInfo) SetId

func (*DescribeContainerAppResponseBodyContainerAppInfo) SetImageTag

func (*DescribeContainerAppResponseBodyContainerAppInfo) SetName

func (*DescribeContainerAppResponseBodyContainerAppInfo) SetRepository

func (*DescribeContainerAppResponseBodyContainerAppInfo) SetType

func (DescribeContainerAppResponseBodyContainerAppInfo) String

type DescribeDeployProcessRequest

type DescribeDeployProcessRequest struct {
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	HostName  *string `json:"HostName,omitempty" xml:"HostName,omitempty"`
	RegionId  *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Role      *string `json:"Role,omitempty" xml:"Role,omitempty"`
}

func (DescribeDeployProcessRequest) GoString

func (s DescribeDeployProcessRequest) GoString() string

func (*DescribeDeployProcessRequest) SetClusterId

func (*DescribeDeployProcessRequest) SetHostName

func (*DescribeDeployProcessRequest) SetRegionId

func (*DescribeDeployProcessRequest) SetRole

func (DescribeDeployProcessRequest) String

type DescribeDeployProcessResponse

type DescribeDeployProcessResponse struct {
	Headers map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DescribeDeployProcessResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeDeployProcessResponse) GoString

func (*DescribeDeployProcessResponse) SetBody

func (*DescribeDeployProcessResponse) SetHeaders

func (DescribeDeployProcessResponse) String

type DescribeDeployProcessResponseBody

type DescribeDeployProcessResponseBody struct {
	DeployProcess *string `json:"DeployProcess,omitempty" xml:"DeployProcess,omitempty"`
	// Id of the request
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *string `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeDeployProcessResponseBody) GoString

func (*DescribeDeployProcessResponseBody) SetDeployProcess

func (*DescribeDeployProcessResponseBody) SetRequestId

func (*DescribeDeployProcessResponseBody) SetSuccess

func (DescribeDeployProcessResponseBody) String

type DescribeGWSClusterPolicyRequest

type DescribeGWSClusterPolicyRequest struct {
	AsyncMode *bool   `json:"AsyncMode,omitempty" xml:"AsyncMode,omitempty"`
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	TaskId    *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (DescribeGWSClusterPolicyRequest) GoString

func (*DescribeGWSClusterPolicyRequest) SetAsyncMode

func (*DescribeGWSClusterPolicyRequest) SetClusterId

func (*DescribeGWSClusterPolicyRequest) SetTaskId

func (DescribeGWSClusterPolicyRequest) String

type DescribeGWSClusterPolicyResponse

type DescribeGWSClusterPolicyResponse struct {
	Headers map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DescribeGWSClusterPolicyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeGWSClusterPolicyResponse) GoString

func (*DescribeGWSClusterPolicyResponse) SetHeaders

func (DescribeGWSClusterPolicyResponse) String

type DescribeGWSClusterPolicyResponseBody

type DescribeGWSClusterPolicyResponseBody struct {
	Clipboard   *string `json:"Clipboard,omitempty" xml:"Clipboard,omitempty"`
	LocalDrive  *string `json:"LocalDrive,omitempty" xml:"LocalDrive,omitempty"`
	RequestId   *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	UsbRedirect *string `json:"UsbRedirect,omitempty" xml:"UsbRedirect,omitempty"`
	Watermark   *string `json:"Watermark,omitempty" xml:"Watermark,omitempty"`
}

func (DescribeGWSClusterPolicyResponseBody) GoString

func (*DescribeGWSClusterPolicyResponseBody) SetClipboard

func (*DescribeGWSClusterPolicyResponseBody) SetLocalDrive

func (*DescribeGWSClusterPolicyResponseBody) SetRequestId

func (*DescribeGWSClusterPolicyResponseBody) SetUsbRedirect

func (*DescribeGWSClusterPolicyResponseBody) SetWatermark

func (DescribeGWSClusterPolicyResponseBody) String

type DescribeGWSClustersRequest

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

func (DescribeGWSClustersRequest) GoString

func (s DescribeGWSClustersRequest) GoString() string

func (*DescribeGWSClustersRequest) SetClusterId

func (*DescribeGWSClustersRequest) SetPageNumber

func (*DescribeGWSClustersRequest) SetPageSize

func (DescribeGWSClustersRequest) String

type DescribeGWSClustersResponse

type DescribeGWSClustersResponse struct {
	Headers map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DescribeGWSClustersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeGWSClustersResponse) GoString

func (s DescribeGWSClustersResponse) GoString() string

func (*DescribeGWSClustersResponse) SetBody

func (*DescribeGWSClustersResponse) SetHeaders

func (DescribeGWSClustersResponse) String

type DescribeGWSClustersResponseBody

type DescribeGWSClustersResponseBody struct {
	CallerType *string                                  `json:"CallerType,omitempty" xml:"CallerType,omitempty"`
	Clusters   *DescribeGWSClustersResponseBodyClusters `json:"Clusters,omitempty" xml:"Clusters,omitempty" type:"Struct"`
	PageNumber *int32                                   `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                   `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                                   `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeGWSClustersResponseBody) GoString

func (*DescribeGWSClustersResponseBody) SetCallerType

func (*DescribeGWSClustersResponseBody) SetPageNumber

func (*DescribeGWSClustersResponseBody) SetPageSize

func (*DescribeGWSClustersResponseBody) SetRequestId

func (*DescribeGWSClustersResponseBody) SetTotalCount

func (DescribeGWSClustersResponseBody) String

type DescribeGWSClustersResponseBodyClusters

type DescribeGWSClustersResponseBodyClusters struct {
	ClusterInfo []*DescribeGWSClustersResponseBodyClustersClusterInfo `json:"ClusterInfo,omitempty" xml:"ClusterInfo,omitempty" type:"Repeated"`
}

func (DescribeGWSClustersResponseBodyClusters) GoString

func (DescribeGWSClustersResponseBodyClusters) String

type DescribeGWSClustersResponseBodyClustersClusterInfo

type DescribeGWSClustersResponseBodyClustersClusterInfo struct {
	ClusterId     *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CreateTime    *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	InstanceCount *int32  `json:"InstanceCount,omitempty" xml:"InstanceCount,omitempty"`
	Status        *string `json:"Status,omitempty" xml:"Status,omitempty"`
	VpcId         *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (DescribeGWSClustersResponseBodyClustersClusterInfo) GoString

func (*DescribeGWSClustersResponseBodyClustersClusterInfo) SetClusterId

func (*DescribeGWSClustersResponseBodyClustersClusterInfo) SetCreateTime

func (*DescribeGWSClustersResponseBodyClustersClusterInfo) SetInstanceCount

func (*DescribeGWSClustersResponseBodyClustersClusterInfo) SetStatus

func (*DescribeGWSClustersResponseBodyClustersClusterInfo) SetVpcId

func (DescribeGWSClustersResponseBodyClustersClusterInfo) String

type DescribeGWSImagesRequest

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

func (DescribeGWSImagesRequest) GoString

func (s DescribeGWSImagesRequest) GoString() string

func (*DescribeGWSImagesRequest) SetPageNumber

func (*DescribeGWSImagesRequest) SetPageSize

func (DescribeGWSImagesRequest) String

func (s DescribeGWSImagesRequest) String() string

type DescribeGWSImagesResponse

type DescribeGWSImagesResponse struct {
	Headers map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DescribeGWSImagesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeGWSImagesResponse) GoString

func (s DescribeGWSImagesResponse) GoString() string

func (*DescribeGWSImagesResponse) SetBody

func (*DescribeGWSImagesResponse) SetHeaders

func (DescribeGWSImagesResponse) String

func (s DescribeGWSImagesResponse) String() string

type DescribeGWSImagesResponseBody

type DescribeGWSImagesResponseBody struct {
	Images     *DescribeGWSImagesResponseBodyImages `json:"Images,omitempty" xml:"Images,omitempty" type:"Struct"`
	PageNumber *int32                               `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                               `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                               `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeGWSImagesResponseBody) GoString

func (*DescribeGWSImagesResponseBody) SetPageNumber

func (*DescribeGWSImagesResponseBody) SetPageSize

func (*DescribeGWSImagesResponseBody) SetRequestId

func (*DescribeGWSImagesResponseBody) SetTotalCount

func (DescribeGWSImagesResponseBody) String

type DescribeGWSImagesResponseBodyImages

type DescribeGWSImagesResponseBodyImages struct {
	ImageInfo []*DescribeGWSImagesResponseBodyImagesImageInfo `json:"ImageInfo,omitempty" xml:"ImageInfo,omitempty" type:"Repeated"`
}

func (DescribeGWSImagesResponseBodyImages) GoString

func (DescribeGWSImagesResponseBodyImages) String

type DescribeGWSImagesResponseBodyImagesImageInfo

type DescribeGWSImagesResponseBodyImagesImageInfo struct {
	CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ImageId    *string `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	ImageType  *string `json:"ImageType,omitempty" xml:"ImageType,omitempty"`
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Progress   *string `json:"Progress,omitempty" xml:"Progress,omitempty"`
	Size       *int32  `json:"Size,omitempty" xml:"Size,omitempty"`
	Status     *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeGWSImagesResponseBodyImagesImageInfo) GoString

func (*DescribeGWSImagesResponseBodyImagesImageInfo) SetCreateTime

func (*DescribeGWSImagesResponseBodyImagesImageInfo) SetImageId

func (*DescribeGWSImagesResponseBodyImagesImageInfo) SetImageType

func (*DescribeGWSImagesResponseBodyImagesImageInfo) SetName

func (*DescribeGWSImagesResponseBodyImagesImageInfo) SetProgress

func (*DescribeGWSImagesResponseBodyImagesImageInfo) SetSize

func (*DescribeGWSImagesResponseBodyImagesImageInfo) SetStatus

func (DescribeGWSImagesResponseBodyImagesImageInfo) String

type DescribeGWSInstancesRequest

type DescribeGWSInstancesRequest struct {
	ClusterId  *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	UserName   *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
	UserUid    *int64  `json:"UserUid,omitempty" xml:"UserUid,omitempty"`
}

func (DescribeGWSInstancesRequest) GoString

func (s DescribeGWSInstancesRequest) GoString() string

func (*DescribeGWSInstancesRequest) SetClusterId

func (*DescribeGWSInstancesRequest) SetInstanceId

func (*DescribeGWSInstancesRequest) SetPageNumber

func (*DescribeGWSInstancesRequest) SetPageSize

func (*DescribeGWSInstancesRequest) SetUserName

func (*DescribeGWSInstancesRequest) SetUserUid

func (DescribeGWSInstancesRequest) String

type DescribeGWSInstancesResponse

type DescribeGWSInstancesResponse struct {
	Headers map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DescribeGWSInstancesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeGWSInstancesResponse) GoString

func (s DescribeGWSInstancesResponse) GoString() string

func (*DescribeGWSInstancesResponse) SetBody

func (*DescribeGWSInstancesResponse) SetHeaders

func (DescribeGWSInstancesResponse) String

type DescribeGWSInstancesResponseBody

type DescribeGWSInstancesResponseBody struct {
	Instances  *DescribeGWSInstancesResponseBodyInstances `json:"Instances,omitempty" xml:"Instances,omitempty" type:"Struct"`
	PageNumber *int32                                     `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                     `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                                     `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeGWSInstancesResponseBody) GoString

func (*DescribeGWSInstancesResponseBody) SetPageNumber

func (*DescribeGWSInstancesResponseBody) SetPageSize

func (*DescribeGWSInstancesResponseBody) SetRequestId

func (*DescribeGWSInstancesResponseBody) SetTotalCount

func (DescribeGWSInstancesResponseBody) String

type DescribeGWSInstancesResponseBodyInstances

type DescribeGWSInstancesResponseBodyInstances struct {
	InstanceInfo []*DescribeGWSInstancesResponseBodyInstancesInstanceInfo `json:"InstanceInfo,omitempty" xml:"InstanceInfo,omitempty" type:"Repeated"`
}

func (DescribeGWSInstancesResponseBodyInstances) GoString

func (DescribeGWSInstancesResponseBodyInstances) String

type DescribeGWSInstancesResponseBodyInstancesInstanceInfo

type DescribeGWSInstancesResponseBodyInstancesInstanceInfo struct {
	AppList      *DescribeGWSInstancesResponseBodyInstancesInstanceInfoAppList `json:"AppList,omitempty" xml:"AppList,omitempty" type:"Struct"`
	ClusterId    *string                                                       `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CreateTime   *string                                                       `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ExpireTime   *string                                                       `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	InstanceId   *string                                                       `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceType *string                                                       `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	Name         *string                                                       `json:"Name,omitempty" xml:"Name,omitempty"`
	Status       *string                                                       `json:"Status,omitempty" xml:"Status,omitempty"`
	UserName     *string                                                       `json:"UserName,omitempty" xml:"UserName,omitempty"`
	WorkMode     *string                                                       `json:"WorkMode,omitempty" xml:"WorkMode,omitempty"`
}

func (DescribeGWSInstancesResponseBodyInstancesInstanceInfo) GoString

func (*DescribeGWSInstancesResponseBodyInstancesInstanceInfo) SetClusterId

func (*DescribeGWSInstancesResponseBodyInstancesInstanceInfo) SetCreateTime

func (*DescribeGWSInstancesResponseBodyInstancesInstanceInfo) SetExpireTime

func (*DescribeGWSInstancesResponseBodyInstancesInstanceInfo) SetInstanceId

func (*DescribeGWSInstancesResponseBodyInstancesInstanceInfo) SetInstanceType

func (*DescribeGWSInstancesResponseBodyInstancesInstanceInfo) SetName

func (*DescribeGWSInstancesResponseBodyInstancesInstanceInfo) SetStatus

func (*DescribeGWSInstancesResponseBodyInstancesInstanceInfo) SetUserName

func (*DescribeGWSInstancesResponseBodyInstancesInstanceInfo) SetWorkMode

func (DescribeGWSInstancesResponseBodyInstancesInstanceInfo) String

type DescribeGWSInstancesResponseBodyInstancesInstanceInfoAppList

type DescribeGWSInstancesResponseBodyInstancesInstanceInfoAppList struct {
	AppInfo []*DescribeGWSInstancesResponseBodyInstancesInstanceInfoAppListAppInfo `json:"AppInfo,omitempty" xml:"AppInfo,omitempty" type:"Repeated"`
}

func (DescribeGWSInstancesResponseBodyInstancesInstanceInfoAppList) GoString

func (DescribeGWSInstancesResponseBodyInstancesInstanceInfoAppList) String

type DescribeGWSInstancesResponseBodyInstancesInstanceInfoAppListAppInfo

type DescribeGWSInstancesResponseBodyInstancesInstanceInfoAppListAppInfo struct {
	AppArgs *string `json:"AppArgs,omitempty" xml:"AppArgs,omitempty"`
	AppName *string `json:"AppName,omitempty" xml:"AppName,omitempty"`
	AppPath *string `json:"AppPath,omitempty" xml:"AppPath,omitempty"`
}

func (DescribeGWSInstancesResponseBodyInstancesInstanceInfoAppListAppInfo) GoString

func (*DescribeGWSInstancesResponseBodyInstancesInstanceInfoAppListAppInfo) SetAppArgs

func (*DescribeGWSInstancesResponseBodyInstancesInstanceInfoAppListAppInfo) SetAppName

func (*DescribeGWSInstancesResponseBodyInstancesInstanceInfoAppListAppInfo) SetAppPath

func (DescribeGWSInstancesResponseBodyInstancesInstanceInfoAppListAppInfo) String

type DescribeImageGatewayConfigRequest

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

func (DescribeImageGatewayConfigRequest) GoString

func (*DescribeImageGatewayConfigRequest) SetClusterId

func (DescribeImageGatewayConfigRequest) String

type DescribeImageGatewayConfigResponse

type DescribeImageGatewayConfigResponse struct {
	Headers map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DescribeImageGatewayConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeImageGatewayConfigResponse) GoString

func (*DescribeImageGatewayConfigResponse) SetHeaders

func (DescribeImageGatewayConfigResponse) String

type DescribeImageGatewayConfigResponseBody

type DescribeImageGatewayConfigResponseBody struct {
	Imagegw   *DescribeImageGatewayConfigResponseBodyImagegw `json:"Imagegw,omitempty" xml:"Imagegw,omitempty" type:"Struct"`
	RequestId *string                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeImageGatewayConfigResponseBody) GoString

func (*DescribeImageGatewayConfigResponseBody) SetRequestId

func (DescribeImageGatewayConfigResponseBody) String

type DescribeImageGatewayConfigResponseBodyImagegw

type DescribeImageGatewayConfigResponseBodyImagegw struct {
	DefaultImageLocation   *string                                                 `json:"DefaultImageLocation,omitempty" xml:"DefaultImageLocation,omitempty"`
	ImageExpirationTimeout *string                                                 `json:"ImageExpirationTimeout,omitempty" xml:"ImageExpirationTimeout,omitempty"`
	Locations              *DescribeImageGatewayConfigResponseBodyImagegwLocations `json:"Locations,omitempty" xml:"Locations,omitempty" type:"Struct"`
	MongoDBURI             *string                                                 `json:"MongoDBURI,omitempty" xml:"MongoDBURI,omitempty"`
	PullUpdateTimeout      *int64                                                  `json:"PullUpdateTimeout,omitempty" xml:"PullUpdateTimeout,omitempty"`
	UpdateDateTime         *string                                                 `json:"UpdateDateTime,omitempty" xml:"UpdateDateTime,omitempty"`
}

func (DescribeImageGatewayConfigResponseBodyImagegw) GoString

func (*DescribeImageGatewayConfigResponseBodyImagegw) SetDefaultImageLocation

func (*DescribeImageGatewayConfigResponseBodyImagegw) SetImageExpirationTimeout

func (*DescribeImageGatewayConfigResponseBodyImagegw) SetMongoDBURI

func (*DescribeImageGatewayConfigResponseBodyImagegw) SetPullUpdateTimeout

func (*DescribeImageGatewayConfigResponseBodyImagegw) SetUpdateDateTime

func (DescribeImageGatewayConfigResponseBodyImagegw) String

type DescribeImageGatewayConfigResponseBodyImagegwLocations

type DescribeImageGatewayConfigResponseBodyImagegwLocations struct {
	LocationInfo []*DescribeImageGatewayConfigResponseBodyImagegwLocationsLocationInfo `json:"LocationInfo,omitempty" xml:"LocationInfo,omitempty" type:"Repeated"`
}

func (DescribeImageGatewayConfigResponseBodyImagegwLocations) GoString

func (DescribeImageGatewayConfigResponseBodyImagegwLocations) String

type DescribeImageGatewayConfigResponseBodyImagegwLocationsLocationInfo

type DescribeImageGatewayConfigResponseBodyImagegwLocationsLocationInfo struct {
	Authentication *string `json:"Authentication,omitempty" xml:"Authentication,omitempty"`
	Location       *string `json:"Location,omitempty" xml:"Location,omitempty"`
	RemoteType     *string `json:"RemoteType,omitempty" xml:"RemoteType,omitempty"`
	URL            *string `json:"URL,omitempty" xml:"URL,omitempty"`
}

func (DescribeImageGatewayConfigResponseBodyImagegwLocationsLocationInfo) GoString

func (*DescribeImageGatewayConfigResponseBodyImagegwLocationsLocationInfo) SetAuthentication

func (*DescribeImageGatewayConfigResponseBodyImagegwLocationsLocationInfo) SetLocation

func (*DescribeImageGatewayConfigResponseBodyImagegwLocationsLocationInfo) SetRemoteType

func (*DescribeImageGatewayConfigResponseBodyImagegwLocationsLocationInfo) SetURL

func (DescribeImageGatewayConfigResponseBodyImagegwLocationsLocationInfo) String

type DescribeImagePriceRequest

type DescribeImagePriceRequest struct {
	Amount    *int32  `json:"Amount,omitempty" xml:"Amount,omitempty"`
	ImageId   *string `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	OrderType *string `json:"OrderType,omitempty" xml:"OrderType,omitempty"`
	Period    *int32  `json:"Period,omitempty" xml:"Period,omitempty"`
	PriceUnit *string `json:"PriceUnit,omitempty" xml:"PriceUnit,omitempty"`
	SkuCode   *string `json:"SkuCode,omitempty" xml:"SkuCode,omitempty"`
}

func (DescribeImagePriceRequest) GoString

func (s DescribeImagePriceRequest) GoString() string

func (*DescribeImagePriceRequest) SetAmount

func (*DescribeImagePriceRequest) SetImageId

func (*DescribeImagePriceRequest) SetOrderType

func (*DescribeImagePriceRequest) SetPeriod

func (*DescribeImagePriceRequest) SetPriceUnit

func (*DescribeImagePriceRequest) SetSkuCode

func (DescribeImagePriceRequest) String

func (s DescribeImagePriceRequest) String() string

type DescribeImagePriceResponse

type DescribeImagePriceResponse struct {
	Headers map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DescribeImagePriceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeImagePriceResponse) GoString

func (s DescribeImagePriceResponse) GoString() string

func (*DescribeImagePriceResponse) SetBody

func (*DescribeImagePriceResponse) SetHeaders

func (DescribeImagePriceResponse) String

type DescribeImagePriceResponseBody

type DescribeImagePriceResponseBody struct {
	Amount        *int32   `json:"Amount,omitempty" xml:"Amount,omitempty"`
	DiscountPrice *float32 `json:"DiscountPrice,omitempty" xml:"DiscountPrice,omitempty"`
	ImageId       *string  `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	OriginalPrice *float32 `json:"OriginalPrice,omitempty" xml:"OriginalPrice,omitempty"`
	RequestId     *string  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TradePrice    *float32 `json:"TradePrice,omitempty" xml:"TradePrice,omitempty"`
}

func (DescribeImagePriceResponseBody) GoString

func (*DescribeImagePriceResponseBody) SetAmount

func (*DescribeImagePriceResponseBody) SetDiscountPrice

func (*DescribeImagePriceResponseBody) SetImageId

func (*DescribeImagePriceResponseBody) SetOriginalPrice

func (*DescribeImagePriceResponseBody) SetRequestId

func (*DescribeImagePriceResponseBody) SetTradePrice

func (DescribeImagePriceResponseBody) String

type DescribeImageRequest

type DescribeImageRequest struct {
	ClusterId     *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ContainerType *string `json:"ContainerType,omitempty" xml:"ContainerType,omitempty"`
	ImageTag      *string `json:"ImageTag,omitempty" xml:"ImageTag,omitempty"`
	Repository    *string `json:"Repository,omitempty" xml:"Repository,omitempty"`
}

func (DescribeImageRequest) GoString

func (s DescribeImageRequest) GoString() string

func (*DescribeImageRequest) SetClusterId

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

func (*DescribeImageRequest) SetContainerType

func (s *DescribeImageRequest) SetContainerType(v string) *DescribeImageRequest

func (*DescribeImageRequest) SetImageTag

func (*DescribeImageRequest) SetRepository

func (s *DescribeImageRequest) SetRepository(v string) *DescribeImageRequest

func (DescribeImageRequest) String

func (s DescribeImageRequest) String() string

type DescribeImageResponse

type DescribeImageResponse struct {
	Headers map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DescribeImageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeImageResponse) GoString

func (s DescribeImageResponse) GoString() string

func (*DescribeImageResponse) SetBody

func (*DescribeImageResponse) SetHeaders

func (DescribeImageResponse) String

func (s DescribeImageResponse) String() string

type DescribeImageResponseBody

type DescribeImageResponseBody struct {
	ImageInfo *DescribeImageResponseBodyImageInfo `json:"ImageInfo,omitempty" xml:"ImageInfo,omitempty" type:"Struct"`
	RequestId *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeImageResponseBody) GoString

func (s DescribeImageResponseBody) GoString() string

func (*DescribeImageResponseBody) SetImageInfo

func (*DescribeImageResponseBody) SetRequestId

func (DescribeImageResponseBody) String

func (s DescribeImageResponseBody) String() string

type DescribeImageResponseBodyImageInfo

type DescribeImageResponseBodyImageInfo struct {
	ImageId        *string `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	Repository     *string `json:"Repository,omitempty" xml:"Repository,omitempty"`
	Status         *string `json:"Status,omitempty" xml:"Status,omitempty"`
	System         *string `json:"System,omitempty" xml:"System,omitempty"`
	Tag            *string `json:"Tag,omitempty" xml:"Tag,omitempty"`
	Type           *string `json:"Type,omitempty" xml:"Type,omitempty"`
	UpdateDateTime *string `json:"UpdateDateTime,omitempty" xml:"UpdateDateTime,omitempty"`
}

func (DescribeImageResponseBodyImageInfo) GoString

func (*DescribeImageResponseBodyImageInfo) SetImageId

func (*DescribeImageResponseBodyImageInfo) SetRepository

func (*DescribeImageResponseBodyImageInfo) SetStatus

func (*DescribeImageResponseBodyImageInfo) SetSystem

func (*DescribeImageResponseBodyImageInfo) SetTag

func (*DescribeImageResponseBodyImageInfo) SetType

func (*DescribeImageResponseBodyImageInfo) SetUpdateDateTime

func (DescribeImageResponseBodyImageInfo) String

type DescribeJobRequest

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

func (DescribeJobRequest) GoString

func (s DescribeJobRequest) GoString() string

func (*DescribeJobRequest) SetClusterId

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

func (*DescribeJobRequest) SetJobId

func (DescribeJobRequest) String

func (s DescribeJobRequest) String() string

type DescribeJobResponse

type DescribeJobResponse struct {
	Headers map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DescribeJobResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeJobResponse) GoString

func (s DescribeJobResponse) GoString() string

func (*DescribeJobResponse) SetBody

func (*DescribeJobResponse) SetHeaders

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

func (DescribeJobResponse) String

func (s DescribeJobResponse) String() string

type DescribeJobResponseBody

type DescribeJobResponseBody struct {
	Message   *DescribeJobResponseBodyMessage `json:"Message,omitempty" xml:"Message,omitempty" type:"Struct"`
	RequestId *string                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeJobResponseBody) GoString

func (s DescribeJobResponseBody) GoString() string

func (*DescribeJobResponseBody) SetMessage

func (*DescribeJobResponseBody) SetRequestId

func (DescribeJobResponseBody) String

func (s DescribeJobResponseBody) String() string

type DescribeJobResponseBodyMessage

type DescribeJobResponseBodyMessage struct {
	JobInfo *string `json:"JobInfo,omitempty" xml:"JobInfo,omitempty"`
}

func (DescribeJobResponseBodyMessage) GoString

func (*DescribeJobResponseBodyMessage) SetJobInfo

func (DescribeJobResponseBodyMessage) String

type DescribeNFSClientStatusRequest

type DescribeNFSClientStatusRequest struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
}

func (DescribeNFSClientStatusRequest) GoString

func (*DescribeNFSClientStatusRequest) SetInstanceId

func (DescribeNFSClientStatusRequest) String

type DescribeNFSClientStatusResponse

type DescribeNFSClientStatusResponse struct {
	Headers map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DescribeNFSClientStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeNFSClientStatusResponse) GoString

func (*DescribeNFSClientStatusResponse) SetHeaders

func (DescribeNFSClientStatusResponse) String

type DescribeNFSClientStatusResponseBody

type DescribeNFSClientStatusResponseBody struct {
	RequestId *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeNFSClientStatusResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Status    *string                                    `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeNFSClientStatusResponseBody) GoString

func (*DescribeNFSClientStatusResponseBody) SetRequestId

func (*DescribeNFSClientStatusResponseBody) SetStatus

func (DescribeNFSClientStatusResponseBody) String

type DescribeNFSClientStatusResponseBodyResult

type DescribeNFSClientStatusResponseBodyResult struct {
	ExitCode           *int32  `json:"ExitCode,omitempty" xml:"ExitCode,omitempty"`
	InvokeRecordStatus *string `json:"InvokeRecordStatus,omitempty" xml:"InvokeRecordStatus,omitempty"`
	Output             *string `json:"Output,omitempty" xml:"Output,omitempty"`
}

func (DescribeNFSClientStatusResponseBodyResult) GoString

func (*DescribeNFSClientStatusResponseBodyResult) SetExitCode

func (*DescribeNFSClientStatusResponseBodyResult) SetInvokeRecordStatus

func (*DescribeNFSClientStatusResponseBodyResult) SetOutput

func (DescribeNFSClientStatusResponseBodyResult) String

type DescribePriceRequest

type DescribePriceRequest struct {
	ChargeType  *string                            `json:"ChargeType,omitempty" xml:"ChargeType,omitempty"`
	Commodities []*DescribePriceRequestCommodities `json:"Commodities,omitempty" xml:"Commodities,omitempty" type:"Repeated"`
	OrderType   *string                            `json:"OrderType,omitempty" xml:"OrderType,omitempty"`
	PriceUnit   *string                            `json:"PriceUnit,omitempty" xml:"PriceUnit,omitempty"`
}

func (DescribePriceRequest) GoString

func (s DescribePriceRequest) GoString() string

func (*DescribePriceRequest) SetChargeType

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

func (*DescribePriceRequest) SetCommodities

func (*DescribePriceRequest) SetOrderType

func (s *DescribePriceRequest) SetOrderType(v string) *DescribePriceRequest

func (*DescribePriceRequest) SetPriceUnit

func (s *DescribePriceRequest) SetPriceUnit(v string) *DescribePriceRequest

func (DescribePriceRequest) String

func (s DescribePriceRequest) String() string

type DescribePriceRequestCommodities

type DescribePriceRequestCommodities struct {
	Amount                     *int32                                      `json:"Amount,omitempty" xml:"Amount,omitempty"`
	DataDisks                  []*DescribePriceRequestCommoditiesDataDisks `json:"DataDisks,omitempty" xml:"DataDisks,omitempty" type:"Repeated"`
	InstanceType               *string                                     `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	InternetChargeType         *string                                     `json:"InternetChargeType,omitempty" xml:"InternetChargeType,omitempty"`
	InternetMaxBandWidthOut    *int32                                      `json:"InternetMaxBandWidthOut,omitempty" xml:"InternetMaxBandWidthOut,omitempty"`
	NetworkType                *string                                     `json:"NetworkType,omitempty" xml:"NetworkType,omitempty"`
	NodeType                   *string                                     `json:"NodeType,omitempty" xml:"NodeType,omitempty"`
	Period                     *int32                                      `json:"Period,omitempty" xml:"Period,omitempty"`
	SystemDiskCategory         *string                                     `json:"SystemDiskCategory,omitempty" xml:"SystemDiskCategory,omitempty"`
	SystemDiskPerformanceLevel *string                                     `json:"SystemDiskPerformanceLevel,omitempty" xml:"SystemDiskPerformanceLevel,omitempty"`
	SystemDiskSize             *int32                                      `json:"SystemDiskSize,omitempty" xml:"SystemDiskSize,omitempty"`
}

func (DescribePriceRequestCommodities) GoString

func (*DescribePriceRequestCommodities) SetAmount

func (*DescribePriceRequestCommodities) SetInstanceType

func (*DescribePriceRequestCommodities) SetInternetChargeType

func (*DescribePriceRequestCommodities) SetInternetMaxBandWidthOut

func (s *DescribePriceRequestCommodities) SetInternetMaxBandWidthOut(v int32) *DescribePriceRequestCommodities

func (*DescribePriceRequestCommodities) SetNetworkType

func (*DescribePriceRequestCommodities) SetNodeType

func (*DescribePriceRequestCommodities) SetPeriod

func (*DescribePriceRequestCommodities) SetSystemDiskCategory

func (*DescribePriceRequestCommodities) SetSystemDiskPerformanceLevel

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

func (*DescribePriceRequestCommodities) SetSystemDiskSize

func (DescribePriceRequestCommodities) String

type DescribePriceRequestCommoditiesDataDisks

type DescribePriceRequestCommoditiesDataDisks struct {
	Category           *string `json:"category,omitempty" xml:"category,omitempty"`
	DeleteWithInstance *bool   `json:"deleteWithInstance,omitempty" xml:"deleteWithInstance,omitempty"`
	Encrypted          *bool   `json:"encrypted,omitempty" xml:"encrypted,omitempty"`
	PerformanceLevel   *string `json:"performanceLevel,omitempty" xml:"performanceLevel,omitempty"`
	Size               *int32  `json:"size,omitempty" xml:"size,omitempty"`
}

func (DescribePriceRequestCommoditiesDataDisks) GoString

func (*DescribePriceRequestCommoditiesDataDisks) SetCategory

func (*DescribePriceRequestCommoditiesDataDisks) SetDeleteWithInstance

func (*DescribePriceRequestCommoditiesDataDisks) SetEncrypted

func (*DescribePriceRequestCommoditiesDataDisks) SetPerformanceLevel

func (*DescribePriceRequestCommoditiesDataDisks) SetSize

func (DescribePriceRequestCommoditiesDataDisks) String

type DescribePriceResponse

type DescribePriceResponse struct {
	Headers map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DescribePriceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribePriceResponse) GoString

func (s DescribePriceResponse) GoString() string

func (*DescribePriceResponse) SetBody

func (*DescribePriceResponse) SetHeaders

func (DescribePriceResponse) String

func (s DescribePriceResponse) String() string

type DescribePriceResponseBody

type DescribePriceResponseBody struct {
	Prices          *DescribePriceResponseBodyPrices `json:"Prices,omitempty" xml:"Prices,omitempty" type:"Struct"`
	RequestId       *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalTradePrice *float32                         `json:"TotalTradePrice,omitempty" xml:"TotalTradePrice,omitempty"`
}

func (DescribePriceResponseBody) GoString

func (s DescribePriceResponseBody) GoString() string

func (*DescribePriceResponseBody) SetPrices

func (*DescribePriceResponseBody) SetRequestId

func (*DescribePriceResponseBody) SetTotalTradePrice

func (DescribePriceResponseBody) String

func (s DescribePriceResponseBody) String() string

type DescribePriceResponseBodyPrices

type DescribePriceResponseBodyPrices struct {
	PriceInfo []*DescribePriceResponseBodyPricesPriceInfo `json:"PriceInfo,omitempty" xml:"PriceInfo,omitempty" type:"Repeated"`
}

func (DescribePriceResponseBodyPrices) GoString

func (DescribePriceResponseBodyPrices) String

type DescribePriceResponseBodyPricesPriceInfo

type DescribePriceResponseBodyPricesPriceInfo struct {
	Currency      *string  `json:"Currency,omitempty" xml:"Currency,omitempty"`
	NodeType      *string  `json:"NodeType,omitempty" xml:"NodeType,omitempty"`
	OriginalPrice *float32 `json:"OriginalPrice,omitempty" xml:"OriginalPrice,omitempty"`
	TradePrice    *float32 `json:"TradePrice,omitempty" xml:"TradePrice,omitempty"`
}

func (DescribePriceResponseBodyPricesPriceInfo) GoString

func (*DescribePriceResponseBodyPricesPriceInfo) SetCurrency

func (*DescribePriceResponseBodyPricesPriceInfo) SetNodeType

func (*DescribePriceResponseBodyPricesPriceInfo) SetOriginalPrice

func (*DescribePriceResponseBodyPricesPriceInfo) SetTradePrice

func (DescribePriceResponseBodyPricesPriceInfo) String

type EditJobTemplateRequest

type EditJobTemplateRequest struct {
	ArrayRequest       *string `json:"ArrayRequest,omitempty" xml:"ArrayRequest,omitempty"`
	ClockTime          *string `json:"ClockTime,omitempty" xml:"ClockTime,omitempty"`
	CommandLine        *string `json:"CommandLine,omitempty" xml:"CommandLine,omitempty"`
	Gpu                *int32  `json:"Gpu,omitempty" xml:"Gpu,omitempty"`
	InputFileUrl       *string `json:"InputFileUrl,omitempty" xml:"InputFileUrl,omitempty"`
	Mem                *string `json:"Mem,omitempty" xml:"Mem,omitempty"`
	Name               *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Node               *int32  `json:"Node,omitempty" xml:"Node,omitempty"`
	PackagePath        *string `json:"PackagePath,omitempty" xml:"PackagePath,omitempty"`
	Priority           *int32  `json:"Priority,omitempty" xml:"Priority,omitempty"`
	Queue              *string `json:"Queue,omitempty" xml:"Queue,omitempty"`
	ReRunable          *bool   `json:"ReRunable,omitempty" xml:"ReRunable,omitempty"`
	RunasUser          *string `json:"RunasUser,omitempty" xml:"RunasUser,omitempty"`
	StderrRedirectPath *string `json:"StderrRedirectPath,omitempty" xml:"StderrRedirectPath,omitempty"`
	StdoutRedirectPath *string `json:"StdoutRedirectPath,omitempty" xml:"StdoutRedirectPath,omitempty"`
	Task               *int32  `json:"Task,omitempty" xml:"Task,omitempty"`
	TemplateId         *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"`
	Thread             *int32  `json:"Thread,omitempty" xml:"Thread,omitempty"`
	UnzipCmd           *string `json:"UnzipCmd,omitempty" xml:"UnzipCmd,omitempty"`
	Variables          *string `json:"Variables,omitempty" xml:"Variables,omitempty"`
	WithUnzipCmd       *bool   `json:"WithUnzipCmd,omitempty" xml:"WithUnzipCmd,omitempty"`
}

func (EditJobTemplateRequest) GoString

func (s EditJobTemplateRequest) GoString() string

func (*EditJobTemplateRequest) SetArrayRequest

func (s *EditJobTemplateRequest) SetArrayRequest(v string) *EditJobTemplateRequest

func (*EditJobTemplateRequest) SetClockTime

func (*EditJobTemplateRequest) SetCommandLine

func (*EditJobTemplateRequest) SetGpu

func (*EditJobTemplateRequest) SetInputFileUrl

func (s *EditJobTemplateRequest) SetInputFileUrl(v string) *EditJobTemplateRequest

func (*EditJobTemplateRequest) SetMem

func (*EditJobTemplateRequest) SetName

func (*EditJobTemplateRequest) SetNode

func (*EditJobTemplateRequest) SetPackagePath

func (*EditJobTemplateRequest) SetPriority

func (*EditJobTemplateRequest) SetQueue

func (*EditJobTemplateRequest) SetReRunable

func (*EditJobTemplateRequest) SetRunasUser

func (*EditJobTemplateRequest) SetStderrRedirectPath

func (s *EditJobTemplateRequest) SetStderrRedirectPath(v string) *EditJobTemplateRequest

func (*EditJobTemplateRequest) SetStdoutRedirectPath

func (s *EditJobTemplateRequest) SetStdoutRedirectPath(v string) *EditJobTemplateRequest

func (*EditJobTemplateRequest) SetTask

func (*EditJobTemplateRequest) SetTemplateId

func (*EditJobTemplateRequest) SetThread

func (*EditJobTemplateRequest) SetUnzipCmd

func (*EditJobTemplateRequest) SetVariables

func (*EditJobTemplateRequest) SetWithUnzipCmd

func (s *EditJobTemplateRequest) SetWithUnzipCmd(v bool) *EditJobTemplateRequest

func (EditJobTemplateRequest) String

func (s EditJobTemplateRequest) String() string

type EditJobTemplateResponse

type EditJobTemplateResponse struct {
	Headers map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *EditJobTemplateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (EditJobTemplateResponse) GoString

func (s EditJobTemplateResponse) GoString() string

func (*EditJobTemplateResponse) SetBody

func (*EditJobTemplateResponse) SetHeaders

func (EditJobTemplateResponse) String

func (s EditJobTemplateResponse) String() string

type EditJobTemplateResponseBody

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

func (EditJobTemplateResponseBody) GoString

func (s EditJobTemplateResponseBody) GoString() string

func (*EditJobTemplateResponseBody) SetRequestId

func (*EditJobTemplateResponseBody) SetTemplateId

func (EditJobTemplateResponseBody) String

type GetAccountingReportRequest

type GetAccountingReportRequest struct {
	ClusterId   *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Dim         *string `json:"Dim,omitempty" xml:"Dim,omitempty"`
	EndTime     *int32  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	FilterValue *string `json:"FilterValue,omitempty" xml:"FilterValue,omitempty"`
	JobId       *string `json:"JobId,omitempty" xml:"JobId,omitempty"`
	PageNumber  *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize    *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ReportType  *string `json:"ReportType,omitempty" xml:"ReportType,omitempty"`
	StartTime   *int32  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (GetAccountingReportRequest) GoString

func (s GetAccountingReportRequest) GoString() string

func (*GetAccountingReportRequest) SetClusterId

func (*GetAccountingReportRequest) SetDim

func (*GetAccountingReportRequest) SetEndTime

func (*GetAccountingReportRequest) SetFilterValue

func (*GetAccountingReportRequest) SetJobId

func (*GetAccountingReportRequest) SetPageNumber

func (*GetAccountingReportRequest) SetPageSize

func (*GetAccountingReportRequest) SetReportType

func (*GetAccountingReportRequest) SetStartTime

func (GetAccountingReportRequest) String

type GetAccountingReportResponse

type GetAccountingReportResponse struct {
	Headers map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetAccountingReportResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAccountingReportResponse) GoString

func (s GetAccountingReportResponse) GoString() string

func (*GetAccountingReportResponse) SetBody

func (*GetAccountingReportResponse) SetHeaders

func (GetAccountingReportResponse) String

type GetAccountingReportResponseBody

type GetAccountingReportResponseBody struct {
	Data          *GetAccountingReportResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Metrics       *string                              `json:"Metrics,omitempty" xml:"Metrics,omitempty"`
	PageNumber    *int32                               `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize      *int32                               `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId     *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCoreTime *int32                               `json:"TotalCoreTime,omitempty" xml:"TotalCoreTime,omitempty"`
	TotalCount    *int32                               `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (GetAccountingReportResponseBody) GoString

func (*GetAccountingReportResponseBody) SetMetrics

func (*GetAccountingReportResponseBody) SetPageNumber

func (*GetAccountingReportResponseBody) SetPageSize

func (*GetAccountingReportResponseBody) SetRequestId

func (*GetAccountingReportResponseBody) SetTotalCoreTime

func (*GetAccountingReportResponseBody) SetTotalCount

func (GetAccountingReportResponseBody) String

type GetAccountingReportResponseBodyData

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

func (GetAccountingReportResponseBodyData) GoString

func (*GetAccountingReportResponseBodyData) SetData

func (GetAccountingReportResponseBodyData) String

type GetAutoScaleConfigRequest

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

func (GetAutoScaleConfigRequest) GoString

func (s GetAutoScaleConfigRequest) GoString() string

func (*GetAutoScaleConfigRequest) SetClusterId

func (GetAutoScaleConfigRequest) String

func (s GetAutoScaleConfigRequest) String() string

type GetAutoScaleConfigResponse

type GetAutoScaleConfigResponse struct {
	Headers map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetAutoScaleConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetAutoScaleConfigResponse) GoString

func (s GetAutoScaleConfigResponse) GoString() string

func (*GetAutoScaleConfigResponse) SetBody

func (*GetAutoScaleConfigResponse) SetHeaders

func (GetAutoScaleConfigResponse) String

type GetAutoScaleConfigResponseBody

type GetAutoScaleConfigResponseBody struct {
	ClusterId               *string                               `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterType             *string                               `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	EnableAutoGrow          *bool                                 `json:"EnableAutoGrow,omitempty" xml:"EnableAutoGrow,omitempty"`
	EnableAutoShrink        *bool                                 `json:"EnableAutoShrink,omitempty" xml:"EnableAutoShrink,omitempty"`
	ExcludeNodes            *string                               `json:"ExcludeNodes,omitempty" xml:"ExcludeNodes,omitempty"`
	ExtraNodesGrowRatio     *int32                                `json:"ExtraNodesGrowRatio,omitempty" xml:"ExtraNodesGrowRatio,omitempty"`
	GrowIntervalInMinutes   *int32                                `json:"GrowIntervalInMinutes,omitempty" xml:"GrowIntervalInMinutes,omitempty"`
	GrowRatio               *int32                                `json:"GrowRatio,omitempty" xml:"GrowRatio,omitempty"`
	GrowTimeoutInMinutes    *int32                                `json:"GrowTimeoutInMinutes,omitempty" xml:"GrowTimeoutInMinutes,omitempty"`
	ImageId                 *string                               `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	MaxNodesInCluster       *int32                                `json:"MaxNodesInCluster,omitempty" xml:"MaxNodesInCluster,omitempty"`
	Queues                  *GetAutoScaleConfigResponseBodyQueues `json:"Queues,omitempty" xml:"Queues,omitempty" type:"Struct"`
	RequestId               *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ShrinkIdleTimes         *int32                                `json:"ShrinkIdleTimes,omitempty" xml:"ShrinkIdleTimes,omitempty"`
	ShrinkIntervalInMinutes *int32                                `json:"ShrinkIntervalInMinutes,omitempty" xml:"ShrinkIntervalInMinutes,omitempty"`
	SpotPriceLimit          *float32                              `json:"SpotPriceLimit,omitempty" xml:"SpotPriceLimit,omitempty"`
	SpotStrategy            *string                               `json:"SpotStrategy,omitempty" xml:"SpotStrategy,omitempty"`
	Uid                     *string                               `json:"Uid,omitempty" xml:"Uid,omitempty"`
}

func (GetAutoScaleConfigResponseBody) GoString

func (*GetAutoScaleConfigResponseBody) SetClusterId

func (*GetAutoScaleConfigResponseBody) SetClusterType

func (*GetAutoScaleConfigResponseBody) SetEnableAutoGrow

func (*GetAutoScaleConfigResponseBody) SetEnableAutoShrink

func (*GetAutoScaleConfigResponseBody) SetExcludeNodes

func (*GetAutoScaleConfigResponseBody) SetExtraNodesGrowRatio

func (*GetAutoScaleConfigResponseBody) SetGrowIntervalInMinutes

func (*GetAutoScaleConfigResponseBody) SetGrowRatio

func (*GetAutoScaleConfigResponseBody) SetGrowTimeoutInMinutes

func (*GetAutoScaleConfigResponseBody) SetImageId

func (*GetAutoScaleConfigResponseBody) SetMaxNodesInCluster

func (*GetAutoScaleConfigResponseBody) SetRequestId

func (*GetAutoScaleConfigResponseBody) SetShrinkIdleTimes

func (*GetAutoScaleConfigResponseBody) SetShrinkIntervalInMinutes

func (s *GetAutoScaleConfigResponseBody) SetShrinkIntervalInMinutes(v int32) *GetAutoScaleConfigResponseBody

func (*GetAutoScaleConfigResponseBody) SetSpotPriceLimit

func (*GetAutoScaleConfigResponseBody) SetSpotStrategy

func (*GetAutoScaleConfigResponseBody) SetUid

func (GetAutoScaleConfigResponseBody) String

type GetAutoScaleConfigResponseBodyQueues

type GetAutoScaleConfigResponseBodyQueues struct {
	QueueInfo []*GetAutoScaleConfigResponseBodyQueuesQueueInfo `json:"QueueInfo,omitempty" xml:"QueueInfo,omitempty" type:"Repeated"`
}

func (GetAutoScaleConfigResponseBodyQueues) GoString

func (GetAutoScaleConfigResponseBodyQueues) String

type GetAutoScaleConfigResponseBodyQueuesQueueInfo

type GetAutoScaleConfigResponseBodyQueuesQueueInfo struct {
	DataDisks          *GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisks     `json:"DataDisks,omitempty" xml:"DataDisks,omitempty" type:"Struct"`
	EnableAutoGrow     *bool                                                       `json:"EnableAutoGrow,omitempty" xml:"EnableAutoGrow,omitempty"`
	EnableAutoShrink   *bool                                                       `json:"EnableAutoShrink,omitempty" xml:"EnableAutoShrink,omitempty"`
	HostNamePrefix     *string                                                     `json:"HostNamePrefix,omitempty" xml:"HostNamePrefix,omitempty"`
	HostNameSuffix     *string                                                     `json:"HostNameSuffix,omitempty" xml:"HostNameSuffix,omitempty"`
	InstanceType       *string                                                     `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	InstanceTypes      *GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypes `json:"InstanceTypes,omitempty" xml:"InstanceTypes,omitempty" type:"Struct"`
	MaxNodesInQueue    *int32                                                      `json:"MaxNodesInQueue,omitempty" xml:"MaxNodesInQueue,omitempty"`
	MaxNodesPerCycle   *int64                                                      `json:"MaxNodesPerCycle,omitempty" xml:"MaxNodesPerCycle,omitempty"`
	MinNodesInQueue    *int32                                                      `json:"MinNodesInQueue,omitempty" xml:"MinNodesInQueue,omitempty"`
	MinNodesPerCycle   *int64                                                      `json:"MinNodesPerCycle,omitempty" xml:"MinNodesPerCycle,omitempty"`
	QueueImageId       *string                                                     `json:"QueueImageId,omitempty" xml:"QueueImageId,omitempty"`
	QueueName          *string                                                     `json:"QueueName,omitempty" xml:"QueueName,omitempty"`
	ResourceGroupId    *string                                                     `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SpotPriceLimit     *float32                                                    `json:"SpotPriceLimit,omitempty" xml:"SpotPriceLimit,omitempty"`
	SpotStrategy       *string                                                     `json:"SpotStrategy,omitempty" xml:"SpotStrategy,omitempty"`
	SystemDiskCategory *string                                                     `json:"SystemDiskCategory,omitempty" xml:"SystemDiskCategory,omitempty"`
	SystemDiskLevel    *string                                                     `json:"SystemDiskLevel,omitempty" xml:"SystemDiskLevel,omitempty"`
	SystemDiskSize     *int32                                                      `json:"SystemDiskSize,omitempty" xml:"SystemDiskSize,omitempty"`
}

func (GetAutoScaleConfigResponseBodyQueuesQueueInfo) GoString

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetEnableAutoGrow

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetEnableAutoShrink

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetHostNamePrefix

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetHostNameSuffix

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetInstanceType

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetMaxNodesInQueue

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetMaxNodesPerCycle

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetMinNodesInQueue

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetMinNodesPerCycle

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetQueueImageId

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetQueueName

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetResourceGroupId

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetSpotPriceLimit

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetSpotStrategy

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetSystemDiskCategory

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetSystemDiskLevel

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfo) SetSystemDiskSize

func (GetAutoScaleConfigResponseBodyQueuesQueueInfo) String

type GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisks

type GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisks struct {
	DataDisksInfo []*GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisksDataDisksInfo `json:"DataDisksInfo,omitempty" xml:"DataDisksInfo,omitempty" type:"Repeated"`
}

func (GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisks) GoString

func (GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisks) String

type GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisksDataDisksInfo

type GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisksDataDisksInfo struct {
	DataDiskCategory           *string `json:"DataDiskCategory,omitempty" xml:"DataDiskCategory,omitempty"`
	DataDiskDeleteWithInstance *bool   `json:"DataDiskDeleteWithInstance,omitempty" xml:"DataDiskDeleteWithInstance,omitempty"`
	DataDiskEncrypted          *bool   `json:"DataDiskEncrypted,omitempty" xml:"DataDiskEncrypted,omitempty"`
	DataDiskKMSKeyId           *string `json:"DataDiskKMSKeyId,omitempty" xml:"DataDiskKMSKeyId,omitempty"`
	DataDiskPerformanceLevel   *string `json:"DataDiskPerformanceLevel,omitempty" xml:"DataDiskPerformanceLevel,omitempty"`
	DataDiskSize               *int32  `json:"DataDiskSize,omitempty" xml:"DataDiskSize,omitempty"`
}

func (GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisksDataDisksInfo) GoString

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisksDataDisksInfo) SetDataDiskCategory

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisksDataDisksInfo) SetDataDiskDeleteWithInstance

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisksDataDisksInfo) SetDataDiskEncrypted

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisksDataDisksInfo) SetDataDiskKMSKeyId

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisksDataDisksInfo) SetDataDiskPerformanceLevel

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisksDataDisksInfo) SetDataDiskSize

func (GetAutoScaleConfigResponseBodyQueuesQueueInfoDataDisksDataDisksInfo) String

type GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypes

type GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypes struct {
	InstanceTypeInfo []*GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypesInstanceTypeInfo `json:"InstanceTypeInfo,omitempty" xml:"InstanceTypeInfo,omitempty" type:"Repeated"`
}

func (GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypes) GoString

func (GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypes) String

type GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypesInstanceTypeInfo

type GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypesInstanceTypeInfo struct {
	HostNamePrefix *string  `json:"HostNamePrefix,omitempty" xml:"HostNamePrefix,omitempty"`
	InstanceType   *string  `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	SpotPriceLimit *float32 `json:"SpotPriceLimit,omitempty" xml:"SpotPriceLimit,omitempty"`
	SpotStrategy   *string  `json:"SpotStrategy,omitempty" xml:"SpotStrategy,omitempty"`
	VSwitchId      *string  `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	ZoneId         *string  `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypesInstanceTypeInfo) GoString

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypesInstanceTypeInfo) SetHostNamePrefix

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypesInstanceTypeInfo) SetInstanceType

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypesInstanceTypeInfo) SetSpotPriceLimit

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypesInstanceTypeInfo) SetSpotStrategy

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypesInstanceTypeInfo) SetVSwitchId

func (*GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypesInstanceTypeInfo) SetZoneId

func (GetAutoScaleConfigResponseBodyQueuesQueueInfoInstanceTypesInstanceTypeInfo) String

type GetCloudMetricLogsRequest

type GetCloudMetricLogsRequest struct {
	AggregationInterval *int32  `json:"AggregationInterval,omitempty" xml:"AggregationInterval,omitempty"`
	AggregationType     *string `json:"AggregationType,omitempty" xml:"AggregationType,omitempty"`
	ClusterId           *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Filter              *string `json:"Filter,omitempty" xml:"Filter,omitempty"`
	From                *int32  `json:"From,omitempty" xml:"From,omitempty"`
	MetricCategories    *string `json:"MetricCategories,omitempty" xml:"MetricCategories,omitempty"`
	MetricScope         *string `json:"MetricScope,omitempty" xml:"MetricScope,omitempty"`
	Reverse             *bool   `json:"Reverse,omitempty" xml:"Reverse,omitempty"`
	To                  *int32  `json:"To,omitempty" xml:"To,omitempty"`
}

func (GetCloudMetricLogsRequest) GoString

func (s GetCloudMetricLogsRequest) GoString() string

func (*GetCloudMetricLogsRequest) SetAggregationInterval

func (s *GetCloudMetricLogsRequest) SetAggregationInterval(v int32) *GetCloudMetricLogsRequest

func (*GetCloudMetricLogsRequest) SetAggregationType

func (*GetCloudMetricLogsRequest) SetClusterId

func (*GetCloudMetricLogsRequest) SetFilter

func (*GetCloudMetricLogsRequest) SetFrom

func (*GetCloudMetricLogsRequest) SetMetricCategories

func (s *GetCloudMetricLogsRequest) SetMetricCategories(v string) *GetCloudMetricLogsRequest

func (*GetCloudMetricLogsRequest) SetMetricScope

func (*GetCloudMetricLogsRequest) SetReverse

func (*GetCloudMetricLogsRequest) SetTo

func (GetCloudMetricLogsRequest) String

func (s GetCloudMetricLogsRequest) String() string

type GetCloudMetricLogsResponse

type GetCloudMetricLogsResponse struct {
	Headers map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetCloudMetricLogsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetCloudMetricLogsResponse) GoString

func (s GetCloudMetricLogsResponse) GoString() string

func (*GetCloudMetricLogsResponse) SetBody

func (*GetCloudMetricLogsResponse) SetHeaders

func (GetCloudMetricLogsResponse) String

type GetCloudMetricLogsResponseBody

type GetCloudMetricLogsResponseBody struct {
	MetricLogs *GetCloudMetricLogsResponseBodyMetricLogs `json:"MetricLogs,omitempty" xml:"MetricLogs,omitempty" type:"Struct"`
	RequestId  *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetCloudMetricLogsResponseBody) GoString

func (*GetCloudMetricLogsResponseBody) SetRequestId

func (GetCloudMetricLogsResponseBody) String

type GetCloudMetricLogsResponseBodyMetricLogs

type GetCloudMetricLogsResponseBodyMetricLogs struct {
	MetricLog []*GetCloudMetricLogsResponseBodyMetricLogsMetricLog `json:"MetricLog,omitempty" xml:"MetricLog,omitempty" type:"Repeated"`
}

func (GetCloudMetricLogsResponseBodyMetricLogs) GoString

func (GetCloudMetricLogsResponseBodyMetricLogs) String

type GetCloudMetricLogsResponseBodyMetricLogsMetricLog

type GetCloudMetricLogsResponseBodyMetricLogsMetricLog struct {
	DiskDevice       *string `json:"DiskDevice,omitempty" xml:"DiskDevice,omitempty"`
	Hostname         *string `json:"Hostname,omitempty" xml:"Hostname,omitempty"`
	InstanceId       *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	MetricData       *string `json:"MetricData,omitempty" xml:"MetricData,omitempty"`
	NetworkInterface *string `json:"NetworkInterface,omitempty" xml:"NetworkInterface,omitempty"`
	Time             *int32  `json:"Time,omitempty" xml:"Time,omitempty"`
}

func (GetCloudMetricLogsResponseBodyMetricLogsMetricLog) GoString

func (*GetCloudMetricLogsResponseBodyMetricLogsMetricLog) SetDiskDevice

func (*GetCloudMetricLogsResponseBodyMetricLogsMetricLog) SetHostname

func (*GetCloudMetricLogsResponseBodyMetricLogsMetricLog) SetInstanceId

func (*GetCloudMetricLogsResponseBodyMetricLogsMetricLog) SetMetricData

func (*GetCloudMetricLogsResponseBodyMetricLogsMetricLog) SetNetworkInterface

func (*GetCloudMetricLogsResponseBodyMetricLogsMetricLog) SetTime

func (GetCloudMetricLogsResponseBodyMetricLogsMetricLog) String

type GetCloudMetricProfilingRequest

type GetCloudMetricProfilingRequest struct {
	ClusterId   *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ProfilingId *string `json:"ProfilingId,omitempty" xml:"ProfilingId,omitempty"`
	RegionId    *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (GetCloudMetricProfilingRequest) GoString

func (*GetCloudMetricProfilingRequest) SetClusterId

func (*GetCloudMetricProfilingRequest) SetProfilingId

func (*GetCloudMetricProfilingRequest) SetRegionId

func (GetCloudMetricProfilingRequest) String

type GetCloudMetricProfilingResponse

type GetCloudMetricProfilingResponse struct {
	Headers map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetCloudMetricProfilingResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetCloudMetricProfilingResponse) GoString

func (*GetCloudMetricProfilingResponse) SetHeaders

func (GetCloudMetricProfilingResponse) String

type GetCloudMetricProfilingResponseBody

type GetCloudMetricProfilingResponseBody struct {
	RequestId *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SvgUrls   *GetCloudMetricProfilingResponseBodySvgUrls `json:"SvgUrls,omitempty" xml:"SvgUrls,omitempty" type:"Struct"`
}

func (GetCloudMetricProfilingResponseBody) GoString

func (*GetCloudMetricProfilingResponseBody) SetRequestId

func (GetCloudMetricProfilingResponseBody) String

type GetCloudMetricProfilingResponseBodySvgUrls

type GetCloudMetricProfilingResponseBodySvgUrls struct {
	SvgInfo []*GetCloudMetricProfilingResponseBodySvgUrlsSvgInfo `json:"SvgInfo,omitempty" xml:"SvgInfo,omitempty" type:"Repeated"`
}

func (GetCloudMetricProfilingResponseBodySvgUrls) GoString

func (GetCloudMetricProfilingResponseBodySvgUrls) String

type GetCloudMetricProfilingResponseBodySvgUrlsSvgInfo

type GetCloudMetricProfilingResponseBodySvgUrlsSvgInfo struct {
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Size *int32  `json:"Size,omitempty" xml:"Size,omitempty"`
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
	Url  *string `json:"Url,omitempty" xml:"Url,omitempty"`
}

func (GetCloudMetricProfilingResponseBodySvgUrlsSvgInfo) GoString

func (*GetCloudMetricProfilingResponseBodySvgUrlsSvgInfo) SetName

func (*GetCloudMetricProfilingResponseBodySvgUrlsSvgInfo) SetSize

func (*GetCloudMetricProfilingResponseBodySvgUrlsSvgInfo) SetType

func (*GetCloudMetricProfilingResponseBodySvgUrlsSvgInfo) SetUrl

func (GetCloudMetricProfilingResponseBodySvgUrlsSvgInfo) String

type GetClusterVolumesRequest

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

func (GetClusterVolumesRequest) GoString

func (s GetClusterVolumesRequest) GoString() string

func (*GetClusterVolumesRequest) SetClusterId

func (GetClusterVolumesRequest) String

func (s GetClusterVolumesRequest) String() string

type GetClusterVolumesResponse

type GetClusterVolumesResponse struct {
	Headers map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetClusterVolumesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetClusterVolumesResponse) GoString

func (s GetClusterVolumesResponse) GoString() string

func (*GetClusterVolumesResponse) SetBody

func (*GetClusterVolumesResponse) SetHeaders

func (GetClusterVolumesResponse) String

func (s GetClusterVolumesResponse) String() string

type GetClusterVolumesResponseBody

type GetClusterVolumesResponseBody struct {
	RegionId  *string                               `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RequestId *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Volumes   *GetClusterVolumesResponseBodyVolumes `json:"Volumes,omitempty" xml:"Volumes,omitempty" type:"Struct"`
}

func (GetClusterVolumesResponseBody) GoString

func (*GetClusterVolumesResponseBody) SetRegionId

func (*GetClusterVolumesResponseBody) SetRequestId

func (GetClusterVolumesResponseBody) String

type GetClusterVolumesResponseBodyVolumes

type GetClusterVolumesResponseBodyVolumes struct {
	VolumeInfo []*GetClusterVolumesResponseBodyVolumesVolumeInfo `json:"VolumeInfo,omitempty" xml:"VolumeInfo,omitempty" type:"Repeated"`
}

func (GetClusterVolumesResponseBodyVolumes) GoString

func (GetClusterVolumesResponseBodyVolumes) String

type GetClusterVolumesResponseBodyVolumesVolumeInfo

type GetClusterVolumesResponseBodyVolumesVolumeInfo struct {
	JobQueue         *string                                              `json:"JobQueue,omitempty" xml:"JobQueue,omitempty"`
	LocalDirectory   *string                                              `json:"LocalDirectory,omitempty" xml:"LocalDirectory,omitempty"`
	Location         *string                                              `json:"Location,omitempty" xml:"Location,omitempty"`
	MustKeep         *bool                                                `json:"MustKeep,omitempty" xml:"MustKeep,omitempty"`
	RemoteDirectory  *string                                              `json:"RemoteDirectory,omitempty" xml:"RemoteDirectory,omitempty"`
	Roles            *GetClusterVolumesResponseBodyVolumesVolumeInfoRoles `json:"Roles,omitempty" xml:"Roles,omitempty" type:"Struct"`
	VolumeId         *string                                              `json:"VolumeId,omitempty" xml:"VolumeId,omitempty"`
	VolumeMountpoint *string                                              `json:"VolumeMountpoint,omitempty" xml:"VolumeMountpoint,omitempty"`
	VolumeProtocol   *string                                              `json:"VolumeProtocol,omitempty" xml:"VolumeProtocol,omitempty"`
	VolumeType       *string                                              `json:"VolumeType,omitempty" xml:"VolumeType,omitempty"`
}

func (GetClusterVolumesResponseBodyVolumesVolumeInfo) GoString

func (*GetClusterVolumesResponseBodyVolumesVolumeInfo) SetJobQueue

func (*GetClusterVolumesResponseBodyVolumesVolumeInfo) SetLocalDirectory

func (*GetClusterVolumesResponseBodyVolumesVolumeInfo) SetLocation

func (*GetClusterVolumesResponseBodyVolumesVolumeInfo) SetMustKeep

func (*GetClusterVolumesResponseBodyVolumesVolumeInfo) SetRemoteDirectory

func (*GetClusterVolumesResponseBodyVolumesVolumeInfo) SetVolumeId

func (*GetClusterVolumesResponseBodyVolumesVolumeInfo) SetVolumeMountpoint

func (*GetClusterVolumesResponseBodyVolumesVolumeInfo) SetVolumeProtocol

func (*GetClusterVolumesResponseBodyVolumesVolumeInfo) SetVolumeType

func (GetClusterVolumesResponseBodyVolumesVolumeInfo) String

type GetClusterVolumesResponseBodyVolumesVolumeInfoRoles

type GetClusterVolumesResponseBodyVolumesVolumeInfoRoles struct {
	RoleInfo []*GetClusterVolumesResponseBodyVolumesVolumeInfoRolesRoleInfo `json:"RoleInfo,omitempty" xml:"RoleInfo,omitempty" type:"Repeated"`
}

func (GetClusterVolumesResponseBodyVolumesVolumeInfoRoles) GoString

func (GetClusterVolumesResponseBodyVolumesVolumeInfoRoles) String

type GetClusterVolumesResponseBodyVolumesVolumeInfoRolesRoleInfo

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

func (GetClusterVolumesResponseBodyVolumesVolumeInfoRolesRoleInfo) GoString

func (*GetClusterVolumesResponseBodyVolumesVolumeInfoRolesRoleInfo) SetName

func (GetClusterVolumesResponseBodyVolumesVolumeInfoRolesRoleInfo) String

type GetGWSConnectTicketRequest

type GetGWSConnectTicketRequest struct {
	AppName    *string `json:"AppName,omitempty" xml:"AppName,omitempty"`
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
}

func (GetGWSConnectTicketRequest) GoString

func (s GetGWSConnectTicketRequest) GoString() string

func (*GetGWSConnectTicketRequest) SetAppName

func (*GetGWSConnectTicketRequest) SetInstanceId

func (GetGWSConnectTicketRequest) String

type GetGWSConnectTicketResponse

type GetGWSConnectTicketResponse struct {
	Headers map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetGWSConnectTicketResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetGWSConnectTicketResponse) GoString

func (s GetGWSConnectTicketResponse) GoString() string

func (*GetGWSConnectTicketResponse) SetBody

func (*GetGWSConnectTicketResponse) SetHeaders

func (GetGWSConnectTicketResponse) String

type GetGWSConnectTicketResponseBody

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

func (GetGWSConnectTicketResponseBody) GoString

func (*GetGWSConnectTicketResponseBody) SetRequestId

func (*GetGWSConnectTicketResponseBody) SetTicket

func (GetGWSConnectTicketResponseBody) String

type GetHybridClusterConfigRequest

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

func (GetHybridClusterConfigRequest) GoString

func (*GetHybridClusterConfigRequest) SetClusterId

func (*GetHybridClusterConfigRequest) SetNode

func (GetHybridClusterConfigRequest) String

type GetHybridClusterConfigResponse

type GetHybridClusterConfigResponse struct {
	Headers map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetHybridClusterConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetHybridClusterConfigResponse) GoString

func (*GetHybridClusterConfigResponse) SetHeaders

func (GetHybridClusterConfigResponse) String

type GetHybridClusterConfigResponseBody

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

func (GetHybridClusterConfigResponseBody) GoString

func (*GetHybridClusterConfigResponseBody) SetClusterConfig

func (*GetHybridClusterConfigResponseBody) SetRequestId

func (GetHybridClusterConfigResponseBody) String

type GetIfEcsTypeSupportHtConfigRequest

type GetIfEcsTypeSupportHtConfigRequest struct {
	InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
}

func (GetIfEcsTypeSupportHtConfigRequest) GoString

func (*GetIfEcsTypeSupportHtConfigRequest) SetInstanceType

func (GetIfEcsTypeSupportHtConfigRequest) String

type GetIfEcsTypeSupportHtConfigResponse

type GetIfEcsTypeSupportHtConfigResponse struct {
	Headers map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetIfEcsTypeSupportHtConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetIfEcsTypeSupportHtConfigResponse) GoString

func (*GetIfEcsTypeSupportHtConfigResponse) SetHeaders

func (GetIfEcsTypeSupportHtConfigResponse) String

type GetIfEcsTypeSupportHtConfigResponseBody

type GetIfEcsTypeSupportHtConfigResponseBody struct {
	DefaultHtEnabled *bool   `json:"DefaultHtEnabled,omitempty" xml:"DefaultHtEnabled,omitempty"`
	InstanceType     *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SupportHtConfig  *bool   `json:"SupportHtConfig,omitempty" xml:"SupportHtConfig,omitempty"`
}

func (GetIfEcsTypeSupportHtConfigResponseBody) GoString

func (*GetIfEcsTypeSupportHtConfigResponseBody) SetDefaultHtEnabled

func (*GetIfEcsTypeSupportHtConfigResponseBody) SetInstanceType

func (*GetIfEcsTypeSupportHtConfigResponseBody) SetRequestId

func (*GetIfEcsTypeSupportHtConfigResponseBody) SetSupportHtConfig

func (GetIfEcsTypeSupportHtConfigResponseBody) String

type GetPostScriptsRequest

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

func (GetPostScriptsRequest) GoString

func (s GetPostScriptsRequest) GoString() string

func (*GetPostScriptsRequest) SetClusterId

func (*GetPostScriptsRequest) SetRegionId

func (GetPostScriptsRequest) String

func (s GetPostScriptsRequest) String() string

type GetPostScriptsResponse

type GetPostScriptsResponse struct {
	Headers map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetPostScriptsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetPostScriptsResponse) GoString

func (s GetPostScriptsResponse) GoString() string

func (*GetPostScriptsResponse) SetBody

func (*GetPostScriptsResponse) SetHeaders

func (GetPostScriptsResponse) String

func (s GetPostScriptsResponse) String() string

type GetPostScriptsResponseBody

type GetPostScriptsResponseBody struct {
	PostInstallScripts []*GetPostScriptsResponseBodyPostInstallScripts `json:"PostInstallScripts,omitempty" xml:"PostInstallScripts,omitempty" type:"Repeated"`
	// Id of the request
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetPostScriptsResponseBody) GoString

func (s GetPostScriptsResponseBody) GoString() string

func (*GetPostScriptsResponseBody) SetPostInstallScripts

func (*GetPostScriptsResponseBody) SetRequestId

func (GetPostScriptsResponseBody) String

type GetPostScriptsResponseBodyPostInstallScripts

type GetPostScriptsResponseBodyPostInstallScripts struct {
	Args *string `json:"Args,omitempty" xml:"Args,omitempty"`
	Url  *string `json:"Url,omitempty" xml:"Url,omitempty"`
}

func (GetPostScriptsResponseBodyPostInstallScripts) GoString

func (*GetPostScriptsResponseBodyPostInstallScripts) SetArgs

func (*GetPostScriptsResponseBodyPostInstallScripts) SetUrl

func (GetPostScriptsResponseBodyPostInstallScripts) String

type GetQueueConfRequest

type GetQueueConfRequest struct {
	ClusterId *string                      `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Queues    []*GetQueueConfRequestQueues `json:"Queues,omitempty" xml:"Queues,omitempty" type:"Repeated"`
}

func (GetQueueConfRequest) GoString

func (s GetQueueConfRequest) GoString() string

func (*GetQueueConfRequest) SetClusterId

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

func (*GetQueueConfRequest) SetQueues

func (GetQueueConfRequest) String

func (s GetQueueConfRequest) String() string

type GetQueueConfRequestQueues

type GetQueueConfRequestQueues struct {
	QueueName *string `json:"QueueName,omitempty" xml:"QueueName,omitempty"`
}

func (GetQueueConfRequestQueues) GoString

func (s GetQueueConfRequestQueues) GoString() string

func (*GetQueueConfRequestQueues) SetQueueName

func (GetQueueConfRequestQueues) String

func (s GetQueueConfRequestQueues) String() string

type GetQueueConfResponse

type GetQueueConfResponse struct {
	Headers map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetQueueConfResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetQueueConfResponse) GoString

func (s GetQueueConfResponse) GoString() string

func (*GetQueueConfResponse) SetBody

func (*GetQueueConfResponse) SetHeaders

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

func (GetQueueConfResponse) String

func (s GetQueueConfResponse) String() string

type GetQueueConfResponseBody

type GetQueueConfResponseBody struct {
	QueuesConf []*GetQueueConfResponseBodyQueuesConf `json:"QueuesConf,omitempty" xml:"QueuesConf,omitempty" type:"Repeated"`
	RequestId  *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success    *string                               `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetQueueConfResponseBody) GoString

func (s GetQueueConfResponseBody) GoString() string

func (*GetQueueConfResponseBody) SetQueuesConf

func (*GetQueueConfResponseBody) SetRequestId

func (*GetQueueConfResponseBody) SetSuccess

func (GetQueueConfResponseBody) String

func (s GetQueueConfResponseBody) String() string

type GetQueueConfResponseBodyQueuesConf

type GetQueueConfResponseBodyQueuesConf struct {
	DataDisks                  []*GetQueueConfResponseBodyQueuesConfDataDisks     `json:"DataDisks,omitempty" xml:"DataDisks,omitempty" type:"Repeated"`
	EnableAutoGrow             *bool                                              `json:"EnableAutoGrow,omitempty" xml:"EnableAutoGrow,omitempty"`
	EnableAutoShrink           *bool                                              `json:"EnableAutoShrink,omitempty" xml:"EnableAutoShrink,omitempty"`
	GrowIntervallnMinutes      *int64                                             `json:"GrowIntervallnMinutes,omitempty" xml:"GrowIntervallnMinutes,omitempty"`
	GrowTimeoutInMinutes       *int64                                             `json:"GrowTimeoutInMinutes,omitempty" xml:"GrowTimeoutInMinutes,omitempty"`
	HostNamePrefix             *string                                            `json:"HostNamePrefix,omitempty" xml:"HostNamePrefix,omitempty"`
	HostNameSuffix             *string                                            `json:"HostNameSuffix,omitempty" xml:"HostNameSuffix,omitempty"`
	ImageId                    *string                                            `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	ImageType                  *string                                            `json:"ImageType,omitempty" xml:"ImageType,omitempty"`
	InstanceTypes              []*GetQueueConfResponseBodyQueuesConfInstanceTypes `json:"InstanceTypes,omitempty" xml:"InstanceTypes,omitempty" type:"Repeated"`
	InternetChargeType         *string                                            `json:"InternetChargeType,omitempty" xml:"InternetChargeType,omitempty"`
	InternetMaxBandwidthOut    *int64                                             `json:"InternetMaxBandwidthOut,omitempty" xml:"InternetMaxBandwidthOut,omitempty"`
	MaxNodes                   *int64                                             `json:"MaxNodes,omitempty" xml:"MaxNodes,omitempty"`
	MinNodes                   *int64                                             `json:"MinNodes,omitempty" xml:"MinNodes,omitempty"`
	OsTag                      *string                                            `json:"OsTag,omitempty" xml:"OsTag,omitempty"`
	QueueName                  *string                                            `json:"QueueName,omitempty" xml:"QueueName,omitempty"`
	RegionId                   *string                                            `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceGroupId            *string                                            `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SecurityGroupId            *string                                            `json:"SecurityGroupId,omitempty" xml:"SecurityGroupId,omitempty"`
	ShrinkIntervallnMinutes    *int64                                             `json:"ShrinkIntervallnMinutes,omitempty" xml:"ShrinkIntervallnMinutes,omitempty"`
	ShrinkidleTimes            *int64                                             `json:"ShrinkidleTimes,omitempty" xml:"ShrinkidleTimes,omitempty"`
	SystemDiskCategory         *string                                            `json:"SystemDiskCategory,omitempty" xml:"SystemDiskCategory,omitempty"`
	SystemDiskPerformanceLevel *string                                            `json:"SystemDiskPerformanceLevel,omitempty" xml:"SystemDiskPerformanceLevel,omitempty"`
	SystemDiskSize             *int64                                             `json:"SystemDiskSize,omitempty" xml:"SystemDiskSize,omitempty"`
	Zones                      []*GetQueueConfResponseBodyQueuesConfZones         `json:"Zones,omitempty" xml:"Zones,omitempty" type:"Repeated"`
}

func (GetQueueConfResponseBodyQueuesConf) GoString

func (*GetQueueConfResponseBodyQueuesConf) SetEnableAutoGrow

func (*GetQueueConfResponseBodyQueuesConf) SetEnableAutoShrink

func (*GetQueueConfResponseBodyQueuesConf) SetGrowIntervallnMinutes

func (*GetQueueConfResponseBodyQueuesConf) SetGrowTimeoutInMinutes

func (*GetQueueConfResponseBodyQueuesConf) SetHostNamePrefix

func (*GetQueueConfResponseBodyQueuesConf) SetHostNameSuffix

func (*GetQueueConfResponseBodyQueuesConf) SetImageId

func (*GetQueueConfResponseBodyQueuesConf) SetImageType

func (*GetQueueConfResponseBodyQueuesConf) SetInternetChargeType

func (*GetQueueConfResponseBodyQueuesConf) SetInternetMaxBandwidthOut

func (*GetQueueConfResponseBodyQueuesConf) SetMaxNodes

func (*GetQueueConfResponseBodyQueuesConf) SetMinNodes

func (*GetQueueConfResponseBodyQueuesConf) SetOsTag

func (*GetQueueConfResponseBodyQueuesConf) SetQueueName

func (*GetQueueConfResponseBodyQueuesConf) SetRegionId

func (*GetQueueConfResponseBodyQueuesConf) SetResourceGroupId

func (*GetQueueConfResponseBodyQueuesConf) SetSecurityGroupId

func (*GetQueueConfResponseBodyQueuesConf) SetShrinkIntervallnMinutes

func (*GetQueueConfResponseBodyQueuesConf) SetShrinkidleTimes

func (*GetQueueConfResponseBodyQueuesConf) SetSystemDiskCategory

func (*GetQueueConfResponseBodyQueuesConf) SetSystemDiskPerformanceLevel

func (*GetQueueConfResponseBodyQueuesConf) SetSystemDiskSize

func (GetQueueConfResponseBodyQueuesConf) String

type GetQueueConfResponseBodyQueuesConfDataDisks

type GetQueueConfResponseBodyQueuesConfDataDisks struct {
	DataDiskCategory           *string `json:"DataDiskCategory,omitempty" xml:"DataDiskCategory,omitempty"`
	DataDiskDeleteWithInstance *bool   `json:"DataDiskDeleteWithInstance,omitempty" xml:"DataDiskDeleteWithInstance,omitempty"`
	DataDiskEncrypted          *bool   `json:"DataDiskEncrypted,omitempty" xml:"DataDiskEncrypted,omitempty"`
	DataDiskKMSKeyId           *string `json:"DataDiskKMSKeyId,omitempty" xml:"DataDiskKMSKeyId,omitempty"`
	DataDiskPerformanceLevel   *string `json:"DataDiskPerformanceLevel,omitempty" xml:"DataDiskPerformanceLevel,omitempty"`
	DataDiskSize               *int64  `json:"DataDiskSize,omitempty" xml:"DataDiskSize,omitempty"`
}

func (GetQueueConfResponseBodyQueuesConfDataDisks) GoString

func (*GetQueueConfResponseBodyQueuesConfDataDisks) SetDataDiskCategory

func (*GetQueueConfResponseBodyQueuesConfDataDisks) SetDataDiskDeleteWithInstance

func (*GetQueueConfResponseBodyQueuesConfDataDisks) SetDataDiskEncrypted

func (*GetQueueConfResponseBodyQueuesConfDataDisks) SetDataDiskKMSKeyId

func (*GetQueueConfResponseBodyQueuesConfDataDisks) SetDataDiskPerformanceLevel

func (*GetQueueConfResponseBodyQueuesConfDataDisks) SetDataDiskSize

func (GetQueueConfResponseBodyQueuesConfDataDisks) String

type GetQueueConfResponseBodyQueuesConfInstanceTypes

type GetQueueConfResponseBodyQueuesConfInstanceTypes struct {
	InstanceType   *string  `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	SpotPriceLimit *float32 `json:"SpotPriceLimit,omitempty" xml:"SpotPriceLimit,omitempty"`
	SpotStrategy   *string  `json:"SpotStrategy,omitempty" xml:"SpotStrategy,omitempty"`
}

func (GetQueueConfResponseBodyQueuesConfInstanceTypes) GoString

func (*GetQueueConfResponseBodyQueuesConfInstanceTypes) SetInstanceType

func (*GetQueueConfResponseBodyQueuesConfInstanceTypes) SetSpotPriceLimit

func (*GetQueueConfResponseBodyQueuesConfInstanceTypes) SetSpotStrategy

func (GetQueueConfResponseBodyQueuesConfInstanceTypes) String

type GetQueueConfResponseBodyQueuesConfZones

type GetQueueConfResponseBodyQueuesConfZones struct {
	VSwitchIds []*string `json:"VSwitchIds,omitempty" xml:"VSwitchIds,omitempty" type:"Repeated"`
	ZoneId     *string   `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (GetQueueConfResponseBodyQueuesConfZones) GoString

func (*GetQueueConfResponseBodyQueuesConfZones) SetVSwitchIds

func (*GetQueueConfResponseBodyQueuesConfZones) SetZoneId

func (GetQueueConfResponseBodyQueuesConfZones) String

type GetSchedulerInfoRequest

type GetSchedulerInfoRequest struct {
	ClusterId *string                             `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	RegionId  *string                             `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Scheduler []*GetSchedulerInfoRequestScheduler `json:"Scheduler,omitempty" xml:"Scheduler,omitempty" type:"Repeated"`
}

func (GetSchedulerInfoRequest) GoString

func (s GetSchedulerInfoRequest) GoString() string

func (*GetSchedulerInfoRequest) SetClusterId

func (*GetSchedulerInfoRequest) SetRegionId

func (*GetSchedulerInfoRequest) SetScheduler

func (GetSchedulerInfoRequest) String

func (s GetSchedulerInfoRequest) String() string

type GetSchedulerInfoRequestScheduler

type GetSchedulerInfoRequestScheduler struct {
	SchedName *string `json:"SchedName,omitempty" xml:"SchedName,omitempty"`
}

func (GetSchedulerInfoRequestScheduler) GoString

func (*GetSchedulerInfoRequestScheduler) SetSchedName

func (GetSchedulerInfoRequestScheduler) String

type GetSchedulerInfoResponse

type GetSchedulerInfoResponse struct {
	Headers map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetSchedulerInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSchedulerInfoResponse) GoString

func (s GetSchedulerInfoResponse) GoString() string

func (*GetSchedulerInfoResponse) SetBody

func (*GetSchedulerInfoResponse) SetHeaders

func (GetSchedulerInfoResponse) String

func (s GetSchedulerInfoResponse) String() string

type GetSchedulerInfoResponseBody

type GetSchedulerInfoResponseBody struct {
	RequestId *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SchedInfo []*GetSchedulerInfoResponseBodySchedInfo `json:"SchedInfo,omitempty" xml:"SchedInfo,omitempty" type:"Repeated"`
}

func (GetSchedulerInfoResponseBody) GoString

func (s GetSchedulerInfoResponseBody) GoString() string

func (*GetSchedulerInfoResponseBody) SetRequestId

func (*GetSchedulerInfoResponseBody) SetSchedInfo

func (GetSchedulerInfoResponseBody) String

type GetSchedulerInfoResponseBodySchedInfo

type GetSchedulerInfoResponseBodySchedInfo struct {
	Configuration *string `json:"Configuration,omitempty" xml:"Configuration,omitempty"`
	SchedName     *string `json:"SchedName,omitempty" xml:"SchedName,omitempty"`
}

func (GetSchedulerInfoResponseBodySchedInfo) GoString

func (*GetSchedulerInfoResponseBodySchedInfo) SetConfiguration

func (*GetSchedulerInfoResponseBodySchedInfo) SetSchedName

func (GetSchedulerInfoResponseBodySchedInfo) String

type GetVisualServiceStatusRequest

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

func (GetVisualServiceStatusRequest) GoString

func (*GetVisualServiceStatusRequest) SetClusterId

func (GetVisualServiceStatusRequest) String

type GetVisualServiceStatusResponse

type GetVisualServiceStatusResponse struct {
	Headers map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *GetVisualServiceStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetVisualServiceStatusResponse) GoString

func (*GetVisualServiceStatusResponse) SetHeaders

func (GetVisualServiceStatusResponse) String

type GetVisualServiceStatusResponseBody

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

func (GetVisualServiceStatusResponseBody) GoString

func (*GetVisualServiceStatusResponseBody) SetMessage

func (*GetVisualServiceStatusResponseBody) SetRequestId

func (GetVisualServiceStatusResponseBody) String

type InitializeEHPCRequest

type InitializeEHPCRequest struct {
	RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (InitializeEHPCRequest) GoString

func (s InitializeEHPCRequest) GoString() string

func (*InitializeEHPCRequest) SetRegionId

func (InitializeEHPCRequest) String

func (s InitializeEHPCRequest) String() string

type InitializeEHPCResponse

type InitializeEHPCResponse struct {
	Headers map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *InitializeEHPCResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InitializeEHPCResponse) GoString

func (s InitializeEHPCResponse) GoString() string

func (*InitializeEHPCResponse) SetBody

func (*InitializeEHPCResponse) SetHeaders

func (InitializeEHPCResponse) String

func (s InitializeEHPCResponse) String() string

type InitializeEHPCResponseBody

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

func (InitializeEHPCResponseBody) GoString

func (s InitializeEHPCResponseBody) GoString() string

func (*InitializeEHPCResponseBody) SetRequestId

func (InitializeEHPCResponseBody) String

type InstallSoftwareRequest

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

func (InstallSoftwareRequest) GoString

func (s InstallSoftwareRequest) GoString() string

func (*InstallSoftwareRequest) SetApplication

func (*InstallSoftwareRequest) SetClusterId

func (InstallSoftwareRequest) String

func (s InstallSoftwareRequest) String() string

type InstallSoftwareResponse

type InstallSoftwareResponse struct {
	Headers map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *InstallSoftwareResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InstallSoftwareResponse) GoString

func (s InstallSoftwareResponse) GoString() string

func (*InstallSoftwareResponse) SetBody

func (*InstallSoftwareResponse) SetHeaders

func (InstallSoftwareResponse) String

func (s InstallSoftwareResponse) String() string

type InstallSoftwareResponseBody

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

func (InstallSoftwareResponseBody) GoString

func (s InstallSoftwareResponseBody) GoString() string

func (*InstallSoftwareResponseBody) SetRequestId

func (InstallSoftwareResponseBody) String

type InvokeShellCommandRequest

type InvokeShellCommandRequest struct {
	ClusterId  *string                              `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Command    *string                              `json:"Command,omitempty" xml:"Command,omitempty"`
	Instance   []*InvokeShellCommandRequestInstance `json:"Instance,omitempty" xml:"Instance,omitempty" type:"Repeated"`
	Timeout    *int32                               `json:"Timeout,omitempty" xml:"Timeout,omitempty"`
	WorkingDir *string                              `json:"WorkingDir,omitempty" xml:"WorkingDir,omitempty"`
}

func (InvokeShellCommandRequest) GoString

func (s InvokeShellCommandRequest) GoString() string

func (*InvokeShellCommandRequest) SetClusterId

func (*InvokeShellCommandRequest) SetCommand

func (*InvokeShellCommandRequest) SetInstance

func (*InvokeShellCommandRequest) SetTimeout

func (*InvokeShellCommandRequest) SetWorkingDir

func (InvokeShellCommandRequest) String

func (s InvokeShellCommandRequest) String() string

type InvokeShellCommandRequestInstance

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

func (InvokeShellCommandRequestInstance) GoString

func (*InvokeShellCommandRequestInstance) SetId

func (InvokeShellCommandRequestInstance) String

type InvokeShellCommandResponse

type InvokeShellCommandResponse struct {
	Headers map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *InvokeShellCommandResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InvokeShellCommandResponse) GoString

func (s InvokeShellCommandResponse) GoString() string

func (*InvokeShellCommandResponse) SetBody

func (*InvokeShellCommandResponse) SetHeaders

func (InvokeShellCommandResponse) String

type InvokeShellCommandResponseBody

type InvokeShellCommandResponseBody struct {
	CommandId   *string                                    `json:"CommandId,omitempty" xml:"CommandId,omitempty"`
	InstanceIds *InvokeShellCommandResponseBodyInstanceIds `json:"InstanceIds,omitempty" xml:"InstanceIds,omitempty" type:"Struct"`
	RequestId   *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (InvokeShellCommandResponseBody) GoString

func (*InvokeShellCommandResponseBody) SetCommandId

func (*InvokeShellCommandResponseBody) SetRequestId

func (InvokeShellCommandResponseBody) String

type InvokeShellCommandResponseBodyInstanceIds

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

func (InvokeShellCommandResponseBodyInstanceIds) GoString

func (*InvokeShellCommandResponseBodyInstanceIds) SetInstanceId

func (InvokeShellCommandResponseBodyInstanceIds) String

type ListAvailableEcsTypesRequest

type ListAvailableEcsTypesRequest struct {
	InstanceChargeType *string `json:"InstanceChargeType,omitempty" xml:"InstanceChargeType,omitempty"`
	ShowSoldOut        *bool   `json:"ShowSoldOut,omitempty" xml:"ShowSoldOut,omitempty"`
	SpotStrategy       *string `json:"SpotStrategy,omitempty" xml:"SpotStrategy,omitempty"`
	ZoneId             *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (ListAvailableEcsTypesRequest) GoString

func (s ListAvailableEcsTypesRequest) GoString() string

func (*ListAvailableEcsTypesRequest) SetInstanceChargeType

func (*ListAvailableEcsTypesRequest) SetShowSoldOut

func (*ListAvailableEcsTypesRequest) SetSpotStrategy

func (*ListAvailableEcsTypesRequest) SetZoneId

func (ListAvailableEcsTypesRequest) String

type ListAvailableEcsTypesResponse

type ListAvailableEcsTypesResponse struct {
	Headers map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListAvailableEcsTypesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListAvailableEcsTypesResponse) GoString

func (*ListAvailableEcsTypesResponse) SetBody

func (*ListAvailableEcsTypesResponse) SetHeaders

func (ListAvailableEcsTypesResponse) String

type ListAvailableEcsTypesResponseBody

type ListAvailableEcsTypesResponseBody struct {
	InstanceTypeFamilies *ListAvailableEcsTypesResponseBodyInstanceTypeFamilies `json:"InstanceTypeFamilies,omitempty" xml:"InstanceTypeFamilies,omitempty" type:"Struct"`
	RequestId            *string                                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SupportSpotInstance  *bool                                                  `json:"SupportSpotInstance,omitempty" xml:"SupportSpotInstance,omitempty"`
}

func (ListAvailableEcsTypesResponseBody) GoString

func (*ListAvailableEcsTypesResponseBody) SetRequestId

func (*ListAvailableEcsTypesResponseBody) SetSupportSpotInstance

func (ListAvailableEcsTypesResponseBody) String

type ListAvailableEcsTypesResponseBodyInstanceTypeFamilies

type ListAvailableEcsTypesResponseBodyInstanceTypeFamilies struct {
	InstanceTypeFamilyInfo []*ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfo `json:"InstanceTypeFamilyInfo,omitempty" xml:"InstanceTypeFamilyInfo,omitempty" type:"Repeated"`
}

func (ListAvailableEcsTypesResponseBodyInstanceTypeFamilies) GoString

func (ListAvailableEcsTypesResponseBodyInstanceTypeFamilies) String

type ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfo

type ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfo struct {
	Generation           *string                                                                           `json:"Generation,omitempty" xml:"Generation,omitempty"`
	InstanceTypeFamilyId *string                                                                           `json:"InstanceTypeFamilyId,omitempty" xml:"InstanceTypeFamilyId,omitempty"`
	Types                *ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypes `json:"Types,omitempty" xml:"Types,omitempty" type:"Struct"`
}

func (ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfo) GoString

func (*ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfo) SetGeneration

func (*ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfo) SetInstanceTypeFamilyId

func (ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfo) String

type ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypes

type ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypes struct {
	TypesInfo []*ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfo `json:"TypesInfo,omitempty" xml:"TypesInfo,omitempty" type:"Repeated"`
}

func (ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypes) GoString

func (ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypes) String

type ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfo

type ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfo struct {
	CpuCoreCount        *int32                                                                                            `json:"CpuCoreCount,omitempty" xml:"CpuCoreCount,omitempty"`
	EniQuantity         *int32                                                                                            `json:"EniQuantity,omitempty" xml:"EniQuantity,omitempty"`
	GPUAmount           *int32                                                                                            `json:"GPUAmount,omitempty" xml:"GPUAmount,omitempty"`
	GPUSpec             *string                                                                                           `json:"GPUSpec,omitempty" xml:"GPUSpec,omitempty"`
	InstanceBandwidthRx *int32                                                                                            `json:"InstanceBandwidthRx,omitempty" xml:"InstanceBandwidthRx,omitempty"`
	InstanceBandwidthTx *int32                                                                                            `json:"InstanceBandwidthTx,omitempty" xml:"InstanceBandwidthTx,omitempty"`
	InstancePpsRx       *int32                                                                                            `json:"InstancePpsRx,omitempty" xml:"InstancePpsRx,omitempty"`
	InstancePpsTx       *int32                                                                                            `json:"InstancePpsTx,omitempty" xml:"InstancePpsTx,omitempty"`
	InstanceTypeId      *string                                                                                           `json:"InstanceTypeId,omitempty" xml:"InstanceTypeId,omitempty"`
	MemorySize          *int32                                                                                            `json:"MemorySize,omitempty" xml:"MemorySize,omitempty"`
	Status              *string                                                                                           `json:"Status,omitempty" xml:"Status,omitempty"`
	ZoneIds             *ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfoZoneIds `json:"ZoneIds,omitempty" xml:"ZoneIds,omitempty" type:"Struct"`
}

func (ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfo) GoString

func (*ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfo) SetCpuCoreCount

func (*ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfo) SetEniQuantity

func (*ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfo) SetInstanceBandwidthRx

func (*ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfo) SetInstanceBandwidthTx

func (*ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfo) SetInstancePpsRx

func (*ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfo) SetInstancePpsTx

func (*ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfo) SetInstanceTypeId

func (*ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfo) SetMemorySize

func (ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfo) String

type ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfoZoneIds

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

func (ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfoZoneIds) GoString

func (ListAvailableEcsTypesResponseBodyInstanceTypeFamiliesInstanceTypeFamilyInfoTypesTypesInfoZoneIds) String

type ListCloudMetricProfilingsRequest

type ListCloudMetricProfilingsRequest struct {
	ClusterId  *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RegionId   *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (ListCloudMetricProfilingsRequest) GoString

func (*ListCloudMetricProfilingsRequest) SetClusterId

func (*ListCloudMetricProfilingsRequest) SetPageNumber

func (*ListCloudMetricProfilingsRequest) SetPageSize

func (*ListCloudMetricProfilingsRequest) SetRegionId

func (ListCloudMetricProfilingsRequest) String

type ListCloudMetricProfilingsResponse

type ListCloudMetricProfilingsResponse struct {
	Headers map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListCloudMetricProfilingsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListCloudMetricProfilingsResponse) GoString

func (*ListCloudMetricProfilingsResponse) SetHeaders

func (ListCloudMetricProfilingsResponse) String

type ListCloudMetricProfilingsResponseBody

type ListCloudMetricProfilingsResponseBody struct {
	PageNumber *int32                                           `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                           `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Profilings *ListCloudMetricProfilingsResponseBodyProfilings `json:"Profilings,omitempty" xml:"Profilings,omitempty" type:"Struct"`
	RequestId  *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                                           `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListCloudMetricProfilingsResponseBody) GoString

func (*ListCloudMetricProfilingsResponseBody) SetPageNumber

func (*ListCloudMetricProfilingsResponseBody) SetPageSize

func (*ListCloudMetricProfilingsResponseBody) SetRequestId

func (*ListCloudMetricProfilingsResponseBody) SetTotalCount

func (ListCloudMetricProfilingsResponseBody) String

type ListCloudMetricProfilingsResponseBodyProfilings

type ListCloudMetricProfilingsResponseBodyProfilings struct {
	ProfilingInfo []*ListCloudMetricProfilingsResponseBodyProfilingsProfilingInfo `json:"ProfilingInfo,omitempty" xml:"ProfilingInfo,omitempty" type:"Repeated"`
}

func (ListCloudMetricProfilingsResponseBodyProfilings) GoString

func (ListCloudMetricProfilingsResponseBodyProfilings) String

type ListCloudMetricProfilingsResponseBodyProfilingsProfilingInfo

type ListCloudMetricProfilingsResponseBodyProfilingsProfilingInfo struct {
	Duration    *int32  `json:"Duration,omitempty" xml:"Duration,omitempty"`
	Freq        *int32  `json:"Freq,omitempty" xml:"Freq,omitempty"`
	HostName    *string `json:"HostName,omitempty" xml:"HostName,omitempty"`
	InstanceId  *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Pid         *int32  `json:"Pid,omitempty" xml:"Pid,omitempty"`
	ProfilingId *string `json:"ProfilingId,omitempty" xml:"ProfilingId,omitempty"`
	TriggerTime *string `json:"TriggerTime,omitempty" xml:"TriggerTime,omitempty"`
}

func (ListCloudMetricProfilingsResponseBodyProfilingsProfilingInfo) GoString

func (*ListCloudMetricProfilingsResponseBodyProfilingsProfilingInfo) SetDuration

func (*ListCloudMetricProfilingsResponseBodyProfilingsProfilingInfo) SetFreq

func (*ListCloudMetricProfilingsResponseBodyProfilingsProfilingInfo) SetHostName

func (*ListCloudMetricProfilingsResponseBodyProfilingsProfilingInfo) SetInstanceId

func (*ListCloudMetricProfilingsResponseBodyProfilingsProfilingInfo) SetPid

func (*ListCloudMetricProfilingsResponseBodyProfilingsProfilingInfo) SetProfilingId

func (*ListCloudMetricProfilingsResponseBodyProfilingsProfilingInfo) SetTriggerTime

func (ListCloudMetricProfilingsResponseBodyProfilingsProfilingInfo) String

type ListClusterLogsRequest

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

func (ListClusterLogsRequest) GoString

func (s ListClusterLogsRequest) GoString() string

func (*ListClusterLogsRequest) SetClusterId

func (*ListClusterLogsRequest) SetPageNumber

func (*ListClusterLogsRequest) SetPageSize

func (ListClusterLogsRequest) String

func (s ListClusterLogsRequest) String() string

type ListClusterLogsResponse

type ListClusterLogsResponse struct {
	Headers map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListClusterLogsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListClusterLogsResponse) GoString

func (s ListClusterLogsResponse) GoString() string

func (*ListClusterLogsResponse) SetBody

func (*ListClusterLogsResponse) SetHeaders

func (ListClusterLogsResponse) String

func (s ListClusterLogsResponse) String() string

type ListClusterLogsResponseBody

type ListClusterLogsResponseBody struct {
	ClusterId  *string                          `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Logs       *ListClusterLogsResponseBodyLogs `json:"Logs,omitempty" xml:"Logs,omitempty" type:"Struct"`
	PageNumber *int32                           `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                           `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                           `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListClusterLogsResponseBody) GoString

func (s ListClusterLogsResponseBody) GoString() string

func (*ListClusterLogsResponseBody) SetClusterId

func (*ListClusterLogsResponseBody) SetLogs

func (*ListClusterLogsResponseBody) SetPageNumber

func (*ListClusterLogsResponseBody) SetPageSize

func (*ListClusterLogsResponseBody) SetRequestId

func (*ListClusterLogsResponseBody) SetTotalCount

func (ListClusterLogsResponseBody) String

type ListClusterLogsResponseBodyLogs

type ListClusterLogsResponseBodyLogs struct {
	LogInfo []*ListClusterLogsResponseBodyLogsLogInfo `json:"LogInfo,omitempty" xml:"LogInfo,omitempty" type:"Repeated"`
}

func (ListClusterLogsResponseBodyLogs) GoString

func (ListClusterLogsResponseBodyLogs) String

type ListClusterLogsResponseBodyLogsLogInfo

type ListClusterLogsResponseBodyLogsLogInfo struct {
	CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Level      *string `json:"Level,omitempty" xml:"Level,omitempty"`
	Message    *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Operation  *string `json:"Operation,omitempty" xml:"Operation,omitempty"`
}

func (ListClusterLogsResponseBodyLogsLogInfo) GoString

func (*ListClusterLogsResponseBodyLogsLogInfo) SetCreateTime

func (*ListClusterLogsResponseBodyLogsLogInfo) SetLevel

func (*ListClusterLogsResponseBodyLogsLogInfo) SetMessage

func (*ListClusterLogsResponseBodyLogsLogInfo) SetOperation

func (ListClusterLogsResponseBodyLogsLogInfo) String

type ListClustersMetaRequest

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

func (ListClustersMetaRequest) GoString

func (s ListClustersMetaRequest) GoString() string

func (*ListClustersMetaRequest) SetPageNumber

func (*ListClustersMetaRequest) SetPageSize

func (ListClustersMetaRequest) String

func (s ListClustersMetaRequest) String() string

type ListClustersMetaResponse

type ListClustersMetaResponse struct {
	Headers map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListClustersMetaResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListClustersMetaResponse) GoString

func (s ListClustersMetaResponse) GoString() string

func (*ListClustersMetaResponse) SetBody

func (*ListClustersMetaResponse) SetHeaders

func (ListClustersMetaResponse) String

func (s ListClustersMetaResponse) String() string

type ListClustersMetaResponseBody

type ListClustersMetaResponseBody struct {
	Clusters   *ListClustersMetaResponseBodyClusters `json:"Clusters,omitempty" xml:"Clusters,omitempty" type:"Struct"`
	PageNumber *int32                                `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                                `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListClustersMetaResponseBody) GoString

func (s ListClustersMetaResponseBody) GoString() string

func (*ListClustersMetaResponseBody) SetClusters

func (*ListClustersMetaResponseBody) SetPageNumber

func (*ListClustersMetaResponseBody) SetPageSize

func (*ListClustersMetaResponseBody) SetRequestId

func (*ListClustersMetaResponseBody) SetTotalCount

func (ListClustersMetaResponseBody) String

type ListClustersMetaResponseBodyClusters

type ListClustersMetaResponseBodyClusters struct {
	ClusterInfoSimple []*ListClustersMetaResponseBodyClustersClusterInfoSimple `json:"ClusterInfoSimple,omitempty" xml:"ClusterInfoSimple,omitempty" type:"Repeated"`
}

func (ListClustersMetaResponseBodyClusters) GoString

func (ListClustersMetaResponseBodyClusters) String

type ListClustersMetaResponseBodyClustersClusterInfoSimple

type ListClustersMetaResponseBodyClustersClusterInfoSimple struct {
	AccountType   *string `json:"AccountType,omitempty" xml:"AccountType,omitempty"`
	ClientVersion *string `json:"ClientVersion,omitempty" xml:"ClientVersion,omitempty"`
	DeployMode    *string `json:"DeployMode,omitempty" xml:"DeployMode,omitempty"`
	Description   *string `json:"Description,omitempty" xml:"Description,omitempty"`
	HasPlugin     *bool   `json:"HasPlugin,omitempty" xml:"HasPlugin,omitempty"`
	Id            *string `json:"Id,omitempty" xml:"Id,omitempty"`
	IsComputeEss  *bool   `json:"IsComputeEss,omitempty" xml:"IsComputeEss,omitempty"`
	Location      *string `json:"Location,omitempty" xml:"Location,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	OsTag         *string `json:"OsTag,omitempty" xml:"OsTag,omitempty"`
	SchedulerType *string `json:"SchedulerType,omitempty" xml:"SchedulerType,omitempty"`
	Status        *string `json:"Status,omitempty" xml:"Status,omitempty"`
	VpcId         *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (ListClustersMetaResponseBodyClustersClusterInfoSimple) GoString

func (*ListClustersMetaResponseBodyClustersClusterInfoSimple) SetAccountType

func (*ListClustersMetaResponseBodyClustersClusterInfoSimple) SetClientVersion

func (*ListClustersMetaResponseBodyClustersClusterInfoSimple) SetDeployMode

func (*ListClustersMetaResponseBodyClustersClusterInfoSimple) SetDescription

func (*ListClustersMetaResponseBodyClustersClusterInfoSimple) SetHasPlugin

func (*ListClustersMetaResponseBodyClustersClusterInfoSimple) SetId

func (*ListClustersMetaResponseBodyClustersClusterInfoSimple) SetIsComputeEss

func (*ListClustersMetaResponseBodyClustersClusterInfoSimple) SetLocation

func (*ListClustersMetaResponseBodyClustersClusterInfoSimple) SetName

func (*ListClustersMetaResponseBodyClustersClusterInfoSimple) SetOsTag

func (*ListClustersMetaResponseBodyClustersClusterInfoSimple) SetSchedulerType

func (*ListClustersMetaResponseBodyClustersClusterInfoSimple) SetStatus

func (*ListClustersMetaResponseBodyClustersClusterInfoSimple) SetVpcId

func (ListClustersMetaResponseBodyClustersClusterInfoSimple) String

type ListClustersRequest

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

func (ListClustersRequest) GoString

func (s ListClustersRequest) GoString() string

func (*ListClustersRequest) SetPageNumber

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

func (*ListClustersRequest) SetPageSize

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

func (ListClustersRequest) String

func (s ListClustersRequest) String() string

type ListClustersResponse

type ListClustersResponse struct {
	Headers map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListClustersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListClustersResponse) GoString

func (s ListClustersResponse) GoString() string

func (*ListClustersResponse) SetBody

func (*ListClustersResponse) SetHeaders

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

func (ListClustersResponse) String

func (s ListClustersResponse) String() string

type ListClustersResponseBody

type ListClustersResponseBody struct {
	Clusters   *ListClustersResponseBodyClusters `json:"Clusters,omitempty" xml:"Clusters,omitempty" type:"Struct"`
	PageNumber *int32                            `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                            `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                            `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListClustersResponseBody) GoString

func (s ListClustersResponseBody) GoString() string

func (*ListClustersResponseBody) SetClusters

func (*ListClustersResponseBody) SetPageNumber

func (*ListClustersResponseBody) SetPageSize

func (*ListClustersResponseBody) SetRequestId

func (*ListClustersResponseBody) SetTotalCount

func (ListClustersResponseBody) String

func (s ListClustersResponseBody) String() string

type ListClustersResponseBodyClusters

type ListClustersResponseBodyClusters struct {
	ClusterInfoSimple []*ListClustersResponseBodyClustersClusterInfoSimple `json:"ClusterInfoSimple,omitempty" xml:"ClusterInfoSimple,omitempty" type:"Repeated"`
}

func (ListClustersResponseBodyClusters) GoString

func (ListClustersResponseBodyClusters) String

type ListClustersResponseBodyClustersClusterInfoSimple

type ListClustersResponseBodyClustersClusterInfoSimple struct {
	AccountType           *string                                                          `json:"AccountType,omitempty" xml:"AccountType,omitempty"`
	BaseOsTag             *string                                                          `json:"BaseOsTag,omitempty" xml:"BaseOsTag,omitempty"`
	ClientVersion         *string                                                          `json:"ClientVersion,omitempty" xml:"ClientVersion,omitempty"`
	ComputeSpotPriceLimit *float32                                                         `json:"ComputeSpotPriceLimit,omitempty" xml:"ComputeSpotPriceLimit,omitempty"`
	ComputeSpotStrategy   *string                                                          `json:"ComputeSpotStrategy,omitempty" xml:"ComputeSpotStrategy,omitempty"`
	Computes              *ListClustersResponseBodyClustersClusterInfoSimpleComputes       `json:"Computes,omitempty" xml:"Computes,omitempty" type:"Struct"`
	Count                 *int32                                                           `json:"Count,omitempty" xml:"Count,omitempty"`
	CreateTime            *string                                                          `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeployMode            *string                                                          `json:"DeployMode,omitempty" xml:"DeployMode,omitempty"`
	Description           *string                                                          `json:"Description,omitempty" xml:"Description,omitempty"`
	EhpcVersion           *string                                                          `json:"EhpcVersion,omitempty" xml:"EhpcVersion,omitempty"`
	HasPlugin             *bool                                                            `json:"HasPlugin,omitempty" xml:"HasPlugin,omitempty"`
	Id                    *string                                                          `json:"Id,omitempty" xml:"Id,omitempty"`
	ImageId               *string                                                          `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	ImageOwnerAlias       *string                                                          `json:"ImageOwnerAlias,omitempty" xml:"ImageOwnerAlias,omitempty"`
	InstanceChargeType    *string                                                          `json:"InstanceChargeType,omitempty" xml:"InstanceChargeType,omitempty"`
	InstanceType          *string                                                          `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	IsComputeEss          *bool                                                            `json:"IsComputeEss,omitempty" xml:"IsComputeEss,omitempty"`
	Location              *string                                                          `json:"Location,omitempty" xml:"Location,omitempty"`
	LoginNodes            *string                                                          `json:"LoginNodes,omitempty" xml:"LoginNodes,omitempty"`
	Managers              *ListClustersResponseBodyClustersClusterInfoSimpleManagers       `json:"Managers,omitempty" xml:"Managers,omitempty" type:"Struct"`
	Name                  *string                                                          `json:"Name,omitempty" xml:"Name,omitempty"`
	NodePrefix            *string                                                          `json:"NodePrefix,omitempty" xml:"NodePrefix,omitempty"`
	NodeSuffix            *string                                                          `json:"NodeSuffix,omitempty" xml:"NodeSuffix,omitempty"`
	OsTag                 *string                                                          `json:"OsTag,omitempty" xml:"OsTag,omitempty"`
	RegionId              *string                                                          `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	SchedulerType         *string                                                          `json:"SchedulerType,omitempty" xml:"SchedulerType,omitempty"`
	Status                *string                                                          `json:"Status,omitempty" xml:"Status,omitempty"`
	TotalResources        *ListClustersResponseBodyClustersClusterInfoSimpleTotalResources `json:"TotalResources,omitempty" xml:"TotalResources,omitempty" type:"Struct"`
	UsedResources         *ListClustersResponseBodyClustersClusterInfoSimpleUsedResources  `json:"UsedResources,omitempty" xml:"UsedResources,omitempty" type:"Struct"`
	VSwitchId             *string                                                          `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	VpcId                 *string                                                          `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	ZoneId                *string                                                          `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (ListClustersResponseBodyClustersClusterInfoSimple) GoString

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetAccountType

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetBaseOsTag

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetClientVersion

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetComputeSpotPriceLimit

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetComputeSpotStrategy

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetCount

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetCreateTime

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetDeployMode

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetDescription

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetEhpcVersion

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetHasPlugin

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetId

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetImageId

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetImageOwnerAlias

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetInstanceChargeType

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetInstanceType

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetIsComputeEss

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetLocation

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetLoginNodes

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetName

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetNodePrefix

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetNodeSuffix

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetOsTag

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetRegionId

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetSchedulerType

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetStatus

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetVSwitchId

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetVpcId

func (*ListClustersResponseBodyClustersClusterInfoSimple) SetZoneId

func (ListClustersResponseBodyClustersClusterInfoSimple) String

type ListClustersResponseBodyClustersClusterInfoSimpleComputes

type ListClustersResponseBodyClustersClusterInfoSimpleComputes struct {
	ExceptionCount *int32 `json:"ExceptionCount,omitempty" xml:"ExceptionCount,omitempty"`
	NormalCount    *int32 `json:"NormalCount,omitempty" xml:"NormalCount,omitempty"`
	OperatingCount *int32 `json:"OperatingCount,omitempty" xml:"OperatingCount,omitempty"`
	StoppedCount   *int32 `json:"StoppedCount,omitempty" xml:"StoppedCount,omitempty"`
	Total          *int32 `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListClustersResponseBodyClustersClusterInfoSimpleComputes) GoString

func (*ListClustersResponseBodyClustersClusterInfoSimpleComputes) SetExceptionCount

func (*ListClustersResponseBodyClustersClusterInfoSimpleComputes) SetNormalCount

func (*ListClustersResponseBodyClustersClusterInfoSimpleComputes) SetOperatingCount

func (*ListClustersResponseBodyClustersClusterInfoSimpleComputes) SetStoppedCount

func (*ListClustersResponseBodyClustersClusterInfoSimpleComputes) SetTotal

func (ListClustersResponseBodyClustersClusterInfoSimpleComputes) String

type ListClustersResponseBodyClustersClusterInfoSimpleManagers

type ListClustersResponseBodyClustersClusterInfoSimpleManagers struct {
	ExceptionCount *int32 `json:"ExceptionCount,omitempty" xml:"ExceptionCount,omitempty"`
	NormalCount    *int32 `json:"NormalCount,omitempty" xml:"NormalCount,omitempty"`
	OperatingCount *int32 `json:"OperatingCount,omitempty" xml:"OperatingCount,omitempty"`
	StoppedCount   *int32 `json:"StoppedCount,omitempty" xml:"StoppedCount,omitempty"`
	Total          *int32 `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListClustersResponseBodyClustersClusterInfoSimpleManagers) GoString

func (*ListClustersResponseBodyClustersClusterInfoSimpleManagers) SetExceptionCount

func (*ListClustersResponseBodyClustersClusterInfoSimpleManagers) SetNormalCount

func (*ListClustersResponseBodyClustersClusterInfoSimpleManagers) SetOperatingCount

func (*ListClustersResponseBodyClustersClusterInfoSimpleManagers) SetStoppedCount

func (*ListClustersResponseBodyClustersClusterInfoSimpleManagers) SetTotal

func (ListClustersResponseBodyClustersClusterInfoSimpleManagers) String

type ListClustersResponseBodyClustersClusterInfoSimpleTotalResources

type ListClustersResponseBodyClustersClusterInfoSimpleTotalResources struct {
	Cpu    *int32 `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	Gpu    *int32 `json:"Gpu,omitempty" xml:"Gpu,omitempty"`
	Memory *int32 `json:"Memory,omitempty" xml:"Memory,omitempty"`
}

func (ListClustersResponseBodyClustersClusterInfoSimpleTotalResources) GoString

func (*ListClustersResponseBodyClustersClusterInfoSimpleTotalResources) SetCpu

func (*ListClustersResponseBodyClustersClusterInfoSimpleTotalResources) SetGpu

func (*ListClustersResponseBodyClustersClusterInfoSimpleTotalResources) SetMemory

func (ListClustersResponseBodyClustersClusterInfoSimpleTotalResources) String

type ListClustersResponseBodyClustersClusterInfoSimpleUsedResources

type ListClustersResponseBodyClustersClusterInfoSimpleUsedResources struct {
	Cpu    *int32 `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	Gpu    *int32 `json:"Gpu,omitempty" xml:"Gpu,omitempty"`
	Memory *int32 `json:"Memory,omitempty" xml:"Memory,omitempty"`
}

func (ListClustersResponseBodyClustersClusterInfoSimpleUsedResources) GoString

func (*ListClustersResponseBodyClustersClusterInfoSimpleUsedResources) SetCpu

func (*ListClustersResponseBodyClustersClusterInfoSimpleUsedResources) SetGpu

func (*ListClustersResponseBodyClustersClusterInfoSimpleUsedResources) SetMemory

func (ListClustersResponseBodyClustersClusterInfoSimpleUsedResources) String

type ListCommandsRequest

type ListCommandsRequest struct {
	ClusterId  *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CommandId  *string `json:"CommandId,omitempty" xml:"CommandId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListCommandsRequest) GoString

func (s ListCommandsRequest) GoString() string

func (*ListCommandsRequest) SetClusterId

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

func (*ListCommandsRequest) SetCommandId

func (s *ListCommandsRequest) SetCommandId(v string) *ListCommandsRequest

func (*ListCommandsRequest) SetPageNumber

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

func (*ListCommandsRequest) SetPageSize

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

func (ListCommandsRequest) String

func (s ListCommandsRequest) String() string

type ListCommandsResponse

type ListCommandsResponse struct {
	Headers map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListCommandsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListCommandsResponse) GoString

func (s ListCommandsResponse) GoString() string

func (*ListCommandsResponse) SetBody

func (*ListCommandsResponse) SetHeaders

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

func (ListCommandsResponse) String

func (s ListCommandsResponse) String() string

type ListCommandsResponseBody

type ListCommandsResponseBody struct {
	Commands   *ListCommandsResponseBodyCommands `json:"Commands,omitempty" xml:"Commands,omitempty" type:"Struct"`
	PageNumber *int32                            `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                            `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                            `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListCommandsResponseBody) GoString

func (s ListCommandsResponseBody) GoString() string

func (*ListCommandsResponseBody) SetCommands

func (*ListCommandsResponseBody) SetPageNumber

func (*ListCommandsResponseBody) SetPageSize

func (*ListCommandsResponseBody) SetRequestId

func (*ListCommandsResponseBody) SetTotalCount

func (ListCommandsResponseBody) String

func (s ListCommandsResponseBody) String() string

type ListCommandsResponseBodyCommands

type ListCommandsResponseBodyCommands struct {
	Command []*ListCommandsResponseBodyCommandsCommand `json:"Command,omitempty" xml:"Command,omitempty" type:"Repeated"`
}

func (ListCommandsResponseBodyCommands) GoString

func (ListCommandsResponseBodyCommands) String

type ListCommandsResponseBodyCommandsCommand

type ListCommandsResponseBodyCommandsCommand struct {
	CommandContent *string `json:"CommandContent,omitempty" xml:"CommandContent,omitempty"`
	CommandId      *string `json:"CommandId,omitempty" xml:"CommandId,omitempty"`
	Timeout        *string `json:"Timeout,omitempty" xml:"Timeout,omitempty"`
	WorkingDir     *string `json:"WorkingDir,omitempty" xml:"WorkingDir,omitempty"`
}

func (ListCommandsResponseBodyCommandsCommand) GoString

func (*ListCommandsResponseBodyCommandsCommand) SetCommandContent

func (*ListCommandsResponseBodyCommandsCommand) SetCommandId

func (*ListCommandsResponseBodyCommandsCommand) SetTimeout

func (*ListCommandsResponseBodyCommandsCommand) SetWorkingDir

func (ListCommandsResponseBodyCommandsCommand) String

type ListContainerAppsRequest

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

func (ListContainerAppsRequest) GoString

func (s ListContainerAppsRequest) GoString() string

func (*ListContainerAppsRequest) SetPageNumber

func (*ListContainerAppsRequest) SetPageSize

func (ListContainerAppsRequest) String

func (s ListContainerAppsRequest) String() string

type ListContainerAppsResponse

type ListContainerAppsResponse struct {
	Headers map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListContainerAppsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListContainerAppsResponse) GoString

func (s ListContainerAppsResponse) GoString() string

func (*ListContainerAppsResponse) SetBody

func (*ListContainerAppsResponse) SetHeaders

func (ListContainerAppsResponse) String

func (s ListContainerAppsResponse) String() string

type ListContainerAppsResponseBody

type ListContainerAppsResponseBody struct {
	ContainerApps *ListContainerAppsResponseBodyContainerApps `json:"ContainerApps,omitempty" xml:"ContainerApps,omitempty" type:"Struct"`
	PageNumber    *int32                                      `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize      *int32                                      `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId     *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount    *int32                                      `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListContainerAppsResponseBody) GoString

func (*ListContainerAppsResponseBody) SetPageNumber

func (*ListContainerAppsResponseBody) SetPageSize

func (*ListContainerAppsResponseBody) SetRequestId

func (*ListContainerAppsResponseBody) SetTotalCount

func (ListContainerAppsResponseBody) String

type ListContainerAppsResponseBodyContainerApps

type ListContainerAppsResponseBodyContainerApps struct {
	ContainerApps []*ListContainerAppsResponseBodyContainerAppsContainerApps `json:"ContainerApps,omitempty" xml:"ContainerApps,omitempty" type:"Repeated"`
}

func (ListContainerAppsResponseBodyContainerApps) GoString

func (ListContainerAppsResponseBodyContainerApps) String

type ListContainerAppsResponseBodyContainerAppsContainerApps

type ListContainerAppsResponseBodyContainerAppsContainerApps struct {
	CreateTime  *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Id          *string `json:"Id,omitempty" xml:"Id,omitempty"`
	ImageTag    *string `json:"ImageTag,omitempty" xml:"ImageTag,omitempty"`
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Repository  *string `json:"Repository,omitempty" xml:"Repository,omitempty"`
	Type        *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListContainerAppsResponseBodyContainerAppsContainerApps) GoString

func (*ListContainerAppsResponseBodyContainerAppsContainerApps) SetCreateTime

func (*ListContainerAppsResponseBodyContainerAppsContainerApps) SetDescription

func (*ListContainerAppsResponseBodyContainerAppsContainerApps) SetId

func (*ListContainerAppsResponseBodyContainerAppsContainerApps) SetImageTag

func (*ListContainerAppsResponseBodyContainerAppsContainerApps) SetName

func (*ListContainerAppsResponseBodyContainerAppsContainerApps) SetRepository

func (*ListContainerAppsResponseBodyContainerAppsContainerApps) SetType

func (ListContainerAppsResponseBodyContainerAppsContainerApps) String

type ListContainerImagesRequest

type ListContainerImagesRequest struct {
	ClusterId     *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ContainerType *string `json:"ContainerType,omitempty" xml:"ContainerType,omitempty"`
	PageNumber    *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize      *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListContainerImagesRequest) GoString

func (s ListContainerImagesRequest) GoString() string

func (*ListContainerImagesRequest) SetClusterId

func (*ListContainerImagesRequest) SetContainerType

func (*ListContainerImagesRequest) SetPageNumber

func (*ListContainerImagesRequest) SetPageSize

func (ListContainerImagesRequest) String

type ListContainerImagesResponse

type ListContainerImagesResponse struct {
	Headers map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListContainerImagesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListContainerImagesResponse) GoString

func (s ListContainerImagesResponse) GoString() string

func (*ListContainerImagesResponse) SetBody

func (*ListContainerImagesResponse) SetHeaders

func (ListContainerImagesResponse) String

type ListContainerImagesResponseBody

type ListContainerImagesResponseBody struct {
	DBInfo     *string                                `json:"DBInfo,omitempty" xml:"DBInfo,omitempty"`
	Images     *ListContainerImagesResponseBodyImages `json:"Images,omitempty" xml:"Images,omitempty" type:"Struct"`
	PageNumber *int32                                 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                                 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListContainerImagesResponseBody) GoString

func (*ListContainerImagesResponseBody) SetDBInfo

func (*ListContainerImagesResponseBody) SetPageNumber

func (*ListContainerImagesResponseBody) SetPageSize

func (*ListContainerImagesResponseBody) SetRequestId

func (*ListContainerImagesResponseBody) SetTotalCount

func (ListContainerImagesResponseBody) String

type ListContainerImagesResponseBodyImages

type ListContainerImagesResponseBodyImages struct {
	Images []*ListContainerImagesResponseBodyImagesImages `json:"Images,omitempty" xml:"Images,omitempty" type:"Repeated"`
}

func (ListContainerImagesResponseBodyImages) GoString

func (ListContainerImagesResponseBodyImages) String

type ListContainerImagesResponseBodyImagesImages

type ListContainerImagesResponseBodyImagesImages struct {
	ImageId        *string `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	Repository     *string `json:"Repository,omitempty" xml:"Repository,omitempty"`
	Status         *string `json:"Status,omitempty" xml:"Status,omitempty"`
	System         *string `json:"System,omitempty" xml:"System,omitempty"`
	Tag            *string `json:"Tag,omitempty" xml:"Tag,omitempty"`
	Type           *string `json:"Type,omitempty" xml:"Type,omitempty"`
	UpdateDateTime *string `json:"UpdateDateTime,omitempty" xml:"UpdateDateTime,omitempty"`
}

func (ListContainerImagesResponseBodyImagesImages) GoString

func (*ListContainerImagesResponseBodyImagesImages) SetImageId

func (*ListContainerImagesResponseBodyImagesImages) SetRepository

func (*ListContainerImagesResponseBodyImagesImages) SetStatus

func (*ListContainerImagesResponseBodyImagesImages) SetSystem

func (*ListContainerImagesResponseBodyImagesImages) SetTag

func (*ListContainerImagesResponseBodyImagesImages) SetType

func (*ListContainerImagesResponseBodyImagesImages) SetUpdateDateTime

func (ListContainerImagesResponseBodyImagesImages) String

type ListCpfsFileSystemsRequest

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

func (ListCpfsFileSystemsRequest) GoString

func (s ListCpfsFileSystemsRequest) GoString() string

func (*ListCpfsFileSystemsRequest) SetFileSystemId

func (*ListCpfsFileSystemsRequest) SetPageNumber

func (*ListCpfsFileSystemsRequest) SetPageSize

func (ListCpfsFileSystemsRequest) String

type ListCpfsFileSystemsResponse

type ListCpfsFileSystemsResponse struct {
	Headers map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListCpfsFileSystemsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListCpfsFileSystemsResponse) GoString

func (s ListCpfsFileSystemsResponse) GoString() string

func (*ListCpfsFileSystemsResponse) SetBody

func (*ListCpfsFileSystemsResponse) SetHeaders

func (ListCpfsFileSystemsResponse) String

type ListCpfsFileSystemsResponseBody

type ListCpfsFileSystemsResponseBody struct {
	FileSystemList *ListCpfsFileSystemsResponseBodyFileSystemList `json:"FileSystemList,omitempty" xml:"FileSystemList,omitempty" type:"Struct"`
	PageNumber     *int32                                         `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize       *int32                                         `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId      *string                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount     *int32                                         `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListCpfsFileSystemsResponseBody) GoString

func (*ListCpfsFileSystemsResponseBody) SetPageNumber

func (*ListCpfsFileSystemsResponseBody) SetPageSize

func (*ListCpfsFileSystemsResponseBody) SetRequestId

func (*ListCpfsFileSystemsResponseBody) SetTotalCount

func (ListCpfsFileSystemsResponseBody) String

type ListCpfsFileSystemsResponseBodyFileSystemList

type ListCpfsFileSystemsResponseBodyFileSystemList struct {
	FileSystems []*ListCpfsFileSystemsResponseBodyFileSystemListFileSystems `json:"FileSystems,omitempty" xml:"FileSystems,omitempty" type:"Repeated"`
}

func (ListCpfsFileSystemsResponseBodyFileSystemList) GoString

func (ListCpfsFileSystemsResponseBodyFileSystemList) String

type ListCpfsFileSystemsResponseBodyFileSystemListFileSystems

type ListCpfsFileSystemsResponseBodyFileSystemListFileSystems struct {
	Capacity        *string                                                                  `json:"Capacity,omitempty" xml:"Capacity,omitempty"`
	CreateTime      *string                                                                  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Destription     *string                                                                  `json:"Destription,omitempty" xml:"Destription,omitempty"`
	FileSystemId    *string                                                                  `json:"FileSystemId,omitempty" xml:"FileSystemId,omitempty"`
	MountTargetList *ListCpfsFileSystemsResponseBodyFileSystemListFileSystemsMountTargetList `json:"MountTargetList,omitempty" xml:"MountTargetList,omitempty" type:"Struct"`
	ProtocolType    *string                                                                  `json:"ProtocolType,omitempty" xml:"ProtocolType,omitempty"`
	RegionId        *string                                                                  `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ZoneId          *string                                                                  `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (ListCpfsFileSystemsResponseBodyFileSystemListFileSystems) GoString

func (*ListCpfsFileSystemsResponseBodyFileSystemListFileSystems) SetCapacity

func (*ListCpfsFileSystemsResponseBodyFileSystemListFileSystems) SetCreateTime

func (*ListCpfsFileSystemsResponseBodyFileSystemListFileSystems) SetDestription

func (*ListCpfsFileSystemsResponseBodyFileSystemListFileSystems) SetFileSystemId

func (*ListCpfsFileSystemsResponseBodyFileSystemListFileSystems) SetProtocolType

func (*ListCpfsFileSystemsResponseBodyFileSystemListFileSystems) SetRegionId

func (*ListCpfsFileSystemsResponseBodyFileSystemListFileSystems) SetZoneId

func (ListCpfsFileSystemsResponseBodyFileSystemListFileSystems) String

type ListCpfsFileSystemsResponseBodyFileSystemListFileSystemsMountTargetList

type ListCpfsFileSystemsResponseBodyFileSystemListFileSystemsMountTargetList struct {
	MountTargets []*ListCpfsFileSystemsResponseBodyFileSystemListFileSystemsMountTargetListMountTargets `json:"MountTargets,omitempty" xml:"MountTargets,omitempty" type:"Repeated"`
}

func (ListCpfsFileSystemsResponseBodyFileSystemListFileSystemsMountTargetList) GoString

func (ListCpfsFileSystemsResponseBodyFileSystemListFileSystemsMountTargetList) String

type ListCpfsFileSystemsResponseBodyFileSystemListFileSystemsMountTargetListMountTargets

type ListCpfsFileSystemsResponseBodyFileSystemListFileSystemsMountTargetListMountTargets struct {
	MountTargetDomain *string `json:"MountTargetDomain,omitempty" xml:"MountTargetDomain,omitempty"`
	NetworkType       *string `json:"NetworkType,omitempty" xml:"NetworkType,omitempty"`
	Status            *string `json:"Status,omitempty" xml:"Status,omitempty"`
	VpcId             *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	VswId             *string `json:"VswId,omitempty" xml:"VswId,omitempty"`
}

func (ListCpfsFileSystemsResponseBodyFileSystemListFileSystemsMountTargetListMountTargets) GoString

func (*ListCpfsFileSystemsResponseBodyFileSystemListFileSystemsMountTargetListMountTargets) SetMountTargetDomain

func (*ListCpfsFileSystemsResponseBodyFileSystemListFileSystemsMountTargetListMountTargets) SetNetworkType

func (*ListCpfsFileSystemsResponseBodyFileSystemListFileSystemsMountTargetListMountTargets) SetStatus

func (ListCpfsFileSystemsResponseBodyFileSystemListFileSystemsMountTargetListMountTargets) String

type ListCurrentClientVersionResponse

type ListCurrentClientVersionResponse struct {
	Headers map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListCurrentClientVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListCurrentClientVersionResponse) GoString

func (*ListCurrentClientVersionResponse) SetHeaders

func (ListCurrentClientVersionResponse) String

type ListCurrentClientVersionResponseBody

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

func (ListCurrentClientVersionResponseBody) GoString

func (*ListCurrentClientVersionResponseBody) SetClientVersion

func (*ListCurrentClientVersionResponseBody) SetRequestId

func (ListCurrentClientVersionResponseBody) String

type ListCustomImagesRequest

type ListCustomImagesRequest struct {
	BaseOsTag       *string `json:"BaseOsTag,omitempty" xml:"BaseOsTag,omitempty"`
	ClusterId       *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ImageOwnerAlias *string `json:"ImageOwnerAlias,omitempty" xml:"ImageOwnerAlias,omitempty"`
	InstanceType    *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
}

func (ListCustomImagesRequest) GoString

func (s ListCustomImagesRequest) GoString() string

func (*ListCustomImagesRequest) SetBaseOsTag

func (*ListCustomImagesRequest) SetClusterId

func (*ListCustomImagesRequest) SetImageOwnerAlias

func (s *ListCustomImagesRequest) SetImageOwnerAlias(v string) *ListCustomImagesRequest

func (*ListCustomImagesRequest) SetInstanceType

func (ListCustomImagesRequest) String

func (s ListCustomImagesRequest) String() string

type ListCustomImagesResponse

type ListCustomImagesResponse struct {
	Headers map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListCustomImagesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListCustomImagesResponse) GoString

func (s ListCustomImagesResponse) GoString() string

func (*ListCustomImagesResponse) SetBody

func (*ListCustomImagesResponse) SetHeaders

func (ListCustomImagesResponse) String

func (s ListCustomImagesResponse) String() string

type ListCustomImagesResponseBody

type ListCustomImagesResponseBody struct {
	Images    *ListCustomImagesResponseBodyImages `json:"Images,omitempty" xml:"Images,omitempty" type:"Struct"`
	RequestId *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListCustomImagesResponseBody) GoString

func (s ListCustomImagesResponseBody) GoString() string

func (*ListCustomImagesResponseBody) SetImages

func (*ListCustomImagesResponseBody) SetRequestId

func (ListCustomImagesResponseBody) String

type ListCustomImagesResponseBodyImages

type ListCustomImagesResponseBodyImages struct {
	ImageInfo []*ListCustomImagesResponseBodyImagesImageInfo `json:"ImageInfo,omitempty" xml:"ImageInfo,omitempty" type:"Repeated"`
}

func (ListCustomImagesResponseBodyImages) GoString

func (ListCustomImagesResponseBodyImages) String

type ListCustomImagesResponseBodyImagesImageInfo

type ListCustomImagesResponseBodyImagesImageInfo struct {
	BaseOsTag         *ListCustomImagesResponseBodyImagesImageInfoBaseOsTag `json:"BaseOsTag,omitempty" xml:"BaseOsTag,omitempty" type:"Struct"`
	Description       *string                                               `json:"Description,omitempty" xml:"Description,omitempty"`
	ImageId           *string                                               `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	ImageName         *string                                               `json:"ImageName,omitempty" xml:"ImageName,omitempty"`
	ImageOwnerAlias   *string                                               `json:"ImageOwnerAlias,omitempty" xml:"ImageOwnerAlias,omitempty"`
	OsTag             *ListCustomImagesResponseBodyImagesImageInfoOsTag     `json:"OsTag,omitempty" xml:"OsTag,omitempty" type:"Struct"`
	PostInstallScript *string                                               `json:"PostInstallScript,omitempty" xml:"PostInstallScript,omitempty"`
	PricingCycle      *string                                               `json:"PricingCycle,omitempty" xml:"PricingCycle,omitempty"`
	ProductCode       *string                                               `json:"ProductCode,omitempty" xml:"ProductCode,omitempty"`
	Size              *int32                                                `json:"Size,omitempty" xml:"Size,omitempty"`
	SkuCode           *string                                               `json:"SkuCode,omitempty" xml:"SkuCode,omitempty"`
	Status            *string                                               `json:"Status,omitempty" xml:"Status,omitempty"`
	Uid               *string                                               `json:"Uid,omitempty" xml:"Uid,omitempty"`
}

func (ListCustomImagesResponseBodyImagesImageInfo) GoString

func (*ListCustomImagesResponseBodyImagesImageInfo) SetDescription

func (*ListCustomImagesResponseBodyImagesImageInfo) SetImageId

func (*ListCustomImagesResponseBodyImagesImageInfo) SetImageName

func (*ListCustomImagesResponseBodyImagesImageInfo) SetImageOwnerAlias

func (*ListCustomImagesResponseBodyImagesImageInfo) SetPostInstallScript

func (*ListCustomImagesResponseBodyImagesImageInfo) SetPricingCycle

func (*ListCustomImagesResponseBodyImagesImageInfo) SetProductCode

func (*ListCustomImagesResponseBodyImagesImageInfo) SetSize

func (*ListCustomImagesResponseBodyImagesImageInfo) SetSkuCode

func (*ListCustomImagesResponseBodyImagesImageInfo) SetStatus

func (*ListCustomImagesResponseBodyImagesImageInfo) SetUid

func (ListCustomImagesResponseBodyImagesImageInfo) String

type ListCustomImagesResponseBodyImagesImageInfoBaseOsTag

type ListCustomImagesResponseBodyImagesImageInfoBaseOsTag struct {
	Architecture *string `json:"Architecture,omitempty" xml:"Architecture,omitempty"`
	OsTag        *string `json:"OsTag,omitempty" xml:"OsTag,omitempty"`
	Platform     *string `json:"Platform,omitempty" xml:"Platform,omitempty"`
	Version      *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (ListCustomImagesResponseBodyImagesImageInfoBaseOsTag) GoString

func (*ListCustomImagesResponseBodyImagesImageInfoBaseOsTag) SetArchitecture

func (*ListCustomImagesResponseBodyImagesImageInfoBaseOsTag) SetOsTag

func (*ListCustomImagesResponseBodyImagesImageInfoBaseOsTag) SetPlatform

func (*ListCustomImagesResponseBodyImagesImageInfoBaseOsTag) SetVersion

func (ListCustomImagesResponseBodyImagesImageInfoBaseOsTag) String

type ListCustomImagesResponseBodyImagesImageInfoOsTag

type ListCustomImagesResponseBodyImagesImageInfoOsTag struct {
	Architecture *string `json:"Architecture,omitempty" xml:"Architecture,omitempty"`
	BaseOsTag    *string `json:"BaseOsTag,omitempty" xml:"BaseOsTag,omitempty"`
	OsTag        *string `json:"OsTag,omitempty" xml:"OsTag,omitempty"`
	Platform     *string `json:"Platform,omitempty" xml:"Platform,omitempty"`
	Version      *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (ListCustomImagesResponseBodyImagesImageInfoOsTag) GoString

func (*ListCustomImagesResponseBodyImagesImageInfoOsTag) SetArchitecture

func (*ListCustomImagesResponseBodyImagesImageInfoOsTag) SetBaseOsTag

func (*ListCustomImagesResponseBodyImagesImageInfoOsTag) SetOsTag

func (*ListCustomImagesResponseBodyImagesImageInfoOsTag) SetPlatform

func (*ListCustomImagesResponseBodyImagesImageInfoOsTag) SetVersion

func (ListCustomImagesResponseBodyImagesImageInfoOsTag) String

type ListFileSystemWithMountTargetsRequest

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

func (ListFileSystemWithMountTargetsRequest) GoString

func (*ListFileSystemWithMountTargetsRequest) SetPageNumber

func (*ListFileSystemWithMountTargetsRequest) SetPageSize

func (ListFileSystemWithMountTargetsRequest) String

type ListFileSystemWithMountTargetsResponse

type ListFileSystemWithMountTargetsResponse struct {
	Headers map[string]*string                          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListFileSystemWithMountTargetsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListFileSystemWithMountTargetsResponse) GoString

func (*ListFileSystemWithMountTargetsResponse) SetHeaders

func (ListFileSystemWithMountTargetsResponse) String

type ListFileSystemWithMountTargetsResponseBody

type ListFileSystemWithMountTargetsResponseBody struct {
	FileSystemList *ListFileSystemWithMountTargetsResponseBodyFileSystemList `json:"FileSystemList,omitempty" xml:"FileSystemList,omitempty" type:"Struct"`
	PageNumber     *int32                                                    `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize       *int32                                                    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId      *string                                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount     *int32                                                    `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListFileSystemWithMountTargetsResponseBody) GoString

func (*ListFileSystemWithMountTargetsResponseBody) SetPageNumber

func (*ListFileSystemWithMountTargetsResponseBody) SetPageSize

func (*ListFileSystemWithMountTargetsResponseBody) SetRequestId

func (*ListFileSystemWithMountTargetsResponseBody) SetTotalCount

func (ListFileSystemWithMountTargetsResponseBody) String

type ListFileSystemWithMountTargetsResponseBodyFileSystemList

type ListFileSystemWithMountTargetsResponseBodyFileSystemList struct {
	FileSystems []*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems `json:"FileSystems,omitempty" xml:"FileSystems,omitempty" type:"Repeated"`
}

func (ListFileSystemWithMountTargetsResponseBodyFileSystemList) GoString

func (ListFileSystemWithMountTargetsResponseBodyFileSystemList) String

type ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems

type ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems struct {
	BandWidth       *int32                                                                              `json:"BandWidth,omitempty" xml:"BandWidth,omitempty"`
	Capacity        *int32                                                                              `json:"Capacity,omitempty" xml:"Capacity,omitempty"`
	CreateTime      *string                                                                             `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Destription     *string                                                                             `json:"Destription,omitempty" xml:"Destription,omitempty"`
	EncryptType     *int32                                                                              `json:"EncryptType,omitempty" xml:"EncryptType,omitempty"`
	FileSystemId    *string                                                                             `json:"FileSystemId,omitempty" xml:"FileSystemId,omitempty"`
	FileSystemType  *string                                                                             `json:"FileSystemType,omitempty" xml:"FileSystemType,omitempty"`
	MeteredSize     *int32                                                                              `json:"MeteredSize,omitempty" xml:"MeteredSize,omitempty"`
	MountTargetList *ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsMountTargetList `json:"MountTargetList,omitempty" xml:"MountTargetList,omitempty" type:"Struct"`
	PackageList     *ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsPackageList     `json:"PackageList,omitempty" xml:"PackageList,omitempty" type:"Struct"`
	ProtocolType    *string                                                                             `json:"ProtocolType,omitempty" xml:"ProtocolType,omitempty"`
	RegionId        *string                                                                             `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Status          *string                                                                             `json:"Status,omitempty" xml:"Status,omitempty"`
	StorageType     *string                                                                             `json:"StorageType,omitempty" xml:"StorageType,omitempty"`
}

func (ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems) GoString

func (*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems) SetBandWidth

func (*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems) SetCapacity

func (*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems) SetCreateTime

func (*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems) SetDestription

func (*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems) SetEncryptType

func (*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems) SetFileSystemId

func (*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems) SetFileSystemType

func (*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems) SetMeteredSize

func (*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems) SetProtocolType

func (*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems) SetRegionId

func (*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems) SetStatus

func (*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems) SetStorageType

func (ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystems) String

type ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsMountTargetList

type ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsMountTargetList struct {
	MountTargets []*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsMountTargetListMountTargets `json:"MountTargets,omitempty" xml:"MountTargets,omitempty" type:"Repeated"`
}

func (ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsMountTargetList) GoString

func (ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsMountTargetList) String

type ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsMountTargetListMountTargets

type ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsMountTargetListMountTargets struct {
	AccessGroup       *string `json:"AccessGroup,omitempty" xml:"AccessGroup,omitempty"`
	MountTargetDomain *string `json:"MountTargetDomain,omitempty" xml:"MountTargetDomain,omitempty"`
	NetworkType       *string `json:"NetworkType,omitempty" xml:"NetworkType,omitempty"`
	Status            *string `json:"Status,omitempty" xml:"Status,omitempty"`
	VpcId             *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	VswId             *string `json:"VswId,omitempty" xml:"VswId,omitempty"`
}

func (ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsMountTargetListMountTargets) GoString

func (*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsMountTargetListMountTargets) SetMountTargetDomain

func (ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsMountTargetListMountTargets) String

type ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsPackageList

type ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsPackageList struct {
	Packages []*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsPackageListPackages `json:"Packages,omitempty" xml:"Packages,omitempty" type:"Repeated"`
}

func (ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsPackageList) GoString

func (ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsPackageList) String

type ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsPackageListPackages

type ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsPackageListPackages struct {
	PackageId *string `json:"PackageId,omitempty" xml:"PackageId,omitempty"`
}

func (ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsPackageListPackages) GoString

func (*ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsPackageListPackages) SetPackageId

func (ListFileSystemWithMountTargetsResponseBodyFileSystemListFileSystemsPackageListPackages) String

type ListImagesRequest

type ListImagesRequest struct {
	BaseOsTag    *string `json:"BaseOsTag,omitempty" xml:"BaseOsTag,omitempty"`
	InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
}

func (ListImagesRequest) GoString

func (s ListImagesRequest) GoString() string

func (*ListImagesRequest) SetBaseOsTag

func (s *ListImagesRequest) SetBaseOsTag(v string) *ListImagesRequest

func (*ListImagesRequest) SetInstanceType

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

func (ListImagesRequest) String

func (s ListImagesRequest) String() string

type ListImagesResponse

type ListImagesResponse struct {
	Headers map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListImagesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListImagesResponse) GoString

func (s ListImagesResponse) GoString() string

func (*ListImagesResponse) SetBody

func (*ListImagesResponse) SetHeaders

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

func (ListImagesResponse) String

func (s ListImagesResponse) String() string

type ListImagesResponseBody

type ListImagesResponseBody struct {
	OsTags    *ListImagesResponseBodyOsTags `json:"OsTags,omitempty" xml:"OsTags,omitempty" type:"Struct"`
	RequestId *string                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListImagesResponseBody) GoString

func (s ListImagesResponseBody) GoString() string

func (*ListImagesResponseBody) SetOsTags

func (*ListImagesResponseBody) SetRequestId

func (ListImagesResponseBody) String

func (s ListImagesResponseBody) String() string

type ListImagesResponseBodyOsTags

type ListImagesResponseBodyOsTags struct {
	OsInfo []*ListImagesResponseBodyOsTagsOsInfo `json:"OsInfo,omitempty" xml:"OsInfo,omitempty" type:"Repeated"`
}

func (ListImagesResponseBodyOsTags) GoString

func (s ListImagesResponseBodyOsTags) GoString() string

func (*ListImagesResponseBodyOsTags) SetOsInfo

func (ListImagesResponseBodyOsTags) String

type ListImagesResponseBodyOsTagsOsInfo

type ListImagesResponseBodyOsTagsOsInfo struct {
	Architecture *string `json:"Architecture,omitempty" xml:"Architecture,omitempty"`
	BaseOsTag    *string `json:"BaseOsTag,omitempty" xml:"BaseOsTag,omitempty"`
	ImageId      *string `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	OsTag        *string `json:"OsTag,omitempty" xml:"OsTag,omitempty"`
	Platform     *string `json:"Platform,omitempty" xml:"Platform,omitempty"`
	Version      *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (ListImagesResponseBodyOsTagsOsInfo) GoString

func (*ListImagesResponseBodyOsTagsOsInfo) SetArchitecture

func (*ListImagesResponseBodyOsTagsOsInfo) SetBaseOsTag

func (*ListImagesResponseBodyOsTagsOsInfo) SetImageId

func (*ListImagesResponseBodyOsTagsOsInfo) SetOsTag

func (*ListImagesResponseBodyOsTagsOsInfo) SetPlatform

func (*ListImagesResponseBodyOsTagsOsInfo) SetVersion

func (ListImagesResponseBodyOsTagsOsInfo) String

type ListInstalledSoftwareRequest

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

func (ListInstalledSoftwareRequest) GoString

func (s ListInstalledSoftwareRequest) GoString() string

func (*ListInstalledSoftwareRequest) SetClusterId

func (ListInstalledSoftwareRequest) String

type ListInstalledSoftwareResponse

type ListInstalledSoftwareResponse struct {
	Headers map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListInstalledSoftwareResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListInstalledSoftwareResponse) GoString

func (*ListInstalledSoftwareResponse) SetBody

func (*ListInstalledSoftwareResponse) SetHeaders

func (ListInstalledSoftwareResponse) String

type ListInstalledSoftwareResponseBody

type ListInstalledSoftwareResponseBody struct {
	RequestId    *string                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SoftwareList *ListInstalledSoftwareResponseBodySoftwareList `json:"SoftwareList,omitempty" xml:"SoftwareList,omitempty" type:"Struct"`
}

func (ListInstalledSoftwareResponseBody) GoString

func (*ListInstalledSoftwareResponseBody) SetRequestId

func (ListInstalledSoftwareResponseBody) String

type ListInstalledSoftwareResponseBodySoftwareList

type ListInstalledSoftwareResponseBodySoftwareList struct {
	SoftwareList []*ListInstalledSoftwareResponseBodySoftwareListSoftwareList `json:"SoftwareList,omitempty" xml:"SoftwareList,omitempty" type:"Repeated"`
}

func (ListInstalledSoftwareResponseBodySoftwareList) GoString

func (ListInstalledSoftwareResponseBodySoftwareList) String

type ListInstalledSoftwareResponseBodySoftwareListSoftwareList

type ListInstalledSoftwareResponseBodySoftwareListSoftwareList struct {
	SoftwareId      *string `json:"SoftwareId,omitempty" xml:"SoftwareId,omitempty"`
	SoftwareName    *string `json:"SoftwareName,omitempty" xml:"SoftwareName,omitempty"`
	SoftwareStatus  *string `json:"SoftwareStatus,omitempty" xml:"SoftwareStatus,omitempty"`
	SoftwareVersion *string `json:"SoftwareVersion,omitempty" xml:"SoftwareVersion,omitempty"`
}

func (ListInstalledSoftwareResponseBodySoftwareListSoftwareList) GoString

func (*ListInstalledSoftwareResponseBodySoftwareListSoftwareList) SetSoftwareId

func (*ListInstalledSoftwareResponseBodySoftwareListSoftwareList) SetSoftwareName

func (*ListInstalledSoftwareResponseBodySoftwareListSoftwareList) SetSoftwareStatus

func (*ListInstalledSoftwareResponseBodySoftwareListSoftwareList) SetSoftwareVersion

func (ListInstalledSoftwareResponseBodySoftwareListSoftwareList) String

type ListInvocationResultsRequest

type ListInvocationResultsRequest struct {
	ClusterId          *string                                 `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CommandId          *string                                 `json:"CommandId,omitempty" xml:"CommandId,omitempty"`
	Instance           []*ListInvocationResultsRequestInstance `json:"Instance,omitempty" xml:"Instance,omitempty" type:"Repeated"`
	InvokeRecordStatus *string                                 `json:"InvokeRecordStatus,omitempty" xml:"InvokeRecordStatus,omitempty"`
	PageNumber         *int32                                  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize           *int32                                  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListInvocationResultsRequest) GoString

func (s ListInvocationResultsRequest) GoString() string

func (*ListInvocationResultsRequest) SetClusterId

func (*ListInvocationResultsRequest) SetCommandId

func (*ListInvocationResultsRequest) SetInstance

func (*ListInvocationResultsRequest) SetInvokeRecordStatus

func (*ListInvocationResultsRequest) SetPageNumber

func (*ListInvocationResultsRequest) SetPageSize

func (ListInvocationResultsRequest) String

type ListInvocationResultsRequestInstance

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

func (ListInvocationResultsRequestInstance) GoString

func (*ListInvocationResultsRequestInstance) SetId

func (ListInvocationResultsRequestInstance) String

type ListInvocationResultsResponse

type ListInvocationResultsResponse struct {
	Headers map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListInvocationResultsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListInvocationResultsResponse) GoString

func (*ListInvocationResultsResponse) SetBody

func (*ListInvocationResultsResponse) SetHeaders

func (ListInvocationResultsResponse) String

type ListInvocationResultsResponseBody

type ListInvocationResultsResponseBody struct {
	InvocationResults *ListInvocationResultsResponseBodyInvocationResults `json:"InvocationResults,omitempty" xml:"InvocationResults,omitempty" type:"Struct"`
	PageNumber        *int32                                              `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize          *int32                                              `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId         *string                                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount        *int32                                              `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListInvocationResultsResponseBody) GoString

func (*ListInvocationResultsResponseBody) SetPageNumber

func (*ListInvocationResultsResponseBody) SetPageSize

func (*ListInvocationResultsResponseBody) SetRequestId

func (*ListInvocationResultsResponseBody) SetTotalCount

func (ListInvocationResultsResponseBody) String

type ListInvocationResultsResponseBodyInvocationResults

type ListInvocationResultsResponseBodyInvocationResults struct {
	InvocationResult []*ListInvocationResultsResponseBodyInvocationResultsInvocationResult `json:"InvocationResult,omitempty" xml:"InvocationResult,omitempty" type:"Repeated"`
}

func (ListInvocationResultsResponseBodyInvocationResults) GoString

func (ListInvocationResultsResponseBodyInvocationResults) String

type ListInvocationResultsResponseBodyInvocationResultsInvocationResult

type ListInvocationResultsResponseBodyInvocationResultsInvocationResult struct {
	CommandId          *string `json:"CommandId,omitempty" xml:"CommandId,omitempty"`
	ExitCode           *int32  `json:"ExitCode,omitempty" xml:"ExitCode,omitempty"`
	FinishedTime       *string `json:"FinishedTime,omitempty" xml:"FinishedTime,omitempty"`
	InstanceId         *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InvokeRecordStatus *string `json:"InvokeRecordStatus,omitempty" xml:"InvokeRecordStatus,omitempty"`
	Message            *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Success            *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListInvocationResultsResponseBodyInvocationResultsInvocationResult) GoString

func (*ListInvocationResultsResponseBodyInvocationResultsInvocationResult) SetCommandId

func (*ListInvocationResultsResponseBodyInvocationResultsInvocationResult) SetExitCode

func (*ListInvocationResultsResponseBodyInvocationResultsInvocationResult) SetFinishedTime

func (*ListInvocationResultsResponseBodyInvocationResultsInvocationResult) SetInstanceId

func (*ListInvocationResultsResponseBodyInvocationResultsInvocationResult) SetInvokeRecordStatus

func (*ListInvocationResultsResponseBodyInvocationResultsInvocationResult) SetMessage

func (*ListInvocationResultsResponseBodyInvocationResultsInvocationResult) SetSuccess

func (ListInvocationResultsResponseBodyInvocationResultsInvocationResult) String

type ListInvocationStatusRequest

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

func (ListInvocationStatusRequest) GoString

func (s ListInvocationStatusRequest) GoString() string

func (*ListInvocationStatusRequest) SetClusterId

func (*ListInvocationStatusRequest) SetCommandId

func (ListInvocationStatusRequest) String

type ListInvocationStatusResponse

type ListInvocationStatusResponse struct {
	Headers map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListInvocationStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListInvocationStatusResponse) GoString

func (s ListInvocationStatusResponse) GoString() string

func (*ListInvocationStatusResponse) SetBody

func (*ListInvocationStatusResponse) SetHeaders

func (ListInvocationStatusResponse) String

type ListInvocationStatusResponseBody

type ListInvocationStatusResponseBody struct {
	CommandId       *string                                          `json:"CommandId,omitempty" xml:"CommandId,omitempty"`
	InvokeInstances *ListInvocationStatusResponseBodyInvokeInstances `json:"InvokeInstances,omitempty" xml:"InvokeInstances,omitempty" type:"Struct"`
	InvokeStatus    *string                                          `json:"InvokeStatus,omitempty" xml:"InvokeStatus,omitempty"`
	RequestId       *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListInvocationStatusResponseBody) GoString

func (*ListInvocationStatusResponseBody) SetCommandId

func (*ListInvocationStatusResponseBody) SetInvokeStatus

func (*ListInvocationStatusResponseBody) SetRequestId

func (ListInvocationStatusResponseBody) String

type ListInvocationStatusResponseBodyInvokeInstances

type ListInvocationStatusResponseBodyInvokeInstances struct {
	InvokeInstance []*ListInvocationStatusResponseBodyInvokeInstancesInvokeInstance `json:"InvokeInstance,omitempty" xml:"InvokeInstance,omitempty" type:"Repeated"`
}

func (ListInvocationStatusResponseBodyInvokeInstances) GoString

func (ListInvocationStatusResponseBodyInvokeInstances) String

type ListInvocationStatusResponseBodyInvokeInstancesInvokeInstance

type ListInvocationStatusResponseBodyInvokeInstancesInvokeInstance struct {
	InstanceId           *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceInvokeStatus *string `json:"InstanceInvokeStatus,omitempty" xml:"InstanceInvokeStatus,omitempty"`
}

func (ListInvocationStatusResponseBodyInvokeInstancesInvokeInstance) GoString

func (*ListInvocationStatusResponseBodyInvokeInstancesInvokeInstance) SetInstanceId

func (*ListInvocationStatusResponseBodyInvokeInstancesInvokeInstance) SetInstanceInvokeStatus

func (ListInvocationStatusResponseBodyInvokeInstancesInvokeInstance) String

type ListJobTemplatesRequest

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

func (ListJobTemplatesRequest) GoString

func (s ListJobTemplatesRequest) GoString() string

func (*ListJobTemplatesRequest) SetName

func (*ListJobTemplatesRequest) SetPageNumber

func (*ListJobTemplatesRequest) SetPageSize

func (ListJobTemplatesRequest) String

func (s ListJobTemplatesRequest) String() string

type ListJobTemplatesResponse

type ListJobTemplatesResponse struct {
	Headers map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListJobTemplatesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListJobTemplatesResponse) GoString

func (s ListJobTemplatesResponse) GoString() string

func (*ListJobTemplatesResponse) SetBody

func (*ListJobTemplatesResponse) SetHeaders

func (ListJobTemplatesResponse) String

func (s ListJobTemplatesResponse) String() string

type ListJobTemplatesResponseBody

type ListJobTemplatesResponseBody struct {
	PageNumber *int32                                 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Templates  *ListJobTemplatesResponseBodyTemplates `json:"Templates,omitempty" xml:"Templates,omitempty" type:"Struct"`
	TotalCount *int32                                 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListJobTemplatesResponseBody) GoString

func (s ListJobTemplatesResponseBody) GoString() string

func (*ListJobTemplatesResponseBody) SetPageNumber

func (*ListJobTemplatesResponseBody) SetPageSize

func (*ListJobTemplatesResponseBody) SetRequestId

func (*ListJobTemplatesResponseBody) SetTotalCount

func (ListJobTemplatesResponseBody) String

type ListJobTemplatesResponseBodyTemplates

type ListJobTemplatesResponseBodyTemplates struct {
	JobTemplates []*ListJobTemplatesResponseBodyTemplatesJobTemplates `json:"JobTemplates,omitempty" xml:"JobTemplates,omitempty" type:"Repeated"`
}

func (ListJobTemplatesResponseBodyTemplates) GoString

func (ListJobTemplatesResponseBodyTemplates) String

type ListJobTemplatesResponseBodyTemplatesJobTemplates

type ListJobTemplatesResponseBodyTemplatesJobTemplates struct {
	ArrayRequest       *string `json:"ArrayRequest,omitempty" xml:"ArrayRequest,omitempty"`
	ClockTime          *string `json:"ClockTime,omitempty" xml:"ClockTime,omitempty"`
	CommandLine        *string `json:"CommandLine,omitempty" xml:"CommandLine,omitempty"`
	Gpu                *int32  `json:"Gpu,omitempty" xml:"Gpu,omitempty"`
	Id                 *string `json:"Id,omitempty" xml:"Id,omitempty"`
	InputFileUrl       *string `json:"InputFileUrl,omitempty" xml:"InputFileUrl,omitempty"`
	Mem                *string `json:"Mem,omitempty" xml:"Mem,omitempty"`
	Name               *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Node               *int32  `json:"Node,omitempty" xml:"Node,omitempty"`
	PackagePath        *string `json:"PackagePath,omitempty" xml:"PackagePath,omitempty"`
	Priority           *int32  `json:"Priority,omitempty" xml:"Priority,omitempty"`
	Queue              *string `json:"Queue,omitempty" xml:"Queue,omitempty"`
	ReRunable          *bool   `json:"ReRunable,omitempty" xml:"ReRunable,omitempty"`
	RunasUser          *string `json:"RunasUser,omitempty" xml:"RunasUser,omitempty"`
	StderrRedirectPath *string `json:"StderrRedirectPath,omitempty" xml:"StderrRedirectPath,omitempty"`
	StdoutRedirectPath *string `json:"StdoutRedirectPath,omitempty" xml:"StdoutRedirectPath,omitempty"`
	Task               *int32  `json:"Task,omitempty" xml:"Task,omitempty"`
	Thread             *int32  `json:"Thread,omitempty" xml:"Thread,omitempty"`
	UnzipCmd           *string `json:"UnzipCmd,omitempty" xml:"UnzipCmd,omitempty"`
	Variables          *string `json:"Variables,omitempty" xml:"Variables,omitempty"`
	WithUnzipCmd       *bool   `json:"WithUnzipCmd,omitempty" xml:"WithUnzipCmd,omitempty"`
}

func (ListJobTemplatesResponseBodyTemplatesJobTemplates) GoString

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetArrayRequest

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetClockTime

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetCommandLine

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetGpu

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetId

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetInputFileUrl

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetMem

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetName

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetNode

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetPackagePath

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetPriority

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetQueue

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetReRunable

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetRunasUser

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetStderrRedirectPath

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetStdoutRedirectPath

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetTask

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetThread

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetUnzipCmd

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetVariables

func (*ListJobTemplatesResponseBodyTemplatesJobTemplates) SetWithUnzipCmd

func (ListJobTemplatesResponseBodyTemplatesJobTemplates) String

type ListJobsRequest

type ListJobsRequest struct {
	ClusterId  *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Owner      *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Rerunable  *string `json:"Rerunable,omitempty" xml:"Rerunable,omitempty"`
	State      *string `json:"State,omitempty" xml:"State,omitempty"`
}

func (ListJobsRequest) GoString

func (s ListJobsRequest) GoString() string

func (*ListJobsRequest) SetClusterId

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

func (*ListJobsRequest) SetOwner

func (s *ListJobsRequest) SetOwner(v string) *ListJobsRequest

func (*ListJobsRequest) SetPageNumber

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

func (*ListJobsRequest) SetPageSize

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

func (*ListJobsRequest) SetRerunable

func (s *ListJobsRequest) SetRerunable(v string) *ListJobsRequest

func (*ListJobsRequest) SetState

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

func (ListJobsRequest) String

func (s ListJobsRequest) String() string

type ListJobsResponse

type ListJobsResponse struct {
	Headers map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListJobsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListJobsResponse) GoString

func (s ListJobsResponse) GoString() string

func (*ListJobsResponse) SetBody

func (*ListJobsResponse) SetHeaders

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

func (ListJobsResponse) String

func (s ListJobsResponse) String() string

type ListJobsResponseBody

type ListJobsResponseBody struct {
	Jobs       *ListJobsResponseBodyJobs `json:"Jobs,omitempty" xml:"Jobs,omitempty" type:"Struct"`
	PageNumber *int32                    `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                    `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListJobsResponseBody) GoString

func (s ListJobsResponseBody) GoString() string

func (*ListJobsResponseBody) SetJobs

func (*ListJobsResponseBody) SetPageNumber

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

func (*ListJobsResponseBody) SetPageSize

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

func (*ListJobsResponseBody) SetRequestId

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

func (*ListJobsResponseBody) SetTotalCount

func (s *ListJobsResponseBody) SetTotalCount(v int32) *ListJobsResponseBody

func (ListJobsResponseBody) String

func (s ListJobsResponseBody) String() string

type ListJobsResponseBodyJobs

type ListJobsResponseBodyJobs struct {
	JobInfo []*ListJobsResponseBodyJobsJobInfo `json:"JobInfo,omitempty" xml:"JobInfo,omitempty" type:"Repeated"`
}

func (ListJobsResponseBodyJobs) GoString

func (s ListJobsResponseBodyJobs) GoString() string

func (*ListJobsResponseBodyJobs) SetJobInfo

func (ListJobsResponseBodyJobs) String

func (s ListJobsResponseBodyJobs) String() string

type ListJobsResponseBodyJobsJobInfo

type ListJobsResponseBodyJobsJobInfo struct {
	ArrayRequest   *string                                   `json:"ArrayRequest,omitempty" xml:"ArrayRequest,omitempty"`
	Comment        *string                                   `json:"Comment,omitempty" xml:"Comment,omitempty"`
	Id             *string                                   `json:"Id,omitempty" xml:"Id,omitempty"`
	LastModifyTime *string                                   `json:"LastModifyTime,omitempty" xml:"LastModifyTime,omitempty"`
	Name           *string                                   `json:"Name,omitempty" xml:"Name,omitempty"`
	NodeList       *string                                   `json:"NodeList,omitempty" xml:"NodeList,omitempty"`
	Owner          *string                                   `json:"Owner,omitempty" xml:"Owner,omitempty"`
	Priority       *string                                   `json:"Priority,omitempty" xml:"Priority,omitempty"`
	Resources      *ListJobsResponseBodyJobsJobInfoResources `json:"Resources,omitempty" xml:"Resources,omitempty" type:"Struct"`
	ShellPath      *string                                   `json:"ShellPath,omitempty" xml:"ShellPath,omitempty"`
	StartTime      *string                                   `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	State          *string                                   `json:"State,omitempty" xml:"State,omitempty"`
	Stderr         *string                                   `json:"Stderr,omitempty" xml:"Stderr,omitempty"`
	Stdout         *string                                   `json:"Stdout,omitempty" xml:"Stdout,omitempty"`
	SubmitTime     *string                                   `json:"SubmitTime,omitempty" xml:"SubmitTime,omitempty"`
}

func (ListJobsResponseBodyJobsJobInfo) GoString

func (*ListJobsResponseBodyJobsJobInfo) SetArrayRequest

func (*ListJobsResponseBodyJobsJobInfo) SetComment

func (*ListJobsResponseBodyJobsJobInfo) SetId

func (*ListJobsResponseBodyJobsJobInfo) SetLastModifyTime

func (*ListJobsResponseBodyJobsJobInfo) SetName

func (*ListJobsResponseBodyJobsJobInfo) SetNodeList

func (*ListJobsResponseBodyJobsJobInfo) SetOwner

func (*ListJobsResponseBodyJobsJobInfo) SetPriority

func (*ListJobsResponseBodyJobsJobInfo) SetShellPath

func (*ListJobsResponseBodyJobsJobInfo) SetStartTime

func (*ListJobsResponseBodyJobsJobInfo) SetState

func (*ListJobsResponseBodyJobsJobInfo) SetStderr

func (*ListJobsResponseBodyJobsJobInfo) SetStdout

func (*ListJobsResponseBodyJobsJobInfo) SetSubmitTime

func (ListJobsResponseBodyJobsJobInfo) String

type ListJobsResponseBodyJobsJobInfoResources

type ListJobsResponseBodyJobsJobInfoResources struct {
	Cores *int32 `json:"Cores,omitempty" xml:"Cores,omitempty"`
	Nodes *int32 `json:"Nodes,omitempty" xml:"Nodes,omitempty"`
}

func (ListJobsResponseBodyJobsJobInfoResources) GoString

func (*ListJobsResponseBodyJobsJobInfoResources) SetCores

func (*ListJobsResponseBodyJobsJobInfoResources) SetNodes

func (ListJobsResponseBodyJobsJobInfoResources) String

type ListJobsWithFiltersRequest

type ListJobsWithFiltersRequest struct {
	ClusterId       *string   `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CreateTimeEnd   *string   `json:"CreateTimeEnd,omitempty" xml:"CreateTimeEnd,omitempty"`
	CreateTimeStart *string   `json:"CreateTimeStart,omitempty" xml:"CreateTimeStart,omitempty"`
	ExecuteOrder    *string   `json:"ExecuteOrder,omitempty" xml:"ExecuteOrder,omitempty"`
	JobName         *string   `json:"JobName,omitempty" xml:"JobName,omitempty"`
	JobStatus       *string   `json:"JobStatus,omitempty" xml:"JobStatus,omitempty"`
	Nodes           []*string `json:"Nodes,omitempty" xml:"Nodes,omitempty" type:"Repeated"`
	PageNumber      *int64    `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize        *int64    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	PendOrder       *string   `json:"PendOrder,omitempty" xml:"PendOrder,omitempty"`
	Queues          []*string `json:"Queues,omitempty" xml:"Queues,omitempty" type:"Repeated"`
	RegionId        *string   `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	SubmitOrder     *string   `json:"SubmitOrder,omitempty" xml:"SubmitOrder,omitempty"`
	Users           []*string `json:"Users,omitempty" xml:"Users,omitempty" type:"Repeated"`
}

func (ListJobsWithFiltersRequest) GoString

func (s ListJobsWithFiltersRequest) GoString() string

func (*ListJobsWithFiltersRequest) SetClusterId

func (*ListJobsWithFiltersRequest) SetCreateTimeEnd

func (*ListJobsWithFiltersRequest) SetCreateTimeStart

func (*ListJobsWithFiltersRequest) SetExecuteOrder

func (*ListJobsWithFiltersRequest) SetJobName

func (*ListJobsWithFiltersRequest) SetJobStatus

func (*ListJobsWithFiltersRequest) SetNodes

func (*ListJobsWithFiltersRequest) SetPageNumber

func (*ListJobsWithFiltersRequest) SetPageSize

func (*ListJobsWithFiltersRequest) SetPendOrder

func (*ListJobsWithFiltersRequest) SetQueues

func (*ListJobsWithFiltersRequest) SetRegionId

func (*ListJobsWithFiltersRequest) SetSubmitOrder

func (*ListJobsWithFiltersRequest) SetUsers

func (ListJobsWithFiltersRequest) String

type ListJobsWithFiltersResponse

type ListJobsWithFiltersResponse struct {
	Headers map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListJobsWithFiltersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListJobsWithFiltersResponse) GoString

func (s ListJobsWithFiltersResponse) GoString() string

func (*ListJobsWithFiltersResponse) SetBody

func (*ListJobsWithFiltersResponse) SetHeaders

func (ListJobsWithFiltersResponse) String

type ListJobsWithFiltersResponseBody

type ListJobsWithFiltersResponseBody struct {
	// Jobs
	Jobs []*ListJobsWithFiltersResponseBodyJobs `json:"Jobs,omitempty" xml:"Jobs,omitempty" type:"Repeated"`
	// PageNumber
	PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	// PageSize
	PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	// Id of the request
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	// Success
	Success *bool `json:"Success,omitempty" xml:"Success,omitempty"`
	// TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListJobsWithFiltersResponseBody) GoString

func (*ListJobsWithFiltersResponseBody) SetJobs

func (*ListJobsWithFiltersResponseBody) SetPageNumber

func (*ListJobsWithFiltersResponseBody) SetPageSize

func (*ListJobsWithFiltersResponseBody) SetRequestId

func (*ListJobsWithFiltersResponseBody) SetSuccess

func (*ListJobsWithFiltersResponseBody) SetTotalCount

func (ListJobsWithFiltersResponseBody) String

type ListJobsWithFiltersResponseBodyJobs

type ListJobsWithFiltersResponseBodyJobs struct {
	ArrayRequest   *string                                       `json:"ArrayRequest,omitempty" xml:"ArrayRequest,omitempty"`
	Comment        *string                                       `json:"Comment,omitempty" xml:"Comment,omitempty"`
	Id             *string                                       `json:"Id,omitempty" xml:"Id,omitempty"`
	LastModifyTime *string                                       `json:"LastModifyTime,omitempty" xml:"LastModifyTime,omitempty"`
	Name           *string                                       `json:"Name,omitempty" xml:"Name,omitempty"`
	NodeList       *string                                       `json:"NodeList,omitempty" xml:"NodeList,omitempty"`
	Owner          *string                                       `json:"Owner,omitempty" xml:"Owner,omitempty"`
	Priority       *string                                       `json:"Priority,omitempty" xml:"Priority,omitempty"`
	Queue          *string                                       `json:"Queue,omitempty" xml:"Queue,omitempty"`
	Resources      *ListJobsWithFiltersResponseBodyJobsResources `json:"Resources,omitempty" xml:"Resources,omitempty" type:"Struct"`
	ShellPath      *string                                       `json:"ShellPath,omitempty" xml:"ShellPath,omitempty"`
	StartTime      *string                                       `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	State          *string                                       `json:"State,omitempty" xml:"State,omitempty"`
	Stderr         *string                                       `json:"Stderr,omitempty" xml:"Stderr,omitempty"`
	Stdout         *string                                       `json:"Stdout,omitempty" xml:"Stdout,omitempty"`
	SubmitTime     *string                                       `json:"SubmitTime,omitempty" xml:"SubmitTime,omitempty"`
}

func (ListJobsWithFiltersResponseBodyJobs) GoString

func (*ListJobsWithFiltersResponseBodyJobs) SetArrayRequest

func (*ListJobsWithFiltersResponseBodyJobs) SetComment

func (*ListJobsWithFiltersResponseBodyJobs) SetId

func (*ListJobsWithFiltersResponseBodyJobs) SetLastModifyTime

func (*ListJobsWithFiltersResponseBodyJobs) SetName

func (*ListJobsWithFiltersResponseBodyJobs) SetNodeList

func (*ListJobsWithFiltersResponseBodyJobs) SetOwner

func (*ListJobsWithFiltersResponseBodyJobs) SetPriority

func (*ListJobsWithFiltersResponseBodyJobs) SetQueue

func (*ListJobsWithFiltersResponseBodyJobs) SetShellPath

func (*ListJobsWithFiltersResponseBodyJobs) SetStartTime

func (*ListJobsWithFiltersResponseBodyJobs) SetState

func (*ListJobsWithFiltersResponseBodyJobs) SetStderr

func (*ListJobsWithFiltersResponseBodyJobs) SetStdout

func (*ListJobsWithFiltersResponseBodyJobs) SetSubmitTime

func (ListJobsWithFiltersResponseBodyJobs) String

type ListJobsWithFiltersResponseBodyJobsResources

type ListJobsWithFiltersResponseBodyJobsResources struct {
	Cores *int64 `json:"Cores,omitempty" xml:"Cores,omitempty"`
	Nodes *int64 `json:"Nodes,omitempty" xml:"Nodes,omitempty"`
}

func (ListJobsWithFiltersResponseBodyJobsResources) GoString

func (*ListJobsWithFiltersResponseBodyJobsResources) SetCores

func (*ListJobsWithFiltersResponseBodyJobsResources) SetNodes

func (ListJobsWithFiltersResponseBodyJobsResources) String

type ListNodesByQueueRequest

type ListNodesByQueueRequest struct {
	ClusterId  *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	QueueName  *string `json:"QueueName,omitempty" xml:"QueueName,omitempty"`
}

func (ListNodesByQueueRequest) GoString

func (s ListNodesByQueueRequest) GoString() string

func (*ListNodesByQueueRequest) SetClusterId

func (*ListNodesByQueueRequest) SetPageNumber

func (*ListNodesByQueueRequest) SetPageSize

func (*ListNodesByQueueRequest) SetQueueName

func (ListNodesByQueueRequest) String

func (s ListNodesByQueueRequest) String() string

type ListNodesByQueueResponse

type ListNodesByQueueResponse struct {
	Headers map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListNodesByQueueResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListNodesByQueueResponse) GoString

func (s ListNodesByQueueResponse) GoString() string

func (*ListNodesByQueueResponse) SetBody

func (*ListNodesByQueueResponse) SetHeaders

func (ListNodesByQueueResponse) String

func (s ListNodesByQueueResponse) String() string

type ListNodesByQueueResponseBody

type ListNodesByQueueResponseBody struct {
	Nodes      *ListNodesByQueueResponseBodyNodes `json:"Nodes,omitempty" xml:"Nodes,omitempty" type:"Struct"`
	PageNumber *int32                             `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                             `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                             `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListNodesByQueueResponseBody) GoString

func (s ListNodesByQueueResponseBody) GoString() string

func (*ListNodesByQueueResponseBody) SetNodes

func (*ListNodesByQueueResponseBody) SetPageNumber

func (*ListNodesByQueueResponseBody) SetPageSize

func (*ListNodesByQueueResponseBody) SetRequestId

func (*ListNodesByQueueResponseBody) SetTotalCount

func (ListNodesByQueueResponseBody) String

type ListNodesByQueueResponseBodyNodes

type ListNodesByQueueResponseBodyNodes struct {
	NodeInfo []*ListNodesByQueueResponseBodyNodesNodeInfo `json:"NodeInfo,omitempty" xml:"NodeInfo,omitempty" type:"Repeated"`
}

func (ListNodesByQueueResponseBodyNodes) GoString

func (ListNodesByQueueResponseBodyNodes) String

type ListNodesByQueueResponseBodyNodesNodeInfo

type ListNodesByQueueResponseBodyNodesNodeInfo struct {
	AddTime         *string                                                  `json:"AddTime,omitempty" xml:"AddTime,omitempty"`
	CreateMode      *string                                                  `json:"CreateMode,omitempty" xml:"CreateMode,omitempty"`
	CreatedByEhpc   *bool                                                    `json:"CreatedByEhpc,omitempty" xml:"CreatedByEhpc,omitempty"`
	Expired         *bool                                                    `json:"Expired,omitempty" xml:"Expired,omitempty"`
	ExpiredTime     *string                                                  `json:"ExpiredTime,omitempty" xml:"ExpiredTime,omitempty"`
	HostName        *string                                                  `json:"HostName,omitempty" xml:"HostName,omitempty"`
	HtEnabled       *bool                                                    `json:"HtEnabled,omitempty" xml:"HtEnabled,omitempty"`
	Id              *string                                                  `json:"Id,omitempty" xml:"Id,omitempty"`
	ImageId         *string                                                  `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	ImageOwnerAlias *string                                                  `json:"ImageOwnerAlias,omitempty" xml:"ImageOwnerAlias,omitempty"`
	IpAddress       *string                                                  `json:"IpAddress,omitempty" xml:"IpAddress,omitempty"`
	Location        *string                                                  `json:"Location,omitempty" xml:"Location,omitempty"`
	LockReason      *string                                                  `json:"LockReason,omitempty" xml:"LockReason,omitempty"`
	PublicIpAddress *string                                                  `json:"PublicIpAddress,omitempty" xml:"PublicIpAddress,omitempty"`
	RegionId        *string                                                  `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	SpotStrategy    *string                                                  `json:"SpotStrategy,omitempty" xml:"SpotStrategy,omitempty"`
	StateInSched    *string                                                  `json:"StateInSched,omitempty" xml:"StateInSched,omitempty"`
	Status          *string                                                  `json:"Status,omitempty" xml:"Status,omitempty"`
	TotalResources  *ListNodesByQueueResponseBodyNodesNodeInfoTotalResources `json:"TotalResources,omitempty" xml:"TotalResources,omitempty" type:"Struct"`
	UsedResources   *ListNodesByQueueResponseBodyNodesNodeInfoUsedResources  `json:"UsedResources,omitempty" xml:"UsedResources,omitempty" type:"Struct"`
	VSwitchId       *string                                                  `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	Version         *string                                                  `json:"Version,omitempty" xml:"Version,omitempty"`
	VpcId           *string                                                  `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	ZoneId          *string                                                  `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (ListNodesByQueueResponseBodyNodesNodeInfo) GoString

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetAddTime

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetCreateMode

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetCreatedByEhpc

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetExpired

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetExpiredTime

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetHostName

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetHtEnabled

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetId

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetImageId

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetImageOwnerAlias

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetIpAddress

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetLocation

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetLockReason

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetPublicIpAddress

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetRegionId

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetSpotStrategy

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetStateInSched

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetStatus

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetVSwitchId

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetVersion

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetVpcId

func (*ListNodesByQueueResponseBodyNodesNodeInfo) SetZoneId

func (ListNodesByQueueResponseBodyNodesNodeInfo) String

type ListNodesByQueueResponseBodyNodesNodeInfoTotalResources

type ListNodesByQueueResponseBodyNodesNodeInfoTotalResources struct {
	Cpu    *int32 `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	Gpu    *int32 `json:"Gpu,omitempty" xml:"Gpu,omitempty"`
	Memory *int32 `json:"Memory,omitempty" xml:"Memory,omitempty"`
}

func (ListNodesByQueueResponseBodyNodesNodeInfoTotalResources) GoString

func (*ListNodesByQueueResponseBodyNodesNodeInfoTotalResources) SetCpu

func (*ListNodesByQueueResponseBodyNodesNodeInfoTotalResources) SetGpu

func (*ListNodesByQueueResponseBodyNodesNodeInfoTotalResources) SetMemory

func (ListNodesByQueueResponseBodyNodesNodeInfoTotalResources) String

type ListNodesByQueueResponseBodyNodesNodeInfoUsedResources

type ListNodesByQueueResponseBodyNodesNodeInfoUsedResources struct {
	Cpu    *int32 `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	Gpu    *int32 `json:"Gpu,omitempty" xml:"Gpu,omitempty"`
	Memory *int32 `json:"Memory,omitempty" xml:"Memory,omitempty"`
}

func (ListNodesByQueueResponseBodyNodesNodeInfoUsedResources) GoString

func (*ListNodesByQueueResponseBodyNodesNodeInfoUsedResources) SetCpu

func (*ListNodesByQueueResponseBodyNodesNodeInfoUsedResources) SetGpu

func (*ListNodesByQueueResponseBodyNodesNodeInfoUsedResources) SetMemory

func (ListNodesByQueueResponseBodyNodesNodeInfoUsedResources) String

type ListNodesNoPagingRequest

type ListNodesNoPagingRequest struct {
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	HostName  *string `json:"HostName,omitempty" xml:"HostName,omitempty"`
	Role      *string `json:"Role,omitempty" xml:"Role,omitempty"`
	Sequence  *string `json:"Sequence,omitempty" xml:"Sequence,omitempty"`
}

func (ListNodesNoPagingRequest) GoString

func (s ListNodesNoPagingRequest) GoString() string

func (*ListNodesNoPagingRequest) SetClusterId

func (*ListNodesNoPagingRequest) SetHostName

func (*ListNodesNoPagingRequest) SetRole

func (*ListNodesNoPagingRequest) SetSequence

func (ListNodesNoPagingRequest) String

func (s ListNodesNoPagingRequest) String() string

type ListNodesNoPagingResponse

type ListNodesNoPagingResponse struct {
	Headers map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListNodesNoPagingResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListNodesNoPagingResponse) GoString

func (s ListNodesNoPagingResponse) GoString() string

func (*ListNodesNoPagingResponse) SetBody

func (*ListNodesNoPagingResponse) SetHeaders

func (ListNodesNoPagingResponse) String

func (s ListNodesNoPagingResponse) String() string

type ListNodesNoPagingResponseBody

type ListNodesNoPagingResponseBody struct {
	Nodes     *ListNodesNoPagingResponseBodyNodes `json:"Nodes,omitempty" xml:"Nodes,omitempty" type:"Struct"`
	RequestId *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListNodesNoPagingResponseBody) GoString

func (*ListNodesNoPagingResponseBody) SetNodes

func (*ListNodesNoPagingResponseBody) SetRequestId

func (ListNodesNoPagingResponseBody) String

type ListNodesNoPagingResponseBodyNodes

type ListNodesNoPagingResponseBodyNodes struct {
	NodeInfo []*ListNodesNoPagingResponseBodyNodesNodeInfo `json:"NodeInfo,omitempty" xml:"NodeInfo,omitempty" type:"Repeated"`
}

func (ListNodesNoPagingResponseBodyNodes) GoString

func (ListNodesNoPagingResponseBodyNodes) String

type ListNodesNoPagingResponseBodyNodesNodeInfo

type ListNodesNoPagingResponseBodyNodesNodeInfo struct {
	HostName     *string `json:"HostName,omitempty" xml:"HostName,omitempty"`
	Id           *string `json:"Id,omitempty" xml:"Id,omitempty"`
	ImageId      *string `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	Status       *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListNodesNoPagingResponseBodyNodesNodeInfo) GoString

func (*ListNodesNoPagingResponseBodyNodesNodeInfo) SetHostName

func (*ListNodesNoPagingResponseBodyNodesNodeInfo) SetId

func (*ListNodesNoPagingResponseBodyNodesNodeInfo) SetImageId

func (*ListNodesNoPagingResponseBodyNodesNodeInfo) SetInstanceType

func (*ListNodesNoPagingResponseBodyNodesNodeInfo) SetStatus

func (ListNodesNoPagingResponseBodyNodesNodeInfo) String

type ListNodesRequest

type ListNodesRequest struct {
	ClusterId        *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Filter           *string `json:"Filter,omitempty" xml:"Filter,omitempty"`
	HostName         *string `json:"HostName,omitempty" xml:"HostName,omitempty"`
	HostNamePrefix   *string `json:"HostNamePrefix,omitempty" xml:"HostNamePrefix,omitempty"`
	HostNameSuffix   *string `json:"HostNameSuffix,omitempty" xml:"HostNameSuffix,omitempty"`
	PageNumber       *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize         *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	PrivateIpAddress *string `json:"PrivateIpAddress,omitempty" xml:"PrivateIpAddress,omitempty"`
	Role             *string `json:"Role,omitempty" xml:"Role,omitempty"`
	Sequence         *string `json:"Sequence,omitempty" xml:"Sequence,omitempty"`
	SortBy           *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"`
}

func (ListNodesRequest) GoString

func (s ListNodesRequest) GoString() string

func (*ListNodesRequest) SetClusterId

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

func (*ListNodesRequest) SetFilter

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

func (*ListNodesRequest) SetHostName

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

func (*ListNodesRequest) SetHostNamePrefix

func (s *ListNodesRequest) SetHostNamePrefix(v string) *ListNodesRequest

func (*ListNodesRequest) SetHostNameSuffix

func (s *ListNodesRequest) SetHostNameSuffix(v string) *ListNodesRequest

func (*ListNodesRequest) SetPageNumber

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

func (*ListNodesRequest) SetPageSize

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

func (*ListNodesRequest) SetPrivateIpAddress

func (s *ListNodesRequest) SetPrivateIpAddress(v string) *ListNodesRequest

func (*ListNodesRequest) SetRole

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

func (*ListNodesRequest) SetSequence

func (s *ListNodesRequest) SetSequence(v string) *ListNodesRequest

func (*ListNodesRequest) SetSortBy

func (s *ListNodesRequest) SetSortBy(v string) *ListNodesRequest

func (ListNodesRequest) String

func (s ListNodesRequest) String() string

type ListNodesResponse

type ListNodesResponse struct {
	Headers map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListNodesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListNodesResponse) GoString

func (s ListNodesResponse) GoString() string

func (*ListNodesResponse) SetBody

func (*ListNodesResponse) SetHeaders

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

func (ListNodesResponse) String

func (s ListNodesResponse) String() string

type ListNodesResponseBody

type ListNodesResponseBody struct {
	Nodes      *ListNodesResponseBodyNodes `json:"Nodes,omitempty" xml:"Nodes,omitempty" type:"Struct"`
	PageNumber *int32                      `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                      `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                      `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListNodesResponseBody) GoString

func (s ListNodesResponseBody) GoString() string

func (*ListNodesResponseBody) SetNodes

func (*ListNodesResponseBody) SetPageNumber

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

func (*ListNodesResponseBody) SetPageSize

func (*ListNodesResponseBody) SetRequestId

func (*ListNodesResponseBody) SetTotalCount

func (s *ListNodesResponseBody) SetTotalCount(v int32) *ListNodesResponseBody

func (ListNodesResponseBody) String

func (s ListNodesResponseBody) String() string

type ListNodesResponseBodyNodes

type ListNodesResponseBodyNodes struct {
	NodeInfo []*ListNodesResponseBodyNodesNodeInfo `json:"NodeInfo,omitempty" xml:"NodeInfo,omitempty" type:"Repeated"`
}

func (ListNodesResponseBodyNodes) GoString

func (s ListNodesResponseBodyNodes) GoString() string

func (*ListNodesResponseBodyNodes) SetNodeInfo

func (ListNodesResponseBodyNodes) String

type ListNodesResponseBodyNodesNodeInfo

type ListNodesResponseBodyNodesNodeInfo struct {
	AddTime         *string                                           `json:"AddTime,omitempty" xml:"AddTime,omitempty"`
	CreateMode      *string                                           `json:"CreateMode,omitempty" xml:"CreateMode,omitempty"`
	CreatedByEhpc   *bool                                             `json:"CreatedByEhpc,omitempty" xml:"CreatedByEhpc,omitempty"`
	Expired         *bool                                             `json:"Expired,omitempty" xml:"Expired,omitempty"`
	ExpiredTime     *string                                           `json:"ExpiredTime,omitempty" xml:"ExpiredTime,omitempty"`
	HostName        *string                                           `json:"HostName,omitempty" xml:"HostName,omitempty"`
	HtEnabled       *bool                                             `json:"HtEnabled,omitempty" xml:"HtEnabled,omitempty"`
	Id              *string                                           `json:"Id,omitempty" xml:"Id,omitempty"`
	ImageId         *string                                           `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	ImageOwnerAlias *string                                           `json:"ImageOwnerAlias,omitempty" xml:"ImageOwnerAlias,omitempty"`
	InstanceType    *string                                           `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	IpAddress       *string                                           `json:"IpAddress,omitempty" xml:"IpAddress,omitempty"`
	Location        *string                                           `json:"Location,omitempty" xml:"Location,omitempty"`
	LockReason      *string                                           `json:"LockReason,omitempty" xml:"LockReason,omitempty"`
	PublicIpAddress *string                                           `json:"PublicIpAddress,omitempty" xml:"PublicIpAddress,omitempty"`
	RegionId        *string                                           `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Roles           *ListNodesResponseBodyNodesNodeInfoRoles          `json:"Roles,omitempty" xml:"Roles,omitempty" type:"Struct"`
	SpotStrategy    *string                                           `json:"SpotStrategy,omitempty" xml:"SpotStrategy,omitempty"`
	StateInSched    *string                                           `json:"StateInSched,omitempty" xml:"StateInSched,omitempty"`
	Status          *string                                           `json:"Status,omitempty" xml:"Status,omitempty"`
	TotalResources  *ListNodesResponseBodyNodesNodeInfoTotalResources `json:"TotalResources,omitempty" xml:"TotalResources,omitempty" type:"Struct"`
	UsedResources   *ListNodesResponseBodyNodesNodeInfoUsedResources  `json:"UsedResources,omitempty" xml:"UsedResources,omitempty" type:"Struct"`
	VSwitchId       *string                                           `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	Version         *string                                           `json:"Version,omitempty" xml:"Version,omitempty"`
	VpcId           *string                                           `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	ZoneId          *string                                           `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (ListNodesResponseBodyNodesNodeInfo) GoString

func (*ListNodesResponseBodyNodesNodeInfo) SetAddTime

func (*ListNodesResponseBodyNodesNodeInfo) SetCreateMode

func (*ListNodesResponseBodyNodesNodeInfo) SetCreatedByEhpc

func (*ListNodesResponseBodyNodesNodeInfo) SetExpired

func (*ListNodesResponseBodyNodesNodeInfo) SetExpiredTime

func (*ListNodesResponseBodyNodesNodeInfo) SetHostName

func (*ListNodesResponseBodyNodesNodeInfo) SetHtEnabled

func (*ListNodesResponseBodyNodesNodeInfo) SetId

func (*ListNodesResponseBodyNodesNodeInfo) SetImageId

func (*ListNodesResponseBodyNodesNodeInfo) SetImageOwnerAlias

func (*ListNodesResponseBodyNodesNodeInfo) SetInstanceType

func (*ListNodesResponseBodyNodesNodeInfo) SetIpAddress

func (*ListNodesResponseBodyNodesNodeInfo) SetLocation

func (*ListNodesResponseBodyNodesNodeInfo) SetLockReason

func (*ListNodesResponseBodyNodesNodeInfo) SetPublicIpAddress

func (*ListNodesResponseBodyNodesNodeInfo) SetRegionId

func (*ListNodesResponseBodyNodesNodeInfo) SetSpotStrategy

func (*ListNodesResponseBodyNodesNodeInfo) SetStateInSched

func (*ListNodesResponseBodyNodesNodeInfo) SetStatus

func (*ListNodesResponseBodyNodesNodeInfo) SetVSwitchId

func (*ListNodesResponseBodyNodesNodeInfo) SetVersion

func (*ListNodesResponseBodyNodesNodeInfo) SetVpcId

func (*ListNodesResponseBodyNodesNodeInfo) SetZoneId

func (ListNodesResponseBodyNodesNodeInfo) String

type ListNodesResponseBodyNodesNodeInfoRoles

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

func (ListNodesResponseBodyNodesNodeInfoRoles) GoString

func (*ListNodesResponseBodyNodesNodeInfoRoles) SetRole

func (ListNodesResponseBodyNodesNodeInfoRoles) String

type ListNodesResponseBodyNodesNodeInfoTotalResources

type ListNodesResponseBodyNodesNodeInfoTotalResources struct {
	Cpu    *int32 `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	Gpu    *int32 `json:"Gpu,omitempty" xml:"Gpu,omitempty"`
	Memory *int32 `json:"Memory,omitempty" xml:"Memory,omitempty"`
}

func (ListNodesResponseBodyNodesNodeInfoTotalResources) GoString

func (*ListNodesResponseBodyNodesNodeInfoTotalResources) SetCpu

func (*ListNodesResponseBodyNodesNodeInfoTotalResources) SetGpu

func (*ListNodesResponseBodyNodesNodeInfoTotalResources) SetMemory

func (ListNodesResponseBodyNodesNodeInfoTotalResources) String

type ListNodesResponseBodyNodesNodeInfoUsedResources

type ListNodesResponseBodyNodesNodeInfoUsedResources struct {
	Cpu    *int32 `json:"Cpu,omitempty" xml:"Cpu,omitempty"`
	Gpu    *int32 `json:"Gpu,omitempty" xml:"Gpu,omitempty"`
	Memory *int32 `json:"Memory,omitempty" xml:"Memory,omitempty"`
}

func (ListNodesResponseBodyNodesNodeInfoUsedResources) GoString

func (*ListNodesResponseBodyNodesNodeInfoUsedResources) SetCpu

func (*ListNodesResponseBodyNodesNodeInfoUsedResources) SetGpu

func (*ListNodesResponseBodyNodesNodeInfoUsedResources) SetMemory

func (ListNodesResponseBodyNodesNodeInfoUsedResources) String

type ListPreferredEcsTypesRequest

type ListPreferredEcsTypesRequest struct {
	InstanceChargeType *string `json:"InstanceChargeType,omitempty" xml:"InstanceChargeType,omitempty"`
	SpotStrategy       *string `json:"SpotStrategy,omitempty" xml:"SpotStrategy,omitempty"`
	ZoneId             *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (ListPreferredEcsTypesRequest) GoString

func (s ListPreferredEcsTypesRequest) GoString() string

func (*ListPreferredEcsTypesRequest) SetInstanceChargeType

func (*ListPreferredEcsTypesRequest) SetSpotStrategy

func (*ListPreferredEcsTypesRequest) SetZoneId

func (ListPreferredEcsTypesRequest) String

type ListPreferredEcsTypesResponse

type ListPreferredEcsTypesResponse struct {
	Headers map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListPreferredEcsTypesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListPreferredEcsTypesResponse) GoString

func (*ListPreferredEcsTypesResponse) SetBody

func (*ListPreferredEcsTypesResponse) SetHeaders

func (ListPreferredEcsTypesResponse) String

type ListPreferredEcsTypesResponseBody

type ListPreferredEcsTypesResponseBody struct {
	RequestId           *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Series              *ListPreferredEcsTypesResponseBodySeries `json:"Series,omitempty" xml:"Series,omitempty" type:"Struct"`
	SupportSpotInstance *bool                                    `json:"SupportSpotInstance,omitempty" xml:"SupportSpotInstance,omitempty"`
}

func (ListPreferredEcsTypesResponseBody) GoString

func (*ListPreferredEcsTypesResponseBody) SetRequestId

func (*ListPreferredEcsTypesResponseBody) SetSupportSpotInstance

func (ListPreferredEcsTypesResponseBody) String

type ListPreferredEcsTypesResponseBodySeries

type ListPreferredEcsTypesResponseBodySeries struct {
	SeriesInfo []*ListPreferredEcsTypesResponseBodySeriesSeriesInfo `json:"SeriesInfo,omitempty" xml:"SeriesInfo,omitempty" type:"Repeated"`
}

func (ListPreferredEcsTypesResponseBodySeries) GoString

func (ListPreferredEcsTypesResponseBodySeries) String

type ListPreferredEcsTypesResponseBodySeriesSeriesInfo

type ListPreferredEcsTypesResponseBodySeriesSeriesInfo struct {
	Roles      *ListPreferredEcsTypesResponseBodySeriesSeriesInfoRoles `json:"Roles,omitempty" xml:"Roles,omitempty" type:"Struct"`
	SeriesId   *string                                                 `json:"SeriesId,omitempty" xml:"SeriesId,omitempty"`
	SeriesName *string                                                 `json:"SeriesName,omitempty" xml:"SeriesName,omitempty"`
}

func (ListPreferredEcsTypesResponseBodySeriesSeriesInfo) GoString

func (*ListPreferredEcsTypesResponseBodySeriesSeriesInfo) SetSeriesId

func (*ListPreferredEcsTypesResponseBodySeriesSeriesInfo) SetSeriesName

func (ListPreferredEcsTypesResponseBodySeriesSeriesInfo) String

type ListPreferredEcsTypesResponseBodySeriesSeriesInfoRoles

type ListPreferredEcsTypesResponseBodySeriesSeriesInfoRoles struct {
	Compute *ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesCompute `json:"Compute,omitempty" xml:"Compute,omitempty" type:"Struct"`
	Login   *ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesLogin   `json:"Login,omitempty" xml:"Login,omitempty" type:"Struct"`
	Manager *ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesManager `json:"Manager,omitempty" xml:"Manager,omitempty" type:"Struct"`
}

func (ListPreferredEcsTypesResponseBodySeriesSeriesInfoRoles) GoString

func (ListPreferredEcsTypesResponseBodySeriesSeriesInfoRoles) String

type ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesCompute

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

func (ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesCompute) GoString

func (*ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesCompute) SetInstanceTypeId

func (ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesCompute) String

type ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesLogin

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

func (ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesLogin) GoString

func (*ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesLogin) SetInstanceTypeId

func (ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesLogin) String

type ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesManager

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

func (ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesManager) GoString

func (*ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesManager) SetInstanceTypeId

func (ListPreferredEcsTypesResponseBodySeriesSeriesInfoRolesManager) String

type ListQueuesRequest

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

func (ListQueuesRequest) GoString

func (s ListQueuesRequest) GoString() string

func (*ListQueuesRequest) SetClusterId

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

func (ListQueuesRequest) String

func (s ListQueuesRequest) String() string

type ListQueuesResponse

type ListQueuesResponse struct {
	Headers map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListQueuesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListQueuesResponse) GoString

func (s ListQueuesResponse) GoString() string

func (*ListQueuesResponse) SetBody

func (*ListQueuesResponse) SetHeaders

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

func (ListQueuesResponse) String

func (s ListQueuesResponse) String() string

type ListQueuesResponseBody

type ListQueuesResponseBody struct {
	Queues    *ListQueuesResponseBodyQueues `json:"Queues,omitempty" xml:"Queues,omitempty" type:"Struct"`
	RequestId *string                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListQueuesResponseBody) GoString

func (s ListQueuesResponseBody) GoString() string

func (*ListQueuesResponseBody) SetQueues

func (*ListQueuesResponseBody) SetRequestId

func (ListQueuesResponseBody) String

func (s ListQueuesResponseBody) String() string

type ListQueuesResponseBodyQueues

type ListQueuesResponseBodyQueues struct {
	QueueInfo []*ListQueuesResponseBodyQueuesQueueInfo `json:"QueueInfo,omitempty" xml:"QueueInfo,omitempty" type:"Repeated"`
}

func (ListQueuesResponseBodyQueues) GoString

func (s ListQueuesResponseBodyQueues) GoString() string

func (*ListQueuesResponseBodyQueues) SetQueueInfo

func (ListQueuesResponseBodyQueues) String

type ListQueuesResponseBodyQueuesQueueInfo

type ListQueuesResponseBodyQueuesQueueInfo struct {
	ComputeInstanceType *ListQueuesResponseBodyQueuesQueueInfoComputeInstanceType `json:"ComputeInstanceType,omitempty" xml:"ComputeInstanceType,omitempty" type:"Struct"`
	EnableAutoGrow      *bool                                                     `json:"EnableAutoGrow,omitempty" xml:"EnableAutoGrow,omitempty"`
	HostNamePrefix      *string                                                   `json:"HostNamePrefix,omitempty" xml:"HostNamePrefix,omitempty"`
	HostNameSuffix      *string                                                   `json:"HostNameSuffix,omitempty" xml:"HostNameSuffix,omitempty"`
	ImageId             *string                                                   `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	QueueName           *string                                                   `json:"QueueName,omitempty" xml:"QueueName,omitempty"`
	ResourceGroupId     *string                                                   `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	SpotInstanceTypes   *ListQueuesResponseBodyQueuesQueueInfoSpotInstanceTypes   `json:"SpotInstanceTypes,omitempty" xml:"SpotInstanceTypes,omitempty" type:"Struct"`
	SpotStrategy        *string                                                   `json:"SpotStrategy,omitempty" xml:"SpotStrategy,omitempty"`
	Type                *string                                                   `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListQueuesResponseBodyQueuesQueueInfo) GoString

func (*ListQueuesResponseBodyQueuesQueueInfo) SetEnableAutoGrow

func (*ListQueuesResponseBodyQueuesQueueInfo) SetHostNamePrefix

func (*ListQueuesResponseBodyQueuesQueueInfo) SetHostNameSuffix

func (*ListQueuesResponseBodyQueuesQueueInfo) SetImageId

func (*ListQueuesResponseBodyQueuesQueueInfo) SetQueueName

func (*ListQueuesResponseBodyQueuesQueueInfo) SetResourceGroupId

func (*ListQueuesResponseBodyQueuesQueueInfo) SetSpotStrategy

func (*ListQueuesResponseBodyQueuesQueueInfo) SetType

func (ListQueuesResponseBodyQueuesQueueInfo) String

type ListQueuesResponseBodyQueuesQueueInfoComputeInstanceType

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

func (ListQueuesResponseBodyQueuesQueueInfoComputeInstanceType) GoString

func (*ListQueuesResponseBodyQueuesQueueInfoComputeInstanceType) SetInstanceType

func (ListQueuesResponseBodyQueuesQueueInfoComputeInstanceType) String

type ListQueuesResponseBodyQueuesQueueInfoSpotInstanceTypes

type ListQueuesResponseBodyQueuesQueueInfoSpotInstanceTypes struct {
	Instance []*ListQueuesResponseBodyQueuesQueueInfoSpotInstanceTypesInstance `json:"Instance,omitempty" xml:"Instance,omitempty" type:"Repeated"`
}

func (ListQueuesResponseBodyQueuesQueueInfoSpotInstanceTypes) GoString

func (ListQueuesResponseBodyQueuesQueueInfoSpotInstanceTypes) String

type ListQueuesResponseBodyQueuesQueueInfoSpotInstanceTypesInstance

type ListQueuesResponseBodyQueuesQueueInfoSpotInstanceTypesInstance struct {
	InstanceType   *string  `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	SpotPriceLimit *float32 `json:"SpotPriceLimit,omitempty" xml:"SpotPriceLimit,omitempty"`
}

func (ListQueuesResponseBodyQueuesQueueInfoSpotInstanceTypesInstance) GoString

func (*ListQueuesResponseBodyQueuesQueueInfoSpotInstanceTypesInstance) SetInstanceType

func (*ListQueuesResponseBodyQueuesQueueInfoSpotInstanceTypesInstance) SetSpotPriceLimit

func (ListQueuesResponseBodyQueuesQueueInfoSpotInstanceTypesInstance) String

type ListRegionsResponse

type ListRegionsResponse struct {
	Headers map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListRegionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListRegionsResponse) GoString

func (s ListRegionsResponse) GoString() string

func (*ListRegionsResponse) SetBody

func (*ListRegionsResponse) SetHeaders

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

func (ListRegionsResponse) String

func (s ListRegionsResponse) String() string

type ListRegionsResponseBody

type ListRegionsResponseBody struct {
	Regions   *ListRegionsResponseBodyRegions `json:"Regions,omitempty" xml:"Regions,omitempty" type:"Struct"`
	RequestId *string                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListRegionsResponseBody) GoString

func (s ListRegionsResponseBody) GoString() string

func (*ListRegionsResponseBody) SetRegions

func (*ListRegionsResponseBody) SetRequestId

func (ListRegionsResponseBody) String

func (s ListRegionsResponseBody) String() string

type ListRegionsResponseBodyRegions

type ListRegionsResponseBodyRegions struct {
	RegionInfo []*ListRegionsResponseBodyRegionsRegionInfo `json:"RegionInfo,omitempty" xml:"RegionInfo,omitempty" type:"Repeated"`
}

func (ListRegionsResponseBodyRegions) GoString

func (ListRegionsResponseBodyRegions) String

type ListRegionsResponseBodyRegionsRegionInfo

type ListRegionsResponseBodyRegionsRegionInfo struct {
	LocalName *string `json:"LocalName,omitempty" xml:"LocalName,omitempty"`
	RegionId  *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (ListRegionsResponseBodyRegionsRegionInfo) GoString

func (*ListRegionsResponseBodyRegionsRegionInfo) SetLocalName

func (*ListRegionsResponseBodyRegionsRegionInfo) SetRegionId

func (ListRegionsResponseBodyRegionsRegionInfo) String

type ListSecurityGroupsRequest

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

func (ListSecurityGroupsRequest) GoString

func (s ListSecurityGroupsRequest) GoString() string

func (*ListSecurityGroupsRequest) SetClusterId

func (ListSecurityGroupsRequest) String

func (s ListSecurityGroupsRequest) String() string

type ListSecurityGroupsResponse

type ListSecurityGroupsResponse struct {
	Headers map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListSecurityGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSecurityGroupsResponse) GoString

func (s ListSecurityGroupsResponse) GoString() string

func (*ListSecurityGroupsResponse) SetBody

func (*ListSecurityGroupsResponse) SetHeaders

func (ListSecurityGroupsResponse) String

type ListSecurityGroupsResponseBody

type ListSecurityGroupsResponseBody struct {
	RequestId      *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SecurityGroups *ListSecurityGroupsResponseBodySecurityGroups `json:"SecurityGroups,omitempty" xml:"SecurityGroups,omitempty" type:"Struct"`
	TotalCount     *int32                                        `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListSecurityGroupsResponseBody) GoString

func (*ListSecurityGroupsResponseBody) SetRequestId

func (*ListSecurityGroupsResponseBody) SetTotalCount

func (ListSecurityGroupsResponseBody) String

type ListSecurityGroupsResponseBodySecurityGroups

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

func (ListSecurityGroupsResponseBodySecurityGroups) GoString

func (*ListSecurityGroupsResponseBodySecurityGroups) SetSecurityGroup

func (ListSecurityGroupsResponseBodySecurityGroups) String

type ListSoftwaresRequest

type ListSoftwaresRequest struct {
	EhpcVersion *string `json:"EhpcVersion,omitempty" xml:"EhpcVersion,omitempty"`
	OsTag       *string `json:"OsTag,omitempty" xml:"OsTag,omitempty"`
}

func (ListSoftwaresRequest) GoString

func (s ListSoftwaresRequest) GoString() string

func (*ListSoftwaresRequest) SetEhpcVersion

func (s *ListSoftwaresRequest) SetEhpcVersion(v string) *ListSoftwaresRequest

func (*ListSoftwaresRequest) SetOsTag

func (ListSoftwaresRequest) String

func (s ListSoftwaresRequest) String() string

type ListSoftwaresResponse

type ListSoftwaresResponse struct {
	Headers map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListSoftwaresResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSoftwaresResponse) GoString

func (s ListSoftwaresResponse) GoString() string

func (*ListSoftwaresResponse) SetBody

func (*ListSoftwaresResponse) SetHeaders

func (ListSoftwaresResponse) String

func (s ListSoftwaresResponse) String() string

type ListSoftwaresResponseBody

type ListSoftwaresResponseBody struct {
	RequestId *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Softwares *ListSoftwaresResponseBodySoftwares `json:"Softwares,omitempty" xml:"Softwares,omitempty" type:"Struct"`
}

func (ListSoftwaresResponseBody) GoString

func (s ListSoftwaresResponseBody) GoString() string

func (*ListSoftwaresResponseBody) SetRequestId

func (*ListSoftwaresResponseBody) SetSoftwares

func (ListSoftwaresResponseBody) String

func (s ListSoftwaresResponseBody) String() string

type ListSoftwaresResponseBodySoftwares

type ListSoftwaresResponseBodySoftwares struct {
	SoftwareInfo []*ListSoftwaresResponseBodySoftwaresSoftwareInfo `json:"SoftwareInfo,omitempty" xml:"SoftwareInfo,omitempty" type:"Repeated"`
}

func (ListSoftwaresResponseBodySoftwares) GoString

func (ListSoftwaresResponseBodySoftwares) String

type ListSoftwaresResponseBodySoftwaresSoftwareInfo

type ListSoftwaresResponseBodySoftwaresSoftwareInfo struct {
	AccountType      *string                                                     `json:"AccountType,omitempty" xml:"AccountType,omitempty"`
	AccountVersion   *string                                                     `json:"AccountVersion,omitempty" xml:"AccountVersion,omitempty"`
	Applications     *ListSoftwaresResponseBodySoftwaresSoftwareInfoApplications `json:"Applications,omitempty" xml:"Applications,omitempty" type:"Struct"`
	EhpcVersion      *string                                                     `json:"EhpcVersion,omitempty" xml:"EhpcVersion,omitempty"`
	OsTag            *string                                                     `json:"OsTag,omitempty" xml:"OsTag,omitempty"`
	SchedulerType    *string                                                     `json:"SchedulerType,omitempty" xml:"SchedulerType,omitempty"`
	SchedulerVersion *string                                                     `json:"SchedulerVersion,omitempty" xml:"SchedulerVersion,omitempty"`
}

func (ListSoftwaresResponseBodySoftwaresSoftwareInfo) GoString

func (*ListSoftwaresResponseBodySoftwaresSoftwareInfo) SetAccountType

func (*ListSoftwaresResponseBodySoftwaresSoftwareInfo) SetAccountVersion

func (*ListSoftwaresResponseBodySoftwaresSoftwareInfo) SetEhpcVersion

func (*ListSoftwaresResponseBodySoftwaresSoftwareInfo) SetOsTag

func (*ListSoftwaresResponseBodySoftwaresSoftwareInfo) SetSchedulerType

func (*ListSoftwaresResponseBodySoftwaresSoftwareInfo) SetSchedulerVersion

func (ListSoftwaresResponseBodySoftwaresSoftwareInfo) String

type ListSoftwaresResponseBodySoftwaresSoftwareInfoApplications

type ListSoftwaresResponseBodySoftwaresSoftwareInfoApplications struct {
	ApplicationInfo []*ListSoftwaresResponseBodySoftwaresSoftwareInfoApplicationsApplicationInfo `json:"ApplicationInfo,omitempty" xml:"ApplicationInfo,omitempty" type:"Repeated"`
}

func (ListSoftwaresResponseBodySoftwaresSoftwareInfoApplications) GoString

func (ListSoftwaresResponseBodySoftwaresSoftwareInfoApplications) String

type ListSoftwaresResponseBodySoftwaresSoftwareInfoApplicationsApplicationInfo

type ListSoftwaresResponseBodySoftwaresSoftwareInfoApplicationsApplicationInfo struct {
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Required *bool   `json:"Required,omitempty" xml:"Required,omitempty"`
	Tag      *string `json:"Tag,omitempty" xml:"Tag,omitempty"`
	Version  *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (ListSoftwaresResponseBodySoftwaresSoftwareInfoApplicationsApplicationInfo) GoString

func (*ListSoftwaresResponseBodySoftwaresSoftwareInfoApplicationsApplicationInfo) SetName

func (*ListSoftwaresResponseBodySoftwaresSoftwareInfoApplicationsApplicationInfo) SetRequired

func (*ListSoftwaresResponseBodySoftwaresSoftwareInfoApplicationsApplicationInfo) SetTag

func (*ListSoftwaresResponseBodySoftwaresSoftwareInfoApplicationsApplicationInfo) SetVersion

func (ListSoftwaresResponseBodySoftwaresSoftwareInfoApplicationsApplicationInfo) String

type ListTasksRequest

type ListTasksRequest struct {
	Archived   *bool   `json:"Archived,omitempty" xml:"Archived,omitempty"`
	ClusterId  *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TaskId     *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (ListTasksRequest) GoString

func (s ListTasksRequest) GoString() string

func (*ListTasksRequest) SetArchived

func (s *ListTasksRequest) SetArchived(v bool) *ListTasksRequest

func (*ListTasksRequest) SetClusterId

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

func (*ListTasksRequest) SetPageNumber

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

func (*ListTasksRequest) SetPageSize

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

func (*ListTasksRequest) SetTaskId

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

func (ListTasksRequest) String

func (s ListTasksRequest) String() string

type ListTasksResponse

type ListTasksResponse struct {
	Headers map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListTasksResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTasksResponse) GoString

func (s ListTasksResponse) GoString() string

func (*ListTasksResponse) SetBody

func (*ListTasksResponse) SetHeaders

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

func (ListTasksResponse) String

func (s ListTasksResponse) String() string

type ListTasksResponseBody

type ListTasksResponseBody struct {
	PageNumber *int32                        `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                        `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Tasks      []*ListTasksResponseBodyTasks `json:"Tasks,omitempty" xml:"Tasks,omitempty" type:"Repeated"`
	TotalCount *int32                        `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListTasksResponseBody) GoString

func (s ListTasksResponseBody) GoString() string

func (*ListTasksResponseBody) SetPageNumber

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

func (*ListTasksResponseBody) SetPageSize

func (*ListTasksResponseBody) SetRequestId

func (*ListTasksResponseBody) SetTasks

func (*ListTasksResponseBody) SetTotalCount

func (s *ListTasksResponseBody) SetTotalCount(v int32) *ListTasksResponseBody

func (ListTasksResponseBody) String

func (s ListTasksResponseBody) String() string

type ListTasksResponseBodyTasks

type ListTasksResponseBodyTasks struct {
	ClusterId   *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CurrentStep *int32  `json:"CurrentStep,omitempty" xml:"CurrentStep,omitempty"`
	Errors      *string `json:"Errors,omitempty" xml:"Errors,omitempty"`
	Request     *string `json:"Request,omitempty" xml:"Request,omitempty"`
	Result      *string `json:"Result,omitempty" xml:"Result,omitempty"`
	Status      *string `json:"Status,omitempty" xml:"Status,omitempty"`
	TaskId      *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
	TaskType    *string `json:"TaskType,omitempty" xml:"TaskType,omitempty"`
	TotalSteps  *int32  `json:"TotalSteps,omitempty" xml:"TotalSteps,omitempty"`
}

func (ListTasksResponseBodyTasks) GoString

func (s ListTasksResponseBodyTasks) GoString() string

func (*ListTasksResponseBodyTasks) SetClusterId

func (*ListTasksResponseBodyTasks) SetCurrentStep

func (*ListTasksResponseBodyTasks) SetErrors

func (*ListTasksResponseBodyTasks) SetRequest

func (*ListTasksResponseBodyTasks) SetResult

func (*ListTasksResponseBodyTasks) SetStatus

func (*ListTasksResponseBodyTasks) SetTaskId

func (*ListTasksResponseBodyTasks) SetTaskType

func (*ListTasksResponseBodyTasks) SetTotalSteps

func (ListTasksResponseBodyTasks) String

type ListUsersRequest

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

func (ListUsersRequest) GoString

func (s ListUsersRequest) GoString() string

func (*ListUsersRequest) SetClusterId

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

func (*ListUsersRequest) SetPageNumber

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

func (*ListUsersRequest) SetPageSize

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

func (ListUsersRequest) String

func (s ListUsersRequest) String() string

type ListUsersResponse

type ListUsersResponse struct {
	Headers map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListUsersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListUsersResponse) GoString

func (s ListUsersResponse) GoString() string

func (*ListUsersResponse) SetBody

func (*ListUsersResponse) SetHeaders

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

func (ListUsersResponse) String

func (s ListUsersResponse) String() string

type ListUsersResponseBody

type ListUsersResponseBody struct {
	PageNumber *int32                      `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                      `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                      `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
	Users      *ListUsersResponseBodyUsers `json:"Users,omitempty" xml:"Users,omitempty" type:"Struct"`
}

func (ListUsersResponseBody) GoString

func (s ListUsersResponseBody) GoString() string

func (*ListUsersResponseBody) SetPageNumber

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

func (*ListUsersResponseBody) SetPageSize

func (*ListUsersResponseBody) SetRequestId

func (*ListUsersResponseBody) SetTotalCount

func (s *ListUsersResponseBody) SetTotalCount(v int32) *ListUsersResponseBody

func (*ListUsersResponseBody) SetUsers

func (ListUsersResponseBody) String

func (s ListUsersResponseBody) String() string

type ListUsersResponseBodyUsers

type ListUsersResponseBodyUsers struct {
	UserInfo []*ListUsersResponseBodyUsersUserInfo `json:"UserInfo,omitempty" xml:"UserInfo,omitempty" type:"Repeated"`
}

func (ListUsersResponseBodyUsers) GoString

func (s ListUsersResponseBodyUsers) GoString() string

func (*ListUsersResponseBodyUsers) SetUserInfo

func (ListUsersResponseBodyUsers) String

type ListUsersResponseBodyUsersUserInfo

type ListUsersResponseBodyUsersUserInfo struct {
	AddTime *string `json:"AddTime,omitempty" xml:"AddTime,omitempty"`
	Group   *string `json:"Group,omitempty" xml:"Group,omitempty"`
	Name    *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (ListUsersResponseBodyUsersUserInfo) GoString

func (*ListUsersResponseBodyUsersUserInfo) SetAddTime

func (*ListUsersResponseBodyUsersUserInfo) SetGroup

func (*ListUsersResponseBodyUsersUserInfo) SetName

func (ListUsersResponseBodyUsersUserInfo) String

type ListVolumesRequest

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

func (ListVolumesRequest) GoString

func (s ListVolumesRequest) GoString() string

func (*ListVolumesRequest) SetPageNumber

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

func (*ListVolumesRequest) SetPageSize

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

func (ListVolumesRequest) String

func (s ListVolumesRequest) String() string

type ListVolumesResponse

type ListVolumesResponse struct {
	Headers map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ListVolumesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListVolumesResponse) GoString

func (s ListVolumesResponse) GoString() string

func (*ListVolumesResponse) SetBody

func (*ListVolumesResponse) SetHeaders

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

func (ListVolumesResponse) String

func (s ListVolumesResponse) String() string

type ListVolumesResponseBody

type ListVolumesResponseBody struct {
	PageNumber *int32                          `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                          `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                          `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
	Volumes    *ListVolumesResponseBodyVolumes `json:"Volumes,omitempty" xml:"Volumes,omitempty" type:"Struct"`
}

func (ListVolumesResponseBody) GoString

func (s ListVolumesResponseBody) GoString() string

func (*ListVolumesResponseBody) SetPageNumber

func (*ListVolumesResponseBody) SetPageSize

func (*ListVolumesResponseBody) SetRequestId

func (*ListVolumesResponseBody) SetTotalCount

func (*ListVolumesResponseBody) SetVolumes

func (ListVolumesResponseBody) String

func (s ListVolumesResponseBody) String() string

type ListVolumesResponseBodyVolumes

type ListVolumesResponseBodyVolumes struct {
	VolumeInfo []*ListVolumesResponseBodyVolumesVolumeInfo `json:"VolumeInfo,omitempty" xml:"VolumeInfo,omitempty" type:"Repeated"`
}

func (ListVolumesResponseBodyVolumes) GoString

func (ListVolumesResponseBodyVolumes) String

type ListVolumesResponseBodyVolumesVolumeInfo

type ListVolumesResponseBodyVolumesVolumeInfo struct {
	AdditionalVolumes *ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumes `json:"AdditionalVolumes,omitempty" xml:"AdditionalVolumes,omitempty" type:"Struct"`
	ClusterId         *string                                                    `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterName       *string                                                    `json:"ClusterName,omitempty" xml:"ClusterName,omitempty"`
	RegionId          *string                                                    `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RemoteDirectory   *string                                                    `json:"RemoteDirectory,omitempty" xml:"RemoteDirectory,omitempty"`
	VolumeId          *string                                                    `json:"VolumeId,omitempty" xml:"VolumeId,omitempty"`
	VolumeMountpoint  *string                                                    `json:"VolumeMountpoint,omitempty" xml:"VolumeMountpoint,omitempty"`
	VolumeProtocol    *string                                                    `json:"VolumeProtocol,omitempty" xml:"VolumeProtocol,omitempty"`
	VolumeType        *string                                                    `json:"VolumeType,omitempty" xml:"VolumeType,omitempty"`
}

func (ListVolumesResponseBodyVolumesVolumeInfo) GoString

func (*ListVolumesResponseBodyVolumesVolumeInfo) SetClusterId

func (*ListVolumesResponseBodyVolumesVolumeInfo) SetClusterName

func (*ListVolumesResponseBodyVolumesVolumeInfo) SetRegionId

func (*ListVolumesResponseBodyVolumesVolumeInfo) SetRemoteDirectory

func (*ListVolumesResponseBodyVolumesVolumeInfo) SetVolumeId

func (*ListVolumesResponseBodyVolumesVolumeInfo) SetVolumeMountpoint

func (*ListVolumesResponseBodyVolumesVolumeInfo) SetVolumeProtocol

func (*ListVolumesResponseBodyVolumesVolumeInfo) SetVolumeType

func (ListVolumesResponseBodyVolumesVolumeInfo) String

type ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumes

type ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumes struct {
	VolumeInfo []*ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumesVolumeInfo `json:"VolumeInfo,omitempty" xml:"VolumeInfo,omitempty" type:"Repeated"`
}

func (ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumes) GoString

func (ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumes) String

type ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumesVolumeInfo

type ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumesVolumeInfo struct {
	JobQueue         *string `json:"JobQueue,omitempty" xml:"JobQueue,omitempty"`
	LocalDirectory   *string `json:"LocalDirectory,omitempty" xml:"LocalDirectory,omitempty"`
	Location         *string `json:"Location,omitempty" xml:"Location,omitempty"`
	RemoteDirectory  *string `json:"RemoteDirectory,omitempty" xml:"RemoteDirectory,omitempty"`
	Role             *string `json:"Role,omitempty" xml:"Role,omitempty"`
	VolumeId         *string `json:"VolumeId,omitempty" xml:"VolumeId,omitempty"`
	VolumeMountpoint *string `json:"VolumeMountpoint,omitempty" xml:"VolumeMountpoint,omitempty"`
	VolumeProtocol   *string `json:"VolumeProtocol,omitempty" xml:"VolumeProtocol,omitempty"`
	VolumeType       *string `json:"VolumeType,omitempty" xml:"VolumeType,omitempty"`
}

func (ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumesVolumeInfo) GoString

func (*ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumesVolumeInfo) SetJobQueue

func (*ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumesVolumeInfo) SetLocalDirectory

func (*ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumesVolumeInfo) SetLocation

func (*ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumesVolumeInfo) SetRemoteDirectory

func (*ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumesVolumeInfo) SetRole

func (*ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumesVolumeInfo) SetVolumeId

func (*ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumesVolumeInfo) SetVolumeMountpoint

func (*ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumesVolumeInfo) SetVolumeProtocol

func (*ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumesVolumeInfo) SetVolumeType

func (ListVolumesResponseBodyVolumesVolumeInfoAdditionalVolumesVolumeInfo) String

type ModifyClusterAttributesRequest

type ModifyClusterAttributesRequest struct {
	ClusterId       *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Description     *string `json:"Description,omitempty" xml:"Description,omitempty"`
	ImageId         *string `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	ImageOwnerAlias *string `json:"ImageOwnerAlias,omitempty" xml:"ImageOwnerAlias,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (ModifyClusterAttributesRequest) GoString

func (*ModifyClusterAttributesRequest) SetClusterId

func (*ModifyClusterAttributesRequest) SetDescription

func (*ModifyClusterAttributesRequest) SetImageId

func (*ModifyClusterAttributesRequest) SetImageOwnerAlias

func (*ModifyClusterAttributesRequest) SetName

func (ModifyClusterAttributesRequest) String

type ModifyClusterAttributesResponse

type ModifyClusterAttributesResponse struct {
	Headers map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ModifyClusterAttributesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyClusterAttributesResponse) GoString

func (*ModifyClusterAttributesResponse) SetHeaders

func (ModifyClusterAttributesResponse) String

type ModifyClusterAttributesResponseBody

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

func (ModifyClusterAttributesResponseBody) GoString

func (*ModifyClusterAttributesResponseBody) SetRequestId

func (ModifyClusterAttributesResponseBody) String

type ModifyContainerAppAttributesRequest

type ModifyContainerAppAttributesRequest struct {
	ContainerId *string `json:"ContainerId,omitempty" xml:"ContainerId,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
}

func (ModifyContainerAppAttributesRequest) GoString

func (*ModifyContainerAppAttributesRequest) SetContainerId

func (*ModifyContainerAppAttributesRequest) SetDescription

func (ModifyContainerAppAttributesRequest) String

type ModifyContainerAppAttributesResponse

type ModifyContainerAppAttributesResponse struct {
	Headers map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ModifyContainerAppAttributesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyContainerAppAttributesResponse) GoString

func (*ModifyContainerAppAttributesResponse) SetHeaders

func (ModifyContainerAppAttributesResponse) String

type ModifyContainerAppAttributesResponseBody

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

func (ModifyContainerAppAttributesResponseBody) GoString

func (*ModifyContainerAppAttributesResponseBody) SetRequestId

func (ModifyContainerAppAttributesResponseBody) String

type ModifyImageGatewayConfigRequest

type ModifyImageGatewayConfigRequest struct {
	ClusterId              *string                                `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	DBPassword             *string                                `json:"DBPassword,omitempty" xml:"DBPassword,omitempty"`
	DBServerInfo           *string                                `json:"DBServerInfo,omitempty" xml:"DBServerInfo,omitempty"`
	DBType                 *string                                `json:"DBType,omitempty" xml:"DBType,omitempty"`
	DBUsername             *string                                `json:"DBUsername,omitempty" xml:"DBUsername,omitempty"`
	DefaultRepoLocation    *string                                `json:"DefaultRepoLocation,omitempty" xml:"DefaultRepoLocation,omitempty"`
	ImageExpirationTimeout *string                                `json:"ImageExpirationTimeout,omitempty" xml:"ImageExpirationTimeout,omitempty"`
	PullUpdateTimeout      *int32                                 `json:"PullUpdateTimeout,omitempty" xml:"PullUpdateTimeout,omitempty"`
	Repo                   []*ModifyImageGatewayConfigRequestRepo `json:"Repo,omitempty" xml:"Repo,omitempty" type:"Repeated"`
}

func (ModifyImageGatewayConfigRequest) GoString

func (*ModifyImageGatewayConfigRequest) SetClusterId

func (*ModifyImageGatewayConfigRequest) SetDBPassword

func (*ModifyImageGatewayConfigRequest) SetDBServerInfo

func (*ModifyImageGatewayConfigRequest) SetDBType

func (*ModifyImageGatewayConfigRequest) SetDBUsername

func (*ModifyImageGatewayConfigRequest) SetDefaultRepoLocation

func (*ModifyImageGatewayConfigRequest) SetImageExpirationTimeout

func (*ModifyImageGatewayConfigRequest) SetPullUpdateTimeout

func (*ModifyImageGatewayConfigRequest) SetRepo

func (ModifyImageGatewayConfigRequest) String

type ModifyImageGatewayConfigRequestRepo

type ModifyImageGatewayConfigRequestRepo struct {
	Auth     *string `json:"Auth,omitempty" xml:"Auth,omitempty"`
	Location *string `json:"Location,omitempty" xml:"Location,omitempty"`
	URL      *string `json:"URL,omitempty" xml:"URL,omitempty"`
}

func (ModifyImageGatewayConfigRequestRepo) GoString

func (*ModifyImageGatewayConfigRequestRepo) SetAuth

func (*ModifyImageGatewayConfigRequestRepo) SetLocation

func (*ModifyImageGatewayConfigRequestRepo) SetURL

func (ModifyImageGatewayConfigRequestRepo) String

type ModifyImageGatewayConfigResponse

type ModifyImageGatewayConfigResponse struct {
	Headers map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ModifyImageGatewayConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyImageGatewayConfigResponse) GoString

func (*ModifyImageGatewayConfigResponse) SetHeaders

func (ModifyImageGatewayConfigResponse) String

type ModifyImageGatewayConfigResponseBody

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

func (ModifyImageGatewayConfigResponseBody) GoString

func (*ModifyImageGatewayConfigResponseBody) SetRequestId

func (ModifyImageGatewayConfigResponseBody) String

type ModifyUserGroupsRequest

type ModifyUserGroupsRequest struct {
	ClusterId *string                        `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	User      []*ModifyUserGroupsRequestUser `json:"User,omitempty" xml:"User,omitempty" type:"Repeated"`
}

func (ModifyUserGroupsRequest) GoString

func (s ModifyUserGroupsRequest) GoString() string

func (*ModifyUserGroupsRequest) SetClusterId

func (*ModifyUserGroupsRequest) SetUser

func (ModifyUserGroupsRequest) String

func (s ModifyUserGroupsRequest) String() string

type ModifyUserGroupsRequestUser

type ModifyUserGroupsRequestUser struct {
	Group *string `json:"Group,omitempty" xml:"Group,omitempty"`
	Name  *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (ModifyUserGroupsRequestUser) GoString

func (s ModifyUserGroupsRequestUser) GoString() string

func (*ModifyUserGroupsRequestUser) SetGroup

func (*ModifyUserGroupsRequestUser) SetName

func (ModifyUserGroupsRequestUser) String

type ModifyUserGroupsResponse

type ModifyUserGroupsResponse struct {
	Headers map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ModifyUserGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyUserGroupsResponse) GoString

func (s ModifyUserGroupsResponse) GoString() string

func (*ModifyUserGroupsResponse) SetBody

func (*ModifyUserGroupsResponse) SetHeaders

func (ModifyUserGroupsResponse) String

func (s ModifyUserGroupsResponse) String() string

type ModifyUserGroupsResponseBody

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

func (ModifyUserGroupsResponseBody) GoString

func (s ModifyUserGroupsResponseBody) GoString() string

func (*ModifyUserGroupsResponseBody) SetRequestId

func (ModifyUserGroupsResponseBody) String

type ModifyUserPasswordsRequest

type ModifyUserPasswordsRequest struct {
	ClusterId *string                           `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	User      []*ModifyUserPasswordsRequestUser `json:"User,omitempty" xml:"User,omitempty" type:"Repeated"`
}

func (ModifyUserPasswordsRequest) GoString

func (s ModifyUserPasswordsRequest) GoString() string

func (*ModifyUserPasswordsRequest) SetClusterId

func (*ModifyUserPasswordsRequest) SetUser

func (ModifyUserPasswordsRequest) String

type ModifyUserPasswordsRequestUser

type ModifyUserPasswordsRequestUser struct {
	Name     *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Password *string `json:"Password,omitempty" xml:"Password,omitempty"`
}

func (ModifyUserPasswordsRequestUser) GoString

func (*ModifyUserPasswordsRequestUser) SetName

func (*ModifyUserPasswordsRequestUser) SetPassword

func (ModifyUserPasswordsRequestUser) String

type ModifyUserPasswordsResponse

type ModifyUserPasswordsResponse struct {
	Headers map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ModifyUserPasswordsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyUserPasswordsResponse) GoString

func (s ModifyUserPasswordsResponse) GoString() string

func (*ModifyUserPasswordsResponse) SetBody

func (*ModifyUserPasswordsResponse) SetHeaders

func (ModifyUserPasswordsResponse) String

type ModifyUserPasswordsResponseBody

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

func (ModifyUserPasswordsResponseBody) GoString

func (*ModifyUserPasswordsResponseBody) SetRequestId

func (ModifyUserPasswordsResponseBody) String

type ModifyVisualServicePasswdRequest

type ModifyVisualServicePasswdRequest struct {
	ClusterId         *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Passwd            *string `json:"Passwd,omitempty" xml:"Passwd,omitempty"`
	RunasUser         *string `json:"RunasUser,omitempty" xml:"RunasUser,omitempty"`
	RunasUserPassword *string `json:"RunasUserPassword,omitempty" xml:"RunasUserPassword,omitempty"`
}

func (ModifyVisualServicePasswdRequest) GoString

func (*ModifyVisualServicePasswdRequest) SetClusterId

func (*ModifyVisualServicePasswdRequest) SetPasswd

func (*ModifyVisualServicePasswdRequest) SetRunasUser

func (*ModifyVisualServicePasswdRequest) SetRunasUserPassword

func (ModifyVisualServicePasswdRequest) String

type ModifyVisualServicePasswdResponse

type ModifyVisualServicePasswdResponse struct {
	Headers map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ModifyVisualServicePasswdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyVisualServicePasswdResponse) GoString

func (*ModifyVisualServicePasswdResponse) SetHeaders

func (ModifyVisualServicePasswdResponse) String

type ModifyVisualServicePasswdResponseBody

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

func (ModifyVisualServicePasswdResponseBody) GoString

func (*ModifyVisualServicePasswdResponseBody) SetMessage

func (*ModifyVisualServicePasswdResponseBody) SetRequestId

func (ModifyVisualServicePasswdResponseBody) String

type MountNFSRequest

type MountNFSRequest struct {
	InstanceId   *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	MountDir     *string `json:"MountDir,omitempty" xml:"MountDir,omitempty"`
	NfsDir       *string `json:"NfsDir,omitempty" xml:"NfsDir,omitempty"`
	ProtocolType *string `json:"ProtocolType,omitempty" xml:"ProtocolType,omitempty"`
	RemoteDir    *string `json:"RemoteDir,omitempty" xml:"RemoteDir,omitempty"`
}

func (MountNFSRequest) GoString

func (s MountNFSRequest) GoString() string

func (*MountNFSRequest) SetInstanceId

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

func (*MountNFSRequest) SetMountDir

func (s *MountNFSRequest) SetMountDir(v string) *MountNFSRequest

func (*MountNFSRequest) SetNfsDir

func (s *MountNFSRequest) SetNfsDir(v string) *MountNFSRequest

func (*MountNFSRequest) SetProtocolType

func (s *MountNFSRequest) SetProtocolType(v string) *MountNFSRequest

func (*MountNFSRequest) SetRemoteDir

func (s *MountNFSRequest) SetRemoteDir(v string) *MountNFSRequest

func (MountNFSRequest) String

func (s MountNFSRequest) String() string

type MountNFSResponse

type MountNFSResponse struct {
	Headers map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *MountNFSResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (MountNFSResponse) GoString

func (s MountNFSResponse) GoString() string

func (*MountNFSResponse) SetBody

func (*MountNFSResponse) SetHeaders

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

func (MountNFSResponse) String

func (s MountNFSResponse) String() string

type MountNFSResponseBody

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

func (MountNFSResponseBody) GoString

func (s MountNFSResponseBody) GoString() string

func (*MountNFSResponseBody) SetInvokeId

func (*MountNFSResponseBody) SetRequestId

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

func (MountNFSResponseBody) String

func (s MountNFSResponseBody) String() string

type PullImageRequest

type PullImageRequest struct {
	ClusterId     *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ContainerType *string `json:"ContainerType,omitempty" xml:"ContainerType,omitempty"`
	ImageTag      *string `json:"ImageTag,omitempty" xml:"ImageTag,omitempty"`
	Repository    *string `json:"Repository,omitempty" xml:"Repository,omitempty"`
}

func (PullImageRequest) GoString

func (s PullImageRequest) GoString() string

func (*PullImageRequest) SetClusterId

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

func (*PullImageRequest) SetContainerType

func (s *PullImageRequest) SetContainerType(v string) *PullImageRequest

func (*PullImageRequest) SetImageTag

func (s *PullImageRequest) SetImageTag(v string) *PullImageRequest

func (*PullImageRequest) SetRepository

func (s *PullImageRequest) SetRepository(v string) *PullImageRequest

func (PullImageRequest) String

func (s PullImageRequest) String() string

type PullImageResponse

type PullImageResponse struct {
	Headers map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *PullImageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PullImageResponse) GoString

func (s PullImageResponse) GoString() string

func (*PullImageResponse) SetBody

func (*PullImageResponse) SetHeaders

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

func (PullImageResponse) String

func (s PullImageResponse) String() string

type PullImageResponseBody

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

func (PullImageResponseBody) GoString

func (s PullImageResponseBody) GoString() string

func (*PullImageResponseBody) SetRequestId

func (PullImageResponseBody) String

func (s PullImageResponseBody) String() string

type QueryServicePackAndPriceResponse

type QueryServicePackAndPriceResponse struct {
	Headers map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *QueryServicePackAndPriceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryServicePackAndPriceResponse) GoString

func (*QueryServicePackAndPriceResponse) SetHeaders

func (QueryServicePackAndPriceResponse) String

type QueryServicePackAndPriceResponseBody

type QueryServicePackAndPriceResponseBody struct {
	ChargeAmount   *int32                                           `json:"ChargeAmount,omitempty" xml:"ChargeAmount,omitempty"`
	Currency       *string                                          `json:"Currency,omitempty" xml:"Currency,omitempty"`
	DiscountPrice  *float32                                         `json:"DiscountPrice,omitempty" xml:"DiscountPrice,omitempty"`
	OriginalAmount *int32                                           `json:"OriginalAmount,omitempty" xml:"OriginalAmount,omitempty"`
	OriginalPrice  *float32                                         `json:"OriginalPrice,omitempty" xml:"OriginalPrice,omitempty"`
	RegionId       *string                                          `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RequestId      *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ServicePack    *QueryServicePackAndPriceResponseBodyServicePack `json:"ServicePack,omitempty" xml:"ServicePack,omitempty" type:"Struct"`
	TradePrice     *float32                                         `json:"TradePrice,omitempty" xml:"TradePrice,omitempty"`
}

func (QueryServicePackAndPriceResponseBody) GoString

func (*QueryServicePackAndPriceResponseBody) SetChargeAmount

func (*QueryServicePackAndPriceResponseBody) SetCurrency

func (*QueryServicePackAndPriceResponseBody) SetDiscountPrice

func (*QueryServicePackAndPriceResponseBody) SetOriginalAmount

func (*QueryServicePackAndPriceResponseBody) SetOriginalPrice

func (*QueryServicePackAndPriceResponseBody) SetRegionId

func (*QueryServicePackAndPriceResponseBody) SetRequestId

func (*QueryServicePackAndPriceResponseBody) SetTradePrice

func (QueryServicePackAndPriceResponseBody) String

type QueryServicePackAndPriceResponseBodyServicePack

type QueryServicePackAndPriceResponseBodyServicePack struct {
	ServicePackInfo []*QueryServicePackAndPriceResponseBodyServicePackServicePackInfo `json:"ServicePackInfo,omitempty" xml:"ServicePackInfo,omitempty" type:"Repeated"`
}

func (QueryServicePackAndPriceResponseBodyServicePack) GoString

func (QueryServicePackAndPriceResponseBodyServicePack) String

type QueryServicePackAndPriceResponseBodyServicePackServicePackInfo

type QueryServicePackAndPriceResponseBodyServicePackServicePackInfo struct {
	Capacity     *int32  `json:"Capacity,omitempty" xml:"Capacity,omitempty"`
	EndTime      *int32  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	InstanceName *string `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	StartTime    *int32  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (QueryServicePackAndPriceResponseBodyServicePackServicePackInfo) GoString

func (*QueryServicePackAndPriceResponseBodyServicePackServicePackInfo) SetCapacity

func (*QueryServicePackAndPriceResponseBodyServicePackServicePackInfo) SetEndTime

func (*QueryServicePackAndPriceResponseBodyServicePackServicePackInfo) SetInstanceName

func (*QueryServicePackAndPriceResponseBodyServicePackServicePackInfo) SetStartTime

func (QueryServicePackAndPriceResponseBodyServicePackServicePackInfo) String

type RecoverClusterRequest

type RecoverClusterRequest struct {
	AccountType     *string `json:"AccountType,omitempty" xml:"AccountType,omitempty"`
	ClientVersion   *string `json:"ClientVersion,omitempty" xml:"ClientVersion,omitempty"`
	ClusterId       *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ImageId         *string `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	ImageOwnerAlias *string `json:"ImageOwnerAlias,omitempty" xml:"ImageOwnerAlias,omitempty"`
	OsTag           *string `json:"OsTag,omitempty" xml:"OsTag,omitempty"`
	SchedulerType   *string `json:"SchedulerType,omitempty" xml:"SchedulerType,omitempty"`
}

func (RecoverClusterRequest) GoString

func (s RecoverClusterRequest) GoString() string

func (*RecoverClusterRequest) SetAccountType

func (s *RecoverClusterRequest) SetAccountType(v string) *RecoverClusterRequest

func (*RecoverClusterRequest) SetClientVersion

func (s *RecoverClusterRequest) SetClientVersion(v string) *RecoverClusterRequest

func (*RecoverClusterRequest) SetClusterId

func (*RecoverClusterRequest) SetImageId

func (*RecoverClusterRequest) SetImageOwnerAlias

func (s *RecoverClusterRequest) SetImageOwnerAlias(v string) *RecoverClusterRequest

func (*RecoverClusterRequest) SetOsTag

func (*RecoverClusterRequest) SetSchedulerType

func (s *RecoverClusterRequest) SetSchedulerType(v string) *RecoverClusterRequest

func (RecoverClusterRequest) String

func (s RecoverClusterRequest) String() string

type RecoverClusterResponse

type RecoverClusterResponse struct {
	Headers map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *RecoverClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RecoverClusterResponse) GoString

func (s RecoverClusterResponse) GoString() string

func (*RecoverClusterResponse) SetBody

func (*RecoverClusterResponse) SetHeaders

func (RecoverClusterResponse) String

func (s RecoverClusterResponse) String() string

type RecoverClusterResponseBody

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

func (RecoverClusterResponseBody) GoString

func (s RecoverClusterResponseBody) GoString() string

func (*RecoverClusterResponseBody) SetRequestId

func (*RecoverClusterResponseBody) SetTaskId

func (RecoverClusterResponseBody) String

type RerunJobsRequest

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

func (RerunJobsRequest) GoString

func (s RerunJobsRequest) GoString() string

func (*RerunJobsRequest) SetClusterId

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

func (*RerunJobsRequest) SetJobs

func (s *RerunJobsRequest) SetJobs(v string) *RerunJobsRequest

func (RerunJobsRequest) String

func (s RerunJobsRequest) String() string

type RerunJobsResponse

type RerunJobsResponse struct {
	Headers map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *RerunJobsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RerunJobsResponse) GoString

func (s RerunJobsResponse) GoString() string

func (*RerunJobsResponse) SetBody

func (*RerunJobsResponse) SetHeaders

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

func (RerunJobsResponse) String

func (s RerunJobsResponse) String() string

type RerunJobsResponseBody

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

func (RerunJobsResponseBody) GoString

func (s RerunJobsResponseBody) GoString() string

func (*RerunJobsResponseBody) SetRequestId

func (RerunJobsResponseBody) String

func (s RerunJobsResponseBody) String() string

type ResetNodesRequest

type ResetNodesRequest struct {
	ClusterId *string                      `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Instance  []*ResetNodesRequestInstance `json:"Instance,omitempty" xml:"Instance,omitempty" type:"Repeated"`
}

func (ResetNodesRequest) GoString

func (s ResetNodesRequest) GoString() string

func (*ResetNodesRequest) SetClusterId

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

func (*ResetNodesRequest) SetInstance

func (ResetNodesRequest) String

func (s ResetNodesRequest) String() string

type ResetNodesRequestInstance

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

func (ResetNodesRequestInstance) GoString

func (s ResetNodesRequestInstance) GoString() string

func (*ResetNodesRequestInstance) SetId

func (ResetNodesRequestInstance) String

func (s ResetNodesRequestInstance) String() string

type ResetNodesResponse

type ResetNodesResponse struct {
	Headers map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *ResetNodesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ResetNodesResponse) GoString

func (s ResetNodesResponse) GoString() string

func (*ResetNodesResponse) SetBody

func (*ResetNodesResponse) SetHeaders

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

func (ResetNodesResponse) String

func (s ResetNodesResponse) String() string

type ResetNodesResponseBody

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

func (ResetNodesResponseBody) GoString

func (s ResetNodesResponseBody) GoString() string

func (*ResetNodesResponseBody) SetRequestId

func (*ResetNodesResponseBody) SetTaskId

func (ResetNodesResponseBody) String

func (s ResetNodesResponseBody) String() string

type RunCloudMetricProfilingRequest

type RunCloudMetricProfilingRequest struct {
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Duration  *int32  `json:"Duration,omitempty" xml:"Duration,omitempty"`
	Freq      *int32  `json:"Freq,omitempty" xml:"Freq,omitempty"`
	HostName  *string `json:"HostName,omitempty" xml:"HostName,omitempty"`
	ProcessId *int32  `json:"ProcessId,omitempty" xml:"ProcessId,omitempty"`
	RegionId  *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (RunCloudMetricProfilingRequest) GoString

func (*RunCloudMetricProfilingRequest) SetClusterId

func (*RunCloudMetricProfilingRequest) SetDuration

func (*RunCloudMetricProfilingRequest) SetFreq

func (*RunCloudMetricProfilingRequest) SetHostName

func (*RunCloudMetricProfilingRequest) SetProcessId

func (*RunCloudMetricProfilingRequest) SetRegionId

func (RunCloudMetricProfilingRequest) String

type RunCloudMetricProfilingResponse

type RunCloudMetricProfilingResponse struct {
	Headers map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *RunCloudMetricProfilingResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RunCloudMetricProfilingResponse) GoString

func (*RunCloudMetricProfilingResponse) SetHeaders

func (RunCloudMetricProfilingResponse) String

type RunCloudMetricProfilingResponseBody

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

func (RunCloudMetricProfilingResponseBody) GoString

func (*RunCloudMetricProfilingResponseBody) SetRequestId

func (RunCloudMetricProfilingResponseBody) String

type SetAutoScaleConfigRequest

type SetAutoScaleConfigRequest struct {
	ClusterId               *string                            `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	EnableAutoGrow          *bool                              `json:"EnableAutoGrow,omitempty" xml:"EnableAutoGrow,omitempty"`
	EnableAutoShrink        *bool                              `json:"EnableAutoShrink,omitempty" xml:"EnableAutoShrink,omitempty"`
	ExcludeNodes            *string                            `json:"ExcludeNodes,omitempty" xml:"ExcludeNodes,omitempty"`
	ExtraNodesGrowRatio     *int32                             `json:"ExtraNodesGrowRatio,omitempty" xml:"ExtraNodesGrowRatio,omitempty"`
	GrowIntervalInMinutes   *int32                             `json:"GrowIntervalInMinutes,omitempty" xml:"GrowIntervalInMinutes,omitempty"`
	GrowRatio               *int32                             `json:"GrowRatio,omitempty" xml:"GrowRatio,omitempty"`
	GrowTimeoutInMinutes    *int32                             `json:"GrowTimeoutInMinutes,omitempty" xml:"GrowTimeoutInMinutes,omitempty"`
	ImageId                 *string                            `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	MaxNodesInCluster       *int32                             `json:"MaxNodesInCluster,omitempty" xml:"MaxNodesInCluster,omitempty"`
	Queues                  []*SetAutoScaleConfigRequestQueues `json:"Queues,omitempty" xml:"Queues,omitempty" type:"Repeated"`
	ShrinkIdleTimes         *int32                             `json:"ShrinkIdleTimes,omitempty" xml:"ShrinkIdleTimes,omitempty"`
	ShrinkIntervalInMinutes *int32                             `json:"ShrinkIntervalInMinutes,omitempty" xml:"ShrinkIntervalInMinutes,omitempty"`
	SpotPriceLimit          *float32                           `json:"SpotPriceLimit,omitempty" xml:"SpotPriceLimit,omitempty"`
	SpotStrategy            *string                            `json:"SpotStrategy,omitempty" xml:"SpotStrategy,omitempty"`
}

func (SetAutoScaleConfigRequest) GoString

func (s SetAutoScaleConfigRequest) GoString() string

func (*SetAutoScaleConfigRequest) SetClusterId

func (*SetAutoScaleConfigRequest) SetEnableAutoGrow

func (s *SetAutoScaleConfigRequest) SetEnableAutoGrow(v bool) *SetAutoScaleConfigRequest

func (*SetAutoScaleConfigRequest) SetEnableAutoShrink

func (s *SetAutoScaleConfigRequest) SetEnableAutoShrink(v bool) *SetAutoScaleConfigRequest

func (*SetAutoScaleConfigRequest) SetExcludeNodes

func (*SetAutoScaleConfigRequest) SetExtraNodesGrowRatio

func (s *SetAutoScaleConfigRequest) SetExtraNodesGrowRatio(v int32) *SetAutoScaleConfigRequest

func (*SetAutoScaleConfigRequest) SetGrowIntervalInMinutes

func (s *SetAutoScaleConfigRequest) SetGrowIntervalInMinutes(v int32) *SetAutoScaleConfigRequest

func (*SetAutoScaleConfigRequest) SetGrowRatio

func (*SetAutoScaleConfigRequest) SetGrowTimeoutInMinutes

func (s *SetAutoScaleConfigRequest) SetGrowTimeoutInMinutes(v int32) *SetAutoScaleConfigRequest

func (*SetAutoScaleConfigRequest) SetImageId

func (*SetAutoScaleConfigRequest) SetMaxNodesInCluster

func (s *SetAutoScaleConfigRequest) SetMaxNodesInCluster(v int32) *SetAutoScaleConfigRequest

func (*SetAutoScaleConfigRequest) SetQueues

func (*SetAutoScaleConfigRequest) SetShrinkIdleTimes

func (s *SetAutoScaleConfigRequest) SetShrinkIdleTimes(v int32) *SetAutoScaleConfigRequest

func (*SetAutoScaleConfigRequest) SetShrinkIntervalInMinutes

func (s *SetAutoScaleConfigRequest) SetShrinkIntervalInMinutes(v int32) *SetAutoScaleConfigRequest

func (*SetAutoScaleConfigRequest) SetSpotPriceLimit

func (*SetAutoScaleConfigRequest) SetSpotStrategy

func (SetAutoScaleConfigRequest) String

func (s SetAutoScaleConfigRequest) String() string

type SetAutoScaleConfigRequestQueues

type SetAutoScaleConfigRequestQueues struct {
	DataDisks          []*SetAutoScaleConfigRequestQueuesDataDisks     `json:"DataDisks,omitempty" xml:"DataDisks,omitempty" type:"Repeated"`
	EnableAutoGrow     *bool                                           `json:"EnableAutoGrow,omitempty" xml:"EnableAutoGrow,omitempty"`
	EnableAutoShrink   *bool                                           `json:"EnableAutoShrink,omitempty" xml:"EnableAutoShrink,omitempty"`
	HostNamePrefix     *string                                         `json:"HostNamePrefix,omitempty" xml:"HostNamePrefix,omitempty"`
	HostNameSuffix     *string                                         `json:"HostNameSuffix,omitempty" xml:"HostNameSuffix,omitempty"`
	InstanceType       *string                                         `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	InstanceTypes      []*SetAutoScaleConfigRequestQueuesInstanceTypes `json:"InstanceTypes,omitempty" xml:"InstanceTypes,omitempty" type:"Repeated"`
	MaxNodesInQueue    *int32                                          `json:"MaxNodesInQueue,omitempty" xml:"MaxNodesInQueue,omitempty"`
	MaxNodesPerCycle   *int64                                          `json:"MaxNodesPerCycle,omitempty" xml:"MaxNodesPerCycle,omitempty"`
	MinNodesInQueue    *int32                                          `json:"MinNodesInQueue,omitempty" xml:"MinNodesInQueue,omitempty"`
	MinNodesPerCycle   *int64                                          `json:"MinNodesPerCycle,omitempty" xml:"MinNodesPerCycle,omitempty"`
	QueueImageId       *string                                         `json:"QueueImageId,omitempty" xml:"QueueImageId,omitempty"`
	QueueName          *string                                         `json:"QueueName,omitempty" xml:"QueueName,omitempty"`
	SpotPriceLimit     *float32                                        `json:"SpotPriceLimit,omitempty" xml:"SpotPriceLimit,omitempty"`
	SpotStrategy       *string                                         `json:"SpotStrategy,omitempty" xml:"SpotStrategy,omitempty"`
	SystemDiskCategory *string                                         `json:"SystemDiskCategory,omitempty" xml:"SystemDiskCategory,omitempty"`
	SystemDiskLevel    *string                                         `json:"SystemDiskLevel,omitempty" xml:"SystemDiskLevel,omitempty"`
	SystemDiskSize     *int32                                          `json:"SystemDiskSize,omitempty" xml:"SystemDiskSize,omitempty"`
}

func (SetAutoScaleConfigRequestQueues) GoString

func (*SetAutoScaleConfigRequestQueues) SetEnableAutoGrow

func (*SetAutoScaleConfigRequestQueues) SetEnableAutoShrink

func (*SetAutoScaleConfigRequestQueues) SetHostNamePrefix

func (*SetAutoScaleConfigRequestQueues) SetHostNameSuffix

func (*SetAutoScaleConfigRequestQueues) SetInstanceType

func (*SetAutoScaleConfigRequestQueues) SetMaxNodesInQueue

func (*SetAutoScaleConfigRequestQueues) SetMaxNodesPerCycle

func (*SetAutoScaleConfigRequestQueues) SetMinNodesInQueue

func (*SetAutoScaleConfigRequestQueues) SetMinNodesPerCycle

func (*SetAutoScaleConfigRequestQueues) SetQueueImageId

func (*SetAutoScaleConfigRequestQueues) SetQueueName

func (*SetAutoScaleConfigRequestQueues) SetSpotPriceLimit

func (*SetAutoScaleConfigRequestQueues) SetSpotStrategy

func (*SetAutoScaleConfigRequestQueues) SetSystemDiskCategory

func (*SetAutoScaleConfigRequestQueues) SetSystemDiskLevel

func (*SetAutoScaleConfigRequestQueues) SetSystemDiskSize

func (SetAutoScaleConfigRequestQueues) String

type SetAutoScaleConfigRequestQueuesDataDisks

type SetAutoScaleConfigRequestQueuesDataDisks struct {
	DataDiskCategory           *string `json:"DataDiskCategory,omitempty" xml:"DataDiskCategory,omitempty"`
	DataDiskDeleteWithInstance *bool   `json:"DataDiskDeleteWithInstance,omitempty" xml:"DataDiskDeleteWithInstance,omitempty"`
	DataDiskEncrypted          *bool   `json:"DataDiskEncrypted,omitempty" xml:"DataDiskEncrypted,omitempty"`
	DataDiskKMSKeyId           *string `json:"DataDiskKMSKeyId,omitempty" xml:"DataDiskKMSKeyId,omitempty"`
	DataDiskPerformanceLevel   *string `json:"DataDiskPerformanceLevel,omitempty" xml:"DataDiskPerformanceLevel,omitempty"`
	DataDiskSize               *int32  `json:"DataDiskSize,omitempty" xml:"DataDiskSize,omitempty"`
}

func (SetAutoScaleConfigRequestQueuesDataDisks) GoString

func (*SetAutoScaleConfigRequestQueuesDataDisks) SetDataDiskCategory

func (*SetAutoScaleConfigRequestQueuesDataDisks) SetDataDiskDeleteWithInstance

func (*SetAutoScaleConfigRequestQueuesDataDisks) SetDataDiskEncrypted

func (*SetAutoScaleConfigRequestQueuesDataDisks) SetDataDiskKMSKeyId

func (*SetAutoScaleConfigRequestQueuesDataDisks) SetDataDiskPerformanceLevel

func (*SetAutoScaleConfigRequestQueuesDataDisks) SetDataDiskSize

func (SetAutoScaleConfigRequestQueuesDataDisks) String

type SetAutoScaleConfigRequestQueuesInstanceTypes

type SetAutoScaleConfigRequestQueuesInstanceTypes struct {
	InstanceType   *string  `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	SpotPriceLimit *float32 `json:"SpotPriceLimit,omitempty" xml:"SpotPriceLimit,omitempty"`
	SpotStrategy   *string  `json:"SpotStrategy,omitempty" xml:"SpotStrategy,omitempty"`
	VSwitchId      *string  `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	ZoneId         *string  `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (SetAutoScaleConfigRequestQueuesInstanceTypes) GoString

func (*SetAutoScaleConfigRequestQueuesInstanceTypes) SetInstanceType

func (*SetAutoScaleConfigRequestQueuesInstanceTypes) SetSpotPriceLimit

func (*SetAutoScaleConfigRequestQueuesInstanceTypes) SetSpotStrategy

func (*SetAutoScaleConfigRequestQueuesInstanceTypes) SetVSwitchId

func (*SetAutoScaleConfigRequestQueuesInstanceTypes) SetZoneId

func (SetAutoScaleConfigRequestQueuesInstanceTypes) String

type SetAutoScaleConfigResponse

type SetAutoScaleConfigResponse struct {
	Headers map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *SetAutoScaleConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SetAutoScaleConfigResponse) GoString

func (s SetAutoScaleConfigResponse) GoString() string

func (*SetAutoScaleConfigResponse) SetBody

func (*SetAutoScaleConfigResponse) SetHeaders

func (SetAutoScaleConfigResponse) String

type SetAutoScaleConfigResponseBody

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

func (SetAutoScaleConfigResponseBody) GoString

func (*SetAutoScaleConfigResponseBody) SetRequestId

func (SetAutoScaleConfigResponseBody) String

type SetGWSClusterPolicyRequest

type SetGWSClusterPolicyRequest struct {
	AsyncMode   *bool   `json:"AsyncMode,omitempty" xml:"AsyncMode,omitempty"`
	Clipboard   *string `json:"Clipboard,omitempty" xml:"Clipboard,omitempty"`
	ClusterId   *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	LocalDrive  *string `json:"LocalDrive,omitempty" xml:"LocalDrive,omitempty"`
	UdpPort     *string `json:"UdpPort,omitempty" xml:"UdpPort,omitempty"`
	UsbRedirect *string `json:"UsbRedirect,omitempty" xml:"UsbRedirect,omitempty"`
	Watermark   *string `json:"Watermark,omitempty" xml:"Watermark,omitempty"`
}

func (SetGWSClusterPolicyRequest) GoString

func (s SetGWSClusterPolicyRequest) GoString() string

func (*SetGWSClusterPolicyRequest) SetAsyncMode

func (*SetGWSClusterPolicyRequest) SetClipboard

func (*SetGWSClusterPolicyRequest) SetClusterId

func (*SetGWSClusterPolicyRequest) SetLocalDrive

func (*SetGWSClusterPolicyRequest) SetUdpPort

func (*SetGWSClusterPolicyRequest) SetUsbRedirect

func (*SetGWSClusterPolicyRequest) SetWatermark

func (SetGWSClusterPolicyRequest) String

type SetGWSClusterPolicyResponse

type SetGWSClusterPolicyResponse struct {
	Headers map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *SetGWSClusterPolicyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SetGWSClusterPolicyResponse) GoString

func (s SetGWSClusterPolicyResponse) GoString() string

func (*SetGWSClusterPolicyResponse) SetBody

func (*SetGWSClusterPolicyResponse) SetHeaders

func (SetGWSClusterPolicyResponse) String

type SetGWSClusterPolicyResponseBody

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

func (SetGWSClusterPolicyResponseBody) GoString

func (*SetGWSClusterPolicyResponseBody) SetRequestId

func (SetGWSClusterPolicyResponseBody) String

type SetGWSInstanceNameRequest

type SetGWSInstanceNameRequest struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (SetGWSInstanceNameRequest) GoString

func (s SetGWSInstanceNameRequest) GoString() string

func (*SetGWSInstanceNameRequest) SetInstanceId

func (*SetGWSInstanceNameRequest) SetName

func (SetGWSInstanceNameRequest) String

func (s SetGWSInstanceNameRequest) String() string

type SetGWSInstanceNameResponse

type SetGWSInstanceNameResponse struct {
	Headers map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *SetGWSInstanceNameResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SetGWSInstanceNameResponse) GoString

func (s SetGWSInstanceNameResponse) GoString() string

func (*SetGWSInstanceNameResponse) SetBody

func (*SetGWSInstanceNameResponse) SetHeaders

func (SetGWSInstanceNameResponse) String

type SetGWSInstanceNameResponseBody

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

func (SetGWSInstanceNameResponseBody) GoString

func (*SetGWSInstanceNameResponseBody) SetRequestId

func (SetGWSInstanceNameResponseBody) String

type SetGWSInstanceUserRequest

type SetGWSInstanceUserRequest struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	UserName   *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
	UserUid    *string `json:"UserUid,omitempty" xml:"UserUid,omitempty"`
}

func (SetGWSInstanceUserRequest) GoString

func (s SetGWSInstanceUserRequest) GoString() string

func (*SetGWSInstanceUserRequest) SetInstanceId

func (*SetGWSInstanceUserRequest) SetUserName

func (*SetGWSInstanceUserRequest) SetUserUid

func (SetGWSInstanceUserRequest) String

func (s SetGWSInstanceUserRequest) String() string

type SetGWSInstanceUserResponse

type SetGWSInstanceUserResponse struct {
	Headers map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *SetGWSInstanceUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SetGWSInstanceUserResponse) GoString

func (s SetGWSInstanceUserResponse) GoString() string

func (*SetGWSInstanceUserResponse) SetBody

func (*SetGWSInstanceUserResponse) SetHeaders

func (SetGWSInstanceUserResponse) String

type SetGWSInstanceUserResponseBody

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

func (SetGWSInstanceUserResponseBody) GoString

func (*SetGWSInstanceUserResponseBody) SetRequestId

func (SetGWSInstanceUserResponseBody) String

type SetPostScriptsRequest

type SetPostScriptsRequest struct {
	ClusterId          *string                                    `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	PostInstallScripts []*SetPostScriptsRequestPostInstallScripts `json:"PostInstallScripts,omitempty" xml:"PostInstallScripts,omitempty" type:"Repeated"`
	RegionId           *string                                    `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (SetPostScriptsRequest) GoString

func (s SetPostScriptsRequest) GoString() string

func (*SetPostScriptsRequest) SetClusterId

func (*SetPostScriptsRequest) SetPostInstallScripts

func (*SetPostScriptsRequest) SetRegionId

func (SetPostScriptsRequest) String

func (s SetPostScriptsRequest) String() string

type SetPostScriptsRequestPostInstallScripts

type SetPostScriptsRequestPostInstallScripts struct {
	Args *string `json:"Args,omitempty" xml:"Args,omitempty"`
	Url  *string `json:"Url,omitempty" xml:"Url,omitempty"`
}

func (SetPostScriptsRequestPostInstallScripts) GoString

func (*SetPostScriptsRequestPostInstallScripts) SetArgs

func (*SetPostScriptsRequestPostInstallScripts) SetUrl

func (SetPostScriptsRequestPostInstallScripts) String

type SetPostScriptsResponse

type SetPostScriptsResponse struct {
	Headers map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *SetPostScriptsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SetPostScriptsResponse) GoString

func (s SetPostScriptsResponse) GoString() string

func (*SetPostScriptsResponse) SetBody

func (*SetPostScriptsResponse) SetHeaders

func (SetPostScriptsResponse) String

func (s SetPostScriptsResponse) String() string

type SetPostScriptsResponseBody

type SetPostScriptsResponseBody struct {
	// Id of the request
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (SetPostScriptsResponseBody) GoString

func (s SetPostScriptsResponseBody) GoString() string

func (*SetPostScriptsResponseBody) SetRequestId

func (SetPostScriptsResponseBody) String

type SetQueueRequest

type SetQueueRequest struct {
	ClusterId *string                `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Node      []*SetQueueRequestNode `json:"Node,omitempty" xml:"Node,omitempty" type:"Repeated"`
	QueueName *string                `json:"QueueName,omitempty" xml:"QueueName,omitempty"`
}

func (SetQueueRequest) GoString

func (s SetQueueRequest) GoString() string

func (*SetQueueRequest) SetClusterId

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

func (*SetQueueRequest) SetNode

func (*SetQueueRequest) SetQueueName

func (s *SetQueueRequest) SetQueueName(v string) *SetQueueRequest

func (SetQueueRequest) String

func (s SetQueueRequest) String() string

type SetQueueRequestNode

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

func (SetQueueRequestNode) GoString

func (s SetQueueRequestNode) GoString() string

func (*SetQueueRequestNode) SetName

func (SetQueueRequestNode) String

func (s SetQueueRequestNode) String() string

type SetQueueResponse

type SetQueueResponse struct {
	Headers map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *SetQueueResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SetQueueResponse) GoString

func (s SetQueueResponse) GoString() string

func (*SetQueueResponse) SetBody

func (*SetQueueResponse) SetHeaders

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

func (SetQueueResponse) String

func (s SetQueueResponse) String() string

type SetQueueResponseBody

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

func (SetQueueResponseBody) GoString

func (s SetQueueResponseBody) GoString() string

func (*SetQueueResponseBody) SetRequestId

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

func (SetQueueResponseBody) String

func (s SetQueueResponseBody) String() string

type SetSchedulerInfoRequest

type SetSchedulerInfoRequest struct {
	ClusterId *string                             `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	PbsInfo   []*SetSchedulerInfoRequestPbsInfo   `json:"PbsInfo,omitempty" xml:"PbsInfo,omitempty" type:"Repeated"`
	RegionId  *string                             `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Scheduler []*SetSchedulerInfoRequestScheduler `json:"Scheduler,omitempty" xml:"Scheduler,omitempty" type:"Repeated"`
	SlurmInfo []*SetSchedulerInfoRequestSlurmInfo `json:"SlurmInfo,omitempty" xml:"SlurmInfo,omitempty" type:"Repeated"`
}

func (SetSchedulerInfoRequest) GoString

func (s SetSchedulerInfoRequest) GoString() string

func (*SetSchedulerInfoRequest) SetClusterId

func (*SetSchedulerInfoRequest) SetPbsInfo

func (*SetSchedulerInfoRequest) SetRegionId

func (*SetSchedulerInfoRequest) SetScheduler

func (*SetSchedulerInfoRequest) SetSlurmInfo

func (SetSchedulerInfoRequest) String

func (s SetSchedulerInfoRequest) String() string

type SetSchedulerInfoRequestPbsInfo

type SetSchedulerInfoRequestPbsInfo struct {
	AclLimit           []*SetSchedulerInfoRequestPbsInfoAclLimit      `json:"AclLimit,omitempty" xml:"AclLimit,omitempty" type:"Repeated"`
	JobHistoryDuration *int32                                         `json:"JobHistoryDuration,omitempty" xml:"JobHistoryDuration,omitempty"`
	ResourceLimit      []*SetSchedulerInfoRequestPbsInfoResourceLimit `json:"ResourceLimit,omitempty" xml:"ResourceLimit,omitempty" type:"Repeated"`
	SchedInterval      *int32                                         `json:"SchedInterval,omitempty" xml:"SchedInterval,omitempty"`
}

func (SetSchedulerInfoRequestPbsInfo) GoString

func (*SetSchedulerInfoRequestPbsInfo) SetAclLimit

func (*SetSchedulerInfoRequestPbsInfo) SetJobHistoryDuration

func (*SetSchedulerInfoRequestPbsInfo) SetSchedInterval

func (SetSchedulerInfoRequestPbsInfo) String

type SetSchedulerInfoRequestPbsInfoAclLimit

type SetSchedulerInfoRequestPbsInfoAclLimit struct {
	AclUsers *string `json:"AclUsers,omitempty" xml:"AclUsers,omitempty"`
	Queue    *string `json:"Queue,omitempty" xml:"Queue,omitempty"`
}

func (SetSchedulerInfoRequestPbsInfoAclLimit) GoString

func (*SetSchedulerInfoRequestPbsInfoAclLimit) SetAclUsers

func (*SetSchedulerInfoRequestPbsInfoAclLimit) SetQueue

func (SetSchedulerInfoRequestPbsInfoAclLimit) String

type SetSchedulerInfoRequestPbsInfoResourceLimit

type SetSchedulerInfoRequestPbsInfoResourceLimit struct {
	Cpus  *int32  `json:"Cpus,omitempty" xml:"Cpus,omitempty"`
	Mem   *string `json:"Mem,omitempty" xml:"Mem,omitempty"`
	Nodes *int32  `json:"Nodes,omitempty" xml:"Nodes,omitempty"`
	Queue *string `json:"Queue,omitempty" xml:"Queue,omitempty"`
	User  *string `json:"User,omitempty" xml:"User,omitempty"`
}

func (SetSchedulerInfoRequestPbsInfoResourceLimit) GoString

func (*SetSchedulerInfoRequestPbsInfoResourceLimit) SetCpus

func (*SetSchedulerInfoRequestPbsInfoResourceLimit) SetMem

func (*SetSchedulerInfoRequestPbsInfoResourceLimit) SetNodes

func (*SetSchedulerInfoRequestPbsInfoResourceLimit) SetQueue

func (*SetSchedulerInfoRequestPbsInfoResourceLimit) SetUser

func (SetSchedulerInfoRequestPbsInfoResourceLimit) String

type SetSchedulerInfoRequestScheduler

type SetSchedulerInfoRequestScheduler struct {
	SchedName *string `json:"SchedName,omitempty" xml:"SchedName,omitempty"`
}

func (SetSchedulerInfoRequestScheduler) GoString

func (*SetSchedulerInfoRequestScheduler) SetSchedName

func (SetSchedulerInfoRequestScheduler) String

type SetSchedulerInfoRequestSlurmInfo

type SetSchedulerInfoRequestSlurmInfo struct {
	BackfillInterval *int32 `json:"BackfillInterval,omitempty" xml:"BackfillInterval,omitempty"`
	SchedInterval    *int32 `json:"SchedInterval,omitempty" xml:"SchedInterval,omitempty"`
}

func (SetSchedulerInfoRequestSlurmInfo) GoString

func (*SetSchedulerInfoRequestSlurmInfo) SetBackfillInterval

func (*SetSchedulerInfoRequestSlurmInfo) SetSchedInterval

func (SetSchedulerInfoRequestSlurmInfo) String

type SetSchedulerInfoResponse

type SetSchedulerInfoResponse struct {
	Headers map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *SetSchedulerInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SetSchedulerInfoResponse) GoString

func (s SetSchedulerInfoResponse) GoString() string

func (*SetSchedulerInfoResponse) SetBody

func (*SetSchedulerInfoResponse) SetHeaders

func (SetSchedulerInfoResponse) String

func (s SetSchedulerInfoResponse) String() string

type SetSchedulerInfoResponseBody

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

func (SetSchedulerInfoResponseBody) GoString

func (s SetSchedulerInfoResponseBody) GoString() string

func (*SetSchedulerInfoResponseBody) SetMessage

func (*SetSchedulerInfoResponseBody) SetRequestId

func (SetSchedulerInfoResponseBody) String

type StartClusterRequest

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

func (StartClusterRequest) GoString

func (s StartClusterRequest) GoString() string

func (*StartClusterRequest) SetClusterId

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

func (StartClusterRequest) String

func (s StartClusterRequest) String() string

type StartClusterResponse

type StartClusterResponse struct {
	Headers map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *StartClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StartClusterResponse) GoString

func (s StartClusterResponse) GoString() string

func (*StartClusterResponse) SetBody

func (*StartClusterResponse) SetHeaders

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

func (StartClusterResponse) String

func (s StartClusterResponse) String() string

type StartClusterResponseBody

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

func (StartClusterResponseBody) GoString

func (s StartClusterResponseBody) GoString() string

func (*StartClusterResponseBody) SetRequestId

func (*StartClusterResponseBody) SetTaskId

func (StartClusterResponseBody) String

func (s StartClusterResponseBody) String() string

type StartGWSInstanceRequest

type StartGWSInstanceRequest struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
}

func (StartGWSInstanceRequest) GoString

func (s StartGWSInstanceRequest) GoString() string

func (*StartGWSInstanceRequest) SetInstanceId

func (StartGWSInstanceRequest) String

func (s StartGWSInstanceRequest) String() string

type StartGWSInstanceResponse

type StartGWSInstanceResponse struct {
	Headers map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *StartGWSInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StartGWSInstanceResponse) GoString

func (s StartGWSInstanceResponse) GoString() string

func (*StartGWSInstanceResponse) SetBody

func (*StartGWSInstanceResponse) SetHeaders

func (StartGWSInstanceResponse) String

func (s StartGWSInstanceResponse) String() string

type StartGWSInstanceResponseBody

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

func (StartGWSInstanceResponseBody) GoString

func (s StartGWSInstanceResponseBody) GoString() string

func (*StartGWSInstanceResponseBody) SetRequestId

func (StartGWSInstanceResponseBody) String

type StartNodesRequest

type StartNodesRequest struct {
	ClusterId *string                      `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Instance  []*StartNodesRequestInstance `json:"Instance,omitempty" xml:"Instance,omitempty" type:"Repeated"`
	Role      *string                      `json:"Role,omitempty" xml:"Role,omitempty"`
}

func (StartNodesRequest) GoString

func (s StartNodesRequest) GoString() string

func (*StartNodesRequest) SetClusterId

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

func (*StartNodesRequest) SetInstance

func (*StartNodesRequest) SetRole

func (StartNodesRequest) String

func (s StartNodesRequest) String() string

type StartNodesRequestInstance

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

func (StartNodesRequestInstance) GoString

func (s StartNodesRequestInstance) GoString() string

func (*StartNodesRequestInstance) SetId

func (StartNodesRequestInstance) String

func (s StartNodesRequestInstance) String() string

type StartNodesResponse

type StartNodesResponse struct {
	Headers map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *StartNodesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StartNodesResponse) GoString

func (s StartNodesResponse) GoString() string

func (*StartNodesResponse) SetBody

func (*StartNodesResponse) SetHeaders

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

func (StartNodesResponse) String

func (s StartNodesResponse) String() string

type StartNodesResponseBody

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

func (StartNodesResponseBody) GoString

func (s StartNodesResponseBody) GoString() string

func (*StartNodesResponseBody) SetRequestId

func (*StartNodesResponseBody) SetTaskId

func (StartNodesResponseBody) String

func (s StartNodesResponseBody) String() string

type StartVisualServiceRequest

type StartVisualServiceRequest struct {
	CidrIp    *string `json:"CidrIp,omitempty" xml:"CidrIp,omitempty"`
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Port      *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
}

func (StartVisualServiceRequest) GoString

func (s StartVisualServiceRequest) GoString() string

func (*StartVisualServiceRequest) SetCidrIp

func (*StartVisualServiceRequest) SetClusterId

func (*StartVisualServiceRequest) SetPort

func (StartVisualServiceRequest) String

func (s StartVisualServiceRequest) String() string

type StartVisualServiceResponse

type StartVisualServiceResponse struct {
	Headers map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *StartVisualServiceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StartVisualServiceResponse) GoString

func (s StartVisualServiceResponse) GoString() string

func (*StartVisualServiceResponse) SetBody

func (*StartVisualServiceResponse) SetHeaders

func (StartVisualServiceResponse) String

type StartVisualServiceResponseBody

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

func (StartVisualServiceResponseBody) GoString

func (*StartVisualServiceResponseBody) SetMessage

func (*StartVisualServiceResponseBody) SetRequestId

func (StartVisualServiceResponseBody) String

type StopClusterRequest

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

func (StopClusterRequest) GoString

func (s StopClusterRequest) GoString() string

func (*StopClusterRequest) SetClusterId

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

func (StopClusterRequest) String

func (s StopClusterRequest) String() string

type StopClusterResponse

type StopClusterResponse struct {
	Headers map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *StopClusterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StopClusterResponse) GoString

func (s StopClusterResponse) GoString() string

func (*StopClusterResponse) SetBody

func (*StopClusterResponse) SetHeaders

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

func (StopClusterResponse) String

func (s StopClusterResponse) String() string

type StopClusterResponseBody

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

func (StopClusterResponseBody) GoString

func (s StopClusterResponseBody) GoString() string

func (*StopClusterResponseBody) SetRequestId

func (*StopClusterResponseBody) SetTaskId

func (StopClusterResponseBody) String

func (s StopClusterResponseBody) String() string

type StopGWSInstanceRequest

type StopGWSInstanceRequest struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
}

func (StopGWSInstanceRequest) GoString

func (s StopGWSInstanceRequest) GoString() string

func (*StopGWSInstanceRequest) SetInstanceId

func (StopGWSInstanceRequest) String

func (s StopGWSInstanceRequest) String() string

type StopGWSInstanceResponse

type StopGWSInstanceResponse struct {
	Headers map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *StopGWSInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StopGWSInstanceResponse) GoString

func (s StopGWSInstanceResponse) GoString() string

func (*StopGWSInstanceResponse) SetBody

func (*StopGWSInstanceResponse) SetHeaders

func (StopGWSInstanceResponse) String

func (s StopGWSInstanceResponse) String() string

type StopGWSInstanceResponseBody

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

func (StopGWSInstanceResponseBody) GoString

func (s StopGWSInstanceResponseBody) GoString() string

func (*StopGWSInstanceResponseBody) SetRequestId

func (StopGWSInstanceResponseBody) String

type StopJobsRequest

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

func (StopJobsRequest) GoString

func (s StopJobsRequest) GoString() string

func (*StopJobsRequest) SetClusterId

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

func (*StopJobsRequest) SetJobs

func (s *StopJobsRequest) SetJobs(v string) *StopJobsRequest

func (StopJobsRequest) String

func (s StopJobsRequest) String() string

type StopJobsResponse

type StopJobsResponse struct {
	Headers map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *StopJobsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StopJobsResponse) GoString

func (s StopJobsResponse) GoString() string

func (*StopJobsResponse) SetBody

func (*StopJobsResponse) SetHeaders

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

func (StopJobsResponse) String

func (s StopJobsResponse) String() string

type StopJobsResponseBody

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

func (StopJobsResponseBody) GoString

func (s StopJobsResponseBody) GoString() string

func (*StopJobsResponseBody) SetRequestId

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

func (StopJobsResponseBody) String

func (s StopJobsResponseBody) String() string

type StopNodesRequest

type StopNodesRequest struct {
	ClusterId *string                     `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Instance  []*StopNodesRequestInstance `json:"Instance,omitempty" xml:"Instance,omitempty" type:"Repeated"`
	Role      *string                     `json:"Role,omitempty" xml:"Role,omitempty"`
}

func (StopNodesRequest) GoString

func (s StopNodesRequest) GoString() string

func (*StopNodesRequest) SetClusterId

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

func (*StopNodesRequest) SetInstance

func (*StopNodesRequest) SetRole

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

func (StopNodesRequest) String

func (s StopNodesRequest) String() string

type StopNodesRequestInstance

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

func (StopNodesRequestInstance) GoString

func (s StopNodesRequestInstance) GoString() string

func (*StopNodesRequestInstance) SetId

func (StopNodesRequestInstance) String

func (s StopNodesRequestInstance) String() string

type StopNodesResponse

type StopNodesResponse struct {
	Headers map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *StopNodesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StopNodesResponse) GoString

func (s StopNodesResponse) GoString() string

func (*StopNodesResponse) SetBody

func (*StopNodesResponse) SetHeaders

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

func (StopNodesResponse) String

func (s StopNodesResponse) String() string

type StopNodesResponseBody

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

func (StopNodesResponseBody) GoString

func (s StopNodesResponseBody) GoString() string

func (*StopNodesResponseBody) SetRequestId

func (*StopNodesResponseBody) SetTaskId

func (StopNodesResponseBody) String

func (s StopNodesResponseBody) String() string

type StopVisualServiceRequest

type StopVisualServiceRequest struct {
	CidrIp    *string `json:"CidrIp,omitempty" xml:"CidrIp,omitempty"`
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Port      *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
}

func (StopVisualServiceRequest) GoString

func (s StopVisualServiceRequest) GoString() string

func (*StopVisualServiceRequest) SetCidrIp

func (*StopVisualServiceRequest) SetClusterId

func (*StopVisualServiceRequest) SetPort

func (StopVisualServiceRequest) String

func (s StopVisualServiceRequest) String() string

type StopVisualServiceResponse

type StopVisualServiceResponse struct {
	Headers map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *StopVisualServiceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StopVisualServiceResponse) GoString

func (s StopVisualServiceResponse) GoString() string

func (*StopVisualServiceResponse) SetBody

func (*StopVisualServiceResponse) SetHeaders

func (StopVisualServiceResponse) String

func (s StopVisualServiceResponse) String() string

type StopVisualServiceResponseBody

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

func (StopVisualServiceResponseBody) GoString

func (*StopVisualServiceResponseBody) SetMessage

func (*StopVisualServiceResponseBody) SetRequestId

func (StopVisualServiceResponseBody) String

type SubmitJobRequest

type SubmitJobRequest struct {
	ArrayRequest       *string `json:"ArrayRequest,omitempty" xml:"ArrayRequest,omitempty"`
	ClockTime          *string `json:"ClockTime,omitempty" xml:"ClockTime,omitempty"`
	ClusterId          *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CommandLine        *string `json:"CommandLine,omitempty" xml:"CommandLine,omitempty"`
	ContainerId        *string `json:"ContainerId,omitempty" xml:"ContainerId,omitempty"`
	Gpu                *int32  `json:"Gpu,omitempty" xml:"Gpu,omitempty"`
	InputFileUrl       *string `json:"InputFileUrl,omitempty" xml:"InputFileUrl,omitempty"`
	JobQueue           *string `json:"JobQueue,omitempty" xml:"JobQueue,omitempty"`
	Mem                *string `json:"Mem,omitempty" xml:"Mem,omitempty"`
	Name               *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Node               *int32  `json:"Node,omitempty" xml:"Node,omitempty"`
	PackagePath        *string `json:"PackagePath,omitempty" xml:"PackagePath,omitempty"`
	PostCmdLine        *string `json:"PostCmdLine,omitempty" xml:"PostCmdLine,omitempty"`
	Priority           *int32  `json:"Priority,omitempty" xml:"Priority,omitempty"`
	ReRunable          *bool   `json:"ReRunable,omitempty" xml:"ReRunable,omitempty"`
	RunasUser          *string `json:"RunasUser,omitempty" xml:"RunasUser,omitempty"`
	RunasUserPassword  *string `json:"RunasUserPassword,omitempty" xml:"RunasUserPassword,omitempty"`
	StderrRedirectPath *string `json:"StderrRedirectPath,omitempty" xml:"StderrRedirectPath,omitempty"`
	StdoutRedirectPath *string `json:"StdoutRedirectPath,omitempty" xml:"StdoutRedirectPath,omitempty"`
	Task               *int32  `json:"Task,omitempty" xml:"Task,omitempty"`
	Thread             *int32  `json:"Thread,omitempty" xml:"Thread,omitempty"`
	UnzipCmd           *string `json:"UnzipCmd,omitempty" xml:"UnzipCmd,omitempty"`
	Variables          *string `json:"Variables,omitempty" xml:"Variables,omitempty"`
}

func (SubmitJobRequest) GoString

func (s SubmitJobRequest) GoString() string

func (*SubmitJobRequest) SetArrayRequest

func (s *SubmitJobRequest) SetArrayRequest(v string) *SubmitJobRequest

func (*SubmitJobRequest) SetClockTime

func (s *SubmitJobRequest) SetClockTime(v string) *SubmitJobRequest

func (*SubmitJobRequest) SetClusterId

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

func (*SubmitJobRequest) SetCommandLine

func (s *SubmitJobRequest) SetCommandLine(v string) *SubmitJobRequest

func (*SubmitJobRequest) SetContainerId

func (s *SubmitJobRequest) SetContainerId(v string) *SubmitJobRequest

func (*SubmitJobRequest) SetGpu

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

func (*SubmitJobRequest) SetInputFileUrl

func (s *SubmitJobRequest) SetInputFileUrl(v string) *SubmitJobRequest

func (*SubmitJobRequest) SetJobQueue

func (s *SubmitJobRequest) SetJobQueue(v string) *SubmitJobRequest

func (*SubmitJobRequest) SetMem

func (*SubmitJobRequest) SetName

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

func (*SubmitJobRequest) SetNode

func (s *SubmitJobRequest) SetNode(v int32) *SubmitJobRequest

func (*SubmitJobRequest) SetPackagePath

func (s *SubmitJobRequest) SetPackagePath(v string) *SubmitJobRequest

func (*SubmitJobRequest) SetPostCmdLine

func (s *SubmitJobRequest) SetPostCmdLine(v string) *SubmitJobRequest

func (*SubmitJobRequest) SetPriority

func (s *SubmitJobRequest) SetPriority(v int32) *SubmitJobRequest

func (*SubmitJobRequest) SetReRunable

func (s *SubmitJobRequest) SetReRunable(v bool) *SubmitJobRequest

func (*SubmitJobRequest) SetRunasUser

func (s *SubmitJobRequest) SetRunasUser(v string) *SubmitJobRequest

func (*SubmitJobRequest) SetRunasUserPassword

func (s *SubmitJobRequest) SetRunasUserPassword(v string) *SubmitJobRequest

func (*SubmitJobRequest) SetStderrRedirectPath

func (s *SubmitJobRequest) SetStderrRedirectPath(v string) *SubmitJobRequest

func (*SubmitJobRequest) SetStdoutRedirectPath

func (s *SubmitJobRequest) SetStdoutRedirectPath(v string) *SubmitJobRequest

func (*SubmitJobRequest) SetTask

func (s *SubmitJobRequest) SetTask(v int32) *SubmitJobRequest

func (*SubmitJobRequest) SetThread

func (s *SubmitJobRequest) SetThread(v int32) *SubmitJobRequest

func (*SubmitJobRequest) SetUnzipCmd

func (s *SubmitJobRequest) SetUnzipCmd(v string) *SubmitJobRequest

func (*SubmitJobRequest) SetVariables

func (s *SubmitJobRequest) SetVariables(v string) *SubmitJobRequest

func (SubmitJobRequest) String

func (s SubmitJobRequest) String() string

type SubmitJobResponse

type SubmitJobResponse struct {
	Headers map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *SubmitJobResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SubmitJobResponse) GoString

func (s SubmitJobResponse) GoString() string

func (*SubmitJobResponse) SetBody

func (*SubmitJobResponse) SetHeaders

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

func (SubmitJobResponse) String

func (s SubmitJobResponse) String() string

type SubmitJobResponseBody

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

func (SubmitJobResponseBody) GoString

func (s SubmitJobResponseBody) GoString() string

func (*SubmitJobResponseBody) SetJobId

func (*SubmitJobResponseBody) SetRequestId

func (SubmitJobResponseBody) String

func (s SubmitJobResponseBody) String() string

type SyncUsersRequest

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

func (SyncUsersRequest) GoString

func (s SyncUsersRequest) GoString() string

func (*SyncUsersRequest) SetClusterId

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

func (*SyncUsersRequest) SetRegionId

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

func (SyncUsersRequest) String

func (s SyncUsersRequest) String() string

type SyncUsersResponse

type SyncUsersResponse struct {
	Headers map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *SyncUsersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SyncUsersResponse) GoString

func (s SyncUsersResponse) GoString() string

func (*SyncUsersResponse) SetBody

func (*SyncUsersResponse) SetHeaders

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

func (SyncUsersResponse) String

func (s SyncUsersResponse) String() string

type SyncUsersResponseBody

type SyncUsersResponseBody struct {
	// Id of the request
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (SyncUsersResponseBody) GoString

func (s SyncUsersResponseBody) GoString() string

func (*SyncUsersResponseBody) SetRequestId

func (SyncUsersResponseBody) String

func (s SyncUsersResponseBody) String() string

type UninstallSoftwareRequest

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

func (UninstallSoftwareRequest) GoString

func (s UninstallSoftwareRequest) GoString() string

func (*UninstallSoftwareRequest) SetApplication

func (*UninstallSoftwareRequest) SetClusterId

func (UninstallSoftwareRequest) String

func (s UninstallSoftwareRequest) String() string

type UninstallSoftwareResponse

type UninstallSoftwareResponse struct {
	Headers map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *UninstallSoftwareResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UninstallSoftwareResponse) GoString

func (s UninstallSoftwareResponse) GoString() string

func (*UninstallSoftwareResponse) SetBody

func (*UninstallSoftwareResponse) SetHeaders

func (UninstallSoftwareResponse) String

func (s UninstallSoftwareResponse) String() string

type UninstallSoftwareResponseBody

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

func (UninstallSoftwareResponseBody) GoString

func (*UninstallSoftwareResponseBody) SetRequestId

func (UninstallSoftwareResponseBody) String

type UpdateClusterVolumesRequest

type UpdateClusterVolumesRequest struct {
	AdditionalVolumes []*UpdateClusterVolumesRequestAdditionalVolumes `json:"AdditionalVolumes,omitempty" xml:"AdditionalVolumes,omitempty" type:"Repeated"`
	ClusterId         *string                                         `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
}

func (UpdateClusterVolumesRequest) GoString

func (s UpdateClusterVolumesRequest) GoString() string

func (*UpdateClusterVolumesRequest) SetAdditionalVolumes

func (*UpdateClusterVolumesRequest) SetClusterId

func (UpdateClusterVolumesRequest) String

type UpdateClusterVolumesRequestAdditionalVolumes

type UpdateClusterVolumesRequestAdditionalVolumes struct {
	JobQueue         *string                                              `json:"JobQueue,omitempty" xml:"JobQueue,omitempty"`
	LocalDirectory   *string                                              `json:"LocalDirectory,omitempty" xml:"LocalDirectory,omitempty"`
	Location         *string                                              `json:"Location,omitempty" xml:"Location,omitempty"`
	RemoteDirectory  *string                                              `json:"RemoteDirectory,omitempty" xml:"RemoteDirectory,omitempty"`
	Roles            []*UpdateClusterVolumesRequestAdditionalVolumesRoles `json:"Roles,omitempty" xml:"Roles,omitempty" type:"Repeated"`
	VolumeId         *string                                              `json:"VolumeId,omitempty" xml:"VolumeId,omitempty"`
	VolumeMountpoint *string                                              `json:"VolumeMountpoint,omitempty" xml:"VolumeMountpoint,omitempty"`
	VolumeProtocol   *string                                              `json:"VolumeProtocol,omitempty" xml:"VolumeProtocol,omitempty"`
	VolumeType       *string                                              `json:"VolumeType,omitempty" xml:"VolumeType,omitempty"`
}

func (UpdateClusterVolumesRequestAdditionalVolumes) GoString

func (*UpdateClusterVolumesRequestAdditionalVolumes) SetJobQueue

func (*UpdateClusterVolumesRequestAdditionalVolumes) SetLocalDirectory

func (*UpdateClusterVolumesRequestAdditionalVolumes) SetLocation

func (*UpdateClusterVolumesRequestAdditionalVolumes) SetRemoteDirectory

func (*UpdateClusterVolumesRequestAdditionalVolumes) SetVolumeId

func (*UpdateClusterVolumesRequestAdditionalVolumes) SetVolumeMountpoint

func (*UpdateClusterVolumesRequestAdditionalVolumes) SetVolumeProtocol

func (*UpdateClusterVolumesRequestAdditionalVolumes) SetVolumeType

func (UpdateClusterVolumesRequestAdditionalVolumes) String

type UpdateClusterVolumesRequestAdditionalVolumesRoles

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

func (UpdateClusterVolumesRequestAdditionalVolumesRoles) GoString

func (*UpdateClusterVolumesRequestAdditionalVolumesRoles) SetName

func (UpdateClusterVolumesRequestAdditionalVolumesRoles) String

type UpdateClusterVolumesResponse

type UpdateClusterVolumesResponse struct {
	Headers map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *UpdateClusterVolumesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateClusterVolumesResponse) GoString

func (s UpdateClusterVolumesResponse) GoString() string

func (*UpdateClusterVolumesResponse) SetBody

func (*UpdateClusterVolumesResponse) SetHeaders

func (UpdateClusterVolumesResponse) String

type UpdateClusterVolumesResponseBody

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

func (UpdateClusterVolumesResponseBody) GoString

func (*UpdateClusterVolumesResponseBody) SetRequestId

func (UpdateClusterVolumesResponseBody) String

type UpdateQueueConfigRequest

type UpdateQueueConfigRequest struct {
	ClusterId           *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ComputeInstanceType *string `json:"ComputeInstanceType,omitempty" xml:"ComputeInstanceType,omitempty"`
	QueueName           *string `json:"QueueName,omitempty" xml:"QueueName,omitempty"`
	ResourceGroupId     *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
}

func (UpdateQueueConfigRequest) GoString

func (s UpdateQueueConfigRequest) GoString() string

func (*UpdateQueueConfigRequest) SetClusterId

func (*UpdateQueueConfigRequest) SetComputeInstanceType

func (s *UpdateQueueConfigRequest) SetComputeInstanceType(v string) *UpdateQueueConfigRequest

func (*UpdateQueueConfigRequest) SetQueueName

func (*UpdateQueueConfigRequest) SetResourceGroupId

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

func (UpdateQueueConfigRequest) String

func (s UpdateQueueConfigRequest) String() string

type UpdateQueueConfigResponse

type UpdateQueueConfigResponse struct {
	Headers map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *UpdateQueueConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateQueueConfigResponse) GoString

func (s UpdateQueueConfigResponse) GoString() string

func (*UpdateQueueConfigResponse) SetBody

func (*UpdateQueueConfigResponse) SetHeaders

func (UpdateQueueConfigResponse) String

func (s UpdateQueueConfigResponse) String() string

type UpdateQueueConfigResponseBody

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

func (UpdateQueueConfigResponseBody) GoString

func (*UpdateQueueConfigResponseBody) SetRequestId

func (UpdateQueueConfigResponseBody) String

type UpgradeClientRequest

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

func (UpgradeClientRequest) GoString

func (s UpgradeClientRequest) GoString() string

func (*UpgradeClientRequest) SetClientVersion

func (s *UpgradeClientRequest) SetClientVersion(v string) *UpgradeClientRequest

func (*UpgradeClientRequest) SetClusterId

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

func (UpgradeClientRequest) String

func (s UpgradeClientRequest) String() string

type UpgradeClientResponse

type UpgradeClientResponse struct {
	Headers map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *UpgradeClientResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpgradeClientResponse) GoString

func (s UpgradeClientResponse) GoString() string

func (*UpgradeClientResponse) SetBody

func (*UpgradeClientResponse) SetHeaders

func (UpgradeClientResponse) String

func (s UpgradeClientResponse) String() string

type UpgradeClientResponseBody

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

func (UpgradeClientResponseBody) GoString

func (s UpgradeClientResponseBody) GoString() string

func (*UpgradeClientResponseBody) SetRequestId

func (UpgradeClientResponseBody) String

func (s UpgradeClientResponseBody) String() string

Jump to

Keyboard shortcuts

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