Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type Client
- func (client *Client) CloneFlowJob(request *CloneFlowJobRequest) (_result *CloneFlowJobResponse, _err error)
- func (client *Client) CloneFlowJobWithOptions(request *CloneFlowJobRequest, runtime *util.RuntimeOptions) (_result *CloneFlowJobResponse, _err error)
- func (client *Client) CreateClusterV2(request *CreateClusterV2Request) (_result *CreateClusterV2Response, _err error)
- func (client *Client) CreateClusterV2WithOptions(request *CreateClusterV2Request, runtime *util.RuntimeOptions) (_result *CreateClusterV2Response, _err error)
- func (client *Client) CreateFlow(request *CreateFlowRequest) (_result *CreateFlowResponse, _err error)
- func (client *Client) CreateFlowCategory(request *CreateFlowCategoryRequest) (_result *CreateFlowCategoryResponse, _err error)
- func (client *Client) CreateFlowCategoryWithOptions(request *CreateFlowCategoryRequest, runtime *util.RuntimeOptions) (_result *CreateFlowCategoryResponse, _err error)
- func (client *Client) CreateFlowJob(request *CreateFlowJobRequest) (_result *CreateFlowJobResponse, _err error)
- func (client *Client) CreateFlowJobWithOptions(request *CreateFlowJobRequest, runtime *util.RuntimeOptions) (_result *CreateFlowJobResponse, _err error)
- func (client *Client) CreateFlowProject(request *CreateFlowProjectRequest) (_result *CreateFlowProjectResponse, _err error)
- func (client *Client) CreateFlowProjectUser(request *CreateFlowProjectUserRequest) (_result *CreateFlowProjectUserResponse, _err error)
- func (client *Client) CreateFlowProjectUserWithOptions(request *CreateFlowProjectUserRequest, runtime *util.RuntimeOptions) (_result *CreateFlowProjectUserResponse, _err error)
- func (client *Client) CreateFlowProjectWithOptions(request *CreateFlowProjectRequest, runtime *util.RuntimeOptions) (_result *CreateFlowProjectResponse, _err error)
- func (client *Client) CreateFlowWithOptions(request *CreateFlowRequest, runtime *util.RuntimeOptions) (_result *CreateFlowResponse, _err error)
- func (client *Client) DeleteFlow(request *DeleteFlowRequest) (_result *DeleteFlowResponse, _err error)
- func (client *Client) DeleteFlowCategory(request *DeleteFlowCategoryRequest) (_result *DeleteFlowCategoryResponse, _err error)
- func (client *Client) DeleteFlowCategoryWithOptions(request *DeleteFlowCategoryRequest, runtime *util.RuntimeOptions) (_result *DeleteFlowCategoryResponse, _err error)
- func (client *Client) DeleteFlowProject(request *DeleteFlowProjectRequest) (_result *DeleteFlowProjectResponse, _err error)
- func (client *Client) DeleteFlowProjectUser(request *DeleteFlowProjectUserRequest) (_result *DeleteFlowProjectUserResponse, _err error)
- func (client *Client) DeleteFlowProjectUserWithOptions(request *DeleteFlowProjectUserRequest, runtime *util.RuntimeOptions) (_result *DeleteFlowProjectUserResponse, _err error)
- func (client *Client) DeleteFlowProjectWithOptions(request *DeleteFlowProjectRequest, runtime *util.RuntimeOptions) (_result *DeleteFlowProjectResponse, _err error)
- func (client *Client) DeleteFlowWithOptions(request *DeleteFlowRequest, runtime *util.RuntimeOptions) (_result *DeleteFlowResponse, _err error)
- func (client *Client) DescribeClusterV2(request *DescribeClusterV2Request) (_result *DescribeClusterV2Response, _err error)
- func (client *Client) DescribeClusterV2WithOptions(request *DescribeClusterV2Request, runtime *util.RuntimeOptions) (_result *DescribeClusterV2Response, _err error)
- func (client *Client) DescribeFlow(request *DescribeFlowRequest) (_result *DescribeFlowResponse, _err error)
- func (client *Client) DescribeFlowCategoryTree(request *DescribeFlowCategoryTreeRequest) (_result *DescribeFlowCategoryTreeResponse, _err error)
- func (client *Client) DescribeFlowCategoryTreeWithOptions(request *DescribeFlowCategoryTreeRequest, runtime *util.RuntimeOptions) (_result *DescribeFlowCategoryTreeResponse, _err error)
- func (client *Client) DescribeFlowJob(request *DescribeFlowJobRequest) (_result *DescribeFlowJobResponse, _err error)
- func (client *Client) DescribeFlowJobWithOptions(request *DescribeFlowJobRequest, runtime *util.RuntimeOptions) (_result *DescribeFlowJobResponse, _err error)
- func (client *Client) DescribeFlowNodeInstance(request *DescribeFlowNodeInstanceRequest) (_result *DescribeFlowNodeInstanceResponse, _err error)
- func (client *Client) DescribeFlowNodeInstanceWithOptions(request *DescribeFlowNodeInstanceRequest, runtime *util.RuntimeOptions) (_result *DescribeFlowNodeInstanceResponse, _err error)
- func (client *Client) DescribeFlowProject(request *DescribeFlowProjectRequest) (_result *DescribeFlowProjectResponse, _err error)
- func (client *Client) DescribeFlowProjectWithOptions(request *DescribeFlowProjectRequest, runtime *util.RuntimeOptions) (_result *DescribeFlowProjectResponse, _err error)
- func (client *Client) DescribeFlowWithOptions(request *DescribeFlowRequest, runtime *util.RuntimeOptions) (_result *DescribeFlowResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) KillFlowJob(request *KillFlowJobRequest) (_result *KillFlowJobResponse, _err error)
- func (client *Client) KillFlowJobWithOptions(request *KillFlowJobRequest, runtime *util.RuntimeOptions) (_result *KillFlowJobResponse, _err error)
- func (client *Client) ListClusters(request *ListClustersRequest) (_result *ListClustersResponse, _err error)
- func (client *Client) ListClustersWithOptions(request *ListClustersRequest, runtime *util.RuntimeOptions) (_result *ListClustersResponse, _err error)
- func (client *Client) ListFlow(request *ListFlowRequest) (_result *ListFlowResponse, _err error)
- func (client *Client) ListFlowJobHistory(request *ListFlowJobHistoryRequest) (_result *ListFlowJobHistoryResponse, _err error)
- func (client *Client) ListFlowJobHistoryWithOptions(request *ListFlowJobHistoryRequest, runtime *util.RuntimeOptions) (_result *ListFlowJobHistoryResponse, _err error)
- func (client *Client) ListFlowJobs(request *ListFlowJobsRequest) (_result *ListFlowJobsResponse, _err error)
- func (client *Client) ListFlowJobsWithOptions(request *ListFlowJobsRequest, runtime *util.RuntimeOptions) (_result *ListFlowJobsResponse, _err error)
- func (client *Client) ListFlowProjectUser(request *ListFlowProjectUserRequest) (_result *ListFlowProjectUserResponse, _err error)
- func (client *Client) ListFlowProjectUserWithOptions(request *ListFlowProjectUserRequest, runtime *util.RuntimeOptions) (_result *ListFlowProjectUserResponse, _err error)
- func (client *Client) ListFlowProjects(request *ListFlowProjectsRequest) (_result *ListFlowProjectsResponse, _err error)
- func (client *Client) ListFlowProjectsWithOptions(request *ListFlowProjectsRequest, runtime *util.RuntimeOptions) (_result *ListFlowProjectsResponse, _err error)
- func (client *Client) ListFlowWithOptions(request *ListFlowRequest, runtime *util.RuntimeOptions) (_result *ListFlowResponse, _err error)
- func (client *Client) ModifyFlowForWeb(request *ModifyFlowForWebRequest) (_result *ModifyFlowForWebResponse, _err error)
- func (client *Client) ModifyFlowForWebWithOptions(request *ModifyFlowForWebRequest, runtime *util.RuntimeOptions) (_result *ModifyFlowForWebResponse, _err error)
- func (client *Client) ModifyFlowJob(request *ModifyFlowJobRequest) (_result *ModifyFlowJobResponse, _err error)
- func (client *Client) ModifyFlowJobWithOptions(request *ModifyFlowJobRequest, runtime *util.RuntimeOptions) (_result *ModifyFlowJobResponse, _err error)
- func (client *Client) ModifyFlowProject(request *ModifyFlowProjectRequest) (_result *ModifyFlowProjectResponse, _err error)
- func (client *Client) ModifyFlowProjectWithOptions(request *ModifyFlowProjectRequest, runtime *util.RuntimeOptions) (_result *ModifyFlowProjectResponse, _err error)
- func (client *Client) ReleaseCluster(request *ReleaseClusterRequest) (_result *ReleaseClusterResponse, _err error)
- func (client *Client) ReleaseClusterWithOptions(request *ReleaseClusterRequest, runtime *util.RuntimeOptions) (_result *ReleaseClusterResponse, _err error)
- func (client *Client) RerunFlow(request *RerunFlowRequest) (_result *RerunFlowResponse, _err error)
- func (client *Client) RerunFlowWithOptions(request *RerunFlowRequest, runtime *util.RuntimeOptions) (_result *RerunFlowResponse, _err error)
- func (client *Client) ResumeFlow(request *ResumeFlowRequest) (_result *ResumeFlowResponse, _err error)
- func (client *Client) ResumeFlowWithOptions(request *ResumeFlowRequest, runtime *util.RuntimeOptions) (_result *ResumeFlowResponse, _err error)
- func (client *Client) SubmitFlow(request *SubmitFlowRequest) (_result *SubmitFlowResponse, _err error)
- func (client *Client) SubmitFlowJob(request *SubmitFlowJobRequest) (_result *SubmitFlowJobResponse, _err error)
- func (client *Client) SubmitFlowJobWithOptions(request *SubmitFlowJobRequest, runtime *util.RuntimeOptions) (_result *SubmitFlowJobResponse, _err error)
- func (client *Client) SubmitFlowWithOptions(request *SubmitFlowRequest, runtime *util.RuntimeOptions) (_result *SubmitFlowResponse, _err error)
- type CloneFlowJobRequest
- func (s CloneFlowJobRequest) GoString() string
- func (s *CloneFlowJobRequest) SetId(v string) *CloneFlowJobRequest
- func (s *CloneFlowJobRequest) SetName(v string) *CloneFlowJobRequest
- func (s *CloneFlowJobRequest) SetProjectId(v string) *CloneFlowJobRequest
- func (s *CloneFlowJobRequest) SetRegionId(v string) *CloneFlowJobRequest
- func (s CloneFlowJobRequest) String() string
- type CloneFlowJobResponse
- func (s CloneFlowJobResponse) GoString() string
- func (s *CloneFlowJobResponse) SetBody(v *CloneFlowJobResponseBody) *CloneFlowJobResponse
- func (s *CloneFlowJobResponse) SetHeaders(v map[string]*string) *CloneFlowJobResponse
- func (s *CloneFlowJobResponse) SetStatusCode(v int32) *CloneFlowJobResponse
- func (s CloneFlowJobResponse) String() string
- type CloneFlowJobResponseBody
- type CreateClusterV2Request
- func (s CreateClusterV2Request) GoString() string
- func (s *CreateClusterV2Request) SetAuthorizeContent(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetAuto(v bool) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetAutoPayOrder(v bool) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetBootstrapAction(v []*CreateClusterV2RequestBootstrapAction) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetChargeType(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetClickHouseConf(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetClientToken(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetClusterType(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetConfig(v []*CreateClusterV2RequestConfig) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetConfigurations(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetDepositType(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetEmrVer(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetEnableEas(v bool) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetEnableHighAvailability(v bool) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetEnableSsh(v bool) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetExtraAttributes(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetHostComponentInfo(v []*CreateClusterV2RequestHostComponentInfo) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetHostGroup(v []*CreateClusterV2RequestHostGroup) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetInitCustomHiveMetaDB(v bool) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetInstanceGeneration(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetIsOpenPublicIp(v bool) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetKeyPairName(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetLogPath(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetMachineType(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetMasterPwd(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetMetaStoreConf(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetMetaStoreType(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetName(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetNetType(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetPeriod(v int32) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetPromotionInfo(v []*CreateClusterV2RequestPromotionInfo) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetRegionId(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetRelatedClusterId(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetResourceGroupId(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetResourceOwnerId(v int64) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetSecurityGroupId(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetSecurityGroupName(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetServiceInfo(v []*CreateClusterV2RequestServiceInfo) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetTag(v []*CreateClusterV2RequestTag) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetUseCustomHiveMetaDB(v bool) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetUseLocalMetaDb(v bool) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetUserDefinedEmrEcsRole(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetUserInfo(v []*CreateClusterV2RequestUserInfo) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetVSwitchId(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetVpcId(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetWhiteListType(v string) *CreateClusterV2Request
- func (s *CreateClusterV2Request) SetZoneId(v string) *CreateClusterV2Request
- func (s CreateClusterV2Request) String() string
- type CreateClusterV2RequestBootstrapAction
- func (s CreateClusterV2RequestBootstrapAction) GoString() string
- func (s *CreateClusterV2RequestBootstrapAction) SetArg(v string) *CreateClusterV2RequestBootstrapAction
- func (s *CreateClusterV2RequestBootstrapAction) SetName(v string) *CreateClusterV2RequestBootstrapAction
- func (s *CreateClusterV2RequestBootstrapAction) SetPath(v string) *CreateClusterV2RequestBootstrapAction
- func (s CreateClusterV2RequestBootstrapAction) String() string
- type CreateClusterV2RequestConfig
- func (s CreateClusterV2RequestConfig) GoString() string
- func (s *CreateClusterV2RequestConfig) SetConfigKey(v string) *CreateClusterV2RequestConfig
- func (s *CreateClusterV2RequestConfig) SetConfigValue(v string) *CreateClusterV2RequestConfig
- func (s *CreateClusterV2RequestConfig) SetEncrypt(v string) *CreateClusterV2RequestConfig
- func (s *CreateClusterV2RequestConfig) SetFileName(v string) *CreateClusterV2RequestConfig
- func (s *CreateClusterV2RequestConfig) SetReplace(v string) *CreateClusterV2RequestConfig
- func (s *CreateClusterV2RequestConfig) SetServiceName(v string) *CreateClusterV2RequestConfig
- func (s CreateClusterV2RequestConfig) String() string
- type CreateClusterV2RequestHostComponentInfo
- func (s CreateClusterV2RequestHostComponentInfo) GoString() string
- func (s *CreateClusterV2RequestHostComponentInfo) SetComponentNameList(v []*string) *CreateClusterV2RequestHostComponentInfo
- func (s *CreateClusterV2RequestHostComponentInfo) SetHostName(v string) *CreateClusterV2RequestHostComponentInfo
- func (s *CreateClusterV2RequestHostComponentInfo) SetServiceName(v string) *CreateClusterV2RequestHostComponentInfo
- func (s CreateClusterV2RequestHostComponentInfo) String() string
- type CreateClusterV2RequestHostGroup
- func (s CreateClusterV2RequestHostGroup) GoString() string
- func (s *CreateClusterV2RequestHostGroup) SetAutoRenew(v bool) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetChargeType(v string) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetClusterId(v string) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetComment(v string) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetCreateType(v string) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetDiskCapacity(v int32) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetDiskCount(v int32) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetDiskType(v string) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetGpuDriver(v string) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetHostGroupId(v string) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetHostGroupName(v string) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetHostGroupType(v string) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetInstanceType(v string) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetNodeCount(v int32) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetPeriod(v int32) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetSysDiskCapacity(v int32) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetSysDiskType(v string) *CreateClusterV2RequestHostGroup
- func (s *CreateClusterV2RequestHostGroup) SetVSwitchId(v string) *CreateClusterV2RequestHostGroup
- func (s CreateClusterV2RequestHostGroup) String() string
- type CreateClusterV2RequestPromotionInfo
- func (s CreateClusterV2RequestPromotionInfo) GoString() string
- func (s *CreateClusterV2RequestPromotionInfo) SetProductCode(v string) *CreateClusterV2RequestPromotionInfo
- func (s *CreateClusterV2RequestPromotionInfo) SetPromotionOptionCode(v string) *CreateClusterV2RequestPromotionInfo
- func (s *CreateClusterV2RequestPromotionInfo) SetPromotionOptionNo(v string) *CreateClusterV2RequestPromotionInfo
- func (s CreateClusterV2RequestPromotionInfo) String() string
- type CreateClusterV2RequestServiceInfo
- func (s CreateClusterV2RequestServiceInfo) GoString() string
- func (s *CreateClusterV2RequestServiceInfo) SetServiceName(v string) *CreateClusterV2RequestServiceInfo
- func (s *CreateClusterV2RequestServiceInfo) SetServiceVersion(v string) *CreateClusterV2RequestServiceInfo
- func (s CreateClusterV2RequestServiceInfo) String() string
- type CreateClusterV2RequestTag
- type CreateClusterV2RequestUserInfo
- func (s CreateClusterV2RequestUserInfo) GoString() string
- func (s *CreateClusterV2RequestUserInfo) SetPassword(v string) *CreateClusterV2RequestUserInfo
- func (s *CreateClusterV2RequestUserInfo) SetUserId(v string) *CreateClusterV2RequestUserInfo
- func (s *CreateClusterV2RequestUserInfo) SetUserName(v string) *CreateClusterV2RequestUserInfo
- func (s CreateClusterV2RequestUserInfo) String() string
- type CreateClusterV2Response
- func (s CreateClusterV2Response) GoString() string
- func (s *CreateClusterV2Response) SetBody(v *CreateClusterV2ResponseBody) *CreateClusterV2Response
- func (s *CreateClusterV2Response) SetHeaders(v map[string]*string) *CreateClusterV2Response
- func (s *CreateClusterV2Response) SetStatusCode(v int32) *CreateClusterV2Response
- func (s CreateClusterV2Response) String() string
- type CreateClusterV2ResponseBody
- func (s CreateClusterV2ResponseBody) GoString() string
- func (s *CreateClusterV2ResponseBody) SetClusterId(v string) *CreateClusterV2ResponseBody
- func (s *CreateClusterV2ResponseBody) SetCoreOrderId(v string) *CreateClusterV2ResponseBody
- func (s *CreateClusterV2ResponseBody) SetEmrOrderId(v string) *CreateClusterV2ResponseBody
- func (s *CreateClusterV2ResponseBody) SetMasterOrderId(v string) *CreateClusterV2ResponseBody
- func (s *CreateClusterV2ResponseBody) SetRequestId(v string) *CreateClusterV2ResponseBody
- func (s CreateClusterV2ResponseBody) String() string
- type CreateFlowCategoryRequest
- func (s CreateFlowCategoryRequest) GoString() string
- func (s *CreateFlowCategoryRequest) SetClientToken(v string) *CreateFlowCategoryRequest
- func (s *CreateFlowCategoryRequest) SetName(v string) *CreateFlowCategoryRequest
- func (s *CreateFlowCategoryRequest) SetParentId(v string) *CreateFlowCategoryRequest
- func (s *CreateFlowCategoryRequest) SetProjectId(v string) *CreateFlowCategoryRequest
- func (s *CreateFlowCategoryRequest) SetRegionId(v string) *CreateFlowCategoryRequest
- func (s *CreateFlowCategoryRequest) SetType(v string) *CreateFlowCategoryRequest
- func (s CreateFlowCategoryRequest) String() string
- type CreateFlowCategoryResponse
- func (s CreateFlowCategoryResponse) GoString() string
- func (s *CreateFlowCategoryResponse) SetBody(v *CreateFlowCategoryResponseBody) *CreateFlowCategoryResponse
- func (s *CreateFlowCategoryResponse) SetHeaders(v map[string]*string) *CreateFlowCategoryResponse
- func (s *CreateFlowCategoryResponse) SetStatusCode(v int32) *CreateFlowCategoryResponse
- func (s CreateFlowCategoryResponse) String() string
- type CreateFlowCategoryResponseBody
- type CreateFlowJobRequest
- func (s CreateFlowJobRequest) GoString() string
- func (s *CreateFlowJobRequest) SetAdhoc(v bool) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetAlertConf(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetClientToken(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetClusterId(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetCustomVariables(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetDescription(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetEnvConf(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetFailAct(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetMode(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetMonitorConf(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetName(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetParamConf(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetParams(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetParentCategory(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetProjectId(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetRegionId(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetResourceList(v []*CreateFlowJobRequestResourceList) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetRetryPolicy(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetRunConf(v string) *CreateFlowJobRequest
- func (s *CreateFlowJobRequest) SetType(v string) *CreateFlowJobRequest
- func (s CreateFlowJobRequest) String() string
- type CreateFlowJobRequestResourceList
- func (s CreateFlowJobRequestResourceList) GoString() string
- func (s *CreateFlowJobRequestResourceList) SetAlias(v string) *CreateFlowJobRequestResourceList
- func (s *CreateFlowJobRequestResourceList) SetPath(v string) *CreateFlowJobRequestResourceList
- func (s CreateFlowJobRequestResourceList) String() string
- type CreateFlowJobResponse
- func (s CreateFlowJobResponse) GoString() string
- func (s *CreateFlowJobResponse) SetBody(v *CreateFlowJobResponseBody) *CreateFlowJobResponse
- func (s *CreateFlowJobResponse) SetHeaders(v map[string]*string) *CreateFlowJobResponse
- func (s *CreateFlowJobResponse) SetStatusCode(v int32) *CreateFlowJobResponse
- func (s CreateFlowJobResponse) String() string
- type CreateFlowJobResponseBody
- type CreateFlowProjectRequest
- func (s CreateFlowProjectRequest) GoString() string
- func (s *CreateFlowProjectRequest) SetClientToken(v string) *CreateFlowProjectRequest
- func (s *CreateFlowProjectRequest) SetDescription(v string) *CreateFlowProjectRequest
- func (s *CreateFlowProjectRequest) SetName(v string) *CreateFlowProjectRequest
- func (s *CreateFlowProjectRequest) SetProductType(v string) *CreateFlowProjectRequest
- func (s *CreateFlowProjectRequest) SetRegionId(v string) *CreateFlowProjectRequest
- func (s *CreateFlowProjectRequest) SetResourceGroupId(v string) *CreateFlowProjectRequest
- func (s CreateFlowProjectRequest) String() string
- type CreateFlowProjectResponse
- func (s CreateFlowProjectResponse) GoString() string
- func (s *CreateFlowProjectResponse) SetBody(v *CreateFlowProjectResponseBody) *CreateFlowProjectResponse
- func (s *CreateFlowProjectResponse) SetHeaders(v map[string]*string) *CreateFlowProjectResponse
- func (s *CreateFlowProjectResponse) SetStatusCode(v int32) *CreateFlowProjectResponse
- func (s CreateFlowProjectResponse) String() string
- type CreateFlowProjectResponseBody
- type CreateFlowProjectUserRequest
- func (s CreateFlowProjectUserRequest) GoString() string
- func (s *CreateFlowProjectUserRequest) SetClientToken(v string) *CreateFlowProjectUserRequest
- func (s *CreateFlowProjectUserRequest) SetProjectId(v string) *CreateFlowProjectUserRequest
- func (s *CreateFlowProjectUserRequest) SetRegionId(v string) *CreateFlowProjectUserRequest
- func (s *CreateFlowProjectUserRequest) SetUser(v []*CreateFlowProjectUserRequestUser) *CreateFlowProjectUserRequest
- func (s CreateFlowProjectUserRequest) String() string
- type CreateFlowProjectUserRequestUser
- func (s CreateFlowProjectUserRequestUser) GoString() string
- func (s *CreateFlowProjectUserRequestUser) SetUserId(v string) *CreateFlowProjectUserRequestUser
- func (s *CreateFlowProjectUserRequestUser) SetUserName(v string) *CreateFlowProjectUserRequestUser
- func (s CreateFlowProjectUserRequestUser) String() string
- type CreateFlowProjectUserResponse
- func (s CreateFlowProjectUserResponse) GoString() string
- func (s *CreateFlowProjectUserResponse) SetBody(v *CreateFlowProjectUserResponseBody) *CreateFlowProjectUserResponse
- func (s *CreateFlowProjectUserResponse) SetHeaders(v map[string]*string) *CreateFlowProjectUserResponse
- func (s *CreateFlowProjectUserResponse) SetStatusCode(v int32) *CreateFlowProjectUserResponse
- func (s CreateFlowProjectUserResponse) String() string
- type CreateFlowProjectUserResponseBody
- func (s CreateFlowProjectUserResponseBody) GoString() string
- func (s *CreateFlowProjectUserResponseBody) SetData(v bool) *CreateFlowProjectUserResponseBody
- func (s *CreateFlowProjectUserResponseBody) SetRequestId(v string) *CreateFlowProjectUserResponseBody
- func (s CreateFlowProjectUserResponseBody) String() string
- type CreateFlowRequest
- func (s CreateFlowRequest) GoString() string
- func (s *CreateFlowRequest) SetAlertConf(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetAlertDingDingGroupBizId(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetAlertUserGroupBizId(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetApplication(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetClientToken(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetClusterId(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetCreateCluster(v bool) *CreateFlowRequest
- func (s *CreateFlowRequest) SetCronExpression(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetDescription(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetEndSchedule(v int64) *CreateFlowRequest
- func (s *CreateFlowRequest) SetHostName(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetName(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetNamespace(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetParentCategory(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetParentFlowList(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetProjectId(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetRegionId(v string) *CreateFlowRequest
- func (s *CreateFlowRequest) SetStartSchedule(v int64) *CreateFlowRequest
- func (s CreateFlowRequest) String() string
- type CreateFlowResponse
- func (s CreateFlowResponse) GoString() string
- func (s *CreateFlowResponse) SetBody(v *CreateFlowResponseBody) *CreateFlowResponse
- func (s *CreateFlowResponse) SetHeaders(v map[string]*string) *CreateFlowResponse
- func (s *CreateFlowResponse) SetStatusCode(v int32) *CreateFlowResponse
- func (s CreateFlowResponse) String() string
- type CreateFlowResponseBody
- type DeleteFlowCategoryRequest
- func (s DeleteFlowCategoryRequest) GoString() string
- func (s *DeleteFlowCategoryRequest) SetId(v string) *DeleteFlowCategoryRequest
- func (s *DeleteFlowCategoryRequest) SetProjectId(v string) *DeleteFlowCategoryRequest
- func (s *DeleteFlowCategoryRequest) SetRegionId(v string) *DeleteFlowCategoryRequest
- func (s DeleteFlowCategoryRequest) String() string
- type DeleteFlowCategoryResponse
- func (s DeleteFlowCategoryResponse) GoString() string
- func (s *DeleteFlowCategoryResponse) SetBody(v *DeleteFlowCategoryResponseBody) *DeleteFlowCategoryResponse
- func (s *DeleteFlowCategoryResponse) SetHeaders(v map[string]*string) *DeleteFlowCategoryResponse
- func (s *DeleteFlowCategoryResponse) SetStatusCode(v int32) *DeleteFlowCategoryResponse
- func (s DeleteFlowCategoryResponse) String() string
- type DeleteFlowCategoryResponseBody
- type DeleteFlowProjectRequest
- type DeleteFlowProjectResponse
- func (s DeleteFlowProjectResponse) GoString() string
- func (s *DeleteFlowProjectResponse) SetBody(v *DeleteFlowProjectResponseBody) *DeleteFlowProjectResponse
- func (s *DeleteFlowProjectResponse) SetHeaders(v map[string]*string) *DeleteFlowProjectResponse
- func (s *DeleteFlowProjectResponse) SetStatusCode(v int32) *DeleteFlowProjectResponse
- func (s DeleteFlowProjectResponse) String() string
- type DeleteFlowProjectResponseBody
- type DeleteFlowProjectUserRequest
- func (s DeleteFlowProjectUserRequest) GoString() string
- func (s *DeleteFlowProjectUserRequest) SetProjectId(v string) *DeleteFlowProjectUserRequest
- func (s *DeleteFlowProjectUserRequest) SetRegionId(v string) *DeleteFlowProjectUserRequest
- func (s *DeleteFlowProjectUserRequest) SetUserName(v string) *DeleteFlowProjectUserRequest
- func (s DeleteFlowProjectUserRequest) String() string
- type DeleteFlowProjectUserResponse
- func (s DeleteFlowProjectUserResponse) GoString() string
- func (s *DeleteFlowProjectUserResponse) SetBody(v *DeleteFlowProjectUserResponseBody) *DeleteFlowProjectUserResponse
- func (s *DeleteFlowProjectUserResponse) SetHeaders(v map[string]*string) *DeleteFlowProjectUserResponse
- func (s *DeleteFlowProjectUserResponse) SetStatusCode(v int32) *DeleteFlowProjectUserResponse
- func (s DeleteFlowProjectUserResponse) String() string
- type DeleteFlowProjectUserResponseBody
- func (s DeleteFlowProjectUserResponseBody) GoString() string
- func (s *DeleteFlowProjectUserResponseBody) SetData(v bool) *DeleteFlowProjectUserResponseBody
- func (s *DeleteFlowProjectUserResponseBody) SetRequestId(v string) *DeleteFlowProjectUserResponseBody
- func (s DeleteFlowProjectUserResponseBody) String() string
- type DeleteFlowRequest
- type DeleteFlowResponse
- func (s DeleteFlowResponse) GoString() string
- func (s *DeleteFlowResponse) SetBody(v *DeleteFlowResponseBody) *DeleteFlowResponse
- func (s *DeleteFlowResponse) SetHeaders(v map[string]*string) *DeleteFlowResponse
- func (s *DeleteFlowResponse) SetStatusCode(v int32) *DeleteFlowResponse
- func (s DeleteFlowResponse) String() string
- type DeleteFlowResponseBody
- type DescribeClusterV2Request
- func (s DescribeClusterV2Request) GoString() string
- func (s *DescribeClusterV2Request) SetId(v string) *DescribeClusterV2Request
- func (s *DescribeClusterV2Request) SetRegionId(v string) *DescribeClusterV2Request
- func (s *DescribeClusterV2Request) SetResourceOwnerId(v int64) *DescribeClusterV2Request
- func (s DescribeClusterV2Request) String() string
- type DescribeClusterV2Response
- func (s DescribeClusterV2Response) GoString() string
- func (s *DescribeClusterV2Response) SetBody(v *DescribeClusterV2ResponseBody) *DescribeClusterV2Response
- func (s *DescribeClusterV2Response) SetHeaders(v map[string]*string) *DescribeClusterV2Response
- func (s *DescribeClusterV2Response) SetStatusCode(v int32) *DescribeClusterV2Response
- func (s DescribeClusterV2Response) String() string
- type DescribeClusterV2ResponseBody
- func (s DescribeClusterV2ResponseBody) GoString() string
- func (s *DescribeClusterV2ResponseBody) SetClusterInfo(v *DescribeClusterV2ResponseBodyClusterInfo) *DescribeClusterV2ResponseBody
- func (s *DescribeClusterV2ResponseBody) SetRequestId(v string) *DescribeClusterV2ResponseBody
- func (s DescribeClusterV2ResponseBody) String() string
- type DescribeClusterV2ResponseBodyClusterInfo
- func (s DescribeClusterV2ResponseBodyClusterInfo) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetAccessInfo(v *DescribeClusterV2ResponseBodyClusterInfoAccessInfo) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingAllowed(v bool) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingByLoadAllowed(v bool) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingEnable(v bool) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingSpotWithLimitAllowed(v bool) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingVersion(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingWithGraceAllowed(v bool) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetBootstrapActionList(v *DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetBootstrapFailed(v bool) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetChargeType(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetConfigurations(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetCoreNodeInService(v int32) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetCoreNodeTotal(v int32) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetCreateResource(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetCreateType(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetDepositType(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetEasEnable(v bool) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetExpiredTime(v int64) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetExtraInfo(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetFailReason(v *DescribeClusterV2ResponseBodyClusterInfoFailReason) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetGatewayClusterIds(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetGatewayClusterInfoList(v *DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetHighAvailabilityEnable(v bool) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetHostGroupList(v *DescribeClusterV2ResponseBodyClusterInfoHostGroupList) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetHostPoolInfo(v *DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetId(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetImageId(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetInstanceGeneration(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetIoOptimized(v bool) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetK8sClusterId(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetLocalMetaDb(v bool) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetLogEnable(v bool) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetLogPath(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetMachineType(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetMasterNodeInService(v int32) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetMasterNodeTotal(v int32) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetMetaStoreType(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetName(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetNetType(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetPeriod(v int32) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetRegionId(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetRelateClusterId(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetRelateClusterInfo(v *DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetResizeDiskEnable(v bool) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetRunningTime(v int32) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetSecurityGroupId(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetSecurityGroupName(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetShowSoftwareInterface(v bool) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetSoftwareInfo(v *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetStartTime(v int64) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetStatus(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetStopTime(v int64) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetTaskNodeInService(v int32) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetTaskNodeTotal(v int32) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetUserDefinedEmrEcsRole(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetUserId(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetVSwitchId(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetVpcId(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfo) SetZoneId(v string) *DescribeClusterV2ResponseBodyClusterInfo
- func (s DescribeClusterV2ResponseBodyClusterInfo) String() string
- type DescribeClusterV2ResponseBodyClusterInfoAccessInfo
- func (s DescribeClusterV2ResponseBodyClusterInfoAccessInfo) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoAccessInfo) SetZKLinks(v *DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks) *DescribeClusterV2ResponseBodyClusterInfoAccessInfo
- func (s DescribeClusterV2ResponseBodyClusterInfoAccessInfo) String() string
- type DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks
- func (s DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks) SetZKLink(v []*DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink) *DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks
- func (s DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks) String() string
- type DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink
- func (s DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink) SetLink(v string) *DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink
- func (s *DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink) SetPort(v string) *DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink
- func (s DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink) String() string
- type DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList
- func (s DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList) SetBootstrapAction(...) *DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList
- func (s DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList) String() string
- type DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction
- func (s DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction) SetArg(v string) *DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction
- func (s *DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction) SetName(v string) *DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction
- func (s *DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction) SetPath(v string) *DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction
- func (s DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction) String() string
- type DescribeClusterV2ResponseBodyClusterInfoFailReason
- func (s DescribeClusterV2ResponseBodyClusterInfoFailReason) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoFailReason) SetErrorCode(v string) *DescribeClusterV2ResponseBodyClusterInfoFailReason
- func (s *DescribeClusterV2ResponseBodyClusterInfoFailReason) SetErrorMsg(v string) *DescribeClusterV2ResponseBodyClusterInfoFailReason
- func (s *DescribeClusterV2ResponseBodyClusterInfoFailReason) SetRequestId(v string) *DescribeClusterV2ResponseBodyClusterInfoFailReason
- func (s DescribeClusterV2ResponseBodyClusterInfoFailReason) String() string
- type DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList
- func (s DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList) SetGatewayClusterInfo(...) *DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList
- func (s DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList) String() string
- type DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo
- func (s DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo) SetClusterId(v string) ...
- func (s *DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo) SetClusterName(v string) ...
- func (s *DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo) SetStatus(v string) ...
- func (s DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo) String() string
- type DescribeClusterV2ResponseBodyClusterInfoHostGroupList
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupList) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupList) SetHostGroup(v []*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) *DescribeClusterV2ResponseBodyClusterInfoHostGroupList
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupList) String() string
- type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetBandWidth(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetChargeType(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetCpuCore(v int32) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetDiskCapacity(v int32) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetDiskCount(v int32) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetDiskType(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupChangeStatus(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupChangeType(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupId(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupName(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupSubType(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupType(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetInstanceType(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetLockReason(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetLockType(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetMemoryCapacity(v int32) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetNodeCount(v int32) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetNodes(v *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetPeriod(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) String() string
- type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes) SetNode(v []*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes) String() string
- type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetCreateTime(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetDaemonInfos(...) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetDiskInfos(...) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetEmrExpiredTime(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetExpiredTime(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetInnerIp(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetInstanceId(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetPubIp(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetStatus(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetSupportIpV6(v bool) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetZoneId(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) String() string
- type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfos
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfos) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfos) SetDaemonInfo(...) ...
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfos) String() string
- type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfosDaemonInfo
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfosDaemonInfo) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfosDaemonInfo) SetName(v string) ...
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfosDaemonInfo) String() string
- type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfos
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfos) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfos) SetDiskInfo(...) ...
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfos) String() string
- type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo) SetDevice(v string) ...
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo) SetDiskId(v string) ...
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo) SetDiskName(v string) ...
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo) SetSize(v int32) ...
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo) SetType(v string) ...
- func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo) String() string
- type DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo
- func (s DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo) SetHpBizId(v string) *DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo) SetHpName(v string) *DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo
- func (s DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo) String() string
- type DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo
- func (s DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) SetClusterId(v string) *DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) SetClusterName(v string) *DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) SetStatus(v string) *DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo
- func (s DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) String() string
- type DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo
- func (s DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) SetClusterType(v string) *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) SetEmrVer(v string) *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo
- func (s *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) SetSoftwares(v *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares) *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo
- func (s DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) String() string
- type DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares
- func (s DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares) SetSoftware(v []*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares
- func (s DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares) String() string
- type DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware
- func (s DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) GoString() string
- func (s *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) SetDisplayName(v string) *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware
- func (s *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) SetName(v string) *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware
- func (s *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) SetOnlyDisplay(v bool) *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware
- func (s *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) SetStartTpe(v int32) *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware
- func (s *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) SetVersion(v string) *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware
- func (s DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) String() string
- type DescribeFlowCategoryTreeRequest
- func (s DescribeFlowCategoryTreeRequest) GoString() string
- func (s *DescribeFlowCategoryTreeRequest) SetCategoryId(v string) *DescribeFlowCategoryTreeRequest
- func (s *DescribeFlowCategoryTreeRequest) SetKeyword(v string) *DescribeFlowCategoryTreeRequest
- func (s *DescribeFlowCategoryTreeRequest) SetMode(v string) *DescribeFlowCategoryTreeRequest
- func (s *DescribeFlowCategoryTreeRequest) SetProjectId(v string) *DescribeFlowCategoryTreeRequest
- func (s *DescribeFlowCategoryTreeRequest) SetRegionId(v string) *DescribeFlowCategoryTreeRequest
- func (s *DescribeFlowCategoryTreeRequest) SetType(v string) *DescribeFlowCategoryTreeRequest
- func (s DescribeFlowCategoryTreeRequest) String() string
- type DescribeFlowCategoryTreeResponse
- func (s DescribeFlowCategoryTreeResponse) GoString() string
- func (s *DescribeFlowCategoryTreeResponse) SetBody(v *DescribeFlowCategoryTreeResponseBody) *DescribeFlowCategoryTreeResponse
- func (s *DescribeFlowCategoryTreeResponse) SetHeaders(v map[string]*string) *DescribeFlowCategoryTreeResponse
- func (s *DescribeFlowCategoryTreeResponse) SetStatusCode(v int32) *DescribeFlowCategoryTreeResponse
- func (s DescribeFlowCategoryTreeResponse) String() string
- type DescribeFlowCategoryTreeResponseBody
- func (s DescribeFlowCategoryTreeResponseBody) GoString() string
- func (s *DescribeFlowCategoryTreeResponseBody) SetData(v string) *DescribeFlowCategoryTreeResponseBody
- func (s *DescribeFlowCategoryTreeResponseBody) SetRequestId(v string) *DescribeFlowCategoryTreeResponseBody
- func (s DescribeFlowCategoryTreeResponseBody) String() string
- type DescribeFlowJobRequest
- func (s DescribeFlowJobRequest) GoString() string
- func (s *DescribeFlowJobRequest) SetId(v string) *DescribeFlowJobRequest
- func (s *DescribeFlowJobRequest) SetProjectId(v string) *DescribeFlowJobRequest
- func (s *DescribeFlowJobRequest) SetRegionId(v string) *DescribeFlowJobRequest
- func (s DescribeFlowJobRequest) String() string
- type DescribeFlowJobResponse
- func (s DescribeFlowJobResponse) GoString() string
- func (s *DescribeFlowJobResponse) SetBody(v *DescribeFlowJobResponseBody) *DescribeFlowJobResponse
- func (s *DescribeFlowJobResponse) SetHeaders(v map[string]*string) *DescribeFlowJobResponse
- func (s *DescribeFlowJobResponse) SetStatusCode(v int32) *DescribeFlowJobResponse
- func (s DescribeFlowJobResponse) String() string
- type DescribeFlowJobResponseBody
- func (s DescribeFlowJobResponseBody) GoString() string
- func (s *DescribeFlowJobResponseBody) SetAdhoc(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetAlertConf(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetCategoryId(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetCustomVariables(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetDescription(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetEditLockDetail(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetEnvConf(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetFailAct(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetGmtCreate(v int64) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetGmtModified(v int64) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetId(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetKnoxPassword(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetKnoxUser(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetLastInstanceId(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetMaxRetry(v int32) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetMaxRunningTimeSec(v int64) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetMode(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetMonitorConf(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetName(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetParamConf(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetParams(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetRequestId(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetResourceList(v *DescribeFlowJobResponseBodyResourceList) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetRetryInterval(v int64) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetRetryPolicy(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetRunConf(v string) *DescribeFlowJobResponseBody
- func (s *DescribeFlowJobResponseBody) SetType(v string) *DescribeFlowJobResponseBody
- func (s DescribeFlowJobResponseBody) String() string
- type DescribeFlowJobResponseBodyResourceList
- type DescribeFlowJobResponseBodyResourceListResource
- func (s DescribeFlowJobResponseBodyResourceListResource) GoString() string
- func (s *DescribeFlowJobResponseBodyResourceListResource) SetAlias(v string) *DescribeFlowJobResponseBodyResourceListResource
- func (s *DescribeFlowJobResponseBodyResourceListResource) SetPath(v string) *DescribeFlowJobResponseBodyResourceListResource
- func (s DescribeFlowJobResponseBodyResourceListResource) String() string
- type DescribeFlowNodeInstanceRequest
- func (s DescribeFlowNodeInstanceRequest) GoString() string
- func (s *DescribeFlowNodeInstanceRequest) SetId(v string) *DescribeFlowNodeInstanceRequest
- func (s *DescribeFlowNodeInstanceRequest) SetProjectId(v string) *DescribeFlowNodeInstanceRequest
- func (s *DescribeFlowNodeInstanceRequest) SetRegionId(v string) *DescribeFlowNodeInstanceRequest
- func (s DescribeFlowNodeInstanceRequest) String() string
- type DescribeFlowNodeInstanceResponse
- func (s DescribeFlowNodeInstanceResponse) GoString() string
- func (s *DescribeFlowNodeInstanceResponse) SetBody(v *DescribeFlowNodeInstanceResponseBody) *DescribeFlowNodeInstanceResponse
- func (s *DescribeFlowNodeInstanceResponse) SetHeaders(v map[string]*string) *DescribeFlowNodeInstanceResponse
- func (s *DescribeFlowNodeInstanceResponse) SetStatusCode(v int32) *DescribeFlowNodeInstanceResponse
- func (s DescribeFlowNodeInstanceResponse) String() string
- type DescribeFlowNodeInstanceResponseBody
- func (s DescribeFlowNodeInstanceResponseBody) GoString() string
- func (s *DescribeFlowNodeInstanceResponseBody) SetAdhoc(v bool) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetClusterId(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetClusterName(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetDuration(v int64) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetEndTime(v int64) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetEnvConf(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetExternalChildIds(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetExternalId(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetExternalInfo(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetExternalStatus(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetExternalSubId(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetFailAct(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetFlowId(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetFlowInstanceId(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetGmtCreate(v int64) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetGmtModified(v int64) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetHostName(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetId(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetJobId(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetJobName(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetJobParams(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetJobType(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetMaxRetry(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetMode(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetMonitorConf(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetNodeName(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetParamConf(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetPending(v bool) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetProjectId(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetRequestId(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetRetries(v int32) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetRetryInterval(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetRetryPolicy(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetRunConf(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetStartTime(v int64) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetStatus(v string) *DescribeFlowNodeInstanceResponseBody
- func (s *DescribeFlowNodeInstanceResponseBody) SetType(v string) *DescribeFlowNodeInstanceResponseBody
- func (s DescribeFlowNodeInstanceResponseBody) String() string
- type DescribeFlowProjectRequest
- type DescribeFlowProjectResponse
- func (s DescribeFlowProjectResponse) GoString() string
- func (s *DescribeFlowProjectResponse) SetBody(v *DescribeFlowProjectResponseBody) *DescribeFlowProjectResponse
- func (s *DescribeFlowProjectResponse) SetHeaders(v map[string]*string) *DescribeFlowProjectResponse
- func (s *DescribeFlowProjectResponse) SetStatusCode(v int32) *DescribeFlowProjectResponse
- func (s DescribeFlowProjectResponse) String() string
- type DescribeFlowProjectResponseBody
- func (s DescribeFlowProjectResponseBody) GoString() string
- func (s *DescribeFlowProjectResponseBody) SetDescription(v string) *DescribeFlowProjectResponseBody
- func (s *DescribeFlowProjectResponseBody) SetGmtCreate(v int64) *DescribeFlowProjectResponseBody
- func (s *DescribeFlowProjectResponseBody) SetGmtModified(v int64) *DescribeFlowProjectResponseBody
- func (s *DescribeFlowProjectResponseBody) SetId(v string) *DescribeFlowProjectResponseBody
- func (s *DescribeFlowProjectResponseBody) SetName(v string) *DescribeFlowProjectResponseBody
- func (s *DescribeFlowProjectResponseBody) SetRequestId(v string) *DescribeFlowProjectResponseBody
- func (s *DescribeFlowProjectResponseBody) SetUserId(v string) *DescribeFlowProjectResponseBody
- func (s DescribeFlowProjectResponseBody) String() string
- type DescribeFlowRequest
- func (s DescribeFlowRequest) GoString() string
- func (s *DescribeFlowRequest) SetId(v string) *DescribeFlowRequest
- func (s *DescribeFlowRequest) SetProjectId(v string) *DescribeFlowRequest
- func (s *DescribeFlowRequest) SetRegionId(v string) *DescribeFlowRequest
- func (s DescribeFlowRequest) String() string
- type DescribeFlowResponse
- func (s DescribeFlowResponse) GoString() string
- func (s *DescribeFlowResponse) SetBody(v *DescribeFlowResponseBody) *DescribeFlowResponse
- func (s *DescribeFlowResponse) SetHeaders(v map[string]*string) *DescribeFlowResponse
- func (s *DescribeFlowResponse) SetStatusCode(v int32) *DescribeFlowResponse
- func (s DescribeFlowResponse) String() string
- type DescribeFlowResponseBody
- func (s DescribeFlowResponseBody) GoString() string
- func (s *DescribeFlowResponseBody) SetAlertConf(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetAlertDingDingGroupBizId(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetAlertUserGroupBizId(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetApplication(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetCategoryId(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetClusterId(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetCreateCluster(v bool) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetCronExpr(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetDescription(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetEditLockDetail(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetEndSchedule(v int64) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetGmtCreate(v int64) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetGmtModified(v int64) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetGraph(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetHostName(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetId(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetName(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetNamespace(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetParentFlowList(v *DescribeFlowResponseBodyParentFlowList) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetPeriodic(v bool) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetRequestId(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetStartSchedule(v int64) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetStatus(v string) *DescribeFlowResponseBody
- func (s *DescribeFlowResponseBody) SetType(v string) *DescribeFlowResponseBody
- func (s DescribeFlowResponseBody) String() string
- type DescribeFlowResponseBodyParentFlowList
- type DescribeFlowResponseBodyParentFlowListParentFlow
- func (s DescribeFlowResponseBodyParentFlowListParentFlow) GoString() string
- func (s *DescribeFlowResponseBodyParentFlowListParentFlow) SetParentFlowId(v string) *DescribeFlowResponseBodyParentFlowListParentFlow
- func (s *DescribeFlowResponseBodyParentFlowListParentFlow) SetParentFlowName(v string) *DescribeFlowResponseBodyParentFlowListParentFlow
- func (s *DescribeFlowResponseBodyParentFlowListParentFlow) SetProjectId(v string) *DescribeFlowResponseBodyParentFlowListParentFlow
- func (s *DescribeFlowResponseBodyParentFlowListParentFlow) SetProjectName(v string) *DescribeFlowResponseBodyParentFlowListParentFlow
- func (s DescribeFlowResponseBodyParentFlowListParentFlow) String() string
- type KillFlowJobRequest
- func (s KillFlowJobRequest) GoString() string
- func (s *KillFlowJobRequest) SetJobInstanceId(v string) *KillFlowJobRequest
- func (s *KillFlowJobRequest) SetProjectId(v string) *KillFlowJobRequest
- func (s *KillFlowJobRequest) SetRegionId(v string) *KillFlowJobRequest
- func (s KillFlowJobRequest) String() string
- type KillFlowJobResponse
- func (s KillFlowJobResponse) GoString() string
- func (s *KillFlowJobResponse) SetBody(v *KillFlowJobResponseBody) *KillFlowJobResponse
- func (s *KillFlowJobResponse) SetHeaders(v map[string]*string) *KillFlowJobResponse
- func (s *KillFlowJobResponse) SetStatusCode(v int32) *KillFlowJobResponse
- func (s KillFlowJobResponse) String() string
- type KillFlowJobResponseBody
- type ListClustersRequest
- func (s ListClustersRequest) GoString() string
- func (s *ListClustersRequest) SetClusterTypeList(v []*string) *ListClustersRequest
- func (s *ListClustersRequest) SetCreateType(v string) *ListClustersRequest
- func (s *ListClustersRequest) SetDefaultStatus(v bool) *ListClustersRequest
- func (s *ListClustersRequest) SetDepositType(v string) *ListClustersRequest
- func (s *ListClustersRequest) SetExpiredTagList(v []*string) *ListClustersRequest
- func (s *ListClustersRequest) SetIsDesc(v bool) *ListClustersRequest
- func (s *ListClustersRequest) SetMachineType(v string) *ListClustersRequest
- func (s *ListClustersRequest) SetName(v string) *ListClustersRequest
- func (s *ListClustersRequest) SetPageNumber(v int32) *ListClustersRequest
- func (s *ListClustersRequest) SetPageSize(v int32) *ListClustersRequest
- func (s *ListClustersRequest) SetRegionId(v string) *ListClustersRequest
- func (s *ListClustersRequest) SetResourceGroupId(v string) *ListClustersRequest
- func (s *ListClustersRequest) SetResourceOwnerId(v int64) *ListClustersRequest
- func (s *ListClustersRequest) SetStatusList(v []*string) *ListClustersRequest
- func (s *ListClustersRequest) SetTag(v []*ListClustersRequestTag) *ListClustersRequest
- func (s ListClustersRequest) String() string
- type ListClustersRequestTag
- type ListClustersResponse
- func (s ListClustersResponse) GoString() string
- func (s *ListClustersResponse) SetBody(v *ListClustersResponseBody) *ListClustersResponse
- func (s *ListClustersResponse) SetHeaders(v map[string]*string) *ListClustersResponse
- func (s *ListClustersResponse) SetStatusCode(v int32) *ListClustersResponse
- func (s ListClustersResponse) String() string
- type ListClustersResponseBody
- func (s ListClustersResponseBody) GoString() string
- func (s *ListClustersResponseBody) SetClusters(v *ListClustersResponseBodyClusters) *ListClustersResponseBody
- func (s *ListClustersResponseBody) SetPageNumber(v int32) *ListClustersResponseBody
- func (s *ListClustersResponseBody) SetPageSize(v int32) *ListClustersResponseBody
- func (s *ListClustersResponseBody) SetRequestId(v string) *ListClustersResponseBody
- func (s *ListClustersResponseBody) SetTotalCount(v int32) *ListClustersResponseBody
- func (s ListClustersResponseBody) String() string
- type ListClustersResponseBodyClusters
- type ListClustersResponseBodyClustersClusterInfo
- func (s ListClustersResponseBodyClustersClusterInfo) GoString() string
- func (s *ListClustersResponseBodyClustersClusterInfo) SetChargeType(v string) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetCreateResource(v string) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetCreateTime(v int64) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetDepositType(v string) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetExpiredTime(v int64) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetFailReason(v *ListClustersResponseBodyClustersClusterInfoFailReason) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetHasUncompletedOrder(v bool) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetId(v string) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetK8sClusterId(v string) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetMachineType(v string) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetMetaStoreType(v string) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetName(v string) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetOrderList(v string) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetOrderTaskInfo(v *ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetPeriod(v int32) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetRunningTime(v int32) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetStatus(v string) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetTags(v *ListClustersResponseBodyClustersClusterInfoTags) *ListClustersResponseBodyClustersClusterInfo
- func (s *ListClustersResponseBodyClustersClusterInfo) SetType(v string) *ListClustersResponseBodyClustersClusterInfo
- func (s ListClustersResponseBodyClustersClusterInfo) String() string
- type ListClustersResponseBodyClustersClusterInfoFailReason
- func (s ListClustersResponseBodyClustersClusterInfoFailReason) GoString() string
- func (s *ListClustersResponseBodyClustersClusterInfoFailReason) SetErrorCode(v string) *ListClustersResponseBodyClustersClusterInfoFailReason
- func (s *ListClustersResponseBodyClustersClusterInfoFailReason) SetErrorMsg(v string) *ListClustersResponseBodyClustersClusterInfoFailReason
- func (s *ListClustersResponseBodyClustersClusterInfoFailReason) SetRequestId(v string) *ListClustersResponseBodyClustersClusterInfoFailReason
- func (s ListClustersResponseBodyClustersClusterInfoFailReason) String() string
- type ListClustersResponseBodyClustersClusterInfoOrderTaskInfo
- func (s ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) GoString() string
- func (s *ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) SetCurrentCount(v int32) *ListClustersResponseBodyClustersClusterInfoOrderTaskInfo
- func (s *ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) SetOrderIdList(v string) *ListClustersResponseBodyClustersClusterInfoOrderTaskInfo
- func (s *ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) SetTargetCount(v int32) *ListClustersResponseBodyClustersClusterInfoOrderTaskInfo
- func (s ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) String() string
- type ListClustersResponseBodyClustersClusterInfoTags
- func (s ListClustersResponseBodyClustersClusterInfoTags) GoString() string
- func (s *ListClustersResponseBodyClustersClusterInfoTags) SetTag(v []*ListClustersResponseBodyClustersClusterInfoTagsTag) *ListClustersResponseBodyClustersClusterInfoTags
- func (s ListClustersResponseBodyClustersClusterInfoTags) String() string
- type ListClustersResponseBodyClustersClusterInfoTagsTag
- func (s ListClustersResponseBodyClustersClusterInfoTagsTag) GoString() string
- func (s *ListClustersResponseBodyClustersClusterInfoTagsTag) SetTagKey(v string) *ListClustersResponseBodyClustersClusterInfoTagsTag
- func (s *ListClustersResponseBodyClustersClusterInfoTagsTag) SetTagValue(v string) *ListClustersResponseBodyClustersClusterInfoTagsTag
- func (s ListClustersResponseBodyClustersClusterInfoTagsTag) String() string
- type ListFlowJobHistoryRequest
- func (s ListFlowJobHistoryRequest) GoString() string
- func (s *ListFlowJobHistoryRequest) SetId(v string) *ListFlowJobHistoryRequest
- func (s *ListFlowJobHistoryRequest) SetInstanceId(v string) *ListFlowJobHistoryRequest
- func (s *ListFlowJobHistoryRequest) SetJobType(v string) *ListFlowJobHistoryRequest
- func (s *ListFlowJobHistoryRequest) SetPageNumber(v int32) *ListFlowJobHistoryRequest
- func (s *ListFlowJobHistoryRequest) SetPageSize(v int32) *ListFlowJobHistoryRequest
- func (s *ListFlowJobHistoryRequest) SetProjectId(v string) *ListFlowJobHistoryRequest
- func (s *ListFlowJobHistoryRequest) SetRegionId(v string) *ListFlowJobHistoryRequest
- func (s *ListFlowJobHistoryRequest) SetStatusList(v []*string) *ListFlowJobHistoryRequest
- func (s *ListFlowJobHistoryRequest) SetTimeRange(v string) *ListFlowJobHistoryRequest
- func (s ListFlowJobHistoryRequest) String() string
- type ListFlowJobHistoryResponse
- func (s ListFlowJobHistoryResponse) GoString() string
- func (s *ListFlowJobHistoryResponse) SetBody(v *ListFlowJobHistoryResponseBody) *ListFlowJobHistoryResponse
- func (s *ListFlowJobHistoryResponse) SetHeaders(v map[string]*string) *ListFlowJobHistoryResponse
- func (s *ListFlowJobHistoryResponse) SetStatusCode(v int32) *ListFlowJobHistoryResponse
- func (s ListFlowJobHistoryResponse) String() string
- type ListFlowJobHistoryResponseBody
- func (s ListFlowJobHistoryResponseBody) GoString() string
- func (s *ListFlowJobHistoryResponseBody) SetNodeInstances(v *ListFlowJobHistoryResponseBodyNodeInstances) *ListFlowJobHistoryResponseBody
- func (s *ListFlowJobHistoryResponseBody) SetPageNumber(v int32) *ListFlowJobHistoryResponseBody
- func (s *ListFlowJobHistoryResponseBody) SetPageSize(v int32) *ListFlowJobHistoryResponseBody
- func (s *ListFlowJobHistoryResponseBody) SetRequestId(v string) *ListFlowJobHistoryResponseBody
- func (s *ListFlowJobHistoryResponseBody) SetTotal(v int32) *ListFlowJobHistoryResponseBody
- func (s ListFlowJobHistoryResponseBody) String() string
- type ListFlowJobHistoryResponseBodyNodeInstances
- func (s ListFlowJobHistoryResponseBodyNodeInstances) GoString() string
- func (s *ListFlowJobHistoryResponseBodyNodeInstances) SetNodeInstance(v []*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) *ListFlowJobHistoryResponseBodyNodeInstances
- func (s ListFlowJobHistoryResponseBodyNodeInstances) String() string
- type ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) GoString() string
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetClusterId(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetEndTime(v int64) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetEnvConf(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetExternalId(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetExternalInfo(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetExternalStatus(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetFailAct(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetGmtCreate(v int64) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetGmtModified(v int64) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetHostName(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetId(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetJobId(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetJobName(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetJobParams(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetJobType(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetMaxRetry(v int32) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetNodeName(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetParamConf(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetPending(v bool) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetProjectId(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetRetries(v int32) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetRetryInterval(v int64) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetRunConf(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetStartTime(v int64) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetStatus(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetType(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
- func (s ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) String() string
- type ListFlowJobsRequest
- func (s ListFlowJobsRequest) GoString() string
- func (s *ListFlowJobsRequest) SetAdhoc(v bool) *ListFlowJobsRequest
- func (s *ListFlowJobsRequest) SetExactName(v string) *ListFlowJobsRequest
- func (s *ListFlowJobsRequest) SetId(v string) *ListFlowJobsRequest
- func (s *ListFlowJobsRequest) SetName(v string) *ListFlowJobsRequest
- func (s *ListFlowJobsRequest) SetPageNumber(v int32) *ListFlowJobsRequest
- func (s *ListFlowJobsRequest) SetPageSize(v int32) *ListFlowJobsRequest
- func (s *ListFlowJobsRequest) SetProjectId(v string) *ListFlowJobsRequest
- func (s *ListFlowJobsRequest) SetRegionId(v string) *ListFlowJobsRequest
- func (s *ListFlowJobsRequest) SetType(v string) *ListFlowJobsRequest
- func (s ListFlowJobsRequest) String() string
- type ListFlowJobsResponse
- func (s ListFlowJobsResponse) GoString() string
- func (s *ListFlowJobsResponse) SetBody(v *ListFlowJobsResponseBody) *ListFlowJobsResponse
- func (s *ListFlowJobsResponse) SetHeaders(v map[string]*string) *ListFlowJobsResponse
- func (s *ListFlowJobsResponse) SetStatusCode(v int32) *ListFlowJobsResponse
- func (s ListFlowJobsResponse) String() string
- type ListFlowJobsResponseBody
- func (s ListFlowJobsResponseBody) GoString() string
- func (s *ListFlowJobsResponseBody) SetJobList(v *ListFlowJobsResponseBodyJobList) *ListFlowJobsResponseBody
- func (s *ListFlowJobsResponseBody) SetPageNumber(v int32) *ListFlowJobsResponseBody
- func (s *ListFlowJobsResponseBody) SetPageSize(v int32) *ListFlowJobsResponseBody
- func (s *ListFlowJobsResponseBody) SetRequestId(v string) *ListFlowJobsResponseBody
- func (s *ListFlowJobsResponseBody) SetTotal(v int32) *ListFlowJobsResponseBody
- func (s ListFlowJobsResponseBody) String() string
- type ListFlowJobsResponseBodyJobList
- type ListFlowJobsResponseBodyJobListJob
- func (s ListFlowJobsResponseBodyJobListJob) GoString() string
- func (s *ListFlowJobsResponseBodyJobListJob) SetAdhoc(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetAlertConf(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetCategoryId(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetCustomVariables(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetDescription(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetEnvConf(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetFailAct(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetGmtCreate(v int64) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetGmtModified(v int64) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetId(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetLastInstanceDetail(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetMaxRetry(v int32) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetMode(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetMonitorConf(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetName(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetParamConf(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetParams(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetResourceList(v *ListFlowJobsResponseBodyJobListJobResourceList) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetRetryInterval(v int64) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetRunConf(v string) *ListFlowJobsResponseBodyJobListJob
- func (s *ListFlowJobsResponseBodyJobListJob) SetType(v string) *ListFlowJobsResponseBodyJobListJob
- func (s ListFlowJobsResponseBodyJobListJob) String() string
- type ListFlowJobsResponseBodyJobListJobResourceList
- func (s ListFlowJobsResponseBodyJobListJobResourceList) GoString() string
- func (s *ListFlowJobsResponseBodyJobListJobResourceList) SetResource(v []*ListFlowJobsResponseBodyJobListJobResourceListResource) *ListFlowJobsResponseBodyJobListJobResourceList
- func (s ListFlowJobsResponseBodyJobListJobResourceList) String() string
- type ListFlowJobsResponseBodyJobListJobResourceListResource
- func (s ListFlowJobsResponseBodyJobListJobResourceListResource) GoString() string
- func (s *ListFlowJobsResponseBodyJobListJobResourceListResource) SetAlias(v string) *ListFlowJobsResponseBodyJobListJobResourceListResource
- func (s *ListFlowJobsResponseBodyJobListJobResourceListResource) SetPath(v string) *ListFlowJobsResponseBodyJobListJobResourceListResource
- func (s ListFlowJobsResponseBodyJobListJobResourceListResource) String() string
- type ListFlowProjectUserRequest
- func (s ListFlowProjectUserRequest) GoString() string
- func (s *ListFlowProjectUserRequest) SetPageNumber(v int32) *ListFlowProjectUserRequest
- func (s *ListFlowProjectUserRequest) SetPageSize(v int32) *ListFlowProjectUserRequest
- func (s *ListFlowProjectUserRequest) SetProjectId(v string) *ListFlowProjectUserRequest
- func (s *ListFlowProjectUserRequest) SetRegionId(v string) *ListFlowProjectUserRequest
- func (s ListFlowProjectUserRequest) String() string
- type ListFlowProjectUserResponse
- func (s ListFlowProjectUserResponse) GoString() string
- func (s *ListFlowProjectUserResponse) SetBody(v *ListFlowProjectUserResponseBody) *ListFlowProjectUserResponse
- func (s *ListFlowProjectUserResponse) SetHeaders(v map[string]*string) *ListFlowProjectUserResponse
- func (s *ListFlowProjectUserResponse) SetStatusCode(v int32) *ListFlowProjectUserResponse
- func (s ListFlowProjectUserResponse) String() string
- type ListFlowProjectUserResponseBody
- func (s ListFlowProjectUserResponseBody) GoString() string
- func (s *ListFlowProjectUserResponseBody) SetPageNumber(v int32) *ListFlowProjectUserResponseBody
- func (s *ListFlowProjectUserResponseBody) SetPageSize(v int32) *ListFlowProjectUserResponseBody
- func (s *ListFlowProjectUserResponseBody) SetRequestId(v string) *ListFlowProjectUserResponseBody
- func (s *ListFlowProjectUserResponseBody) SetTotal(v int32) *ListFlowProjectUserResponseBody
- func (s *ListFlowProjectUserResponseBody) SetUsers(v *ListFlowProjectUserResponseBodyUsers) *ListFlowProjectUserResponseBody
- func (s ListFlowProjectUserResponseBody) String() string
- type ListFlowProjectUserResponseBodyUsers
- type ListFlowProjectUserResponseBodyUsersUser
- func (s ListFlowProjectUserResponseBodyUsersUser) GoString() string
- func (s *ListFlowProjectUserResponseBodyUsersUser) SetAccountUserId(v string) *ListFlowProjectUserResponseBodyUsersUser
- func (s *ListFlowProjectUserResponseBodyUsersUser) SetGmtCreate(v int64) *ListFlowProjectUserResponseBodyUsersUser
- func (s *ListFlowProjectUserResponseBodyUsersUser) SetGmtModified(v int64) *ListFlowProjectUserResponseBodyUsersUser
- func (s *ListFlowProjectUserResponseBodyUsersUser) SetOwnerId(v string) *ListFlowProjectUserResponseBodyUsersUser
- func (s *ListFlowProjectUserResponseBodyUsersUser) SetProjectId(v string) *ListFlowProjectUserResponseBodyUsersUser
- func (s *ListFlowProjectUserResponseBodyUsersUser) SetUserName(v string) *ListFlowProjectUserResponseBodyUsersUser
- func (s ListFlowProjectUserResponseBodyUsersUser) String() string
- type ListFlowProjectsRequest
- func (s ListFlowProjectsRequest) GoString() string
- func (s *ListFlowProjectsRequest) SetName(v string) *ListFlowProjectsRequest
- func (s *ListFlowProjectsRequest) SetPageNumber(v int32) *ListFlowProjectsRequest
- func (s *ListFlowProjectsRequest) SetPageSize(v int32) *ListFlowProjectsRequest
- func (s *ListFlowProjectsRequest) SetProductType(v string) *ListFlowProjectsRequest
- func (s *ListFlowProjectsRequest) SetProjectId(v string) *ListFlowProjectsRequest
- func (s *ListFlowProjectsRequest) SetRegionId(v string) *ListFlowProjectsRequest
- func (s *ListFlowProjectsRequest) SetResourceGroupId(v string) *ListFlowProjectsRequest
- func (s ListFlowProjectsRequest) String() string
- type ListFlowProjectsResponse
- func (s ListFlowProjectsResponse) GoString() string
- func (s *ListFlowProjectsResponse) SetBody(v *ListFlowProjectsResponseBody) *ListFlowProjectsResponse
- func (s *ListFlowProjectsResponse) SetHeaders(v map[string]*string) *ListFlowProjectsResponse
- func (s *ListFlowProjectsResponse) SetStatusCode(v int32) *ListFlowProjectsResponse
- func (s ListFlowProjectsResponse) String() string
- type ListFlowProjectsResponseBody
- func (s ListFlowProjectsResponseBody) GoString() string
- func (s *ListFlowProjectsResponseBody) SetPageNumber(v int32) *ListFlowProjectsResponseBody
- func (s *ListFlowProjectsResponseBody) SetPageSize(v int32) *ListFlowProjectsResponseBody
- func (s *ListFlowProjectsResponseBody) SetProjects(v *ListFlowProjectsResponseBodyProjects) *ListFlowProjectsResponseBody
- func (s *ListFlowProjectsResponseBody) SetRequestId(v string) *ListFlowProjectsResponseBody
- func (s *ListFlowProjectsResponseBody) SetTotal(v int32) *ListFlowProjectsResponseBody
- func (s ListFlowProjectsResponseBody) String() string
- type ListFlowProjectsResponseBodyProjects
- type ListFlowProjectsResponseBodyProjectsProject
- func (s ListFlowProjectsResponseBodyProjectsProject) GoString() string
- func (s *ListFlowProjectsResponseBodyProjectsProject) SetDescription(v string) *ListFlowProjectsResponseBodyProjectsProject
- func (s *ListFlowProjectsResponseBodyProjectsProject) SetGmtCreate(v int64) *ListFlowProjectsResponseBodyProjectsProject
- func (s *ListFlowProjectsResponseBodyProjectsProject) SetGmtModified(v int64) *ListFlowProjectsResponseBodyProjectsProject
- func (s *ListFlowProjectsResponseBodyProjectsProject) SetId(v string) *ListFlowProjectsResponseBodyProjectsProject
- func (s *ListFlowProjectsResponseBodyProjectsProject) SetName(v string) *ListFlowProjectsResponseBodyProjectsProject
- func (s *ListFlowProjectsResponseBodyProjectsProject) SetUserId(v string) *ListFlowProjectsResponseBodyProjectsProject
- func (s ListFlowProjectsResponseBodyProjectsProject) String() string
- type ListFlowRequest
- func (s ListFlowRequest) GoString() string
- func (s *ListFlowRequest) SetClusterId(v string) *ListFlowRequest
- func (s *ListFlowRequest) SetId(v string) *ListFlowRequest
- func (s *ListFlowRequest) SetJobId(v string) *ListFlowRequest
- func (s *ListFlowRequest) SetName(v string) *ListFlowRequest
- func (s *ListFlowRequest) SetPageNumber(v int32) *ListFlowRequest
- func (s *ListFlowRequest) SetPageSize(v int32) *ListFlowRequest
- func (s *ListFlowRequest) SetPeriodic(v bool) *ListFlowRequest
- func (s *ListFlowRequest) SetProjectId(v string) *ListFlowRequest
- func (s *ListFlowRequest) SetRegionId(v string) *ListFlowRequest
- func (s *ListFlowRequest) SetStatus(v string) *ListFlowRequest
- func (s ListFlowRequest) String() string
- type ListFlowResponse
- func (s ListFlowResponse) GoString() string
- func (s *ListFlowResponse) SetBody(v *ListFlowResponseBody) *ListFlowResponse
- func (s *ListFlowResponse) SetHeaders(v map[string]*string) *ListFlowResponse
- func (s *ListFlowResponse) SetStatusCode(v int32) *ListFlowResponse
- func (s ListFlowResponse) String() string
- type ListFlowResponseBody
- func (s ListFlowResponseBody) GoString() string
- func (s *ListFlowResponseBody) SetFlow(v *ListFlowResponseBodyFlow) *ListFlowResponseBody
- func (s *ListFlowResponseBody) SetPageNumber(v int32) *ListFlowResponseBody
- func (s *ListFlowResponseBody) SetPageSize(v int32) *ListFlowResponseBody
- func (s *ListFlowResponseBody) SetRequestId(v string) *ListFlowResponseBody
- func (s *ListFlowResponseBody) SetTotal(v int32) *ListFlowResponseBody
- func (s ListFlowResponseBody) String() string
- type ListFlowResponseBodyFlow
- type ListFlowResponseBodyFlowFlow
- func (s ListFlowResponseBodyFlowFlow) GoString() string
- func (s *ListFlowResponseBodyFlowFlow) SetAlertConf(v string) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetAlertDingDingGroupBizId(v string) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetAlertUserGroupBizId(v string) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetCategoryId(v string) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetClusterId(v string) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetCreateCluster(v bool) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetCronExpr(v string) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetDescription(v string) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetEndSchedule(v int64) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetGmtCreate(v int64) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetGmtModified(v int64) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetGraph(v string) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetHostName(v string) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetId(v string) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetName(v string) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetPeriodic(v bool) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetProjectId(v string) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetStartSchedule(v int64) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetStatus(v string) *ListFlowResponseBodyFlowFlow
- func (s *ListFlowResponseBodyFlowFlow) SetType(v string) *ListFlowResponseBodyFlowFlow
- func (s ListFlowResponseBodyFlowFlow) String() string
- type ModifyFlowForWebRequest
- func (s ModifyFlowForWebRequest) GoString() string
- func (s *ModifyFlowForWebRequest) SetAlertConf(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetAlertDingDingGroupBizId(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetAlertUserGroupBizId(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetClusterId(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetCreateCluster(v bool) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetCronExpr(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetDescription(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetEndSchedule(v int64) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetGraph(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetHostName(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetId(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetName(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetNamespace(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetParentCategory(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetParentFlowList(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetPeriodic(v bool) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetProjectId(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetRegionId(v string) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetStartSchedule(v int64) *ModifyFlowForWebRequest
- func (s *ModifyFlowForWebRequest) SetStatus(v string) *ModifyFlowForWebRequest
- func (s ModifyFlowForWebRequest) String() string
- type ModifyFlowForWebResponse
- func (s ModifyFlowForWebResponse) GoString() string
- func (s *ModifyFlowForWebResponse) SetBody(v *ModifyFlowForWebResponseBody) *ModifyFlowForWebResponse
- func (s *ModifyFlowForWebResponse) SetHeaders(v map[string]*string) *ModifyFlowForWebResponse
- func (s *ModifyFlowForWebResponse) SetStatusCode(v int32) *ModifyFlowForWebResponse
- func (s ModifyFlowForWebResponse) String() string
- type ModifyFlowForWebResponseBody
- type ModifyFlowJobRequest
- func (s ModifyFlowJobRequest) GoString() string
- func (s *ModifyFlowJobRequest) SetAlertConf(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetClusterId(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetCustomVariables(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetDescription(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetEnvConf(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetFailAct(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetId(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetKnoxPassword(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetKnoxUser(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetMaxRetry(v int32) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetMode(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetMonitorConf(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetName(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetParamConf(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetParams(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetProjectId(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetRegionId(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetResourceList(v []*ModifyFlowJobRequestResourceList) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetRetryInterval(v int64) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetRetryPolicy(v string) *ModifyFlowJobRequest
- func (s *ModifyFlowJobRequest) SetRunConf(v string) *ModifyFlowJobRequest
- func (s ModifyFlowJobRequest) String() string
- type ModifyFlowJobRequestResourceList
- func (s ModifyFlowJobRequestResourceList) GoString() string
- func (s *ModifyFlowJobRequestResourceList) SetAlias(v string) *ModifyFlowJobRequestResourceList
- func (s *ModifyFlowJobRequestResourceList) SetPath(v string) *ModifyFlowJobRequestResourceList
- func (s ModifyFlowJobRequestResourceList) String() string
- type ModifyFlowJobResponse
- func (s ModifyFlowJobResponse) GoString() string
- func (s *ModifyFlowJobResponse) SetBody(v *ModifyFlowJobResponseBody) *ModifyFlowJobResponse
- func (s *ModifyFlowJobResponse) SetHeaders(v map[string]*string) *ModifyFlowJobResponse
- func (s *ModifyFlowJobResponse) SetStatusCode(v int32) *ModifyFlowJobResponse
- func (s ModifyFlowJobResponse) String() string
- type ModifyFlowJobResponseBody
- type ModifyFlowProjectRequest
- func (s ModifyFlowProjectRequest) GoString() string
- func (s *ModifyFlowProjectRequest) SetDescription(v string) *ModifyFlowProjectRequest
- func (s *ModifyFlowProjectRequest) SetName(v string) *ModifyFlowProjectRequest
- func (s *ModifyFlowProjectRequest) SetProjectId(v string) *ModifyFlowProjectRequest
- func (s *ModifyFlowProjectRequest) SetRegionId(v string) *ModifyFlowProjectRequest
- func (s ModifyFlowProjectRequest) String() string
- type ModifyFlowProjectResponse
- func (s ModifyFlowProjectResponse) GoString() string
- func (s *ModifyFlowProjectResponse) SetBody(v *ModifyFlowProjectResponseBody) *ModifyFlowProjectResponse
- func (s *ModifyFlowProjectResponse) SetHeaders(v map[string]*string) *ModifyFlowProjectResponse
- func (s *ModifyFlowProjectResponse) SetStatusCode(v int32) *ModifyFlowProjectResponse
- func (s ModifyFlowProjectResponse) String() string
- type ModifyFlowProjectResponseBody
- type ReleaseClusterRequest
- func (s ReleaseClusterRequest) GoString() string
- func (s *ReleaseClusterRequest) SetForceRelease(v bool) *ReleaseClusterRequest
- func (s *ReleaseClusterRequest) SetId(v string) *ReleaseClusterRequest
- func (s *ReleaseClusterRequest) SetRegionId(v string) *ReleaseClusterRequest
- func (s *ReleaseClusterRequest) SetResourceOwnerId(v int64) *ReleaseClusterRequest
- func (s ReleaseClusterRequest) String() string
- type ReleaseClusterResponse
- func (s ReleaseClusterResponse) GoString() string
- func (s *ReleaseClusterResponse) SetBody(v *ReleaseClusterResponseBody) *ReleaseClusterResponse
- func (s *ReleaseClusterResponse) SetHeaders(v map[string]*string) *ReleaseClusterResponse
- func (s *ReleaseClusterResponse) SetStatusCode(v int32) *ReleaseClusterResponse
- func (s ReleaseClusterResponse) String() string
- type ReleaseClusterResponseBody
- type RerunFlowRequest
- func (s RerunFlowRequest) GoString() string
- func (s *RerunFlowRequest) SetFlowInstanceId(v string) *RerunFlowRequest
- func (s *RerunFlowRequest) SetProjectId(v string) *RerunFlowRequest
- func (s *RerunFlowRequest) SetReRunFail(v bool) *RerunFlowRequest
- func (s *RerunFlowRequest) SetRegionId(v string) *RerunFlowRequest
- func (s RerunFlowRequest) String() string
- type RerunFlowResponse
- func (s RerunFlowResponse) GoString() string
- func (s *RerunFlowResponse) SetBody(v *RerunFlowResponseBody) *RerunFlowResponse
- func (s *RerunFlowResponse) SetHeaders(v map[string]*string) *RerunFlowResponse
- func (s *RerunFlowResponse) SetStatusCode(v int32) *RerunFlowResponse
- func (s RerunFlowResponse) String() string
- type RerunFlowResponseBody
- type ResumeFlowRequest
- func (s ResumeFlowRequest) GoString() string
- func (s *ResumeFlowRequest) SetFlowInstanceId(v string) *ResumeFlowRequest
- func (s *ResumeFlowRequest) SetProjectId(v string) *ResumeFlowRequest
- func (s *ResumeFlowRequest) SetRegionId(v string) *ResumeFlowRequest
- func (s ResumeFlowRequest) String() string
- type ResumeFlowResponse
- func (s ResumeFlowResponse) GoString() string
- func (s *ResumeFlowResponse) SetBody(v *ResumeFlowResponseBody) *ResumeFlowResponse
- func (s *ResumeFlowResponse) SetHeaders(v map[string]*string) *ResumeFlowResponse
- func (s *ResumeFlowResponse) SetStatusCode(v int32) *ResumeFlowResponse
- func (s ResumeFlowResponse) String() string
- type ResumeFlowResponseBody
- type SubmitFlowJobRequest
- func (s SubmitFlowJobRequest) GoString() string
- func (s *SubmitFlowJobRequest) SetClusterId(v string) *SubmitFlowJobRequest
- func (s *SubmitFlowJobRequest) SetConf(v string) *SubmitFlowJobRequest
- func (s *SubmitFlowJobRequest) SetHostName(v string) *SubmitFlowJobRequest
- func (s *SubmitFlowJobRequest) SetJobId(v string) *SubmitFlowJobRequest
- func (s *SubmitFlowJobRequest) SetProjectId(v string) *SubmitFlowJobRequest
- func (s *SubmitFlowJobRequest) SetRegionId(v string) *SubmitFlowJobRequest
- func (s SubmitFlowJobRequest) String() string
- type SubmitFlowJobResponse
- func (s SubmitFlowJobResponse) GoString() string
- func (s *SubmitFlowJobResponse) SetBody(v *SubmitFlowJobResponseBody) *SubmitFlowJobResponse
- func (s *SubmitFlowJobResponse) SetHeaders(v map[string]*string) *SubmitFlowJobResponse
- func (s *SubmitFlowJobResponse) SetStatusCode(v int32) *SubmitFlowJobResponse
- func (s SubmitFlowJobResponse) String() string
- type SubmitFlowJobResponseBody
- type SubmitFlowRequest
- func (s SubmitFlowRequest) GoString() string
- func (s *SubmitFlowRequest) SetConf(v string) *SubmitFlowRequest
- func (s *SubmitFlowRequest) SetFlowId(v string) *SubmitFlowRequest
- func (s *SubmitFlowRequest) SetProjectId(v string) *SubmitFlowRequest
- func (s *SubmitFlowRequest) SetRegionId(v string) *SubmitFlowRequest
- func (s SubmitFlowRequest) String() string
- type SubmitFlowResponse
- func (s SubmitFlowResponse) GoString() string
- func (s *SubmitFlowResponse) SetBody(v *SubmitFlowResponseBody) *SubmitFlowResponse
- func (s *SubmitFlowResponse) SetHeaders(v map[string]*string) *SubmitFlowResponse
- func (s *SubmitFlowResponse) SetStatusCode(v int32) *SubmitFlowResponse
- func (s SubmitFlowResponse) String() string
- type SubmitFlowResponseBody
- func (s SubmitFlowResponseBody) GoString() string
- func (s *SubmitFlowResponseBody) SetData(v string) *SubmitFlowResponseBody
- func (s *SubmitFlowResponseBody) SetId(v string) *SubmitFlowResponseBody
- func (s *SubmitFlowResponseBody) SetInstanceId(v string) *SubmitFlowResponseBody
- func (s *SubmitFlowResponseBody) SetRequestId(v string) *SubmitFlowResponseBody
- func (s SubmitFlowResponseBody) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
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) 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 (s *CloneFlowJobRequest) SetId(v string) *CloneFlowJobRequest
func (*CloneFlowJobRequest) SetName ¶
func (s *CloneFlowJobRequest) SetName(v string) *CloneFlowJobRequest
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 (s *CloneFlowJobResponse) SetBody(v *CloneFlowJobResponseBody) *CloneFlowJobResponse
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 (s *CloneFlowJobResponseBody) SetId(v string) *CloneFlowJobResponseBody
func (*CloneFlowJobResponseBody) SetRequestId ¶
func (s *CloneFlowJobResponseBody) SetRequestId(v string) *CloneFlowJobResponseBody
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 (s *CreateClusterV2Request) SetAuto(v bool) *CreateClusterV2Request
func (*CreateClusterV2Request) SetAutoPayOrder ¶
func (s *CreateClusterV2Request) SetAutoPayOrder(v bool) *CreateClusterV2Request
func (*CreateClusterV2Request) SetBootstrapAction ¶
func (s *CreateClusterV2Request) SetBootstrapAction(v []*CreateClusterV2RequestBootstrapAction) *CreateClusterV2Request
func (*CreateClusterV2Request) SetChargeType ¶
func (s *CreateClusterV2Request) SetChargeType(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetClickHouseConf ¶
func (s *CreateClusterV2Request) SetClickHouseConf(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetClientToken ¶
func (s *CreateClusterV2Request) SetClientToken(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetClusterType ¶
func (s *CreateClusterV2Request) SetClusterType(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetConfig ¶
func (s *CreateClusterV2Request) SetConfig(v []*CreateClusterV2RequestConfig) *CreateClusterV2Request
func (*CreateClusterV2Request) SetConfigurations ¶
func (s *CreateClusterV2Request) SetConfigurations(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetDepositType ¶
func (s *CreateClusterV2Request) SetDepositType(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetEmrVer ¶
func (s *CreateClusterV2Request) SetEmrVer(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetEnableEas ¶
func (s *CreateClusterV2Request) SetEnableEas(v bool) *CreateClusterV2Request
func (*CreateClusterV2Request) SetEnableHighAvailability ¶
func (s *CreateClusterV2Request) SetEnableHighAvailability(v bool) *CreateClusterV2Request
func (*CreateClusterV2Request) SetEnableSsh ¶
func (s *CreateClusterV2Request) SetEnableSsh(v bool) *CreateClusterV2Request
func (*CreateClusterV2Request) SetExtraAttributes ¶
func (s *CreateClusterV2Request) SetExtraAttributes(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetHostComponentInfo ¶
func (s *CreateClusterV2Request) SetHostComponentInfo(v []*CreateClusterV2RequestHostComponentInfo) *CreateClusterV2Request
func (*CreateClusterV2Request) SetHostGroup ¶
func (s *CreateClusterV2Request) SetHostGroup(v []*CreateClusterV2RequestHostGroup) *CreateClusterV2Request
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 (s *CreateClusterV2Request) SetKeyPairName(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetLogPath ¶
func (s *CreateClusterV2Request) SetLogPath(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetMachineType ¶
func (s *CreateClusterV2Request) SetMachineType(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetMasterPwd ¶
func (s *CreateClusterV2Request) SetMasterPwd(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetMetaStoreConf ¶
func (s *CreateClusterV2Request) SetMetaStoreConf(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetMetaStoreType ¶
func (s *CreateClusterV2Request) SetMetaStoreType(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetName ¶
func (s *CreateClusterV2Request) SetName(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetNetType ¶
func (s *CreateClusterV2Request) SetNetType(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetPeriod ¶
func (s *CreateClusterV2Request) SetPeriod(v int32) *CreateClusterV2Request
func (*CreateClusterV2Request) SetPromotionInfo ¶
func (s *CreateClusterV2Request) SetPromotionInfo(v []*CreateClusterV2RequestPromotionInfo) *CreateClusterV2Request
func (*CreateClusterV2Request) SetRegionId ¶
func (s *CreateClusterV2Request) SetRegionId(v string) *CreateClusterV2Request
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 (s *CreateClusterV2Request) SetServiceInfo(v []*CreateClusterV2RequestServiceInfo) *CreateClusterV2Request
func (*CreateClusterV2Request) SetTag ¶
func (s *CreateClusterV2Request) SetTag(v []*CreateClusterV2RequestTag) *CreateClusterV2Request
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 (s *CreateClusterV2Request) SetUserInfo(v []*CreateClusterV2RequestUserInfo) *CreateClusterV2Request
func (*CreateClusterV2Request) SetVSwitchId ¶
func (s *CreateClusterV2Request) SetVSwitchId(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetVpcId ¶
func (s *CreateClusterV2Request) SetVpcId(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetWhiteListType ¶
func (s *CreateClusterV2Request) SetWhiteListType(v string) *CreateClusterV2Request
func (*CreateClusterV2Request) SetZoneId ¶
func (s *CreateClusterV2Request) SetZoneId(v string) *CreateClusterV2Request
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 (s CreateClusterV2RequestBootstrapAction) GoString() string
func (*CreateClusterV2RequestBootstrapAction) SetArg ¶
func (s *CreateClusterV2RequestBootstrapAction) SetArg(v string) *CreateClusterV2RequestBootstrapAction
func (*CreateClusterV2RequestBootstrapAction) SetName ¶
func (s *CreateClusterV2RequestBootstrapAction) SetName(v string) *CreateClusterV2RequestBootstrapAction
func (*CreateClusterV2RequestBootstrapAction) SetPath ¶
func (s *CreateClusterV2RequestBootstrapAction) SetPath(v string) *CreateClusterV2RequestBootstrapAction
func (CreateClusterV2RequestBootstrapAction) String ¶
func (s CreateClusterV2RequestBootstrapAction) String() 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 (s *CreateClusterV2RequestConfig) SetConfigKey(v string) *CreateClusterV2RequestConfig
func (*CreateClusterV2RequestConfig) SetConfigValue ¶
func (s *CreateClusterV2RequestConfig) SetConfigValue(v string) *CreateClusterV2RequestConfig
func (*CreateClusterV2RequestConfig) SetEncrypt ¶
func (s *CreateClusterV2RequestConfig) SetEncrypt(v string) *CreateClusterV2RequestConfig
func (*CreateClusterV2RequestConfig) SetFileName ¶
func (s *CreateClusterV2RequestConfig) SetFileName(v string) *CreateClusterV2RequestConfig
func (*CreateClusterV2RequestConfig) SetReplace ¶
func (s *CreateClusterV2RequestConfig) SetReplace(v string) *CreateClusterV2RequestConfig
func (*CreateClusterV2RequestConfig) SetServiceName ¶
func (s *CreateClusterV2RequestConfig) SetServiceName(v string) *CreateClusterV2RequestConfig
func (CreateClusterV2RequestConfig) String ¶
func (s CreateClusterV2RequestConfig) String() 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 (s CreateClusterV2RequestHostComponentInfo) GoString() string
func (*CreateClusterV2RequestHostComponentInfo) SetComponentNameList ¶
func (s *CreateClusterV2RequestHostComponentInfo) SetComponentNameList(v []*string) *CreateClusterV2RequestHostComponentInfo
func (*CreateClusterV2RequestHostComponentInfo) SetHostName ¶
func (s *CreateClusterV2RequestHostComponentInfo) SetHostName(v string) *CreateClusterV2RequestHostComponentInfo
func (*CreateClusterV2RequestHostComponentInfo) SetServiceName ¶
func (s *CreateClusterV2RequestHostComponentInfo) SetServiceName(v string) *CreateClusterV2RequestHostComponentInfo
func (CreateClusterV2RequestHostComponentInfo) String ¶
func (s CreateClusterV2RequestHostComponentInfo) String() 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 (s CreateClusterV2RequestHostGroup) GoString() string
func (*CreateClusterV2RequestHostGroup) SetAutoRenew ¶
func (s *CreateClusterV2RequestHostGroup) SetAutoRenew(v bool) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetChargeType ¶
func (s *CreateClusterV2RequestHostGroup) SetChargeType(v string) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetClusterId ¶
func (s *CreateClusterV2RequestHostGroup) SetClusterId(v string) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetComment ¶
func (s *CreateClusterV2RequestHostGroup) SetComment(v string) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetCreateType ¶
func (s *CreateClusterV2RequestHostGroup) SetCreateType(v string) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetDiskCapacity ¶
func (s *CreateClusterV2RequestHostGroup) SetDiskCapacity(v int32) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetDiskCount ¶
func (s *CreateClusterV2RequestHostGroup) SetDiskCount(v int32) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetDiskType ¶
func (s *CreateClusterV2RequestHostGroup) SetDiskType(v string) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetGpuDriver ¶
func (s *CreateClusterV2RequestHostGroup) SetGpuDriver(v string) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetHostGroupId ¶
func (s *CreateClusterV2RequestHostGroup) SetHostGroupId(v string) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetHostGroupName ¶
func (s *CreateClusterV2RequestHostGroup) SetHostGroupName(v string) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetHostGroupType ¶
func (s *CreateClusterV2RequestHostGroup) SetHostGroupType(v string) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetInstanceType ¶
func (s *CreateClusterV2RequestHostGroup) SetInstanceType(v string) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetNodeCount ¶
func (s *CreateClusterV2RequestHostGroup) SetNodeCount(v int32) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetPeriod ¶
func (s *CreateClusterV2RequestHostGroup) SetPeriod(v int32) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetSysDiskCapacity ¶
func (s *CreateClusterV2RequestHostGroup) SetSysDiskCapacity(v int32) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetSysDiskType ¶
func (s *CreateClusterV2RequestHostGroup) SetSysDiskType(v string) *CreateClusterV2RequestHostGroup
func (*CreateClusterV2RequestHostGroup) SetVSwitchId ¶
func (s *CreateClusterV2RequestHostGroup) SetVSwitchId(v string) *CreateClusterV2RequestHostGroup
func (CreateClusterV2RequestHostGroup) String ¶
func (s CreateClusterV2RequestHostGroup) String() 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 (s CreateClusterV2RequestPromotionInfo) GoString() string
func (*CreateClusterV2RequestPromotionInfo) SetProductCode ¶
func (s *CreateClusterV2RequestPromotionInfo) SetProductCode(v string) *CreateClusterV2RequestPromotionInfo
func (*CreateClusterV2RequestPromotionInfo) SetPromotionOptionCode ¶
func (s *CreateClusterV2RequestPromotionInfo) SetPromotionOptionCode(v string) *CreateClusterV2RequestPromotionInfo
func (*CreateClusterV2RequestPromotionInfo) SetPromotionOptionNo ¶
func (s *CreateClusterV2RequestPromotionInfo) SetPromotionOptionNo(v string) *CreateClusterV2RequestPromotionInfo
func (CreateClusterV2RequestPromotionInfo) String ¶
func (s CreateClusterV2RequestPromotionInfo) String() 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 (s CreateClusterV2RequestServiceInfo) GoString() string
func (*CreateClusterV2RequestServiceInfo) SetServiceName ¶
func (s *CreateClusterV2RequestServiceInfo) SetServiceName(v string) *CreateClusterV2RequestServiceInfo
func (*CreateClusterV2RequestServiceInfo) SetServiceVersion ¶
func (s *CreateClusterV2RequestServiceInfo) SetServiceVersion(v string) *CreateClusterV2RequestServiceInfo
func (CreateClusterV2RequestServiceInfo) String ¶
func (s CreateClusterV2RequestServiceInfo) String() 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 (s *CreateClusterV2RequestTag) SetKey(v string) *CreateClusterV2RequestTag
func (*CreateClusterV2RequestTag) SetValue ¶
func (s *CreateClusterV2RequestTag) SetValue(v string) *CreateClusterV2RequestTag
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 (s CreateClusterV2RequestUserInfo) GoString() string
func (*CreateClusterV2RequestUserInfo) SetPassword ¶
func (s *CreateClusterV2RequestUserInfo) SetPassword(v string) *CreateClusterV2RequestUserInfo
func (*CreateClusterV2RequestUserInfo) SetUserId ¶
func (s *CreateClusterV2RequestUserInfo) SetUserId(v string) *CreateClusterV2RequestUserInfo
func (*CreateClusterV2RequestUserInfo) SetUserName ¶
func (s *CreateClusterV2RequestUserInfo) SetUserName(v string) *CreateClusterV2RequestUserInfo
func (CreateClusterV2RequestUserInfo) String ¶
func (s CreateClusterV2RequestUserInfo) String() 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 (s *CreateClusterV2Response) SetBody(v *CreateClusterV2ResponseBody) *CreateClusterV2Response
func (*CreateClusterV2Response) SetHeaders ¶
func (s *CreateClusterV2Response) SetHeaders(v map[string]*string) *CreateClusterV2Response
func (*CreateClusterV2Response) SetStatusCode ¶ added in v1.0.22
func (s *CreateClusterV2Response) SetStatusCode(v int32) *CreateClusterV2Response
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 (s *CreateClusterV2ResponseBody) SetClusterId(v string) *CreateClusterV2ResponseBody
func (*CreateClusterV2ResponseBody) SetCoreOrderId ¶
func (s *CreateClusterV2ResponseBody) SetCoreOrderId(v string) *CreateClusterV2ResponseBody
func (*CreateClusterV2ResponseBody) SetEmrOrderId ¶
func (s *CreateClusterV2ResponseBody) SetEmrOrderId(v string) *CreateClusterV2ResponseBody
func (*CreateClusterV2ResponseBody) SetMasterOrderId ¶
func (s *CreateClusterV2ResponseBody) SetMasterOrderId(v string) *CreateClusterV2ResponseBody
func (*CreateClusterV2ResponseBody) SetRequestId ¶
func (s *CreateClusterV2ResponseBody) SetRequestId(v string) *CreateClusterV2ResponseBody
func (CreateClusterV2ResponseBody) String ¶
func (s CreateClusterV2ResponseBody) String() 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 (s *CreateFlowCategoryRequest) SetClientToken(v string) *CreateFlowCategoryRequest
func (*CreateFlowCategoryRequest) SetName ¶
func (s *CreateFlowCategoryRequest) SetName(v string) *CreateFlowCategoryRequest
func (*CreateFlowCategoryRequest) SetParentId ¶
func (s *CreateFlowCategoryRequest) SetParentId(v string) *CreateFlowCategoryRequest
func (*CreateFlowCategoryRequest) SetProjectId ¶
func (s *CreateFlowCategoryRequest) SetProjectId(v string) *CreateFlowCategoryRequest
func (*CreateFlowCategoryRequest) SetRegionId ¶
func (s *CreateFlowCategoryRequest) SetRegionId(v string) *CreateFlowCategoryRequest
func (*CreateFlowCategoryRequest) SetType ¶
func (s *CreateFlowCategoryRequest) SetType(v string) *CreateFlowCategoryRequest
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 (s *CreateFlowCategoryResponse) SetBody(v *CreateFlowCategoryResponseBody) *CreateFlowCategoryResponse
func (*CreateFlowCategoryResponse) SetHeaders ¶
func (s *CreateFlowCategoryResponse) SetHeaders(v map[string]*string) *CreateFlowCategoryResponse
func (*CreateFlowCategoryResponse) SetStatusCode ¶ added in v1.0.22
func (s *CreateFlowCategoryResponse) SetStatusCode(v int32) *CreateFlowCategoryResponse
func (CreateFlowCategoryResponse) String ¶
func (s CreateFlowCategoryResponse) String() 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 (s CreateFlowCategoryResponseBody) GoString() string
func (*CreateFlowCategoryResponseBody) SetId ¶
func (s *CreateFlowCategoryResponseBody) SetId(v string) *CreateFlowCategoryResponseBody
func (*CreateFlowCategoryResponseBody) SetRequestId ¶
func (s *CreateFlowCategoryResponseBody) SetRequestId(v string) *CreateFlowCategoryResponseBody
func (CreateFlowCategoryResponseBody) String ¶
func (s CreateFlowCategoryResponseBody) String() 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 (s *CreateFlowJobRequest) SetAdhoc(v bool) *CreateFlowJobRequest
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 (s *CreateFlowJobRequest) SetEnvConf(v string) *CreateFlowJobRequest
func (*CreateFlowJobRequest) SetFailAct ¶
func (s *CreateFlowJobRequest) SetFailAct(v string) *CreateFlowJobRequest
func (*CreateFlowJobRequest) SetMode ¶
func (s *CreateFlowJobRequest) SetMode(v string) *CreateFlowJobRequest
func (*CreateFlowJobRequest) SetMonitorConf ¶
func (s *CreateFlowJobRequest) SetMonitorConf(v string) *CreateFlowJobRequest
func (*CreateFlowJobRequest) SetName ¶
func (s *CreateFlowJobRequest) SetName(v string) *CreateFlowJobRequest
func (*CreateFlowJobRequest) SetParamConf ¶
func (s *CreateFlowJobRequest) SetParamConf(v string) *CreateFlowJobRequest
func (*CreateFlowJobRequest) SetParams ¶
func (s *CreateFlowJobRequest) SetParams(v string) *CreateFlowJobRequest
func (*CreateFlowJobRequest) SetParentCategory ¶
func (s *CreateFlowJobRequest) SetParentCategory(v string) *CreateFlowJobRequest
func (*CreateFlowJobRequest) SetProjectId ¶
func (s *CreateFlowJobRequest) SetProjectId(v string) *CreateFlowJobRequest
func (*CreateFlowJobRequest) SetRegionId ¶
func (s *CreateFlowJobRequest) SetRegionId(v string) *CreateFlowJobRequest
func (*CreateFlowJobRequest) SetResourceList ¶
func (s *CreateFlowJobRequest) SetResourceList(v []*CreateFlowJobRequestResourceList) *CreateFlowJobRequest
func (*CreateFlowJobRequest) SetRetryPolicy ¶
func (s *CreateFlowJobRequest) SetRetryPolicy(v string) *CreateFlowJobRequest
func (*CreateFlowJobRequest) SetRunConf ¶
func (s *CreateFlowJobRequest) SetRunConf(v string) *CreateFlowJobRequest
func (*CreateFlowJobRequest) SetType ¶
func (s *CreateFlowJobRequest) SetType(v string) *CreateFlowJobRequest
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 (s CreateFlowJobRequestResourceList) GoString() string
func (*CreateFlowJobRequestResourceList) SetAlias ¶
func (s *CreateFlowJobRequestResourceList) SetAlias(v string) *CreateFlowJobRequestResourceList
func (*CreateFlowJobRequestResourceList) SetPath ¶
func (s *CreateFlowJobRequestResourceList) SetPath(v string) *CreateFlowJobRequestResourceList
func (CreateFlowJobRequestResourceList) String ¶
func (s CreateFlowJobRequestResourceList) String() 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 (s *CreateFlowJobResponse) SetBody(v *CreateFlowJobResponseBody) *CreateFlowJobResponse
func (*CreateFlowJobResponse) SetHeaders ¶
func (s *CreateFlowJobResponse) SetHeaders(v map[string]*string) *CreateFlowJobResponse
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 (s *CreateFlowJobResponseBody) SetId(v string) *CreateFlowJobResponseBody
func (*CreateFlowJobResponseBody) SetRequestId ¶
func (s *CreateFlowJobResponseBody) SetRequestId(v string) *CreateFlowJobResponseBody
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 (s *CreateFlowProjectRequest) SetClientToken(v string) *CreateFlowProjectRequest
func (*CreateFlowProjectRequest) SetDescription ¶
func (s *CreateFlowProjectRequest) SetDescription(v string) *CreateFlowProjectRequest
func (*CreateFlowProjectRequest) SetName ¶
func (s *CreateFlowProjectRequest) SetName(v string) *CreateFlowProjectRequest
func (*CreateFlowProjectRequest) SetProductType ¶
func (s *CreateFlowProjectRequest) SetProductType(v string) *CreateFlowProjectRequest
func (*CreateFlowProjectRequest) SetRegionId ¶
func (s *CreateFlowProjectRequest) SetRegionId(v string) *CreateFlowProjectRequest
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 (s *CreateFlowProjectResponse) SetBody(v *CreateFlowProjectResponseBody) *CreateFlowProjectResponse
func (*CreateFlowProjectResponse) SetHeaders ¶
func (s *CreateFlowProjectResponse) SetHeaders(v map[string]*string) *CreateFlowProjectResponse
func (*CreateFlowProjectResponse) SetStatusCode ¶ added in v1.0.22
func (s *CreateFlowProjectResponse) SetStatusCode(v int32) *CreateFlowProjectResponse
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 (s CreateFlowProjectResponseBody) GoString() string
func (*CreateFlowProjectResponseBody) SetId ¶
func (s *CreateFlowProjectResponseBody) SetId(v string) *CreateFlowProjectResponseBody
func (*CreateFlowProjectResponseBody) SetRequestId ¶
func (s *CreateFlowProjectResponseBody) SetRequestId(v string) *CreateFlowProjectResponseBody
func (CreateFlowProjectResponseBody) String ¶
func (s CreateFlowProjectResponseBody) String() 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 (s *CreateFlowProjectUserRequest) SetClientToken(v string) *CreateFlowProjectUserRequest
func (*CreateFlowProjectUserRequest) SetProjectId ¶
func (s *CreateFlowProjectUserRequest) SetProjectId(v string) *CreateFlowProjectUserRequest
func (*CreateFlowProjectUserRequest) SetRegionId ¶
func (s *CreateFlowProjectUserRequest) SetRegionId(v string) *CreateFlowProjectUserRequest
func (*CreateFlowProjectUserRequest) SetUser ¶
func (s *CreateFlowProjectUserRequest) SetUser(v []*CreateFlowProjectUserRequestUser) *CreateFlowProjectUserRequest
func (CreateFlowProjectUserRequest) String ¶
func (s CreateFlowProjectUserRequest) String() 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 (s CreateFlowProjectUserRequestUser) GoString() string
func (*CreateFlowProjectUserRequestUser) SetUserId ¶
func (s *CreateFlowProjectUserRequestUser) SetUserId(v string) *CreateFlowProjectUserRequestUser
func (*CreateFlowProjectUserRequestUser) SetUserName ¶
func (s *CreateFlowProjectUserRequestUser) SetUserName(v string) *CreateFlowProjectUserRequestUser
func (CreateFlowProjectUserRequestUser) String ¶
func (s CreateFlowProjectUserRequestUser) String() 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 (s CreateFlowProjectUserResponse) GoString() string
func (*CreateFlowProjectUserResponse) SetBody ¶
func (s *CreateFlowProjectUserResponse) SetBody(v *CreateFlowProjectUserResponseBody) *CreateFlowProjectUserResponse
func (*CreateFlowProjectUserResponse) SetHeaders ¶
func (s *CreateFlowProjectUserResponse) SetHeaders(v map[string]*string) *CreateFlowProjectUserResponse
func (*CreateFlowProjectUserResponse) SetStatusCode ¶ added in v1.0.22
func (s *CreateFlowProjectUserResponse) SetStatusCode(v int32) *CreateFlowProjectUserResponse
func (CreateFlowProjectUserResponse) String ¶
func (s CreateFlowProjectUserResponse) String() 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 (s CreateFlowProjectUserResponseBody) GoString() string
func (*CreateFlowProjectUserResponseBody) SetData ¶
func (s *CreateFlowProjectUserResponseBody) SetData(v bool) *CreateFlowProjectUserResponseBody
func (*CreateFlowProjectUserResponseBody) SetRequestId ¶
func (s *CreateFlowProjectUserResponseBody) SetRequestId(v string) *CreateFlowProjectUserResponseBody
func (CreateFlowProjectUserResponseBody) String ¶
func (s CreateFlowProjectUserResponseBody) String() 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 (s *CreateFlowRequest) SetName(v string) *CreateFlowRequest
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 (s *CreateFlowResponse) SetBody(v *CreateFlowResponseBody) *CreateFlowResponse
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 (s *CreateFlowResponseBody) SetId(v string) *CreateFlowResponseBody
func (*CreateFlowResponseBody) SetRequestId ¶
func (s *CreateFlowResponseBody) SetRequestId(v string) *CreateFlowResponseBody
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 (s *DeleteFlowCategoryRequest) SetId(v string) *DeleteFlowCategoryRequest
func (*DeleteFlowCategoryRequest) SetProjectId ¶
func (s *DeleteFlowCategoryRequest) SetProjectId(v string) *DeleteFlowCategoryRequest
func (*DeleteFlowCategoryRequest) SetRegionId ¶
func (s *DeleteFlowCategoryRequest) SetRegionId(v string) *DeleteFlowCategoryRequest
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 (s *DeleteFlowCategoryResponse) SetBody(v *DeleteFlowCategoryResponseBody) *DeleteFlowCategoryResponse
func (*DeleteFlowCategoryResponse) SetHeaders ¶
func (s *DeleteFlowCategoryResponse) SetHeaders(v map[string]*string) *DeleteFlowCategoryResponse
func (*DeleteFlowCategoryResponse) SetStatusCode ¶ added in v1.0.22
func (s *DeleteFlowCategoryResponse) SetStatusCode(v int32) *DeleteFlowCategoryResponse
func (DeleteFlowCategoryResponse) String ¶
func (s DeleteFlowCategoryResponse) String() 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 (s DeleteFlowCategoryResponseBody) GoString() string
func (*DeleteFlowCategoryResponseBody) SetData ¶
func (s *DeleteFlowCategoryResponseBody) SetData(v bool) *DeleteFlowCategoryResponseBody
func (*DeleteFlowCategoryResponseBody) SetRequestId ¶
func (s *DeleteFlowCategoryResponseBody) SetRequestId(v string) *DeleteFlowCategoryResponseBody
func (DeleteFlowCategoryResponseBody) String ¶
func (s DeleteFlowCategoryResponseBody) String() 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 (s *DeleteFlowProjectRequest) SetProjectId(v string) *DeleteFlowProjectRequest
func (*DeleteFlowProjectRequest) SetRegionId ¶
func (s *DeleteFlowProjectRequest) SetRegionId(v string) *DeleteFlowProjectRequest
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 (s *DeleteFlowProjectResponse) SetBody(v *DeleteFlowProjectResponseBody) *DeleteFlowProjectResponse
func (*DeleteFlowProjectResponse) SetHeaders ¶
func (s *DeleteFlowProjectResponse) SetHeaders(v map[string]*string) *DeleteFlowProjectResponse
func (*DeleteFlowProjectResponse) SetStatusCode ¶ added in v1.0.22
func (s *DeleteFlowProjectResponse) SetStatusCode(v int32) *DeleteFlowProjectResponse
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 (s DeleteFlowProjectResponseBody) GoString() string
func (*DeleteFlowProjectResponseBody) SetData ¶
func (s *DeleteFlowProjectResponseBody) SetData(v bool) *DeleteFlowProjectResponseBody
func (*DeleteFlowProjectResponseBody) SetRequestId ¶
func (s *DeleteFlowProjectResponseBody) SetRequestId(v string) *DeleteFlowProjectResponseBody
func (DeleteFlowProjectResponseBody) String ¶
func (s DeleteFlowProjectResponseBody) String() 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 (s *DeleteFlowProjectUserRequest) SetProjectId(v string) *DeleteFlowProjectUserRequest
func (*DeleteFlowProjectUserRequest) SetRegionId ¶
func (s *DeleteFlowProjectUserRequest) SetRegionId(v string) *DeleteFlowProjectUserRequest
func (*DeleteFlowProjectUserRequest) SetUserName ¶
func (s *DeleteFlowProjectUserRequest) SetUserName(v string) *DeleteFlowProjectUserRequest
func (DeleteFlowProjectUserRequest) String ¶
func (s DeleteFlowProjectUserRequest) String() 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 (s DeleteFlowProjectUserResponse) GoString() string
func (*DeleteFlowProjectUserResponse) SetBody ¶
func (s *DeleteFlowProjectUserResponse) SetBody(v *DeleteFlowProjectUserResponseBody) *DeleteFlowProjectUserResponse
func (*DeleteFlowProjectUserResponse) SetHeaders ¶
func (s *DeleteFlowProjectUserResponse) SetHeaders(v map[string]*string) *DeleteFlowProjectUserResponse
func (*DeleteFlowProjectUserResponse) SetStatusCode ¶ added in v1.0.22
func (s *DeleteFlowProjectUserResponse) SetStatusCode(v int32) *DeleteFlowProjectUserResponse
func (DeleteFlowProjectUserResponse) String ¶
func (s DeleteFlowProjectUserResponse) String() 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 (s DeleteFlowProjectUserResponseBody) GoString() string
func (*DeleteFlowProjectUserResponseBody) SetData ¶
func (s *DeleteFlowProjectUserResponseBody) SetData(v bool) *DeleteFlowProjectUserResponseBody
func (*DeleteFlowProjectUserResponseBody) SetRequestId ¶
func (s *DeleteFlowProjectUserResponseBody) SetRequestId(v string) *DeleteFlowProjectUserResponseBody
func (DeleteFlowProjectUserResponseBody) String ¶
func (s DeleteFlowProjectUserResponseBody) String() 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 (s *DeleteFlowRequest) SetId(v string) *DeleteFlowRequest
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 (s *DeleteFlowResponse) SetBody(v *DeleteFlowResponseBody) *DeleteFlowResponse
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 (s *DeleteFlowResponseBody) SetData(v bool) *DeleteFlowResponseBody
func (*DeleteFlowResponseBody) SetRequestId ¶
func (s *DeleteFlowResponseBody) SetRequestId(v string) *DeleteFlowResponseBody
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 (s *DescribeClusterV2Request) SetId(v string) *DescribeClusterV2Request
func (*DescribeClusterV2Request) SetRegionId ¶
func (s *DescribeClusterV2Request) SetRegionId(v string) *DescribeClusterV2Request
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 (s *DescribeClusterV2Response) SetBody(v *DescribeClusterV2ResponseBody) *DescribeClusterV2Response
func (*DescribeClusterV2Response) SetHeaders ¶
func (s *DescribeClusterV2Response) SetHeaders(v map[string]*string) *DescribeClusterV2Response
func (*DescribeClusterV2Response) SetStatusCode ¶ added in v1.0.22
func (s *DescribeClusterV2Response) SetStatusCode(v int32) *DescribeClusterV2Response
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 (s DescribeClusterV2ResponseBody) GoString() string
func (*DescribeClusterV2ResponseBody) SetClusterInfo ¶
func (s *DescribeClusterV2ResponseBody) SetClusterInfo(v *DescribeClusterV2ResponseBodyClusterInfo) *DescribeClusterV2ResponseBody
func (*DescribeClusterV2ResponseBody) SetRequestId ¶
func (s *DescribeClusterV2ResponseBody) SetRequestId(v string) *DescribeClusterV2ResponseBody
func (DescribeClusterV2ResponseBody) String ¶
func (s DescribeClusterV2ResponseBody) String() 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 (s DescribeClusterV2ResponseBodyClusterInfo) GoString() string
func (*DescribeClusterV2ResponseBodyClusterInfo) SetAccessInfo ¶
func (*DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingAllowed ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingAllowed(v bool) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingByLoadAllowed ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingByLoadAllowed(v bool) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingEnable ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingEnable(v bool) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingSpotWithLimitAllowed ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingSpotWithLimitAllowed(v bool) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingVersion ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingVersion(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingWithGraceAllowed ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetAutoScalingWithGraceAllowed(v bool) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetBootstrapActionList ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetBootstrapActionList(v *DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetBootstrapFailed ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetBootstrapFailed(v bool) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetChargeType ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetChargeType(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetConfigurations ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetConfigurations(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetCoreNodeInService ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetCoreNodeInService(v int32) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetCoreNodeTotal ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetCoreNodeTotal(v int32) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetCreateResource ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetCreateResource(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetCreateType ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetCreateType(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetDepositType ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetDepositType(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetEasEnable ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetEasEnable(v bool) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetExpiredTime ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetExpiredTime(v int64) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetExtraInfo ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetExtraInfo(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetFailReason ¶
func (*DescribeClusterV2ResponseBodyClusterInfo) SetGatewayClusterIds ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetGatewayClusterIds(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetGatewayClusterInfoList ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetGatewayClusterInfoList(v *DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetHighAvailabilityEnable ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetHighAvailabilityEnable(v bool) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetHostGroupList ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetHostGroupList(v *DescribeClusterV2ResponseBodyClusterInfoHostGroupList) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetHostPoolInfo ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetHostPoolInfo(v *DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetId ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetId(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetImageId ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetImageId(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetInstanceGeneration ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetInstanceGeneration(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetIoOptimized ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetIoOptimized(v bool) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetK8sClusterId ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetK8sClusterId(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetLocalMetaDb ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetLocalMetaDb(v bool) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetLogEnable ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetLogEnable(v bool) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetLogPath ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetLogPath(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetMachineType ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetMachineType(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetMasterNodeInService ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetMasterNodeInService(v int32) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetMasterNodeTotal ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetMasterNodeTotal(v int32) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetMetaStoreType ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetMetaStoreType(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetName ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetName(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetNetType ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetNetType(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetPeriod ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetPeriod(v int32) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetRegionId ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetRegionId(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetRelateClusterId ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetRelateClusterId(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetRelateClusterInfo ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetRelateClusterInfo(v *DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetResizeDiskEnable ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetResizeDiskEnable(v bool) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetRunningTime ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetRunningTime(v int32) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetSecurityGroupId ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetSecurityGroupId(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetSecurityGroupName ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetSecurityGroupName(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetShowSoftwareInterface ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetShowSoftwareInterface(v bool) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetSoftwareInfo ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetSoftwareInfo(v *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetStartTime ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetStartTime(v int64) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetStatus ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetStatus(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetStopTime ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetStopTime(v int64) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetTaskNodeInService ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetTaskNodeInService(v int32) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetTaskNodeTotal ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetTaskNodeTotal(v int32) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetUserDefinedEmrEcsRole ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetUserDefinedEmrEcsRole(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetUserId ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetUserId(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetVSwitchId ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetVSwitchId(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetVpcId ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetVpcId(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (*DescribeClusterV2ResponseBodyClusterInfo) SetZoneId ¶
func (s *DescribeClusterV2ResponseBodyClusterInfo) SetZoneId(v string) *DescribeClusterV2ResponseBodyClusterInfo
func (DescribeClusterV2ResponseBodyClusterInfo) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfo) String() string
type DescribeClusterV2ResponseBodyClusterInfoAccessInfo ¶
type DescribeClusterV2ResponseBodyClusterInfoAccessInfo struct {
ZKLinks *DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks `json:"ZKLinks,omitempty" xml:"ZKLinks,omitempty" type:"Struct"`
}
func (DescribeClusterV2ResponseBodyClusterInfoAccessInfo) GoString ¶
func (s DescribeClusterV2ResponseBodyClusterInfoAccessInfo) GoString() string
func (*DescribeClusterV2ResponseBodyClusterInfoAccessInfo) SetZKLinks ¶
func (DescribeClusterV2ResponseBodyClusterInfoAccessInfo) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfoAccessInfo) String() string
type DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks ¶
type DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks struct {
ZKLink []*DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink `json:"ZKLink,omitempty" xml:"ZKLink,omitempty" type:"Repeated"`
}
func (DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks) GoString ¶
func (s DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks) GoString() string
func (DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinks) String() string
type DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink ¶
type DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink struct { Link *string `json:"Link,omitempty" xml:"Link,omitempty"` Port *string `json:"Port,omitempty" xml:"Port,omitempty"` }
func (DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink) GoString ¶
func (s DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink) GoString() string
func (DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfoAccessInfoZKLinksZKLink) String() string
type DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList ¶
type DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList struct {
BootstrapAction []*DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction `json:"BootstrapAction,omitempty" xml:"BootstrapAction,omitempty" type:"Repeated"`
}
func (DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList) GoString ¶
func (s DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList) GoString() string
func (*DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList) SetBootstrapAction ¶
func (DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfoBootstrapActionList) String() 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 (s DescribeClusterV2ResponseBodyClusterInfoBootstrapActionListBootstrapAction) GoString() 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 (s DescribeClusterV2ResponseBodyClusterInfoFailReason) GoString() string
func (*DescribeClusterV2ResponseBodyClusterInfoFailReason) SetErrorCode ¶
func (s *DescribeClusterV2ResponseBodyClusterInfoFailReason) SetErrorCode(v string) *DescribeClusterV2ResponseBodyClusterInfoFailReason
func (*DescribeClusterV2ResponseBodyClusterInfoFailReason) SetErrorMsg ¶
func (s *DescribeClusterV2ResponseBodyClusterInfoFailReason) SetErrorMsg(v string) *DescribeClusterV2ResponseBodyClusterInfoFailReason
func (*DescribeClusterV2ResponseBodyClusterInfoFailReason) SetRequestId ¶
func (s *DescribeClusterV2ResponseBodyClusterInfoFailReason) SetRequestId(v string) *DescribeClusterV2ResponseBodyClusterInfoFailReason
func (DescribeClusterV2ResponseBodyClusterInfoFailReason) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfoFailReason) String() string
type DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList ¶
type DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList struct {
GatewayClusterInfo []*DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo `json:"GatewayClusterInfo,omitempty" xml:"GatewayClusterInfo,omitempty" type:"Repeated"`
}
func (DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList) GoString ¶
func (s DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList) GoString() string
func (*DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList) SetGatewayClusterInfo ¶
func (DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoList) String() 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) SetClusterId ¶
func (*DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo) SetClusterName ¶
func (*DescribeClusterV2ResponseBodyClusterInfoGatewayClusterInfoListGatewayClusterInfo) SetStatus ¶
type DescribeClusterV2ResponseBodyClusterInfoHostGroupList ¶
type DescribeClusterV2ResponseBodyClusterInfoHostGroupList struct {
HostGroup []*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup `json:"HostGroup,omitempty" xml:"HostGroup,omitempty" type:"Repeated"`
}
func (DescribeClusterV2ResponseBodyClusterInfoHostGroupList) GoString ¶
func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupList) GoString() string
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupList) SetHostGroup ¶
func (DescribeClusterV2ResponseBodyClusterInfoHostGroupList) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupList) String() 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 (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) GoString() string
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetBandWidth ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetChargeType ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetCpuCore ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetDiskCapacity ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetDiskCount ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetDiskType ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupChangeStatus ¶
func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupChangeStatus(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupChangeType ¶
func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupChangeType(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupId ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupName ¶
func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupName(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupSubType ¶
func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupSubType(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupType ¶
func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetHostGroupType(v string) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetInstanceType ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetLockReason ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetLockType ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetMemoryCapacity ¶
func (s *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetMemoryCapacity(v int32) *DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) SetNodeCount ¶
func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroup) String() string
type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes ¶
type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes struct {
Node []*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode `json:"Node,omitempty" xml:"Node,omitempty" type:"Repeated"`
}
func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes) GoString ¶
func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes) GoString() string
func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodes) String() 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 (s DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) GoString() string
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetCreateTime ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetDaemonInfos ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetDiskInfos ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetEmrExpiredTime ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetExpiredTime ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetInnerIp ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetInstanceId ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNode) SetSupportIpV6 ¶
type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfos ¶
type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfos struct {
DaemonInfo []*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfosDaemonInfo `json:"DaemonInfo,omitempty" xml:"DaemonInfo,omitempty" type:"Repeated"`
}
func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfos) GoString ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfos) SetDaemonInfo ¶
type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfosDaemonInfo ¶
type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfosDaemonInfo struct {
Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
}
func (DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfosDaemonInfo) GoString ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDaemonInfosDaemonInfo) SetName ¶
type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfos ¶
type DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfos struct {
DiskInfo []*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo `json:"DiskInfo,omitempty" xml:"DiskInfo,omitempty" type:"Repeated"`
}
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfos) SetDiskInfo ¶
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) SetDevice ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo) SetDiskId ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo) SetDiskName ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo) SetSize ¶
func (*DescribeClusterV2ResponseBodyClusterInfoHostGroupListHostGroupNodesNodeDiskInfosDiskInfo) SetType ¶
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 (s DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo) GoString() string
func (*DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo) SetHpBizId ¶
func (DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfoHostPoolInfo) String() 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 (s DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) GoString() string
func (*DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) SetClusterId ¶
func (*DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) SetClusterName ¶
func (s *DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) SetClusterName(v string) *DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo
func (DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfoRelateClusterInfo) String() 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 (s DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) GoString() string
func (*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) SetClusterType ¶
func (s *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) SetClusterType(v string) *DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo
func (*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) SetSoftwares ¶
func (DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfoSoftwareInfo) String() string
type DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares ¶
type DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares struct {
Software []*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware `json:"Software,omitempty" xml:"Software,omitempty" type:"Repeated"`
}
func (DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares) GoString ¶
func (s DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares) GoString() string
func (*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares) SetSoftware ¶
func (DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwares) String() 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 (s DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) GoString() string
func (*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) SetDisplayName ¶
func (*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) SetOnlyDisplay ¶
func (*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) SetStartTpe ¶
func (*DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) SetVersion ¶
func (DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) String ¶
func (s DescribeClusterV2ResponseBodyClusterInfoSoftwareInfoSoftwaresSoftware) String() 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 (s DescribeFlowCategoryTreeRequest) GoString() string
func (*DescribeFlowCategoryTreeRequest) SetCategoryId ¶ added in v1.0.9
func (s *DescribeFlowCategoryTreeRequest) SetCategoryId(v string) *DescribeFlowCategoryTreeRequest
func (*DescribeFlowCategoryTreeRequest) SetKeyword ¶ added in v1.0.9
func (s *DescribeFlowCategoryTreeRequest) SetKeyword(v string) *DescribeFlowCategoryTreeRequest
func (*DescribeFlowCategoryTreeRequest) SetMode ¶ added in v1.0.9
func (s *DescribeFlowCategoryTreeRequest) SetMode(v string) *DescribeFlowCategoryTreeRequest
func (*DescribeFlowCategoryTreeRequest) SetProjectId ¶ added in v1.0.9
func (s *DescribeFlowCategoryTreeRequest) SetProjectId(v string) *DescribeFlowCategoryTreeRequest
func (*DescribeFlowCategoryTreeRequest) SetRegionId ¶ added in v1.0.9
func (s *DescribeFlowCategoryTreeRequest) SetRegionId(v string) *DescribeFlowCategoryTreeRequest
func (*DescribeFlowCategoryTreeRequest) SetType ¶ added in v1.0.9
func (s *DescribeFlowCategoryTreeRequest) SetType(v string) *DescribeFlowCategoryTreeRequest
func (DescribeFlowCategoryTreeRequest) String ¶ added in v1.0.9
func (s DescribeFlowCategoryTreeRequest) String() string
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 (s DescribeFlowCategoryTreeResponse) GoString() string
func (*DescribeFlowCategoryTreeResponse) SetBody ¶ added in v1.0.9
func (s *DescribeFlowCategoryTreeResponse) SetBody(v *DescribeFlowCategoryTreeResponseBody) *DescribeFlowCategoryTreeResponse
func (*DescribeFlowCategoryTreeResponse) SetHeaders ¶ added in v1.0.9
func (s *DescribeFlowCategoryTreeResponse) SetHeaders(v map[string]*string) *DescribeFlowCategoryTreeResponse
func (*DescribeFlowCategoryTreeResponse) SetStatusCode ¶ added in v1.0.22
func (s *DescribeFlowCategoryTreeResponse) SetStatusCode(v int32) *DescribeFlowCategoryTreeResponse
func (DescribeFlowCategoryTreeResponse) String ¶ added in v1.0.9
func (s DescribeFlowCategoryTreeResponse) String() string
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 (s DescribeFlowCategoryTreeResponseBody) GoString() string
func (*DescribeFlowCategoryTreeResponseBody) SetData ¶ added in v1.0.9
func (s *DescribeFlowCategoryTreeResponseBody) SetData(v string) *DescribeFlowCategoryTreeResponseBody
func (*DescribeFlowCategoryTreeResponseBody) SetRequestId ¶ added in v1.0.9
func (s *DescribeFlowCategoryTreeResponseBody) SetRequestId(v string) *DescribeFlowCategoryTreeResponseBody
func (DescribeFlowCategoryTreeResponseBody) String ¶ added in v1.0.9
func (s DescribeFlowCategoryTreeResponseBody) String() string
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 (s *DescribeFlowJobRequest) SetId(v string) *DescribeFlowJobRequest
func (*DescribeFlowJobRequest) SetProjectId ¶
func (s *DescribeFlowJobRequest) SetProjectId(v string) *DescribeFlowJobRequest
func (*DescribeFlowJobRequest) SetRegionId ¶
func (s *DescribeFlowJobRequest) SetRegionId(v string) *DescribeFlowJobRequest
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 (s *DescribeFlowJobResponse) SetBody(v *DescribeFlowJobResponseBody) *DescribeFlowJobResponse
func (*DescribeFlowJobResponse) SetHeaders ¶
func (s *DescribeFlowJobResponse) SetHeaders(v map[string]*string) *DescribeFlowJobResponse
func (*DescribeFlowJobResponse) SetStatusCode ¶ added in v1.0.22
func (s *DescribeFlowJobResponse) SetStatusCode(v int32) *DescribeFlowJobResponse
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 (s *DescribeFlowJobResponseBody) SetAdhoc(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetAlertConf ¶
func (s *DescribeFlowJobResponseBody) SetAlertConf(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetCategoryId ¶
func (s *DescribeFlowJobResponseBody) SetCategoryId(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetCustomVariables ¶
func (s *DescribeFlowJobResponseBody) SetCustomVariables(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetDescription ¶
func (s *DescribeFlowJobResponseBody) SetDescription(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetEditLockDetail ¶
func (s *DescribeFlowJobResponseBody) SetEditLockDetail(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetEnvConf ¶
func (s *DescribeFlowJobResponseBody) SetEnvConf(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetFailAct ¶
func (s *DescribeFlowJobResponseBody) SetFailAct(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetGmtCreate ¶
func (s *DescribeFlowJobResponseBody) SetGmtCreate(v int64) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetGmtModified ¶
func (s *DescribeFlowJobResponseBody) SetGmtModified(v int64) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetId ¶
func (s *DescribeFlowJobResponseBody) SetId(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetKnoxPassword ¶
func (s *DescribeFlowJobResponseBody) SetKnoxPassword(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetKnoxUser ¶
func (s *DescribeFlowJobResponseBody) SetKnoxUser(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetLastInstanceId ¶
func (s *DescribeFlowJobResponseBody) SetLastInstanceId(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetMaxRetry ¶
func (s *DescribeFlowJobResponseBody) SetMaxRetry(v int32) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetMaxRunningTimeSec ¶
func (s *DescribeFlowJobResponseBody) SetMaxRunningTimeSec(v int64) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetMode ¶
func (s *DescribeFlowJobResponseBody) SetMode(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetMonitorConf ¶
func (s *DescribeFlowJobResponseBody) SetMonitorConf(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetName ¶
func (s *DescribeFlowJobResponseBody) SetName(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetParamConf ¶
func (s *DescribeFlowJobResponseBody) SetParamConf(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetParams ¶
func (s *DescribeFlowJobResponseBody) SetParams(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetRequestId ¶
func (s *DescribeFlowJobResponseBody) SetRequestId(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetResourceList ¶
func (s *DescribeFlowJobResponseBody) SetResourceList(v *DescribeFlowJobResponseBodyResourceList) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetRetryInterval ¶
func (s *DescribeFlowJobResponseBody) SetRetryInterval(v int64) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetRetryPolicy ¶
func (s *DescribeFlowJobResponseBody) SetRetryPolicy(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetRunConf ¶
func (s *DescribeFlowJobResponseBody) SetRunConf(v string) *DescribeFlowJobResponseBody
func (*DescribeFlowJobResponseBody) SetType ¶
func (s *DescribeFlowJobResponseBody) SetType(v string) *DescribeFlowJobResponseBody
func (DescribeFlowJobResponseBody) String ¶
func (s DescribeFlowJobResponseBody) String() string
type DescribeFlowJobResponseBodyResourceList ¶
type DescribeFlowJobResponseBodyResourceList struct {
Resource []*DescribeFlowJobResponseBodyResourceListResource `json:"Resource,omitempty" xml:"Resource,omitempty" type:"Repeated"`
}
func (DescribeFlowJobResponseBodyResourceList) GoString ¶
func (s DescribeFlowJobResponseBodyResourceList) GoString() string
func (*DescribeFlowJobResponseBodyResourceList) SetResource ¶
func (DescribeFlowJobResponseBodyResourceList) String ¶
func (s DescribeFlowJobResponseBodyResourceList) String() 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 (s DescribeFlowJobResponseBodyResourceListResource) GoString() string
func (*DescribeFlowJobResponseBodyResourceListResource) SetAlias ¶
func (s *DescribeFlowJobResponseBodyResourceListResource) SetAlias(v string) *DescribeFlowJobResponseBodyResourceListResource
func (DescribeFlowJobResponseBodyResourceListResource) String ¶
func (s DescribeFlowJobResponseBodyResourceListResource) String() 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 (s DescribeFlowNodeInstanceRequest) GoString() string
func (*DescribeFlowNodeInstanceRequest) SetId ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceRequest) SetId(v string) *DescribeFlowNodeInstanceRequest
func (*DescribeFlowNodeInstanceRequest) SetProjectId ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceRequest) SetProjectId(v string) *DescribeFlowNodeInstanceRequest
func (*DescribeFlowNodeInstanceRequest) SetRegionId ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceRequest) SetRegionId(v string) *DescribeFlowNodeInstanceRequest
func (DescribeFlowNodeInstanceRequest) String ¶ added in v1.0.10
func (s DescribeFlowNodeInstanceRequest) String() string
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 (s DescribeFlowNodeInstanceResponse) GoString() string
func (*DescribeFlowNodeInstanceResponse) SetBody ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponse) SetBody(v *DescribeFlowNodeInstanceResponseBody) *DescribeFlowNodeInstanceResponse
func (*DescribeFlowNodeInstanceResponse) SetHeaders ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponse) SetHeaders(v map[string]*string) *DescribeFlowNodeInstanceResponse
func (*DescribeFlowNodeInstanceResponse) SetStatusCode ¶ added in v1.0.22
func (s *DescribeFlowNodeInstanceResponse) SetStatusCode(v int32) *DescribeFlowNodeInstanceResponse
func (DescribeFlowNodeInstanceResponse) String ¶ added in v1.0.10
func (s DescribeFlowNodeInstanceResponse) String() string
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 (s DescribeFlowNodeInstanceResponseBody) GoString() string
func (*DescribeFlowNodeInstanceResponseBody) SetAdhoc ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetAdhoc(v bool) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetClusterId ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetClusterId(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetClusterName ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetClusterName(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetDuration ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetDuration(v int64) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetEndTime ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetEndTime(v int64) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetEnvConf ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetEnvConf(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetExternalChildIds ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetExternalChildIds(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetExternalId ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetExternalId(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetExternalInfo ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetExternalInfo(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetExternalStatus ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetExternalStatus(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetExternalSubId ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetExternalSubId(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetFailAct ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetFailAct(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetFlowId ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetFlowId(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetFlowInstanceId ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetFlowInstanceId(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetGmtCreate ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetGmtCreate(v int64) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetGmtModified ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetGmtModified(v int64) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetHostName ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetHostName(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetId ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetId(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetJobId ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetJobId(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetJobName ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetJobName(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetJobParams ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetJobParams(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetJobType ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetJobType(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetMaxRetry ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetMaxRetry(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetMode ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetMode(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetMonitorConf ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetMonitorConf(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetNodeName ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetNodeName(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetParamConf ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetParamConf(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetPending ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetPending(v bool) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetProjectId ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetProjectId(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetRequestId ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetRequestId(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetRetries ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetRetries(v int32) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetRetryInterval ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetRetryInterval(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetRetryPolicy ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetRetryPolicy(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetRunConf ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetRunConf(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetStartTime ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetStartTime(v int64) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetStatus ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetStatus(v string) *DescribeFlowNodeInstanceResponseBody
func (*DescribeFlowNodeInstanceResponseBody) SetType ¶ added in v1.0.10
func (s *DescribeFlowNodeInstanceResponseBody) SetType(v string) *DescribeFlowNodeInstanceResponseBody
func (DescribeFlowNodeInstanceResponseBody) String ¶ added in v1.0.10
func (s DescribeFlowNodeInstanceResponseBody) String() string
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 (s *DescribeFlowProjectRequest) SetProjectId(v string) *DescribeFlowProjectRequest
func (*DescribeFlowProjectRequest) SetRegionId ¶
func (s *DescribeFlowProjectRequest) SetRegionId(v string) *DescribeFlowProjectRequest
func (DescribeFlowProjectRequest) String ¶
func (s DescribeFlowProjectRequest) String() 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 (s *DescribeFlowProjectResponse) SetBody(v *DescribeFlowProjectResponseBody) *DescribeFlowProjectResponse
func (*DescribeFlowProjectResponse) SetHeaders ¶
func (s *DescribeFlowProjectResponse) SetHeaders(v map[string]*string) *DescribeFlowProjectResponse
func (*DescribeFlowProjectResponse) SetStatusCode ¶ added in v1.0.22
func (s *DescribeFlowProjectResponse) SetStatusCode(v int32) *DescribeFlowProjectResponse
func (DescribeFlowProjectResponse) String ¶
func (s DescribeFlowProjectResponse) String() 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 (s DescribeFlowProjectResponseBody) GoString() string
func (*DescribeFlowProjectResponseBody) SetDescription ¶
func (s *DescribeFlowProjectResponseBody) SetDescription(v string) *DescribeFlowProjectResponseBody
func (*DescribeFlowProjectResponseBody) SetGmtCreate ¶
func (s *DescribeFlowProjectResponseBody) SetGmtCreate(v int64) *DescribeFlowProjectResponseBody
func (*DescribeFlowProjectResponseBody) SetGmtModified ¶
func (s *DescribeFlowProjectResponseBody) SetGmtModified(v int64) *DescribeFlowProjectResponseBody
func (*DescribeFlowProjectResponseBody) SetId ¶
func (s *DescribeFlowProjectResponseBody) SetId(v string) *DescribeFlowProjectResponseBody
func (*DescribeFlowProjectResponseBody) SetName ¶
func (s *DescribeFlowProjectResponseBody) SetName(v string) *DescribeFlowProjectResponseBody
func (*DescribeFlowProjectResponseBody) SetRequestId ¶
func (s *DescribeFlowProjectResponseBody) SetRequestId(v string) *DescribeFlowProjectResponseBody
func (*DescribeFlowProjectResponseBody) SetUserId ¶
func (s *DescribeFlowProjectResponseBody) SetUserId(v string) *DescribeFlowProjectResponseBody
func (DescribeFlowProjectResponseBody) String ¶
func (s DescribeFlowProjectResponseBody) String() 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 (s *DescribeFlowRequest) SetId(v string) *DescribeFlowRequest
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 (s *DescribeFlowResponse) SetBody(v *DescribeFlowResponseBody) *DescribeFlowResponse
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 (s *DescribeFlowResponseBody) SetAlertConf(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetAlertDingDingGroupBizId ¶
func (s *DescribeFlowResponseBody) SetAlertDingDingGroupBizId(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetAlertUserGroupBizId ¶
func (s *DescribeFlowResponseBody) SetAlertUserGroupBizId(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetApplication ¶
func (s *DescribeFlowResponseBody) SetApplication(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetCategoryId ¶
func (s *DescribeFlowResponseBody) SetCategoryId(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetClusterId ¶
func (s *DescribeFlowResponseBody) SetClusterId(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetCreateCluster ¶
func (s *DescribeFlowResponseBody) SetCreateCluster(v bool) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetCronExpr ¶
func (s *DescribeFlowResponseBody) SetCronExpr(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetDescription ¶
func (s *DescribeFlowResponseBody) SetDescription(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetEditLockDetail ¶
func (s *DescribeFlowResponseBody) SetEditLockDetail(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetEndSchedule ¶
func (s *DescribeFlowResponseBody) SetEndSchedule(v int64) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetGmtCreate ¶
func (s *DescribeFlowResponseBody) SetGmtCreate(v int64) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetGmtModified ¶
func (s *DescribeFlowResponseBody) SetGmtModified(v int64) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetGraph ¶
func (s *DescribeFlowResponseBody) SetGraph(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetHostName ¶
func (s *DescribeFlowResponseBody) SetHostName(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetId ¶
func (s *DescribeFlowResponseBody) SetId(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetName ¶
func (s *DescribeFlowResponseBody) SetName(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetNamespace ¶
func (s *DescribeFlowResponseBody) SetNamespace(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetParentFlowList ¶
func (s *DescribeFlowResponseBody) SetParentFlowList(v *DescribeFlowResponseBodyParentFlowList) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetPeriodic ¶
func (s *DescribeFlowResponseBody) SetPeriodic(v bool) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetRequestId ¶
func (s *DescribeFlowResponseBody) SetRequestId(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetStartSchedule ¶
func (s *DescribeFlowResponseBody) SetStartSchedule(v int64) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetStatus ¶
func (s *DescribeFlowResponseBody) SetStatus(v string) *DescribeFlowResponseBody
func (*DescribeFlowResponseBody) SetType ¶
func (s *DescribeFlowResponseBody) SetType(v string) *DescribeFlowResponseBody
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 (s DescribeFlowResponseBodyParentFlowList) GoString() string
func (*DescribeFlowResponseBodyParentFlowList) SetParentFlow ¶
func (s *DescribeFlowResponseBodyParentFlowList) SetParentFlow(v []*DescribeFlowResponseBodyParentFlowListParentFlow) *DescribeFlowResponseBodyParentFlowList
func (DescribeFlowResponseBodyParentFlowList) String ¶
func (s DescribeFlowResponseBodyParentFlowList) String() 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 (s DescribeFlowResponseBodyParentFlowListParentFlow) GoString() string
func (*DescribeFlowResponseBodyParentFlowListParentFlow) SetParentFlowId ¶
func (s *DescribeFlowResponseBodyParentFlowListParentFlow) SetParentFlowId(v string) *DescribeFlowResponseBodyParentFlowListParentFlow
func (*DescribeFlowResponseBodyParentFlowListParentFlow) SetParentFlowName ¶
func (s *DescribeFlowResponseBodyParentFlowListParentFlow) SetParentFlowName(v string) *DescribeFlowResponseBodyParentFlowListParentFlow
func (*DescribeFlowResponseBodyParentFlowListParentFlow) SetProjectId ¶
func (s *DescribeFlowResponseBodyParentFlowListParentFlow) SetProjectId(v string) *DescribeFlowResponseBodyParentFlowListParentFlow
func (*DescribeFlowResponseBodyParentFlowListParentFlow) SetProjectName ¶
func (s *DescribeFlowResponseBodyParentFlowListParentFlow) SetProjectName(v string) *DescribeFlowResponseBodyParentFlowListParentFlow
func (DescribeFlowResponseBodyParentFlowListParentFlow) String ¶
func (s DescribeFlowResponseBodyParentFlowListParentFlow) String() 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 (s *KillFlowJobResponse) SetBody(v *KillFlowJobResponseBody) *KillFlowJobResponse
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 (s *KillFlowJobResponseBody) SetData(v bool) *KillFlowJobResponseBody
func (*KillFlowJobResponseBody) SetRequestId ¶
func (s *KillFlowJobResponseBody) SetRequestId(v string) *KillFlowJobResponseBody
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 (s *ListClustersRequest) SetName(v string) *ListClustersRequest
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 (s *ListClustersRequest) SetTag(v []*ListClustersRequestTag) *ListClustersRequest
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 (s *ListClustersRequestTag) SetKey(v string) *ListClustersRequestTag
func (*ListClustersRequestTag) SetValue ¶
func (s *ListClustersRequestTag) SetValue(v string) *ListClustersRequestTag
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 (s *ListClustersResponse) SetBody(v *ListClustersResponseBody) *ListClustersResponse
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 (s *ListClustersResponseBody) SetClusters(v *ListClustersResponseBodyClusters) *ListClustersResponseBody
func (*ListClustersResponseBody) SetPageNumber ¶
func (s *ListClustersResponseBody) SetPageNumber(v int32) *ListClustersResponseBody
func (*ListClustersResponseBody) SetPageSize ¶
func (s *ListClustersResponseBody) SetPageSize(v int32) *ListClustersResponseBody
func (*ListClustersResponseBody) SetRequestId ¶
func (s *ListClustersResponseBody) SetRequestId(v string) *ListClustersResponseBody
func (*ListClustersResponseBody) SetTotalCount ¶
func (s *ListClustersResponseBody) SetTotalCount(v int32) *ListClustersResponseBody
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 (s ListClustersResponseBodyClusters) GoString() string
func (*ListClustersResponseBodyClusters) SetClusterInfo ¶
func (s *ListClustersResponseBodyClusters) SetClusterInfo(v []*ListClustersResponseBodyClustersClusterInfo) *ListClustersResponseBodyClusters
func (ListClustersResponseBodyClusters) String ¶
func (s ListClustersResponseBodyClusters) String() 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 (s ListClustersResponseBodyClustersClusterInfo) GoString() string
func (*ListClustersResponseBodyClustersClusterInfo) SetChargeType ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetChargeType(v string) *ListClustersResponseBodyClustersClusterInfo
func (*ListClustersResponseBodyClustersClusterInfo) SetCreateResource ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetCreateResource(v string) *ListClustersResponseBodyClustersClusterInfo
func (*ListClustersResponseBodyClustersClusterInfo) SetCreateTime ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetCreateTime(v int64) *ListClustersResponseBodyClustersClusterInfo
func (*ListClustersResponseBodyClustersClusterInfo) SetDepositType ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetDepositType(v string) *ListClustersResponseBodyClustersClusterInfo
func (*ListClustersResponseBodyClustersClusterInfo) SetExpiredTime ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetExpiredTime(v int64) *ListClustersResponseBodyClustersClusterInfo
func (*ListClustersResponseBodyClustersClusterInfo) SetFailReason ¶
func (*ListClustersResponseBodyClustersClusterInfo) SetHasUncompletedOrder ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetHasUncompletedOrder(v bool) *ListClustersResponseBodyClustersClusterInfo
func (*ListClustersResponseBodyClustersClusterInfo) SetK8sClusterId ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetK8sClusterId(v string) *ListClustersResponseBodyClustersClusterInfo
func (*ListClustersResponseBodyClustersClusterInfo) SetMachineType ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetMachineType(v string) *ListClustersResponseBodyClustersClusterInfo
func (*ListClustersResponseBodyClustersClusterInfo) SetMetaStoreType ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetMetaStoreType(v string) *ListClustersResponseBodyClustersClusterInfo
func (*ListClustersResponseBodyClustersClusterInfo) SetName ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetName(v string) *ListClustersResponseBodyClustersClusterInfo
func (*ListClustersResponseBodyClustersClusterInfo) SetOrderList ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetOrderList(v string) *ListClustersResponseBodyClustersClusterInfo
func (*ListClustersResponseBodyClustersClusterInfo) SetOrderTaskInfo ¶
func (*ListClustersResponseBodyClustersClusterInfo) SetPeriod ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetPeriod(v int32) *ListClustersResponseBodyClustersClusterInfo
func (*ListClustersResponseBodyClustersClusterInfo) SetRunningTime ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetRunningTime(v int32) *ListClustersResponseBodyClustersClusterInfo
func (*ListClustersResponseBodyClustersClusterInfo) SetStatus ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetStatus(v string) *ListClustersResponseBodyClustersClusterInfo
func (*ListClustersResponseBodyClustersClusterInfo) SetType ¶
func (s *ListClustersResponseBodyClustersClusterInfo) SetType(v string) *ListClustersResponseBodyClustersClusterInfo
func (ListClustersResponseBodyClustersClusterInfo) String ¶
func (s ListClustersResponseBodyClustersClusterInfo) String() 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 (s ListClustersResponseBodyClustersClusterInfoFailReason) GoString() string
func (*ListClustersResponseBodyClustersClusterInfoFailReason) SetErrorCode ¶
func (s *ListClustersResponseBodyClustersClusterInfoFailReason) SetErrorCode(v string) *ListClustersResponseBodyClustersClusterInfoFailReason
func (*ListClustersResponseBodyClustersClusterInfoFailReason) SetErrorMsg ¶
func (s *ListClustersResponseBodyClustersClusterInfoFailReason) SetErrorMsg(v string) *ListClustersResponseBodyClustersClusterInfoFailReason
func (*ListClustersResponseBodyClustersClusterInfoFailReason) SetRequestId ¶
func (s *ListClustersResponseBodyClustersClusterInfoFailReason) SetRequestId(v string) *ListClustersResponseBodyClustersClusterInfoFailReason
func (ListClustersResponseBodyClustersClusterInfoFailReason) String ¶
func (s ListClustersResponseBodyClustersClusterInfoFailReason) String() 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 (s ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) GoString() string
func (*ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) SetCurrentCount ¶
func (s *ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) SetCurrentCount(v int32) *ListClustersResponseBodyClustersClusterInfoOrderTaskInfo
func (*ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) SetOrderIdList ¶
func (s *ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) SetOrderIdList(v string) *ListClustersResponseBodyClustersClusterInfoOrderTaskInfo
func (*ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) SetTargetCount ¶
func (s *ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) SetTargetCount(v int32) *ListClustersResponseBodyClustersClusterInfoOrderTaskInfo
func (ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) String ¶
func (s ListClustersResponseBodyClustersClusterInfoOrderTaskInfo) String() string
type ListClustersResponseBodyClustersClusterInfoTags ¶
type ListClustersResponseBodyClustersClusterInfoTags struct {
Tag []*ListClustersResponseBodyClustersClusterInfoTagsTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}
func (ListClustersResponseBodyClustersClusterInfoTags) GoString ¶
func (s ListClustersResponseBodyClustersClusterInfoTags) GoString() string
func (ListClustersResponseBodyClustersClusterInfoTags) String ¶
func (s ListClustersResponseBodyClustersClusterInfoTags) String() 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 (s ListClustersResponseBodyClustersClusterInfoTagsTag) GoString() string
func (*ListClustersResponseBodyClustersClusterInfoTagsTag) SetTagValue ¶
func (s *ListClustersResponseBodyClustersClusterInfoTagsTag) SetTagValue(v string) *ListClustersResponseBodyClustersClusterInfoTagsTag
func (ListClustersResponseBodyClustersClusterInfoTagsTag) String ¶
func (s ListClustersResponseBodyClustersClusterInfoTagsTag) String() 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 (s *ListFlowJobHistoryRequest) SetId(v string) *ListFlowJobHistoryRequest
func (*ListFlowJobHistoryRequest) SetInstanceId ¶ added in v1.0.9
func (s *ListFlowJobHistoryRequest) SetInstanceId(v string) *ListFlowJobHistoryRequest
func (*ListFlowJobHistoryRequest) SetJobType ¶ added in v1.0.9
func (s *ListFlowJobHistoryRequest) SetJobType(v string) *ListFlowJobHistoryRequest
func (*ListFlowJobHistoryRequest) SetPageNumber ¶ added in v1.0.9
func (s *ListFlowJobHistoryRequest) SetPageNumber(v int32) *ListFlowJobHistoryRequest
func (*ListFlowJobHistoryRequest) SetPageSize ¶ added in v1.0.9
func (s *ListFlowJobHistoryRequest) SetPageSize(v int32) *ListFlowJobHistoryRequest
func (*ListFlowJobHistoryRequest) SetProjectId ¶ added in v1.0.9
func (s *ListFlowJobHistoryRequest) SetProjectId(v string) *ListFlowJobHistoryRequest
func (*ListFlowJobHistoryRequest) SetRegionId ¶ added in v1.0.9
func (s *ListFlowJobHistoryRequest) SetRegionId(v string) *ListFlowJobHistoryRequest
func (*ListFlowJobHistoryRequest) SetStatusList ¶ added in v1.0.9
func (s *ListFlowJobHistoryRequest) SetStatusList(v []*string) *ListFlowJobHistoryRequest
func (*ListFlowJobHistoryRequest) SetTimeRange ¶ added in v1.0.9
func (s *ListFlowJobHistoryRequest) SetTimeRange(v string) *ListFlowJobHistoryRequest
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 (s *ListFlowJobHistoryResponse) SetBody(v *ListFlowJobHistoryResponseBody) *ListFlowJobHistoryResponse
func (*ListFlowJobHistoryResponse) SetHeaders ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponse) SetHeaders(v map[string]*string) *ListFlowJobHistoryResponse
func (*ListFlowJobHistoryResponse) SetStatusCode ¶ added in v1.0.22
func (s *ListFlowJobHistoryResponse) SetStatusCode(v int32) *ListFlowJobHistoryResponse
func (ListFlowJobHistoryResponse) String ¶ added in v1.0.9
func (s ListFlowJobHistoryResponse) String() string
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 (s ListFlowJobHistoryResponseBody) GoString() string
func (*ListFlowJobHistoryResponseBody) SetNodeInstances ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponseBody) SetNodeInstances(v *ListFlowJobHistoryResponseBodyNodeInstances) *ListFlowJobHistoryResponseBody
func (*ListFlowJobHistoryResponseBody) SetPageNumber ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponseBody) SetPageNumber(v int32) *ListFlowJobHistoryResponseBody
func (*ListFlowJobHistoryResponseBody) SetPageSize ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponseBody) SetPageSize(v int32) *ListFlowJobHistoryResponseBody
func (*ListFlowJobHistoryResponseBody) SetRequestId ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponseBody) SetRequestId(v string) *ListFlowJobHistoryResponseBody
func (*ListFlowJobHistoryResponseBody) SetTotal ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponseBody) SetTotal(v int32) *ListFlowJobHistoryResponseBody
func (ListFlowJobHistoryResponseBody) String ¶ added in v1.0.9
func (s ListFlowJobHistoryResponseBody) String() string
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 (s ListFlowJobHistoryResponseBodyNodeInstances) GoString() string
func (*ListFlowJobHistoryResponseBodyNodeInstances) SetNodeInstance ¶ added in v1.0.9
func (ListFlowJobHistoryResponseBodyNodeInstances) String ¶ added in v1.0.9
func (s ListFlowJobHistoryResponseBodyNodeInstances) String() string
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 (s ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) GoString() string
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetClusterId ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetClusterId(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
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 (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetExternalId(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetExternalInfo ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetExternalInfo(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetExternalStatus ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetExternalStatus(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetFailAct ¶ added in v1.0.9
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetGmtCreate ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetGmtCreate(v int64) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetGmtModified ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetGmtModified(v int64) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetHostName ¶ added in v1.0.9
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetJobName ¶ added in v1.0.9
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetJobParams ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetJobParams(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
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 (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetParamConf(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetPending ¶ added in v1.0.9
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetProjectId ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetProjectId(v string) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetRetries ¶ added in v1.0.9
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetRetryInterval ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetRetryInterval(v int64) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetRunConf ¶ added in v1.0.9
func (*ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetStartTime ¶ added in v1.0.9
func (s *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) SetStartTime(v int64) *ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance
func (ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) String ¶ added in v1.0.9
func (s ListFlowJobHistoryResponseBodyNodeInstancesNodeInstance) String() string
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 (s *ListFlowJobsRequest) SetAdhoc(v bool) *ListFlowJobsRequest
func (*ListFlowJobsRequest) SetExactName ¶
func (s *ListFlowJobsRequest) SetExactName(v string) *ListFlowJobsRequest
func (*ListFlowJobsRequest) SetId ¶
func (s *ListFlowJobsRequest) SetId(v string) *ListFlowJobsRequest
func (*ListFlowJobsRequest) SetName ¶
func (s *ListFlowJobsRequest) SetName(v string) *ListFlowJobsRequest
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 (s *ListFlowJobsRequest) SetType(v string) *ListFlowJobsRequest
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 (s *ListFlowJobsResponse) SetBody(v *ListFlowJobsResponseBody) *ListFlowJobsResponse
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 (s *ListFlowJobsResponseBody) SetJobList(v *ListFlowJobsResponseBodyJobList) *ListFlowJobsResponseBody
func (*ListFlowJobsResponseBody) SetPageNumber ¶
func (s *ListFlowJobsResponseBody) SetPageNumber(v int32) *ListFlowJobsResponseBody
func (*ListFlowJobsResponseBody) SetPageSize ¶
func (s *ListFlowJobsResponseBody) SetPageSize(v int32) *ListFlowJobsResponseBody
func (*ListFlowJobsResponseBody) SetRequestId ¶
func (s *ListFlowJobsResponseBody) SetRequestId(v string) *ListFlowJobsResponseBody
func (*ListFlowJobsResponseBody) SetTotal ¶
func (s *ListFlowJobsResponseBody) SetTotal(v int32) *ListFlowJobsResponseBody
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 (s ListFlowJobsResponseBodyJobList) GoString() string
func (*ListFlowJobsResponseBodyJobList) SetJob ¶
func (s *ListFlowJobsResponseBodyJobList) SetJob(v []*ListFlowJobsResponseBodyJobListJob) *ListFlowJobsResponseBodyJobList
func (ListFlowJobsResponseBodyJobList) String ¶
func (s ListFlowJobsResponseBodyJobList) String() 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 (s ListFlowJobsResponseBodyJobListJob) GoString() string
func (*ListFlowJobsResponseBodyJobListJob) SetAdhoc ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetAdhoc(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetAlertConf ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetAlertConf(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetCategoryId ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetCategoryId(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetCustomVariables ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetCustomVariables(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetDescription ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetDescription(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetEnvConf ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetEnvConf(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetFailAct ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetFailAct(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetGmtCreate ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetGmtCreate(v int64) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetGmtModified ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetGmtModified(v int64) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetId ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetId(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetLastInstanceDetail ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetLastInstanceDetail(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetMaxRetry ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetMaxRetry(v int32) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetMode ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetMode(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetMonitorConf ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetMonitorConf(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetName ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetName(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetParamConf ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetParamConf(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetParams ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetParams(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetResourceList ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetResourceList(v *ListFlowJobsResponseBodyJobListJobResourceList) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetRetryInterval ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetRetryInterval(v int64) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetRunConf ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetRunConf(v string) *ListFlowJobsResponseBodyJobListJob
func (*ListFlowJobsResponseBodyJobListJob) SetType ¶
func (s *ListFlowJobsResponseBodyJobListJob) SetType(v string) *ListFlowJobsResponseBodyJobListJob
func (ListFlowJobsResponseBodyJobListJob) String ¶
func (s ListFlowJobsResponseBodyJobListJob) String() string
type ListFlowJobsResponseBodyJobListJobResourceList ¶
type ListFlowJobsResponseBodyJobListJobResourceList struct {
Resource []*ListFlowJobsResponseBodyJobListJobResourceListResource `json:"Resource,omitempty" xml:"Resource,omitempty" type:"Repeated"`
}
func (ListFlowJobsResponseBodyJobListJobResourceList) GoString ¶
func (s ListFlowJobsResponseBodyJobListJobResourceList) GoString() string
func (*ListFlowJobsResponseBodyJobListJobResourceList) SetResource ¶
func (ListFlowJobsResponseBodyJobListJobResourceList) String ¶
func (s ListFlowJobsResponseBodyJobListJobResourceList) String() 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 (s ListFlowJobsResponseBodyJobListJobResourceListResource) GoString() string
func (ListFlowJobsResponseBodyJobListJobResourceListResource) String ¶
func (s ListFlowJobsResponseBodyJobListJobResourceListResource) String() 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 (s *ListFlowProjectUserRequest) SetPageNumber(v int32) *ListFlowProjectUserRequest
func (*ListFlowProjectUserRequest) SetPageSize ¶
func (s *ListFlowProjectUserRequest) SetPageSize(v int32) *ListFlowProjectUserRequest
func (*ListFlowProjectUserRequest) SetProjectId ¶
func (s *ListFlowProjectUserRequest) SetProjectId(v string) *ListFlowProjectUserRequest
func (*ListFlowProjectUserRequest) SetRegionId ¶
func (s *ListFlowProjectUserRequest) SetRegionId(v string) *ListFlowProjectUserRequest
func (ListFlowProjectUserRequest) String ¶
func (s ListFlowProjectUserRequest) String() 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 (s *ListFlowProjectUserResponse) SetBody(v *ListFlowProjectUserResponseBody) *ListFlowProjectUserResponse
func (*ListFlowProjectUserResponse) SetHeaders ¶
func (s *ListFlowProjectUserResponse) SetHeaders(v map[string]*string) *ListFlowProjectUserResponse
func (*ListFlowProjectUserResponse) SetStatusCode ¶ added in v1.0.22
func (s *ListFlowProjectUserResponse) SetStatusCode(v int32) *ListFlowProjectUserResponse
func (ListFlowProjectUserResponse) String ¶
func (s ListFlowProjectUserResponse) String() 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 (s ListFlowProjectUserResponseBody) GoString() string
func (*ListFlowProjectUserResponseBody) SetPageNumber ¶
func (s *ListFlowProjectUserResponseBody) SetPageNumber(v int32) *ListFlowProjectUserResponseBody
func (*ListFlowProjectUserResponseBody) SetPageSize ¶
func (s *ListFlowProjectUserResponseBody) SetPageSize(v int32) *ListFlowProjectUserResponseBody
func (*ListFlowProjectUserResponseBody) SetRequestId ¶
func (s *ListFlowProjectUserResponseBody) SetRequestId(v string) *ListFlowProjectUserResponseBody
func (*ListFlowProjectUserResponseBody) SetTotal ¶
func (s *ListFlowProjectUserResponseBody) SetTotal(v int32) *ListFlowProjectUserResponseBody
func (*ListFlowProjectUserResponseBody) SetUsers ¶
func (s *ListFlowProjectUserResponseBody) SetUsers(v *ListFlowProjectUserResponseBodyUsers) *ListFlowProjectUserResponseBody
func (ListFlowProjectUserResponseBody) String ¶
func (s ListFlowProjectUserResponseBody) String() string
type ListFlowProjectUserResponseBodyUsers ¶
type ListFlowProjectUserResponseBodyUsers struct {
User []*ListFlowProjectUserResponseBodyUsersUser `json:"User,omitempty" xml:"User,omitempty" type:"Repeated"`
}
func (ListFlowProjectUserResponseBodyUsers) GoString ¶
func (s ListFlowProjectUserResponseBodyUsers) GoString() string
func (ListFlowProjectUserResponseBodyUsers) String ¶
func (s ListFlowProjectUserResponseBodyUsers) String() 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 (s ListFlowProjectUserResponseBodyUsersUser) GoString() string
func (*ListFlowProjectUserResponseBodyUsersUser) SetAccountUserId ¶
func (s *ListFlowProjectUserResponseBodyUsersUser) SetAccountUserId(v string) *ListFlowProjectUserResponseBodyUsersUser
func (*ListFlowProjectUserResponseBodyUsersUser) SetGmtCreate ¶
func (s *ListFlowProjectUserResponseBodyUsersUser) SetGmtCreate(v int64) *ListFlowProjectUserResponseBodyUsersUser
func (*ListFlowProjectUserResponseBodyUsersUser) SetGmtModified ¶
func (s *ListFlowProjectUserResponseBodyUsersUser) SetGmtModified(v int64) *ListFlowProjectUserResponseBodyUsersUser
func (*ListFlowProjectUserResponseBodyUsersUser) SetOwnerId ¶
func (s *ListFlowProjectUserResponseBodyUsersUser) SetOwnerId(v string) *ListFlowProjectUserResponseBodyUsersUser
func (*ListFlowProjectUserResponseBodyUsersUser) SetProjectId ¶
func (s *ListFlowProjectUserResponseBodyUsersUser) SetProjectId(v string) *ListFlowProjectUserResponseBodyUsersUser
func (*ListFlowProjectUserResponseBodyUsersUser) SetUserName ¶
func (s *ListFlowProjectUserResponseBodyUsersUser) SetUserName(v string) *ListFlowProjectUserResponseBodyUsersUser
func (ListFlowProjectUserResponseBodyUsersUser) String ¶
func (s ListFlowProjectUserResponseBodyUsersUser) String() 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 (s *ListFlowProjectsRequest) SetName(v string) *ListFlowProjectsRequest
func (*ListFlowProjectsRequest) SetPageNumber ¶
func (s *ListFlowProjectsRequest) SetPageNumber(v int32) *ListFlowProjectsRequest
func (*ListFlowProjectsRequest) SetPageSize ¶
func (s *ListFlowProjectsRequest) SetPageSize(v int32) *ListFlowProjectsRequest
func (*ListFlowProjectsRequest) SetProductType ¶
func (s *ListFlowProjectsRequest) SetProductType(v string) *ListFlowProjectsRequest
func (*ListFlowProjectsRequest) SetProjectId ¶
func (s *ListFlowProjectsRequest) SetProjectId(v string) *ListFlowProjectsRequest
func (*ListFlowProjectsRequest) SetRegionId ¶
func (s *ListFlowProjectsRequest) SetRegionId(v string) *ListFlowProjectsRequest
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 (s *ListFlowProjectsResponse) SetBody(v *ListFlowProjectsResponseBody) *ListFlowProjectsResponse
func (*ListFlowProjectsResponse) SetHeaders ¶
func (s *ListFlowProjectsResponse) SetHeaders(v map[string]*string) *ListFlowProjectsResponse
func (*ListFlowProjectsResponse) SetStatusCode ¶ added in v1.0.22
func (s *ListFlowProjectsResponse) SetStatusCode(v int32) *ListFlowProjectsResponse
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 (s *ListFlowProjectsResponseBody) SetPageNumber(v int32) *ListFlowProjectsResponseBody
func (*ListFlowProjectsResponseBody) SetPageSize ¶
func (s *ListFlowProjectsResponseBody) SetPageSize(v int32) *ListFlowProjectsResponseBody
func (*ListFlowProjectsResponseBody) SetProjects ¶
func (s *ListFlowProjectsResponseBody) SetProjects(v *ListFlowProjectsResponseBodyProjects) *ListFlowProjectsResponseBody
func (*ListFlowProjectsResponseBody) SetRequestId ¶
func (s *ListFlowProjectsResponseBody) SetRequestId(v string) *ListFlowProjectsResponseBody
func (*ListFlowProjectsResponseBody) SetTotal ¶
func (s *ListFlowProjectsResponseBody) SetTotal(v int32) *ListFlowProjectsResponseBody
func (ListFlowProjectsResponseBody) String ¶
func (s ListFlowProjectsResponseBody) String() string
type ListFlowProjectsResponseBodyProjects ¶
type ListFlowProjectsResponseBodyProjects struct {
Project []*ListFlowProjectsResponseBodyProjectsProject `json:"Project,omitempty" xml:"Project,omitempty" type:"Repeated"`
}
func (ListFlowProjectsResponseBodyProjects) GoString ¶
func (s ListFlowProjectsResponseBodyProjects) GoString() string
func (*ListFlowProjectsResponseBodyProjects) SetProject ¶
func (s *ListFlowProjectsResponseBodyProjects) SetProject(v []*ListFlowProjectsResponseBodyProjectsProject) *ListFlowProjectsResponseBodyProjects
func (ListFlowProjectsResponseBodyProjects) String ¶
func (s ListFlowProjectsResponseBodyProjects) String() 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 (s ListFlowProjectsResponseBodyProjectsProject) GoString() string
func (*ListFlowProjectsResponseBodyProjectsProject) SetDescription ¶
func (s *ListFlowProjectsResponseBodyProjectsProject) SetDescription(v string) *ListFlowProjectsResponseBodyProjectsProject
func (*ListFlowProjectsResponseBodyProjectsProject) SetGmtCreate ¶
func (s *ListFlowProjectsResponseBodyProjectsProject) SetGmtCreate(v int64) *ListFlowProjectsResponseBodyProjectsProject
func (*ListFlowProjectsResponseBodyProjectsProject) SetGmtModified ¶
func (s *ListFlowProjectsResponseBodyProjectsProject) SetGmtModified(v int64) *ListFlowProjectsResponseBodyProjectsProject
func (*ListFlowProjectsResponseBodyProjectsProject) SetName ¶
func (s *ListFlowProjectsResponseBodyProjectsProject) SetName(v string) *ListFlowProjectsResponseBodyProjectsProject
func (*ListFlowProjectsResponseBodyProjectsProject) SetUserId ¶
func (s *ListFlowProjectsResponseBodyProjectsProject) SetUserId(v string) *ListFlowProjectsResponseBodyProjectsProject
func (ListFlowProjectsResponseBodyProjectsProject) String ¶
func (s ListFlowProjectsResponseBodyProjectsProject) String() 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 (s *ListFlowResponse) SetBody(v *ListFlowResponseBody) *ListFlowResponse
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 (s *ListFlowResponseBody) SetFlow(v *ListFlowResponseBodyFlow) *ListFlowResponseBody
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 (s *ListFlowResponseBody) SetTotal(v int32) *ListFlowResponseBody
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 (s *ListFlowResponseBodyFlow) SetFlow(v []*ListFlowResponseBodyFlowFlow) *ListFlowResponseBodyFlow
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 (s *ListFlowResponseBodyFlowFlow) SetAlertConf(v string) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetAlertDingDingGroupBizId ¶
func (s *ListFlowResponseBodyFlowFlow) SetAlertDingDingGroupBizId(v string) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetAlertUserGroupBizId ¶
func (s *ListFlowResponseBodyFlowFlow) SetAlertUserGroupBizId(v string) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetCategoryId ¶
func (s *ListFlowResponseBodyFlowFlow) SetCategoryId(v string) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetClusterId ¶
func (s *ListFlowResponseBodyFlowFlow) SetClusterId(v string) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetCreateCluster ¶
func (s *ListFlowResponseBodyFlowFlow) SetCreateCluster(v bool) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetCronExpr ¶
func (s *ListFlowResponseBodyFlowFlow) SetCronExpr(v string) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetDescription ¶
func (s *ListFlowResponseBodyFlowFlow) SetDescription(v string) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetEndSchedule ¶
func (s *ListFlowResponseBodyFlowFlow) SetEndSchedule(v int64) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetGmtCreate ¶
func (s *ListFlowResponseBodyFlowFlow) SetGmtCreate(v int64) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetGmtModified ¶
func (s *ListFlowResponseBodyFlowFlow) SetGmtModified(v int64) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetGraph ¶
func (s *ListFlowResponseBodyFlowFlow) SetGraph(v string) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetHostName ¶
func (s *ListFlowResponseBodyFlowFlow) SetHostName(v string) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetId ¶
func (s *ListFlowResponseBodyFlowFlow) SetId(v string) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetName ¶
func (s *ListFlowResponseBodyFlowFlow) SetName(v string) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetPeriodic ¶
func (s *ListFlowResponseBodyFlowFlow) SetPeriodic(v bool) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetProjectId ¶
func (s *ListFlowResponseBodyFlowFlow) SetProjectId(v string) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetStartSchedule ¶
func (s *ListFlowResponseBodyFlowFlow) SetStartSchedule(v int64) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetStatus ¶
func (s *ListFlowResponseBodyFlowFlow) SetStatus(v string) *ListFlowResponseBodyFlowFlow
func (*ListFlowResponseBodyFlowFlow) SetType ¶
func (s *ListFlowResponseBodyFlowFlow) SetType(v string) *ListFlowResponseBodyFlowFlow
func (ListFlowResponseBodyFlowFlow) String ¶
func (s ListFlowResponseBodyFlowFlow) String() 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 (s *ModifyFlowForWebRequest) SetAlertConf(v string) *ModifyFlowForWebRequest
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 (s *ModifyFlowForWebRequest) SetClusterId(v string) *ModifyFlowForWebRequest
func (*ModifyFlowForWebRequest) SetCreateCluster ¶ added in v1.1.1
func (s *ModifyFlowForWebRequest) SetCreateCluster(v bool) *ModifyFlowForWebRequest
func (*ModifyFlowForWebRequest) SetCronExpr ¶ added in v1.1.1
func (s *ModifyFlowForWebRequest) SetCronExpr(v string) *ModifyFlowForWebRequest
func (*ModifyFlowForWebRequest) SetDescription ¶ added in v1.1.1
func (s *ModifyFlowForWebRequest) SetDescription(v string) *ModifyFlowForWebRequest
func (*ModifyFlowForWebRequest) SetEndSchedule ¶ added in v1.1.1
func (s *ModifyFlowForWebRequest) SetEndSchedule(v int64) *ModifyFlowForWebRequest
func (*ModifyFlowForWebRequest) SetGraph ¶ added in v1.1.1
func (s *ModifyFlowForWebRequest) SetGraph(v string) *ModifyFlowForWebRequest
func (*ModifyFlowForWebRequest) SetHostName ¶ added in v1.1.1
func (s *ModifyFlowForWebRequest) SetHostName(v string) *ModifyFlowForWebRequest
func (*ModifyFlowForWebRequest) SetId ¶ added in v1.1.1
func (s *ModifyFlowForWebRequest) SetId(v string) *ModifyFlowForWebRequest
func (*ModifyFlowForWebRequest) SetName ¶ added in v1.1.1
func (s *ModifyFlowForWebRequest) SetName(v string) *ModifyFlowForWebRequest
func (*ModifyFlowForWebRequest) SetNamespace ¶ added in v1.1.1
func (s *ModifyFlowForWebRequest) SetNamespace(v string) *ModifyFlowForWebRequest
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 (s *ModifyFlowForWebRequest) SetPeriodic(v bool) *ModifyFlowForWebRequest
func (*ModifyFlowForWebRequest) SetProjectId ¶ added in v1.1.1
func (s *ModifyFlowForWebRequest) SetProjectId(v string) *ModifyFlowForWebRequest
func (*ModifyFlowForWebRequest) SetRegionId ¶ added in v1.1.1
func (s *ModifyFlowForWebRequest) SetRegionId(v string) *ModifyFlowForWebRequest
func (*ModifyFlowForWebRequest) SetStartSchedule ¶ added in v1.1.1
func (s *ModifyFlowForWebRequest) SetStartSchedule(v int64) *ModifyFlowForWebRequest
func (*ModifyFlowForWebRequest) SetStatus ¶ added in v1.1.1
func (s *ModifyFlowForWebRequest) SetStatus(v string) *ModifyFlowForWebRequest
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 (s *ModifyFlowForWebResponse) SetBody(v *ModifyFlowForWebResponseBody) *ModifyFlowForWebResponse
func (*ModifyFlowForWebResponse) SetHeaders ¶ added in v1.1.1
func (s *ModifyFlowForWebResponse) SetHeaders(v map[string]*string) *ModifyFlowForWebResponse
func (*ModifyFlowForWebResponse) SetStatusCode ¶ added in v1.1.1
func (s *ModifyFlowForWebResponse) SetStatusCode(v int32) *ModifyFlowForWebResponse
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 (s *ModifyFlowForWebResponseBody) SetData(v bool) *ModifyFlowForWebResponseBody
func (*ModifyFlowForWebResponseBody) SetRequestId ¶ added in v1.1.1
func (s *ModifyFlowForWebResponseBody) SetRequestId(v string) *ModifyFlowForWebResponseBody
func (ModifyFlowForWebResponseBody) String ¶ added in v1.1.1
func (s ModifyFlowForWebResponseBody) String() string
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 (s *ModifyFlowJobRequest) SetEnvConf(v string) *ModifyFlowJobRequest
func (*ModifyFlowJobRequest) SetFailAct ¶
func (s *ModifyFlowJobRequest) SetFailAct(v string) *ModifyFlowJobRequest
func (*ModifyFlowJobRequest) SetId ¶
func (s *ModifyFlowJobRequest) SetId(v string) *ModifyFlowJobRequest
func (*ModifyFlowJobRequest) SetKnoxPassword ¶
func (s *ModifyFlowJobRequest) SetKnoxPassword(v string) *ModifyFlowJobRequest
func (*ModifyFlowJobRequest) SetKnoxUser ¶
func (s *ModifyFlowJobRequest) SetKnoxUser(v string) *ModifyFlowJobRequest
func (*ModifyFlowJobRequest) SetMaxRetry ¶ added in v1.1.4
func (s *ModifyFlowJobRequest) SetMaxRetry(v int32) *ModifyFlowJobRequest
func (*ModifyFlowJobRequest) SetMode ¶
func (s *ModifyFlowJobRequest) SetMode(v string) *ModifyFlowJobRequest
func (*ModifyFlowJobRequest) SetMonitorConf ¶
func (s *ModifyFlowJobRequest) SetMonitorConf(v string) *ModifyFlowJobRequest
func (*ModifyFlowJobRequest) SetName ¶
func (s *ModifyFlowJobRequest) SetName(v string) *ModifyFlowJobRequest
func (*ModifyFlowJobRequest) SetParamConf ¶
func (s *ModifyFlowJobRequest) SetParamConf(v string) *ModifyFlowJobRequest
func (*ModifyFlowJobRequest) SetParams ¶
func (s *ModifyFlowJobRequest) SetParams(v string) *ModifyFlowJobRequest
func (*ModifyFlowJobRequest) SetProjectId ¶
func (s *ModifyFlowJobRequest) SetProjectId(v string) *ModifyFlowJobRequest
func (*ModifyFlowJobRequest) SetRegionId ¶
func (s *ModifyFlowJobRequest) SetRegionId(v string) *ModifyFlowJobRequest
func (*ModifyFlowJobRequest) SetResourceList ¶
func (s *ModifyFlowJobRequest) SetResourceList(v []*ModifyFlowJobRequestResourceList) *ModifyFlowJobRequest
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 (s *ModifyFlowJobRequest) SetRunConf(v string) *ModifyFlowJobRequest
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 (s ModifyFlowJobRequestResourceList) GoString() string
func (*ModifyFlowJobRequestResourceList) SetAlias ¶
func (s *ModifyFlowJobRequestResourceList) SetAlias(v string) *ModifyFlowJobRequestResourceList
func (*ModifyFlowJobRequestResourceList) SetPath ¶
func (s *ModifyFlowJobRequestResourceList) SetPath(v string) *ModifyFlowJobRequestResourceList
func (ModifyFlowJobRequestResourceList) String ¶
func (s ModifyFlowJobRequestResourceList) String() 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 (s *ModifyFlowJobResponse) SetBody(v *ModifyFlowJobResponseBody) *ModifyFlowJobResponse
func (*ModifyFlowJobResponse) SetHeaders ¶
func (s *ModifyFlowJobResponse) SetHeaders(v map[string]*string) *ModifyFlowJobResponse
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 (s *ModifyFlowJobResponseBody) SetData(v bool) *ModifyFlowJobResponseBody
func (*ModifyFlowJobResponseBody) SetRequestId ¶
func (s *ModifyFlowJobResponseBody) SetRequestId(v string) *ModifyFlowJobResponseBody
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 (s *ModifyFlowProjectRequest) SetDescription(v string) *ModifyFlowProjectRequest
func (*ModifyFlowProjectRequest) SetName ¶
func (s *ModifyFlowProjectRequest) SetName(v string) *ModifyFlowProjectRequest
func (*ModifyFlowProjectRequest) SetProjectId ¶
func (s *ModifyFlowProjectRequest) SetProjectId(v string) *ModifyFlowProjectRequest
func (*ModifyFlowProjectRequest) SetRegionId ¶
func (s *ModifyFlowProjectRequest) SetRegionId(v string) *ModifyFlowProjectRequest
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 (s *ModifyFlowProjectResponse) SetBody(v *ModifyFlowProjectResponseBody) *ModifyFlowProjectResponse
func (*ModifyFlowProjectResponse) SetHeaders ¶
func (s *ModifyFlowProjectResponse) SetHeaders(v map[string]*string) *ModifyFlowProjectResponse
func (*ModifyFlowProjectResponse) SetStatusCode ¶ added in v1.0.22
func (s *ModifyFlowProjectResponse) SetStatusCode(v int32) *ModifyFlowProjectResponse
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 (s ModifyFlowProjectResponseBody) GoString() string
func (*ModifyFlowProjectResponseBody) SetData ¶
func (s *ModifyFlowProjectResponseBody) SetData(v bool) *ModifyFlowProjectResponseBody
func (*ModifyFlowProjectResponseBody) SetRequestId ¶
func (s *ModifyFlowProjectResponseBody) SetRequestId(v string) *ModifyFlowProjectResponseBody
func (ModifyFlowProjectResponseBody) String ¶
func (s ModifyFlowProjectResponseBody) String() 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 (s *ReleaseClusterRequest) SetId(v string) *ReleaseClusterRequest
func (*ReleaseClusterRequest) SetRegionId ¶
func (s *ReleaseClusterRequest) SetRegionId(v string) *ReleaseClusterRequest
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 (s *ReleaseClusterResponse) SetBody(v *ReleaseClusterResponseBody) *ReleaseClusterResponse
func (*ReleaseClusterResponse) SetHeaders ¶
func (s *ReleaseClusterResponse) SetHeaders(v map[string]*string) *ReleaseClusterResponse
func (*ReleaseClusterResponse) SetStatusCode ¶ added in v1.0.22
func (s *ReleaseClusterResponse) SetStatusCode(v int32) *ReleaseClusterResponse
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 (s *ReleaseClusterResponseBody) SetRequestId(v string) *ReleaseClusterResponseBody
func (ReleaseClusterResponseBody) String ¶
func (s ReleaseClusterResponseBody) String() 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 (s *RerunFlowResponse) SetBody(v *RerunFlowResponseBody) *RerunFlowResponse
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 (s *RerunFlowResponseBody) SetData(v bool) *RerunFlowResponseBody
func (*RerunFlowResponseBody) SetRequestId ¶
func (s *RerunFlowResponseBody) SetRequestId(v string) *RerunFlowResponseBody
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 (s *ResumeFlowResponse) SetBody(v *ResumeFlowResponseBody) *ResumeFlowResponse
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 (s *ResumeFlowResponseBody) SetData(v bool) *ResumeFlowResponseBody
func (*ResumeFlowResponseBody) SetRequestId ¶
func (s *ResumeFlowResponseBody) SetRequestId(v string) *ResumeFlowResponseBody
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 (s *SubmitFlowJobRequest) SetConf(v string) *SubmitFlowJobRequest
func (*SubmitFlowJobRequest) SetHostName ¶
func (s *SubmitFlowJobRequest) SetHostName(v string) *SubmitFlowJobRequest
func (*SubmitFlowJobRequest) SetJobId ¶
func (s *SubmitFlowJobRequest) SetJobId(v string) *SubmitFlowJobRequest
func (*SubmitFlowJobRequest) SetProjectId ¶
func (s *SubmitFlowJobRequest) SetProjectId(v string) *SubmitFlowJobRequest
func (*SubmitFlowJobRequest) SetRegionId ¶
func (s *SubmitFlowJobRequest) SetRegionId(v string) *SubmitFlowJobRequest
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 (s *SubmitFlowJobResponse) SetBody(v *SubmitFlowJobResponseBody) *SubmitFlowJobResponse
func (*SubmitFlowJobResponse) SetHeaders ¶
func (s *SubmitFlowJobResponse) SetHeaders(v map[string]*string) *SubmitFlowJobResponse
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 (s *SubmitFlowJobResponseBody) SetId(v string) *SubmitFlowJobResponseBody
func (*SubmitFlowJobResponseBody) SetRequestId ¶
func (s *SubmitFlowJobResponseBody) SetRequestId(v string) *SubmitFlowJobResponseBody
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 (s *SubmitFlowRequest) SetConf(v string) *SubmitFlowRequest
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 (s *SubmitFlowResponse) SetBody(v *SubmitFlowResponseBody) *SubmitFlowResponse
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 (s *SubmitFlowResponseBody) SetData(v string) *SubmitFlowResponseBody
func (*SubmitFlowResponseBody) SetId ¶
func (s *SubmitFlowResponseBody) SetId(v string) *SubmitFlowResponseBody
func (*SubmitFlowResponseBody) SetInstanceId ¶
func (s *SubmitFlowResponseBody) SetInstanceId(v string) *SubmitFlowResponseBody
func (*SubmitFlowResponseBody) SetRequestId ¶
func (s *SubmitFlowResponseBody) SetRequestId(v string) *SubmitFlowResponseBody
func (SubmitFlowResponseBody) String ¶
func (s SubmitFlowResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.