tencentcloud-sdk-thpc 3.0.936 → 3.0.938

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b004c5d20f23307f778c4d6a2cc46580cc69cfc1
4
- data.tar.gz: 74546d13600e55b069380065555d38f682462ba7
3
+ metadata.gz: d2b351e38e8f1704aed67714d1eff5032cbdad52
4
+ data.tar.gz: 2f6bd6758dd3ba68e14266e489803257f4e6a15f
5
5
  SHA512:
6
- metadata.gz: f8d37317e277975fdf0344cbb975214736a204568157e4b42d5a8c315002fe443fdec17a23bbf33b3b12952deb9133db0b9b61221fc8d96bb231260cc537680d
7
- data.tar.gz: 0b65f88b53967ccda0286225cad67a2f85de6311c7a10ac36f8315586dcccce2c69fe2c22733da044cec57b30a51be89e03d7a1bc37ae0241a6a0b9fd1a93ca7
6
+ metadata.gz: 71dcbb1f4e81794edd74aa953944ebb3fed56d41892b9b9b2144fbb25390cd0a42d2236d3bb22e58a8d2b758538bee882b1655006b4744e1c12223afa51f975a
7
+ data.tar.gz: 143236aff0b45eb3fe6b5fd9b40f8dbf28bd0f54fdc00c76c54b6219f4ee75b9b4dd32b5ed1db5e283d98c86dc9122b2a2a3b80e8a16427680875cb04fcc1cce
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.936
1
+ 3.0.938
@@ -239,7 +239,7 @@ module TencentCloud
239
239
  class AttachNodesRequest < TencentCloud::Common::AbstractModel
240
240
  # @param ClusterId: 集群id
241
241
  # @type ClusterId: String
242
- # @param ResourceSet: 节点的资源类型。<li>CVM:CVM实例类型资源</li><li>WORKSPACE:工作空间类型实例资源</li>默认值:CVM。
242
+ # @param ResourceSet: 节点的实例id列表
243
243
  # @type ResourceSet: Array
244
244
  # @param QueueName: 队列名称。不指定则为默认队列:
245
245
  # SLURM默认队列为:compute。
@@ -455,7 +455,7 @@ module TencentCloud
455
455
  # @type LoginNodeSet: Array
456
456
  # @param LoginNodeCount: 登录节点数量。
457
457
  # @type LoginNodeCount: Integer
458
- # @param AutoScalingType: 弹性伸缩类型。取值范围:<li>THPC_AS:集群自动扩缩容由THPC产品内部实现。</li><li>AS:集群自动扩缩容由[弹性伸缩](https://cloud.tencent.com/document/product/377/3154)产品实现。</li>
458
+ # @param AutoScalingType: 弹性伸缩类型。
459
459
  # @type AutoScalingType: String
460
460
  # @param VpcId: 集群所属私有网络ID。
461
461
  # @type VpcId: String
@@ -653,7 +653,7 @@ module TencentCloud
653
653
  # @type LoginNodeCount: Integer
654
654
  # @param Tags: 创建集群时同时绑定的标签对说明。
655
655
  # @type Tags: Array
656
- # @param AutoScalingType: 弹性伸缩类型。默认值:THPC_AS<li>THPC_AS:集群自动扩缩容由THPC产品内部实现。</li><li>AS:集群自动扩缩容由[弹性伸缩](https://cloud.tencent.com/document/product/377/3154)产品实现。</li>
656
+ # @param AutoScalingType: 弹性伸缩类型。默认值:THPC_AS
657
657
  # @type AutoScalingType: String
658
658
  # @param InitNodeScripts: 节点初始化脚本信息列表。
659
659
  # @type InitNodeScripts: Array
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-thpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.936
4
+ version: 3.0.938
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-05 00:00:00.000000000 Z
11
+ date: 2024-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common