@alicloud/ehpcinstant20230701 2.0.1 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +45 -3395
- package/dist/client.js +45 -3892
- package/dist/client.js.map +1 -1
- package/dist/models/AddImageRequest.d.ts +32 -0
- package/dist/models/AddImageRequest.js +76 -0
- package/dist/models/AddImageRequest.js.map +1 -0
- package/dist/models/AddImageRequestContainerImageSpec.d.ts +35 -0
- package/dist/models/AddImageRequestContainerImageSpec.js +70 -0
- package/dist/models/AddImageRequestContainerImageSpec.js.map +1 -0
- package/dist/models/AddImageRequestContainerImageSpecRegistryCredential.d.ts +30 -0
- package/dist/models/AddImageRequestContainerImageSpecRegistryCredential.js +64 -0
- package/dist/models/AddImageRequestContainerImageSpecRegistryCredential.js.map +1 -0
- package/dist/models/AddImageRequestVmimageSpec.d.ts +18 -0
- package/dist/models/AddImageRequestVmimageSpec.js +58 -0
- package/dist/models/AddImageRequestVmimageSpec.js.map +1 -0
- package/dist/models/AddImageResponse.d.ts +19 -0
- package/dist/models/AddImageResponse.js +69 -0
- package/dist/models/AddImageResponse.js.map +1 -0
- package/dist/models/AddImageResponseBody.d.ts +28 -0
- package/dist/models/AddImageResponseBody.js +62 -0
- package/dist/models/AddImageResponseBody.js.map +1 -0
- package/dist/models/AddImageShrinkRequest.d.ts +30 -0
- package/dist/models/AddImageShrinkRequest.js +68 -0
- package/dist/models/AddImageShrinkRequest.js.map +1 -0
- package/dist/models/CreateJobRequest.d.ts +37 -0
- package/dist/models/CreateJobRequest.js +80 -0
- package/dist/models/CreateJobRequest.js.map +1 -0
- package/dist/models/CreateJobRequestDeploymentPolicy.d.ts +23 -0
- package/dist/models/CreateJobRequestDeploymentPolicy.js +72 -0
- package/dist/models/CreateJobRequestDeploymentPolicy.js.map +1 -0
- package/dist/models/CreateJobRequestDeploymentPolicyNetwork.d.ts +15 -0
- package/dist/models/CreateJobRequestDeploymentPolicyNetwork.js +63 -0
- package/dist/models/CreateJobRequestDeploymentPolicyNetwork.js.map +1 -0
- package/dist/models/CreateJobRequestDeploymentPolicyTag.d.ts +19 -0
- package/dist/models/CreateJobRequestDeploymentPolicyTag.js +60 -0
- package/dist/models/CreateJobRequestDeploymentPolicyTag.js.map +1 -0
- package/dist/models/CreateJobRequestSecurityPolicy.d.ts +15 -0
- package/dist/models/CreateJobRequestSecurityPolicy.js +62 -0
- package/dist/models/CreateJobRequestSecurityPolicy.js.map +1 -0
- package/dist/models/CreateJobRequestSecurityPolicySecurityGroup.d.ts +14 -0
- package/dist/models/CreateJobRequestSecurityPolicySecurityGroup.js +61 -0
- package/dist/models/CreateJobRequestSecurityPolicySecurityGroup.js.map +1 -0
- package/dist/models/CreateJobRequestTasks.d.ts +27 -0
- package/dist/models/CreateJobRequestTasks.js +72 -0
- package/dist/models/CreateJobRequestTasks.js.map +1 -0
- package/dist/models/CreateJobRequestTasksExecutorPolicy.d.ts +20 -0
- package/dist/models/CreateJobRequestTasksExecutorPolicy.js +64 -0
- package/dist/models/CreateJobRequestTasksExecutorPolicy.js.map +1 -0
- package/dist/models/CreateJobRequestTasksExecutorPolicyArraySpec.d.ts +28 -0
- package/dist/models/CreateJobRequestTasksExecutorPolicyArraySpec.js +62 -0
- package/dist/models/CreateJobRequestTasksExecutorPolicyArraySpec.js.map +1 -0
- package/dist/models/CreateJobRequestTasksTaskSpec.d.ts +23 -0
- package/dist/models/CreateJobRequestTasksTaskSpec.js +74 -0
- package/dist/models/CreateJobRequestTasksTaskSpec.js.map +1 -0
- package/dist/models/CreateJobRequestTasksTaskSpecResource.d.ts +25 -0
- package/dist/models/CreateJobRequestTasksTaskSpecResource.js +66 -0
- package/dist/models/CreateJobRequestTasksTaskSpecResource.js.map +1 -0
- package/dist/models/CreateJobRequestTasksTaskSpecResourceDisks.d.ts +23 -0
- package/dist/models/CreateJobRequestTasksTaskSpecResourceDisks.js +60 -0
- package/dist/models/CreateJobRequestTasksTaskSpecResourceDisks.js.map +1 -0
- package/dist/models/CreateJobRequestTasksTaskSpecTaskExecutor.d.ts +17 -0
- package/dist/models/CreateJobRequestTasksTaskSpecTaskExecutor.js +68 -0
- package/dist/models/CreateJobRequestTasksTaskSpecTaskExecutor.js.map +1 -0
- package/dist/models/CreateJobRequestTasksTaskSpecTaskExecutorContainer.d.ts +30 -0
- package/dist/models/CreateJobRequestTasksTaskSpecTaskExecutorContainer.js +73 -0
- package/dist/models/CreateJobRequestTasksTaskSpecTaskExecutorContainer.js.map +1 -0
- package/dist/models/CreateJobRequestTasksTaskSpecTaskExecutorContainerEnvironmentVars.d.ts +23 -0
- package/dist/models/CreateJobRequestTasksTaskSpecTaskExecutorContainerEnvironmentVars.js +60 -0
- package/dist/models/CreateJobRequestTasksTaskSpecTaskExecutorContainerEnvironmentVars.js.map +1 -0
- package/dist/models/CreateJobRequestTasksTaskSpecTaskExecutorVm.d.ts +32 -0
- package/dist/models/CreateJobRequestTasksTaskSpecTaskExecutorVm.js +64 -0
- package/dist/models/CreateJobRequestTasksTaskSpecTaskExecutorVm.js.map +1 -0
- package/dist/models/CreateJobRequestTasksTaskSpecVolumeMount.d.ts +28 -0
- package/dist/models/CreateJobRequestTasksTaskSpecVolumeMount.js +62 -0
- package/dist/models/CreateJobRequestTasksTaskSpecVolumeMount.js.map +1 -0
- package/dist/models/CreateJobResponse.d.ts +19 -0
- package/dist/models/CreateJobResponse.js +69 -0
- package/dist/models/CreateJobResponse.js.map +1 -0
- package/dist/models/CreateJobResponseBody.d.ts +25 -0
- package/dist/models/CreateJobResponseBody.js +66 -0
- package/dist/models/CreateJobResponseBody.js.map +1 -0
- package/dist/models/CreateJobResponseBodyTasks.d.ts +15 -0
- package/dist/models/CreateJobResponseBodyTasks.js +63 -0
- package/dist/models/CreateJobResponseBodyTasks.js.map +1 -0
- package/dist/models/CreateJobShrinkRequest.d.ts +34 -0
- package/dist/models/CreateJobShrinkRequest.js +68 -0
- package/dist/models/CreateJobShrinkRequest.js.map +1 -0
- package/dist/models/CreatePoolRequest.d.ts +28 -0
- package/dist/models/CreatePoolRequest.js +66 -0
- package/dist/models/CreatePoolRequest.js.map +1 -0
- package/dist/models/CreatePoolRequestResourceLimits.d.ts +18 -0
- package/dist/models/CreatePoolRequestResourceLimits.js +58 -0
- package/dist/models/CreatePoolRequestResourceLimits.js.map +1 -0
- package/dist/models/CreatePoolResponse.d.ts +19 -0
- package/dist/models/CreatePoolResponse.js +69 -0
- package/dist/models/CreatePoolResponse.js.map +1 -0
- package/dist/models/CreatePoolResponseBody.d.ts +21 -0
- package/dist/models/CreatePoolResponseBody.js +58 -0
- package/dist/models/CreatePoolResponseBody.js.map +1 -0
- package/dist/models/CreatePoolShrinkRequest.d.ts +27 -0
- package/dist/models/CreatePoolShrinkRequest.js +62 -0
- package/dist/models/CreatePoolShrinkRequest.js.map +1 -0
- package/dist/models/DeleteJobsRequest.d.ts +16 -0
- package/dist/models/DeleteJobsRequest.js +67 -0
- package/dist/models/DeleteJobsRequest.js.map +1 -0
- package/dist/models/DeleteJobsRequestJobSpec.d.ts +20 -0
- package/dist/models/DeleteJobsRequestJobSpec.js +64 -0
- package/dist/models/DeleteJobsRequestJobSpec.js.map +1 -0
- package/dist/models/DeleteJobsRequestJobSpecTaskSpec.d.ts +19 -0
- package/dist/models/DeleteJobsRequestJobSpecTaskSpec.js +63 -0
- package/dist/models/DeleteJobsRequestJobSpecTaskSpec.js.map +1 -0
- package/dist/models/DeleteJobsResponse.d.ts +19 -0
- package/dist/models/DeleteJobsResponse.js +69 -0
- package/dist/models/DeleteJobsResponse.js.map +1 -0
- package/dist/models/DeleteJobsResponseBody.d.ts +18 -0
- package/dist/models/DeleteJobsResponseBody.js +58 -0
- package/dist/models/DeleteJobsResponseBody.js.map +1 -0
- package/dist/models/DeleteJobsShrinkRequest.d.ts +15 -0
- package/dist/models/DeleteJobsShrinkRequest.js +60 -0
- package/dist/models/DeleteJobsShrinkRequest.js.map +1 -0
- package/dist/models/DeletePoolRequest.d.ts +21 -0
- package/dist/models/DeletePoolRequest.js +58 -0
- package/dist/models/DeletePoolRequest.js.map +1 -0
- package/dist/models/DeletePoolResponse.d.ts +19 -0
- package/dist/models/DeletePoolResponse.js +69 -0
- package/dist/models/DeletePoolResponse.js.map +1 -0
- package/dist/models/DeletePoolResponseBody.d.ts +21 -0
- package/dist/models/DeletePoolResponseBody.js +58 -0
- package/dist/models/DeletePoolResponseBody.js.map +1 -0
- package/dist/models/DescribeJobMetricDataRequest.d.ts +29 -0
- package/dist/models/DescribeJobMetricDataRequest.js +67 -0
- package/dist/models/DescribeJobMetricDataRequest.js.map +1 -0
- package/dist/models/DescribeJobMetricDataResponse.d.ts +19 -0
- package/dist/models/DescribeJobMetricDataResponse.js +69 -0
- package/dist/models/DescribeJobMetricDataResponse.js.map +1 -0
- package/dist/models/DescribeJobMetricDataResponseBody.d.ts +28 -0
- package/dist/models/DescribeJobMetricDataResponseBody.js +62 -0
- package/dist/models/DescribeJobMetricDataResponseBody.js.map +1 -0
- package/dist/models/DescribeJobMetricDataShrinkRequest.d.ts +29 -0
- package/dist/models/DescribeJobMetricDataShrinkRequest.js +64 -0
- package/dist/models/DescribeJobMetricDataShrinkRequest.js.map +1 -0
- package/dist/models/DescribeJobMetricLastRequest.d.ts +24 -0
- package/dist/models/DescribeJobMetricLastRequest.js +65 -0
- package/dist/models/DescribeJobMetricLastRequest.js.map +1 -0
- package/dist/models/DescribeJobMetricLastResponse.d.ts +19 -0
- package/dist/models/DescribeJobMetricLastResponse.js +69 -0
- package/dist/models/DescribeJobMetricLastResponse.js.map +1 -0
- package/dist/models/DescribeJobMetricLastResponseBody.d.ts +20 -0
- package/dist/models/DescribeJobMetricLastResponseBody.js +64 -0
- package/dist/models/DescribeJobMetricLastResponseBody.js.map +1 -0
- package/dist/models/DescribeJobMetricLastResponseBodyMetrics.d.ts +23 -0
- package/dist/models/DescribeJobMetricLastResponseBodyMetrics.js +60 -0
- package/dist/models/DescribeJobMetricLastResponseBodyMetrics.js.map +1 -0
- package/dist/models/DescribeJobMetricLastShrinkRequest.d.ts +24 -0
- package/dist/models/DescribeJobMetricLastShrinkRequest.js +62 -0
- package/dist/models/DescribeJobMetricLastShrinkRequest.js.map +1 -0
- package/dist/models/GetAppVersionsRequest.d.ts +41 -0
- package/dist/models/GetAppVersionsRequest.js +66 -0
- package/dist/models/GetAppVersionsRequest.js.map +1 -0
- package/dist/models/GetAppVersionsResponse.d.ts +19 -0
- package/dist/models/GetAppVersionsResponse.js +69 -0
- package/dist/models/GetAppVersionsResponse.js.map +1 -0
- package/dist/models/GetAppVersionsResponseBody.d.ts +40 -0
- package/dist/models/GetAppVersionsResponseBody.js +72 -0
- package/dist/models/GetAppVersionsResponseBody.js.map +1 -0
- package/dist/models/GetAppVersionsResponseBodyAppVersions.d.ts +31 -0
- package/dist/models/GetAppVersionsResponseBodyAppVersions.js +62 -0
- package/dist/models/GetAppVersionsResponseBodyAppVersions.js.map +1 -0
- package/dist/models/GetImageRequest.d.ts +23 -0
- package/dist/models/GetImageRequest.js +62 -0
- package/dist/models/GetImageRequest.js.map +1 -0
- package/dist/models/GetImageResponse.d.ts +19 -0
- package/dist/models/GetImageResponse.js +69 -0
- package/dist/models/GetImageResponse.js.map +1 -0
- package/dist/models/GetImageResponseBody.d.ts +30 -0
- package/dist/models/GetImageResponseBody.js +68 -0
- package/dist/models/GetImageResponseBody.js.map +1 -0
- package/dist/models/GetImageResponseBodyImage.d.ts +50 -0
- package/dist/models/GetImageResponseBodyImage.js +90 -0
- package/dist/models/GetImageResponseBodyImage.js.map +1 -0
- package/dist/models/GetImageResponseBodyImageContainerImageSpec.d.ts +38 -0
- package/dist/models/GetImageResponseBodyImageContainerImageSpec.js +76 -0
- package/dist/models/GetImageResponseBodyImageContainerImageSpec.js.map +1 -0
- package/dist/models/GetImageResponseBodyImageContainerImageSpecRegistryCredential.d.ts +28 -0
- package/dist/models/GetImageResponseBodyImageContainerImageSpecRegistryCredential.js +62 -0
- package/dist/models/GetImageResponseBodyImageContainerImageSpecRegistryCredential.js.map +1 -0
- package/dist/models/GetImageResponseBodyImageDocumentInfo.d.ts +16 -0
- package/dist/models/GetImageResponseBodyImageDocumentInfo.js +62 -0
- package/dist/models/GetImageResponseBodyImageDocumentInfo.js.map +1 -0
- package/dist/models/GetImageResponseBodyImageVmimageSpec.d.ts +33 -0
- package/dist/models/GetImageResponseBodyImageVmimageSpec.js +64 -0
- package/dist/models/GetImageResponseBodyImageVmimageSpec.js.map +1 -0
- package/dist/models/GetJobRequest.d.ts +18 -0
- package/dist/models/GetJobRequest.js +58 -0
- package/dist/models/GetJobRequest.js.map +1 -0
- package/dist/models/GetJobResponse.d.ts +19 -0
- package/dist/models/GetJobResponse.js +69 -0
- package/dist/models/GetJobResponse.js.map +1 -0
- package/dist/models/GetJobResponseBody.d.ts +20 -0
- package/dist/models/GetJobResponseBody.js +64 -0
- package/dist/models/GetJobResponseBody.js.map +1 -0
- package/dist/models/GetJobResponseBodyJobInfo.d.ts +54 -0
- package/dist/models/GetJobResponseBodyJobInfo.js +86 -0
- package/dist/models/GetJobResponseBodyJobInfo.js.map +1 -0
- package/dist/models/GetJobResponseBodyJobInfoDeploymentPolicy.d.ts +23 -0
- package/dist/models/GetJobResponseBodyJobInfoDeploymentPolicy.js +72 -0
- package/dist/models/GetJobResponseBodyJobInfoDeploymentPolicy.js.map +1 -0
- package/dist/models/GetJobResponseBodyJobInfoDeploymentPolicyNetwork.d.ts +16 -0
- package/dist/models/GetJobResponseBodyJobInfoDeploymentPolicyNetwork.js +65 -0
- package/dist/models/GetJobResponseBodyJobInfoDeploymentPolicyNetwork.js.map +1 -0
- package/dist/models/GetJobResponseBodyJobInfoDeploymentPolicyTags.d.ts +15 -0
- package/dist/models/GetJobResponseBodyJobInfoDeploymentPolicyTags.js +60 -0
- package/dist/models/GetJobResponseBodyJobInfoDeploymentPolicyTags.js.map +1 -0
- package/dist/models/GetJobResponseBodyJobInfoTasks.d.ts +29 -0
- package/dist/models/GetJobResponseBodyJobInfoTasks.js +78 -0
- package/dist/models/GetJobResponseBodyJobInfoTasks.js.map +1 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksExecutorPolicy.d.ts +20 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksExecutorPolicy.js +64 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksExecutorPolicy.js.map +1 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksExecutorPolicyArraySpec.d.ts +28 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksExecutorPolicyArraySpec.js +62 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksExecutorPolicyArraySpec.js.map +1 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksExecutorStatus.d.ts +43 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksExecutorStatus.js +68 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksExecutorStatus.js.map +1 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpec.d.ts +17 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpec.js +68 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpec.js.map +1 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpecResource.d.ts +25 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpecResource.js +66 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpecResource.js.map +1 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpecResourceDisks.d.ts +23 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpecResourceDisks.js +60 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpecResourceDisks.js.map +1 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutor.d.ts +15 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutor.js +62 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutor.js.map +1 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutorVm.d.ts +28 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutorVm.js +62 -0
- package/dist/models/GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutorVm.js.map +1 -0
- package/dist/models/GetPoolRequest.d.ts +21 -0
- package/dist/models/GetPoolRequest.js +58 -0
- package/dist/models/GetPoolRequest.js.map +1 -0
- package/dist/models/GetPoolResponse.d.ts +19 -0
- package/dist/models/GetPoolResponse.js +69 -0
- package/dist/models/GetPoolResponse.js.map +1 -0
- package/dist/models/GetPoolResponseBody.d.ts +23 -0
- package/dist/models/GetPoolResponseBody.js +64 -0
- package/dist/models/GetPoolResponseBody.js.map +1 -0
- package/dist/models/GetPoolResponseBodyPoolInfo.d.ts +58 -0
- package/dist/models/GetPoolResponseBodyPoolInfo.js +74 -0
- package/dist/models/GetPoolResponseBodyPoolInfo.js.map +1 -0
- package/dist/models/ListExecutorsRequest.d.ts +25 -0
- package/dist/models/ListExecutorsRequest.js +66 -0
- package/dist/models/ListExecutorsRequest.js.map +1 -0
- package/dist/models/ListExecutorsRequestFilter.d.ts +31 -0
- package/dist/models/ListExecutorsRequestFilter.js +77 -0
- package/dist/models/ListExecutorsRequestFilter.js.map +1 -0
- package/dist/models/ListExecutorsResponse.d.ts +19 -0
- package/dist/models/ListExecutorsResponse.js +69 -0
- package/dist/models/ListExecutorsResponse.js.map +1 -0
- package/dist/models/ListExecutorsResponseBody.d.ts +35 -0
- package/dist/models/ListExecutorsResponseBody.js +70 -0
- package/dist/models/ListExecutorsResponseBody.js.map +1 -0
- package/dist/models/ListExecutorsResponseBodyExecutors.d.ts +72 -0
- package/dist/models/ListExecutorsResponseBodyExecutors.js +115 -0
- package/dist/models/ListExecutorsResponseBodyExecutors.js.map +1 -0
- package/dist/models/ListExecutorsResponseBodyExecutorsResource.d.ts +17 -0
- package/dist/models/ListExecutorsResponseBodyExecutorsResource.js +66 -0
- package/dist/models/ListExecutorsResponseBodyExecutorsResource.js.map +1 -0
- package/dist/models/ListExecutorsResponseBodyExecutorsResourceDisks.d.ts +15 -0
- package/dist/models/ListExecutorsResponseBodyExecutorsResourceDisks.js +60 -0
- package/dist/models/ListExecutorsResponseBodyExecutorsResourceDisks.js.map +1 -0
- package/dist/models/ListExecutorsResponseBodyExecutorsTags.d.ts +15 -0
- package/dist/models/ListExecutorsResponseBodyExecutorsTags.js +60 -0
- package/dist/models/ListExecutorsResponseBodyExecutorsTags.js.map +1 -0
- package/dist/models/ListExecutorsShrinkRequest.d.ts +24 -0
- package/dist/models/ListExecutorsShrinkRequest.js +62 -0
- package/dist/models/ListExecutorsShrinkRequest.js.map +1 -0
- package/dist/models/ListImagesRequest.d.ts +28 -0
- package/dist/models/ListImagesRequest.js +76 -0
- package/dist/models/ListImagesRequest.js.map +1 -0
- package/dist/models/ListImagesResponse.d.ts +19 -0
- package/dist/models/ListImagesResponse.js +69 -0
- package/dist/models/ListImagesResponse.js.map +1 -0
- package/dist/models/ListImagesResponseBody.d.ts +40 -0
- package/dist/models/ListImagesResponseBody.js +72 -0
- package/dist/models/ListImagesResponseBody.js.map +1 -0
- package/dist/models/ListImagesResponseBodyImages.d.ts +54 -0
- package/dist/models/ListImagesResponseBodyImages.js +78 -0
- package/dist/models/ListImagesResponseBodyImages.js.map +1 -0
- package/dist/models/ListImagesShrinkRequest.d.ts +28 -0
- package/dist/models/ListImagesShrinkRequest.js +70 -0
- package/dist/models/ListImagesShrinkRequest.js.map +1 -0
- package/dist/models/ListJobExecutorsRequest.d.ts +33 -0
- package/dist/models/ListJobExecutorsRequest.js +64 -0
- package/dist/models/ListJobExecutorsRequest.js.map +1 -0
- package/dist/models/ListJobExecutorsResponse.d.ts +19 -0
- package/dist/models/ListJobExecutorsResponse.js +69 -0
- package/dist/models/ListJobExecutorsResponse.js.map +1 -0
- package/dist/models/ListJobExecutorsResponseBody.d.ts +47 -0
- package/dist/models/ListJobExecutorsResponseBody.js +80 -0
- package/dist/models/ListJobExecutorsResponseBody.js.map +1 -0
- package/dist/models/ListJobExecutorsResponseBodyExecutorStatus.d.ts +20 -0
- package/dist/models/ListJobExecutorsResponseBodyExecutorStatus.js +70 -0
- package/dist/models/ListJobExecutorsResponseBodyExecutorStatus.js.map +1 -0
- package/dist/models/ListJobExecutorsResponseBodyExecutors.d.ts +46 -0
- package/dist/models/ListJobExecutorsResponseBodyExecutors.js +93 -0
- package/dist/models/ListJobExecutorsResponseBodyExecutors.js.map +1 -0
- package/dist/models/ListJobExecutorsResponseBodyExecutorsTags.d.ts +15 -0
- package/dist/models/ListJobExecutorsResponseBodyExecutorsTags.js +60 -0
- package/dist/models/ListJobExecutorsResponseBodyExecutorsTags.js.map +1 -0
- package/dist/models/ListJobsRequest.d.ts +27 -0
- package/dist/models/ListJobsRequest.js +72 -0
- package/dist/models/ListJobsRequest.js.map +1 -0
- package/dist/models/ListJobsRequestFilter.d.ts +38 -0
- package/dist/models/ListJobsRequestFilter.js +66 -0
- package/dist/models/ListJobsRequestFilter.js.map +1 -0
- package/dist/models/ListJobsRequestSortBy.d.ts +23 -0
- package/dist/models/ListJobsRequestSortBy.js +60 -0
- package/dist/models/ListJobsRequestSortBy.js.map +1 -0
- package/dist/models/ListJobsResponse.d.ts +19 -0
- package/dist/models/ListJobsResponse.js +69 -0
- package/dist/models/ListJobsResponse.js.map +1 -0
- package/dist/models/ListJobsResponseBody.d.ts +35 -0
- package/dist/models/ListJobsResponseBody.js +70 -0
- package/dist/models/ListJobsResponseBody.js.map +1 -0
- package/dist/models/ListJobsResponseBodyJobList.d.ts +72 -0
- package/dist/models/ListJobsResponseBodyJobList.js +88 -0
- package/dist/models/ListJobsResponseBodyJobList.js.map +1 -0
- package/dist/models/ListJobsResponseBodyJobListTags.d.ts +15 -0
- package/dist/models/ListJobsResponseBodyJobListTags.js +60 -0
- package/dist/models/ListJobsResponseBodyJobListTags.js.map +1 -0
- package/dist/models/ListJobsShrinkRequest.d.ts +25 -0
- package/dist/models/ListJobsShrinkRequest.js +64 -0
- package/dist/models/ListJobsShrinkRequest.js.map +1 -0
- package/dist/models/ListPoolsRequest.d.ts +25 -0
- package/dist/models/ListPoolsRequest.js +66 -0
- package/dist/models/ListPoolsRequest.js.map +1 -0
- package/dist/models/ListPoolsRequestFilter.d.ts +25 -0
- package/dist/models/ListPoolsRequestFilter.js +70 -0
- package/dist/models/ListPoolsRequestFilter.js.map +1 -0
- package/dist/models/ListPoolsResponse.d.ts +19 -0
- package/dist/models/ListPoolsResponse.js +69 -0
- package/dist/models/ListPoolsResponse.js.map +1 -0
- package/dist/models/ListPoolsResponseBody.d.ts +38 -0
- package/dist/models/ListPoolsResponseBody.js +70 -0
- package/dist/models/ListPoolsResponseBody.js.map +1 -0
- package/dist/models/ListPoolsResponseBodyPoolList.d.ts +38 -0
- package/dist/models/ListPoolsResponseBodyPoolList.js +66 -0
- package/dist/models/ListPoolsResponseBodyPoolList.js.map +1 -0
- package/dist/models/ListPoolsShrinkRequest.d.ts +24 -0
- package/dist/models/ListPoolsShrinkRequest.js +62 -0
- package/dist/models/ListPoolsShrinkRequest.js.map +1 -0
- package/dist/models/ListTagResourcesRequest.d.ts +34 -0
- package/dist/models/ListTagResourcesRequest.js +73 -0
- package/dist/models/ListTagResourcesRequest.js.map +1 -0
- package/dist/models/ListTagResourcesRequestTag.d.ts +23 -0
- package/dist/models/ListTagResourcesRequestTag.js +60 -0
- package/dist/models/ListTagResourcesRequestTag.js.map +1 -0
- package/dist/models/ListTagResourcesResponse.d.ts +19 -0
- package/dist/models/ListTagResourcesResponse.js +69 -0
- package/dist/models/ListTagResourcesResponse.js.map +1 -0
- package/dist/models/ListTagResourcesResponseBody.d.ts +25 -0
- package/dist/models/ListTagResourcesResponseBody.js +66 -0
- package/dist/models/ListTagResourcesResponseBody.js.map +1 -0
- package/dist/models/ListTagResourcesResponseBodyTagResources.d.ts +15 -0
- package/dist/models/ListTagResourcesResponseBodyTagResources.js +62 -0
- package/dist/models/ListTagResourcesResponseBodyTagResources.js.map +1 -0
- package/dist/models/ListTagResourcesResponseBodyTagResourcesTagResource.d.ts +33 -0
- package/dist/models/ListTagResourcesResponseBodyTagResourcesTagResource.js +64 -0
- package/dist/models/ListTagResourcesResponseBodyTagResourcesTagResource.js.map +1 -0
- package/dist/models/RemoveImageRequest.d.ts +22 -0
- package/dist/models/RemoveImageRequest.js +60 -0
- package/dist/models/RemoveImageRequest.js.map +1 -0
- package/dist/models/RemoveImageResponse.d.ts +19 -0
- package/dist/models/RemoveImageResponse.js +69 -0
- package/dist/models/RemoveImageResponse.js.map +1 -0
- package/dist/models/RemoveImageResponseBody.d.ts +23 -0
- package/dist/models/RemoveImageResponseBody.js +60 -0
- package/dist/models/RemoveImageResponseBody.js.map +1 -0
- package/dist/models/TagResourcesRequest.d.ts +32 -0
- package/dist/models/TagResourcesRequest.js +69 -0
- package/dist/models/TagResourcesRequest.js.map +1 -0
- package/dist/models/TagResourcesRequestTag.d.ts +26 -0
- package/dist/models/TagResourcesRequestTag.js +60 -0
- package/dist/models/TagResourcesRequestTag.js.map +1 -0
- package/dist/models/TagResourcesResponse.d.ts +19 -0
- package/dist/models/TagResourcesResponse.js +69 -0
- package/dist/models/TagResourcesResponse.js.map +1 -0
- package/dist/models/TagResourcesResponseBody.d.ts +18 -0
- package/dist/models/TagResourcesResponseBody.js +58 -0
- package/dist/models/TagResourcesResponseBody.js.map +1 -0
- package/dist/models/UnTagResourcesRequest.d.ts +32 -0
- package/dist/models/UnTagResourcesRequest.js +70 -0
- package/dist/models/UnTagResourcesRequest.js.map +1 -0
- package/dist/models/UnTagResourcesResponse.d.ts +19 -0
- package/dist/models/UnTagResourcesResponse.js +69 -0
- package/dist/models/UnTagResourcesResponse.js.map +1 -0
- package/dist/models/UnTagResourcesResponseBody.d.ts +18 -0
- package/dist/models/UnTagResourcesResponseBody.js +58 -0
- package/dist/models/UnTagResourcesResponseBody.js.map +1 -0
- package/dist/models/UpdatePoolRequest.d.ts +28 -0
- package/dist/models/UpdatePoolRequest.js +66 -0
- package/dist/models/UpdatePoolRequest.js.map +1 -0
- package/dist/models/UpdatePoolRequestResourceLimits.d.ts +18 -0
- package/dist/models/UpdatePoolRequestResourceLimits.js +58 -0
- package/dist/models/UpdatePoolRequestResourceLimits.js.map +1 -0
- package/dist/models/UpdatePoolResponse.d.ts +19 -0
- package/dist/models/UpdatePoolResponse.js +69 -0
- package/dist/models/UpdatePoolResponse.js.map +1 -0
- package/dist/models/UpdatePoolResponseBody.d.ts +21 -0
- package/dist/models/UpdatePoolResponseBody.js +58 -0
- package/dist/models/UpdatePoolResponseBody.js.map +1 -0
- package/dist/models/UpdatePoolShrinkRequest.d.ts +27 -0
- package/dist/models/UpdatePoolShrinkRequest.js +62 -0
- package/dist/models/UpdatePoolShrinkRequest.js.map +1 -0
- package/dist/models/model.d.ts +138 -0
- package/dist/models/model.js +282 -0
- package/dist/models/model.js.map +1 -0
- package/package.json +1 -1
- package/src/client.ts +79 -5991
- package/src/models/AddImageRequest.ts +61 -0
- package/src/models/AddImageRequestContainerImageSpec.ts +59 -0
- package/src/models/AddImageRequestContainerImageSpecRegistryCredential.ts +47 -0
- package/src/models/AddImageRequestVmimageSpec.ts +31 -0
- package/src/models/AddImageResponse.ts +40 -0
- package/src/models/AddImageResponseBody.ts +45 -0
- package/src/models/AddImageShrinkRequest.ts +53 -0
- package/src/models/CreateJobRequest.ts +69 -0
- package/src/models/CreateJobRequestDeploymentPolicy.ts +48 -0
- package/src/models/CreateJobRequestDeploymentPolicyNetwork.ts +33 -0
- package/src/models/CreateJobRequestDeploymentPolicyTag.ts +34 -0
- package/src/models/CreateJobRequestSecurityPolicy.ts +31 -0
- package/src/models/CreateJobRequestSecurityPolicySecurityGroup.ts +30 -0
- package/src/models/CreateJobRequestTasks.ts +52 -0
- package/src/models/CreateJobRequestTasksExecutorPolicy.ts +38 -0
- package/src/models/CreateJobRequestTasksExecutorPolicyArraySpec.ts +45 -0
- package/src/models/CreateJobRequestTasksTaskSpec.ts +49 -0
- package/src/models/CreateJobRequestTasksTaskSpecResource.ts +45 -0
- package/src/models/CreateJobRequestTasksTaskSpecResourceDisks.ts +38 -0
- package/src/models/CreateJobRequestTasksTaskSpecTaskExecutor.ts +38 -0
- package/src/models/CreateJobRequestTasksTaskSpecTaskExecutorContainer.ts +57 -0
- package/src/models/CreateJobRequestTasksTaskSpecTaskExecutorContainerEnvironmentVars.ts +38 -0
- package/src/models/CreateJobRequestTasksTaskSpecTaskExecutorVm.ts +51 -0
- package/src/models/CreateJobRequestTasksTaskSpecVolumeMount.ts +45 -0
- package/src/models/CreateJobResponse.ts +40 -0
- package/src/models/CreateJobResponseBody.ts +45 -0
- package/src/models/CreateJobResponseBodyTasks.ts +33 -0
- package/src/models/CreateJobShrinkRequest.ts +57 -0
- package/src/models/CreatePoolRequest.ts +48 -0
- package/src/models/CreatePoolRequestResourceLimits.ts +31 -0
- package/src/models/CreatePoolResponse.ts +40 -0
- package/src/models/CreatePoolResponseBody.ts +34 -0
- package/src/models/CreatePoolShrinkRequest.ts +44 -0
- package/src/models/DeleteJobsRequest.ts +37 -0
- package/src/models/DeleteJobsRequestJobSpec.ts +38 -0
- package/src/models/DeleteJobsRequestJobSpecTaskSpec.ts +37 -0
- package/src/models/DeleteJobsResponse.ts +40 -0
- package/src/models/DeleteJobsResponseBody.ts +31 -0
- package/src/models/DeleteJobsShrinkRequest.ts +30 -0
- package/src/models/DeletePoolRequest.ts +34 -0
- package/src/models/DeletePoolResponse.ts +40 -0
- package/src/models/DeletePoolResponseBody.ts +34 -0
- package/src/models/DescribeJobMetricDataRequest.ts +51 -0
- package/src/models/DescribeJobMetricDataResponse.ts +40 -0
- package/src/models/DescribeJobMetricDataResponseBody.ts +45 -0
- package/src/models/DescribeJobMetricDataShrinkRequest.ts +48 -0
- package/src/models/DescribeJobMetricLastRequest.ts +44 -0
- package/src/models/DescribeJobMetricLastResponse.ts +40 -0
- package/src/models/DescribeJobMetricLastResponseBody.ts +38 -0
- package/src/models/DescribeJobMetricLastResponseBodyMetrics.ts +38 -0
- package/src/models/DescribeJobMetricLastShrinkRequest.ts +41 -0
- package/src/models/GetAppVersionsRequest.ts +62 -0
- package/src/models/GetAppVersionsResponse.ts +40 -0
- package/src/models/GetAppVersionsResponseBody.ts +66 -0
- package/src/models/GetAppVersionsResponseBodyAppVersions.ts +48 -0
- package/src/models/GetImageRequest.ts +40 -0
- package/src/models/GetImageResponse.ts +40 -0
- package/src/models/GetImageResponseBody.ts +52 -0
- package/src/models/GetImageResponseBodyImage.ts +92 -0
- package/src/models/GetImageResponseBodyImageContainerImageSpec.ts +68 -0
- package/src/models/GetImageResponseBodyImageContainerImageSpecRegistryCredential.ts +45 -0
- package/src/models/GetImageResponseBodyImageDocumentInfo.ts +33 -0
- package/src/models/GetImageResponseBodyImageVmimageSpec.ts +52 -0
- package/src/models/GetJobRequest.ts +31 -0
- package/src/models/GetJobResponse.ts +40 -0
- package/src/models/GetJobResponseBody.ts +38 -0
- package/src/models/GetJobResponseBodyJobInfo.ts +93 -0
- package/src/models/GetJobResponseBodyJobInfoDeploymentPolicy.ts +48 -0
- package/src/models/GetJobResponseBodyJobInfoDeploymentPolicyNetwork.ts +36 -0
- package/src/models/GetJobResponseBodyJobInfoDeploymentPolicyTags.ts +30 -0
- package/src/models/GetJobResponseBodyJobInfoTasks.ts +59 -0
- package/src/models/GetJobResponseBodyJobInfoTasksExecutorPolicy.ts +38 -0
- package/src/models/GetJobResponseBodyJobInfoTasksExecutorPolicyArraySpec.ts +45 -0
- package/src/models/GetJobResponseBodyJobInfoTasksExecutorStatus.ts +66 -0
- package/src/models/GetJobResponseBodyJobInfoTasksTaskSpec.ts +38 -0
- package/src/models/GetJobResponseBodyJobInfoTasksTaskSpecResource.ts +45 -0
- package/src/models/GetJobResponseBodyJobInfoTasksTaskSpecResourceDisks.ts +38 -0
- package/src/models/GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutor.ts +31 -0
- package/src/models/GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutorVm.ts +45 -0
- package/src/models/GetPoolRequest.ts +34 -0
- package/src/models/GetPoolResponse.ts +40 -0
- package/src/models/GetPoolResponseBody.ts +41 -0
- package/src/models/GetPoolResponseBodyPoolInfo.ts +87 -0
- package/src/models/ListExecutorsRequest.ts +45 -0
- package/src/models/ListExecutorsRequestFilter.ts +63 -0
- package/src/models/ListExecutorsResponse.ts +40 -0
- package/src/models/ListExecutorsResponseBody.ts +59 -0
- package/src/models/ListExecutorsResponseBodyExecutors.ts +140 -0
- package/src/models/ListExecutorsResponseBodyExecutorsResource.ts +37 -0
- package/src/models/ListExecutorsResponseBodyExecutorsResourceDisks.ts +30 -0
- package/src/models/ListExecutorsResponseBodyExecutorsTags.ts +30 -0
- package/src/models/ListExecutorsShrinkRequest.ts +41 -0
- package/src/models/ListImagesRequest.ts +59 -0
- package/src/models/ListImagesResponse.ts +40 -0
- package/src/models/ListImagesResponseBody.ts +66 -0
- package/src/models/ListImagesResponseBodyImages.ts +87 -0
- package/src/models/ListImagesShrinkRequest.ts +53 -0
- package/src/models/ListJobExecutorsRequest.ts +52 -0
- package/src/models/ListJobExecutorsResponse.ts +40 -0
- package/src/models/ListJobExecutorsResponseBody.ts +80 -0
- package/src/models/ListJobExecutorsResponseBodyExecutorStatus.ts +45 -0
- package/src/models/ListJobExecutorsResponseBodyExecutors.ts +93 -0
- package/src/models/ListJobExecutorsResponseBodyExecutorsTags.ts +30 -0
- package/src/models/ListJobsRequest.ts +52 -0
- package/src/models/ListJobsRequestFilter.ts +59 -0
- package/src/models/ListJobsRequestSortBy.ts +38 -0
- package/src/models/ListJobsResponse.ts +40 -0
- package/src/models/ListJobsResponseBody.ts +59 -0
- package/src/models/ListJobsResponseBodyJobList.ts +114 -0
- package/src/models/ListJobsResponseBodyJobListTags.ts +30 -0
- package/src/models/ListJobsShrinkRequest.ts +44 -0
- package/src/models/ListPoolsRequest.ts +45 -0
- package/src/models/ListPoolsRequestFilter.ts +50 -0
- package/src/models/ListPoolsResponse.ts +40 -0
- package/src/models/ListPoolsResponseBody.ts +62 -0
- package/src/models/ListPoolsResponseBodyPoolList.ts +59 -0
- package/src/models/ListPoolsShrinkRequest.ts +41 -0
- package/src/models/ListTagResourcesRequest.ts +61 -0
- package/src/models/ListTagResourcesRequestTag.ts +38 -0
- package/src/models/ListTagResourcesResponse.ts +40 -0
- package/src/models/ListTagResourcesResponseBody.ts +45 -0
- package/src/models/ListTagResourcesResponseBodyTagResources.ts +31 -0
- package/src/models/ListTagResourcesResponseBodyTagResourcesTagResource.ts +52 -0
- package/src/models/RemoveImageRequest.ts +37 -0
- package/src/models/RemoveImageResponse.ts +40 -0
- package/src/models/RemoveImageResponseBody.ts +38 -0
- package/src/models/TagResourcesRequest.ts +55 -0
- package/src/models/TagResourcesRequestTag.ts +41 -0
- package/src/models/TagResourcesResponse.ts +40 -0
- package/src/models/TagResourcesResponseBody.ts +31 -0
- package/src/models/UnTagResourcesRequest.ts +57 -0
- package/src/models/UnTagResourcesResponse.ts +40 -0
- package/src/models/UnTagResourcesResponseBody.ts +31 -0
- package/src/models/UpdatePoolRequest.ts +48 -0
- package/src/models/UpdatePoolRequestResourceLimits.ts +31 -0
- package/src/models/UpdatePoolResponse.ts +40 -0
- package/src/models/UpdatePoolResponseBody.ts +34 -0
- package/src/models/UpdatePoolShrinkRequest.ts +44 -0
- package/src/models/model.ts +138 -0
package/dist/client.d.ts
CHANGED
|
@@ -1,3358 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
*/
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
2
|
import OpenApi from '@alicloud/openapi-core';
|
|
4
3
|
import { $OpenApiUtil } from '@alicloud/openapi-core';
|
|
5
|
-
import * as $
|
|
6
|
-
export
|
|
7
|
-
/**
|
|
8
|
-
* @example
|
|
9
|
-
* userpassword
|
|
10
|
-
*/
|
|
11
|
-
password?: string;
|
|
12
|
-
/**
|
|
13
|
-
* @example
|
|
14
|
-
* registry-vpc.cn-hangzhou.aliyuncs.com
|
|
15
|
-
*/
|
|
16
|
-
server?: string;
|
|
17
|
-
/**
|
|
18
|
-
* @example
|
|
19
|
-
* username
|
|
20
|
-
*/
|
|
21
|
-
userName?: string;
|
|
22
|
-
static names(): {
|
|
23
|
-
[key: string]: string;
|
|
24
|
-
};
|
|
25
|
-
static types(): {
|
|
26
|
-
[key: string]: any;
|
|
27
|
-
};
|
|
28
|
-
validate(): void;
|
|
29
|
-
constructor(map?: {
|
|
30
|
-
[key: string]: any;
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
export declare class AddImageRequestContainerImageSpec extends $dara.Model {
|
|
34
|
-
/**
|
|
35
|
-
* @example
|
|
36
|
-
* True
|
|
37
|
-
*/
|
|
38
|
-
isACREnterprise?: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* @example
|
|
41
|
-
* True
|
|
42
|
-
*/
|
|
43
|
-
isACRRegistry?: boolean;
|
|
44
|
-
registryCredential?: AddImageRequestContainerImageSpecRegistryCredential;
|
|
45
|
-
/**
|
|
46
|
-
* @example
|
|
47
|
-
* cri-xyz795ygf8k9****
|
|
48
|
-
*/
|
|
49
|
-
registryCriId?: string;
|
|
50
|
-
/**
|
|
51
|
-
* @example
|
|
52
|
-
* registry-vpc.cn-hangzhou.aliyuncs.com/ehpc_open/nginx:latest
|
|
53
|
-
*/
|
|
54
|
-
registryUrl?: string;
|
|
55
|
-
static names(): {
|
|
56
|
-
[key: string]: string;
|
|
57
|
-
};
|
|
58
|
-
static types(): {
|
|
59
|
-
[key: string]: any;
|
|
60
|
-
};
|
|
61
|
-
validate(): void;
|
|
62
|
-
constructor(map?: {
|
|
63
|
-
[key: string]: any;
|
|
64
|
-
});
|
|
65
|
-
}
|
|
66
|
-
export declare class AddImageRequestVMImageSpec extends $dara.Model {
|
|
67
|
-
/**
|
|
68
|
-
* @example
|
|
69
|
-
* m-bp1akkkr1rkxtb******
|
|
70
|
-
*/
|
|
71
|
-
imageId?: string;
|
|
72
|
-
static names(): {
|
|
73
|
-
[key: string]: string;
|
|
74
|
-
};
|
|
75
|
-
static types(): {
|
|
76
|
-
[key: string]: any;
|
|
77
|
-
};
|
|
78
|
-
validate(): void;
|
|
79
|
-
constructor(map?: {
|
|
80
|
-
[key: string]: any;
|
|
81
|
-
});
|
|
82
|
-
}
|
|
83
|
-
export declare class CreateJobRequestDeploymentPolicyNetwork extends $dara.Model {
|
|
84
|
-
enableExternalIpAddress?: boolean;
|
|
85
|
-
vswitch?: string[];
|
|
86
|
-
static names(): {
|
|
87
|
-
[key: string]: string;
|
|
88
|
-
};
|
|
89
|
-
static types(): {
|
|
90
|
-
[key: string]: any;
|
|
91
|
-
};
|
|
92
|
-
validate(): void;
|
|
93
|
-
constructor(map?: {
|
|
94
|
-
[key: string]: any;
|
|
95
|
-
});
|
|
96
|
-
}
|
|
97
|
-
export declare class CreateJobRequestDeploymentPolicyTag extends $dara.Model {
|
|
98
|
-
/**
|
|
99
|
-
* @remarks
|
|
100
|
-
* This parameter is required.
|
|
101
|
-
*/
|
|
102
|
-
key?: string;
|
|
103
|
-
value?: string;
|
|
104
|
-
static names(): {
|
|
105
|
-
[key: string]: string;
|
|
106
|
-
};
|
|
107
|
-
static types(): {
|
|
108
|
-
[key: string]: any;
|
|
109
|
-
};
|
|
110
|
-
validate(): void;
|
|
111
|
-
constructor(map?: {
|
|
112
|
-
[key: string]: any;
|
|
113
|
-
});
|
|
114
|
-
}
|
|
115
|
-
export declare class CreateJobRequestDeploymentPolicy extends $dara.Model {
|
|
116
|
-
/**
|
|
117
|
-
* @example
|
|
118
|
-
* Dedicated
|
|
119
|
-
*/
|
|
120
|
-
allocationSpec?: string;
|
|
121
|
-
level?: string;
|
|
122
|
-
network?: CreateJobRequestDeploymentPolicyNetwork;
|
|
123
|
-
tag?: CreateJobRequestDeploymentPolicyTag[];
|
|
124
|
-
static names(): {
|
|
125
|
-
[key: string]: string;
|
|
126
|
-
};
|
|
127
|
-
static types(): {
|
|
128
|
-
[key: string]: any;
|
|
129
|
-
};
|
|
130
|
-
validate(): void;
|
|
131
|
-
constructor(map?: {
|
|
132
|
-
[key: string]: any;
|
|
133
|
-
});
|
|
134
|
-
}
|
|
135
|
-
export declare class CreateJobRequestSecurityPolicySecurityGroup extends $dara.Model {
|
|
136
|
-
securityGroupIds?: string[];
|
|
137
|
-
static names(): {
|
|
138
|
-
[key: string]: string;
|
|
139
|
-
};
|
|
140
|
-
static types(): {
|
|
141
|
-
[key: string]: any;
|
|
142
|
-
};
|
|
143
|
-
validate(): void;
|
|
144
|
-
constructor(map?: {
|
|
145
|
-
[key: string]: any;
|
|
146
|
-
});
|
|
147
|
-
}
|
|
148
|
-
export declare class CreateJobRequestSecurityPolicy extends $dara.Model {
|
|
149
|
-
securityGroup?: CreateJobRequestSecurityPolicySecurityGroup;
|
|
150
|
-
static names(): {
|
|
151
|
-
[key: string]: string;
|
|
152
|
-
};
|
|
153
|
-
static types(): {
|
|
154
|
-
[key: string]: any;
|
|
155
|
-
};
|
|
156
|
-
validate(): void;
|
|
157
|
-
constructor(map?: {
|
|
158
|
-
[key: string]: any;
|
|
159
|
-
});
|
|
160
|
-
}
|
|
161
|
-
export declare class CreateJobRequestTasksExecutorPolicyArraySpec extends $dara.Model {
|
|
162
|
-
/**
|
|
163
|
-
* @example
|
|
164
|
-
* 9
|
|
165
|
-
*/
|
|
166
|
-
indexEnd?: number;
|
|
167
|
-
/**
|
|
168
|
-
* @example
|
|
169
|
-
* 0
|
|
170
|
-
*/
|
|
171
|
-
indexStart?: number;
|
|
172
|
-
/**
|
|
173
|
-
* @example
|
|
174
|
-
* 1
|
|
175
|
-
*/
|
|
176
|
-
indexStep?: number;
|
|
177
|
-
static names(): {
|
|
178
|
-
[key: string]: string;
|
|
179
|
-
};
|
|
180
|
-
static types(): {
|
|
181
|
-
[key: string]: any;
|
|
182
|
-
};
|
|
183
|
-
validate(): void;
|
|
184
|
-
constructor(map?: {
|
|
185
|
-
[key: string]: any;
|
|
186
|
-
});
|
|
187
|
-
}
|
|
188
|
-
export declare class CreateJobRequestTasksExecutorPolicy extends $dara.Model {
|
|
189
|
-
arraySpec?: CreateJobRequestTasksExecutorPolicyArraySpec;
|
|
190
|
-
/**
|
|
191
|
-
* @example
|
|
192
|
-
* 1
|
|
193
|
-
*/
|
|
194
|
-
maxCount?: number;
|
|
195
|
-
static names(): {
|
|
196
|
-
[key: string]: string;
|
|
197
|
-
};
|
|
198
|
-
static types(): {
|
|
199
|
-
[key: string]: any;
|
|
200
|
-
};
|
|
201
|
-
validate(): void;
|
|
202
|
-
constructor(map?: {
|
|
203
|
-
[key: string]: any;
|
|
204
|
-
});
|
|
205
|
-
}
|
|
206
|
-
export declare class CreateJobRequestTasksTaskSpecResourceDisks extends $dara.Model {
|
|
207
|
-
/**
|
|
208
|
-
* @example
|
|
209
|
-
* 40
|
|
210
|
-
*/
|
|
211
|
-
size?: number;
|
|
212
|
-
/**
|
|
213
|
-
* @example
|
|
214
|
-
* System
|
|
215
|
-
*/
|
|
216
|
-
type?: string;
|
|
217
|
-
static names(): {
|
|
218
|
-
[key: string]: string;
|
|
219
|
-
};
|
|
220
|
-
static types(): {
|
|
221
|
-
[key: string]: any;
|
|
222
|
-
};
|
|
223
|
-
validate(): void;
|
|
224
|
-
constructor(map?: {
|
|
225
|
-
[key: string]: any;
|
|
226
|
-
});
|
|
227
|
-
}
|
|
228
|
-
export declare class CreateJobRequestTasksTaskSpecResource extends $dara.Model {
|
|
229
|
-
/**
|
|
230
|
-
* @example
|
|
231
|
-
* 2
|
|
232
|
-
*/
|
|
233
|
-
cores?: number;
|
|
234
|
-
disks?: CreateJobRequestTasksTaskSpecResourceDisks[];
|
|
235
|
-
/**
|
|
236
|
-
* @example
|
|
237
|
-
* 4
|
|
238
|
-
*/
|
|
239
|
-
memory?: number;
|
|
240
|
-
static names(): {
|
|
241
|
-
[key: string]: string;
|
|
242
|
-
};
|
|
243
|
-
static types(): {
|
|
244
|
-
[key: string]: any;
|
|
245
|
-
};
|
|
246
|
-
validate(): void;
|
|
247
|
-
constructor(map?: {
|
|
248
|
-
[key: string]: any;
|
|
249
|
-
});
|
|
250
|
-
}
|
|
251
|
-
export declare class CreateJobRequestTasksTaskSpecTaskExecutorContainerEnvironmentVars extends $dara.Model {
|
|
252
|
-
/**
|
|
253
|
-
* @example
|
|
254
|
-
* PATH
|
|
255
|
-
*/
|
|
256
|
-
name?: string;
|
|
257
|
-
/**
|
|
258
|
-
* @example
|
|
259
|
-
* /usr/local/bin
|
|
260
|
-
*/
|
|
261
|
-
value?: string;
|
|
262
|
-
static names(): {
|
|
263
|
-
[key: string]: string;
|
|
264
|
-
};
|
|
265
|
-
static types(): {
|
|
266
|
-
[key: string]: any;
|
|
267
|
-
};
|
|
268
|
-
validate(): void;
|
|
269
|
-
constructor(map?: {
|
|
270
|
-
[key: string]: any;
|
|
271
|
-
});
|
|
272
|
-
}
|
|
273
|
-
export declare class CreateJobRequestTasksTaskSpecTaskExecutorContainer extends $dara.Model {
|
|
274
|
-
appId?: string;
|
|
275
|
-
command?: string[];
|
|
276
|
-
environmentVars?: CreateJobRequestTasksTaskSpecTaskExecutorContainerEnvironmentVars[];
|
|
277
|
-
/**
|
|
278
|
-
* @remarks
|
|
279
|
-
* This parameter is required.
|
|
280
|
-
*
|
|
281
|
-
* @example
|
|
282
|
-
* registry-vpc.cn-hangzhou.aliyuncs.com/ehpc/hpl:latest
|
|
283
|
-
*/
|
|
284
|
-
image?: string;
|
|
285
|
-
/**
|
|
286
|
-
* @example
|
|
287
|
-
* /usr/local/
|
|
288
|
-
*/
|
|
289
|
-
workingDir?: string;
|
|
290
|
-
static names(): {
|
|
291
|
-
[key: string]: string;
|
|
292
|
-
};
|
|
293
|
-
static types(): {
|
|
294
|
-
[key: string]: any;
|
|
295
|
-
};
|
|
296
|
-
validate(): void;
|
|
297
|
-
constructor(map?: {
|
|
298
|
-
[key: string]: any;
|
|
299
|
-
});
|
|
300
|
-
}
|
|
301
|
-
export declare class CreateJobRequestTasksTaskSpecTaskExecutorVM extends $dara.Model {
|
|
302
|
-
appId?: string;
|
|
303
|
-
/**
|
|
304
|
-
* @remarks
|
|
305
|
-
* This parameter is required.
|
|
306
|
-
*
|
|
307
|
-
* @example
|
|
308
|
-
* m-xxxx
|
|
309
|
-
*/
|
|
310
|
-
image?: string;
|
|
311
|
-
/**
|
|
312
|
-
* @example
|
|
313
|
-
* ZWNobyBoZWxsbyBlY3Mh
|
|
314
|
-
*/
|
|
315
|
-
prologScript?: string;
|
|
316
|
-
/**
|
|
317
|
-
* @example
|
|
318
|
-
* ZWNobyBoZWxsbyBlY3Mh
|
|
319
|
-
*/
|
|
320
|
-
script?: string;
|
|
321
|
-
static names(): {
|
|
322
|
-
[key: string]: string;
|
|
323
|
-
};
|
|
324
|
-
static types(): {
|
|
325
|
-
[key: string]: any;
|
|
326
|
-
};
|
|
327
|
-
validate(): void;
|
|
328
|
-
constructor(map?: {
|
|
329
|
-
[key: string]: any;
|
|
330
|
-
});
|
|
331
|
-
}
|
|
332
|
-
export declare class CreateJobRequestTasksTaskSpecTaskExecutor extends $dara.Model {
|
|
333
|
-
container?: CreateJobRequestTasksTaskSpecTaskExecutorContainer;
|
|
334
|
-
VM?: CreateJobRequestTasksTaskSpecTaskExecutorVM;
|
|
335
|
-
static names(): {
|
|
336
|
-
[key: string]: string;
|
|
337
|
-
};
|
|
338
|
-
static types(): {
|
|
339
|
-
[key: string]: any;
|
|
340
|
-
};
|
|
341
|
-
validate(): void;
|
|
342
|
-
constructor(map?: {
|
|
343
|
-
[key: string]: any;
|
|
344
|
-
});
|
|
345
|
-
}
|
|
346
|
-
export declare class CreateJobRequestTasksTaskSpecVolumeMount extends $dara.Model {
|
|
347
|
-
/**
|
|
348
|
-
* @example
|
|
349
|
-
* {"server":"xxxxx-xxxxx.cn-heyuan.nas.aliyuncs.com","vers":"3","path":"/data","options":"nolock,tcp,noresvport"}
|
|
350
|
-
*/
|
|
351
|
-
mountOptions?: string;
|
|
352
|
-
/**
|
|
353
|
-
* @example
|
|
354
|
-
* /mnt
|
|
355
|
-
*/
|
|
356
|
-
mountPath?: string;
|
|
357
|
-
/**
|
|
358
|
-
* @example
|
|
359
|
-
* alicloud/nas
|
|
360
|
-
*/
|
|
361
|
-
volumeDriver?: string;
|
|
362
|
-
static names(): {
|
|
363
|
-
[key: string]: string;
|
|
364
|
-
};
|
|
365
|
-
static types(): {
|
|
366
|
-
[key: string]: any;
|
|
367
|
-
};
|
|
368
|
-
validate(): void;
|
|
369
|
-
constructor(map?: {
|
|
370
|
-
[key: string]: any;
|
|
371
|
-
});
|
|
372
|
-
}
|
|
373
|
-
export declare class CreateJobRequestTasksTaskSpec extends $dara.Model {
|
|
374
|
-
resource?: CreateJobRequestTasksTaskSpecResource;
|
|
375
|
-
/**
|
|
376
|
-
* @remarks
|
|
377
|
-
* This parameter is required.
|
|
378
|
-
*/
|
|
379
|
-
taskExecutor?: CreateJobRequestTasksTaskSpecTaskExecutor[];
|
|
380
|
-
volumeMount?: CreateJobRequestTasksTaskSpecVolumeMount[];
|
|
381
|
-
static names(): {
|
|
382
|
-
[key: string]: string;
|
|
383
|
-
};
|
|
384
|
-
static types(): {
|
|
385
|
-
[key: string]: any;
|
|
386
|
-
};
|
|
387
|
-
validate(): void;
|
|
388
|
-
constructor(map?: {
|
|
389
|
-
[key: string]: any;
|
|
390
|
-
});
|
|
391
|
-
}
|
|
392
|
-
export declare class CreateJobRequestTasks extends $dara.Model {
|
|
393
|
-
executorPolicy?: CreateJobRequestTasksExecutorPolicy;
|
|
394
|
-
/**
|
|
395
|
-
* @example
|
|
396
|
-
* task0
|
|
397
|
-
*/
|
|
398
|
-
taskName?: string;
|
|
399
|
-
taskSpec?: CreateJobRequestTasksTaskSpec;
|
|
400
|
-
/**
|
|
401
|
-
* @example
|
|
402
|
-
* true
|
|
403
|
-
*/
|
|
404
|
-
taskSustainable?: boolean;
|
|
405
|
-
static names(): {
|
|
406
|
-
[key: string]: string;
|
|
407
|
-
};
|
|
408
|
-
static types(): {
|
|
409
|
-
[key: string]: any;
|
|
410
|
-
};
|
|
411
|
-
validate(): void;
|
|
412
|
-
constructor(map?: {
|
|
413
|
-
[key: string]: any;
|
|
414
|
-
});
|
|
415
|
-
}
|
|
416
|
-
export declare class CreateJobResponseBodyTasks extends $dara.Model {
|
|
417
|
-
executorIds?: string[];
|
|
418
|
-
taskName?: string;
|
|
419
|
-
static names(): {
|
|
420
|
-
[key: string]: string;
|
|
421
|
-
};
|
|
422
|
-
static types(): {
|
|
423
|
-
[key: string]: any;
|
|
424
|
-
};
|
|
425
|
-
validate(): void;
|
|
426
|
-
constructor(map?: {
|
|
427
|
-
[key: string]: any;
|
|
428
|
-
});
|
|
429
|
-
}
|
|
430
|
-
export declare class CreatePoolRequestResourceLimits extends $dara.Model {
|
|
431
|
-
/**
|
|
432
|
-
* @example
|
|
433
|
-
* 2000
|
|
434
|
-
*/
|
|
435
|
-
maxExectorNum?: number;
|
|
436
|
-
static names(): {
|
|
437
|
-
[key: string]: string;
|
|
438
|
-
};
|
|
439
|
-
static types(): {
|
|
440
|
-
[key: string]: any;
|
|
441
|
-
};
|
|
442
|
-
validate(): void;
|
|
443
|
-
constructor(map?: {
|
|
444
|
-
[key: string]: any;
|
|
445
|
-
});
|
|
446
|
-
}
|
|
447
|
-
export declare class DeleteJobsRequestJobSpecTaskSpec extends $dara.Model {
|
|
448
|
-
arrayIndex?: number[];
|
|
449
|
-
/**
|
|
450
|
-
* @example
|
|
451
|
-
* task0
|
|
452
|
-
*/
|
|
453
|
-
taskName?: string;
|
|
454
|
-
static names(): {
|
|
455
|
-
[key: string]: string;
|
|
456
|
-
};
|
|
457
|
-
static types(): {
|
|
458
|
-
[key: string]: any;
|
|
459
|
-
};
|
|
460
|
-
validate(): void;
|
|
461
|
-
constructor(map?: {
|
|
462
|
-
[key: string]: any;
|
|
463
|
-
});
|
|
464
|
-
}
|
|
465
|
-
export declare class DeleteJobsRequestJobSpec extends $dara.Model {
|
|
466
|
-
/**
|
|
467
|
-
* @example
|
|
468
|
-
* job-xxxx
|
|
469
|
-
*/
|
|
470
|
-
jobId?: string;
|
|
471
|
-
taskSpec?: DeleteJobsRequestJobSpecTaskSpec[];
|
|
472
|
-
static names(): {
|
|
473
|
-
[key: string]: string;
|
|
474
|
-
};
|
|
475
|
-
static types(): {
|
|
476
|
-
[key: string]: any;
|
|
477
|
-
};
|
|
478
|
-
validate(): void;
|
|
479
|
-
constructor(map?: {
|
|
480
|
-
[key: string]: any;
|
|
481
|
-
});
|
|
482
|
-
}
|
|
483
|
-
export declare class DescribeJobMetricLastResponseBodyMetrics extends $dara.Model {
|
|
484
|
-
/**
|
|
485
|
-
* @example
|
|
486
|
-
* 1
|
|
487
|
-
*/
|
|
488
|
-
arrayIndex?: number;
|
|
489
|
-
/**
|
|
490
|
-
* @example
|
|
491
|
-
* {"memory_utilization": 37.42,"cpu_utilization": 1.008, "disk_utilization": 3.562}
|
|
492
|
-
*/
|
|
493
|
-
metric?: string;
|
|
494
|
-
static names(): {
|
|
495
|
-
[key: string]: string;
|
|
496
|
-
};
|
|
497
|
-
static types(): {
|
|
498
|
-
[key: string]: any;
|
|
499
|
-
};
|
|
500
|
-
validate(): void;
|
|
501
|
-
constructor(map?: {
|
|
502
|
-
[key: string]: any;
|
|
503
|
-
});
|
|
504
|
-
}
|
|
505
|
-
export declare class GetAppVersionsResponseBodyAppVersions extends $dara.Model {
|
|
506
|
-
/**
|
|
507
|
-
* @remarks
|
|
508
|
-
* This parameter is required.
|
|
509
|
-
*
|
|
510
|
-
* @example
|
|
511
|
-
* m-f8z0dfa96luomqly****
|
|
512
|
-
*/
|
|
513
|
-
imageId?: string;
|
|
514
|
-
/**
|
|
515
|
-
* @example
|
|
516
|
-
* V-Ray
|
|
517
|
-
*/
|
|
518
|
-
name?: string;
|
|
519
|
-
/**
|
|
520
|
-
* @example
|
|
521
|
-
* v1.0
|
|
522
|
-
*/
|
|
523
|
-
version?: string;
|
|
524
|
-
static names(): {
|
|
525
|
-
[key: string]: string;
|
|
526
|
-
};
|
|
527
|
-
static types(): {
|
|
528
|
-
[key: string]: any;
|
|
529
|
-
};
|
|
530
|
-
validate(): void;
|
|
531
|
-
constructor(map?: {
|
|
532
|
-
[key: string]: any;
|
|
533
|
-
});
|
|
534
|
-
}
|
|
535
|
-
export declare class GetImageResponseBodyImageContainerImageSpecRegistryCredential extends $dara.Model {
|
|
536
|
-
/**
|
|
537
|
-
* @example
|
|
538
|
-
* userpassword
|
|
539
|
-
*/
|
|
540
|
-
password?: string;
|
|
541
|
-
/**
|
|
542
|
-
* @example
|
|
543
|
-
* registry-vpc.cn-hangzhou.aliyuncs.com
|
|
544
|
-
*/
|
|
545
|
-
server?: string;
|
|
546
|
-
/**
|
|
547
|
-
* @example
|
|
548
|
-
* username
|
|
549
|
-
*/
|
|
550
|
-
userName?: string;
|
|
551
|
-
static names(): {
|
|
552
|
-
[key: string]: string;
|
|
553
|
-
};
|
|
554
|
-
static types(): {
|
|
555
|
-
[key: string]: any;
|
|
556
|
-
};
|
|
557
|
-
validate(): void;
|
|
558
|
-
constructor(map?: {
|
|
559
|
-
[key: string]: any;
|
|
560
|
-
});
|
|
561
|
-
}
|
|
562
|
-
export declare class GetImageResponseBodyImageContainerImageSpec extends $dara.Model {
|
|
563
|
-
architecture?: string;
|
|
564
|
-
/**
|
|
565
|
-
* @example
|
|
566
|
-
* True
|
|
567
|
-
*/
|
|
568
|
-
isACREnterprise?: boolean;
|
|
569
|
-
/**
|
|
570
|
-
* @example
|
|
571
|
-
* True
|
|
572
|
-
*/
|
|
573
|
-
isACRRegistry?: boolean;
|
|
574
|
-
osTag?: string;
|
|
575
|
-
platform?: string;
|
|
576
|
-
registryCredential?: GetImageResponseBodyImageContainerImageSpecRegistryCredential;
|
|
577
|
-
/**
|
|
578
|
-
* @example
|
|
579
|
-
* cri-xyz795ygf8k9****
|
|
580
|
-
*/
|
|
581
|
-
registryCriId?: string;
|
|
582
|
-
/**
|
|
583
|
-
* @example
|
|
584
|
-
* registry-vpc.cn-hangzhou.aliyuncs.com/ehpc_open/nginx:latest
|
|
585
|
-
*/
|
|
586
|
-
registryUrl?: string;
|
|
587
|
-
static names(): {
|
|
588
|
-
[key: string]: string;
|
|
589
|
-
};
|
|
590
|
-
static types(): {
|
|
591
|
-
[key: string]: any;
|
|
592
|
-
};
|
|
593
|
-
validate(): void;
|
|
594
|
-
constructor(map?: {
|
|
595
|
-
[key: string]: any;
|
|
596
|
-
});
|
|
597
|
-
}
|
|
598
|
-
export declare class GetImageResponseBodyImageDocumentInfo extends $dara.Model {
|
|
599
|
-
document?: string;
|
|
600
|
-
documentId?: string;
|
|
601
|
-
encodingMode?: string;
|
|
602
|
-
static names(): {
|
|
603
|
-
[key: string]: string;
|
|
604
|
-
};
|
|
605
|
-
static types(): {
|
|
606
|
-
[key: string]: any;
|
|
607
|
-
};
|
|
608
|
-
validate(): void;
|
|
609
|
-
constructor(map?: {
|
|
610
|
-
[key: string]: any;
|
|
611
|
-
});
|
|
612
|
-
}
|
|
613
|
-
export declare class GetImageResponseBodyImageVMImageSpec extends $dara.Model {
|
|
614
|
-
/**
|
|
615
|
-
* @example
|
|
616
|
-
* x86_64
|
|
617
|
-
*/
|
|
618
|
-
architecture?: string;
|
|
619
|
-
/**
|
|
620
|
-
* @example
|
|
621
|
-
* m-uf60twafjtaart******
|
|
622
|
-
*/
|
|
623
|
-
imageId?: string;
|
|
624
|
-
/**
|
|
625
|
-
* @example
|
|
626
|
-
* CentOS 7.6 64 bit
|
|
627
|
-
*/
|
|
628
|
-
osTag?: string;
|
|
629
|
-
/**
|
|
630
|
-
* @example
|
|
631
|
-
* CentOS
|
|
632
|
-
*/
|
|
633
|
-
platform?: string;
|
|
634
|
-
static names(): {
|
|
635
|
-
[key: string]: string;
|
|
636
|
-
};
|
|
637
|
-
static types(): {
|
|
638
|
-
[key: string]: any;
|
|
639
|
-
};
|
|
640
|
-
validate(): void;
|
|
641
|
-
constructor(map?: {
|
|
642
|
-
[key: string]: any;
|
|
643
|
-
});
|
|
644
|
-
}
|
|
645
|
-
export declare class GetImageResponseBodyImage extends $dara.Model {
|
|
646
|
-
appId?: string;
|
|
647
|
-
containerImageSpec?: GetImageResponseBodyImageContainerImageSpec;
|
|
648
|
-
/**
|
|
649
|
-
* @example
|
|
650
|
-
* 2022-12-23T09:51:39Z
|
|
651
|
-
*/
|
|
652
|
-
createTime?: string;
|
|
653
|
-
description?: string;
|
|
654
|
-
documentInfo?: GetImageResponseBodyImageDocumentInfo;
|
|
655
|
-
/**
|
|
656
|
-
* @remarks
|
|
657
|
-
* This parameter is required.
|
|
658
|
-
*
|
|
659
|
-
* @example
|
|
660
|
-
* VM
|
|
661
|
-
*/
|
|
662
|
-
imageType?: string;
|
|
663
|
-
/**
|
|
664
|
-
* @example
|
|
665
|
-
* app-image
|
|
666
|
-
*/
|
|
667
|
-
name?: string;
|
|
668
|
-
/**
|
|
669
|
-
* @example
|
|
670
|
-
* 40 GiB
|
|
671
|
-
*/
|
|
672
|
-
size?: string;
|
|
673
|
-
status?: string;
|
|
674
|
-
VMImageSpec?: GetImageResponseBodyImageVMImageSpec;
|
|
675
|
-
/**
|
|
676
|
-
* @example
|
|
677
|
-
* v1.0
|
|
678
|
-
*/
|
|
679
|
-
version?: string;
|
|
680
|
-
static names(): {
|
|
681
|
-
[key: string]: string;
|
|
682
|
-
};
|
|
683
|
-
static types(): {
|
|
684
|
-
[key: string]: any;
|
|
685
|
-
};
|
|
686
|
-
validate(): void;
|
|
687
|
-
constructor(map?: {
|
|
688
|
-
[key: string]: any;
|
|
689
|
-
});
|
|
690
|
-
}
|
|
691
|
-
export declare class GetJobResponseBodyJobInfoDeploymentPolicyNetwork extends $dara.Model {
|
|
692
|
-
enableENIMapping?: boolean;
|
|
693
|
-
enableExternalIpAddress?: boolean;
|
|
694
|
-
vswitch?: string[];
|
|
695
|
-
static names(): {
|
|
696
|
-
[key: string]: string;
|
|
697
|
-
};
|
|
698
|
-
static types(): {
|
|
699
|
-
[key: string]: any;
|
|
700
|
-
};
|
|
701
|
-
validate(): void;
|
|
702
|
-
constructor(map?: {
|
|
703
|
-
[key: string]: any;
|
|
704
|
-
});
|
|
705
|
-
}
|
|
706
|
-
export declare class GetJobResponseBodyJobInfoDeploymentPolicyTags extends $dara.Model {
|
|
707
|
-
tagKey?: string;
|
|
708
|
-
tagValue?: string;
|
|
709
|
-
static names(): {
|
|
710
|
-
[key: string]: string;
|
|
711
|
-
};
|
|
712
|
-
static types(): {
|
|
713
|
-
[key: string]: any;
|
|
714
|
-
};
|
|
715
|
-
validate(): void;
|
|
716
|
-
constructor(map?: {
|
|
717
|
-
[key: string]: any;
|
|
718
|
-
});
|
|
719
|
-
}
|
|
720
|
-
export declare class GetJobResponseBodyJobInfoDeploymentPolicy extends $dara.Model {
|
|
721
|
-
/**
|
|
722
|
-
* @example
|
|
723
|
-
* Dedicated
|
|
724
|
-
*/
|
|
725
|
-
allocationSpec?: string;
|
|
726
|
-
level?: string;
|
|
727
|
-
network?: GetJobResponseBodyJobInfoDeploymentPolicyNetwork;
|
|
728
|
-
tags?: GetJobResponseBodyJobInfoDeploymentPolicyTags[];
|
|
729
|
-
static names(): {
|
|
730
|
-
[key: string]: string;
|
|
731
|
-
};
|
|
732
|
-
static types(): {
|
|
733
|
-
[key: string]: any;
|
|
734
|
-
};
|
|
735
|
-
validate(): void;
|
|
736
|
-
constructor(map?: {
|
|
737
|
-
[key: string]: any;
|
|
738
|
-
});
|
|
739
|
-
}
|
|
740
|
-
export declare class GetJobResponseBodyJobInfoTasksExecutorPolicyArraySpec extends $dara.Model {
|
|
741
|
-
/**
|
|
742
|
-
* @example
|
|
743
|
-
* 9
|
|
744
|
-
*/
|
|
745
|
-
indexEnd?: number;
|
|
746
|
-
/**
|
|
747
|
-
* @example
|
|
748
|
-
* 0
|
|
749
|
-
*/
|
|
750
|
-
indexStart?: number;
|
|
751
|
-
/**
|
|
752
|
-
* @example
|
|
753
|
-
* 1
|
|
754
|
-
*/
|
|
755
|
-
indexStep?: number;
|
|
756
|
-
static names(): {
|
|
757
|
-
[key: string]: string;
|
|
758
|
-
};
|
|
759
|
-
static types(): {
|
|
760
|
-
[key: string]: any;
|
|
761
|
-
};
|
|
762
|
-
validate(): void;
|
|
763
|
-
constructor(map?: {
|
|
764
|
-
[key: string]: any;
|
|
765
|
-
});
|
|
766
|
-
}
|
|
767
|
-
export declare class GetJobResponseBodyJobInfoTasksExecutorPolicy extends $dara.Model {
|
|
768
|
-
arraySpec?: GetJobResponseBodyJobInfoTasksExecutorPolicyArraySpec;
|
|
769
|
-
/**
|
|
770
|
-
* @example
|
|
771
|
-
* 10
|
|
772
|
-
*/
|
|
773
|
-
maxCount?: number;
|
|
774
|
-
static names(): {
|
|
775
|
-
[key: string]: string;
|
|
776
|
-
};
|
|
777
|
-
static types(): {
|
|
778
|
-
[key: string]: any;
|
|
779
|
-
};
|
|
780
|
-
validate(): void;
|
|
781
|
-
constructor(map?: {
|
|
782
|
-
[key: string]: any;
|
|
783
|
-
});
|
|
784
|
-
}
|
|
785
|
-
export declare class GetJobResponseBodyJobInfoTasksExecutorStatus extends $dara.Model {
|
|
786
|
-
/**
|
|
787
|
-
* @example
|
|
788
|
-
* 0
|
|
789
|
-
*/
|
|
790
|
-
arrayId?: number;
|
|
791
|
-
/**
|
|
792
|
-
* @example
|
|
793
|
-
* 2024-02-04 13:54:10
|
|
794
|
-
*/
|
|
795
|
-
createTime?: string;
|
|
796
|
-
/**
|
|
797
|
-
* @example
|
|
798
|
-
* 2024-02-04 13:54:10
|
|
799
|
-
*/
|
|
800
|
-
endTime?: string;
|
|
801
|
-
/**
|
|
802
|
-
* @example
|
|
803
|
-
* 2024-02-04 13:54:10
|
|
804
|
-
*/
|
|
805
|
-
startTime?: string;
|
|
806
|
-
/**
|
|
807
|
-
* @example
|
|
808
|
-
* Running
|
|
809
|
-
*/
|
|
810
|
-
status?: string;
|
|
811
|
-
/**
|
|
812
|
-
* @example
|
|
813
|
-
* Creating executor
|
|
814
|
-
*/
|
|
815
|
-
statusReason?: string;
|
|
816
|
-
static names(): {
|
|
817
|
-
[key: string]: string;
|
|
818
|
-
};
|
|
819
|
-
static types(): {
|
|
820
|
-
[key: string]: any;
|
|
821
|
-
};
|
|
822
|
-
validate(): void;
|
|
823
|
-
constructor(map?: {
|
|
824
|
-
[key: string]: any;
|
|
825
|
-
});
|
|
826
|
-
}
|
|
827
|
-
export declare class GetJobResponseBodyJobInfoTasksTaskSpecResourceDisks extends $dara.Model {
|
|
828
|
-
/**
|
|
829
|
-
* @example
|
|
830
|
-
* 100
|
|
831
|
-
*/
|
|
832
|
-
size?: number;
|
|
833
|
-
/**
|
|
834
|
-
* @example
|
|
835
|
-
* System
|
|
836
|
-
*/
|
|
837
|
-
type?: string;
|
|
838
|
-
static names(): {
|
|
839
|
-
[key: string]: string;
|
|
840
|
-
};
|
|
841
|
-
static types(): {
|
|
842
|
-
[key: string]: any;
|
|
843
|
-
};
|
|
844
|
-
validate(): void;
|
|
845
|
-
constructor(map?: {
|
|
846
|
-
[key: string]: any;
|
|
847
|
-
});
|
|
848
|
-
}
|
|
849
|
-
export declare class GetJobResponseBodyJobInfoTasksTaskSpecResource extends $dara.Model {
|
|
850
|
-
/**
|
|
851
|
-
* @example
|
|
852
|
-
* 1
|
|
853
|
-
*/
|
|
854
|
-
cores?: number;
|
|
855
|
-
disks?: GetJobResponseBodyJobInfoTasksTaskSpecResourceDisks[];
|
|
856
|
-
/**
|
|
857
|
-
* @example
|
|
858
|
-
* 4
|
|
859
|
-
*/
|
|
860
|
-
memory?: number;
|
|
861
|
-
static names(): {
|
|
862
|
-
[key: string]: string;
|
|
863
|
-
};
|
|
864
|
-
static types(): {
|
|
865
|
-
[key: string]: any;
|
|
866
|
-
};
|
|
867
|
-
validate(): void;
|
|
868
|
-
constructor(map?: {
|
|
869
|
-
[key: string]: any;
|
|
870
|
-
});
|
|
871
|
-
}
|
|
872
|
-
export declare class GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutorVM extends $dara.Model {
|
|
873
|
-
/**
|
|
874
|
-
* @example
|
|
875
|
-
* m-xxxx
|
|
876
|
-
*/
|
|
877
|
-
image?: string;
|
|
878
|
-
/**
|
|
879
|
-
* @example
|
|
880
|
-
* ZWNobyAiMTIzNCIgPiBgZGF0ZSArJXNg
|
|
881
|
-
*/
|
|
882
|
-
prologScript?: string;
|
|
883
|
-
/**
|
|
884
|
-
* @example
|
|
885
|
-
* ZWNobyAiMTIzNCIgPiBgZGF0ZSArJXNg
|
|
886
|
-
*/
|
|
887
|
-
script?: string;
|
|
888
|
-
static names(): {
|
|
889
|
-
[key: string]: string;
|
|
890
|
-
};
|
|
891
|
-
static types(): {
|
|
892
|
-
[key: string]: any;
|
|
893
|
-
};
|
|
894
|
-
validate(): void;
|
|
895
|
-
constructor(map?: {
|
|
896
|
-
[key: string]: any;
|
|
897
|
-
});
|
|
898
|
-
}
|
|
899
|
-
export declare class GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutor extends $dara.Model {
|
|
900
|
-
VM?: GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutorVM;
|
|
901
|
-
static names(): {
|
|
902
|
-
[key: string]: string;
|
|
903
|
-
};
|
|
904
|
-
static types(): {
|
|
905
|
-
[key: string]: any;
|
|
906
|
-
};
|
|
907
|
-
validate(): void;
|
|
908
|
-
constructor(map?: {
|
|
909
|
-
[key: string]: any;
|
|
910
|
-
});
|
|
911
|
-
}
|
|
912
|
-
export declare class GetJobResponseBodyJobInfoTasksTaskSpec extends $dara.Model {
|
|
913
|
-
resource?: GetJobResponseBodyJobInfoTasksTaskSpecResource;
|
|
914
|
-
taskExecutor?: GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutor[];
|
|
915
|
-
static names(): {
|
|
916
|
-
[key: string]: string;
|
|
917
|
-
};
|
|
918
|
-
static types(): {
|
|
919
|
-
[key: string]: any;
|
|
920
|
-
};
|
|
921
|
-
validate(): void;
|
|
922
|
-
constructor(map?: {
|
|
923
|
-
[key: string]: any;
|
|
924
|
-
});
|
|
925
|
-
}
|
|
926
|
-
export declare class GetJobResponseBodyJobInfoTasks extends $dara.Model {
|
|
927
|
-
executorPolicy?: GetJobResponseBodyJobInfoTasksExecutorPolicy;
|
|
928
|
-
executorStatus?: GetJobResponseBodyJobInfoTasksExecutorStatus[];
|
|
929
|
-
/**
|
|
930
|
-
* @example
|
|
931
|
-
* task0
|
|
932
|
-
*/
|
|
933
|
-
taskName?: string;
|
|
934
|
-
taskSpec?: GetJobResponseBodyJobInfoTasksTaskSpec;
|
|
935
|
-
/**
|
|
936
|
-
* @example
|
|
937
|
-
* true
|
|
938
|
-
*/
|
|
939
|
-
taskSustainable?: boolean;
|
|
940
|
-
static names(): {
|
|
941
|
-
[key: string]: string;
|
|
942
|
-
};
|
|
943
|
-
static types(): {
|
|
944
|
-
[key: string]: any;
|
|
945
|
-
};
|
|
946
|
-
validate(): void;
|
|
947
|
-
constructor(map?: {
|
|
948
|
-
[key: string]: any;
|
|
949
|
-
});
|
|
950
|
-
}
|
|
951
|
-
export declare class GetJobResponseBodyJobInfo extends $dara.Model {
|
|
952
|
-
/**
|
|
953
|
-
* @example
|
|
954
|
-
* 2024-03-05 20:00:46
|
|
955
|
-
*/
|
|
956
|
-
createTime?: string;
|
|
957
|
-
deploymentPolicy?: GetJobResponseBodyJobInfoDeploymentPolicy;
|
|
958
|
-
/**
|
|
959
|
-
* @example
|
|
960
|
-
* 2024-03-05 20:01:48
|
|
961
|
-
*/
|
|
962
|
-
endTime?: string;
|
|
963
|
-
/**
|
|
964
|
-
* @example
|
|
965
|
-
* Demo
|
|
966
|
-
*/
|
|
967
|
-
jobDescription?: string;
|
|
968
|
-
/**
|
|
969
|
-
* @example
|
|
970
|
-
* job-xxxx
|
|
971
|
-
*/
|
|
972
|
-
jobId?: string;
|
|
973
|
-
/**
|
|
974
|
-
* @example
|
|
975
|
-
* testJob
|
|
976
|
-
*/
|
|
977
|
-
jobName?: string;
|
|
978
|
-
jobScheduler?: string;
|
|
979
|
-
/**
|
|
980
|
-
* @example
|
|
981
|
-
* 2024-03-05 20:00:48
|
|
982
|
-
*/
|
|
983
|
-
startTime?: string;
|
|
984
|
-
/**
|
|
985
|
-
* @example
|
|
986
|
-
* Succeed
|
|
987
|
-
*/
|
|
988
|
-
status?: string;
|
|
989
|
-
tasks?: GetJobResponseBodyJobInfoTasks[];
|
|
990
|
-
static names(): {
|
|
991
|
-
[key: string]: string;
|
|
992
|
-
};
|
|
993
|
-
static types(): {
|
|
994
|
-
[key: string]: any;
|
|
995
|
-
};
|
|
996
|
-
validate(): void;
|
|
997
|
-
constructor(map?: {
|
|
998
|
-
[key: string]: any;
|
|
999
|
-
});
|
|
1000
|
-
}
|
|
1001
|
-
export declare class GetPoolResponseBodyPoolInfo extends $dara.Model {
|
|
1002
|
-
/**
|
|
1003
|
-
* @example
|
|
1004
|
-
* 2024-12-01 20:00:00
|
|
1005
|
-
*/
|
|
1006
|
-
createTime?: string;
|
|
1007
|
-
/**
|
|
1008
|
-
* @example
|
|
1009
|
-
* 1
|
|
1010
|
-
*/
|
|
1011
|
-
exectorUsage?: number;
|
|
1012
|
-
/**
|
|
1013
|
-
* @example
|
|
1014
|
-
* true
|
|
1015
|
-
*/
|
|
1016
|
-
isDefault?: boolean;
|
|
1017
|
-
/**
|
|
1018
|
-
* @example
|
|
1019
|
-
* 2000
|
|
1020
|
-
*/
|
|
1021
|
-
maxExectorNum?: number;
|
|
1022
|
-
/**
|
|
1023
|
-
* @example
|
|
1024
|
-
* PoolTest
|
|
1025
|
-
*/
|
|
1026
|
-
poolName?: string;
|
|
1027
|
-
/**
|
|
1028
|
-
* @example
|
|
1029
|
-
* 1
|
|
1030
|
-
*/
|
|
1031
|
-
priority?: number;
|
|
1032
|
-
/**
|
|
1033
|
-
* @example
|
|
1034
|
-
* Fails to *** pool: ***.
|
|
1035
|
-
*/
|
|
1036
|
-
reason?: string;
|
|
1037
|
-
/**
|
|
1038
|
-
* @example
|
|
1039
|
-
* Working
|
|
1040
|
-
*/
|
|
1041
|
-
status?: string;
|
|
1042
|
-
/**
|
|
1043
|
-
* @example
|
|
1044
|
-
* 2024-12-01 20:00:00
|
|
1045
|
-
*/
|
|
1046
|
-
updateTime?: string;
|
|
1047
|
-
static names(): {
|
|
1048
|
-
[key: string]: string;
|
|
1049
|
-
};
|
|
1050
|
-
static types(): {
|
|
1051
|
-
[key: string]: any;
|
|
1052
|
-
};
|
|
1053
|
-
validate(): void;
|
|
1054
|
-
constructor(map?: {
|
|
1055
|
-
[key: string]: any;
|
|
1056
|
-
});
|
|
1057
|
-
}
|
|
1058
|
-
export declare class ListExecutorsRequestFilter extends $dara.Model {
|
|
1059
|
-
executorIds?: string[];
|
|
1060
|
-
ipAddresses?: string[];
|
|
1061
|
-
/**
|
|
1062
|
-
* @example
|
|
1063
|
-
* testJob
|
|
1064
|
-
*/
|
|
1065
|
-
jobName?: string;
|
|
1066
|
-
status?: string[];
|
|
1067
|
-
/**
|
|
1068
|
-
* @example
|
|
1069
|
-
* 1703819914
|
|
1070
|
-
*/
|
|
1071
|
-
timeCreatedAfter?: number;
|
|
1072
|
-
/**
|
|
1073
|
-
* @example
|
|
1074
|
-
* 1703820113
|
|
1075
|
-
*/
|
|
1076
|
-
timeCreatedBefore?: number;
|
|
1077
|
-
static names(): {
|
|
1078
|
-
[key: string]: string;
|
|
1079
|
-
};
|
|
1080
|
-
static types(): {
|
|
1081
|
-
[key: string]: any;
|
|
1082
|
-
};
|
|
1083
|
-
validate(): void;
|
|
1084
|
-
constructor(map?: {
|
|
1085
|
-
[key: string]: any;
|
|
1086
|
-
});
|
|
1087
|
-
}
|
|
1088
|
-
export declare class ListExecutorsResponseBodyExecutorsResourceDisks extends $dara.Model {
|
|
1089
|
-
size?: number;
|
|
1090
|
-
type?: string;
|
|
1091
|
-
static names(): {
|
|
1092
|
-
[key: string]: string;
|
|
1093
|
-
};
|
|
1094
|
-
static types(): {
|
|
1095
|
-
[key: string]: any;
|
|
1096
|
-
};
|
|
1097
|
-
validate(): void;
|
|
1098
|
-
constructor(map?: {
|
|
1099
|
-
[key: string]: any;
|
|
1100
|
-
});
|
|
1101
|
-
}
|
|
1102
|
-
export declare class ListExecutorsResponseBodyExecutorsResource extends $dara.Model {
|
|
1103
|
-
cores?: number;
|
|
1104
|
-
disks?: ListExecutorsResponseBodyExecutorsResourceDisks[];
|
|
1105
|
-
memory?: number;
|
|
1106
|
-
static names(): {
|
|
1107
|
-
[key: string]: string;
|
|
1108
|
-
};
|
|
1109
|
-
static types(): {
|
|
1110
|
-
[key: string]: any;
|
|
1111
|
-
};
|
|
1112
|
-
validate(): void;
|
|
1113
|
-
constructor(map?: {
|
|
1114
|
-
[key: string]: any;
|
|
1115
|
-
});
|
|
1116
|
-
}
|
|
1117
|
-
export declare class ListExecutorsResponseBodyExecutorsTags extends $dara.Model {
|
|
1118
|
-
tagKey?: string;
|
|
1119
|
-
tagValue?: string;
|
|
1120
|
-
static names(): {
|
|
1121
|
-
[key: string]: string;
|
|
1122
|
-
};
|
|
1123
|
-
static types(): {
|
|
1124
|
-
[key: string]: any;
|
|
1125
|
-
};
|
|
1126
|
-
validate(): void;
|
|
1127
|
-
constructor(map?: {
|
|
1128
|
-
[key: string]: any;
|
|
1129
|
-
});
|
|
1130
|
-
}
|
|
1131
|
-
export declare class ListExecutorsResponseBodyExecutors extends $dara.Model {
|
|
1132
|
-
appName?: string;
|
|
1133
|
-
/**
|
|
1134
|
-
* @example
|
|
1135
|
-
* 0
|
|
1136
|
-
*/
|
|
1137
|
-
arrayIndex?: number;
|
|
1138
|
-
/**
|
|
1139
|
-
* @example
|
|
1140
|
-
* 2024-02-20 10:04:10
|
|
1141
|
-
*/
|
|
1142
|
-
createTime?: string;
|
|
1143
|
-
/**
|
|
1144
|
-
* @example
|
|
1145
|
-
* 2024-02-20 10:04:18
|
|
1146
|
-
*/
|
|
1147
|
-
endTime?: string;
|
|
1148
|
-
/**
|
|
1149
|
-
* @example
|
|
1150
|
-
* job-xxxx-task0-1
|
|
1151
|
-
*/
|
|
1152
|
-
executorId?: string;
|
|
1153
|
-
expirationTime?: string;
|
|
1154
|
-
externalIpAddress?: string[];
|
|
1155
|
-
hostName?: string[];
|
|
1156
|
-
image?: string;
|
|
1157
|
-
ipAddress?: string[];
|
|
1158
|
-
/**
|
|
1159
|
-
* @example
|
|
1160
|
-
* job-hy1nggvyukuvkr******
|
|
1161
|
-
*/
|
|
1162
|
-
jobId?: string;
|
|
1163
|
-
/**
|
|
1164
|
-
* @example
|
|
1165
|
-
* testJob
|
|
1166
|
-
*/
|
|
1167
|
-
jobName?: string;
|
|
1168
|
-
resource?: ListExecutorsResponseBodyExecutorsResource;
|
|
1169
|
-
resourceType?: string;
|
|
1170
|
-
startTime?: string;
|
|
1171
|
-
/**
|
|
1172
|
-
* @example
|
|
1173
|
-
* Running
|
|
1174
|
-
*/
|
|
1175
|
-
status?: string;
|
|
1176
|
-
/**
|
|
1177
|
-
* @example
|
|
1178
|
-
* Succeeded to release executor resource
|
|
1179
|
-
*/
|
|
1180
|
-
statusReason?: string;
|
|
1181
|
-
tags?: ListExecutorsResponseBodyExecutorsTags[];
|
|
1182
|
-
/**
|
|
1183
|
-
* @example
|
|
1184
|
-
* task0
|
|
1185
|
-
*/
|
|
1186
|
-
taskName?: string;
|
|
1187
|
-
taskSustainable?: boolean;
|
|
1188
|
-
vswitchId?: string;
|
|
1189
|
-
static names(): {
|
|
1190
|
-
[key: string]: string;
|
|
1191
|
-
};
|
|
1192
|
-
static types(): {
|
|
1193
|
-
[key: string]: any;
|
|
1194
|
-
};
|
|
1195
|
-
validate(): void;
|
|
1196
|
-
constructor(map?: {
|
|
1197
|
-
[key: string]: any;
|
|
1198
|
-
});
|
|
1199
|
-
}
|
|
1200
|
-
export declare class ListImagesResponseBodyImages extends $dara.Model {
|
|
1201
|
-
/**
|
|
1202
|
-
* @remarks
|
|
1203
|
-
* This parameter is required.
|
|
1204
|
-
*/
|
|
1205
|
-
appId?: string;
|
|
1206
|
-
/**
|
|
1207
|
-
* @example
|
|
1208
|
-
* 2022-12-09T07:06:34Z
|
|
1209
|
-
*/
|
|
1210
|
-
createTime?: string;
|
|
1211
|
-
description?: string;
|
|
1212
|
-
documentId?: number;
|
|
1213
|
-
/**
|
|
1214
|
-
* @remarks
|
|
1215
|
-
* This parameter is required.
|
|
1216
|
-
*
|
|
1217
|
-
* @example
|
|
1218
|
-
* m-bp181x855551ww5yq****
|
|
1219
|
-
*/
|
|
1220
|
-
imageId?: string;
|
|
1221
|
-
/**
|
|
1222
|
-
* @remarks
|
|
1223
|
-
* This parameter is required.
|
|
1224
|
-
*
|
|
1225
|
-
* @example
|
|
1226
|
-
* VM
|
|
1227
|
-
*/
|
|
1228
|
-
imageType?: string;
|
|
1229
|
-
/**
|
|
1230
|
-
* @example
|
|
1231
|
-
* app-image
|
|
1232
|
-
*/
|
|
1233
|
-
name?: string;
|
|
1234
|
-
osTag?: string;
|
|
1235
|
-
updateTime?: string;
|
|
1236
|
-
/**
|
|
1237
|
-
* @example
|
|
1238
|
-
* v1.0
|
|
1239
|
-
*/
|
|
1240
|
-
version?: string;
|
|
1241
|
-
weight?: number;
|
|
1242
|
-
static names(): {
|
|
1243
|
-
[key: string]: string;
|
|
1244
|
-
};
|
|
1245
|
-
static types(): {
|
|
1246
|
-
[key: string]: any;
|
|
1247
|
-
};
|
|
1248
|
-
validate(): void;
|
|
1249
|
-
constructor(map?: {
|
|
1250
|
-
[key: string]: any;
|
|
1251
|
-
});
|
|
1252
|
-
}
|
|
1253
|
-
export declare class ListJobExecutorsResponseBodyExecutorStatus extends $dara.Model {
|
|
1254
|
-
deleted?: number;
|
|
1255
|
-
exception?: number;
|
|
1256
|
-
failed?: number;
|
|
1257
|
-
initing?: number;
|
|
1258
|
-
pending?: number;
|
|
1259
|
-
running?: number;
|
|
1260
|
-
succeeded?: number;
|
|
1261
|
-
static names(): {
|
|
1262
|
-
[key: string]: string;
|
|
1263
|
-
};
|
|
1264
|
-
static types(): {
|
|
1265
|
-
[key: string]: any;
|
|
1266
|
-
};
|
|
1267
|
-
validate(): void;
|
|
1268
|
-
constructor(map?: {
|
|
1269
|
-
[key: string]: any;
|
|
1270
|
-
});
|
|
1271
|
-
}
|
|
1272
|
-
export declare class ListJobExecutorsResponseBodyExecutorsTags extends $dara.Model {
|
|
1273
|
-
tagKey?: string;
|
|
1274
|
-
tagValue?: string;
|
|
1275
|
-
static names(): {
|
|
1276
|
-
[key: string]: string;
|
|
1277
|
-
};
|
|
1278
|
-
static types(): {
|
|
1279
|
-
[key: string]: any;
|
|
1280
|
-
};
|
|
1281
|
-
validate(): void;
|
|
1282
|
-
constructor(map?: {
|
|
1283
|
-
[key: string]: any;
|
|
1284
|
-
});
|
|
1285
|
-
}
|
|
1286
|
-
export declare class ListJobExecutorsResponseBodyExecutors extends $dara.Model {
|
|
1287
|
-
/**
|
|
1288
|
-
* @example
|
|
1289
|
-
* 0
|
|
1290
|
-
*/
|
|
1291
|
-
arrayIndex?: number;
|
|
1292
|
-
/**
|
|
1293
|
-
* @example
|
|
1294
|
-
* 2024-02-20 10:04:10
|
|
1295
|
-
*/
|
|
1296
|
-
createTime?: string;
|
|
1297
|
-
/**
|
|
1298
|
-
* @example
|
|
1299
|
-
* 2024-02-20 10:04:18
|
|
1300
|
-
*/
|
|
1301
|
-
endTime?: string;
|
|
1302
|
-
executorId?: string;
|
|
1303
|
-
expirationTime?: string;
|
|
1304
|
-
externalIpAddress?: string[];
|
|
1305
|
-
hostName?: string[];
|
|
1306
|
-
ipAddress?: string[];
|
|
1307
|
-
startTime?: string;
|
|
1308
|
-
/**
|
|
1309
|
-
* @example
|
|
1310
|
-
* Running
|
|
1311
|
-
*/
|
|
1312
|
-
status?: string;
|
|
1313
|
-
/**
|
|
1314
|
-
* @example
|
|
1315
|
-
* Creating executor
|
|
1316
|
-
*/
|
|
1317
|
-
statusReason?: string;
|
|
1318
|
-
tags?: ListJobExecutorsResponseBodyExecutorsTags[];
|
|
1319
|
-
static names(): {
|
|
1320
|
-
[key: string]: string;
|
|
1321
|
-
};
|
|
1322
|
-
static types(): {
|
|
1323
|
-
[key: string]: any;
|
|
1324
|
-
};
|
|
1325
|
-
validate(): void;
|
|
1326
|
-
constructor(map?: {
|
|
1327
|
-
[key: string]: any;
|
|
1328
|
-
});
|
|
1329
|
-
}
|
|
1330
|
-
export declare class ListJobsRequestFilter extends $dara.Model {
|
|
1331
|
-
/**
|
|
1332
|
-
* @example
|
|
1333
|
-
* job-xxxx
|
|
1334
|
-
*/
|
|
1335
|
-
jobId?: string;
|
|
1336
|
-
/**
|
|
1337
|
-
* @example
|
|
1338
|
-
* testJob
|
|
1339
|
-
*/
|
|
1340
|
-
jobName?: string;
|
|
1341
|
-
/**
|
|
1342
|
-
* @example
|
|
1343
|
-
* Running
|
|
1344
|
-
*/
|
|
1345
|
-
status?: string;
|
|
1346
|
-
/**
|
|
1347
|
-
* @example
|
|
1348
|
-
* 1703819914
|
|
1349
|
-
*/
|
|
1350
|
-
timeCreatedAfter?: number;
|
|
1351
|
-
/**
|
|
1352
|
-
* @example
|
|
1353
|
-
* 1703820113
|
|
1354
|
-
*/
|
|
1355
|
-
timeCreatedBefore?: number;
|
|
1356
|
-
static names(): {
|
|
1357
|
-
[key: string]: string;
|
|
1358
|
-
};
|
|
1359
|
-
static types(): {
|
|
1360
|
-
[key: string]: any;
|
|
1361
|
-
};
|
|
1362
|
-
validate(): void;
|
|
1363
|
-
constructor(map?: {
|
|
1364
|
-
[key: string]: any;
|
|
1365
|
-
});
|
|
1366
|
-
}
|
|
1367
|
-
export declare class ListJobsRequestSortBy extends $dara.Model {
|
|
1368
|
-
/**
|
|
1369
|
-
* @example
|
|
1370
|
-
* time_start
|
|
1371
|
-
*/
|
|
1372
|
-
label?: string;
|
|
1373
|
-
/**
|
|
1374
|
-
* @example
|
|
1375
|
-
* ASC
|
|
1376
|
-
*/
|
|
1377
|
-
order?: string;
|
|
1378
|
-
static names(): {
|
|
1379
|
-
[key: string]: string;
|
|
1380
|
-
};
|
|
1381
|
-
static types(): {
|
|
1382
|
-
[key: string]: any;
|
|
1383
|
-
};
|
|
1384
|
-
validate(): void;
|
|
1385
|
-
constructor(map?: {
|
|
1386
|
-
[key: string]: any;
|
|
1387
|
-
});
|
|
1388
|
-
}
|
|
1389
|
-
export declare class ListJobsResponseBodyJobListTags extends $dara.Model {
|
|
1390
|
-
tagKey?: string;
|
|
1391
|
-
tagValue?: string;
|
|
1392
|
-
static names(): {
|
|
1393
|
-
[key: string]: string;
|
|
1394
|
-
};
|
|
1395
|
-
static types(): {
|
|
1396
|
-
[key: string]: any;
|
|
1397
|
-
};
|
|
1398
|
-
validate(): void;
|
|
1399
|
-
constructor(map?: {
|
|
1400
|
-
[key: string]: any;
|
|
1401
|
-
});
|
|
1402
|
-
}
|
|
1403
|
-
export declare class ListJobsResponseBodyJobList extends $dara.Model {
|
|
1404
|
-
appName?: string;
|
|
1405
|
-
/**
|
|
1406
|
-
* @example
|
|
1407
|
-
* 2024-01-25 12:29:21
|
|
1408
|
-
*/
|
|
1409
|
-
createTime?: string;
|
|
1410
|
-
/**
|
|
1411
|
-
* @example
|
|
1412
|
-
* 2024-01-25 12:35:23
|
|
1413
|
-
*/
|
|
1414
|
-
endTime?: string;
|
|
1415
|
-
/**
|
|
1416
|
-
* @example
|
|
1417
|
-
* 1
|
|
1418
|
-
*/
|
|
1419
|
-
executorCount?: number;
|
|
1420
|
-
/**
|
|
1421
|
-
* @example
|
|
1422
|
-
* Demo
|
|
1423
|
-
*/
|
|
1424
|
-
jobDescription?: string;
|
|
1425
|
-
/**
|
|
1426
|
-
* @example
|
|
1427
|
-
* job-xxx
|
|
1428
|
-
*/
|
|
1429
|
-
jobId?: string;
|
|
1430
|
-
/**
|
|
1431
|
-
* @example
|
|
1432
|
-
* testJob
|
|
1433
|
-
*/
|
|
1434
|
-
jobName?: string;
|
|
1435
|
-
/**
|
|
1436
|
-
* @example
|
|
1437
|
-
* 129**********
|
|
1438
|
-
*/
|
|
1439
|
-
ownerUid?: string;
|
|
1440
|
-
/**
|
|
1441
|
-
* @example
|
|
1442
|
-
* 2024-01-25 12:29:23
|
|
1443
|
-
*/
|
|
1444
|
-
startTime?: string;
|
|
1445
|
-
/**
|
|
1446
|
-
* @example
|
|
1447
|
-
* Running
|
|
1448
|
-
*/
|
|
1449
|
-
status?: string;
|
|
1450
|
-
tags?: ListJobsResponseBodyJobListTags[];
|
|
1451
|
-
/**
|
|
1452
|
-
* @example
|
|
1453
|
-
* 1
|
|
1454
|
-
*/
|
|
1455
|
-
taskCount?: number;
|
|
1456
|
-
/**
|
|
1457
|
-
* @example
|
|
1458
|
-
* true
|
|
1459
|
-
*/
|
|
1460
|
-
taskSustainable?: boolean;
|
|
1461
|
-
static names(): {
|
|
1462
|
-
[key: string]: string;
|
|
1463
|
-
};
|
|
1464
|
-
static types(): {
|
|
1465
|
-
[key: string]: any;
|
|
1466
|
-
};
|
|
1467
|
-
validate(): void;
|
|
1468
|
-
constructor(map?: {
|
|
1469
|
-
[key: string]: any;
|
|
1470
|
-
});
|
|
1471
|
-
}
|
|
1472
|
-
export declare class ListPoolsRequestFilter extends $dara.Model {
|
|
1473
|
-
poolName?: string[];
|
|
1474
|
-
status?: string[];
|
|
1475
|
-
/**
|
|
1476
|
-
* @example
|
|
1477
|
-
* 1703819914
|
|
1478
|
-
*/
|
|
1479
|
-
timeCreatedAfter?: number;
|
|
1480
|
-
/**
|
|
1481
|
-
* @example
|
|
1482
|
-
* 1703820113
|
|
1483
|
-
*/
|
|
1484
|
-
timeCreatedBefore?: number;
|
|
1485
|
-
static names(): {
|
|
1486
|
-
[key: string]: string;
|
|
1487
|
-
};
|
|
1488
|
-
static types(): {
|
|
1489
|
-
[key: string]: any;
|
|
1490
|
-
};
|
|
1491
|
-
validate(): void;
|
|
1492
|
-
constructor(map?: {
|
|
1493
|
-
[key: string]: any;
|
|
1494
|
-
});
|
|
1495
|
-
}
|
|
1496
|
-
export declare class ListPoolsResponseBodyPoolList extends $dara.Model {
|
|
1497
|
-
/**
|
|
1498
|
-
* @example
|
|
1499
|
-
* true
|
|
1500
|
-
*/
|
|
1501
|
-
isDefault?: boolean;
|
|
1502
|
-
/**
|
|
1503
|
-
* @example
|
|
1504
|
-
* 2000
|
|
1505
|
-
*/
|
|
1506
|
-
maxExectorNum?: number;
|
|
1507
|
-
/**
|
|
1508
|
-
* @example
|
|
1509
|
-
* PoolTest
|
|
1510
|
-
*/
|
|
1511
|
-
poolName?: string;
|
|
1512
|
-
/**
|
|
1513
|
-
* @example
|
|
1514
|
-
* 1
|
|
1515
|
-
*/
|
|
1516
|
-
priority?: number;
|
|
1517
|
-
/**
|
|
1518
|
-
* @example
|
|
1519
|
-
* Working
|
|
1520
|
-
*/
|
|
1521
|
-
status?: string;
|
|
1522
|
-
static names(): {
|
|
1523
|
-
[key: string]: string;
|
|
1524
|
-
};
|
|
1525
|
-
static types(): {
|
|
1526
|
-
[key: string]: any;
|
|
1527
|
-
};
|
|
1528
|
-
validate(): void;
|
|
1529
|
-
constructor(map?: {
|
|
1530
|
-
[key: string]: any;
|
|
1531
|
-
});
|
|
1532
|
-
}
|
|
1533
|
-
export declare class ListTagResourcesRequestTag extends $dara.Model {
|
|
1534
|
-
/**
|
|
1535
|
-
* @example
|
|
1536
|
-
* TestKey
|
|
1537
|
-
*/
|
|
1538
|
-
key?: string;
|
|
1539
|
-
/**
|
|
1540
|
-
* @example
|
|
1541
|
-
* TestValue
|
|
1542
|
-
*/
|
|
1543
|
-
value?: string;
|
|
1544
|
-
static names(): {
|
|
1545
|
-
[key: string]: string;
|
|
1546
|
-
};
|
|
1547
|
-
static types(): {
|
|
1548
|
-
[key: string]: any;
|
|
1549
|
-
};
|
|
1550
|
-
validate(): void;
|
|
1551
|
-
constructor(map?: {
|
|
1552
|
-
[key: string]: any;
|
|
1553
|
-
});
|
|
1554
|
-
}
|
|
1555
|
-
export declare class ListTagResourcesResponseBodyTagResourcesTagResource extends $dara.Model {
|
|
1556
|
-
/**
|
|
1557
|
-
* @example
|
|
1558
|
-
* job-xxxxxxxx
|
|
1559
|
-
*/
|
|
1560
|
-
resourceId?: string;
|
|
1561
|
-
/**
|
|
1562
|
-
* @example
|
|
1563
|
-
* Job
|
|
1564
|
-
*/
|
|
1565
|
-
resourceType?: string;
|
|
1566
|
-
/**
|
|
1567
|
-
* @example
|
|
1568
|
-
* TestKey
|
|
1569
|
-
*/
|
|
1570
|
-
tagKey?: string;
|
|
1571
|
-
/**
|
|
1572
|
-
* @example
|
|
1573
|
-
* TestValue
|
|
1574
|
-
*/
|
|
1575
|
-
tagValue?: string;
|
|
1576
|
-
static names(): {
|
|
1577
|
-
[key: string]: string;
|
|
1578
|
-
};
|
|
1579
|
-
static types(): {
|
|
1580
|
-
[key: string]: any;
|
|
1581
|
-
};
|
|
1582
|
-
validate(): void;
|
|
1583
|
-
constructor(map?: {
|
|
1584
|
-
[key: string]: any;
|
|
1585
|
-
});
|
|
1586
|
-
}
|
|
1587
|
-
export declare class ListTagResourcesResponseBodyTagResources extends $dara.Model {
|
|
1588
|
-
tagResource?: ListTagResourcesResponseBodyTagResourcesTagResource[];
|
|
1589
|
-
static names(): {
|
|
1590
|
-
[key: string]: string;
|
|
1591
|
-
};
|
|
1592
|
-
static types(): {
|
|
1593
|
-
[key: string]: any;
|
|
1594
|
-
};
|
|
1595
|
-
validate(): void;
|
|
1596
|
-
constructor(map?: {
|
|
1597
|
-
[key: string]: any;
|
|
1598
|
-
});
|
|
1599
|
-
}
|
|
1600
|
-
export declare class TagResourcesRequestTag extends $dara.Model {
|
|
1601
|
-
/**
|
|
1602
|
-
* @remarks
|
|
1603
|
-
* This parameter is required.
|
|
1604
|
-
*
|
|
1605
|
-
* @example
|
|
1606
|
-
* TestKey
|
|
1607
|
-
*/
|
|
1608
|
-
key?: string;
|
|
1609
|
-
/**
|
|
1610
|
-
* @example
|
|
1611
|
-
* TestValue
|
|
1612
|
-
*/
|
|
1613
|
-
value?: string;
|
|
1614
|
-
static names(): {
|
|
1615
|
-
[key: string]: string;
|
|
1616
|
-
};
|
|
1617
|
-
static types(): {
|
|
1618
|
-
[key: string]: any;
|
|
1619
|
-
};
|
|
1620
|
-
validate(): void;
|
|
1621
|
-
constructor(map?: {
|
|
1622
|
-
[key: string]: any;
|
|
1623
|
-
});
|
|
1624
|
-
}
|
|
1625
|
-
export declare class UpdatePoolRequestResourceLimits extends $dara.Model {
|
|
1626
|
-
/**
|
|
1627
|
-
* @example
|
|
1628
|
-
* 2000
|
|
1629
|
-
*/
|
|
1630
|
-
maxExectorNum?: number;
|
|
1631
|
-
static names(): {
|
|
1632
|
-
[key: string]: string;
|
|
1633
|
-
};
|
|
1634
|
-
static types(): {
|
|
1635
|
-
[key: string]: any;
|
|
1636
|
-
};
|
|
1637
|
-
validate(): void;
|
|
1638
|
-
constructor(map?: {
|
|
1639
|
-
[key: string]: any;
|
|
1640
|
-
});
|
|
1641
|
-
}
|
|
1642
|
-
export declare class AddImageRequest extends $dara.Model {
|
|
1643
|
-
containerImageSpec?: AddImageRequestContainerImageSpec;
|
|
1644
|
-
description?: string;
|
|
1645
|
-
imageType?: string;
|
|
1646
|
-
/**
|
|
1647
|
-
* @example
|
|
1648
|
-
* V1.0
|
|
1649
|
-
*/
|
|
1650
|
-
imageVersion?: string;
|
|
1651
|
-
/**
|
|
1652
|
-
* @remarks
|
|
1653
|
-
* This parameter is required.
|
|
1654
|
-
*
|
|
1655
|
-
* @example
|
|
1656
|
-
* app-image
|
|
1657
|
-
*/
|
|
1658
|
-
name?: string;
|
|
1659
|
-
VMImageSpec?: AddImageRequestVMImageSpec;
|
|
1660
|
-
static names(): {
|
|
1661
|
-
[key: string]: string;
|
|
1662
|
-
};
|
|
1663
|
-
static types(): {
|
|
1664
|
-
[key: string]: any;
|
|
1665
|
-
};
|
|
1666
|
-
validate(): void;
|
|
1667
|
-
constructor(map?: {
|
|
1668
|
-
[key: string]: any;
|
|
1669
|
-
});
|
|
1670
|
-
}
|
|
1671
|
-
export declare class AddImageShrinkRequest extends $dara.Model {
|
|
1672
|
-
containerImageSpecShrink?: string;
|
|
1673
|
-
description?: string;
|
|
1674
|
-
imageType?: string;
|
|
1675
|
-
/**
|
|
1676
|
-
* @example
|
|
1677
|
-
* V1.0
|
|
1678
|
-
*/
|
|
1679
|
-
imageVersion?: string;
|
|
1680
|
-
/**
|
|
1681
|
-
* @remarks
|
|
1682
|
-
* This parameter is required.
|
|
1683
|
-
*
|
|
1684
|
-
* @example
|
|
1685
|
-
* app-image
|
|
1686
|
-
*/
|
|
1687
|
-
name?: string;
|
|
1688
|
-
VMImageSpecShrink?: string;
|
|
1689
|
-
static names(): {
|
|
1690
|
-
[key: string]: string;
|
|
1691
|
-
};
|
|
1692
|
-
static types(): {
|
|
1693
|
-
[key: string]: any;
|
|
1694
|
-
};
|
|
1695
|
-
validate(): void;
|
|
1696
|
-
constructor(map?: {
|
|
1697
|
-
[key: string]: any;
|
|
1698
|
-
});
|
|
1699
|
-
}
|
|
1700
|
-
export declare class AddImageResponseBody extends $dara.Model {
|
|
1701
|
-
/**
|
|
1702
|
-
* @example
|
|
1703
|
-
* m-bp1akkkr1rkxtb******
|
|
1704
|
-
*/
|
|
1705
|
-
imageId?: string;
|
|
1706
|
-
/**
|
|
1707
|
-
* @example
|
|
1708
|
-
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
1709
|
-
*/
|
|
1710
|
-
requestId?: string;
|
|
1711
|
-
/**
|
|
1712
|
-
* @example
|
|
1713
|
-
* True
|
|
1714
|
-
*/
|
|
1715
|
-
success?: boolean;
|
|
1716
|
-
static names(): {
|
|
1717
|
-
[key: string]: string;
|
|
1718
|
-
};
|
|
1719
|
-
static types(): {
|
|
1720
|
-
[key: string]: any;
|
|
1721
|
-
};
|
|
1722
|
-
validate(): void;
|
|
1723
|
-
constructor(map?: {
|
|
1724
|
-
[key: string]: any;
|
|
1725
|
-
});
|
|
1726
|
-
}
|
|
1727
|
-
export declare class AddImageResponse extends $dara.Model {
|
|
1728
|
-
headers?: {
|
|
1729
|
-
[key: string]: string;
|
|
1730
|
-
};
|
|
1731
|
-
statusCode?: number;
|
|
1732
|
-
body?: AddImageResponseBody;
|
|
1733
|
-
static names(): {
|
|
1734
|
-
[key: string]: string;
|
|
1735
|
-
};
|
|
1736
|
-
static types(): {
|
|
1737
|
-
[key: string]: any;
|
|
1738
|
-
};
|
|
1739
|
-
validate(): void;
|
|
1740
|
-
constructor(map?: {
|
|
1741
|
-
[key: string]: any;
|
|
1742
|
-
});
|
|
1743
|
-
}
|
|
1744
|
-
export declare class CreateJobRequest extends $dara.Model {
|
|
1745
|
-
deploymentPolicy?: CreateJobRequestDeploymentPolicy;
|
|
1746
|
-
/**
|
|
1747
|
-
* @example
|
|
1748
|
-
* Demo
|
|
1749
|
-
*/
|
|
1750
|
-
jobDescription?: string;
|
|
1751
|
-
/**
|
|
1752
|
-
* @remarks
|
|
1753
|
-
* This parameter is required.
|
|
1754
|
-
*
|
|
1755
|
-
* @example
|
|
1756
|
-
* testjob
|
|
1757
|
-
*/
|
|
1758
|
-
jobName?: string;
|
|
1759
|
-
jobScheduler?: string;
|
|
1760
|
-
securityPolicy?: CreateJobRequestSecurityPolicy;
|
|
1761
|
-
/**
|
|
1762
|
-
* @remarks
|
|
1763
|
-
* This parameter is required.
|
|
1764
|
-
*/
|
|
1765
|
-
tasks?: CreateJobRequestTasks[];
|
|
1766
|
-
static names(): {
|
|
1767
|
-
[key: string]: string;
|
|
1768
|
-
};
|
|
1769
|
-
static types(): {
|
|
1770
|
-
[key: string]: any;
|
|
1771
|
-
};
|
|
1772
|
-
validate(): void;
|
|
1773
|
-
constructor(map?: {
|
|
1774
|
-
[key: string]: any;
|
|
1775
|
-
});
|
|
1776
|
-
}
|
|
1777
|
-
export declare class CreateJobShrinkRequest extends $dara.Model {
|
|
1778
|
-
deploymentPolicyShrink?: string;
|
|
1779
|
-
/**
|
|
1780
|
-
* @example
|
|
1781
|
-
* Demo
|
|
1782
|
-
*/
|
|
1783
|
-
jobDescription?: string;
|
|
1784
|
-
/**
|
|
1785
|
-
* @remarks
|
|
1786
|
-
* This parameter is required.
|
|
1787
|
-
*
|
|
1788
|
-
* @example
|
|
1789
|
-
* testjob
|
|
1790
|
-
*/
|
|
1791
|
-
jobName?: string;
|
|
1792
|
-
jobScheduler?: string;
|
|
1793
|
-
securityPolicyShrink?: string;
|
|
1794
|
-
/**
|
|
1795
|
-
* @remarks
|
|
1796
|
-
* This parameter is required.
|
|
1797
|
-
*/
|
|
1798
|
-
tasksShrink?: string;
|
|
1799
|
-
static names(): {
|
|
1800
|
-
[key: string]: string;
|
|
1801
|
-
};
|
|
1802
|
-
static types(): {
|
|
1803
|
-
[key: string]: any;
|
|
1804
|
-
};
|
|
1805
|
-
validate(): void;
|
|
1806
|
-
constructor(map?: {
|
|
1807
|
-
[key: string]: any;
|
|
1808
|
-
});
|
|
1809
|
-
}
|
|
1810
|
-
export declare class CreateJobResponseBody extends $dara.Model {
|
|
1811
|
-
/**
|
|
1812
|
-
* @example
|
|
1813
|
-
* job-xxxx
|
|
1814
|
-
*/
|
|
1815
|
-
jobId?: string;
|
|
1816
|
-
/**
|
|
1817
|
-
* @example
|
|
1818
|
-
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
1819
|
-
*/
|
|
1820
|
-
requestId?: string;
|
|
1821
|
-
tasks?: CreateJobResponseBodyTasks[];
|
|
1822
|
-
static names(): {
|
|
1823
|
-
[key: string]: string;
|
|
1824
|
-
};
|
|
1825
|
-
static types(): {
|
|
1826
|
-
[key: string]: any;
|
|
1827
|
-
};
|
|
1828
|
-
validate(): void;
|
|
1829
|
-
constructor(map?: {
|
|
1830
|
-
[key: string]: any;
|
|
1831
|
-
});
|
|
1832
|
-
}
|
|
1833
|
-
export declare class CreateJobResponse extends $dara.Model {
|
|
1834
|
-
headers?: {
|
|
1835
|
-
[key: string]: string;
|
|
1836
|
-
};
|
|
1837
|
-
statusCode?: number;
|
|
1838
|
-
body?: CreateJobResponseBody;
|
|
1839
|
-
static names(): {
|
|
1840
|
-
[key: string]: string;
|
|
1841
|
-
};
|
|
1842
|
-
static types(): {
|
|
1843
|
-
[key: string]: any;
|
|
1844
|
-
};
|
|
1845
|
-
validate(): void;
|
|
1846
|
-
constructor(map?: {
|
|
1847
|
-
[key: string]: any;
|
|
1848
|
-
});
|
|
1849
|
-
}
|
|
1850
|
-
export declare class CreatePoolRequest extends $dara.Model {
|
|
1851
|
-
/**
|
|
1852
|
-
* @remarks
|
|
1853
|
-
* This parameter is required.
|
|
1854
|
-
*
|
|
1855
|
-
* @example
|
|
1856
|
-
* PoolTest
|
|
1857
|
-
*/
|
|
1858
|
-
poolName?: string;
|
|
1859
|
-
/**
|
|
1860
|
-
* @example
|
|
1861
|
-
* 1
|
|
1862
|
-
*/
|
|
1863
|
-
priority?: number;
|
|
1864
|
-
resourceLimits?: CreatePoolRequestResourceLimits;
|
|
1865
|
-
static names(): {
|
|
1866
|
-
[key: string]: string;
|
|
1867
|
-
};
|
|
1868
|
-
static types(): {
|
|
1869
|
-
[key: string]: any;
|
|
1870
|
-
};
|
|
1871
|
-
validate(): void;
|
|
1872
|
-
constructor(map?: {
|
|
1873
|
-
[key: string]: any;
|
|
1874
|
-
});
|
|
1875
|
-
}
|
|
1876
|
-
export declare class CreatePoolShrinkRequest extends $dara.Model {
|
|
1877
|
-
/**
|
|
1878
|
-
* @remarks
|
|
1879
|
-
* This parameter is required.
|
|
1880
|
-
*
|
|
1881
|
-
* @example
|
|
1882
|
-
* PoolTest
|
|
1883
|
-
*/
|
|
1884
|
-
poolName?: string;
|
|
1885
|
-
/**
|
|
1886
|
-
* @example
|
|
1887
|
-
* 1
|
|
1888
|
-
*/
|
|
1889
|
-
priority?: number;
|
|
1890
|
-
resourceLimitsShrink?: string;
|
|
1891
|
-
static names(): {
|
|
1892
|
-
[key: string]: string;
|
|
1893
|
-
};
|
|
1894
|
-
static types(): {
|
|
1895
|
-
[key: string]: any;
|
|
1896
|
-
};
|
|
1897
|
-
validate(): void;
|
|
1898
|
-
constructor(map?: {
|
|
1899
|
-
[key: string]: any;
|
|
1900
|
-
});
|
|
1901
|
-
}
|
|
1902
|
-
export declare class CreatePoolResponseBody extends $dara.Model {
|
|
1903
|
-
/**
|
|
1904
|
-
* @remarks
|
|
1905
|
-
* Id of the request
|
|
1906
|
-
*
|
|
1907
|
-
* @example
|
|
1908
|
-
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
1909
|
-
*/
|
|
1910
|
-
requestId?: string;
|
|
1911
|
-
static names(): {
|
|
1912
|
-
[key: string]: string;
|
|
1913
|
-
};
|
|
1914
|
-
static types(): {
|
|
1915
|
-
[key: string]: any;
|
|
1916
|
-
};
|
|
1917
|
-
validate(): void;
|
|
1918
|
-
constructor(map?: {
|
|
1919
|
-
[key: string]: any;
|
|
1920
|
-
});
|
|
1921
|
-
}
|
|
1922
|
-
export declare class CreatePoolResponse extends $dara.Model {
|
|
1923
|
-
headers?: {
|
|
1924
|
-
[key: string]: string;
|
|
1925
|
-
};
|
|
1926
|
-
statusCode?: number;
|
|
1927
|
-
body?: CreatePoolResponseBody;
|
|
1928
|
-
static names(): {
|
|
1929
|
-
[key: string]: string;
|
|
1930
|
-
};
|
|
1931
|
-
static types(): {
|
|
1932
|
-
[key: string]: any;
|
|
1933
|
-
};
|
|
1934
|
-
validate(): void;
|
|
1935
|
-
constructor(map?: {
|
|
1936
|
-
[key: string]: any;
|
|
1937
|
-
});
|
|
1938
|
-
}
|
|
1939
|
-
export declare class DeleteJobsRequest extends $dara.Model {
|
|
1940
|
-
executorIds?: string[];
|
|
1941
|
-
jobSpec?: DeleteJobsRequestJobSpec[];
|
|
1942
|
-
static names(): {
|
|
1943
|
-
[key: string]: string;
|
|
1944
|
-
};
|
|
1945
|
-
static types(): {
|
|
1946
|
-
[key: string]: any;
|
|
1947
|
-
};
|
|
1948
|
-
validate(): void;
|
|
1949
|
-
constructor(map?: {
|
|
1950
|
-
[key: string]: any;
|
|
1951
|
-
});
|
|
1952
|
-
}
|
|
1953
|
-
export declare class DeleteJobsShrinkRequest extends $dara.Model {
|
|
1954
|
-
executorIdsShrink?: string;
|
|
1955
|
-
jobSpecShrink?: string;
|
|
1956
|
-
static names(): {
|
|
1957
|
-
[key: string]: string;
|
|
1958
|
-
};
|
|
1959
|
-
static types(): {
|
|
1960
|
-
[key: string]: any;
|
|
1961
|
-
};
|
|
1962
|
-
validate(): void;
|
|
1963
|
-
constructor(map?: {
|
|
1964
|
-
[key: string]: any;
|
|
1965
|
-
});
|
|
1966
|
-
}
|
|
1967
|
-
export declare class DeleteJobsResponseBody extends $dara.Model {
|
|
1968
|
-
/**
|
|
1969
|
-
* @example
|
|
1970
|
-
* 04F0F334-1335-436C-A1D7-6C044FE7****
|
|
1971
|
-
*/
|
|
1972
|
-
requestId?: string;
|
|
1973
|
-
static names(): {
|
|
1974
|
-
[key: string]: string;
|
|
1975
|
-
};
|
|
1976
|
-
static types(): {
|
|
1977
|
-
[key: string]: any;
|
|
1978
|
-
};
|
|
1979
|
-
validate(): void;
|
|
1980
|
-
constructor(map?: {
|
|
1981
|
-
[key: string]: any;
|
|
1982
|
-
});
|
|
1983
|
-
}
|
|
1984
|
-
export declare class DeleteJobsResponse extends $dara.Model {
|
|
1985
|
-
headers?: {
|
|
1986
|
-
[key: string]: string;
|
|
1987
|
-
};
|
|
1988
|
-
statusCode?: number;
|
|
1989
|
-
body?: DeleteJobsResponseBody;
|
|
1990
|
-
static names(): {
|
|
1991
|
-
[key: string]: string;
|
|
1992
|
-
};
|
|
1993
|
-
static types(): {
|
|
1994
|
-
[key: string]: any;
|
|
1995
|
-
};
|
|
1996
|
-
validate(): void;
|
|
1997
|
-
constructor(map?: {
|
|
1998
|
-
[key: string]: any;
|
|
1999
|
-
});
|
|
2000
|
-
}
|
|
2001
|
-
export declare class DeletePoolRequest extends $dara.Model {
|
|
2002
|
-
/**
|
|
2003
|
-
* @remarks
|
|
2004
|
-
* This parameter is required.
|
|
2005
|
-
*
|
|
2006
|
-
* @example
|
|
2007
|
-
* PoolTest
|
|
2008
|
-
*/
|
|
2009
|
-
poolName?: string;
|
|
2010
|
-
static names(): {
|
|
2011
|
-
[key: string]: string;
|
|
2012
|
-
};
|
|
2013
|
-
static types(): {
|
|
2014
|
-
[key: string]: any;
|
|
2015
|
-
};
|
|
2016
|
-
validate(): void;
|
|
2017
|
-
constructor(map?: {
|
|
2018
|
-
[key: string]: any;
|
|
2019
|
-
});
|
|
2020
|
-
}
|
|
2021
|
-
export declare class DeletePoolResponseBody extends $dara.Model {
|
|
2022
|
-
/**
|
|
2023
|
-
* @remarks
|
|
2024
|
-
* Id of the request
|
|
2025
|
-
*
|
|
2026
|
-
* @example
|
|
2027
|
-
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
2028
|
-
*/
|
|
2029
|
-
requestId?: string;
|
|
2030
|
-
static names(): {
|
|
2031
|
-
[key: string]: string;
|
|
2032
|
-
};
|
|
2033
|
-
static types(): {
|
|
2034
|
-
[key: string]: any;
|
|
2035
|
-
};
|
|
2036
|
-
validate(): void;
|
|
2037
|
-
constructor(map?: {
|
|
2038
|
-
[key: string]: any;
|
|
2039
|
-
});
|
|
2040
|
-
}
|
|
2041
|
-
export declare class DeletePoolResponse extends $dara.Model {
|
|
2042
|
-
headers?: {
|
|
2043
|
-
[key: string]: string;
|
|
2044
|
-
};
|
|
2045
|
-
statusCode?: number;
|
|
2046
|
-
body?: DeletePoolResponseBody;
|
|
2047
|
-
static names(): {
|
|
2048
|
-
[key: string]: string;
|
|
2049
|
-
};
|
|
2050
|
-
static types(): {
|
|
2051
|
-
[key: string]: any;
|
|
2052
|
-
};
|
|
2053
|
-
validate(): void;
|
|
2054
|
-
constructor(map?: {
|
|
2055
|
-
[key: string]: any;
|
|
2056
|
-
});
|
|
2057
|
-
}
|
|
2058
|
-
export declare class DescribeJobMetricDataRequest extends $dara.Model {
|
|
2059
|
-
arrayIndex?: number[];
|
|
2060
|
-
/**
|
|
2061
|
-
* @example
|
|
2062
|
-
* job-xxxxx
|
|
2063
|
-
*/
|
|
2064
|
-
jobId?: string;
|
|
2065
|
-
/**
|
|
2066
|
-
* @example
|
|
2067
|
-
* cpu_utilization
|
|
2068
|
-
*/
|
|
2069
|
-
metricName?: string;
|
|
2070
|
-
/**
|
|
2071
|
-
* @example
|
|
2072
|
-
* Task0
|
|
2073
|
-
*/
|
|
2074
|
-
taskName?: string;
|
|
2075
|
-
static names(): {
|
|
2076
|
-
[key: string]: string;
|
|
2077
|
-
};
|
|
2078
|
-
static types(): {
|
|
2079
|
-
[key: string]: any;
|
|
2080
|
-
};
|
|
2081
|
-
validate(): void;
|
|
2082
|
-
constructor(map?: {
|
|
2083
|
-
[key: string]: any;
|
|
2084
|
-
});
|
|
2085
|
-
}
|
|
2086
|
-
export declare class DescribeJobMetricDataShrinkRequest extends $dara.Model {
|
|
2087
|
-
arrayIndexShrink?: string;
|
|
2088
|
-
/**
|
|
2089
|
-
* @example
|
|
2090
|
-
* job-xxxxx
|
|
2091
|
-
*/
|
|
2092
|
-
jobId?: string;
|
|
2093
|
-
/**
|
|
2094
|
-
* @example
|
|
2095
|
-
* cpu_utilization
|
|
2096
|
-
*/
|
|
2097
|
-
metricName?: string;
|
|
2098
|
-
/**
|
|
2099
|
-
* @example
|
|
2100
|
-
* Task0
|
|
2101
|
-
*/
|
|
2102
|
-
taskName?: string;
|
|
2103
|
-
static names(): {
|
|
2104
|
-
[key: string]: string;
|
|
2105
|
-
};
|
|
2106
|
-
static types(): {
|
|
2107
|
-
[key: string]: any;
|
|
2108
|
-
};
|
|
2109
|
-
validate(): void;
|
|
2110
|
-
constructor(map?: {
|
|
2111
|
-
[key: string]: any;
|
|
2112
|
-
});
|
|
2113
|
-
}
|
|
2114
|
-
export declare class DescribeJobMetricDataResponseBody extends $dara.Model {
|
|
2115
|
-
/**
|
|
2116
|
-
* @example
|
|
2117
|
-
* [{"timestamp":1709540685000,"Minimum":28.45,"Maximum":28.45,"Average":28.45}]
|
|
2118
|
-
*/
|
|
2119
|
-
dataPoints?: string;
|
|
2120
|
-
/**
|
|
2121
|
-
* @example
|
|
2122
|
-
* 15
|
|
2123
|
-
*/
|
|
2124
|
-
period?: number;
|
|
2125
|
-
/**
|
|
2126
|
-
* @example
|
|
2127
|
-
* 04F0F334-1335-436C-A1D7-6C044FE7****
|
|
2128
|
-
*/
|
|
2129
|
-
requestId?: string;
|
|
2130
|
-
static names(): {
|
|
2131
|
-
[key: string]: string;
|
|
2132
|
-
};
|
|
2133
|
-
static types(): {
|
|
2134
|
-
[key: string]: any;
|
|
2135
|
-
};
|
|
2136
|
-
validate(): void;
|
|
2137
|
-
constructor(map?: {
|
|
2138
|
-
[key: string]: any;
|
|
2139
|
-
});
|
|
2140
|
-
}
|
|
2141
|
-
export declare class DescribeJobMetricDataResponse extends $dara.Model {
|
|
2142
|
-
headers?: {
|
|
2143
|
-
[key: string]: string;
|
|
2144
|
-
};
|
|
2145
|
-
statusCode?: number;
|
|
2146
|
-
body?: DescribeJobMetricDataResponseBody;
|
|
2147
|
-
static names(): {
|
|
2148
|
-
[key: string]: string;
|
|
2149
|
-
};
|
|
2150
|
-
static types(): {
|
|
2151
|
-
[key: string]: any;
|
|
2152
|
-
};
|
|
2153
|
-
validate(): void;
|
|
2154
|
-
constructor(map?: {
|
|
2155
|
-
[key: string]: any;
|
|
2156
|
-
});
|
|
2157
|
-
}
|
|
2158
|
-
export declare class DescribeJobMetricLastRequest extends $dara.Model {
|
|
2159
|
-
arrayIndex?: number[];
|
|
2160
|
-
/**
|
|
2161
|
-
* @example
|
|
2162
|
-
* job-xxxxx
|
|
2163
|
-
*/
|
|
2164
|
-
jobId?: string;
|
|
2165
|
-
/**
|
|
2166
|
-
* @example
|
|
2167
|
-
* Task0
|
|
2168
|
-
*/
|
|
2169
|
-
taskName?: string;
|
|
2170
|
-
static names(): {
|
|
2171
|
-
[key: string]: string;
|
|
2172
|
-
};
|
|
2173
|
-
static types(): {
|
|
2174
|
-
[key: string]: any;
|
|
2175
|
-
};
|
|
2176
|
-
validate(): void;
|
|
2177
|
-
constructor(map?: {
|
|
2178
|
-
[key: string]: any;
|
|
2179
|
-
});
|
|
2180
|
-
}
|
|
2181
|
-
export declare class DescribeJobMetricLastShrinkRequest extends $dara.Model {
|
|
2182
|
-
arrayIndexShrink?: string;
|
|
2183
|
-
/**
|
|
2184
|
-
* @example
|
|
2185
|
-
* job-xxxxx
|
|
2186
|
-
*/
|
|
2187
|
-
jobId?: string;
|
|
2188
|
-
/**
|
|
2189
|
-
* @example
|
|
2190
|
-
* Task0
|
|
2191
|
-
*/
|
|
2192
|
-
taskName?: string;
|
|
2193
|
-
static names(): {
|
|
2194
|
-
[key: string]: string;
|
|
2195
|
-
};
|
|
2196
|
-
static types(): {
|
|
2197
|
-
[key: string]: any;
|
|
2198
|
-
};
|
|
2199
|
-
validate(): void;
|
|
2200
|
-
constructor(map?: {
|
|
2201
|
-
[key: string]: any;
|
|
2202
|
-
});
|
|
2203
|
-
}
|
|
2204
|
-
export declare class DescribeJobMetricLastResponseBody extends $dara.Model {
|
|
2205
|
-
metrics?: DescribeJobMetricLastResponseBodyMetrics[];
|
|
2206
|
-
/**
|
|
2207
|
-
* @example
|
|
2208
|
-
* 04F0F334-1335-436C-A1D7-6C044FE7****
|
|
2209
|
-
*/
|
|
2210
|
-
requestId?: string;
|
|
2211
|
-
static names(): {
|
|
2212
|
-
[key: string]: string;
|
|
2213
|
-
};
|
|
2214
|
-
static types(): {
|
|
2215
|
-
[key: string]: any;
|
|
2216
|
-
};
|
|
2217
|
-
validate(): void;
|
|
2218
|
-
constructor(map?: {
|
|
2219
|
-
[key: string]: any;
|
|
2220
|
-
});
|
|
2221
|
-
}
|
|
2222
|
-
export declare class DescribeJobMetricLastResponse extends $dara.Model {
|
|
2223
|
-
headers?: {
|
|
2224
|
-
[key: string]: string;
|
|
2225
|
-
};
|
|
2226
|
-
statusCode?: number;
|
|
2227
|
-
body?: DescribeJobMetricLastResponseBody;
|
|
2228
|
-
static names(): {
|
|
2229
|
-
[key: string]: string;
|
|
2230
|
-
};
|
|
2231
|
-
static types(): {
|
|
2232
|
-
[key: string]: any;
|
|
2233
|
-
};
|
|
2234
|
-
validate(): void;
|
|
2235
|
-
constructor(map?: {
|
|
2236
|
-
[key: string]: any;
|
|
2237
|
-
});
|
|
2238
|
-
}
|
|
2239
|
-
export declare class GetAppVersionsRequest extends $dara.Model {
|
|
2240
|
-
/**
|
|
2241
|
-
* @remarks
|
|
2242
|
-
* This parameter is required.
|
|
2243
|
-
*
|
|
2244
|
-
* @example
|
|
2245
|
-
* V-Ray
|
|
2246
|
-
*/
|
|
2247
|
-
appName?: string;
|
|
2248
|
-
/**
|
|
2249
|
-
* @example
|
|
2250
|
-
* Public
|
|
2251
|
-
*/
|
|
2252
|
-
imageCategory?: string;
|
|
2253
|
-
/**
|
|
2254
|
-
* @example
|
|
2255
|
-
* VM
|
|
2256
|
-
*/
|
|
2257
|
-
imageType?: string;
|
|
2258
|
-
/**
|
|
2259
|
-
* @example
|
|
2260
|
-
* 1
|
|
2261
|
-
*/
|
|
2262
|
-
pageNumber?: number;
|
|
2263
|
-
/**
|
|
2264
|
-
* @example
|
|
2265
|
-
* 10
|
|
2266
|
-
*/
|
|
2267
|
-
pageSize?: number;
|
|
2268
|
-
static names(): {
|
|
2269
|
-
[key: string]: string;
|
|
2270
|
-
};
|
|
2271
|
-
static types(): {
|
|
2272
|
-
[key: string]: any;
|
|
2273
|
-
};
|
|
2274
|
-
validate(): void;
|
|
2275
|
-
constructor(map?: {
|
|
2276
|
-
[key: string]: any;
|
|
2277
|
-
});
|
|
2278
|
-
}
|
|
2279
|
-
export declare class GetAppVersionsResponseBody extends $dara.Model {
|
|
2280
|
-
appVersions?: GetAppVersionsResponseBodyAppVersions[];
|
|
2281
|
-
/**
|
|
2282
|
-
* @example
|
|
2283
|
-
* 1
|
|
2284
|
-
*/
|
|
2285
|
-
pageNumber?: number;
|
|
2286
|
-
/**
|
|
2287
|
-
* @example
|
|
2288
|
-
* 20
|
|
2289
|
-
*/
|
|
2290
|
-
pageSize?: number;
|
|
2291
|
-
/**
|
|
2292
|
-
* @example
|
|
2293
|
-
* 04F0F334-1335-436C-A1D7-6C044FE7****
|
|
2294
|
-
*/
|
|
2295
|
-
requestId?: string;
|
|
2296
|
-
/**
|
|
2297
|
-
* @example
|
|
2298
|
-
* true
|
|
2299
|
-
*/
|
|
2300
|
-
success?: boolean;
|
|
2301
|
-
/**
|
|
2302
|
-
* @example
|
|
2303
|
-
* 1
|
|
2304
|
-
*/
|
|
2305
|
-
totalCount?: number;
|
|
2306
|
-
static names(): {
|
|
2307
|
-
[key: string]: string;
|
|
2308
|
-
};
|
|
2309
|
-
static types(): {
|
|
2310
|
-
[key: string]: any;
|
|
2311
|
-
};
|
|
2312
|
-
validate(): void;
|
|
2313
|
-
constructor(map?: {
|
|
2314
|
-
[key: string]: any;
|
|
2315
|
-
});
|
|
2316
|
-
}
|
|
2317
|
-
export declare class GetAppVersionsResponse extends $dara.Model {
|
|
2318
|
-
headers?: {
|
|
2319
|
-
[key: string]: string;
|
|
2320
|
-
};
|
|
2321
|
-
statusCode?: number;
|
|
2322
|
-
body?: GetAppVersionsResponseBody;
|
|
2323
|
-
static names(): {
|
|
2324
|
-
[key: string]: string;
|
|
2325
|
-
};
|
|
2326
|
-
static types(): {
|
|
2327
|
-
[key: string]: any;
|
|
2328
|
-
};
|
|
2329
|
-
validate(): void;
|
|
2330
|
-
constructor(map?: {
|
|
2331
|
-
[key: string]: any;
|
|
2332
|
-
});
|
|
2333
|
-
}
|
|
2334
|
-
export declare class GetImageRequest extends $dara.Model {
|
|
2335
|
-
imageCategory?: string;
|
|
2336
|
-
/**
|
|
2337
|
-
* @remarks
|
|
2338
|
-
* This parameter is required.
|
|
2339
|
-
*
|
|
2340
|
-
* @example
|
|
2341
|
-
* m-2ze74g5mvy4pjg*****
|
|
2342
|
-
*/
|
|
2343
|
-
imageId?: string;
|
|
2344
|
-
imageType?: string;
|
|
2345
|
-
static names(): {
|
|
2346
|
-
[key: string]: string;
|
|
2347
|
-
};
|
|
2348
|
-
static types(): {
|
|
2349
|
-
[key: string]: any;
|
|
2350
|
-
};
|
|
2351
|
-
validate(): void;
|
|
2352
|
-
constructor(map?: {
|
|
2353
|
-
[key: string]: any;
|
|
2354
|
-
});
|
|
2355
|
-
}
|
|
2356
|
-
export declare class GetImageResponseBody extends $dara.Model {
|
|
2357
|
-
image?: GetImageResponseBodyImage;
|
|
2358
|
-
/**
|
|
2359
|
-
* @example
|
|
2360
|
-
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
2361
|
-
*/
|
|
2362
|
-
requestId?: string;
|
|
2363
|
-
/**
|
|
2364
|
-
* @example
|
|
2365
|
-
* true
|
|
2366
|
-
*/
|
|
2367
|
-
success?: boolean;
|
|
2368
|
-
/**
|
|
2369
|
-
* @example
|
|
2370
|
-
* 10
|
|
2371
|
-
*/
|
|
2372
|
-
totalCount?: number;
|
|
2373
|
-
static names(): {
|
|
2374
|
-
[key: string]: string;
|
|
2375
|
-
};
|
|
2376
|
-
static types(): {
|
|
2377
|
-
[key: string]: any;
|
|
2378
|
-
};
|
|
2379
|
-
validate(): void;
|
|
2380
|
-
constructor(map?: {
|
|
2381
|
-
[key: string]: any;
|
|
2382
|
-
});
|
|
2383
|
-
}
|
|
2384
|
-
export declare class GetImageResponse extends $dara.Model {
|
|
2385
|
-
headers?: {
|
|
2386
|
-
[key: string]: string;
|
|
2387
|
-
};
|
|
2388
|
-
statusCode?: number;
|
|
2389
|
-
body?: GetImageResponseBody;
|
|
2390
|
-
static names(): {
|
|
2391
|
-
[key: string]: string;
|
|
2392
|
-
};
|
|
2393
|
-
static types(): {
|
|
2394
|
-
[key: string]: any;
|
|
2395
|
-
};
|
|
2396
|
-
validate(): void;
|
|
2397
|
-
constructor(map?: {
|
|
2398
|
-
[key: string]: any;
|
|
2399
|
-
});
|
|
2400
|
-
}
|
|
2401
|
-
export declare class GetJobRequest extends $dara.Model {
|
|
2402
|
-
/**
|
|
2403
|
-
* @example
|
|
2404
|
-
* job-xxxx
|
|
2405
|
-
*/
|
|
2406
|
-
jobId?: string;
|
|
2407
|
-
static names(): {
|
|
2408
|
-
[key: string]: string;
|
|
2409
|
-
};
|
|
2410
|
-
static types(): {
|
|
2411
|
-
[key: string]: any;
|
|
2412
|
-
};
|
|
2413
|
-
validate(): void;
|
|
2414
|
-
constructor(map?: {
|
|
2415
|
-
[key: string]: any;
|
|
2416
|
-
});
|
|
2417
|
-
}
|
|
2418
|
-
export declare class GetJobResponseBody extends $dara.Model {
|
|
2419
|
-
jobInfo?: GetJobResponseBodyJobInfo;
|
|
2420
|
-
/**
|
|
2421
|
-
* @example
|
|
2422
|
-
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
2423
|
-
*/
|
|
2424
|
-
requestId?: string;
|
|
2425
|
-
static names(): {
|
|
2426
|
-
[key: string]: string;
|
|
2427
|
-
};
|
|
2428
|
-
static types(): {
|
|
2429
|
-
[key: string]: any;
|
|
2430
|
-
};
|
|
2431
|
-
validate(): void;
|
|
2432
|
-
constructor(map?: {
|
|
2433
|
-
[key: string]: any;
|
|
2434
|
-
});
|
|
2435
|
-
}
|
|
2436
|
-
export declare class GetJobResponse extends $dara.Model {
|
|
2437
|
-
headers?: {
|
|
2438
|
-
[key: string]: string;
|
|
2439
|
-
};
|
|
2440
|
-
statusCode?: number;
|
|
2441
|
-
body?: GetJobResponseBody;
|
|
2442
|
-
static names(): {
|
|
2443
|
-
[key: string]: string;
|
|
2444
|
-
};
|
|
2445
|
-
static types(): {
|
|
2446
|
-
[key: string]: any;
|
|
2447
|
-
};
|
|
2448
|
-
validate(): void;
|
|
2449
|
-
constructor(map?: {
|
|
2450
|
-
[key: string]: any;
|
|
2451
|
-
});
|
|
2452
|
-
}
|
|
2453
|
-
export declare class GetPoolRequest extends $dara.Model {
|
|
2454
|
-
/**
|
|
2455
|
-
* @remarks
|
|
2456
|
-
* This parameter is required.
|
|
2457
|
-
*
|
|
2458
|
-
* @example
|
|
2459
|
-
* PoolTest
|
|
2460
|
-
*/
|
|
2461
|
-
poolName?: string;
|
|
2462
|
-
static names(): {
|
|
2463
|
-
[key: string]: string;
|
|
2464
|
-
};
|
|
2465
|
-
static types(): {
|
|
2466
|
-
[key: string]: any;
|
|
2467
|
-
};
|
|
2468
|
-
validate(): void;
|
|
2469
|
-
constructor(map?: {
|
|
2470
|
-
[key: string]: any;
|
|
2471
|
-
});
|
|
2472
|
-
}
|
|
2473
|
-
export declare class GetPoolResponseBody extends $dara.Model {
|
|
2474
|
-
poolInfo?: GetPoolResponseBodyPoolInfo;
|
|
2475
|
-
/**
|
|
2476
|
-
* @remarks
|
|
2477
|
-
* Id of the request
|
|
2478
|
-
*
|
|
2479
|
-
* @example
|
|
2480
|
-
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
2481
|
-
*/
|
|
2482
|
-
requestId?: string;
|
|
2483
|
-
static names(): {
|
|
2484
|
-
[key: string]: string;
|
|
2485
|
-
};
|
|
2486
|
-
static types(): {
|
|
2487
|
-
[key: string]: any;
|
|
2488
|
-
};
|
|
2489
|
-
validate(): void;
|
|
2490
|
-
constructor(map?: {
|
|
2491
|
-
[key: string]: any;
|
|
2492
|
-
});
|
|
2493
|
-
}
|
|
2494
|
-
export declare class GetPoolResponse extends $dara.Model {
|
|
2495
|
-
headers?: {
|
|
2496
|
-
[key: string]: string;
|
|
2497
|
-
};
|
|
2498
|
-
statusCode?: number;
|
|
2499
|
-
body?: GetPoolResponseBody;
|
|
2500
|
-
static names(): {
|
|
2501
|
-
[key: string]: string;
|
|
2502
|
-
};
|
|
2503
|
-
static types(): {
|
|
2504
|
-
[key: string]: any;
|
|
2505
|
-
};
|
|
2506
|
-
validate(): void;
|
|
2507
|
-
constructor(map?: {
|
|
2508
|
-
[key: string]: any;
|
|
2509
|
-
});
|
|
2510
|
-
}
|
|
2511
|
-
export declare class ListExecutorsRequest extends $dara.Model {
|
|
2512
|
-
filter?: ListExecutorsRequestFilter;
|
|
2513
|
-
/**
|
|
2514
|
-
* @example
|
|
2515
|
-
* 1
|
|
2516
|
-
*/
|
|
2517
|
-
pageNumber?: number;
|
|
2518
|
-
/**
|
|
2519
|
-
* @example
|
|
2520
|
-
* 50
|
|
2521
|
-
*/
|
|
2522
|
-
pageSize?: number;
|
|
2523
|
-
static names(): {
|
|
2524
|
-
[key: string]: string;
|
|
2525
|
-
};
|
|
2526
|
-
static types(): {
|
|
2527
|
-
[key: string]: any;
|
|
2528
|
-
};
|
|
2529
|
-
validate(): void;
|
|
2530
|
-
constructor(map?: {
|
|
2531
|
-
[key: string]: any;
|
|
2532
|
-
});
|
|
2533
|
-
}
|
|
2534
|
-
export declare class ListExecutorsShrinkRequest extends $dara.Model {
|
|
2535
|
-
filterShrink?: string;
|
|
2536
|
-
/**
|
|
2537
|
-
* @example
|
|
2538
|
-
* 1
|
|
2539
|
-
*/
|
|
2540
|
-
pageNumber?: number;
|
|
2541
|
-
/**
|
|
2542
|
-
* @example
|
|
2543
|
-
* 50
|
|
2544
|
-
*/
|
|
2545
|
-
pageSize?: number;
|
|
2546
|
-
static names(): {
|
|
2547
|
-
[key: string]: string;
|
|
2548
|
-
};
|
|
2549
|
-
static types(): {
|
|
2550
|
-
[key: string]: any;
|
|
2551
|
-
};
|
|
2552
|
-
validate(): void;
|
|
2553
|
-
constructor(map?: {
|
|
2554
|
-
[key: string]: any;
|
|
2555
|
-
});
|
|
2556
|
-
}
|
|
2557
|
-
export declare class ListExecutorsResponseBody extends $dara.Model {
|
|
2558
|
-
executors?: ListExecutorsResponseBodyExecutors[];
|
|
2559
|
-
/**
|
|
2560
|
-
* @example
|
|
2561
|
-
* 1
|
|
2562
|
-
*/
|
|
2563
|
-
pageNumber?: number;
|
|
2564
|
-
/**
|
|
2565
|
-
* @example
|
|
2566
|
-
* 50
|
|
2567
|
-
*/
|
|
2568
|
-
pageSize?: number;
|
|
2569
|
-
/**
|
|
2570
|
-
* @example
|
|
2571
|
-
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
2572
|
-
*/
|
|
2573
|
-
requestId?: string;
|
|
2574
|
-
/**
|
|
2575
|
-
* @example
|
|
2576
|
-
* 40
|
|
2577
|
-
*/
|
|
2578
|
-
totalCount?: string;
|
|
2579
|
-
static names(): {
|
|
2580
|
-
[key: string]: string;
|
|
2581
|
-
};
|
|
2582
|
-
static types(): {
|
|
2583
|
-
[key: string]: any;
|
|
2584
|
-
};
|
|
2585
|
-
validate(): void;
|
|
2586
|
-
constructor(map?: {
|
|
2587
|
-
[key: string]: any;
|
|
2588
|
-
});
|
|
2589
|
-
}
|
|
2590
|
-
export declare class ListExecutorsResponse extends $dara.Model {
|
|
2591
|
-
headers?: {
|
|
2592
|
-
[key: string]: string;
|
|
2593
|
-
};
|
|
2594
|
-
statusCode?: number;
|
|
2595
|
-
body?: ListExecutorsResponseBody;
|
|
2596
|
-
static names(): {
|
|
2597
|
-
[key: string]: string;
|
|
2598
|
-
};
|
|
2599
|
-
static types(): {
|
|
2600
|
-
[key: string]: any;
|
|
2601
|
-
};
|
|
2602
|
-
validate(): void;
|
|
2603
|
-
constructor(map?: {
|
|
2604
|
-
[key: string]: any;
|
|
2605
|
-
});
|
|
2606
|
-
}
|
|
2607
|
-
export declare class ListImagesRequest extends $dara.Model {
|
|
2608
|
-
imageCategory?: string;
|
|
2609
|
-
imageIds?: string[];
|
|
2610
|
-
imageNames?: string[];
|
|
2611
|
-
imageType?: string;
|
|
2612
|
-
mode?: string;
|
|
2613
|
-
/**
|
|
2614
|
-
* @example
|
|
2615
|
-
* 1
|
|
2616
|
-
*/
|
|
2617
|
-
pageNumber?: number;
|
|
2618
|
-
/**
|
|
2619
|
-
* @example
|
|
2620
|
-
* 10
|
|
2621
|
-
*/
|
|
2622
|
-
pageSize?: number;
|
|
2623
|
-
static names(): {
|
|
2624
|
-
[key: string]: string;
|
|
2625
|
-
};
|
|
2626
|
-
static types(): {
|
|
2627
|
-
[key: string]: any;
|
|
2628
|
-
};
|
|
2629
|
-
validate(): void;
|
|
2630
|
-
constructor(map?: {
|
|
2631
|
-
[key: string]: any;
|
|
2632
|
-
});
|
|
2633
|
-
}
|
|
2634
|
-
export declare class ListImagesShrinkRequest extends $dara.Model {
|
|
2635
|
-
imageCategory?: string;
|
|
2636
|
-
imageIdsShrink?: string;
|
|
2637
|
-
imageNamesShrink?: string;
|
|
2638
|
-
imageType?: string;
|
|
2639
|
-
mode?: string;
|
|
2640
|
-
/**
|
|
2641
|
-
* @example
|
|
2642
|
-
* 1
|
|
2643
|
-
*/
|
|
2644
|
-
pageNumber?: number;
|
|
2645
|
-
/**
|
|
2646
|
-
* @example
|
|
2647
|
-
* 10
|
|
2648
|
-
*/
|
|
2649
|
-
pageSize?: number;
|
|
2650
|
-
static names(): {
|
|
2651
|
-
[key: string]: string;
|
|
2652
|
-
};
|
|
2653
|
-
static types(): {
|
|
2654
|
-
[key: string]: any;
|
|
2655
|
-
};
|
|
2656
|
-
validate(): void;
|
|
2657
|
-
constructor(map?: {
|
|
2658
|
-
[key: string]: any;
|
|
2659
|
-
});
|
|
2660
|
-
}
|
|
2661
|
-
export declare class ListImagesResponseBody extends $dara.Model {
|
|
2662
|
-
images?: ListImagesResponseBodyImages[];
|
|
2663
|
-
/**
|
|
2664
|
-
* @example
|
|
2665
|
-
* 1
|
|
2666
|
-
*/
|
|
2667
|
-
pageNumber?: number;
|
|
2668
|
-
/**
|
|
2669
|
-
* @example
|
|
2670
|
-
* 20
|
|
2671
|
-
*/
|
|
2672
|
-
pageSize?: number;
|
|
2673
|
-
/**
|
|
2674
|
-
* @example
|
|
2675
|
-
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
2676
|
-
*/
|
|
2677
|
-
requestId?: string;
|
|
2678
|
-
/**
|
|
2679
|
-
* @example
|
|
2680
|
-
* true
|
|
2681
|
-
*/
|
|
2682
|
-
success?: boolean;
|
|
2683
|
-
/**
|
|
2684
|
-
* @example
|
|
2685
|
-
* 1
|
|
2686
|
-
*/
|
|
2687
|
-
totalCount?: number;
|
|
2688
|
-
static names(): {
|
|
2689
|
-
[key: string]: string;
|
|
2690
|
-
};
|
|
2691
|
-
static types(): {
|
|
2692
|
-
[key: string]: any;
|
|
2693
|
-
};
|
|
2694
|
-
validate(): void;
|
|
2695
|
-
constructor(map?: {
|
|
2696
|
-
[key: string]: any;
|
|
2697
|
-
});
|
|
2698
|
-
}
|
|
2699
|
-
export declare class ListImagesResponse extends $dara.Model {
|
|
2700
|
-
headers?: {
|
|
2701
|
-
[key: string]: string;
|
|
2702
|
-
};
|
|
2703
|
-
statusCode?: number;
|
|
2704
|
-
body?: ListImagesResponseBody;
|
|
2705
|
-
static names(): {
|
|
2706
|
-
[key: string]: string;
|
|
2707
|
-
};
|
|
2708
|
-
static types(): {
|
|
2709
|
-
[key: string]: any;
|
|
2710
|
-
};
|
|
2711
|
-
validate(): void;
|
|
2712
|
-
constructor(map?: {
|
|
2713
|
-
[key: string]: any;
|
|
2714
|
-
});
|
|
2715
|
-
}
|
|
2716
|
-
export declare class ListJobExecutorsRequest extends $dara.Model {
|
|
2717
|
-
/**
|
|
2718
|
-
* @example
|
|
2719
|
-
* job-xxx
|
|
2720
|
-
*/
|
|
2721
|
-
jobId?: string;
|
|
2722
|
-
/**
|
|
2723
|
-
* @example
|
|
2724
|
-
* 1
|
|
2725
|
-
*/
|
|
2726
|
-
pageNumber?: number;
|
|
2727
|
-
/**
|
|
2728
|
-
* @example
|
|
2729
|
-
* 10
|
|
2730
|
-
*/
|
|
2731
|
-
pageSize?: number;
|
|
2732
|
-
/**
|
|
2733
|
-
* @example
|
|
2734
|
-
* task0
|
|
2735
|
-
*/
|
|
2736
|
-
taskName?: string;
|
|
2737
|
-
static names(): {
|
|
2738
|
-
[key: string]: string;
|
|
2739
|
-
};
|
|
2740
|
-
static types(): {
|
|
2741
|
-
[key: string]: any;
|
|
2742
|
-
};
|
|
2743
|
-
validate(): void;
|
|
2744
|
-
constructor(map?: {
|
|
2745
|
-
[key: string]: any;
|
|
2746
|
-
});
|
|
2747
|
-
}
|
|
2748
|
-
export declare class ListJobExecutorsResponseBody extends $dara.Model {
|
|
2749
|
-
executorStatus?: ListJobExecutorsResponseBodyExecutorStatus;
|
|
2750
|
-
executors?: ListJobExecutorsResponseBodyExecutors[];
|
|
2751
|
-
/**
|
|
2752
|
-
* @example
|
|
2753
|
-
* job-xxxx
|
|
2754
|
-
*/
|
|
2755
|
-
jobId?: string;
|
|
2756
|
-
/**
|
|
2757
|
-
* @example
|
|
2758
|
-
* 1
|
|
2759
|
-
*/
|
|
2760
|
-
pageNumber?: number;
|
|
2761
|
-
/**
|
|
2762
|
-
* @example
|
|
2763
|
-
* 10
|
|
2764
|
-
*/
|
|
2765
|
-
pageSize?: number;
|
|
2766
|
-
/**
|
|
2767
|
-
* @example
|
|
2768
|
-
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
2769
|
-
*/
|
|
2770
|
-
requestId?: string;
|
|
2771
|
-
/**
|
|
2772
|
-
* @example
|
|
2773
|
-
* task0
|
|
2774
|
-
*/
|
|
2775
|
-
taskName?: string;
|
|
2776
|
-
/**
|
|
2777
|
-
* @example
|
|
2778
|
-
* 50
|
|
2779
|
-
*/
|
|
2780
|
-
totalCount?: string;
|
|
2781
|
-
static names(): {
|
|
2782
|
-
[key: string]: string;
|
|
2783
|
-
};
|
|
2784
|
-
static types(): {
|
|
2785
|
-
[key: string]: any;
|
|
2786
|
-
};
|
|
2787
|
-
validate(): void;
|
|
2788
|
-
constructor(map?: {
|
|
2789
|
-
[key: string]: any;
|
|
2790
|
-
});
|
|
2791
|
-
}
|
|
2792
|
-
export declare class ListJobExecutorsResponse extends $dara.Model {
|
|
2793
|
-
headers?: {
|
|
2794
|
-
[key: string]: string;
|
|
2795
|
-
};
|
|
2796
|
-
statusCode?: number;
|
|
2797
|
-
body?: ListJobExecutorsResponseBody;
|
|
2798
|
-
static names(): {
|
|
2799
|
-
[key: string]: string;
|
|
2800
|
-
};
|
|
2801
|
-
static types(): {
|
|
2802
|
-
[key: string]: any;
|
|
2803
|
-
};
|
|
2804
|
-
validate(): void;
|
|
2805
|
-
constructor(map?: {
|
|
2806
|
-
[key: string]: any;
|
|
2807
|
-
});
|
|
2808
|
-
}
|
|
2809
|
-
export declare class ListJobsRequest extends $dara.Model {
|
|
2810
|
-
filter?: ListJobsRequestFilter;
|
|
2811
|
-
/**
|
|
2812
|
-
* @example
|
|
2813
|
-
* 1
|
|
2814
|
-
*/
|
|
2815
|
-
pageNumber?: number;
|
|
2816
|
-
/**
|
|
2817
|
-
* @example
|
|
2818
|
-
* 50
|
|
2819
|
-
*/
|
|
2820
|
-
pageSize?: number;
|
|
2821
|
-
sortBy?: ListJobsRequestSortBy;
|
|
2822
|
-
static names(): {
|
|
2823
|
-
[key: string]: string;
|
|
2824
|
-
};
|
|
2825
|
-
static types(): {
|
|
2826
|
-
[key: string]: any;
|
|
2827
|
-
};
|
|
2828
|
-
validate(): void;
|
|
2829
|
-
constructor(map?: {
|
|
2830
|
-
[key: string]: any;
|
|
2831
|
-
});
|
|
2832
|
-
}
|
|
2833
|
-
export declare class ListJobsShrinkRequest extends $dara.Model {
|
|
2834
|
-
filterShrink?: string;
|
|
2835
|
-
/**
|
|
2836
|
-
* @example
|
|
2837
|
-
* 1
|
|
2838
|
-
*/
|
|
2839
|
-
pageNumber?: number;
|
|
2840
|
-
/**
|
|
2841
|
-
* @example
|
|
2842
|
-
* 50
|
|
2843
|
-
*/
|
|
2844
|
-
pageSize?: number;
|
|
2845
|
-
sortByShrink?: string;
|
|
2846
|
-
static names(): {
|
|
2847
|
-
[key: string]: string;
|
|
2848
|
-
};
|
|
2849
|
-
static types(): {
|
|
2850
|
-
[key: string]: any;
|
|
2851
|
-
};
|
|
2852
|
-
validate(): void;
|
|
2853
|
-
constructor(map?: {
|
|
2854
|
-
[key: string]: any;
|
|
2855
|
-
});
|
|
2856
|
-
}
|
|
2857
|
-
export declare class ListJobsResponseBody extends $dara.Model {
|
|
2858
|
-
jobList?: ListJobsResponseBodyJobList[];
|
|
2859
|
-
/**
|
|
2860
|
-
* @example
|
|
2861
|
-
* 1
|
|
2862
|
-
*/
|
|
2863
|
-
pageNumber?: number;
|
|
2864
|
-
/**
|
|
2865
|
-
* @example
|
|
2866
|
-
* 10
|
|
2867
|
-
*/
|
|
2868
|
-
pageSize?: number;
|
|
2869
|
-
/**
|
|
2870
|
-
* @example
|
|
2871
|
-
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
2872
|
-
*/
|
|
2873
|
-
requestId?: string;
|
|
2874
|
-
/**
|
|
2875
|
-
* @example
|
|
2876
|
-
* 1
|
|
2877
|
-
*/
|
|
2878
|
-
totalCount?: number;
|
|
2879
|
-
static names(): {
|
|
2880
|
-
[key: string]: string;
|
|
2881
|
-
};
|
|
2882
|
-
static types(): {
|
|
2883
|
-
[key: string]: any;
|
|
2884
|
-
};
|
|
2885
|
-
validate(): void;
|
|
2886
|
-
constructor(map?: {
|
|
2887
|
-
[key: string]: any;
|
|
2888
|
-
});
|
|
2889
|
-
}
|
|
2890
|
-
export declare class ListJobsResponse extends $dara.Model {
|
|
2891
|
-
headers?: {
|
|
2892
|
-
[key: string]: string;
|
|
2893
|
-
};
|
|
2894
|
-
statusCode?: number;
|
|
2895
|
-
body?: ListJobsResponseBody;
|
|
2896
|
-
static names(): {
|
|
2897
|
-
[key: string]: string;
|
|
2898
|
-
};
|
|
2899
|
-
static types(): {
|
|
2900
|
-
[key: string]: any;
|
|
2901
|
-
};
|
|
2902
|
-
validate(): void;
|
|
2903
|
-
constructor(map?: {
|
|
2904
|
-
[key: string]: any;
|
|
2905
|
-
});
|
|
2906
|
-
}
|
|
2907
|
-
export declare class ListPoolsRequest extends $dara.Model {
|
|
2908
|
-
filter?: ListPoolsRequestFilter;
|
|
2909
|
-
/**
|
|
2910
|
-
* @example
|
|
2911
|
-
* 1
|
|
2912
|
-
*/
|
|
2913
|
-
pageNumber?: number;
|
|
2914
|
-
/**
|
|
2915
|
-
* @example
|
|
2916
|
-
* 10
|
|
2917
|
-
*/
|
|
2918
|
-
pageSize?: number;
|
|
2919
|
-
static names(): {
|
|
2920
|
-
[key: string]: string;
|
|
2921
|
-
};
|
|
2922
|
-
static types(): {
|
|
2923
|
-
[key: string]: any;
|
|
2924
|
-
};
|
|
2925
|
-
validate(): void;
|
|
2926
|
-
constructor(map?: {
|
|
2927
|
-
[key: string]: any;
|
|
2928
|
-
});
|
|
2929
|
-
}
|
|
2930
|
-
export declare class ListPoolsShrinkRequest extends $dara.Model {
|
|
2931
|
-
filterShrink?: string;
|
|
2932
|
-
/**
|
|
2933
|
-
* @example
|
|
2934
|
-
* 1
|
|
2935
|
-
*/
|
|
2936
|
-
pageNumber?: number;
|
|
2937
|
-
/**
|
|
2938
|
-
* @example
|
|
2939
|
-
* 10
|
|
2940
|
-
*/
|
|
2941
|
-
pageSize?: number;
|
|
2942
|
-
static names(): {
|
|
2943
|
-
[key: string]: string;
|
|
2944
|
-
};
|
|
2945
|
-
static types(): {
|
|
2946
|
-
[key: string]: any;
|
|
2947
|
-
};
|
|
2948
|
-
validate(): void;
|
|
2949
|
-
constructor(map?: {
|
|
2950
|
-
[key: string]: any;
|
|
2951
|
-
});
|
|
2952
|
-
}
|
|
2953
|
-
export declare class ListPoolsResponseBody extends $dara.Model {
|
|
2954
|
-
/**
|
|
2955
|
-
* @example
|
|
2956
|
-
* 1
|
|
2957
|
-
*/
|
|
2958
|
-
pageNumber?: number;
|
|
2959
|
-
/**
|
|
2960
|
-
* @example
|
|
2961
|
-
* 10
|
|
2962
|
-
*/
|
|
2963
|
-
pageSize?: number;
|
|
2964
|
-
poolList?: ListPoolsResponseBodyPoolList[];
|
|
2965
|
-
/**
|
|
2966
|
-
* @remarks
|
|
2967
|
-
* Id of the request
|
|
2968
|
-
*
|
|
2969
|
-
* @example
|
|
2970
|
-
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
2971
|
-
*/
|
|
2972
|
-
requestId?: string;
|
|
2973
|
-
/**
|
|
2974
|
-
* @example
|
|
2975
|
-
* 2
|
|
2976
|
-
*/
|
|
2977
|
-
totalCount?: number;
|
|
2978
|
-
static names(): {
|
|
2979
|
-
[key: string]: string;
|
|
2980
|
-
};
|
|
2981
|
-
static types(): {
|
|
2982
|
-
[key: string]: any;
|
|
2983
|
-
};
|
|
2984
|
-
validate(): void;
|
|
2985
|
-
constructor(map?: {
|
|
2986
|
-
[key: string]: any;
|
|
2987
|
-
});
|
|
2988
|
-
}
|
|
2989
|
-
export declare class ListPoolsResponse extends $dara.Model {
|
|
2990
|
-
headers?: {
|
|
2991
|
-
[key: string]: string;
|
|
2992
|
-
};
|
|
2993
|
-
statusCode?: number;
|
|
2994
|
-
body?: ListPoolsResponseBody;
|
|
2995
|
-
static names(): {
|
|
2996
|
-
[key: string]: string;
|
|
2997
|
-
};
|
|
2998
|
-
static types(): {
|
|
2999
|
-
[key: string]: any;
|
|
3000
|
-
};
|
|
3001
|
-
validate(): void;
|
|
3002
|
-
constructor(map?: {
|
|
3003
|
-
[key: string]: any;
|
|
3004
|
-
});
|
|
3005
|
-
}
|
|
3006
|
-
export declare class ListTagResourcesRequest extends $dara.Model {
|
|
3007
|
-
/**
|
|
3008
|
-
* @example
|
|
3009
|
-
* 20
|
|
3010
|
-
*/
|
|
3011
|
-
maxResult?: number;
|
|
3012
|
-
/**
|
|
3013
|
-
* @example
|
|
3014
|
-
* 1d2db86scXXXXXXXXXX
|
|
3015
|
-
*/
|
|
3016
|
-
nextToken?: string;
|
|
3017
|
-
resourceId?: string[];
|
|
3018
|
-
/**
|
|
3019
|
-
* @remarks
|
|
3020
|
-
* This parameter is required.
|
|
3021
|
-
*
|
|
3022
|
-
* @example
|
|
3023
|
-
* Job
|
|
3024
|
-
*/
|
|
3025
|
-
resourceType?: string;
|
|
3026
|
-
tag?: ListTagResourcesRequestTag[];
|
|
3027
|
-
static names(): {
|
|
3028
|
-
[key: string]: string;
|
|
3029
|
-
};
|
|
3030
|
-
static types(): {
|
|
3031
|
-
[key: string]: any;
|
|
3032
|
-
};
|
|
3033
|
-
validate(): void;
|
|
3034
|
-
constructor(map?: {
|
|
3035
|
-
[key: string]: any;
|
|
3036
|
-
});
|
|
3037
|
-
}
|
|
3038
|
-
export declare class ListTagResourcesResponseBody extends $dara.Model {
|
|
3039
|
-
/**
|
|
3040
|
-
* @example
|
|
3041
|
-
* 1d2db86scXXXXXXXXXX
|
|
3042
|
-
*/
|
|
3043
|
-
nextToken?: string;
|
|
3044
|
-
/**
|
|
3045
|
-
* @example
|
|
3046
|
-
* 04F0F334-1335-436C-A1D7-6C044FE7****
|
|
3047
|
-
*/
|
|
3048
|
-
requestId?: string;
|
|
3049
|
-
tagResources?: ListTagResourcesResponseBodyTagResources;
|
|
3050
|
-
static names(): {
|
|
3051
|
-
[key: string]: string;
|
|
3052
|
-
};
|
|
3053
|
-
static types(): {
|
|
3054
|
-
[key: string]: any;
|
|
3055
|
-
};
|
|
3056
|
-
validate(): void;
|
|
3057
|
-
constructor(map?: {
|
|
3058
|
-
[key: string]: any;
|
|
3059
|
-
});
|
|
3060
|
-
}
|
|
3061
|
-
export declare class ListTagResourcesResponse extends $dara.Model {
|
|
3062
|
-
headers?: {
|
|
3063
|
-
[key: string]: string;
|
|
3064
|
-
};
|
|
3065
|
-
statusCode?: number;
|
|
3066
|
-
body?: ListTagResourcesResponseBody;
|
|
3067
|
-
static names(): {
|
|
3068
|
-
[key: string]: string;
|
|
3069
|
-
};
|
|
3070
|
-
static types(): {
|
|
3071
|
-
[key: string]: any;
|
|
3072
|
-
};
|
|
3073
|
-
validate(): void;
|
|
3074
|
-
constructor(map?: {
|
|
3075
|
-
[key: string]: any;
|
|
3076
|
-
});
|
|
3077
|
-
}
|
|
3078
|
-
export declare class RemoveImageRequest extends $dara.Model {
|
|
3079
|
-
/**
|
|
3080
|
-
* @remarks
|
|
3081
|
-
* This parameter is required.
|
|
3082
|
-
*
|
|
3083
|
-
* @example
|
|
3084
|
-
* m-bp14wakr1rkxtb******
|
|
3085
|
-
*/
|
|
3086
|
-
imageId?: string;
|
|
3087
|
-
imageType?: string;
|
|
3088
|
-
static names(): {
|
|
3089
|
-
[key: string]: string;
|
|
3090
|
-
};
|
|
3091
|
-
static types(): {
|
|
3092
|
-
[key: string]: any;
|
|
3093
|
-
};
|
|
3094
|
-
validate(): void;
|
|
3095
|
-
constructor(map?: {
|
|
3096
|
-
[key: string]: any;
|
|
3097
|
-
});
|
|
3098
|
-
}
|
|
3099
|
-
export declare class RemoveImageResponseBody extends $dara.Model {
|
|
3100
|
-
/**
|
|
3101
|
-
* @example
|
|
3102
|
-
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
3103
|
-
*/
|
|
3104
|
-
requestId?: string;
|
|
3105
|
-
/**
|
|
3106
|
-
* @example
|
|
3107
|
-
* true
|
|
3108
|
-
*/
|
|
3109
|
-
success?: boolean;
|
|
3110
|
-
static names(): {
|
|
3111
|
-
[key: string]: string;
|
|
3112
|
-
};
|
|
3113
|
-
static types(): {
|
|
3114
|
-
[key: string]: any;
|
|
3115
|
-
};
|
|
3116
|
-
validate(): void;
|
|
3117
|
-
constructor(map?: {
|
|
3118
|
-
[key: string]: any;
|
|
3119
|
-
});
|
|
3120
|
-
}
|
|
3121
|
-
export declare class RemoveImageResponse extends $dara.Model {
|
|
3122
|
-
headers?: {
|
|
3123
|
-
[key: string]: string;
|
|
3124
|
-
};
|
|
3125
|
-
statusCode?: number;
|
|
3126
|
-
body?: RemoveImageResponseBody;
|
|
3127
|
-
static names(): {
|
|
3128
|
-
[key: string]: string;
|
|
3129
|
-
};
|
|
3130
|
-
static types(): {
|
|
3131
|
-
[key: string]: any;
|
|
3132
|
-
};
|
|
3133
|
-
validate(): void;
|
|
3134
|
-
constructor(map?: {
|
|
3135
|
-
[key: string]: any;
|
|
3136
|
-
});
|
|
3137
|
-
}
|
|
3138
|
-
export declare class TagResourcesRequest extends $dara.Model {
|
|
3139
|
-
/**
|
|
3140
|
-
* @remarks
|
|
3141
|
-
* This parameter is required.
|
|
3142
|
-
*/
|
|
3143
|
-
resourceId?: string[];
|
|
3144
|
-
/**
|
|
3145
|
-
* @remarks
|
|
3146
|
-
* This parameter is required.
|
|
3147
|
-
*
|
|
3148
|
-
* @example
|
|
3149
|
-
* Job
|
|
3150
|
-
*/
|
|
3151
|
-
resourceType?: string;
|
|
3152
|
-
/**
|
|
3153
|
-
* @remarks
|
|
3154
|
-
* This parameter is required.
|
|
3155
|
-
*/
|
|
3156
|
-
tag?: TagResourcesRequestTag[];
|
|
3157
|
-
static names(): {
|
|
3158
|
-
[key: string]: string;
|
|
3159
|
-
};
|
|
3160
|
-
static types(): {
|
|
3161
|
-
[key: string]: any;
|
|
3162
|
-
};
|
|
3163
|
-
validate(): void;
|
|
3164
|
-
constructor(map?: {
|
|
3165
|
-
[key: string]: any;
|
|
3166
|
-
});
|
|
3167
|
-
}
|
|
3168
|
-
export declare class TagResourcesResponseBody extends $dara.Model {
|
|
3169
|
-
/**
|
|
3170
|
-
* @example
|
|
3171
|
-
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
3172
|
-
*/
|
|
3173
|
-
requestId?: string;
|
|
3174
|
-
static names(): {
|
|
3175
|
-
[key: string]: string;
|
|
3176
|
-
};
|
|
3177
|
-
static types(): {
|
|
3178
|
-
[key: string]: any;
|
|
3179
|
-
};
|
|
3180
|
-
validate(): void;
|
|
3181
|
-
constructor(map?: {
|
|
3182
|
-
[key: string]: any;
|
|
3183
|
-
});
|
|
3184
|
-
}
|
|
3185
|
-
export declare class TagResourcesResponse extends $dara.Model {
|
|
3186
|
-
headers?: {
|
|
3187
|
-
[key: string]: string;
|
|
3188
|
-
};
|
|
3189
|
-
statusCode?: number;
|
|
3190
|
-
body?: TagResourcesResponseBody;
|
|
3191
|
-
static names(): {
|
|
3192
|
-
[key: string]: string;
|
|
3193
|
-
};
|
|
3194
|
-
static types(): {
|
|
3195
|
-
[key: string]: any;
|
|
3196
|
-
};
|
|
3197
|
-
validate(): void;
|
|
3198
|
-
constructor(map?: {
|
|
3199
|
-
[key: string]: any;
|
|
3200
|
-
});
|
|
3201
|
-
}
|
|
3202
|
-
export declare class UnTagResourcesRequest extends $dara.Model {
|
|
3203
|
-
/**
|
|
3204
|
-
* @example
|
|
3205
|
-
* False
|
|
3206
|
-
*/
|
|
3207
|
-
all?: boolean;
|
|
3208
|
-
/**
|
|
3209
|
-
* @remarks
|
|
3210
|
-
* This parameter is required.
|
|
3211
|
-
*/
|
|
3212
|
-
resourceId?: string[];
|
|
3213
|
-
/**
|
|
3214
|
-
* @remarks
|
|
3215
|
-
* This parameter is required.
|
|
3216
|
-
*
|
|
3217
|
-
* @example
|
|
3218
|
-
* Job
|
|
3219
|
-
*/
|
|
3220
|
-
resourceType?: string;
|
|
3221
|
-
tagKey?: string[];
|
|
3222
|
-
static names(): {
|
|
3223
|
-
[key: string]: string;
|
|
3224
|
-
};
|
|
3225
|
-
static types(): {
|
|
3226
|
-
[key: string]: any;
|
|
3227
|
-
};
|
|
3228
|
-
validate(): void;
|
|
3229
|
-
constructor(map?: {
|
|
3230
|
-
[key: string]: any;
|
|
3231
|
-
});
|
|
3232
|
-
}
|
|
3233
|
-
export declare class UnTagResourcesResponseBody extends $dara.Model {
|
|
3234
|
-
/**
|
|
3235
|
-
* @example
|
|
3236
|
-
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
3237
|
-
*/
|
|
3238
|
-
requestId?: string;
|
|
3239
|
-
static names(): {
|
|
3240
|
-
[key: string]: string;
|
|
3241
|
-
};
|
|
3242
|
-
static types(): {
|
|
3243
|
-
[key: string]: any;
|
|
3244
|
-
};
|
|
3245
|
-
validate(): void;
|
|
3246
|
-
constructor(map?: {
|
|
3247
|
-
[key: string]: any;
|
|
3248
|
-
});
|
|
3249
|
-
}
|
|
3250
|
-
export declare class UnTagResourcesResponse extends $dara.Model {
|
|
3251
|
-
headers?: {
|
|
3252
|
-
[key: string]: string;
|
|
3253
|
-
};
|
|
3254
|
-
statusCode?: number;
|
|
3255
|
-
body?: UnTagResourcesResponseBody;
|
|
3256
|
-
static names(): {
|
|
3257
|
-
[key: string]: string;
|
|
3258
|
-
};
|
|
3259
|
-
static types(): {
|
|
3260
|
-
[key: string]: any;
|
|
3261
|
-
};
|
|
3262
|
-
validate(): void;
|
|
3263
|
-
constructor(map?: {
|
|
3264
|
-
[key: string]: any;
|
|
3265
|
-
});
|
|
3266
|
-
}
|
|
3267
|
-
export declare class UpdatePoolRequest extends $dara.Model {
|
|
3268
|
-
/**
|
|
3269
|
-
* @remarks
|
|
3270
|
-
* This parameter is required.
|
|
3271
|
-
*
|
|
3272
|
-
* @example
|
|
3273
|
-
* PoolTest
|
|
3274
|
-
*/
|
|
3275
|
-
poolName?: string;
|
|
3276
|
-
/**
|
|
3277
|
-
* @example
|
|
3278
|
-
* 1
|
|
3279
|
-
*/
|
|
3280
|
-
priority?: number;
|
|
3281
|
-
resourceLimits?: UpdatePoolRequestResourceLimits;
|
|
3282
|
-
static names(): {
|
|
3283
|
-
[key: string]: string;
|
|
3284
|
-
};
|
|
3285
|
-
static types(): {
|
|
3286
|
-
[key: string]: any;
|
|
3287
|
-
};
|
|
3288
|
-
validate(): void;
|
|
3289
|
-
constructor(map?: {
|
|
3290
|
-
[key: string]: any;
|
|
3291
|
-
});
|
|
3292
|
-
}
|
|
3293
|
-
export declare class UpdatePoolShrinkRequest extends $dara.Model {
|
|
3294
|
-
/**
|
|
3295
|
-
* @remarks
|
|
3296
|
-
* This parameter is required.
|
|
3297
|
-
*
|
|
3298
|
-
* @example
|
|
3299
|
-
* PoolTest
|
|
3300
|
-
*/
|
|
3301
|
-
poolName?: string;
|
|
3302
|
-
/**
|
|
3303
|
-
* @example
|
|
3304
|
-
* 1
|
|
3305
|
-
*/
|
|
3306
|
-
priority?: number;
|
|
3307
|
-
resourceLimitsShrink?: string;
|
|
3308
|
-
static names(): {
|
|
3309
|
-
[key: string]: string;
|
|
3310
|
-
};
|
|
3311
|
-
static types(): {
|
|
3312
|
-
[key: string]: any;
|
|
3313
|
-
};
|
|
3314
|
-
validate(): void;
|
|
3315
|
-
constructor(map?: {
|
|
3316
|
-
[key: string]: any;
|
|
3317
|
-
});
|
|
3318
|
-
}
|
|
3319
|
-
export declare class UpdatePoolResponseBody extends $dara.Model {
|
|
3320
|
-
/**
|
|
3321
|
-
* @remarks
|
|
3322
|
-
* Id of the request
|
|
3323
|
-
*
|
|
3324
|
-
* @example
|
|
3325
|
-
* 04F0F334-1335-436C-A1D7-6C044FE7****
|
|
3326
|
-
*/
|
|
3327
|
-
requestId?: string;
|
|
3328
|
-
static names(): {
|
|
3329
|
-
[key: string]: string;
|
|
3330
|
-
};
|
|
3331
|
-
static types(): {
|
|
3332
|
-
[key: string]: any;
|
|
3333
|
-
};
|
|
3334
|
-
validate(): void;
|
|
3335
|
-
constructor(map?: {
|
|
3336
|
-
[key: string]: any;
|
|
3337
|
-
});
|
|
3338
|
-
}
|
|
3339
|
-
export declare class UpdatePoolResponse extends $dara.Model {
|
|
3340
|
-
headers?: {
|
|
3341
|
-
[key: string]: string;
|
|
3342
|
-
};
|
|
3343
|
-
statusCode?: number;
|
|
3344
|
-
body?: UpdatePoolResponseBody;
|
|
3345
|
-
static names(): {
|
|
3346
|
-
[key: string]: string;
|
|
3347
|
-
};
|
|
3348
|
-
static types(): {
|
|
3349
|
-
[key: string]: any;
|
|
3350
|
-
};
|
|
3351
|
-
validate(): void;
|
|
3352
|
-
constructor(map?: {
|
|
3353
|
-
[key: string]: any;
|
|
3354
|
-
});
|
|
3355
|
-
}
|
|
4
|
+
import * as $_model from './models/model';
|
|
5
|
+
export * from './models/model';
|
|
3356
6
|
export default class Client extends OpenApi {
|
|
3357
7
|
constructor(config: $OpenApiUtil.Config);
|
|
3358
8
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
@@ -3365,14 +15,14 @@ export default class Client extends OpenApi {
|
|
|
3365
15
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3366
16
|
* @returns AddImageResponse
|
|
3367
17
|
*/
|
|
3368
|
-
addImageWithOptions(tmpReq: AddImageRequest, runtime: $dara.RuntimeOptions): Promise
|
|
18
|
+
addImageWithOptions(tmpReq: $_model.AddImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddImageResponse>;
|
|
3369
19
|
/**
|
|
3370
20
|
* 添加托管侧用户自定义镜像
|
|
3371
21
|
*
|
|
3372
22
|
* @param request - AddImageRequest
|
|
3373
23
|
* @returns AddImageResponse
|
|
3374
24
|
*/
|
|
3375
|
-
addImage(request: AddImageRequest): Promise
|
|
25
|
+
addImage(request: $_model.AddImageRequest): Promise<$_model.AddImageResponse>;
|
|
3376
26
|
/**
|
|
3377
27
|
* 提交任务
|
|
3378
28
|
*
|
|
@@ -3380,14 +30,14 @@ export default class Client extends OpenApi {
|
|
|
3380
30
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3381
31
|
* @returns CreateJobResponse
|
|
3382
32
|
*/
|
|
3383
|
-
createJobWithOptions(tmpReq: CreateJobRequest, runtime: $dara.RuntimeOptions): Promise
|
|
33
|
+
createJobWithOptions(tmpReq: $_model.CreateJobRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateJobResponse>;
|
|
3384
34
|
/**
|
|
3385
35
|
* 提交任务
|
|
3386
36
|
*
|
|
3387
37
|
* @param request - CreateJobRequest
|
|
3388
38
|
* @returns CreateJobResponse
|
|
3389
39
|
*/
|
|
3390
|
-
createJob(request: CreateJobRequest): Promise
|
|
40
|
+
createJob(request: $_model.CreateJobRequest): Promise<$_model.CreateJobResponse>;
|
|
3391
41
|
/**
|
|
3392
42
|
* 创建资源池
|
|
3393
43
|
*
|
|
@@ -3395,14 +45,14 @@ export default class Client extends OpenApi {
|
|
|
3395
45
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3396
46
|
* @returns CreatePoolResponse
|
|
3397
47
|
*/
|
|
3398
|
-
createPoolWithOptions(tmpReq: CreatePoolRequest, runtime: $dara.RuntimeOptions): Promise
|
|
48
|
+
createPoolWithOptions(tmpReq: $_model.CreatePoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreatePoolResponse>;
|
|
3399
49
|
/**
|
|
3400
50
|
* 创建资源池
|
|
3401
51
|
*
|
|
3402
52
|
* @param request - CreatePoolRequest
|
|
3403
53
|
* @returns CreatePoolResponse
|
|
3404
54
|
*/
|
|
3405
|
-
createPool(request: CreatePoolRequest): Promise
|
|
55
|
+
createPool(request: $_model.CreatePoolRequest): Promise<$_model.CreatePoolResponse>;
|
|
3406
56
|
/**
|
|
3407
57
|
* 删除作业
|
|
3408
58
|
*
|
|
@@ -3410,14 +60,14 @@ export default class Client extends OpenApi {
|
|
|
3410
60
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3411
61
|
* @returns DeleteJobsResponse
|
|
3412
62
|
*/
|
|
3413
|
-
deleteJobsWithOptions(tmpReq: DeleteJobsRequest, runtime: $dara.RuntimeOptions): Promise
|
|
63
|
+
deleteJobsWithOptions(tmpReq: $_model.DeleteJobsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteJobsResponse>;
|
|
3414
64
|
/**
|
|
3415
65
|
* 删除作业
|
|
3416
66
|
*
|
|
3417
67
|
* @param request - DeleteJobsRequest
|
|
3418
68
|
* @returns DeleteJobsResponse
|
|
3419
69
|
*/
|
|
3420
|
-
deleteJobs(request: DeleteJobsRequest): Promise
|
|
70
|
+
deleteJobs(request: $_model.DeleteJobsRequest): Promise<$_model.DeleteJobsResponse>;
|
|
3421
71
|
/**
|
|
3422
72
|
* 删除资源池
|
|
3423
73
|
*
|
|
@@ -3425,14 +75,14 @@ export default class Client extends OpenApi {
|
|
|
3425
75
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3426
76
|
* @returns DeletePoolResponse
|
|
3427
77
|
*/
|
|
3428
|
-
deletePoolWithOptions(request: DeletePoolRequest, runtime: $dara.RuntimeOptions): Promise
|
|
78
|
+
deletePoolWithOptions(request: $_model.DeletePoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeletePoolResponse>;
|
|
3429
79
|
/**
|
|
3430
80
|
* 删除资源池
|
|
3431
81
|
*
|
|
3432
82
|
* @param request - DeletePoolRequest
|
|
3433
83
|
* @returns DeletePoolResponse
|
|
3434
84
|
*/
|
|
3435
|
-
deletePool(request: DeletePoolRequest): Promise
|
|
85
|
+
deletePool(request: $_model.DeletePoolRequest): Promise<$_model.DeletePoolResponse>;
|
|
3436
86
|
/**
|
|
3437
87
|
* 查询作业性能数据
|
|
3438
88
|
*
|
|
@@ -3440,14 +90,14 @@ export default class Client extends OpenApi {
|
|
|
3440
90
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3441
91
|
* @returns DescribeJobMetricDataResponse
|
|
3442
92
|
*/
|
|
3443
|
-
describeJobMetricDataWithOptions(tmpReq: DescribeJobMetricDataRequest, runtime: $dara.RuntimeOptions): Promise
|
|
93
|
+
describeJobMetricDataWithOptions(tmpReq: $_model.DescribeJobMetricDataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeJobMetricDataResponse>;
|
|
3444
94
|
/**
|
|
3445
95
|
* 查询作业性能数据
|
|
3446
96
|
*
|
|
3447
97
|
* @param request - DescribeJobMetricDataRequest
|
|
3448
98
|
* @returns DescribeJobMetricDataResponse
|
|
3449
99
|
*/
|
|
3450
|
-
describeJobMetricData(request: DescribeJobMetricDataRequest): Promise
|
|
100
|
+
describeJobMetricData(request: $_model.DescribeJobMetricDataRequest): Promise<$_model.DescribeJobMetricDataResponse>;
|
|
3451
101
|
/**
|
|
3452
102
|
* 查询作业即时监控项
|
|
3453
103
|
*
|
|
@@ -3455,14 +105,14 @@ export default class Client extends OpenApi {
|
|
|
3455
105
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3456
106
|
* @returns DescribeJobMetricLastResponse
|
|
3457
107
|
*/
|
|
3458
|
-
describeJobMetricLastWithOptions(tmpReq: DescribeJobMetricLastRequest, runtime: $dara.RuntimeOptions): Promise
|
|
108
|
+
describeJobMetricLastWithOptions(tmpReq: $_model.DescribeJobMetricLastRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeJobMetricLastResponse>;
|
|
3459
109
|
/**
|
|
3460
110
|
* 查询作业即时监控项
|
|
3461
111
|
*
|
|
3462
112
|
* @param request - DescribeJobMetricLastRequest
|
|
3463
113
|
* @returns DescribeJobMetricLastResponse
|
|
3464
114
|
*/
|
|
3465
|
-
describeJobMetricLast(request: DescribeJobMetricLastRequest): Promise
|
|
115
|
+
describeJobMetricLast(request: $_model.DescribeJobMetricLastRequest): Promise<$_model.DescribeJobMetricLastResponse>;
|
|
3466
116
|
/**
|
|
3467
117
|
* 查看应用版本列表
|
|
3468
118
|
*
|
|
@@ -3470,14 +120,14 @@ export default class Client extends OpenApi {
|
|
|
3470
120
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3471
121
|
* @returns GetAppVersionsResponse
|
|
3472
122
|
*/
|
|
3473
|
-
getAppVersionsWithOptions(request: GetAppVersionsRequest, runtime: $dara.RuntimeOptions): Promise
|
|
123
|
+
getAppVersionsWithOptions(request: $_model.GetAppVersionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAppVersionsResponse>;
|
|
3474
124
|
/**
|
|
3475
125
|
* 查看应用版本列表
|
|
3476
126
|
*
|
|
3477
127
|
* @param request - GetAppVersionsRequest
|
|
3478
128
|
* @returns GetAppVersionsResponse
|
|
3479
129
|
*/
|
|
3480
|
-
getAppVersions(request: GetAppVersionsRequest): Promise
|
|
130
|
+
getAppVersions(request: $_model.GetAppVersionsRequest): Promise<$_model.GetAppVersionsResponse>;
|
|
3481
131
|
/**
|
|
3482
132
|
* 查询托管侧镜像详情。
|
|
3483
133
|
*
|
|
@@ -3485,14 +135,14 @@ export default class Client extends OpenApi {
|
|
|
3485
135
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3486
136
|
* @returns GetImageResponse
|
|
3487
137
|
*/
|
|
3488
|
-
getImageWithOptions(request: GetImageRequest, runtime: $dara.RuntimeOptions): Promise
|
|
138
|
+
getImageWithOptions(request: $_model.GetImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetImageResponse>;
|
|
3489
139
|
/**
|
|
3490
140
|
* 查询托管侧镜像详情。
|
|
3491
141
|
*
|
|
3492
142
|
* @param request - GetImageRequest
|
|
3493
143
|
* @returns GetImageResponse
|
|
3494
144
|
*/
|
|
3495
|
-
getImage(request: GetImageRequest): Promise
|
|
145
|
+
getImage(request: $_model.GetImageRequest): Promise<$_model.GetImageResponse>;
|
|
3496
146
|
/**
|
|
3497
147
|
* 查询作业详情
|
|
3498
148
|
*
|
|
@@ -3500,14 +150,14 @@ export default class Client extends OpenApi {
|
|
|
3500
150
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3501
151
|
* @returns GetJobResponse
|
|
3502
152
|
*/
|
|
3503
|
-
getJobWithOptions(request: GetJobRequest, runtime: $dara.RuntimeOptions): Promise
|
|
153
|
+
getJobWithOptions(request: $_model.GetJobRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetJobResponse>;
|
|
3504
154
|
/**
|
|
3505
155
|
* 查询作业详情
|
|
3506
156
|
*
|
|
3507
157
|
* @param request - GetJobRequest
|
|
3508
158
|
* @returns GetJobResponse
|
|
3509
159
|
*/
|
|
3510
|
-
getJob(request: GetJobRequest): Promise
|
|
160
|
+
getJob(request: $_model.GetJobRequest): Promise<$_model.GetJobResponse>;
|
|
3511
161
|
/**
|
|
3512
162
|
* 查询队列详细信息
|
|
3513
163
|
*
|
|
@@ -3515,14 +165,14 @@ export default class Client extends OpenApi {
|
|
|
3515
165
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3516
166
|
* @returns GetPoolResponse
|
|
3517
167
|
*/
|
|
3518
|
-
getPoolWithOptions(request: GetPoolRequest, runtime: $dara.RuntimeOptions): Promise
|
|
168
|
+
getPoolWithOptions(request: $_model.GetPoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetPoolResponse>;
|
|
3519
169
|
/**
|
|
3520
170
|
* 查询队列详细信息
|
|
3521
171
|
*
|
|
3522
172
|
* @param request - GetPoolRequest
|
|
3523
173
|
* @returns GetPoolResponse
|
|
3524
174
|
*/
|
|
3525
|
-
getPool(request: GetPoolRequest): Promise
|
|
175
|
+
getPool(request: $_model.GetPoolRequest): Promise<$_model.GetPoolResponse>;
|
|
3526
176
|
/**
|
|
3527
177
|
* 查询全局Executor信息
|
|
3528
178
|
*
|
|
@@ -3530,14 +180,14 @@ export default class Client extends OpenApi {
|
|
|
3530
180
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3531
181
|
* @returns ListExecutorsResponse
|
|
3532
182
|
*/
|
|
3533
|
-
listExecutorsWithOptions(tmpReq: ListExecutorsRequest, runtime: $dara.RuntimeOptions): Promise
|
|
183
|
+
listExecutorsWithOptions(tmpReq: $_model.ListExecutorsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListExecutorsResponse>;
|
|
3534
184
|
/**
|
|
3535
185
|
* 查询全局Executor信息
|
|
3536
186
|
*
|
|
3537
187
|
* @param request - ListExecutorsRequest
|
|
3538
188
|
* @returns ListExecutorsResponse
|
|
3539
189
|
*/
|
|
3540
|
-
listExecutors(request: ListExecutorsRequest): Promise
|
|
190
|
+
listExecutors(request: $_model.ListExecutorsRequest): Promise<$_model.ListExecutorsResponse>;
|
|
3541
191
|
/**
|
|
3542
192
|
* 查看托管侧镜像列表
|
|
3543
193
|
*
|
|
@@ -3545,14 +195,14 @@ export default class Client extends OpenApi {
|
|
|
3545
195
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3546
196
|
* @returns ListImagesResponse
|
|
3547
197
|
*/
|
|
3548
|
-
listImagesWithOptions(tmpReq: ListImagesRequest, runtime: $dara.RuntimeOptions): Promise
|
|
198
|
+
listImagesWithOptions(tmpReq: $_model.ListImagesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListImagesResponse>;
|
|
3549
199
|
/**
|
|
3550
200
|
* 查看托管侧镜像列表
|
|
3551
201
|
*
|
|
3552
202
|
* @param request - ListImagesRequest
|
|
3553
203
|
* @returns ListImagesResponse
|
|
3554
204
|
*/
|
|
3555
|
-
listImages(request: ListImagesRequest): Promise
|
|
205
|
+
listImages(request: $_model.ListImagesRequest): Promise<$_model.ListImagesResponse>;
|
|
3556
206
|
/**
|
|
3557
207
|
* 查询作业Executor信息
|
|
3558
208
|
*
|
|
@@ -3560,14 +210,14 @@ export default class Client extends OpenApi {
|
|
|
3560
210
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3561
211
|
* @returns ListJobExecutorsResponse
|
|
3562
212
|
*/
|
|
3563
|
-
listJobExecutorsWithOptions(request: ListJobExecutorsRequest, runtime: $dara.RuntimeOptions): Promise
|
|
213
|
+
listJobExecutorsWithOptions(request: $_model.ListJobExecutorsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListJobExecutorsResponse>;
|
|
3564
214
|
/**
|
|
3565
215
|
* 查询作业Executor信息
|
|
3566
216
|
*
|
|
3567
217
|
* @param request - ListJobExecutorsRequest
|
|
3568
218
|
* @returns ListJobExecutorsResponse
|
|
3569
219
|
*/
|
|
3570
|
-
listJobExecutors(request: ListJobExecutorsRequest): Promise
|
|
220
|
+
listJobExecutors(request: $_model.ListJobExecutorsRequest): Promise<$_model.ListJobExecutorsResponse>;
|
|
3571
221
|
/**
|
|
3572
222
|
* 查询作业列表
|
|
3573
223
|
*
|
|
@@ -3575,14 +225,14 @@ export default class Client extends OpenApi {
|
|
|
3575
225
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3576
226
|
* @returns ListJobsResponse
|
|
3577
227
|
*/
|
|
3578
|
-
listJobsWithOptions(tmpReq: ListJobsRequest, runtime: $dara.RuntimeOptions): Promise
|
|
228
|
+
listJobsWithOptions(tmpReq: $_model.ListJobsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListJobsResponse>;
|
|
3579
229
|
/**
|
|
3580
230
|
* 查询作业列表
|
|
3581
231
|
*
|
|
3582
232
|
* @param request - ListJobsRequest
|
|
3583
233
|
* @returns ListJobsResponse
|
|
3584
234
|
*/
|
|
3585
|
-
listJobs(request: ListJobsRequest): Promise
|
|
235
|
+
listJobs(request: $_model.ListJobsRequest): Promise<$_model.ListJobsResponse>;
|
|
3586
236
|
/**
|
|
3587
237
|
* 查询资源池列表
|
|
3588
238
|
*
|
|
@@ -3590,14 +240,14 @@ export default class Client extends OpenApi {
|
|
|
3590
240
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3591
241
|
* @returns ListPoolsResponse
|
|
3592
242
|
*/
|
|
3593
|
-
listPoolsWithOptions(tmpReq: ListPoolsRequest, runtime: $dara.RuntimeOptions): Promise
|
|
243
|
+
listPoolsWithOptions(tmpReq: $_model.ListPoolsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListPoolsResponse>;
|
|
3594
244
|
/**
|
|
3595
245
|
* 查询资源池列表
|
|
3596
246
|
*
|
|
3597
247
|
* @param request - ListPoolsRequest
|
|
3598
248
|
* @returns ListPoolsResponse
|
|
3599
249
|
*/
|
|
3600
|
-
listPools(request: ListPoolsRequest): Promise
|
|
250
|
+
listPools(request: $_model.ListPoolsRequest): Promise<$_model.ListPoolsResponse>;
|
|
3601
251
|
/**
|
|
3602
252
|
* 查询一个或多个资源已经绑定的标签列表
|
|
3603
253
|
*
|
|
@@ -3605,14 +255,14 @@ export default class Client extends OpenApi {
|
|
|
3605
255
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3606
256
|
* @returns ListTagResourcesResponse
|
|
3607
257
|
*/
|
|
3608
|
-
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $dara.RuntimeOptions): Promise
|
|
258
|
+
listTagResourcesWithOptions(request: $_model.ListTagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListTagResourcesResponse>;
|
|
3609
259
|
/**
|
|
3610
260
|
* 查询一个或多个资源已经绑定的标签列表
|
|
3611
261
|
*
|
|
3612
262
|
* @param request - ListTagResourcesRequest
|
|
3613
263
|
* @returns ListTagResourcesResponse
|
|
3614
264
|
*/
|
|
3615
|
-
listTagResources(request: ListTagResourcesRequest): Promise
|
|
265
|
+
listTagResources(request: $_model.ListTagResourcesRequest): Promise<$_model.ListTagResourcesResponse>;
|
|
3616
266
|
/**
|
|
3617
267
|
* 移除托管侧镜像信息。
|
|
3618
268
|
*
|
|
@@ -3620,14 +270,14 @@ export default class Client extends OpenApi {
|
|
|
3620
270
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3621
271
|
* @returns RemoveImageResponse
|
|
3622
272
|
*/
|
|
3623
|
-
removeImageWithOptions(request: RemoveImageRequest, runtime: $dara.RuntimeOptions): Promise
|
|
273
|
+
removeImageWithOptions(request: $_model.RemoveImageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveImageResponse>;
|
|
3624
274
|
/**
|
|
3625
275
|
* 移除托管侧镜像信息。
|
|
3626
276
|
*
|
|
3627
277
|
* @param request - RemoveImageRequest
|
|
3628
278
|
* @returns RemoveImageResponse
|
|
3629
279
|
*/
|
|
3630
|
-
removeImage(request: RemoveImageRequest): Promise
|
|
280
|
+
removeImage(request: $_model.RemoveImageRequest): Promise<$_model.RemoveImageResponse>;
|
|
3631
281
|
/**
|
|
3632
282
|
* 为指定的资源列表统一创建并绑定标签
|
|
3633
283
|
*
|
|
@@ -3635,14 +285,14 @@ export default class Client extends OpenApi {
|
|
|
3635
285
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3636
286
|
* @returns TagResourcesResponse
|
|
3637
287
|
*/
|
|
3638
|
-
tagResourcesWithOptions(request: TagResourcesRequest, runtime: $dara.RuntimeOptions): Promise
|
|
288
|
+
tagResourcesWithOptions(request: $_model.TagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TagResourcesResponse>;
|
|
3639
289
|
/**
|
|
3640
290
|
* 为指定的资源列表统一创建并绑定标签
|
|
3641
291
|
*
|
|
3642
292
|
* @param request - TagResourcesRequest
|
|
3643
293
|
* @returns TagResourcesResponse
|
|
3644
294
|
*/
|
|
3645
|
-
tagResources(request: TagResourcesRequest): Promise
|
|
295
|
+
tagResources(request: $_model.TagResourcesRequest): Promise<$_model.TagResourcesResponse>;
|
|
3646
296
|
/**
|
|
3647
297
|
* 为指定的ECS资源列表统一解绑标签
|
|
3648
298
|
*
|
|
@@ -3650,14 +300,14 @@ export default class Client extends OpenApi {
|
|
|
3650
300
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3651
301
|
* @returns UnTagResourcesResponse
|
|
3652
302
|
*/
|
|
3653
|
-
unTagResourcesWithOptions(request: UnTagResourcesRequest, runtime: $dara.RuntimeOptions): Promise
|
|
303
|
+
unTagResourcesWithOptions(request: $_model.UnTagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UnTagResourcesResponse>;
|
|
3654
304
|
/**
|
|
3655
305
|
* 为指定的ECS资源列表统一解绑标签
|
|
3656
306
|
*
|
|
3657
307
|
* @param request - UnTagResourcesRequest
|
|
3658
308
|
* @returns UnTagResourcesResponse
|
|
3659
309
|
*/
|
|
3660
|
-
unTagResources(request: UnTagResourcesRequest): Promise
|
|
310
|
+
unTagResources(request: $_model.UnTagResourcesRequest): Promise<$_model.UnTagResourcesResponse>;
|
|
3661
311
|
/**
|
|
3662
312
|
* 更新资源池
|
|
3663
313
|
*
|
|
@@ -3665,12 +315,12 @@ export default class Client extends OpenApi {
|
|
|
3665
315
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3666
316
|
* @returns UpdatePoolResponse
|
|
3667
317
|
*/
|
|
3668
|
-
updatePoolWithOptions(tmpReq: UpdatePoolRequest, runtime: $dara.RuntimeOptions): Promise
|
|
318
|
+
updatePoolWithOptions(tmpReq: $_model.UpdatePoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdatePoolResponse>;
|
|
3669
319
|
/**
|
|
3670
320
|
* 更新资源池
|
|
3671
321
|
*
|
|
3672
322
|
* @param request - UpdatePoolRequest
|
|
3673
323
|
* @returns UpdatePoolResponse
|
|
3674
324
|
*/
|
|
3675
|
-
updatePool(request: UpdatePoolRequest): Promise
|
|
325
|
+
updatePool(request: $_model.UpdatePoolRequest): Promise<$_model.UpdatePoolResponse>;
|
|
3676
326
|
}
|