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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20230321/models.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2b351e38e8f1704aed67714d1eff5032cbdad52
|
|
4
|
+
data.tar.gz: 2f6bd6758dd3ba68e14266e489803257f4e6a15f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71dcbb1f4e81794edd74aa953944ebb3fed56d41892b9b9b2144fbb25390cd0a42d2236d3bb22e58a8d2b758538bee882b1655006b4744e1c12223afa51f975a
|
|
7
|
+
data.tar.gz: 143236aff0b45eb3fe6b5fd9b40f8dbf28bd0f54fdc00c76c54b6219f4ee75b9b4dd32b5ed1db5e283d98c86dc9122b2a2a3b80e8a16427680875cb04fcc1cce
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.938
|
data/lib/v20230321/models.rb
CHANGED
|
@@ -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:
|
|
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:
|
|
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
|
|
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.
|
|
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-
|
|
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
|