client

package
v1.1.5 Latest Latest
Warning

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

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

Documentation

Overview

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

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) CloneFlowJob

func (client *Client) CloneFlowJob(request *CloneFlowJobRequest) (_result *CloneFlowJobResponse, _err error)

func (*Client) CloneFlowJobWithOptions

func (client *Client) CloneFlowJobWithOptions(request *CloneFlowJobRequest, runtime *util.RuntimeOptions) (_result *CloneFlowJobResponse, _err error)

func (*Client) CreateClusterV2

func (client *Client) CreateClusterV2(request *CreateClusterV2Request) (_result *CreateClusterV2Response, _err error)

func (*Client) CreateClusterV2WithOptions

func (client *Client) CreateClusterV2WithOptions(request *CreateClusterV2Request, runtime *util.RuntimeOptions) (_result *CreateClusterV2Response, _err error)

func (*Client) CreateFlow

func (client *Client) CreateFlow(request *CreateFlowRequest) (_result *CreateFlowResponse, _err error)

func (*Client) CreateFlowCategory

func (client *Client) CreateFlowCategory(request *CreateFlowCategoryRequest) (_result *CreateFlowCategoryResponse, _err error)

func (*Client) CreateFlowCategoryWithOptions

func (client *Client) CreateFlowCategoryWithOptions(request *CreateFlowCategoryRequest, runtime *util.RuntimeOptions) (_result *CreateFlowCategoryResponse, _err error)

func (*Client) CreateFlowJob

func (client *Client) CreateFlowJob(request *CreateFlowJobRequest) (_result *CreateFlowJobResponse, _err error)

func (*Client) CreateFlowJobWithOptions

func (client *Client) CreateFlowJobWithOptions(request *CreateFlowJobRequest, runtime *util.RuntimeOptions) (_result *CreateFlowJobResponse, _err error)

func (*Client) CreateFlowProject

func (client *Client) CreateFlowProject(request *CreateFlowProjectRequest) (_result *CreateFlowProjectResponse, _err error)

func (*Client) CreateFlowProjectUser

func (client *Client) CreateFlowProjectUser(request *CreateFlowProjectUserRequest) (_result *CreateFlowProjectUserResponse, _err error)

func (*Client) CreateFlowProjectUserWithOptions

func (client *Client) CreateFlowProjectUserWithOptions(request *CreateFlowProjectUserRequest, runtime *util.RuntimeOptions) (_result *CreateFlowProjectUserResponse, _err error)

func (*Client) CreateFlowProjectWithOptions

func (client *Client) CreateFlowProjectWithOptions(request *CreateFlowProjectRequest, runtime *util.RuntimeOptions) (_result *CreateFlowProjectResponse, _err error)

func (*Client) CreateFlowWithOptions

func (client *Client) CreateFlowWithOptions(request *CreateFlowRequest, runtime *util.RuntimeOptions) (_result *CreateFlowResponse, _err error)

func (*Client) DeleteFlow

func (client *Client) DeleteFlow(request *DeleteFlowRequest) (_result *DeleteFlowResponse, _err error)

func (*Client) DeleteFlowCategory

func (client *Client) DeleteFlowCategory(request *DeleteFlowCategoryRequest) (_result *DeleteFlowCategoryResponse, _err error)

func (*Client) DeleteFlowCategoryWithOptions

func (client *Client) DeleteFlowCategoryWithOptions(request *DeleteFlowCategoryRequest, runtime *util.RuntimeOptions) (_result *DeleteFlowCategoryResponse, _err error)

func (*Client) DeleteFlowProject

func (client *Client) DeleteFlowProject(request *DeleteFlowProjectRequest) (_result *DeleteFlowProjectResponse, _err error)

func (*Client) DeleteFlowProjectUser

func (client *Client) DeleteFlowProjectUser(request *DeleteFlowProjectUserRequest) (_result *DeleteFlowProjectUserResponse, _err error)

func (*Client) DeleteFlowProjectUserWithOptions

func (client *Client) DeleteFlowProjectUserWithOptions(request *DeleteFlowProjectUserRequest, runtime *util.RuntimeOptions) (_result *DeleteFlowProjectUserResponse, _err error)

func (*Client) DeleteFlowProjectWithOptions

func (client *Client) DeleteFlowProjectWithOptions(request *DeleteFlowProjectRequest, runtime *util.RuntimeOptions) (_result *DeleteFlowProjectResponse, _err error)

func (*Client) DeleteFlowWithOptions

func (client *Client) DeleteFlowWithOptions(request *DeleteFlowRequest, runtime *util.RuntimeOptions) (_result *DeleteFlowResponse, _err error)

func (*Client) DescribeClusterV2

func (client *Client) DescribeClusterV2(request *DescribeClusterV2Request) (_result *DescribeClusterV2Response, _err error)

func (*Client) DescribeClusterV2WithOptions

func (client *Client) DescribeClusterV2WithOptions(request *DescribeClusterV2Request, runtime *util.RuntimeOptions) (_result *DescribeClusterV2Response, _err error)

func (*Client) DescribeFlow

func (client *Client) DescribeFlow(request *DescribeFlowRequest) (_result *DescribeFlowResponse, _err error)

func (*Client) DescribeFlowCategoryTree added in v1.0.9

func (client *Client) DescribeFlowCategoryTree(request *DescribeFlowCategoryTreeRequest) (_result *DescribeFlowCategoryTreeResponse, _err error)

func (*Client) DescribeFlowCategoryTreeWithOptions added in v1.0.9

func (client *Client) DescribeFlowCategoryTreeWithOptions(request *DescribeFlowCategoryTreeRequest, runtime *util.RuntimeOptions) (_result *DescribeFlowCategoryTreeResponse, _err error)

func (*Client) DescribeFlowJob

func (client *Client) DescribeFlowJob(request *DescribeFlowJobRequest) (_result *DescribeFlowJobResponse, _err error)

func (*Client) DescribeFlowJobWithOptions

func (client *Client) DescribeFlowJobWithOptions(request *DescribeFlowJobRequest, runtime *util.RuntimeOptions) (_result *DescribeFlowJobResponse, _err error)

func (*Client) DescribeFlowNodeInstance added in v1.0.10

func (client *Client) DescribeFlowNodeInstance(request *DescribeFlowNodeInstanceRequest) (_result *DescribeFlowNodeInstanceResponse, _err error)

func (*Client) DescribeFlowNodeInstanceWithOptions added in v1.0.10

func (client *Client) DescribeFlowNodeInstanceWithOptions(request *DescribeFlowNodeInstanceRequest, runtime *util.RuntimeOptions) (_result *DescribeFlowNodeInstanceResponse, _err error)

func (*Client) DescribeFlowProject

func (client *Client) DescribeFlowProject(request *DescribeFlowProjectRequest) (_result *DescribeFlowProjectResponse, _err error)

func (*Client) DescribeFlowProjectWithOptions

func (client *Client) DescribeFlowProjectWithOptions(request *DescribeFlowProjectRequest, runtime *util.RuntimeOptions) (_result *DescribeFlowProjectResponse, _err error)

func (*Client) DescribeFlowWithOptions

func (client *Client) DescribeFlowWithOptions(request *DescribeFlowRequest, runtime *util.RuntimeOptions) (_result *DescribeFlowResponse, _err error)

func (*Client) GetEndpoint

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

func (*Client) Init

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

func (*Client) KillFlowJob

func (client *Client) KillFlowJob(request *KillFlowJobRequest) (_result *KillFlowJobResponse, _err error)

func (*Client) KillFlowJobWithOptions

func (client *Client) KillFlowJobWithOptions(request *KillFlowJobRequest, runtime *util.RuntimeOptions) (_result *KillFlowJobResponse, _err error)

func (*Client) ListClusters

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

func (*Client) ListClustersWithOptions

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

func (*Client) ListFlow

func (client *Client) ListFlow(request *ListFlowRequest) (_result *ListFlowResponse, _err error)

func (*Client) ListFlowJobHistory added in v1.0.9

func (client *Client) ListFlowJobHistory(request *ListFlowJobHistoryRequest) (_result *ListFlowJobHistoryResponse, _err error)

func (*Client) ListFlowJobHistoryWithOptions added in v1.0.9

func (client *Client) ListFlowJobHistoryWithOptions(request *ListFlowJobHistoryRequest, runtime *util.RuntimeOptions) (_result *ListFlowJobHistoryResponse, _err error)

func (*Client) ListFlowJobs

func (client *Client) ListFlowJobs(request *ListFlowJobsRequest) (_result *ListFlowJobsResponse, _err error)

func (*Client) ListFlowJobsWithOptions

func (client *Client) ListFlowJobsWithOptions(request *ListFlowJobsRequest, runtime *util.RuntimeOptions) (_result *ListFlowJobsResponse, _err error)

func (*Client) ListFlowProjectUser

func (client *Client) ListFlowProjectUser(request *ListFlowProjectUserRequest) (_result *ListFlowProjectUserResponse, _err error)

func (*Client) ListFlowProjectUserWithOptions

func (client *Client) ListFlowProjectUserWithOptions(request *ListFlowProjectUserRequest, runtime *util.RuntimeOptions) (_result *ListFlowProjectUserResponse, _err error)

func (*Client) ListFlowProjects

func (client *Client) ListFlowProjects(request *ListFlowProjectsRequest) (_result *ListFlowProjectsResponse, _err error)

func (*Client) ListFlowProjectsWithOptions

func (client *Client) ListFlowProjectsWithOptions(request *ListFlowProjectsRequest, runtime *util.RuntimeOptions) (_result *ListFlowProjectsResponse, _err error)

func (*Client) ListFlowWithOptions

func (client *Client) ListFlowWithOptions(request *ListFlowRequest, runtime *util.RuntimeOptions) (_result *ListFlowResponse, _err error)

func (*Client) ModifyFlowForWeb added in v1.1.1

func (client *Client) ModifyFlowForWeb(request *ModifyFlowForWebRequest) (_result *ModifyFlowForWebResponse, _err error)

func (*Client) ModifyFlowForWebWithOptions added in v1.1.1

func (client *Client) ModifyFlowForWebWithOptions(request *ModifyFlowForWebRequest, runtime *util.RuntimeOptions) (_result *ModifyFlowForWebResponse, _err error)

func (*Client) ModifyFlowJob

func (client *Client) ModifyFlowJob(request *ModifyFlowJobRequest) (_result *ModifyFlowJobResponse, _err error)

func (*Client) ModifyFlowJobWithOptions

func (client *Client) ModifyFlowJobWithOptions(request *ModifyFlowJobRequest, runtime *util.RuntimeOptions) (_result *ModifyFlowJobResponse, _err error)

func (*Client) ModifyFlowProject

func (client *Client) ModifyFlowProject(request *ModifyFlowProjectRequest) (_result *ModifyFlowProjectResponse, _err error)

func (*Client) ModifyFlowProjectWithOptions

func (client *Client) ModifyFlowProjectWithOptions(request *ModifyFlowProjectRequest, runtime *util.RuntimeOptions) (_result *ModifyFlowProjectResponse, _err error)

func (*Client) ReleaseCluster

func (client *Client) ReleaseCluster(request *ReleaseClusterRequest) (_result *ReleaseClusterResponse, _err error)

func (*Client) ReleaseClusterWithOptions

func (client *Client) ReleaseClusterWithOptions(request *ReleaseClusterRequest, runtime *util.RuntimeOptions) (_result *ReleaseClusterResponse, _err error)

func (*Client) RerunFlow

func (client *Client) RerunFlow(request *RerunFlowRequest) (_result *RerunFlowResponse, _err error)

func (*Client) RerunFlowWithOptions

func (client *Client) RerunFlowWithOptions(request *RerunFlowRequest, runtime *util.RuntimeOptions) (_result *RerunFlowResponse, _err error)

func (*Client) ResumeFlow

func (client *Client) ResumeFlow(request *ResumeFlowRequest) (_result *ResumeFlowResponse, _err error)

func (*Client) ResumeFlowWithOptions

func (client *Client) ResumeFlowWithOptions(request *ResumeFlowRequest, runtime *util.RuntimeOptions) (_result *ResumeFlowResponse, _err error)

func (*Client) SubmitFlow

func (client *Client) SubmitFlow(request *SubmitFlowRequest) (_result *SubmitFlowResponse, _err error)

func (*Client) SubmitFlowJob

func (client *Client) SubmitFlowJob(request *SubmitFlowJobRequest) (_result *SubmitFlowJobResponse, _err error)

func (*Client) SubmitFlowJobWithOptions

func (client *Client) SubmitFlowJobWithOptions(request *SubmitFlowJobRequest, runtime *util.RuntimeOptions) (_result *SubmitFlowJobResponse, _err error)

func (*Client) SubmitFlowWithOptions

func (client *Client) SubmitFlowWithOptions(request *SubmitFlowRequest, runtime *util.RuntimeOptions) (_result *SubmitFlowResponse, _err error)

type CloneFlowJobRequest

type CloneFlowJobRequest struct {
	Id        *string `json:"Id,omitempty" xml:"Id,omitempty"`
	Name      *string `json:"Name,omitempty" xml:"Name,omitempty"`
	ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId  *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (CloneFlowJobRequest) GoString

func (s CloneFlowJobRequest) GoString() string

func (*CloneFlowJobRequest) SetId

func (*CloneFlowJobRequest) SetName

func (*CloneFlowJobRequest) SetProjectId

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

func (*CloneFlowJobRequest) SetRegionId

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

func (CloneFlowJobRequest) String

func (s CloneFlowJobRequest) String() string

type CloneFlowJobResponse

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

func (CloneFlowJobResponse) GoString

func (s CloneFlowJobResponse) GoString() string

func (*CloneFlowJobResponse) SetBody

func (*CloneFlowJobResponse) SetHeaders

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

func (*CloneFlowJobResponse) SetStatusCode added in v1.0.22

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

func (CloneFlowJobResponse) String

func (s CloneFlowJobResponse) String() string

type CloneFlowJobResponseBody

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

func (CloneFlowJobResponseBody) GoString

func (s CloneFlowJobResponseBody) GoString() string

func (*CloneFlowJobResponseBody) SetId

func (*CloneFlowJobResponseBody) SetRequestId

func (CloneFlowJobResponseBody) String

func (s CloneFlowJobResponseBody) String() string

type CreateClusterV2Request

type CreateClusterV2Request struct {
	AuthorizeContent       *string                                    `json:"AuthorizeContent,omitempty" xml:"AuthorizeContent,omitempty"`
	Auto                   *bool                                      `json:"Auto,omitempty" xml:"Auto,omitempty"`
	AutoPayOrder           *bool                                      `json:"AutoPayOrder,omitempty" xml:"AutoPayOrder,omitempty"`
	BootstrapAction        []*CreateClusterV2RequestBootstrapAction   `json:"BootstrapAction,omitempty" xml:"BootstrapAction,omitempty" type:"Repeated"`
	ChargeType             *string                                    `json:"ChargeType,omitempty" xml:"ChargeType,omitempty"`
	ClickHouseConf         *string                                    `json:"ClickHouseConf,omitempty" xml:"ClickHouseConf,omitempty"`
	ClientToken            *string                                    `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"`
	ClusterType            *string                                    `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	Config                 []*CreateClusterV2RequestConfig            `json:"Config,omitempty" xml:"Config,omitempty" type:"Repeated"`
	Configurations         *string                                    `json:"Configurations,omitempty" xml:"Configurations,omitempty"`
	DepositType            *string                                    `json:"DepositType,omitempty" xml:"DepositType,omitempty"`
	EmrVer                 *string                                    `json:"EmrVer,omitempty" xml:"EmrVer,omitempty"`
	EnableEas              *bool                                      `json:"EnableEas,omitempty" xml:"EnableEas,omitempty"`
	EnableHighAvailability *bool                                      `json:"EnableHighAvailability,omitempty" xml:"EnableHighAvailability,omitempty"`
	EnableSsh              *bool                                      `json:"EnableSsh,omitempty" xml:"EnableSsh,omitempty"`
	ExtraAttributes        *string                                    `json:"ExtraAttributes,omitempty" xml:"ExtraAttributes,omitempty"`
	HostComponentInfo      []*CreateClusterV2RequestHostComponentInfo `json:"HostComponentInfo,omitempty" xml:"HostComponentInfo,omitempty" type:"Repeated"`
	HostGroup              []*CreateClusterV2RequestHostGroup         `json:"HostGroup,omitempty" xml:"HostGroup,omitempty" type:"Repeated"`
	InitCustomHiveMetaDB   *bool                                      `json:"InitCustomHiveMetaDB,omitempty" xml:"InitCustomHiveMetaDB,omitempty"`
	InstanceGeneration     *string                                    `json:"InstanceGeneration,omitempty" xml:"InstanceGeneration,omitempty"`
	IsOpenPublicIp         *bool                                      `json:"IsOpenPublicIp,omitempty" xml:"IsOpenPublicIp,omitempty"`
	KeyPairName            *string                                    `json:"KeyPairName,omitempty" xml:"KeyPairName,omitempty"`
	LogPath                *string                                    `json:"LogPath,omitempty" xml:"LogPath,omitempty"`
	MachineType            *string                                    `json:"MachineType,omitempty" xml:"MachineType,omitempty"`
	MasterPwd              *string                                    `json:"MasterPwd,omitempty" xml:"MasterPwd,omitempty"`
	MetaStoreConf          *string                                    `json:"MetaStoreConf,omitempty" xml:"MetaStoreConf,omitempty"`
	MetaStoreType          *string                                    `json:"MetaStoreType,omitempty" xml:"MetaStoreType,omitempty"`
	Name                   *string                                    `json:"Name,omitempty" xml:"Name,omitempty"`
	NetType                *string                                    `json:"NetType,omitempty" xml:"NetType,omitempty"`
	Period                 *int32                                     `json:"Period,omitempty" xml:"Period,omitempty"`
	PromotionInfo          []*CreateClusterV2RequestPromotionInfo     `json:"PromotionInfo,omitempty" xml:"PromotionInfo,omitempty" type:"Repeated"`
	RegionId               *string                                    `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RelatedClusterId       *string                                    `json:"RelatedClusterId,omitempty" xml:"RelatedClusterId,omitempty"`
	ResourceGroupId        *string                                    `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	ResourceOwnerId        *int64                                     `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	SecurityGroupId        *string                                    `json:"SecurityGroupId,omitempty" xml:"SecurityGroupId,omitempty"`
	SecurityGroupName      *string                                    `json:"SecurityGroupName,omitempty" xml:"SecurityGroupName,omitempty"`
	ServiceInfo            []*CreateClusterV2RequestServiceInfo       `json:"ServiceInfo,omitempty" xml:"ServiceInfo,omitempty" type:"Repeated"`
	Tag                    []*CreateClusterV2RequestTag               `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
	UseCustomHiveMetaDB    *bool                                      `json:"UseCustomHiveMetaDB,omitempty" xml:"UseCustomHiveMetaDB,omitempty"`
	UseLocalMetaDb         *bool                                      `json:"UseLocalMetaDb,omitempty" xml:"UseLocalMetaDb,omitempty"`
	UserDefinedEmrEcsRole  *string                                    `json:"UserDefinedEmrEcsRole,omitempty" xml:"UserDefinedEmrEcsRole,omitempty"`
	UserInfo               []*CreateClusterV2RequestUserInfo          `json:"UserInfo,omitempty" xml:"UserInfo,omitempty" type:"Repeated"`
	VSwitchId              *string                                    `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
	VpcId                  *string                                    `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
	WhiteListType          *string                                    `json:"WhiteListType,omitempty" xml:"WhiteListType,omitempty"`
	ZoneId                 *string                                    `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (CreateClusterV2Request) GoString

func (s CreateClusterV2Request) GoString() string

func (*CreateClusterV2Request) SetAuthorizeContent

func (s *CreateClusterV2Request) SetAuthorizeContent(v string) *CreateClusterV2Request

func (*CreateClusterV2Request) SetAuto

func (*CreateClusterV2Request) SetAutoPayOrder

func (s *CreateClusterV2Request) SetAutoPayOrder(v bool) *CreateClusterV2Request

func (*CreateClusterV2Request) SetBootstrapAction

func (*CreateClusterV2Request) SetChargeType

func (*CreateClusterV2Request) SetClickHouseConf

func (s *CreateClusterV2Request) SetClickHouseConf(v string) *CreateClusterV2Request

func (*CreateClusterV2Request) SetClientToken

func (*CreateClusterV2Request) SetClusterType

func (*CreateClusterV2Request) SetConfig

func (*CreateClusterV2Request) SetConfigurations

func (s *CreateClusterV2Request) SetConfigurations(v string) *CreateClusterV2Request

func (*CreateClusterV2Request) SetDepositType

func (*CreateClusterV2Request) SetEmrVer

func (*CreateClusterV2Request) SetEnableEas

func (*CreateClusterV2Request) SetEnableHighAvailability

func (s *CreateClusterV2Request) SetEnableHighAvailability(v bool) *CreateClusterV2Request

func (*CreateClusterV2Request) SetEnableSsh

func (*CreateClusterV2Request) SetExtraAttributes

func (s *CreateClusterV2Request) SetExtraAttributes(v string) *CreateClusterV2Request

func (*CreateClusterV2Request) SetHostComponentInfo

func (*CreateClusterV2Request) SetHostGroup

func (*CreateClusterV2Request) SetInitCustomHiveMetaDB

func (s *CreateClusterV2Request) SetInitCustomHiveMetaDB(v bool) *CreateClusterV2Request

func (*CreateClusterV2Request) SetInstanceGeneration

func (s *CreateClusterV2Request) SetInstanceGeneration(v string) *CreateClusterV2Request

func (*CreateClusterV2Request) SetIsOpenPublicIp

func (s *CreateClusterV2Request) SetIsOpenPublicIp(v bool) *CreateClusterV2Request

func (*CreateClusterV2Request) SetKeyPairName

func (*CreateClusterV2Request) SetLogPath

func (*CreateClusterV2Request) SetMachineType

func (*CreateClusterV2Request) SetMasterPwd

func (*CreateClusterV2Request) SetMetaStoreConf

func (s *CreateClusterV2Request) SetMetaStoreConf(v string) *CreateClusterV2Request

func (*CreateClusterV2Request) SetMetaStoreType

func (s *CreateClusterV2Request) SetMetaStoreType(v string) *CreateClusterV2Request

func (*CreateClusterV2Request) SetName

func (*CreateClusterV2Request) SetNetType

func (*CreateClusterV2Request) SetPeriod

func (*CreateClusterV2Request) SetPromotionInfo

func (*CreateClusterV2Request) SetRegionId

func (*CreateClusterV2Request) SetRelatedClusterId

func (s *CreateClusterV2Request) SetRelatedClusterId(v string) *CreateClusterV2Request

func (*CreateClusterV2Request) SetResourceGroupId

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

func (*CreateClusterV2Request) SetResourceOwnerId

func (s *CreateClusterV2Request) SetResourceOwnerId(v int64) *CreateClusterV2Request

func (*CreateClusterV2Request) SetSecurityGroupId

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

func (*CreateClusterV2Request) SetSecurityGroupName

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

func (*CreateClusterV2Request) SetServiceInfo

func (*CreateClusterV2Request) SetTag

func (*CreateClusterV2Request) SetUseCustomHiveMetaDB

func (s *CreateClusterV2Request) SetUseCustomHiveMetaDB(v bool) *CreateClusterV2Request

func (*CreateClusterV2Request) SetUseLocalMetaDb

func (s *CreateClusterV2Request) SetUseLocalMetaDb(v bool) *CreateClusterV2Request

func (*CreateClusterV2Request) SetUserDefinedEmrEcsRole

func (s *CreateClusterV2Request) SetUserDefinedEmrEcsRole(v string) *CreateClusterV2Request

func (*CreateClusterV2Request) SetUserInfo

func (*CreateClusterV2Request) SetVSwitchId

func (*CreateClusterV2Request) SetVpcId

func (*CreateClusterV2Request) SetWhiteListType

func (s *CreateClusterV2Request) SetWhiteListType(v string) *CreateClusterV2Request

func (*CreateClusterV2Request) SetZoneId

func (CreateClusterV2Request) String

func (s CreateClusterV2Request) String() string

type CreateClusterV2RequestBootstrapAction

type CreateClusterV2RequestBootstrapAction struct {
	Arg  *string `json:"Arg,omitempty" xml:"Arg,omitempty"`
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Path *string `json:"Path,omitempty" xml:"Path,omitempty"`
}

func (CreateClusterV2RequestBootstrapAction) GoString

func (*CreateClusterV2RequestBootstrapAction) SetArg

func (*CreateClusterV2RequestBootstrapAction) SetName

func (*CreateClusterV2RequestBootstrapAction) SetPath

func (CreateClusterV2RequestBootstrapAction) String

type CreateClusterV2RequestConfig

type CreateClusterV2RequestConfig struct {
	ConfigKey   *string `json:"ConfigKey,omitempty" xml:"ConfigKey,omitempty"`
	ConfigValue *string `json:"ConfigValue,omitempty" xml:"ConfigValue,omitempty"`
	Encrypt     *string `json:"Encrypt,omitempty" xml:"Encrypt,omitempty"`
	FileName    *string `json:"FileName,omitempty" xml:"FileName,omitempty"`
	Replace     *string `json:"Replace,omitempty" xml:"Replace,omitempty"`
	ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
}

func (CreateClusterV2RequestConfig) GoString

func (s CreateClusterV2RequestConfig) GoString() string

func (*CreateClusterV2RequestConfig) SetConfigKey

func (*CreateClusterV2RequestConfig) SetConfigValue

func (*CreateClusterV2RequestConfig) SetEncrypt

func (*CreateClusterV2RequestConfig) SetFileName

func (*CreateClusterV2RequestConfig) SetReplace

func (*CreateClusterV2RequestConfig) SetServiceName

func (CreateClusterV2RequestConfig) String

type CreateClusterV2RequestHostComponentInfo

type CreateClusterV2RequestHostComponentInfo struct {
	ComponentNameList []*string `json:"ComponentNameList,omitempty" xml:"ComponentNameList,omitempty" type:"Repeated"`
	HostName          *string   `json:"HostName,omitempty" xml:"HostName,omitempty"`
	ServiceName       *string   `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
}

func (CreateClusterV2RequestHostComponentInfo) GoString

func (*CreateClusterV2RequestHostComponentInfo) SetComponentNameList

func (*CreateClusterV2RequestHostComponentInfo) SetHostName

func (*CreateClusterV2RequestHostComponentInfo) SetServiceName

func (CreateClusterV2RequestHostComponentInfo) String

type CreateClusterV2RequestHostGroup

type CreateClusterV2RequestHostGroup struct {
	AutoRenew       *bool   `json:"AutoRenew,omitempty" xml:"AutoRenew,omitempty"`
	ChargeType      *string `json:"ChargeType,omitempty" xml:"ChargeType,omitempty"`
	ClusterId       *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Comment         *string `json:"Comment,omitempty" xml:"Comment,omitempty"`
	CreateType      *string `json:"CreateType,omitempty" xml:"CreateType,omitempty"`
	DiskCapacity    *int32  `json:"DiskCapacity,omitempty" xml:"DiskCapacity,omitempty"`
	DiskCount       *int32  `json:"DiskCount,omitempty" xml:"DiskCount,omitempty"`
	DiskType        *string `json:"DiskType,omitempty" xml:"DiskType,omitempty"`
	GpuDriver       *string `json:"GpuDriver,omitempty" xml:"GpuDriver,omitempty"`
	HostGroupId     *string `json:"HostGroupId,omitempty" xml:"HostGroupId,omitempty"`
	HostGroupName   *string `json:"HostGroupName,omitempty" xml:"HostGroupName,omitempty"`
	HostGroupType   *string `json:"HostGroupType,omitempty" xml:"HostGroupType,omitempty"`
	InstanceType    *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	NodeCount       *int32  `json:"NodeCount,omitempty" xml:"NodeCount,omitempty"`
	Period          *int32  `json:"Period,omitempty" xml:"Period,omitempty"`
	SysDiskCapacity *int32  `json:"SysDiskCapacity,omitempty" xml:"SysDiskCapacity,omitempty"`
	SysDiskType     *string `json:"SysDiskType,omitempty" xml:"SysDiskType,omitempty"`
	VSwitchId       *string `json:"VSwitchId,omitempty" xml:"VSwitchId,omitempty"`
}

func (CreateClusterV2RequestHostGroup) GoString

func (*CreateClusterV2RequestHostGroup) SetAutoRenew

func (*CreateClusterV2RequestHostGroup) SetChargeType

func (*CreateClusterV2RequestHostGroup) SetClusterId

func (*CreateClusterV2RequestHostGroup) SetComment

func (*CreateClusterV2RequestHostGroup) SetCreateType

func (*CreateClusterV2RequestHostGroup) SetDiskCapacity

func (*CreateClusterV2RequestHostGroup) SetDiskCount

func (*CreateClusterV2RequestHostGroup) SetDiskType

func (*CreateClusterV2RequestHostGroup) SetGpuDriver

func (*CreateClusterV2RequestHostGroup) SetHostGroupId

func (*CreateClusterV2RequestHostGroup) SetHostGroupName

func (*CreateClusterV2RequestHostGroup) SetHostGroupType

func (*CreateClusterV2RequestHostGroup) SetInstanceType

func (*CreateClusterV2RequestHostGroup) SetNodeCount

func (*CreateClusterV2RequestHostGroup) SetPeriod

func (*CreateClusterV2RequestHostGroup) SetSysDiskCapacity

func (*CreateClusterV2RequestHostGroup) SetSysDiskType

func (*CreateClusterV2RequestHostGroup) SetVSwitchId

func (CreateClusterV2RequestHostGroup) String

type CreateClusterV2RequestPromotionInfo

type CreateClusterV2RequestPromotionInfo struct {
	ProductCode         *string `json:"ProductCode,omitempty" xml:"ProductCode,omitempty"`
	PromotionOptionCode *string `json:"PromotionOptionCode,omitempty" xml:"PromotionOptionCode,omitempty"`
	PromotionOptionNo   *string `json:"PromotionOptionNo,omitempty" xml:"PromotionOptionNo,omitempty"`
}

func (CreateClusterV2RequestPromotionInfo) GoString

func (*CreateClusterV2RequestPromotionInfo) SetProductCode

func (*CreateClusterV2RequestPromotionInfo) SetPromotionOptionCode

func (*CreateClusterV2RequestPromotionInfo) SetPromotionOptionNo

func (CreateClusterV2RequestPromotionInfo) String

type CreateClusterV2RequestServiceInfo

type CreateClusterV2RequestServiceInfo struct {
	ServiceName    *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
	ServiceVersion *string `json:"ServiceVersion,omitempty" xml:"ServiceVersion,omitempty"`
}

func (CreateClusterV2RequestServiceInfo) GoString

func (*CreateClusterV2RequestServiceInfo) SetServiceName

func (*CreateClusterV2RequestServiceInfo) SetServiceVersion

func (CreateClusterV2RequestServiceInfo) String

type CreateClusterV2RequestTag

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

func (CreateClusterV2RequestTag) GoString

func (s CreateClusterV2RequestTag) GoString() string

func (*CreateClusterV2RequestTag) SetKey

func (*CreateClusterV2RequestTag) SetValue

func (CreateClusterV2RequestTag) String

func (s CreateClusterV2RequestTag) String() string

type CreateClusterV2RequestUserInfo

type CreateClusterV2RequestUserInfo struct {
	Password *string `json:"Password,omitempty" xml:"Password,omitempty"`
	UserId   *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (CreateClusterV2RequestUserInfo) GoString

func (*CreateClusterV2RequestUserInfo) SetPassword

func (*CreateClusterV2RequestUserInfo) SetUserId

func (*CreateClusterV2RequestUserInfo) SetUserName

func (CreateClusterV2RequestUserInfo) String

type CreateClusterV2Response

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

func (CreateClusterV2Response) GoString

func (s CreateClusterV2Response) GoString() string

func (*CreateClusterV2Response) SetBody

func (*CreateClusterV2Response) SetHeaders

func (*CreateClusterV2Response) SetStatusCode added in v1.0.22

func (CreateClusterV2Response) String

func (s CreateClusterV2Response) String() string

type CreateClusterV2ResponseBody

type CreateClusterV2ResponseBody struct {
	ClusterId     *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CoreOrderId   *string `json:"CoreOrderId,omitempty" xml:"CoreOrderId,omitempty"`
	EmrOrderId    *string `json:"EmrOrderId,omitempty" xml:"EmrOrderId,omitempty"`
	MasterOrderId *string `json:"MasterOrderId,omitempty" xml:"MasterOrderId,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateClusterV2ResponseBody) GoString

func (s CreateClusterV2ResponseBody) GoString() string

func (*CreateClusterV2ResponseBody) SetClusterId

func (*CreateClusterV2ResponseBody) SetCoreOrderId

func (*CreateClusterV2ResponseBody) SetEmrOrderId

func (*CreateClusterV2ResponseBody) SetMasterOrderId

func (*CreateClusterV2ResponseBody) SetRequestId

func (CreateClusterV2ResponseBody) String

type CreateFlowCategoryRequest

type CreateFlowCategoryRequest struct {
	ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"`
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
	ParentId    *string `json:"ParentId,omitempty" xml:"ParentId,omitempty"`
	ProjectId   *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId    *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Type        *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (CreateFlowCategoryRequest) GoString

func (s CreateFlowCategoryRequest) GoString() string

func (*CreateFlowCategoryRequest) SetClientToken

func (*CreateFlowCategoryRequest) SetName

func (*CreateFlowCategoryRequest) SetParentId

func (*CreateFlowCategoryRequest) SetProjectId

func (*CreateFlowCategoryRequest) SetRegionId

func (*CreateFlowCategoryRequest) SetType

func (CreateFlowCategoryRequest) String

func (s CreateFlowCategoryRequest) String() string

type CreateFlowCategoryResponse

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

func (CreateFlowCategoryResponse) GoString

func (s CreateFlowCategoryResponse) GoString() string

func (*CreateFlowCategoryResponse) SetBody

func (*CreateFlowCategoryResponse) SetHeaders

func (*CreateFlowCategoryResponse) SetStatusCode added in v1.0.22

func (CreateFlowCategoryResponse) String

type CreateFlowCategoryResponseBody

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

func (CreateFlowCategoryResponseBody) GoString

func (*CreateFlowCategoryResponseBody) SetId

func (*CreateFlowCategoryResponseBody) SetRequestId

func (CreateFlowCategoryResponseBody) String

type CreateFlowJobRequest

type CreateFlowJobRequest struct {
	Adhoc           *bool                               `json:"Adhoc,omitempty" xml:"Adhoc,omitempty"`
	AlertConf       *string                             `json:"AlertConf,omitempty" xml:"AlertConf,omitempty"`
	ClientToken     *string                             `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"`
	ClusterId       *string                             `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CustomVariables *string                             `json:"CustomVariables,omitempty" xml:"CustomVariables,omitempty"`
	Description     *string                             `json:"Description,omitempty" xml:"Description,omitempty"`
	EnvConf         *string                             `json:"EnvConf,omitempty" xml:"EnvConf,omitempty"`
	FailAct         *string                             `json:"FailAct,omitempty" xml:"FailAct,omitempty"`
	Mode            *string                             `json:"Mode,omitempty" xml:"Mode,omitempty"`
	MonitorConf     *string                             `json:"MonitorConf,omitempty" xml:"MonitorConf,omitempty"`
	Name            *string                             `json:"Name,omitempty" xml:"Name,omitempty"`
	ParamConf       *string                             `json:"ParamConf,omitempty" xml:"ParamConf,omitempty"`
	Params          *string                             `json:"Params,omitempty" xml:"Params,omitempty"`
	ParentCategory  *string                             `json:"ParentCategory,omitempty" xml:"ParentCategory,omitempty"`
	ProjectId       *string                             `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId        *string                             `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceList    []*CreateFlowJobRequestResourceList `json:"ResourceList,omitempty" xml:"ResourceList,omitempty" type:"Repeated"`
	RetryPolicy     *string                             `json:"RetryPolicy,omitempty" xml:"RetryPolicy,omitempty"`
	RunConf         *string                             `json:"RunConf,omitempty" xml:"RunConf,omitempty"`
	Type            *string                             `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (CreateFlowJobRequest) GoString

func (s CreateFlowJobRequest) GoString() string

func (*CreateFlowJobRequest) SetAdhoc

func (*CreateFlowJobRequest) SetAlertConf

func (s *CreateFlowJobRequest) SetAlertConf(v string) *CreateFlowJobRequest

func (*CreateFlowJobRequest) SetClientToken

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

func (*CreateFlowJobRequest) SetClusterId

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

func (*CreateFlowJobRequest) SetCustomVariables

func (s *CreateFlowJobRequest) SetCustomVariables(v string) *CreateFlowJobRequest

func (*CreateFlowJobRequest) SetDescription

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

func (*CreateFlowJobRequest) SetEnvConf

func (*CreateFlowJobRequest) SetFailAct

func (*CreateFlowJobRequest) SetMode

func (*CreateFlowJobRequest) SetMonitorConf

func (s *CreateFlowJobRequest) SetMonitorConf(v string) *CreateFlowJobRequest

func (*CreateFlowJobRequest) SetName

func (*CreateFlowJobRequest) SetParamConf

func (s *CreateFlowJobRequest) SetParamConf(v string) *CreateFlowJobRequest

func (*CreateFlowJobRequest) SetParams

func (*CreateFlowJobRequest) SetParentCategory

func (s *CreateFlowJobRequest) SetParentCategory(v string) *CreateFlowJobRequest

func (*CreateFlowJobRequest) SetProjectId

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

func (*CreateFlowJobRequest) SetRegionId

func (*CreateFlowJobRequest) SetResourceList

func (*CreateFlowJobRequest) SetRetryPolicy

func (s *CreateFlowJobRequest) SetRetryPolicy(v string) *CreateFlowJobRequest

func (*CreateFlowJobRequest) SetRunConf

func (*CreateFlowJobRequest) SetType

func (CreateFlowJobRequest) String

func (s CreateFlowJobRequest) String() string

type CreateFlowJobRequestResourceList

type CreateFlowJobRequestResourceList struct {
	Alias *string `json:"Alias,omitempty" xml:"Alias,omitempty"`
	Path  *string `json:"Path,omitempty" xml:"Path,omitempty"`
}

func (CreateFlowJobRequestResourceList) GoString

func (*CreateFlowJobRequestResourceList) SetAlias

func (*CreateFlowJobRequestResourceList) SetPath

func (CreateFlowJobRequestResourceList) String

type CreateFlowJobResponse

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

func (CreateFlowJobResponse) GoString

func (s CreateFlowJobResponse) GoString() string

func (*CreateFlowJobResponse) SetBody

func (*CreateFlowJobResponse) SetHeaders

func (*CreateFlowJobResponse) SetStatusCode added in v1.0.22

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

func (CreateFlowJobResponse) String

func (s CreateFlowJobResponse) String() string

type CreateFlowJobResponseBody

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

func (CreateFlowJobResponseBody) GoString

func (s CreateFlowJobResponseBody) GoString() string

func (*CreateFlowJobResponseBody) SetId

func (*CreateFlowJobResponseBody) SetRequestId

func (CreateFlowJobResponseBody) String

func (s CreateFlowJobResponseBody) String() string

type CreateFlowProjectRequest

type CreateFlowProjectRequest struct {
	ClientToken     *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"`
	Description     *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	ProductType     *string `json:"ProductType,omitempty" xml:"ProductType,omitempty"`
	RegionId        *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
}

func (CreateFlowProjectRequest) GoString

func (s CreateFlowProjectRequest) GoString() string

func (*CreateFlowProjectRequest) SetClientToken

func (*CreateFlowProjectRequest) SetDescription

func (*CreateFlowProjectRequest) SetName

func (*CreateFlowProjectRequest) SetProductType

func (*CreateFlowProjectRequest) SetRegionId

func (*CreateFlowProjectRequest) SetResourceGroupId

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

func (CreateFlowProjectRequest) String

func (s CreateFlowProjectRequest) String() string

type CreateFlowProjectResponse

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

func (CreateFlowProjectResponse) GoString

func (s CreateFlowProjectResponse) GoString() string

func (*CreateFlowProjectResponse) SetBody

func (*CreateFlowProjectResponse) SetHeaders

func (*CreateFlowProjectResponse) SetStatusCode added in v1.0.22

func (CreateFlowProjectResponse) String

func (s CreateFlowProjectResponse) String() string

type CreateFlowProjectResponseBody

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

func (CreateFlowProjectResponseBody) GoString

func (*CreateFlowProjectResponseBody) SetId

func (*CreateFlowProjectResponseBody) SetRequestId

func (CreateFlowProjectResponseBody) String

type CreateFlowProjectUserRequest

type CreateFlowProjectUserRequest struct {
	ClientToken *string                             `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"`
	ProjectId   *string                             `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId    *string                             `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	User        []*CreateFlowProjectUserRequestUser `json:"User,omitempty" xml:"User,omitempty" type:"Repeated"`
}

func (CreateFlowProjectUserRequest) GoString

func (s CreateFlowProjectUserRequest) GoString() string

func (*CreateFlowProjectUserRequest) SetClientToken

func (*CreateFlowProjectUserRequest) SetProjectId

func (*CreateFlowProjectUserRequest) SetRegionId

func (*CreateFlowProjectUserRequest) SetUser

func (CreateFlowProjectUserRequest) String

type CreateFlowProjectUserRequestUser

type CreateFlowProjectUserRequestUser struct {
	UserId   *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (CreateFlowProjectUserRequestUser) GoString

func (*CreateFlowProjectUserRequestUser) SetUserId

func (*CreateFlowProjectUserRequestUser) SetUserName

func (CreateFlowProjectUserRequestUser) String

type CreateFlowProjectUserResponse

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

func (CreateFlowProjectUserResponse) GoString

func (*CreateFlowProjectUserResponse) SetBody

func (*CreateFlowProjectUserResponse) SetHeaders

func (*CreateFlowProjectUserResponse) SetStatusCode added in v1.0.22

func (CreateFlowProjectUserResponse) String

type CreateFlowProjectUserResponseBody

type CreateFlowProjectUserResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateFlowProjectUserResponseBody) GoString

func (*CreateFlowProjectUserResponseBody) SetData

func (*CreateFlowProjectUserResponseBody) SetRequestId

func (CreateFlowProjectUserResponseBody) String

type CreateFlowRequest

type CreateFlowRequest struct {
	AlertConf               *string `json:"AlertConf,omitempty" xml:"AlertConf,omitempty"`
	AlertDingDingGroupBizId *string `json:"AlertDingDingGroupBizId,omitempty" xml:"AlertDingDingGroupBizId,omitempty"`
	AlertUserGroupBizId     *string `json:"AlertUserGroupBizId,omitempty" xml:"AlertUserGroupBizId,omitempty"`
	Application             *string `json:"Application,omitempty" xml:"Application,omitempty"`
	ClientToken             *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"`
	ClusterId               *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CreateCluster           *bool   `json:"CreateCluster,omitempty" xml:"CreateCluster,omitempty"`
	CronExpression          *string `json:"CronExpression,omitempty" xml:"CronExpression,omitempty"`
	Description             *string `json:"Description,omitempty" xml:"Description,omitempty"`
	EndSchedule             *int64  `json:"EndSchedule,omitempty" xml:"EndSchedule,omitempty"`
	HostName                *string `json:"HostName,omitempty" xml:"HostName,omitempty"`
	Name                    *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace               *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	ParentCategory          *string `json:"ParentCategory,omitempty" xml:"ParentCategory,omitempty"`
	ParentFlowList          *string `json:"ParentFlowList,omitempty" xml:"ParentFlowList,omitempty"`
	ProjectId               *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId                *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	StartSchedule           *int64  `json:"StartSchedule,omitempty" xml:"StartSchedule,omitempty"`
}

func (CreateFlowRequest) GoString

func (s CreateFlowRequest) GoString() string

func (*CreateFlowRequest) SetAlertConf

func (s *CreateFlowRequest) SetAlertConf(v string) *CreateFlowRequest

func (*CreateFlowRequest) SetAlertDingDingGroupBizId

func (s *CreateFlowRequest) SetAlertDingDingGroupBizId(v string) *CreateFlowRequest

func (*CreateFlowRequest) SetAlertUserGroupBizId

func (s *CreateFlowRequest) SetAlertUserGroupBizId(v string) *CreateFlowRequest

func (*CreateFlowRequest) SetApplication

func (s *CreateFlowRequest) SetApplication(v string) *CreateFlowRequest

func (*CreateFlowRequest) SetClientToken

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

func (*CreateFlowRequest) SetClusterId

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

func (*CreateFlowRequest) SetCreateCluster

func (s *CreateFlowRequest) SetCreateCluster(v bool) *CreateFlowRequest

func (*CreateFlowRequest) SetCronExpression

func (s *CreateFlowRequest) SetCronExpression(v string) *CreateFlowRequest

func (*CreateFlowRequest) SetDescription

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

func (*CreateFlowRequest) SetEndSchedule

func (s *CreateFlowRequest) SetEndSchedule(v int64) *CreateFlowRequest

func (*CreateFlowRequest) SetHostName

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

func (*CreateFlowRequest) SetName

func (*CreateFlowRequest) SetNamespace

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

func (*CreateFlowRequest) SetParentCategory

func (s *CreateFlowRequest) SetParentCategory(v string) *CreateFlowRequest

func (*CreateFlowRequest) SetParentFlowList

func (s *CreateFlowRequest) SetParentFlowList(v string) *CreateFlowRequest

func (*CreateFlowRequest) SetProjectId

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

func (*CreateFlowRequest) SetRegionId

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

func (*CreateFlowRequest) SetStartSchedule

func (s *CreateFlowRequest) SetStartSchedule(v int64) *CreateFlowRequest

func (CreateFlowRequest) String

func (s CreateFlowRequest) String() string

type CreateFlowResponse

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

func (CreateFlowResponse) GoString

func (s CreateFlowResponse) GoString() string

func (*CreateFlowResponse) SetBody

func (*CreateFlowResponse) SetHeaders

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

func (*CreateFlowResponse) SetStatusCode added in v1.0.22

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

func (CreateFlowResponse) String

func (s CreateFlowResponse) String() string

type CreateFlowResponseBody

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

func (CreateFlowResponseBody) GoString

func (s CreateFlowResponseBody) GoString() string

func (*CreateFlowResponseBody) SetId

func (*CreateFlowResponseBody) SetRequestId

func (CreateFlowResponseBody) String

func (s CreateFlowResponseBody) String() string

type DeleteFlowCategoryRequest

type DeleteFlowCategoryRequest struct {
	Id        *string `json:"Id,omitempty" xml:"Id,omitempty"`
	ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId  *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (DeleteFlowCategoryRequest) GoString

func (s DeleteFlowCategoryRequest) GoString() string

func (*DeleteFlowCategoryRequest) SetId

func (*DeleteFlowCategoryRequest) SetProjectId

func (*DeleteFlowCategoryRequest) SetRegionId

func (DeleteFlowCategoryRequest) String

func (s DeleteFlowCategoryRequest) String() string

type DeleteFlowCategoryResponse

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

func (DeleteFlowCategoryResponse) GoString

func (s DeleteFlowCategoryResponse) GoString() string

func (*DeleteFlowCategoryResponse) SetBody

func (*DeleteFlowCategoryResponse) SetHeaders

func (*DeleteFlowCategoryResponse) SetStatusCode added in v1.0.22

func (DeleteFlowCategoryResponse) String

type DeleteFlowCategoryResponseBody

type DeleteFlowCategoryResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteFlowCategoryResponseBody) GoString

func (*DeleteFlowCategoryResponseBody) SetData

func (*DeleteFlowCategoryResponseBody) SetRequestId

func (DeleteFlowCategoryResponseBody) String

type DeleteFlowProjectRequest

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

func (DeleteFlowProjectRequest) GoString

func (s DeleteFlowProjectRequest) GoString() string

func (*DeleteFlowProjectRequest) SetProjectId

func (*DeleteFlowProjectRequest) SetRegionId

func (DeleteFlowProjectRequest) String

func (s DeleteFlowProjectRequest) String() string

type DeleteFlowProjectResponse

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

func (DeleteFlowProjectResponse) GoString

func (s DeleteFlowProjectResponse) GoString() string

func (*DeleteFlowProjectResponse) SetBody

func (*DeleteFlowProjectResponse) SetHeaders

func (*DeleteFlowProjectResponse) SetStatusCode added in v1.0.22

func (DeleteFlowProjectResponse) String

func (s DeleteFlowProjectResponse) String() string

type DeleteFlowProjectResponseBody

type DeleteFlowProjectResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteFlowProjectResponseBody) GoString

func (*DeleteFlowProjectResponseBody) SetData

func (*DeleteFlowProjectResponseBody) SetRequestId

func (DeleteFlowProjectResponseBody) String

type DeleteFlowProjectUserRequest

type DeleteFlowProjectUserRequest struct {
	ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId  *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	UserName  *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (DeleteFlowProjectUserRequest) GoString

func (s DeleteFlowProjectUserRequest) GoString() string

func (*DeleteFlowProjectUserRequest) SetProjectId

func (*DeleteFlowProjectUserRequest) SetRegionId

func (*DeleteFlowProjectUserRequest) SetUserName

func (DeleteFlowProjectUserRequest) String

type DeleteFlowProjectUserResponse

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

func (DeleteFlowProjectUserResponse) GoString

func (*DeleteFlowProjectUserResponse) SetBody

func (*DeleteFlowProjectUserResponse) SetHeaders

func (*DeleteFlowProjectUserResponse) SetStatusCode added in v1.0.22

func (DeleteFlowProjectUserResponse) String

type DeleteFlowProjectUserResponseBody

type DeleteFlowProjectUserResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteFlowProjectUserResponseBody) GoString

func (*DeleteFlowProjectUserResponseBody) SetData

func (*DeleteFlowProjectUserResponseBody) SetRequestId

func (DeleteFlowProjectUserResponseBody) String

type DeleteFlowRequest

type DeleteFlowRequest struct {
	Id        *string `json:"Id,omitempty" xml:"Id,omitempty"`
	ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId  *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (DeleteFlowRequest) GoString

func (s DeleteFlowRequest) GoString() string

func (*DeleteFlowRequest) SetId

func (*DeleteFlowRequest) SetProjectId

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

func (*DeleteFlowRequest) SetRegionId

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

func (DeleteFlowRequest) String

func (s DeleteFlowRequest) String() string

type DeleteFlowResponse

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

func (DeleteFlowResponse) GoString

func (s DeleteFlowResponse) GoString() string

func (*DeleteFlowResponse) SetBody

func (*DeleteFlowResponse) SetHeaders

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

func (*DeleteFlowResponse) SetStatusCode added in v1.0.22

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

func (DeleteFlowResponse) String

func (s DeleteFlowResponse) String() string

type DeleteFlowResponseBody

type DeleteFlowResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteFlowResponseBody) GoString

func (s DeleteFlowResponseBody) GoString() string

func (*DeleteFlowResponseBody) SetData

func (*DeleteFlowResponseBody) SetRequestId

func (DeleteFlowResponseBody) String

func (s DeleteFlowResponseBody) String() string

type DescribeClusterV2Request

type DescribeClusterV2Request struct {
	Id              *string `json:"Id,omitempty" xml:"Id,omitempty"`
	RegionId        *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceOwnerId *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
}

func (DescribeClusterV2Request) GoString

func (s DescribeClusterV2Request) GoString() string

func (*DescribeClusterV2Request) SetId

func (*DescribeClusterV2Request) SetRegionId

func (*DescribeClusterV2Request) SetResourceOwnerId

func (s *DescribeClusterV2Request) SetResourceOwnerId(v int64) *DescribeClusterV2Request

func (DescribeClusterV2Request) String

func (s DescribeClusterV2Request) String() string

type DescribeClusterV2Response

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

func (DescribeClusterV2Response) GoString

func (s DescribeClusterV2Response) GoString() string

func (*DescribeClusterV2Response) SetBody

func (*DescribeClusterV2Response) SetHeaders

func (*DescribeClusterV2Response) SetStatusCode added in v1.0.22

func (DescribeClusterV2Response) String

func (s DescribeClusterV2Response) String() string

type DescribeClusterV2ResponseBody

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

func (DescribeClusterV2ResponseBody) GoString

func (*DescribeClusterV2ResponseBody) SetRequestId

func (DescribeClusterV2ResponseBody) String

type DescribeClusterV2ResponseBodyClusterInfo

type DescribeClusterV2ResponseBodyClusterInfo struct {
	AccessInfo                      *DescribeClusterV2ResponseBodyClusterInfoAccessInfo             `json:"AccessInfo,omitempty" xml:"AccessInfo,omitempty" type:"Struct"`
	AutoScalingAllowed              *bool                                                           `json:"AutoScalingAllowed,omitempty" xml:"AutoScalingAllowed,omitempty"`
	AutoScalingByLoadAllowed        *bool                                                           `json:"AutoScalingByLoadAllowed,omitempty" xml:"AutoScalingByLoadAllowed,omitempty"`
	AutoScalingEnable               *bool                                                           `json:"AutoScalingEnable,omitempty" xml:"AutoScalingEnable,omitempty"`
	AutoScalingSpotWithLimitAllowed *bool                                                           `json:"AutoScalingSpotWithLimitAllowed,omitempty" xml:"AutoScalingSpotWithLimitAllowed,omitempty"`
	AutoScalingVersion              *string                                                         `json:"AutoScalingVersion,omitempty" xml:"AutoScalingVersion,omitempty"`
	AutoScalingWithGraceAllowed     *bool                                                           `json:"AutoScalingWithGraceAllowed,omitempty" xml:"AutoScalingWithGraceAllowed,omitempty"`
	BootstrapActionList             *DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList    `json:"BootstrapActionList,omitempty" xml:"BootstrapActionList,omitempty" type:"Struct"`
	BootstrapFailed                 *bool                                                           `json:"BootstrapFailed,omitempty" xml:"BootstrapFailed,omitempty"`
	ChargeType                      *string                                                         `json:"ChargeType,omitempty" xml:"ChargeType,omitempty"`
	Configurations                  *string                                                         `json:"Configurations,omitempty" xml:"Configurations,omitempty"`
	CoreNodeInService               *int32                                                          `json:"CoreNodeInService,omitempty" xml:"CoreNodeInService,omitempty"`
	CoreNodeTotal                   *int32                                                          `json:"CoreNodeTotal,omitempty" xml:"CoreNodeTotal,omitempty"`
	CreateResource                  *string                                                         `json:"CreateResource,omitempty" xml:"CreateResource,omitempty"`
	CreateType                      *string                                                         `json:"CreateType,omitempty" xml:"CreateType,omitempty"`
	DepositType                     *string                                                         `json:"DepositType,omitempty" xml:"DepositType,omitempty"`
	EasEnable                       *bool                                                           `json:"EasEnable,omitempty" xml:"EasEnable,omitempty"`
	ExpiredTime                     *int64                                                          `json:"ExpiredTime,omitempty" xml:"ExpiredTime,omitempty"`
	ExtraInfo                       *string                                                         `json:"ExtraInfo,omitempty" xml:"ExtraInfo,omitempty"`
	FailReason                      *DescribeClusterV2ResponseBodyClusterInfoFailReason             `json:"FailReason,omitempty" xml:"FailReason,omitempty" type:"Struct"`
	GatewayClusterIds               *string                                                         `json:"GatewayClusterIds,omitempty" xml:"GatewayClusterIds,omitempty"`
	GatewayClusterInfoList          *DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList `json:"GatewayClusterInfoList,omitempty" xml:"GatewayClusterInfoList,omitempty" type:"Struct"`
	HighAvailabilityEnable          *bool                                                           `json:"HighAvailabilityEnable,omitempty" xml:"HighAvailabilityEnable,omitempty"`
	HostGroupList                   *DescribeClusterV2ResponseBodyClusterInfoHostGroupList          `json:"HostGroupList,omitempty" xml:"HostGroupList,omitempty" type:"Struct"`
	HostPoolInfo                    *DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo           `json:"HostPoolInfo,omitempty" xml:"HostPoolInfo,omitempty" type:"Struct"`
	Id                              *string                                                         `json:"Id,omitempty" xml:"Id,omitempty"`
	ImageId                         *string                                                         `json:"ImageId,omitempty" xml:"ImageId,omitempty"`
	InstanceGeneration              *string                                                         `json:"InstanceGeneration,omitempty" xml:"InstanceGeneration,omitempty"`
	IoOptimized                     *bool                                                           `json:"IoOptimized,omitempty" xml:"IoOptimized,omitempty"`
	K8sClusterId                    *string                                                         `json:"K8sClusterId,omitempty" xml:"K8sClusterId,omitempty"`
	LocalMetaDb                     *bool                                                           `json:"LocalMetaDb,omitempty" xml:"LocalMetaDb,omitempty"`
	LogEnable                       *bool                                                           `json:"LogEnable,omitempty" xml:"LogEnable,omitempty"`
	LogPath                         *string                                                         `json:"LogPath,omitempty" xml:"LogPath,omitempty"`
	MachineType                     *string                                                         `json:"MachineType,omitempty" xml:"MachineType,omitempty"`
	MasterNodeInService             *int32                                                          `json:"MasterNodeInService,omitempty" xml:"MasterNodeInService,omitempty"`
	MasterNodeTotal                 *int32                                                          `json:"MasterNodeTotal,omitempty" xml:"MasterNodeTotal,omitempty"`
	MetaStoreType                   *string                                                         `json:"MetaStoreType,omitempty" xml:"MetaStoreType,omitempty"`
	Name                            *string                                                         `json:"Name,omitempty" xml:"Name,omitempty"`
	NetType                         *string                                                         `json:"NetType,omitempty" xml:"NetType,omitempty"`
	Period                          *int32                                                          `json:"Period,omitempty" xml:"Period,omitempty"`
	RegionId                        *string                                                         `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RelateClusterId                 *string                                                         `json:"RelateClusterId,omitempty" xml:"RelateClusterId,omitempty"`
	RelateClusterInfo               *DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo      `json:"RelateClusterInfo,omitempty" xml:"RelateClusterInfo,omitempty" type:"Struct"`
	ResizeDiskEnable                *bool                                                           `json:"ResizeDiskEnable,omitempty" xml:"ResizeDiskEnable,omitempty"`
	RunningTime                     *int32                                                          `json:"RunningTime,omitempty" xml:"RunningTime,omitempty"`
	SecurityGroupId                 *string                                                         `json:"SecurityGroupId,omitempty" xml:"SecurityGroupId,omitempty"`
	SecurityGroupName               *string                                                         `json:"SecurityGroupName,omitempty" xml:"SecurityGroupName,omitempty"`
	ShowSoftwareInterface           *bool                                                           `json:"ShowSoftwareInterface,omitempty" xml:"ShowSoftwareInterface,omitempty"`
	SoftwareInfo                    *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo           `json:"SoftwareInfo,omitempty" xml:"SoftwareInfo,omitempty" type:"Struct"`
	StartTime                       *int64                                                          `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Status                          *string                                                         `json:"Status,omitempty" xml:"Status,omitempty"`
	StopTime                        *int64                                                          `json:"StopTime,omitempty" xml:"StopTime,omitempty"`
	TaskNodeInService               *int32                                                          `json:"TaskNodeInService,omitempty" xml:"TaskNodeInService,omitempty"`
	TaskNodeTotal                   *int32                                                          `json:"TaskNodeTotal,omitempty" xml:"TaskNodeTotal,omitempty"`
	UserDefinedEmrEcsRole           *string                                                         `json:"UserDefinedEmrEcsRole,omitempty" xml:"UserDefinedEmrEcsRole,omitempty"`
	UserId                          *string                                                         `json:"UserId,omitempty" xml:"UserId,omitempty"`
	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 (DescribeClusterV2ResponseBodyClusterInfo) GoString

func (*DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingAllowed

func (*DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingByLoadAllowed

func (*DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingEnable

func (*DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingSpotWithLimitAllowed

func (*DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingVersion

func (*DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingWithGraceAllowed

func (*DescribeClusterV2ResponseBodyClusterInfo) SetBootstrapFailed

func (*DescribeClusterV2ResponseBodyClusterInfo) SetChargeType

func (*DescribeClusterV2ResponseBodyClusterInfo) SetConfigurations

func (*DescribeClusterV2ResponseBodyClusterInfo) SetCoreNodeInService

func (*DescribeClusterV2ResponseBodyClusterInfo) SetCoreNodeTotal

func (*DescribeClusterV2ResponseBodyClusterInfo) SetCreateResource

func (*DescribeClusterV2ResponseBodyClusterInfo) SetCreateType

func (*DescribeClusterV2ResponseBodyClusterInfo) SetDepositType

func (*DescribeClusterV2ResponseBodyClusterInfo) SetEasEnable

func (*DescribeClusterV2ResponseBodyClusterInfo) SetExpiredTime

func (*DescribeClusterV2ResponseBodyClusterInfo) SetExtraInfo

func (*DescribeClusterV2ResponseBodyClusterInfo) SetGatewayClusterIds

func (*DescribeClusterV2ResponseBodyClusterInfo) SetHighAvailabilityEnable

func (*DescribeClusterV2ResponseBodyClusterInfo) SetId

func (*DescribeClusterV2ResponseBodyClusterInfo) SetImageId

func (*DescribeClusterV2ResponseBodyClusterInfo) SetInstanceGeneration

func (*DescribeClusterV2ResponseBodyClusterInfo) SetIoOptimized

func (*DescribeClusterV2ResponseBodyClusterInfo) SetK8sClusterId

func (*DescribeClusterV2ResponseBodyClusterInfo) SetLocalMetaDb

func (*DescribeClusterV2ResponseBodyClusterInfo) SetLogEnable

func (*DescribeClusterV2ResponseBodyClusterInfo) SetLogPath

func (*DescribeClusterV2ResponseBodyClusterInfo) SetMachineType

func (*DescribeClusterV2ResponseBodyClusterInfo) SetMasterNodeInService

func (*DescribeClusterV2ResponseBodyClusterInfo) SetMasterNodeTotal

func (*DescribeClusterV2ResponseBodyClusterInfo) SetMetaStoreType

func (*DescribeClusterV2ResponseBodyClusterInfo) SetName

func (*DescribeClusterV2ResponseBodyClusterInfo) SetNetType

func (*DescribeClusterV2ResponseBodyClusterInfo) SetPeriod

func (*DescribeClusterV2ResponseBodyClusterInfo) SetRegionId

func (*DescribeClusterV2ResponseBodyClusterInfo) SetRelateClusterId

func (*DescribeClusterV2ResponseBodyClusterInfo) SetResizeDiskEnable

func (*DescribeClusterV2ResponseBodyClusterInfo) SetRunningTime

func (*DescribeClusterV2ResponseBodyClusterInfo) SetSecurityGroupId

func (*DescribeClusterV2ResponseBodyClusterInfo) SetSecurityGroupName

func (*DescribeClusterV2ResponseBodyClusterInfo) SetShowSoftwareInterface

func (*DescribeClusterV2ResponseBodyClusterInfo) SetStartTime

func (*DescribeClusterV2ResponseBodyClusterInfo) SetStatus

func (*DescribeClusterV2ResponseBodyClusterInfo) SetStopTime

func (*DescribeClusterV2ResponseBodyClusterInfo) SetTaskNodeInService

func (*DescribeClusterV2ResponseBodyClusterInfo) SetTaskNodeTotal

func (*DescribeClusterV2ResponseBodyClusterInfo) SetUserDefinedEmrEcsRole

func (*DescribeClusterV2ResponseBodyClusterInfo) SetUserId

func (*DescribeClusterV2ResponseBodyClusterInfo) SetVSwitchId

func (*DescribeClusterV2ResponseBodyClusterInfo) SetVpcId

func (*DescribeClusterV2ResponseBodyClusterInfo) SetZoneId

func (DescribeClusterV2ResponseBodyClusterInfo) String

type DescribeClusterV2ResponseBodyClusterInfoAccessInfo

type DescribeClusterV2ResponseBodyClusterInfoAccessInfo struct {
	ZKLinks *DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks `json:"ZKLinks,omitempty" xml:"ZKLinks,omitempty" type:"Struct"`
}

func (DescribeClusterV2ResponseBodyClusterInfoAccessInfo) GoString

func (DescribeClusterV2ResponseBodyClusterInfoAccessInfo) String

type DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks struct {
	ZKLink []*DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink `json:"ZKLink,omitempty" xml:"ZKLink,omitempty" type:"Repeated"`
}

func (DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks) GoString

func (DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks) String

type DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink struct {
	Link *string `json:"Link,omitempty" xml:"Link,omitempty"`
	Port *string `json:"Port,omitempty" xml:"Port,omitempty"`
}

func (DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink) GoString

func (*DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink) SetPort

func (DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink) String

type DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList

type DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList struct {
	BootstrapAction []*DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction `json:"BootstrapAction,omitempty" xml:"BootstrapAction,omitempty" type:"Repeated"`
}

func (DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList) GoString

func (DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList) String

type DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction

type DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction struct {
	Arg  *string `json:"Arg,omitempty" xml:"Arg,omitempty"`
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Path *string `json:"Path,omitempty" xml:"Path,omitempty"`
}

func (DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction) GoString

func (*DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction) SetArg

func (*DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction) SetName

func (*DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction) SetPath

func (DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction) String

type DescribeClusterV2ResponseBodyClusterInfoFailReason

type DescribeClusterV2ResponseBodyClusterInfoFailReason struct {
	ErrorCode *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMsg  *string `json:"ErrorMsg,omitempty" xml:"ErrorMsg,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeClusterV2ResponseBodyClusterInfoFailReason) GoString

func (*DescribeClusterV2ResponseBodyClusterInfoFailReason) SetErrorCode

func (*DescribeClusterV2ResponseBodyClusterInfoFailReason) SetErrorMsg

func (*DescribeClusterV2ResponseBodyClusterInfoFailReason) SetRequestId

func (DescribeClusterV2ResponseBodyClusterInfoFailReason) String

type DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList

type DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList struct {
	GatewayClusterInfo []*DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo `json:"GatewayClusterInfo,omitempty" xml:"GatewayClusterInfo,omitempty" type:"Repeated"`
}

func (DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList) GoString

func (DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList) String

type DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo

type DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo struct {
	ClusterId   *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterName *string `json:"ClusterName,omitempty" xml:"ClusterName,omitempty"`
	Status      *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo) GoString

func (*DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo) SetClusterId

func (*DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo) SetClusterName

func (*DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo) SetStatus

func (DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo) String

type DescribeClusterV2ResponseBodyClusterInfoHostGroupList

type DescribeClusterV2ResponseBodyClusterInfoHostGroupList struct {
	HostGroup []*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup `json:"HostGroup,omitempty" xml:"HostGroup,omitempty" type:"Repeated"`
}

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupList) GoString

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupList) String

type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup

type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup struct {
	BandWidth             *string                                                              `json:"BandWidth,omitempty" xml:"BandWidth,omitempty"`
	ChargeType            *string                                                              `json:"ChargeType,omitempty" xml:"ChargeType,omitempty"`
	CpuCore               *int32                                                               `json:"CpuCore,omitempty" xml:"CpuCore,omitempty"`
	DiskCapacity          *int32                                                               `json:"DiskCapacity,omitempty" xml:"DiskCapacity,omitempty"`
	DiskCount             *int32                                                               `json:"DiskCount,omitempty" xml:"DiskCount,omitempty"`
	DiskType              *string                                                              `json:"DiskType,omitempty" xml:"DiskType,omitempty"`
	HostGroupChangeStatus *string                                                              `json:"HostGroupChangeStatus,omitempty" xml:"HostGroupChangeStatus,omitempty"`
	HostGroupChangeType   *string                                                              `json:"HostGroupChangeType,omitempty" xml:"HostGroupChangeType,omitempty"`
	HostGroupId           *string                                                              `json:"HostGroupId,omitempty" xml:"HostGroupId,omitempty"`
	HostGroupName         *string                                                              `json:"HostGroupName,omitempty" xml:"HostGroupName,omitempty"`
	HostGroupSubType      *string                                                              `json:"HostGroupSubType,omitempty" xml:"HostGroupSubType,omitempty"`
	HostGroupType         *string                                                              `json:"HostGroupType,omitempty" xml:"HostGroupType,omitempty"`
	InstanceType          *string                                                              `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	LockReason            *string                                                              `json:"LockReason,omitempty" xml:"LockReason,omitempty"`
	LockType              *string                                                              `json:"LockType,omitempty" xml:"LockType,omitempty"`
	MemoryCapacity        *int32                                                               `json:"MemoryCapacity,omitempty" xml:"MemoryCapacity,omitempty"`
	NodeCount             *int32                                                               `json:"NodeCount,omitempty" xml:"NodeCount,omitempty"`
	Nodes                 *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes `json:"Nodes,omitempty" xml:"Nodes,omitempty" type:"Struct"`
	Period                *string                                                              `json:"Period,omitempty" xml:"Period,omitempty"`
}

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) GoString

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetBandWidth

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetChargeType

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetCpuCore

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetDiskCapacity

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetDiskCount

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetDiskType

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupChangeStatus

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupChangeType

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupId

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupName

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupSubType

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupType

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetInstanceType

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetLockReason

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetLockType

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetMemoryCapacity

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetNodeCount

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetPeriod

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) String

type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes

type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes struct {
	Node []*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode `json:"Node,omitempty" xml:"Node,omitempty" type:"Repeated"`
}

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes) GoString

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes) String

type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode

type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode struct {
	CreateTime     *string                                                                             `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DaemonInfos    *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfos `json:"DaemonInfos,omitempty" xml:"DaemonInfos,omitempty" type:"Struct"`
	DiskInfos      *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfos   `json:"DiskInfos,omitempty" xml:"DiskInfos,omitempty" type:"Struct"`
	EmrExpiredTime *string                                                                             `json:"EmrExpiredTime,omitempty" xml:"EmrExpiredTime,omitempty"`
	ExpiredTime    *string                                                                             `json:"ExpiredTime,omitempty" xml:"ExpiredTime,omitempty"`
	InnerIp        *string                                                                             `json:"InnerIp,omitempty" xml:"InnerIp,omitempty"`
	InstanceId     *string                                                                             `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	PubIp          *string                                                                             `json:"PubIp,omitempty" xml:"PubIp,omitempty"`
	Status         *string                                                                             `json:"Status,omitempty" xml:"Status,omitempty"`
	SupportIpV6    *bool                                                                               `json:"SupportIpV6,omitempty" xml:"SupportIpV6,omitempty"`
	ZoneId         *string                                                                             `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) GoString

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetCreateTime

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetEmrExpiredTime

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetExpiredTime

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetInnerIp

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetInstanceId

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetPubIp

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetStatus

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetSupportIpV6

func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetZoneId

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) String

type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfos

type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfos struct {
	DaemonInfo []*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfosDaemonInfo `json:"DaemonInfo,omitempty" xml:"DaemonInfo,omitempty" type:"Repeated"`
}

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfos) GoString

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfos) String

type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfosDaemonInfo

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

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfosDaemonInfo) GoString

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfosDaemonInfo) String

type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfos

type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfos struct {
	DiskInfo []*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo `json:"DiskInfo,omitempty" xml:"DiskInfo,omitempty" type:"Repeated"`
}

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfos) GoString

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfos) String

type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo

type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo struct {
	Device   *string `json:"Device,omitempty" xml:"Device,omitempty"`
	DiskId   *string `json:"DiskId,omitempty" xml:"DiskId,omitempty"`
	DiskName *string `json:"DiskName,omitempty" xml:"DiskName,omitempty"`
	Size     *int32  `json:"Size,omitempty" xml:"Size,omitempty"`
	Type     *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo) GoString

func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo) String

type DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo

type DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo struct {
	HpBizId *string `json:"HpBizId,omitempty" xml:"HpBizId,omitempty"`
	HpName  *string `json:"HpName,omitempty" xml:"HpName,omitempty"`
}

func (DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo) GoString

func (*DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo) SetHpBizId

func (*DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo) SetHpName

func (DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo) String

type DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo

type DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo struct {
	ClusterId   *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterName *string `json:"ClusterName,omitempty" xml:"ClusterName,omitempty"`
	Status      *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) GoString

func (*DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) SetClusterId

func (*DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) SetClusterName

func (*DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) SetStatus

func (DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) String

type DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo

type DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo struct {
	ClusterType *string                                                        `json:"ClusterType,omitempty" xml:"ClusterType,omitempty"`
	EmrVer      *string                                                        `json:"EmrVer,omitempty" xml:"EmrVer,omitempty"`
	Softwares   *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares `json:"Softwares,omitempty" xml:"Softwares,omitempty" type:"Struct"`
}

func (DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) GoString

func (*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) SetClusterType

func (*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) SetEmrVer

func (DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) String

type DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares

type DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares struct {
	Software []*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware `json:"Software,omitempty" xml:"Software,omitempty" type:"Repeated"`
}

func (DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares) GoString

func (DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares) String

type DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware

type DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware struct {
	DisplayName *string `json:"DisplayName,omitempty" xml:"DisplayName,omitempty"`
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
	OnlyDisplay *bool   `json:"OnlyDisplay,omitempty" xml:"OnlyDisplay,omitempty"`
	StartTpe    *int32  `json:"StartTpe,omitempty" xml:"StartTpe,omitempty"`
	Version     *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) GoString

func (*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) SetDisplayName

func (*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) SetName

func (*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) SetOnlyDisplay

func (*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) SetStartTpe

func (*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) SetVersion

func (DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) String

type DescribeFlowCategoryTreeRequest added in v1.0.9

type DescribeFlowCategoryTreeRequest struct {
	CategoryId *string `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	Keyword    *string `json:"Keyword,omitempty" xml:"Keyword,omitempty"`
	Mode       *string `json:"Mode,omitempty" xml:"Mode,omitempty"`
	ProjectId  *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId   *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Type       *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (DescribeFlowCategoryTreeRequest) GoString added in v1.0.9

func (*DescribeFlowCategoryTreeRequest) SetCategoryId added in v1.0.9

func (*DescribeFlowCategoryTreeRequest) SetKeyword added in v1.0.9

func (*DescribeFlowCategoryTreeRequest) SetMode added in v1.0.9

func (*DescribeFlowCategoryTreeRequest) SetProjectId added in v1.0.9

func (*DescribeFlowCategoryTreeRequest) SetRegionId added in v1.0.9

func (*DescribeFlowCategoryTreeRequest) SetType added in v1.0.9

func (DescribeFlowCategoryTreeRequest) String added in v1.0.9

type DescribeFlowCategoryTreeResponse added in v1.0.9

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

func (DescribeFlowCategoryTreeResponse) GoString added in v1.0.9

func (*DescribeFlowCategoryTreeResponse) SetBody added in v1.0.9

func (*DescribeFlowCategoryTreeResponse) SetHeaders added in v1.0.9

func (*DescribeFlowCategoryTreeResponse) SetStatusCode added in v1.0.22

func (DescribeFlowCategoryTreeResponse) String added in v1.0.9

type DescribeFlowCategoryTreeResponseBody added in v1.0.9

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

func (DescribeFlowCategoryTreeResponseBody) GoString added in v1.0.9

func (*DescribeFlowCategoryTreeResponseBody) SetData added in v1.0.9

func (*DescribeFlowCategoryTreeResponseBody) SetRequestId added in v1.0.9

func (DescribeFlowCategoryTreeResponseBody) String added in v1.0.9

type DescribeFlowJobRequest

type DescribeFlowJobRequest struct {
	Id        *string `json:"Id,omitempty" xml:"Id,omitempty"`
	ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId  *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (DescribeFlowJobRequest) GoString

func (s DescribeFlowJobRequest) GoString() string

func (*DescribeFlowJobRequest) SetId

func (*DescribeFlowJobRequest) SetProjectId

func (*DescribeFlowJobRequest) SetRegionId

func (DescribeFlowJobRequest) String

func (s DescribeFlowJobRequest) String() string

type DescribeFlowJobResponse

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

func (DescribeFlowJobResponse) GoString

func (s DescribeFlowJobResponse) GoString() string

func (*DescribeFlowJobResponse) SetBody

func (*DescribeFlowJobResponse) SetHeaders

func (*DescribeFlowJobResponse) SetStatusCode added in v1.0.22

func (DescribeFlowJobResponse) String

func (s DescribeFlowJobResponse) String() string

type DescribeFlowJobResponseBody

type DescribeFlowJobResponseBody struct {
	Adhoc             *string                                  `json:"Adhoc,omitempty" xml:"Adhoc,omitempty"`
	AlertConf         *string                                  `json:"AlertConf,omitempty" xml:"AlertConf,omitempty"`
	CategoryId        *string                                  `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	CustomVariables   *string                                  `json:"CustomVariables,omitempty" xml:"CustomVariables,omitempty"`
	Description       *string                                  `json:"Description,omitempty" xml:"Description,omitempty"`
	EditLockDetail    *string                                  `json:"EditLockDetail,omitempty" xml:"EditLockDetail,omitempty"`
	EnvConf           *string                                  `json:"EnvConf,omitempty" xml:"EnvConf,omitempty"`
	FailAct           *string                                  `json:"FailAct,omitempty" xml:"FailAct,omitempty"`
	GmtCreate         *int64                                   `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	GmtModified       *int64                                   `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	Id                *string                                  `json:"Id,omitempty" xml:"Id,omitempty"`
	KnoxPassword      *string                                  `json:"KnoxPassword,omitempty" xml:"KnoxPassword,omitempty"`
	KnoxUser          *string                                  `json:"KnoxUser,omitempty" xml:"KnoxUser,omitempty"`
	LastInstanceId    *string                                  `json:"LastInstanceId,omitempty" xml:"LastInstanceId,omitempty"`
	MaxRetry          *int32                                   `json:"MaxRetry,omitempty" xml:"MaxRetry,omitempty"`
	MaxRunningTimeSec *int64                                   `json:"MaxRunningTimeSec,omitempty" xml:"MaxRunningTimeSec,omitempty"`
	Mode              *string                                  `json:"Mode,omitempty" xml:"Mode,omitempty"`
	MonitorConf       *string                                  `json:"MonitorConf,omitempty" xml:"MonitorConf,omitempty"`
	Name              *string                                  `json:"Name,omitempty" xml:"Name,omitempty"`
	ParamConf         *string                                  `json:"ParamConf,omitempty" xml:"ParamConf,omitempty"`
	Params            *string                                  `json:"Params,omitempty" xml:"Params,omitempty"`
	RequestId         *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ResourceList      *DescribeFlowJobResponseBodyResourceList `json:"ResourceList,omitempty" xml:"ResourceList,omitempty" type:"Struct"`
	RetryInterval     *int64                                   `json:"RetryInterval,omitempty" xml:"RetryInterval,omitempty"`
	RetryPolicy       *string                                  `json:"RetryPolicy,omitempty" xml:"RetryPolicy,omitempty"`
	RunConf           *string                                  `json:"RunConf,omitempty" xml:"RunConf,omitempty"`
	Type              *string                                  `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (DescribeFlowJobResponseBody) GoString

func (s DescribeFlowJobResponseBody) GoString() string

func (*DescribeFlowJobResponseBody) SetAdhoc

func (*DescribeFlowJobResponseBody) SetAlertConf

func (*DescribeFlowJobResponseBody) SetCategoryId

func (*DescribeFlowJobResponseBody) SetCustomVariables

func (*DescribeFlowJobResponseBody) SetDescription

func (*DescribeFlowJobResponseBody) SetEditLockDetail

func (*DescribeFlowJobResponseBody) SetEnvConf

func (*DescribeFlowJobResponseBody) SetFailAct

func (*DescribeFlowJobResponseBody) SetGmtCreate

func (*DescribeFlowJobResponseBody) SetGmtModified

func (*DescribeFlowJobResponseBody) SetId

func (*DescribeFlowJobResponseBody) SetKnoxPassword

func (*DescribeFlowJobResponseBody) SetKnoxUser

func (*DescribeFlowJobResponseBody) SetLastInstanceId

func (*DescribeFlowJobResponseBody) SetMaxRetry

func (*DescribeFlowJobResponseBody) SetMaxRunningTimeSec

func (*DescribeFlowJobResponseBody) SetMode

func (*DescribeFlowJobResponseBody) SetMonitorConf

func (*DescribeFlowJobResponseBody) SetName

func (*DescribeFlowJobResponseBody) SetParamConf

func (*DescribeFlowJobResponseBody) SetParams

func (*DescribeFlowJobResponseBody) SetRequestId

func (*DescribeFlowJobResponseBody) SetRetryInterval

func (*DescribeFlowJobResponseBody) SetRetryPolicy

func (*DescribeFlowJobResponseBody) SetRunConf

func (*DescribeFlowJobResponseBody) SetType

func (DescribeFlowJobResponseBody) String

type DescribeFlowJobResponseBodyResourceList

type DescribeFlowJobResponseBodyResourceList struct {
	Resource []*DescribeFlowJobResponseBodyResourceListResource `json:"Resource,omitempty" xml:"Resource,omitempty" type:"Repeated"`
}

func (DescribeFlowJobResponseBodyResourceList) GoString

func (DescribeFlowJobResponseBodyResourceList) String

type DescribeFlowJobResponseBodyResourceListResource

type DescribeFlowJobResponseBodyResourceListResource struct {
	Alias *string `json:"Alias,omitempty" xml:"Alias,omitempty"`
	Path  *string `json:"Path,omitempty" xml:"Path,omitempty"`
}

func (DescribeFlowJobResponseBodyResourceListResource) GoString

func (*DescribeFlowJobResponseBodyResourceListResource) SetAlias

func (*DescribeFlowJobResponseBodyResourceListResource) SetPath

func (DescribeFlowJobResponseBodyResourceListResource) String

type DescribeFlowNodeInstanceRequest added in v1.0.10

type DescribeFlowNodeInstanceRequest struct {
	Id        *string `json:"Id,omitempty" xml:"Id,omitempty"`
	ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId  *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (DescribeFlowNodeInstanceRequest) GoString added in v1.0.10

func (*DescribeFlowNodeInstanceRequest) SetId added in v1.0.10

func (*DescribeFlowNodeInstanceRequest) SetProjectId added in v1.0.10

func (*DescribeFlowNodeInstanceRequest) SetRegionId added in v1.0.10

func (DescribeFlowNodeInstanceRequest) String added in v1.0.10

type DescribeFlowNodeInstanceResponse added in v1.0.10

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

func (DescribeFlowNodeInstanceResponse) GoString added in v1.0.10

func (*DescribeFlowNodeInstanceResponse) SetBody added in v1.0.10

func (*DescribeFlowNodeInstanceResponse) SetHeaders added in v1.0.10

func (*DescribeFlowNodeInstanceResponse) SetStatusCode added in v1.0.22

func (DescribeFlowNodeInstanceResponse) String added in v1.0.10

type DescribeFlowNodeInstanceResponseBody added in v1.0.10

type DescribeFlowNodeInstanceResponseBody struct {
	Adhoc            *bool   `json:"Adhoc,omitempty" xml:"Adhoc,omitempty"`
	ClusterId        *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	ClusterName      *string `json:"ClusterName,omitempty" xml:"ClusterName,omitempty"`
	Duration         *int64  `json:"Duration,omitempty" xml:"Duration,omitempty"`
	EndTime          *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	EnvConf          *string `json:"EnvConf,omitempty" xml:"EnvConf,omitempty"`
	ExternalChildIds *string `json:"ExternalChildIds,omitempty" xml:"ExternalChildIds,omitempty"`
	ExternalId       *string `json:"ExternalId,omitempty" xml:"ExternalId,omitempty"`
	ExternalInfo     *string `json:"ExternalInfo,omitempty" xml:"ExternalInfo,omitempty"`
	ExternalStatus   *string `json:"ExternalStatus,omitempty" xml:"ExternalStatus,omitempty"`
	ExternalSubId    *string `json:"ExternalSubId,omitempty" xml:"ExternalSubId,omitempty"`
	FailAct          *string `json:"FailAct,omitempty" xml:"FailAct,omitempty"`
	FlowId           *string `json:"FlowId,omitempty" xml:"FlowId,omitempty"`
	FlowInstanceId   *string `json:"FlowInstanceId,omitempty" xml:"FlowInstanceId,omitempty"`
	GmtCreate        *int64  `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	GmtModified      *int64  `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	HostName         *string `json:"HostName,omitempty" xml:"HostName,omitempty"`
	Id               *string `json:"Id,omitempty" xml:"Id,omitempty"`
	JobId            *string `json:"JobId,omitempty" xml:"JobId,omitempty"`
	JobName          *string `json:"JobName,omitempty" xml:"JobName,omitempty"`
	JobParams        *string `json:"JobParams,omitempty" xml:"JobParams,omitempty"`
	JobType          *string `json:"JobType,omitempty" xml:"JobType,omitempty"`
	MaxRetry         *string `json:"MaxRetry,omitempty" xml:"MaxRetry,omitempty"`
	Mode             *string `json:"Mode,omitempty" xml:"Mode,omitempty"`
	MonitorConf      *string `json:"MonitorConf,omitempty" xml:"MonitorConf,omitempty"`
	NodeName         *string `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	ParamConf        *string `json:"ParamConf,omitempty" xml:"ParamConf,omitempty"`
	Pending          *bool   `json:"Pending,omitempty" xml:"Pending,omitempty"`
	ProjectId        *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Retries          *int32  `json:"Retries,omitempty" xml:"Retries,omitempty"`
	RetryInterval    *string `json:"RetryInterval,omitempty" xml:"RetryInterval,omitempty"`
	RetryPolicy      *string `json:"RetryPolicy,omitempty" xml:"RetryPolicy,omitempty"`
	RunConf          *string `json:"RunConf,omitempty" xml:"RunConf,omitempty"`
	StartTime        *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Status           *string `json:"Status,omitempty" xml:"Status,omitempty"`
	Type             *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (DescribeFlowNodeInstanceResponseBody) GoString added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetAdhoc added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetClusterId added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetClusterName added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetDuration added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetEndTime added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetEnvConf added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetExternalChildIds added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetExternalId added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetExternalInfo added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetExternalStatus added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetExternalSubId added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetFailAct added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetFlowId added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetFlowInstanceId added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetGmtCreate added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetGmtModified added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetHostName added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetId added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetJobId added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetJobName added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetJobParams added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetJobType added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetMaxRetry added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetMode added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetMonitorConf added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetNodeName added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetParamConf added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetPending added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetProjectId added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetRequestId added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetRetries added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetRetryInterval added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetRetryPolicy added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetRunConf added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetStartTime added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetStatus added in v1.0.10

func (*DescribeFlowNodeInstanceResponseBody) SetType added in v1.0.10

func (DescribeFlowNodeInstanceResponseBody) String added in v1.0.10

type DescribeFlowProjectRequest

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

func (DescribeFlowProjectRequest) GoString

func (s DescribeFlowProjectRequest) GoString() string

func (*DescribeFlowProjectRequest) SetProjectId

func (*DescribeFlowProjectRequest) SetRegionId

func (DescribeFlowProjectRequest) String

type DescribeFlowProjectResponse

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

func (DescribeFlowProjectResponse) GoString

func (s DescribeFlowProjectResponse) GoString() string

func (*DescribeFlowProjectResponse) SetBody

func (*DescribeFlowProjectResponse) SetHeaders

func (*DescribeFlowProjectResponse) SetStatusCode added in v1.0.22

func (DescribeFlowProjectResponse) String

type DescribeFlowProjectResponseBody

type DescribeFlowProjectResponseBody struct {
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	GmtCreate   *int64  `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	GmtModified *int64  `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	Id          *string `json:"Id,omitempty" xml:"Id,omitempty"`
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
	RequestId   *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (DescribeFlowProjectResponseBody) GoString

func (*DescribeFlowProjectResponseBody) SetDescription

func (*DescribeFlowProjectResponseBody) SetGmtCreate

func (*DescribeFlowProjectResponseBody) SetGmtModified

func (*DescribeFlowProjectResponseBody) SetId

func (*DescribeFlowProjectResponseBody) SetName

func (*DescribeFlowProjectResponseBody) SetRequestId

func (*DescribeFlowProjectResponseBody) SetUserId

func (DescribeFlowProjectResponseBody) String

type DescribeFlowRequest

type DescribeFlowRequest struct {
	Id        *string `json:"Id,omitempty" xml:"Id,omitempty"`
	ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId  *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (DescribeFlowRequest) GoString

func (s DescribeFlowRequest) GoString() string

func (*DescribeFlowRequest) SetId

func (*DescribeFlowRequest) SetProjectId

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

func (*DescribeFlowRequest) SetRegionId

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

func (DescribeFlowRequest) String

func (s DescribeFlowRequest) String() string

type DescribeFlowResponse

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

func (DescribeFlowResponse) GoString

func (s DescribeFlowResponse) GoString() string

func (*DescribeFlowResponse) SetBody

func (*DescribeFlowResponse) SetHeaders

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

func (*DescribeFlowResponse) SetStatusCode added in v1.0.22

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

func (DescribeFlowResponse) String

func (s DescribeFlowResponse) String() string

type DescribeFlowResponseBody

type DescribeFlowResponseBody struct {
	AlertConf               *string                                 `json:"AlertConf,omitempty" xml:"AlertConf,omitempty"`
	AlertDingDingGroupBizId *string                                 `json:"AlertDingDingGroupBizId,omitempty" xml:"AlertDingDingGroupBizId,omitempty"`
	AlertUserGroupBizId     *string                                 `json:"AlertUserGroupBizId,omitempty" xml:"AlertUserGroupBizId,omitempty"`
	Application             *string                                 `json:"Application,omitempty" xml:"Application,omitempty"`
	CategoryId              *string                                 `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	ClusterId               *string                                 `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CreateCluster           *bool                                   `json:"CreateCluster,omitempty" xml:"CreateCluster,omitempty"`
	CronExpr                *string                                 `json:"CronExpr,omitempty" xml:"CronExpr,omitempty"`
	Description             *string                                 `json:"Description,omitempty" xml:"Description,omitempty"`
	EditLockDetail          *string                                 `json:"EditLockDetail,omitempty" xml:"EditLockDetail,omitempty"`
	EndSchedule             *int64                                  `json:"EndSchedule,omitempty" xml:"EndSchedule,omitempty"`
	GmtCreate               *int64                                  `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	GmtModified             *int64                                  `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	Graph                   *string                                 `json:"Graph,omitempty" xml:"Graph,omitempty"`
	HostName                *string                                 `json:"HostName,omitempty" xml:"HostName,omitempty"`
	Id                      *string                                 `json:"Id,omitempty" xml:"Id,omitempty"`
	Name                    *string                                 `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace               *string                                 `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	ParentFlowList          *DescribeFlowResponseBodyParentFlowList `json:"ParentFlowList,omitempty" xml:"ParentFlowList,omitempty" type:"Struct"`
	Periodic                *bool                                   `json:"Periodic,omitempty" xml:"Periodic,omitempty"`
	RequestId               *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	StartSchedule           *int64                                  `json:"StartSchedule,omitempty" xml:"StartSchedule,omitempty"`
	Status                  *string                                 `json:"Status,omitempty" xml:"Status,omitempty"`
	Type                    *string                                 `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (DescribeFlowResponseBody) GoString

func (s DescribeFlowResponseBody) GoString() string

func (*DescribeFlowResponseBody) SetAlertConf

func (*DescribeFlowResponseBody) SetAlertDingDingGroupBizId

func (s *DescribeFlowResponseBody) SetAlertDingDingGroupBizId(v string) *DescribeFlowResponseBody

func (*DescribeFlowResponseBody) SetAlertUserGroupBizId

func (s *DescribeFlowResponseBody) SetAlertUserGroupBizId(v string) *DescribeFlowResponseBody

func (*DescribeFlowResponseBody) SetApplication

func (*DescribeFlowResponseBody) SetCategoryId

func (*DescribeFlowResponseBody) SetClusterId

func (*DescribeFlowResponseBody) SetCreateCluster

func (s *DescribeFlowResponseBody) SetCreateCluster(v bool) *DescribeFlowResponseBody

func (*DescribeFlowResponseBody) SetCronExpr

func (*DescribeFlowResponseBody) SetDescription

func (*DescribeFlowResponseBody) SetEditLockDetail

func (s *DescribeFlowResponseBody) SetEditLockDetail(v string) *DescribeFlowResponseBody

func (*DescribeFlowResponseBody) SetEndSchedule

func (*DescribeFlowResponseBody) SetGmtCreate

func (*DescribeFlowResponseBody) SetGmtModified

func (*DescribeFlowResponseBody) SetGraph

func (*DescribeFlowResponseBody) SetHostName

func (*DescribeFlowResponseBody) SetId

func (*DescribeFlowResponseBody) SetName

func (*DescribeFlowResponseBody) SetNamespace

func (*DescribeFlowResponseBody) SetParentFlowList

func (*DescribeFlowResponseBody) SetPeriodic

func (*DescribeFlowResponseBody) SetRequestId

func (*DescribeFlowResponseBody) SetStartSchedule

func (*DescribeFlowResponseBody) SetStatus

func (*DescribeFlowResponseBody) SetType

func (DescribeFlowResponseBody) String

func (s DescribeFlowResponseBody) String() string

type DescribeFlowResponseBodyParentFlowList

type DescribeFlowResponseBodyParentFlowList struct {
	ParentFlow []*DescribeFlowResponseBodyParentFlowListParentFlow `json:"ParentFlow,omitempty" xml:"ParentFlow,omitempty" type:"Repeated"`
}

func (DescribeFlowResponseBodyParentFlowList) GoString

func (DescribeFlowResponseBodyParentFlowList) String

type DescribeFlowResponseBodyParentFlowListParentFlow

type DescribeFlowResponseBodyParentFlowListParentFlow struct {
	ParentFlowId   *string `json:"ParentFlowId,omitempty" xml:"ParentFlowId,omitempty"`
	ParentFlowName *string `json:"ParentFlowName,omitempty" xml:"ParentFlowName,omitempty"`
	ProjectId      *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName    *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
}

func (DescribeFlowResponseBodyParentFlowListParentFlow) GoString

func (*DescribeFlowResponseBodyParentFlowListParentFlow) SetParentFlowId

func (*DescribeFlowResponseBodyParentFlowListParentFlow) SetParentFlowName

func (*DescribeFlowResponseBodyParentFlowListParentFlow) SetProjectId

func (*DescribeFlowResponseBodyParentFlowListParentFlow) SetProjectName

func (DescribeFlowResponseBodyParentFlowListParentFlow) String

type KillFlowJobRequest

type KillFlowJobRequest struct {
	JobInstanceId *string `json:"JobInstanceId,omitempty" xml:"JobInstanceId,omitempty"`
	ProjectId     *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId      *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (KillFlowJobRequest) GoString

func (s KillFlowJobRequest) GoString() string

func (*KillFlowJobRequest) SetJobInstanceId

func (s *KillFlowJobRequest) SetJobInstanceId(v string) *KillFlowJobRequest

func (*KillFlowJobRequest) SetProjectId

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

func (*KillFlowJobRequest) SetRegionId

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

func (KillFlowJobRequest) String

func (s KillFlowJobRequest) String() string

type KillFlowJobResponse

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

func (KillFlowJobResponse) GoString

func (s KillFlowJobResponse) GoString() string

func (*KillFlowJobResponse) SetBody

func (*KillFlowJobResponse) SetHeaders

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

func (*KillFlowJobResponse) SetStatusCode added in v1.0.22

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

func (KillFlowJobResponse) String

func (s KillFlowJobResponse) String() string

type KillFlowJobResponseBody

type KillFlowJobResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (KillFlowJobResponseBody) GoString

func (s KillFlowJobResponseBody) GoString() string

func (*KillFlowJobResponseBody) SetData

func (*KillFlowJobResponseBody) SetRequestId

func (KillFlowJobResponseBody) String

func (s KillFlowJobResponseBody) String() string

type ListClustersRequest

type ListClustersRequest struct {
	ClusterTypeList []*string                 `json:"ClusterTypeList,omitempty" xml:"ClusterTypeList,omitempty" type:"Repeated"`
	CreateType      *string                   `json:"CreateType,omitempty" xml:"CreateType,omitempty"`
	DefaultStatus   *bool                     `json:"DefaultStatus,omitempty" xml:"DefaultStatus,omitempty"`
	DepositType     *string                   `json:"DepositType,omitempty" xml:"DepositType,omitempty"`
	ExpiredTagList  []*string                 `json:"ExpiredTagList,omitempty" xml:"ExpiredTagList,omitempty" type:"Repeated"`
	IsDesc          *bool                     `json:"IsDesc,omitempty" xml:"IsDesc,omitempty"`
	MachineType     *string                   `json:"MachineType,omitempty" xml:"MachineType,omitempty"`
	Name            *string                   `json:"Name,omitempty" xml:"Name,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"`
	ResourceGroupId *string                   `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
	ResourceOwnerId *int64                    `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
	StatusList      []*string                 `json:"StatusList,omitempty" xml:"StatusList,omitempty" type:"Repeated"`
	Tag             []*ListClustersRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (ListClustersRequest) GoString

func (s ListClustersRequest) GoString() string

func (*ListClustersRequest) SetClusterTypeList

func (s *ListClustersRequest) SetClusterTypeList(v []*string) *ListClustersRequest

func (*ListClustersRequest) SetCreateType

func (s *ListClustersRequest) SetCreateType(v string) *ListClustersRequest

func (*ListClustersRequest) SetDefaultStatus

func (s *ListClustersRequest) SetDefaultStatus(v bool) *ListClustersRequest

func (*ListClustersRequest) SetDepositType

func (s *ListClustersRequest) SetDepositType(v string) *ListClustersRequest

func (*ListClustersRequest) SetExpiredTagList

func (s *ListClustersRequest) SetExpiredTagList(v []*string) *ListClustersRequest

func (*ListClustersRequest) SetIsDesc

func (s *ListClustersRequest) SetIsDesc(v bool) *ListClustersRequest

func (*ListClustersRequest) SetMachineType

func (s *ListClustersRequest) SetMachineType(v string) *ListClustersRequest

func (*ListClustersRequest) SetName

func (*ListClustersRequest) SetPageNumber

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

func (*ListClustersRequest) SetPageSize

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

func (*ListClustersRequest) SetRegionId

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

func (*ListClustersRequest) SetResourceGroupId

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

func (*ListClustersRequest) SetResourceOwnerId

func (s *ListClustersRequest) SetResourceOwnerId(v int64) *ListClustersRequest

func (*ListClustersRequest) SetStatusList

func (s *ListClustersRequest) SetStatusList(v []*string) *ListClustersRequest

func (*ListClustersRequest) SetTag

func (ListClustersRequest) String

func (s ListClustersRequest) String() string

type ListClustersRequestTag

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

func (ListClustersRequestTag) GoString

func (s ListClustersRequestTag) GoString() string

func (*ListClustersRequestTag) SetKey

func (*ListClustersRequestTag) SetValue

func (ListClustersRequestTag) String

func (s ListClustersRequestTag) String() string

type ListClustersResponse

type ListClustersResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,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) SetStatusCode added in v1.0.22

func (s *ListClustersResponse) SetStatusCode(v int32) *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 {
	ClusterInfo []*ListClustersResponseBodyClustersClusterInfo `json:"ClusterInfo,omitempty" xml:"ClusterInfo,omitempty" type:"Repeated"`
}

func (ListClustersResponseBodyClusters) GoString

func (ListClustersResponseBodyClusters) String

type ListClustersResponseBodyClustersClusterInfo

type ListClustersResponseBodyClustersClusterInfo struct {
	ChargeType          *string                                                   `json:"ChargeType,omitempty" xml:"ChargeType,omitempty"`
	CreateResource      *string                                                   `json:"CreateResource,omitempty" xml:"CreateResource,omitempty"`
	CreateTime          *int64                                                    `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DepositType         *string                                                   `json:"DepositType,omitempty" xml:"DepositType,omitempty"`
	ExpiredTime         *int64                                                    `json:"ExpiredTime,omitempty" xml:"ExpiredTime,omitempty"`
	FailReason          *ListClustersResponseBodyClustersClusterInfoFailReason    `json:"FailReason,omitempty" xml:"FailReason,omitempty" type:"Struct"`
	HasUncompletedOrder *bool                                                     `json:"HasUncompletedOrder,omitempty" xml:"HasUncompletedOrder,omitempty"`
	Id                  *string                                                   `json:"Id,omitempty" xml:"Id,omitempty"`
	K8sClusterId        *string                                                   `json:"K8sClusterId,omitempty" xml:"K8sClusterId,omitempty"`
	MachineType         *string                                                   `json:"MachineType,omitempty" xml:"MachineType,omitempty"`
	MetaStoreType       *string                                                   `json:"MetaStoreType,omitempty" xml:"MetaStoreType,omitempty"`
	Name                *string                                                   `json:"Name,omitempty" xml:"Name,omitempty"`
	OrderList           *string                                                   `json:"OrderList,omitempty" xml:"OrderList,omitempty"`
	OrderTaskInfo       *ListClustersResponseBodyClustersClusterInfoOrderTaskInfo `json:"OrderTaskInfo,omitempty" xml:"OrderTaskInfo,omitempty" type:"Struct"`
	Period              *int32                                                    `json:"Period,omitempty" xml:"Period,omitempty"`
	RunningTime         *int32                                                    `json:"RunningTime,omitempty" xml:"RunningTime,omitempty"`
	Status              *string                                                   `json:"Status,omitempty" xml:"Status,omitempty"`
	Tags                *ListClustersResponseBodyClustersClusterInfoTags          `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Struct"`
	Type                *string                                                   `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListClustersResponseBodyClustersClusterInfo) GoString

func (*ListClustersResponseBodyClustersClusterInfo) SetChargeType

func (*ListClustersResponseBodyClustersClusterInfo) SetCreateResource

func (*ListClustersResponseBodyClustersClusterInfo) SetCreateTime

func (*ListClustersResponseBodyClustersClusterInfo) SetDepositType

func (*ListClustersResponseBodyClustersClusterInfo) SetExpiredTime

func (*ListClustersResponseBodyClustersClusterInfo) SetHasUncompletedOrder

func (*ListClustersResponseBodyClustersClusterInfo) SetId

func (*ListClustersResponseBodyClustersClusterInfo) SetK8sClusterId

func (*ListClustersResponseBodyClustersClusterInfo) SetMachineType

func (*ListClustersResponseBodyClustersClusterInfo) SetMetaStoreType

func (*ListClustersResponseBodyClustersClusterInfo) SetName

func (*ListClustersResponseBodyClustersClusterInfo) SetOrderList

func (*ListClustersResponseBodyClustersClusterInfo) SetPeriod

func (*ListClustersResponseBodyClustersClusterInfo) SetRunningTime

func (*ListClustersResponseBodyClustersClusterInfo) SetStatus

func (*ListClustersResponseBodyClustersClusterInfo) SetType

func (ListClustersResponseBodyClustersClusterInfo) String

type ListClustersResponseBodyClustersClusterInfoFailReason

type ListClustersResponseBodyClustersClusterInfoFailReason struct {
	ErrorCode *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMsg  *string `json:"ErrorMsg,omitempty" xml:"ErrorMsg,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListClustersResponseBodyClustersClusterInfoFailReason) GoString

func (*ListClustersResponseBodyClustersClusterInfoFailReason) SetErrorCode

func (*ListClustersResponseBodyClustersClusterInfoFailReason) SetErrorMsg

func (*ListClustersResponseBodyClustersClusterInfoFailReason) SetRequestId

func (ListClustersResponseBodyClustersClusterInfoFailReason) String

type ListClustersResponseBodyClustersClusterInfoOrderTaskInfo

type ListClustersResponseBodyClustersClusterInfoOrderTaskInfo struct {
	CurrentCount *int32  `json:"CurrentCount,omitempty" xml:"CurrentCount,omitempty"`
	OrderIdList  *string `json:"OrderIdList,omitempty" xml:"OrderIdList,omitempty"`
	TargetCount  *int32  `json:"TargetCount,omitempty" xml:"TargetCount,omitempty"`
}

func (ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) GoString

func (*ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) SetCurrentCount

func (*ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) SetOrderIdList

func (*ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) SetTargetCount

func (ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) String

type ListClustersResponseBodyClustersClusterInfoTags

type ListClustersResponseBodyClustersClusterInfoTags struct {
	Tag []*ListClustersResponseBodyClustersClusterInfoTagsTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (ListClustersResponseBodyClustersClusterInfoTags) GoString

func (ListClustersResponseBodyClustersClusterInfoTags) String

type ListClustersResponseBodyClustersClusterInfoTagsTag

type ListClustersResponseBodyClustersClusterInfoTagsTag struct {
	TagKey   *string `json:"TagKey,omitempty" xml:"TagKey,omitempty"`
	TagValue *string `json:"TagValue,omitempty" xml:"TagValue,omitempty"`
}

func (ListClustersResponseBodyClustersClusterInfoTagsTag) GoString

func (*ListClustersResponseBodyClustersClusterInfoTagsTag) SetTagKey

func (*ListClustersResponseBodyClustersClusterInfoTagsTag) SetTagValue

func (ListClustersResponseBodyClustersClusterInfoTagsTag) String

type ListFlowJobHistoryRequest added in v1.0.9

type ListFlowJobHistoryRequest struct {
	Id         *string   `json:"Id,omitempty" xml:"Id,omitempty"`
	InstanceId *string   `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	JobType    *string   `json:"JobType,omitempty" xml:"JobType,omitempty"`
	PageNumber *int32    `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProjectId  *string   `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId   *string   `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	StatusList []*string `json:"StatusList,omitempty" xml:"StatusList,omitempty" type:"Repeated"`
	TimeRange  *string   `json:"TimeRange,omitempty" xml:"TimeRange,omitempty"`
}

func (ListFlowJobHistoryRequest) GoString added in v1.0.9

func (s ListFlowJobHistoryRequest) GoString() string

func (*ListFlowJobHistoryRequest) SetId added in v1.0.9

func (*ListFlowJobHistoryRequest) SetInstanceId added in v1.0.9

func (*ListFlowJobHistoryRequest) SetJobType added in v1.0.9

func (*ListFlowJobHistoryRequest) SetPageNumber added in v1.0.9

func (*ListFlowJobHistoryRequest) SetPageSize added in v1.0.9

func (*ListFlowJobHistoryRequest) SetProjectId added in v1.0.9

func (*ListFlowJobHistoryRequest) SetRegionId added in v1.0.9

func (*ListFlowJobHistoryRequest) SetStatusList added in v1.0.9

func (*ListFlowJobHistoryRequest) SetTimeRange added in v1.0.9

func (ListFlowJobHistoryRequest) String added in v1.0.9

func (s ListFlowJobHistoryRequest) String() string

type ListFlowJobHistoryResponse added in v1.0.9

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

func (ListFlowJobHistoryResponse) GoString added in v1.0.9

func (s ListFlowJobHistoryResponse) GoString() string

func (*ListFlowJobHistoryResponse) SetBody added in v1.0.9

func (*ListFlowJobHistoryResponse) SetHeaders added in v1.0.9

func (*ListFlowJobHistoryResponse) SetStatusCode added in v1.0.22

func (ListFlowJobHistoryResponse) String added in v1.0.9

type ListFlowJobHistoryResponseBody added in v1.0.9

type ListFlowJobHistoryResponseBody struct {
	NodeInstances *ListFlowJobHistoryResponseBodyNodeInstances `json:"NodeInstances,omitempty" xml:"NodeInstances,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"`
	Total         *int32                                       `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListFlowJobHistoryResponseBody) GoString added in v1.0.9

func (*ListFlowJobHistoryResponseBody) SetNodeInstances added in v1.0.9

func (*ListFlowJobHistoryResponseBody) SetPageNumber added in v1.0.9

func (*ListFlowJobHistoryResponseBody) SetPageSize added in v1.0.9

func (*ListFlowJobHistoryResponseBody) SetRequestId added in v1.0.9

func (*ListFlowJobHistoryResponseBody) SetTotal added in v1.0.9

func (ListFlowJobHistoryResponseBody) String added in v1.0.9

type ListFlowJobHistoryResponseBodyNodeInstances added in v1.0.9

type ListFlowJobHistoryResponseBodyNodeInstances struct {
	NodeInstance []*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance `json:"NodeInstance,omitempty" xml:"NodeInstance,omitempty" type:"Repeated"`
}

func (ListFlowJobHistoryResponseBodyNodeInstances) GoString added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstances) SetNodeInstance added in v1.0.9

func (ListFlowJobHistoryResponseBodyNodeInstances) String added in v1.0.9

type ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance added in v1.0.9

type ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance struct {
	ClusterId      *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	EndTime        *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	EnvConf        *string `json:"EnvConf,omitempty" xml:"EnvConf,omitempty"`
	ExternalId     *string `json:"ExternalId,omitempty" xml:"ExternalId,omitempty"`
	ExternalInfo   *string `json:"ExternalInfo,omitempty" xml:"ExternalInfo,omitempty"`
	ExternalStatus *string `json:"ExternalStatus,omitempty" xml:"ExternalStatus,omitempty"`
	FailAct        *string `json:"FailAct,omitempty" xml:"FailAct,omitempty"`
	GmtCreate      *int64  `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	GmtModified    *int64  `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	HostName       *string `json:"HostName,omitempty" xml:"HostName,omitempty"`
	Id             *string `json:"Id,omitempty" xml:"Id,omitempty"`
	JobId          *string `json:"JobId,omitempty" xml:"JobId,omitempty"`
	JobName        *string `json:"JobName,omitempty" xml:"JobName,omitempty"`
	JobParams      *string `json:"JobParams,omitempty" xml:"JobParams,omitempty"`
	JobType        *string `json:"JobType,omitempty" xml:"JobType,omitempty"`
	MaxRetry       *int32  `json:"MaxRetry,omitempty" xml:"MaxRetry,omitempty"`
	NodeName       *string `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	ParamConf      *string `json:"ParamConf,omitempty" xml:"ParamConf,omitempty"`
	ProjectId      *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	Retries        *int32  `json:"Retries,omitempty" xml:"Retries,omitempty"`
	RetryInterval  *int64  `json:"RetryInterval,omitempty" xml:"RetryInterval,omitempty"`
	RunConf        *string `json:"RunConf,omitempty" xml:"RunConf,omitempty"`
	StartTime      *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Status         *string `json:"Status,omitempty" xml:"Status,omitempty"`
	Type           *string `json:"Type,omitempty" xml:"Type,omitempty"`
	Pending        *bool   `json:"pending,omitempty" xml:"pending,omitempty"`
}

func (ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) GoString added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetClusterId added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetEndTime added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetEnvConf added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetExternalId added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetExternalInfo added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetExternalStatus added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetFailAct added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetGmtCreate added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetGmtModified added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetHostName added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetId added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetJobId added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetJobName added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetJobParams added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetJobType added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetMaxRetry added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetNodeName added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetParamConf added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetPending added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetProjectId added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetRetries added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetRetryInterval added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetRunConf added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetStartTime added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetStatus added in v1.0.9

func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetType added in v1.0.9

func (ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) String added in v1.0.9

type ListFlowJobsRequest

type ListFlowJobsRequest struct {
	Adhoc      *bool   `json:"Adhoc,omitempty" xml:"Adhoc,omitempty"`
	ExactName  *string `json:"ExactName,omitempty" xml:"ExactName,omitempty"`
	Id         *string `json:"Id,omitempty" xml:"Id,omitempty"`
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProjectId  *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId   *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Type       *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListFlowJobsRequest) GoString

func (s ListFlowJobsRequest) GoString() string

func (*ListFlowJobsRequest) SetAdhoc

func (*ListFlowJobsRequest) SetExactName

func (s *ListFlowJobsRequest) SetExactName(v string) *ListFlowJobsRequest

func (*ListFlowJobsRequest) SetId

func (*ListFlowJobsRequest) SetName

func (*ListFlowJobsRequest) SetPageNumber

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

func (*ListFlowJobsRequest) SetPageSize

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

func (*ListFlowJobsRequest) SetProjectId

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

func (*ListFlowJobsRequest) SetRegionId

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

func (*ListFlowJobsRequest) SetType

func (ListFlowJobsRequest) String

func (s ListFlowJobsRequest) String() string

type ListFlowJobsResponse

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

func (ListFlowJobsResponse) GoString

func (s ListFlowJobsResponse) GoString() string

func (*ListFlowJobsResponse) SetBody

func (*ListFlowJobsResponse) SetHeaders

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

func (*ListFlowJobsResponse) SetStatusCode added in v1.0.22

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

func (ListFlowJobsResponse) String

func (s ListFlowJobsResponse) String() string

type ListFlowJobsResponseBody

type ListFlowJobsResponseBody struct {
	JobList    *ListFlowJobsResponseBodyJobList `json:"JobList,omitempty" xml:"JobList,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"`
	Total      *int32                           `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListFlowJobsResponseBody) GoString

func (s ListFlowJobsResponseBody) GoString() string

func (*ListFlowJobsResponseBody) SetJobList

func (*ListFlowJobsResponseBody) SetPageNumber

func (*ListFlowJobsResponseBody) SetPageSize

func (*ListFlowJobsResponseBody) SetRequestId

func (*ListFlowJobsResponseBody) SetTotal

func (ListFlowJobsResponseBody) String

func (s ListFlowJobsResponseBody) String() string

type ListFlowJobsResponseBodyJobList

type ListFlowJobsResponseBodyJobList struct {
	Job []*ListFlowJobsResponseBodyJobListJob `json:"Job,omitempty" xml:"Job,omitempty" type:"Repeated"`
}

func (ListFlowJobsResponseBodyJobList) GoString

func (*ListFlowJobsResponseBodyJobList) SetJob

func (ListFlowJobsResponseBodyJobList) String

type ListFlowJobsResponseBodyJobListJob

type ListFlowJobsResponseBodyJobListJob struct {
	Adhoc              *string                                         `json:"Adhoc,omitempty" xml:"Adhoc,omitempty"`
	AlertConf          *string                                         `json:"AlertConf,omitempty" xml:"AlertConf,omitempty"`
	CategoryId         *string                                         `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	CustomVariables    *string                                         `json:"CustomVariables,omitempty" xml:"CustomVariables,omitempty"`
	Description        *string                                         `json:"Description,omitempty" xml:"Description,omitempty"`
	EnvConf            *string                                         `json:"EnvConf,omitempty" xml:"EnvConf,omitempty"`
	FailAct            *string                                         `json:"FailAct,omitempty" xml:"FailAct,omitempty"`
	GmtCreate          *int64                                          `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	GmtModified        *int64                                          `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	Id                 *string                                         `json:"Id,omitempty" xml:"Id,omitempty"`
	LastInstanceDetail *string                                         `json:"LastInstanceDetail,omitempty" xml:"LastInstanceDetail,omitempty"`
	MaxRetry           *int32                                          `json:"MaxRetry,omitempty" xml:"MaxRetry,omitempty"`
	Mode               *string                                         `json:"Mode,omitempty" xml:"Mode,omitempty"`
	MonitorConf        *string                                         `json:"MonitorConf,omitempty" xml:"MonitorConf,omitempty"`
	Name               *string                                         `json:"Name,omitempty" xml:"Name,omitempty"`
	ParamConf          *string                                         `json:"ParamConf,omitempty" xml:"ParamConf,omitempty"`
	Params             *string                                         `json:"Params,omitempty" xml:"Params,omitempty"`
	ResourceList       *ListFlowJobsResponseBodyJobListJobResourceList `json:"ResourceList,omitempty" xml:"ResourceList,omitempty" type:"Struct"`
	RetryInterval      *int64                                          `json:"RetryInterval,omitempty" xml:"RetryInterval,omitempty"`
	RunConf            *string                                         `json:"RunConf,omitempty" xml:"RunConf,omitempty"`
	Type               *string                                         `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListFlowJobsResponseBodyJobListJob) GoString

func (*ListFlowJobsResponseBodyJobListJob) SetAdhoc

func (*ListFlowJobsResponseBodyJobListJob) SetAlertConf

func (*ListFlowJobsResponseBodyJobListJob) SetCategoryId

func (*ListFlowJobsResponseBodyJobListJob) SetCustomVariables

func (*ListFlowJobsResponseBodyJobListJob) SetDescription

func (*ListFlowJobsResponseBodyJobListJob) SetEnvConf

func (*ListFlowJobsResponseBodyJobListJob) SetFailAct

func (*ListFlowJobsResponseBodyJobListJob) SetGmtCreate

func (*ListFlowJobsResponseBodyJobListJob) SetGmtModified

func (*ListFlowJobsResponseBodyJobListJob) SetId

func (*ListFlowJobsResponseBodyJobListJob) SetLastInstanceDetail

func (*ListFlowJobsResponseBodyJobListJob) SetMaxRetry

func (*ListFlowJobsResponseBodyJobListJob) SetMode

func (*ListFlowJobsResponseBodyJobListJob) SetMonitorConf

func (*ListFlowJobsResponseBodyJobListJob) SetName

func (*ListFlowJobsResponseBodyJobListJob) SetParamConf

func (*ListFlowJobsResponseBodyJobListJob) SetParams

func (*ListFlowJobsResponseBodyJobListJob) SetRetryInterval

func (*ListFlowJobsResponseBodyJobListJob) SetRunConf

func (*ListFlowJobsResponseBodyJobListJob) SetType

func (ListFlowJobsResponseBodyJobListJob) String

type ListFlowJobsResponseBodyJobListJobResourceList

type ListFlowJobsResponseBodyJobListJobResourceList struct {
	Resource []*ListFlowJobsResponseBodyJobListJobResourceListResource `json:"Resource,omitempty" xml:"Resource,omitempty" type:"Repeated"`
}

func (ListFlowJobsResponseBodyJobListJobResourceList) GoString

func (ListFlowJobsResponseBodyJobListJobResourceList) String

type ListFlowJobsResponseBodyJobListJobResourceListResource

type ListFlowJobsResponseBodyJobListJobResourceListResource struct {
	Alias *string `json:"Alias,omitempty" xml:"Alias,omitempty"`
	Path  *string `json:"Path,omitempty" xml:"Path,omitempty"`
}

func (ListFlowJobsResponseBodyJobListJobResourceListResource) GoString

func (*ListFlowJobsResponseBodyJobListJobResourceListResource) SetAlias

func (*ListFlowJobsResponseBodyJobListJobResourceListResource) SetPath

func (ListFlowJobsResponseBodyJobListJobResourceListResource) String

type ListFlowProjectUserRequest

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

func (ListFlowProjectUserRequest) GoString

func (s ListFlowProjectUserRequest) GoString() string

func (*ListFlowProjectUserRequest) SetPageNumber

func (*ListFlowProjectUserRequest) SetPageSize

func (*ListFlowProjectUserRequest) SetProjectId

func (*ListFlowProjectUserRequest) SetRegionId

func (ListFlowProjectUserRequest) String

type ListFlowProjectUserResponse

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

func (ListFlowProjectUserResponse) GoString

func (s ListFlowProjectUserResponse) GoString() string

func (*ListFlowProjectUserResponse) SetBody

func (*ListFlowProjectUserResponse) SetHeaders

func (*ListFlowProjectUserResponse) SetStatusCode added in v1.0.22

func (ListFlowProjectUserResponse) String

type ListFlowProjectUserResponseBody

type ListFlowProjectUserResponseBody 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"`
	Total      *int32                                `json:"Total,omitempty" xml:"Total,omitempty"`
	Users      *ListFlowProjectUserResponseBodyUsers `json:"Users,omitempty" xml:"Users,omitempty" type:"Struct"`
}

func (ListFlowProjectUserResponseBody) GoString

func (*ListFlowProjectUserResponseBody) SetPageNumber

func (*ListFlowProjectUserResponseBody) SetPageSize

func (*ListFlowProjectUserResponseBody) SetRequestId

func (*ListFlowProjectUserResponseBody) SetTotal

func (ListFlowProjectUserResponseBody) String

type ListFlowProjectUserResponseBodyUsers

type ListFlowProjectUserResponseBodyUsers struct {
	User []*ListFlowProjectUserResponseBodyUsersUser `json:"User,omitempty" xml:"User,omitempty" type:"Repeated"`
}

func (ListFlowProjectUserResponseBodyUsers) GoString

func (ListFlowProjectUserResponseBodyUsers) String

type ListFlowProjectUserResponseBodyUsersUser

type ListFlowProjectUserResponseBodyUsersUser struct {
	AccountUserId *string `json:"AccountUserId,omitempty" xml:"AccountUserId,omitempty"`
	GmtCreate     *int64  `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	GmtModified   *int64  `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	OwnerId       *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
	ProjectId     *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	UserName      *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListFlowProjectUserResponseBodyUsersUser) GoString

func (*ListFlowProjectUserResponseBodyUsersUser) SetAccountUserId

func (*ListFlowProjectUserResponseBodyUsersUser) SetGmtCreate

func (*ListFlowProjectUserResponseBodyUsersUser) SetGmtModified

func (*ListFlowProjectUserResponseBodyUsersUser) SetOwnerId

func (*ListFlowProjectUserResponseBodyUsersUser) SetProjectId

func (*ListFlowProjectUserResponseBodyUsersUser) SetUserName

func (ListFlowProjectUserResponseBodyUsersUser) String

type ListFlowProjectsRequest

type ListFlowProjectsRequest 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"`
	ProductType     *string `json:"ProductType,omitempty" xml:"ProductType,omitempty"`
	ProjectId       *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId        *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"`
}

func (ListFlowProjectsRequest) GoString

func (s ListFlowProjectsRequest) GoString() string

func (*ListFlowProjectsRequest) SetName

func (*ListFlowProjectsRequest) SetPageNumber

func (*ListFlowProjectsRequest) SetPageSize

func (*ListFlowProjectsRequest) SetProductType

func (*ListFlowProjectsRequest) SetProjectId

func (*ListFlowProjectsRequest) SetRegionId

func (*ListFlowProjectsRequest) SetResourceGroupId

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

func (ListFlowProjectsRequest) String

func (s ListFlowProjectsRequest) String() string

type ListFlowProjectsResponse

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

func (ListFlowProjectsResponse) GoString

func (s ListFlowProjectsResponse) GoString() string

func (*ListFlowProjectsResponse) SetBody

func (*ListFlowProjectsResponse) SetHeaders

func (*ListFlowProjectsResponse) SetStatusCode added in v1.0.22

func (ListFlowProjectsResponse) String

func (s ListFlowProjectsResponse) String() string

type ListFlowProjectsResponseBody

type ListFlowProjectsResponseBody struct {
	PageNumber *int32                                `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Projects   *ListFlowProjectsResponseBodyProjects `json:"Projects,omitempty" xml:"Projects,omitempty" type:"Struct"`
	RequestId  *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Total      *int32                                `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListFlowProjectsResponseBody) GoString

func (s ListFlowProjectsResponseBody) GoString() string

func (*ListFlowProjectsResponseBody) SetPageNumber

func (*ListFlowProjectsResponseBody) SetPageSize

func (*ListFlowProjectsResponseBody) SetProjects

func (*ListFlowProjectsResponseBody) SetRequestId

func (*ListFlowProjectsResponseBody) SetTotal

func (ListFlowProjectsResponseBody) String

type ListFlowProjectsResponseBodyProjects

type ListFlowProjectsResponseBodyProjects struct {
	Project []*ListFlowProjectsResponseBodyProjectsProject `json:"Project,omitempty" xml:"Project,omitempty" type:"Repeated"`
}

func (ListFlowProjectsResponseBodyProjects) GoString

func (ListFlowProjectsResponseBodyProjects) String

type ListFlowProjectsResponseBodyProjectsProject

type ListFlowProjectsResponseBodyProjectsProject struct {
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	GmtCreate   *int64  `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	GmtModified *int64  `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	Id          *string `json:"Id,omitempty" xml:"Id,omitempty"`
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (ListFlowProjectsResponseBodyProjectsProject) GoString

func (*ListFlowProjectsResponseBodyProjectsProject) SetDescription

func (*ListFlowProjectsResponseBodyProjectsProject) SetGmtCreate

func (*ListFlowProjectsResponseBodyProjectsProject) SetGmtModified

func (*ListFlowProjectsResponseBodyProjectsProject) SetId

func (*ListFlowProjectsResponseBodyProjectsProject) SetName

func (*ListFlowProjectsResponseBodyProjectsProject) SetUserId

func (ListFlowProjectsResponseBodyProjectsProject) String

type ListFlowRequest

type ListFlowRequest struct {
	ClusterId  *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Id         *string `json:"Id,omitempty" xml:"Id,omitempty"`
	JobId      *string `json:"JobId,omitempty" xml:"JobId,omitempty"`
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Periodic   *bool   `json:"Periodic,omitempty" xml:"Periodic,omitempty"`
	ProjectId  *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId   *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Status     *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListFlowRequest) GoString

func (s ListFlowRequest) GoString() string

func (*ListFlowRequest) SetClusterId

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

func (*ListFlowRequest) SetId

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

func (*ListFlowRequest) SetJobId

func (s *ListFlowRequest) SetJobId(v string) *ListFlowRequest

func (*ListFlowRequest) SetName

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

func (*ListFlowRequest) SetPageNumber

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

func (*ListFlowRequest) SetPageSize

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

func (*ListFlowRequest) SetPeriodic

func (s *ListFlowRequest) SetPeriodic(v bool) *ListFlowRequest

func (*ListFlowRequest) SetProjectId

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

func (*ListFlowRequest) SetRegionId

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

func (*ListFlowRequest) SetStatus

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

func (ListFlowRequest) String

func (s ListFlowRequest) String() string

type ListFlowResponse

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

func (ListFlowResponse) GoString

func (s ListFlowResponse) GoString() string

func (*ListFlowResponse) SetBody

func (*ListFlowResponse) SetHeaders

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

func (*ListFlowResponse) SetStatusCode added in v1.0.22

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

func (ListFlowResponse) String

func (s ListFlowResponse) String() string

type ListFlowResponseBody

type ListFlowResponseBody struct {
	Flow       *ListFlowResponseBodyFlow `json:"Flow,omitempty" xml:"Flow,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"`
	Total      *int32                    `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListFlowResponseBody) GoString

func (s ListFlowResponseBody) GoString() string

func (*ListFlowResponseBody) SetFlow

func (*ListFlowResponseBody) SetPageNumber

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

func (*ListFlowResponseBody) SetPageSize

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

func (*ListFlowResponseBody) SetRequestId

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

func (*ListFlowResponseBody) SetTotal

func (ListFlowResponseBody) String

func (s ListFlowResponseBody) String() string

type ListFlowResponseBodyFlow

type ListFlowResponseBodyFlow struct {
	Flow []*ListFlowResponseBodyFlowFlow `json:"Flow,omitempty" xml:"Flow,omitempty" type:"Repeated"`
}

func (ListFlowResponseBodyFlow) GoString

func (s ListFlowResponseBodyFlow) GoString() string

func (*ListFlowResponseBodyFlow) SetFlow

func (ListFlowResponseBodyFlow) String

func (s ListFlowResponseBodyFlow) String() string

type ListFlowResponseBodyFlowFlow

type ListFlowResponseBodyFlowFlow struct {
	AlertConf               *string `json:"AlertConf,omitempty" xml:"AlertConf,omitempty"`
	AlertDingDingGroupBizId *string `json:"AlertDingDingGroupBizId,omitempty" xml:"AlertDingDingGroupBizId,omitempty"`
	AlertUserGroupBizId     *string `json:"AlertUserGroupBizId,omitempty" xml:"AlertUserGroupBizId,omitempty"`
	CategoryId              *string `json:"CategoryId,omitempty" xml:"CategoryId,omitempty"`
	ClusterId               *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CreateCluster           *bool   `json:"CreateCluster,omitempty" xml:"CreateCluster,omitempty"`
	CronExpr                *string `json:"CronExpr,omitempty" xml:"CronExpr,omitempty"`
	Description             *string `json:"Description,omitempty" xml:"Description,omitempty"`
	EndSchedule             *int64  `json:"EndSchedule,omitempty" xml:"EndSchedule,omitempty"`
	GmtCreate               *int64  `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	GmtModified             *int64  `json:"GmtModified,omitempty" xml:"GmtModified,omitempty"`
	Graph                   *string `json:"Graph,omitempty" xml:"Graph,omitempty"`
	HostName                *string `json:"HostName,omitempty" xml:"HostName,omitempty"`
	Id                      *string `json:"Id,omitempty" xml:"Id,omitempty"`
	Name                    *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Periodic                *bool   `json:"Periodic,omitempty" xml:"Periodic,omitempty"`
	ProjectId               *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	StartSchedule           *int64  `json:"StartSchedule,omitempty" xml:"StartSchedule,omitempty"`
	Status                  *string `json:"Status,omitempty" xml:"Status,omitempty"`
	Type                    *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListFlowResponseBodyFlowFlow) GoString

func (s ListFlowResponseBodyFlowFlow) GoString() string

func (*ListFlowResponseBodyFlowFlow) SetAlertConf

func (*ListFlowResponseBodyFlowFlow) SetAlertDingDingGroupBizId

func (s *ListFlowResponseBodyFlowFlow) SetAlertDingDingGroupBizId(v string) *ListFlowResponseBodyFlowFlow

func (*ListFlowResponseBodyFlowFlow) SetAlertUserGroupBizId

func (*ListFlowResponseBodyFlowFlow) SetCategoryId

func (*ListFlowResponseBodyFlowFlow) SetClusterId

func (*ListFlowResponseBodyFlowFlow) SetCreateCluster

func (*ListFlowResponseBodyFlowFlow) SetCronExpr

func (*ListFlowResponseBodyFlowFlow) SetDescription

func (*ListFlowResponseBodyFlowFlow) SetEndSchedule

func (*ListFlowResponseBodyFlowFlow) SetGmtCreate

func (*ListFlowResponseBodyFlowFlow) SetGmtModified

func (*ListFlowResponseBodyFlowFlow) SetGraph

func (*ListFlowResponseBodyFlowFlow) SetHostName

func (*ListFlowResponseBodyFlowFlow) SetId

func (*ListFlowResponseBodyFlowFlow) SetName

func (*ListFlowResponseBodyFlowFlow) SetPeriodic

func (*ListFlowResponseBodyFlowFlow) SetProjectId

func (*ListFlowResponseBodyFlowFlow) SetStartSchedule

func (*ListFlowResponseBodyFlowFlow) SetStatus

func (*ListFlowResponseBodyFlowFlow) SetType

func (ListFlowResponseBodyFlowFlow) String

type ModifyFlowForWebRequest added in v1.1.1

type ModifyFlowForWebRequest struct {
	AlertConf               *string `json:"AlertConf,omitempty" xml:"AlertConf,omitempty"`
	AlertDingDingGroupBizId *string `json:"AlertDingDingGroupBizId,omitempty" xml:"AlertDingDingGroupBizId,omitempty"`
	AlertUserGroupBizId     *string `json:"AlertUserGroupBizId,omitempty" xml:"AlertUserGroupBizId,omitempty"`
	ClusterId               *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CreateCluster           *bool   `json:"CreateCluster,omitempty" xml:"CreateCluster,omitempty"`
	CronExpr                *string `json:"CronExpr,omitempty" xml:"CronExpr,omitempty"`
	Description             *string `json:"Description,omitempty" xml:"Description,omitempty"`
	EndSchedule             *int64  `json:"EndSchedule,omitempty" xml:"EndSchedule,omitempty"`
	Graph                   *string `json:"Graph,omitempty" xml:"Graph,omitempty"`
	HostName                *string `json:"HostName,omitempty" xml:"HostName,omitempty"`
	Id                      *string `json:"Id,omitempty" xml:"Id,omitempty"`
	Name                    *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Namespace               *string `json:"Namespace,omitempty" xml:"Namespace,omitempty"`
	ParentCategory          *string `json:"ParentCategory,omitempty" xml:"ParentCategory,omitempty"`
	ParentFlowList          *string `json:"ParentFlowList,omitempty" xml:"ParentFlowList,omitempty"`
	Periodic                *bool   `json:"Periodic,omitempty" xml:"Periodic,omitempty"`
	ProjectId               *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId                *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	StartSchedule           *int64  `json:"StartSchedule,omitempty" xml:"StartSchedule,omitempty"`
	Status                  *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ModifyFlowForWebRequest) GoString added in v1.1.1

func (s ModifyFlowForWebRequest) GoString() string

func (*ModifyFlowForWebRequest) SetAlertConf added in v1.1.1

func (*ModifyFlowForWebRequest) SetAlertDingDingGroupBizId added in v1.1.1

func (s *ModifyFlowForWebRequest) SetAlertDingDingGroupBizId(v string) *ModifyFlowForWebRequest

func (*ModifyFlowForWebRequest) SetAlertUserGroupBizId added in v1.1.1

func (s *ModifyFlowForWebRequest) SetAlertUserGroupBizId(v string) *ModifyFlowForWebRequest

func (*ModifyFlowForWebRequest) SetClusterId added in v1.1.1

func (*ModifyFlowForWebRequest) SetCreateCluster added in v1.1.1

func (s *ModifyFlowForWebRequest) SetCreateCluster(v bool) *ModifyFlowForWebRequest

func (*ModifyFlowForWebRequest) SetCronExpr added in v1.1.1

func (*ModifyFlowForWebRequest) SetDescription added in v1.1.1

func (*ModifyFlowForWebRequest) SetEndSchedule added in v1.1.1

func (*ModifyFlowForWebRequest) SetGraph added in v1.1.1

func (*ModifyFlowForWebRequest) SetHostName added in v1.1.1

func (*ModifyFlowForWebRequest) SetId added in v1.1.1

func (*ModifyFlowForWebRequest) SetName added in v1.1.1

func (*ModifyFlowForWebRequest) SetNamespace added in v1.1.1

func (*ModifyFlowForWebRequest) SetParentCategory added in v1.1.1

func (s *ModifyFlowForWebRequest) SetParentCategory(v string) *ModifyFlowForWebRequest

func (*ModifyFlowForWebRequest) SetParentFlowList added in v1.1.1

func (s *ModifyFlowForWebRequest) SetParentFlowList(v string) *ModifyFlowForWebRequest

func (*ModifyFlowForWebRequest) SetPeriodic added in v1.1.1

func (*ModifyFlowForWebRequest) SetProjectId added in v1.1.1

func (*ModifyFlowForWebRequest) SetRegionId added in v1.1.1

func (*ModifyFlowForWebRequest) SetStartSchedule added in v1.1.1

func (s *ModifyFlowForWebRequest) SetStartSchedule(v int64) *ModifyFlowForWebRequest

func (*ModifyFlowForWebRequest) SetStatus added in v1.1.1

func (ModifyFlowForWebRequest) String added in v1.1.1

func (s ModifyFlowForWebRequest) String() string

type ModifyFlowForWebResponse added in v1.1.1

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

func (ModifyFlowForWebResponse) GoString added in v1.1.1

func (s ModifyFlowForWebResponse) GoString() string

func (*ModifyFlowForWebResponse) SetBody added in v1.1.1

func (*ModifyFlowForWebResponse) SetHeaders added in v1.1.1

func (*ModifyFlowForWebResponse) SetStatusCode added in v1.1.1

func (ModifyFlowForWebResponse) String added in v1.1.1

func (s ModifyFlowForWebResponse) String() string

type ModifyFlowForWebResponseBody added in v1.1.1

type ModifyFlowForWebResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ModifyFlowForWebResponseBody) GoString added in v1.1.1

func (s ModifyFlowForWebResponseBody) GoString() string

func (*ModifyFlowForWebResponseBody) SetData added in v1.1.1

func (*ModifyFlowForWebResponseBody) SetRequestId added in v1.1.1

func (ModifyFlowForWebResponseBody) String added in v1.1.1

type ModifyFlowJobRequest

type ModifyFlowJobRequest struct {
	AlertConf       *string                             `json:"AlertConf,omitempty" xml:"AlertConf,omitempty"`
	ClusterId       *string                             `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	CustomVariables *string                             `json:"CustomVariables,omitempty" xml:"CustomVariables,omitempty"`
	Description     *string                             `json:"Description,omitempty" xml:"Description,omitempty"`
	EnvConf         *string                             `json:"EnvConf,omitempty" xml:"EnvConf,omitempty"`
	FailAct         *string                             `json:"FailAct,omitempty" xml:"FailAct,omitempty"`
	Id              *string                             `json:"Id,omitempty" xml:"Id,omitempty"`
	KnoxPassword    *string                             `json:"KnoxPassword,omitempty" xml:"KnoxPassword,omitempty"`
	KnoxUser        *string                             `json:"KnoxUser,omitempty" xml:"KnoxUser,omitempty"`
	MaxRetry        *int32                              `json:"MaxRetry,omitempty" xml:"MaxRetry,omitempty"`
	Mode            *string                             `json:"Mode,omitempty" xml:"Mode,omitempty"`
	MonitorConf     *string                             `json:"MonitorConf,omitempty" xml:"MonitorConf,omitempty"`
	Name            *string                             `json:"Name,omitempty" xml:"Name,omitempty"`
	ParamConf       *string                             `json:"ParamConf,omitempty" xml:"ParamConf,omitempty"`
	Params          *string                             `json:"Params,omitempty" xml:"Params,omitempty"`
	ProjectId       *string                             `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId        *string                             `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceList    []*ModifyFlowJobRequestResourceList `json:"ResourceList,omitempty" xml:"ResourceList,omitempty" type:"Repeated"`
	RetryInterval   *int64                              `json:"RetryInterval,omitempty" xml:"RetryInterval,omitempty"`
	RetryPolicy     *string                             `json:"RetryPolicy,omitempty" xml:"RetryPolicy,omitempty"`
	RunConf         *string                             `json:"RunConf,omitempty" xml:"RunConf,omitempty"`
}

func (ModifyFlowJobRequest) GoString

func (s ModifyFlowJobRequest) GoString() string

func (*ModifyFlowJobRequest) SetAlertConf

func (s *ModifyFlowJobRequest) SetAlertConf(v string) *ModifyFlowJobRequest

func (*ModifyFlowJobRequest) SetClusterId

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

func (*ModifyFlowJobRequest) SetCustomVariables

func (s *ModifyFlowJobRequest) SetCustomVariables(v string) *ModifyFlowJobRequest

func (*ModifyFlowJobRequest) SetDescription

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

func (*ModifyFlowJobRequest) SetEnvConf

func (*ModifyFlowJobRequest) SetFailAct

func (*ModifyFlowJobRequest) SetId

func (*ModifyFlowJobRequest) SetKnoxPassword

func (s *ModifyFlowJobRequest) SetKnoxPassword(v string) *ModifyFlowJobRequest

func (*ModifyFlowJobRequest) SetKnoxUser

func (*ModifyFlowJobRequest) SetMaxRetry added in v1.1.4

func (s *ModifyFlowJobRequest) SetMaxRetry(v int32) *ModifyFlowJobRequest

func (*ModifyFlowJobRequest) SetMode

func (*ModifyFlowJobRequest) SetMonitorConf

func (s *ModifyFlowJobRequest) SetMonitorConf(v string) *ModifyFlowJobRequest

func (*ModifyFlowJobRequest) SetName

func (*ModifyFlowJobRequest) SetParamConf

func (s *ModifyFlowJobRequest) SetParamConf(v string) *ModifyFlowJobRequest

func (*ModifyFlowJobRequest) SetParams

func (*ModifyFlowJobRequest) SetProjectId

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

func (*ModifyFlowJobRequest) SetRegionId

func (*ModifyFlowJobRequest) SetResourceList

func (*ModifyFlowJobRequest) SetRetryInterval added in v1.1.4

func (s *ModifyFlowJobRequest) SetRetryInterval(v int64) *ModifyFlowJobRequest

func (*ModifyFlowJobRequest) SetRetryPolicy

func (s *ModifyFlowJobRequest) SetRetryPolicy(v string) *ModifyFlowJobRequest

func (*ModifyFlowJobRequest) SetRunConf

func (ModifyFlowJobRequest) String

func (s ModifyFlowJobRequest) String() string

type ModifyFlowJobRequestResourceList

type ModifyFlowJobRequestResourceList struct {
	Alias *string `json:"Alias,omitempty" xml:"Alias,omitempty"`
	Path  *string `json:"Path,omitempty" xml:"Path,omitempty"`
}

func (ModifyFlowJobRequestResourceList) GoString

func (*ModifyFlowJobRequestResourceList) SetAlias

func (*ModifyFlowJobRequestResourceList) SetPath

func (ModifyFlowJobRequestResourceList) String

type ModifyFlowJobResponse

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

func (ModifyFlowJobResponse) GoString

func (s ModifyFlowJobResponse) GoString() string

func (*ModifyFlowJobResponse) SetBody

func (*ModifyFlowJobResponse) SetHeaders

func (*ModifyFlowJobResponse) SetStatusCode added in v1.0.22

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

func (ModifyFlowJobResponse) String

func (s ModifyFlowJobResponse) String() string

type ModifyFlowJobResponseBody

type ModifyFlowJobResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ModifyFlowJobResponseBody) GoString

func (s ModifyFlowJobResponseBody) GoString() string

func (*ModifyFlowJobResponseBody) SetData

func (*ModifyFlowJobResponseBody) SetRequestId

func (ModifyFlowJobResponseBody) String

func (s ModifyFlowJobResponseBody) String() string

type ModifyFlowProjectRequest

type ModifyFlowProjectRequest struct {
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
	ProjectId   *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId    *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (ModifyFlowProjectRequest) GoString

func (s ModifyFlowProjectRequest) GoString() string

func (*ModifyFlowProjectRequest) SetDescription

func (*ModifyFlowProjectRequest) SetName

func (*ModifyFlowProjectRequest) SetProjectId

func (*ModifyFlowProjectRequest) SetRegionId

func (ModifyFlowProjectRequest) String

func (s ModifyFlowProjectRequest) String() string

type ModifyFlowProjectResponse

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

func (ModifyFlowProjectResponse) GoString

func (s ModifyFlowProjectResponse) GoString() string

func (*ModifyFlowProjectResponse) SetBody

func (*ModifyFlowProjectResponse) SetHeaders

func (*ModifyFlowProjectResponse) SetStatusCode added in v1.0.22

func (ModifyFlowProjectResponse) String

func (s ModifyFlowProjectResponse) String() string

type ModifyFlowProjectResponseBody

type ModifyFlowProjectResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ModifyFlowProjectResponseBody) GoString

func (*ModifyFlowProjectResponseBody) SetData

func (*ModifyFlowProjectResponseBody) SetRequestId

func (ModifyFlowProjectResponseBody) String

type ReleaseClusterRequest

type ReleaseClusterRequest struct {
	ForceRelease    *bool   `json:"ForceRelease,omitempty" xml:"ForceRelease,omitempty"`
	Id              *string `json:"Id,omitempty" xml:"Id,omitempty"`
	RegionId        *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceOwnerId *int64  `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"`
}

func (ReleaseClusterRequest) GoString

func (s ReleaseClusterRequest) GoString() string

func (*ReleaseClusterRequest) SetForceRelease

func (s *ReleaseClusterRequest) SetForceRelease(v bool) *ReleaseClusterRequest

func (*ReleaseClusterRequest) SetId

func (*ReleaseClusterRequest) SetRegionId

func (*ReleaseClusterRequest) SetResourceOwnerId

func (s *ReleaseClusterRequest) SetResourceOwnerId(v int64) *ReleaseClusterRequest

func (ReleaseClusterRequest) String

func (s ReleaseClusterRequest) String() string

type ReleaseClusterResponse

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

func (ReleaseClusterResponse) GoString

func (s ReleaseClusterResponse) GoString() string

func (*ReleaseClusterResponse) SetBody

func (*ReleaseClusterResponse) SetHeaders

func (*ReleaseClusterResponse) SetStatusCode added in v1.0.22

func (ReleaseClusterResponse) String

func (s ReleaseClusterResponse) String() string

type ReleaseClusterResponseBody

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

func (ReleaseClusterResponseBody) GoString

func (s ReleaseClusterResponseBody) GoString() string

func (*ReleaseClusterResponseBody) SetRequestId

func (ReleaseClusterResponseBody) String

type RerunFlowRequest

type RerunFlowRequest struct {
	FlowInstanceId *string `json:"FlowInstanceId,omitempty" xml:"FlowInstanceId,omitempty"`
	ProjectId      *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ReRunFail      *bool   `json:"ReRunFail,omitempty" xml:"ReRunFail,omitempty"`
	RegionId       *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (RerunFlowRequest) GoString

func (s RerunFlowRequest) GoString() string

func (*RerunFlowRequest) SetFlowInstanceId

func (s *RerunFlowRequest) SetFlowInstanceId(v string) *RerunFlowRequest

func (*RerunFlowRequest) SetProjectId

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

func (*RerunFlowRequest) SetReRunFail

func (s *RerunFlowRequest) SetReRunFail(v bool) *RerunFlowRequest

func (*RerunFlowRequest) SetRegionId

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

func (RerunFlowRequest) String

func (s RerunFlowRequest) String() string

type RerunFlowResponse

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

func (RerunFlowResponse) GoString

func (s RerunFlowResponse) GoString() string

func (*RerunFlowResponse) SetBody

func (*RerunFlowResponse) SetHeaders

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

func (*RerunFlowResponse) SetStatusCode added in v1.0.22

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

func (RerunFlowResponse) String

func (s RerunFlowResponse) String() string

type RerunFlowResponseBody

type RerunFlowResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (RerunFlowResponseBody) GoString

func (s RerunFlowResponseBody) GoString() string

func (*RerunFlowResponseBody) SetData

func (*RerunFlowResponseBody) SetRequestId

func (RerunFlowResponseBody) String

func (s RerunFlowResponseBody) String() string

type ResumeFlowRequest

type ResumeFlowRequest struct {
	FlowInstanceId *string `json:"FlowInstanceId,omitempty" xml:"FlowInstanceId,omitempty"`
	ProjectId      *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId       *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (ResumeFlowRequest) GoString

func (s ResumeFlowRequest) GoString() string

func (*ResumeFlowRequest) SetFlowInstanceId

func (s *ResumeFlowRequest) SetFlowInstanceId(v string) *ResumeFlowRequest

func (*ResumeFlowRequest) SetProjectId

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

func (*ResumeFlowRequest) SetRegionId

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

func (ResumeFlowRequest) String

func (s ResumeFlowRequest) String() string

type ResumeFlowResponse

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

func (ResumeFlowResponse) GoString

func (s ResumeFlowResponse) GoString() string

func (*ResumeFlowResponse) SetBody

func (*ResumeFlowResponse) SetHeaders

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

func (*ResumeFlowResponse) SetStatusCode added in v1.0.22

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

func (ResumeFlowResponse) String

func (s ResumeFlowResponse) String() string

type ResumeFlowResponseBody

type ResumeFlowResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ResumeFlowResponseBody) GoString

func (s ResumeFlowResponseBody) GoString() string

func (*ResumeFlowResponseBody) SetData

func (*ResumeFlowResponseBody) SetRequestId

func (ResumeFlowResponseBody) String

func (s ResumeFlowResponseBody) String() string

type SubmitFlowJobRequest

type SubmitFlowJobRequest struct {
	ClusterId *string `json:"ClusterId,omitempty" xml:"ClusterId,omitempty"`
	Conf      *string `json:"Conf,omitempty" xml:"Conf,omitempty"`
	HostName  *string `json:"HostName,omitempty" xml:"HostName,omitempty"`
	JobId     *string `json:"JobId,omitempty" xml:"JobId,omitempty"`
	ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId  *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (SubmitFlowJobRequest) GoString

func (s SubmitFlowJobRequest) GoString() string

func (*SubmitFlowJobRequest) SetClusterId

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

func (*SubmitFlowJobRequest) SetConf

func (*SubmitFlowJobRequest) SetHostName

func (*SubmitFlowJobRequest) SetJobId

func (*SubmitFlowJobRequest) SetProjectId

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

func (*SubmitFlowJobRequest) SetRegionId

func (SubmitFlowJobRequest) String

func (s SubmitFlowJobRequest) String() string

type SubmitFlowJobResponse

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

func (SubmitFlowJobResponse) GoString

func (s SubmitFlowJobResponse) GoString() string

func (*SubmitFlowJobResponse) SetBody

func (*SubmitFlowJobResponse) SetHeaders

func (*SubmitFlowJobResponse) SetStatusCode added in v1.0.22

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

func (SubmitFlowJobResponse) String

func (s SubmitFlowJobResponse) String() string

type SubmitFlowJobResponseBody

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

func (SubmitFlowJobResponseBody) GoString

func (s SubmitFlowJobResponseBody) GoString() string

func (*SubmitFlowJobResponseBody) SetId

func (*SubmitFlowJobResponseBody) SetRequestId

func (SubmitFlowJobResponseBody) String

func (s SubmitFlowJobResponseBody) String() string

type SubmitFlowRequest

type SubmitFlowRequest struct {
	Conf      *string `json:"Conf,omitempty" xml:"Conf,omitempty"`
	FlowId    *string `json:"FlowId,omitempty" xml:"FlowId,omitempty"`
	ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegionId  *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (SubmitFlowRequest) GoString

func (s SubmitFlowRequest) GoString() string

func (*SubmitFlowRequest) SetConf

func (*SubmitFlowRequest) SetFlowId

func (s *SubmitFlowRequest) SetFlowId(v string) *SubmitFlowRequest

func (*SubmitFlowRequest) SetProjectId

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

func (*SubmitFlowRequest) SetRegionId

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

func (SubmitFlowRequest) String

func (s SubmitFlowRequest) String() string

type SubmitFlowResponse

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

func (SubmitFlowResponse) GoString

func (s SubmitFlowResponse) GoString() string

func (*SubmitFlowResponse) SetBody

func (*SubmitFlowResponse) SetHeaders

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

func (*SubmitFlowResponse) SetStatusCode added in v1.0.22

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

func (SubmitFlowResponse) String

func (s SubmitFlowResponse) String() string

type SubmitFlowResponseBody

type SubmitFlowResponseBody struct {
	Data       *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Id         *string `json:"Id,omitempty" xml:"Id,omitempty"`
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	RequestId  *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (SubmitFlowResponseBody) GoString

func (s SubmitFlowResponseBody) GoString() string

func (*SubmitFlowResponseBody) SetData

func (*SubmitFlowResponseBody) SetId

func (*SubmitFlowResponseBody) SetInstanceId

func (*SubmitFlowResponseBody) SetRequestId

func (SubmitFlowResponseBody) String

func (s SubmitFlowResponseBody) String() string

Jump to

Keyboard shortcuts

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