tencentcloud-sdk-nodejs 4.1.172 → 4.1.174

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.
Files changed (71) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ai3d/v20250513/ai3d_client.js +6 -0
  3. package/es/services/ess/v20201111/ess_client.js +3 -0
  4. package/es/services/evt/v20250217/evt_client.js +3 -0
  5. package/es/services/hunyuan/v20230901/hunyuan_client.js +39 -33
  6. package/es/services/lcic/v20220817/lcic_client.js +10 -4
  7. package/es/services/live/v20180801/live_client.js +5 -2
  8. package/es/services/thpc/v20230321/thpc_client.js +3 -0
  9. package/es/services/tione/v20211111/tione_client.js +3 -0
  10. package/es/services/vod/v20180717/vod_client.js +3 -0
  11. package/es/services/vpc/v20170312/vpc_client.js +3 -0
  12. package/es/services/waf/v20180125/waf_client.js +3 -0
  13. package/package.json +1 -1
  14. package/tencentcloud/common/sdk_version.d.ts +1 -1
  15. package/tencentcloud/common/sdk_version.js +1 -1
  16. package/tencentcloud/services/ai3d/v20250513/ai3d_client.d.ts +11 -1
  17. package/tencentcloud/services/ai3d/v20250513/ai3d_client.js +14 -0
  18. package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +113 -11
  19. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +6 -13
  20. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +39 -0
  21. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +95 -78
  22. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +13 -1
  23. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +61 -45
  24. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -4
  25. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +12 -0
  26. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  27. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  28. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +97 -10
  29. package/tencentcloud/services/evt/v20250217/evt_client.d.ts +5 -1
  30. package/tencentcloud/services/evt/v20250217/evt_client.js +6 -0
  31. package/tencentcloud/services/evt/v20250217/evt_models.d.ts +30 -0
  32. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +6 -0
  33. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +72 -62
  34. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +97 -83
  35. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +99 -0
  36. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +13 -5
  37. package/tencentcloud/services/lcic/v20220817/lcic_client.js +18 -6
  38. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +119 -87
  39. package/tencentcloud/services/live/v20180801/live_client.d.ts +7 -3
  40. package/tencentcloud/services/live/v20180801/live_client.js +9 -3
  41. package/tencentcloud/services/live/v20180801/live_models.d.ts +61 -19
  42. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
  43. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +75 -14
  44. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
  45. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +51 -6
  46. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -40
  47. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +1 -0
  48. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  49. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  50. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +16 -21
  51. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +96 -164
  52. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +17 -4
  53. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +63 -73
  54. package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +5 -1
  55. package/tencentcloud/services/thpc/v20230321/thpc_client.js +6 -0
  56. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +90 -78
  57. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
  58. package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
  59. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +40 -0
  60. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  61. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  62. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -0
  63. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +7 -1
  64. package/tencentcloud/services/vod/v20180717/vod_client.js +8 -0
  65. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +195 -22
  66. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
  67. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
  68. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +37 -2
  69. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  70. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  71. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +17 -0
@@ -120,27 +120,23 @@ export interface DescribeClustersRequest {
120
120
  */
121
121
  export interface SetAutoScalingConfigurationRequest {
122
122
  /**
123
- * 集群ID
123
+ * <p>集群ID。</p>
124
124
  */
125
125
  ClusterId: string;
126
126
  /**
127
- * 任务连续等待时间,队列的任务处于连续等待的时间。单位秒。默认值120
127
+ * <p>任务连续等待时间,队列的任务处于连续等待的时间。单位秒。默认值120。</p>
128
128
  */
129
129
  ExpansionBusyTime?: number;
130
130
  /**
131
- * 节点连续空闲(未运行作业)时间,一个节点连续处于空闲状态时间。单位秒。默认值300
131
+ * <p>节点连续空闲(未运行作业)时间,一个节点连续处于空闲状态时间。单位秒。默认值300。</p>
132
132
  */
133
133
  ShrinkIdleTime?: number;
134
134
  /**
135
- * 扩容队列配置列表。
135
+ * <p>扩容队列配置列表。</p>
136
136
  */
137
137
  QueueConfigs?: Array<QueueConfig>;
138
138
  /**
139
- * 是否只预检此次请求。
140
- true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。
141
- 如果检查不通过,则返回对应错误码;
142
- 如果检查通过,则返回RequestId。
143
- false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。
139
+ * <p>是否只预检此次请求。<br>true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。<br>如果检查不通过,则返回对应错误码;<br>如果检查通过,则返回RequestId。<br>false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。</p>
144
140
  */
145
141
  DryRun?: boolean;
146
142
  }
@@ -404,7 +400,7 @@ export interface ClusterActivity {
404
400
  */
405
401
  export interface CreateClusterResponse {
406
402
  /**
407
- * 集群ID
403
+ * <p>集群ID。</p>
408
404
  */
409
405
  ClusterId?: string;
410
406
  /**
@@ -443,83 +439,79 @@ export interface SetAutoScalingConfigurationResponse {
443
439
  */
444
440
  export interface CreateClusterRequest {
445
441
  /**
446
- * 集群中实例所在的位置。
442
+ * <p>集群中实例所在的位置。</p>
447
443
  */
448
444
  Placement: Placement;
449
445
  /**
450
- * 指定管理节点。
446
+ * <p>指定管理节点。</p>
451
447
  */
452
448
  ManagerNode?: ManagerNode;
453
449
  /**
454
- * 指定管理节点的数量。默认取值:1。取值范围:1~2
450
+ * <p>指定管理节点的数量。默认取值:1。取值范围:1~2。</p>
455
451
  */
456
452
  ManagerNodeCount?: number;
457
453
  /**
458
- * 指定计算节点。
454
+ * <p>指定计算节点。</p>
459
455
  */
460
456
  ComputeNode?: ComputeNode;
461
457
  /**
462
- * 指定计算节点的数量。默认取值:0
458
+ * <p>指定计算节点的数量。默认取值:0。</p>
463
459
  */
464
460
  ComputeNodeCount?: number;
465
461
  /**
466
- * 调度器类型。默认取值:SLURM。<br><li>SLURM:SLURM调度器。</li>
462
+ * <p>调度器类型。默认取值:SLURM。<br><li>SLURM:SLURM调度器。</li></p>
467
463
  */
468
464
  SchedulerType?: string;
469
465
  /**
470
- * 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。
466
+ * <p>指定有效的<a href="https://cloud.tencent.com/document/product/213/4940">镜像</a>ID,格式形如<code>img-xxx</code>。目前支持部分公有镜像和自定义镜像。</p>
471
467
  */
472
468
  ImageId?: string;
473
469
  /**
474
- * 私有网络相关信息配置。
470
+ * <p>私有网络相关信息配置。</p>
475
471
  */
476
472
  VirtualPrivateCloud?: VirtualPrivateCloud;
477
473
  /**
478
- * 集群登录设置。
474
+ * <p>集群登录设置。</p>
479
475
  */
480
476
  LoginSettings?: LoginSettings;
481
477
  /**
482
- * 集群中实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。
478
+ * <p>集群中实例所属安全组。该参数可以通过调用 <a href="https://cloud.tencent.com/document/api/215/15808">DescribeSecurityGroups</a> 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。</p>
483
479
  */
484
480
  SecurityGroupIds?: Array<string>;
485
481
  /**
486
- * 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
482
+ * <p>用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。</p>
487
483
  */
488
484
  ClientToken?: string;
489
485
  /**
490
- * 是否只预检此次请求。
491
- true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制和云服务器库存。
492
- 如果检查不通过,则返回对应错误码;
493
- 如果检查通过,则返回RequestId.
494
- false(默认):发送正常请求,通过检查后直接创建实例
486
+ * <p>是否只预检此次请求。<br>true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制和云服务器库存。<br>如果检查不通过,则返回对应错误码;<br>如果检查通过,则返回RequestId.<br>false(默认):发送正常请求,通过检查后直接创建实例</p>
495
487
  */
496
488
  DryRun?: boolean;
497
489
  /**
498
- * 域名字服务类型。默认取值:NIS。<li>NIS:NIS域名字服务。</li>
490
+ * <p>域名字服务类型。默认取值:NIS。<li>NIS:NIS域名字服务。</li></p>
499
491
  */
500
492
  AccountType?: string;
501
493
  /**
502
- * 集群显示名称。
494
+ * <p>集群显示名称。</p>
503
495
  */
504
496
  ClusterName?: string;
505
497
  /**
506
- * 集群存储选项
498
+ * <p>集群存储选项</p>
507
499
  */
508
500
  StorageOption?: StorageOption;
509
501
  /**
510
- * 指定登录节点。
502
+ * <p>指定登录节点。</p>
511
503
  */
512
504
  LoginNode?: LoginNode;
513
505
  /**
514
- * 指定登录节点的数量。默认取值:0。取值范围:0~10
506
+ * <p>指定登录节点的数量。默认取值:0。取值范围:0~10。</p>
515
507
  */
516
508
  LoginNodeCount?: number;
517
509
  /**
518
- * 创建集群时同时绑定的标签对说明。
510
+ * <p>创建集群时同时绑定的标签对说明。</p>
519
511
  */
520
512
  Tags?: Array<Tag>;
521
513
  /**
522
- * 弹性伸缩类型。<br><li>AS:集群自动扩缩容由[弹性伸缩](https://cloud.tencent.com/document/product/377/3154)产品实现。</li><br><li>THPC_AS:集群自动扩缩容由THPC产品内部实现。</li>
514
+ * <p>弹性伸缩类型。<br><li>AS:集群自动扩缩容由<a href="https://cloud.tencent.com/document/product/377/3154">弹性伸缩</a>产品实现。</li><br><li>THPC_AS:集群自动扩缩容由THPC产品内部实现。</li></p>
523
515
  */
524
516
  AutoScalingType?: string;
525
517
  }
@@ -584,45 +576,49 @@ export interface GooseFSOptionOverview {
584
576
  */
585
577
  export interface QueueConfig {
586
578
  /**
587
- * 队列名称。
579
+ * <p>队列名称。</p>
588
580
  */
589
581
  QueueName: string;
590
582
  /**
591
- * 队列中弹性节点数量最小值。取值范围0~200
583
+ * <p>队列中弹性节点数量最小值。取值范围0~200。</p>
592
584
  */
593
585
  MinSize?: number;
594
586
  /**
595
- * 队列中弹性节点数量最大值。取值范围0~200
587
+ * <p>队列中弹性节点数量最大值。取值范围0~200。</p>
596
588
  */
597
589
  MaxSize?: number;
598
590
  /**
599
- * 是否开启自动扩容。
591
+ * <p>是否开启自动扩容。</p>
600
592
  */
601
593
  EnableAutoExpansion?: boolean;
602
594
  /**
603
- * 是否开启自动缩容。
595
+ * <p>是否开启自动缩容。</p>
604
596
  */
605
597
  EnableAutoShrink?: boolean;
606
598
  /**
607
- * 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前仅支持公有镜和特定自定义镜像。
599
+ * <p>指定有效的<a href="https://cloud.tencent.com/document/product/213/4940">镜像</a>ID,格式形如<code>img-xxx</code>。目前仅支持公有镜和特定自定义镜像。</p>
608
600
  */
609
601
  ImageId?: string;
610
602
  /**
611
- * 节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
603
+ * <p>节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。</p>
612
604
  */
613
605
  SystemDisk?: SystemDisk;
614
606
  /**
615
- * 节点数据盘配置信息。若不指定该参数,则默认不购买数据盘。支持购买的时候指定21块数据盘,其中最多包含1块LOCAL_BASIC数据盘或者LOCAL_SSD数据盘,最多包含20块CLOUD_BASIC数据盘、CLOUD_PREMIUM数据盘或者CLOUD_SSD数据盘。
607
+ * <p>节点数据盘配置信息。若不指定该参数,则默认不购买数据盘。支持购买的时候指定21块数据盘,其中最多包含1块LOCAL_BASIC数据盘或者LOCAL_SSD数据盘,最多包含20块CLOUD_BASIC数据盘、CLOUD_PREMIUM数据盘或者CLOUD_SSD数据盘。</p>
616
608
  */
617
609
  DataDisks?: Array<DataDisk>;
618
610
  /**
619
- * 公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps
611
+ * <p>公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。</p>
620
612
  */
621
613
  InternetAccessible?: InternetAccessible;
622
614
  /**
623
- * 扩容节点配置信息。
615
+ * <p>扩容节点配置信息。</p>
624
616
  */
625
617
  ExpansionNodeConfigs?: Array<ExpansionNodeConfig>;
618
+ /**
619
+ * <p>扩容实例模板,可以在cvm侧进行设置</p>
620
+ */
621
+ LaunchTemplateIds?: Array<string>;
626
622
  }
627
623
  /**
628
624
  * 描述了实例的计费模式
@@ -808,15 +804,15 @@ export interface GooseFSOption {
808
804
  */
809
805
  export interface DescribeClusterActivitiesRequest {
810
806
  /**
811
- * 集群ID。通过该参数指定需要查询活动历史记录的集群。
807
+ * <p>集群ID。通过该参数指定需要查询活动历史记录的集群。</p>
812
808
  */
813
809
  ClusterId: string;
814
810
  /**
815
- * 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
811
+ * <p>偏移量,默认为0。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688">简介</a>中的相关小节。</p>
816
812
  */
817
813
  Offset?: number;
818
814
  /**
819
- * 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
815
+ * <p>返回数量,默认为20,最大值为100。关于<code>Limit</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688">简介</a>中的相关小节。</p>
820
816
  */
821
817
  Limit?: number;
822
818
  }
@@ -853,85 +849,79 @@ export interface Filter {
853
849
  */
854
850
  export interface AddNodesRequest {
855
851
  /**
856
- * 集群中实例所在的位置。
852
+ * <p>集群中实例所在的位置。</p>
857
853
  */
858
854
  Placement: Placement;
859
855
  /**
860
- * 集群ID
856
+ * <p>集群ID。</p>
861
857
  */
862
858
  ClusterId: string;
863
859
  /**
864
- * 私有网络相关信息配置。
860
+ * <p>私有网络相关信息配置。</p>
865
861
  */
866
862
  VirtualPrivateCloud: VirtualPrivateCloud;
867
863
  /**
868
- * 添加节点数量。
864
+ * <p>添加节点数量。</p>
869
865
  */
870
866
  Count: number;
871
867
  /**
872
- * 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前仅支持公有镜像和特定自定义镜像。
868
+ * <p>指定有效的<a href="https://cloud.tencent.com/document/product/213/4940">镜像</a>ID,格式形如<code>img-xxx</code>。目前仅支持公有镜像和特定自定义镜像。</p>
873
869
  */
874
870
  ImageId?: string;
875
871
  /**
876
- * 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>
872
+ * <p>节点<a href="https://cloud.tencent.com/document/product/213/2180">计费类型</a>。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li></p>
877
873
  */
878
874
  InstanceChargeType?: string;
879
875
  /**
880
- * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。
876
+ * <p>预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。</p>
881
877
  */
882
878
  InstanceChargePrepaid?: InstanceChargePrepaid;
883
879
  /**
884
- * 节点机型。不同实例机型指定了不同的资源规格。<br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
880
+ * <p>节点机型。不同实例机型指定了不同的资源规格。<br><li>具体取值可通过调用接口<a href="https://cloud.tencent.com/document/api/213/15749">DescribeInstanceTypeConfigs</a>来获得最新的规格表或参见<a href="https://cloud.tencent.com/document/product/213/11518">实例规格</a>描述。</li></p>
885
881
  */
886
882
  InstanceType?: string;
887
883
  /**
888
- * 节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
884
+ * <p>节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。</p>
889
885
  */
890
886
  SystemDisk?: Array<SystemDisk>;
891
887
  /**
892
- * 节点数据盘配置信息。若不指定该参数,则默认不购买数据盘。支持购买的时候指定21块数据盘,其中最多包含1块LOCAL_BASIC数据盘或者LOCAL_SSD数据盘,最多包含20块CLOUD_BASIC数据盘、CLOUD_PREMIUM数据盘或者CLOUD_SSD数据盘。
888
+ * <p>节点数据盘配置信息。若不指定该参数,则默认不购买数据盘。支持购买的时候指定21块数据盘,其中最多包含1块LOCAL_BASIC数据盘或者LOCAL_SSD数据盘,最多包含20块CLOUD_BASIC数据盘、CLOUD_PREMIUM数据盘或者CLOUD_SSD数据盘。</p>
893
889
  */
894
890
  DataDisks?: Array<DataDisk>;
895
891
  /**
896
- * 公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps
892
+ * <p>公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。</p>
897
893
  */
898
894
  InternetAccessible?: InternetAccessible;
899
895
  /**
900
- * 节点显示名称。
901
- 不指定节点显示名称则默认显示‘未命名’。
902
- 最多支持60个字符。
896
+ * <p>节点显示名称。<br>不指定节点显示名称则默认显示‘未命名’。<br>最多支持60个字符。</p>
903
897
  */
904
898
  InstanceName?: string;
905
899
  /**
906
- * 集群登录设置。
900
+ * <p>集群登录设置。</p>
907
901
  */
908
902
  LoginSettings?: LoginSettings;
909
903
  /**
910
- * 集群中实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。
904
+ * <p>集群中实例所属安全组。该参数可以通过调用 <a href="https://cloud.tencent.com/document/api/215/15808">DescribeSecurityGroups</a> 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。</p>
911
905
  */
912
906
  SecurityGroupIds?: Array<string>;
913
907
  /**
914
- * 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
908
+ * <p>用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。</p>
915
909
  */
916
910
  ClientToken?: string;
917
911
  /**
918
- * 队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li>
912
+ * <p>队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li></p>
919
913
  */
920
914
  QueueName?: string;
921
915
  /**
922
- * 添加节点角色。默认值:Compute<br><li>Compute:计算节点。</li><br><li>Login:登录节点。</li>
916
+ * <p>添加节点角色。默认值:Compute<br><li>Compute:计算节点。</li><br><li>Login:登录节点。</li></p>
923
917
  */
924
918
  NodeRole?: string;
925
919
  /**
926
- * 是否只预检此次请求。
927
- true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制和云服务器库存。
928
- 如果检查不通过,则返回对应错误码;
929
- 如果检查通过,则返回RequestId.
930
- false(默认):发送正常请求,通过检查后直接创建实例
920
+ * <p>是否只预检此次请求。<br>true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制和云服务器库存。<br>如果检查不通过,则返回对应错误码;<br>如果检查通过,则返回RequestId.<br>false(默认):发送正常请求,通过检查后直接创建实例</p>
931
921
  */
932
922
  DryRun?: boolean;
933
923
  /**
934
- * 添加节点类型。默认取值:STATIC。<li>STATIC:静态节点,不会参与弹性伸缩流程。</li><li>DYNAMIC:弹性节点,会被弹性缩容的节点。管控节点和登录节点不支持此参数。</li>
924
+ * <p>添加节点类型。默认取值:STATIC。<li>STATIC:静态节点,不会参与弹性伸缩流程。</li><li>DYNAMIC:弹性节点,会被弹性缩容的节点。管控节点和登录节点不支持此参数。</li></p>
935
925
  */
936
926
  NodeType?: string;
937
927
  }
@@ -1259,11 +1249,11 @@ export interface DescribeNodesResponse {
1259
1249
  */
1260
1250
  export interface DescribeClusterActivitiesResponse {
1261
1251
  /**
1262
- * 集群活动历史记录列表。
1252
+ * <p>集群活动历史记录列表。</p>
1263
1253
  */
1264
1254
  ClusterActivitySet?: Array<ClusterActivity>;
1265
1255
  /**
1266
- * 集群活动历史记录数量。
1256
+ * <p>集群活动历史记录数量。</p>
1267
1257
  */
1268
1258
  TotalCount?: number;
1269
1259
  /**
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeInitNodeScriptsRequest, AddNodesResponse, ModifyClusterDeletionProtectionResponse, CreateWorkspacesResponse, DeleteClusterRequest, TerminateWorkspacesResponse, ModifyInitNodeScriptsRequest, AttachNodesRequest, DescribeWorkspacesResponse, DescribeJobsOverviewRequest, DeleteClusterResponse, DescribeAutoScalingConfigurationResponse, DescribeClustersRequest, TerminateJobRequest, DeleteNodesResponse, AddClusterStorageOptionResponse, DescribeWorkspacesRequest, AddQueueRequest, DescribeQueuesResponse, SubmitJobRequest, ModifyWorkspacesRenewFlagResponse, DescribeNodesResponse, DeleteClusterStorageOptionRequest, DeleteJobRequest, DetachNodesResponse, DescribeClusterStorageOptionRequest, ModifyWorkspacesAttributeResponse, DescribeClustersResponse, DescribeClusterActivitiesResponse, AddNodesRequest, DeleteQueueResponse, DeleteJobResponse, DescribeJobSubmitInfoResponse, CreateClusterResponse, DescribeQueuesRequest, SetAutoScalingConfigurationResponse, CreateClusterRequest, AddQueueResponse, DescribeClusterStorageOptionResponse, ModifyInitNodeScriptsResponse, DescribeJobSubmitInfoRequest, ModifyWorkspacesAttributeRequest, TerminateWorkspacesRequest, DeleteNodesRequest, DeleteClusterStorageOptionResponse, TerminateJobResponse, DescribeJobsRequest, SetAutoScalingConfigurationRequest, SubmitJobResponse, DescribeNodesRequest, DetachNodesRequest, AttachNodesResponse, DescribeJobsOverviewResponse, ModifyWorkspacesRenewFlagRequest, CreateWorkspacesRequest, DescribeClusterActivitiesRequest, DescribeJobsResponse, ModifyClusterDeletionProtectionRequest, DescribeInitNodeScriptsResponse, DeleteQueueRequest, AddClusterStorageOptionRequest, DescribeAutoScalingConfigurationRequest } from "./thpc_models";
3
+ import { ModifyNodeAttributeResponse, DescribeInitNodeScriptsRequest, AddNodesResponse, ModifyClusterDeletionProtectionResponse, CreateWorkspacesResponse, DeleteClusterRequest, TerminateWorkspacesResponse, ModifyInitNodeScriptsRequest, AttachNodesRequest, DescribeWorkspacesResponse, DescribeJobsOverviewRequest, DeleteClusterResponse, DescribeAutoScalingConfigurationResponse, DescribeClustersRequest, TerminateJobRequest, DeleteNodesResponse, AddClusterStorageOptionResponse, DescribeWorkspacesRequest, AddQueueRequest, DescribeQueuesResponse, SubmitJobRequest, ModifyWorkspacesRenewFlagResponse, DescribeNodesResponse, ModifyNodeAttributeRequest, DeleteClusterStorageOptionRequest, DeleteJobRequest, DetachNodesResponse, DescribeClusterStorageOptionRequest, ModifyWorkspacesAttributeResponse, DescribeClustersResponse, DescribeClusterActivitiesResponse, AddNodesRequest, DeleteQueueResponse, DeleteJobResponse, DescribeJobSubmitInfoResponse, CreateClusterResponse, DescribeQueuesRequest, SetAutoScalingConfigurationResponse, CreateClusterRequest, AddQueueResponse, DescribeClusterStorageOptionResponse, ModifyInitNodeScriptsResponse, DescribeJobSubmitInfoRequest, ModifyWorkspacesAttributeRequest, TerminateWorkspacesRequest, DeleteNodesRequest, DeleteClusterStorageOptionResponse, TerminateJobResponse, DescribeJobsRequest, SetAutoScalingConfigurationRequest, SubmitJobResponse, DescribeNodesRequest, DetachNodesRequest, AttachNodesResponse, DescribeJobsOverviewResponse, ModifyWorkspacesRenewFlagRequest, CreateWorkspacesRequest, DescribeClusterActivitiesRequest, DescribeJobsResponse, ModifyClusterDeletionProtectionRequest, DescribeInitNodeScriptsResponse, DeleteQueueRequest, AddClusterStorageOptionRequest, DescribeAutoScalingConfigurationRequest } from "./thpc_models";
4
4
  /**
5
5
  * thpc client
6
6
  * @class
@@ -73,6 +73,10 @@ export declare class Client extends AbstractClient {
73
73
  * 本接口(DescribeClusters)用于查询集群列表。
74
74
  */
75
75
  DescribeClusters(req: DescribeClustersRequest, cb?: (error: string, rep: DescribeClustersResponse) => void): Promise<DescribeClustersResponse>;
76
+ /**
77
+ * 本接口用于修改节点属性
78
+ */
79
+ ModifyNodeAttribute(req: ModifyNodeAttributeRequest, cb?: (error: string, rep: ModifyNodeAttributeResponse) => void): Promise<ModifyNodeAttributeResponse>;
76
80
  /**
77
81
  * 本接口(SetAutoScalingConfiguration)用于为集群设置集群弹性伸缩配置信息。
78
82
  */
@@ -125,6 +125,12 @@ class Client extends abstract_client_1.AbstractClient {
125
125
  async DescribeClusters(req, cb) {
126
126
  return this.request("DescribeClusters", req, cb);
127
127
  }
128
+ /**
129
+ * 本接口用于修改节点属性
130
+ */
131
+ async ModifyNodeAttribute(req, cb) {
132
+ return this.request("ModifyNodeAttribute", req, cb);
133
+ }
128
134
  /**
129
135
  * 本接口(SetAutoScalingConfiguration)用于为集群设置集群弹性伸缩配置信息。
130
136
  */