tencentcloud-sdk-thpc 3.0.1056 → 3.0.1058

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: ba0e62351a00ceae2d59ee821759efeb21383765
4
- data.tar.gz: b6c0762e5671606dfcad20139fee72d6244fd4cd
3
+ metadata.gz: 8a180ca1036cba4c041ba6552c02a9398ebc1d94
4
+ data.tar.gz: fef2f9f183de8d3a0acf8c5e19d7b195dcb82d36
5
5
  SHA512:
6
- metadata.gz: 9e21ea08c11ac5193e86fb476d8ca5de2c3169760e397ffb352e9eb07f09c838a5a23b50bd03013d5dd07e791d3a4c556a5320e60a750d515f8fd40b9fe248a2
7
- data.tar.gz: bdbe52867008fa42466fb4ac226882dbefe32390fcdd56bd4c9f1c664c1c306289ce1838d780a29285a02d1b61964a2f34dace49d5ac5c3ac73d6a4b71c685a0
6
+ metadata.gz: a372551a65df2fbe3f43267f857c5f2dcc84c19564669b05d2beefc7744ab71039e715fb83878ffeab4136ade00445d4ed332bc70ccf92c287972132370887b7
7
+ data.tar.gz: 3c4674232642c7f3d452f462171a7542ede9985eda0b581372a9a2329ff53afc8430094c7a8e254e4f46be4fca60d71f5b9ee7631de7ab8f788d94db61e77650
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1056
1
+ 3.0.1058
@@ -90,7 +90,7 @@ module TencentCloud
90
90
  # @type SecurityGroupIds: Array
91
91
  # @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
92
92
  # @type ClientToken: String
93
- # @param QueueName: 队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li><li>SGE默认队列为:all.q。</li>
93
+ # @param QueueName: 队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li>
94
94
  # @type QueueName: String
95
95
  # @param NodeRole: 添加节点角色。默认值:Compute<br><li>Compute:计算节点。</li><li>Login:登录节点。</li>
96
96
  # @type NodeRole: String
@@ -243,7 +243,6 @@ module TencentCloud
243
243
  # @type ResourceSet: Array
244
244
  # @param QueueName: 队列名称。不指定则为默认队列:
245
245
  # SLURM默认队列为:compute。
246
- # SGE默认队列为:all.q。
247
246
  # @type QueueName: String
248
247
  # @param ImageId: 指定有效的镜像ID,格式形如img-xxx。目前仅支持公有镜像和特定自定义镜像。如不指定,则该字段是默认镜像。
249
248
  # @type ImageId: String
@@ -616,12 +615,11 @@ module TencentCloud
616
615
  # @type ComputeNode: :class:`Tencentcloud::Thpc.v20230321.models.ComputeNode`
617
616
  # @param ComputeNodeCount: 指定计算节点的数量。默认取值:0。
618
617
  # @type ComputeNodeCount: Integer
619
- # @param SchedulerType: 调度器类型。默认取值:SLURM。<li>SGE:SGE调度器。</li><li>SLURM:SLURM调度器。</li>
618
+ # @param SchedulerType: 调度器类型。默认取值:SLURM。<li>SLURM:SLURM调度器。</li>
620
619
  # @type SchedulerType: String
621
620
  # @param SchedulerVersion: 创建调度器的版本号,可填写版本号为“latest” 和 各调度器支持的版本号;如果是"latest", 则代表创建的是平台当前支持的该类型调度器最新版本。如果不填写,默认创建的是“latest”版本调度器
622
621
  # 各调度器支持的集群版本:
623
622
  # <li>SLURM:21.08.8、23.11.7</li>
624
- # <li>SGE: 8.1.9</li>
625
623
  # @type SchedulerVersion: String
626
624
  # @param ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。公共镜像请参考[镜像限制](https://cloud.tencent.com/document/product/1527/64818#.E9.95.9C.E5.83.8F)
627
625
  # @type ImageId: String
@@ -1495,7 +1493,7 @@ module TencentCloud
1495
1493
  # @type Offset: Integer
1496
1494
  # @param Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
1497
1495
  # @type Limit: Integer
1498
- # @param Filters: 过滤列表
1496
+ # @param Filters: <ul> <li> <strong>zone</strong> <p style="padding-left: 30px;">按照【<strong>可用区</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>space-id</strong> <p style="padding-left: 30px;">按照【<strong>工作空间实例ID</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>cvm-instance-id</strong> <p style="padding-left: 30px;">按照【<strong>CVM实例ID</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>space-state</strong> <p style="padding-left: 30px;">按照【<strong>工作空间状态</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>space-name</strong> <p style="padding-left: 30px;">按照【<strong>工作空间别名</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>space-charge-type</strong> <p style="padding-left: 30px;">按照【<strong>工作空间实例付费模式</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>tag-key</strong> <p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> <li> <strong>tag-value</strong> <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p></li> </ul> <p style="padding-left: 30px;">每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。</p>
1499
1497
  # @type Filters: Array
1500
1498
 
1501
1499
  attr_accessor :SpaceIds, :Offset, :Limit, :Filters
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.1056
4
+ version: 3.0.1058
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-11 00:00:00.000000000 Z
11
+ date: 2025-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common