tencentcloud-sdk-thpc 3.0.935 → 3.0.937

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 58fe06f76afb8c590ec891755084dd1cf52186be
4
- data.tar.gz: 890438863ec957f9e39648f373e2193baba28acc
3
+ metadata.gz: 27b497ff9e86d4cfba1b5db1df0daa775dec86a4
4
+ data.tar.gz: a7b4b65327e1e3d4bb6d1f2abfd20ebdf0ec3954
5
5
  SHA512:
6
- metadata.gz: 7536bae2d749c78b40375268de658e624cd151f766f46c3bc51ce65fc26bbf4ff8eb82a505a89066f011a0cbc537f1a5c7072016719153adfed06e58a9a0b01b
7
- data.tar.gz: 184cc6bb1d1c28bb601c72aac42c79276a26f12a07672ffe41f31a87d75a011142896e729af3b6660738e83b8db1a50766818c1290f956008f040ffc3d884166
6
+ metadata.gz: f778c90d47e748e9c492cd54c6f444dc23e2053dfeda3c04437e22d50c38432bf2b01ce1b6d65edc14a64d97dbfce1fa5a94d6da49e64422df740e7b5f68b0b4
7
+ data.tar.gz: 104b23bf3441405e5ba692b750947ffb4ae2d4b42d197b64d029de1d58e416cbc848dc39b083988e8e3fd741c403c359a377ebc209c391de8bedd782c8cf3633
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.935
1
+ 3.0.937
@@ -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.935
4
+ version: 3.0.937
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-03 00:00:00.000000000 Z
11
+ date: 2024-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common