tencentcloud-sdk-thpc 1.0.227 → 1.0.228
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/v20211109/models.rb +3 -2
- 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: 39bca80d855220ddbdf2689242295d3808e1c117
|
|
4
|
+
data.tar.gz: a9d092b81a8653a9dbc345dc4d955f3850c200cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fcce9ba0f764c1964aa25c4a2cac9ea2b789d69ac562dbca7b767630340bebc5dcd7a77bcbfe881f91c5bd2aedd2d67098fe57840e135d8ff009c2b9b068a36
|
|
7
|
+
data.tar.gz: fdac2f3ba5519cfe155b5b48c3537358751e5b07d6e87fd6181d6c032f210c639ecceef863cf14eb12f7d9daa8b509eadf87834b9b0a2b7aaffc6de92f86c9f7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.228
|
data/lib/v20211109/models.rb
CHANGED
|
@@ -182,7 +182,7 @@ module TencentCloud
|
|
|
182
182
|
# @type ComputeNode: :class:`Tencentcloud::Thpc.v20211109.models.ComputeNode`
|
|
183
183
|
# @param ComputeNodeCount: 指定计算节点的数量。默认取值:0。
|
|
184
184
|
# @type ComputeNodeCount: Integer
|
|
185
|
-
# @param SchedulerType:
|
|
185
|
+
# @param SchedulerType: 调度器类型。<br><li>SGE:SGE调度器。
|
|
186
186
|
# @type SchedulerType: String
|
|
187
187
|
# @param ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前仅支持公有镜像和自定义镜像。
|
|
188
188
|
# @type ImageId: String
|
|
@@ -200,7 +200,7 @@ module TencentCloud
|
|
|
200
200
|
# 如果检查通过,则返回RequestId.
|
|
201
201
|
# false(默认):发送正常请求,通过检查后直接创建实例
|
|
202
202
|
# @type DryRun: Boolean
|
|
203
|
-
# @param AccountType:
|
|
203
|
+
# @param AccountType: 域名字服务类型。<br><li>NIS:NIS域名字服务。
|
|
204
204
|
# @type AccountType: String
|
|
205
205
|
# @param ClusterName: 集群显示名称。
|
|
206
206
|
# @type ClusterName: String
|
|
@@ -267,6 +267,7 @@ module TencentCloud
|
|
|
267
267
|
# CreateCluster返回参数结构体
|
|
268
268
|
class CreateClusterResponse < TencentCloud::Common::AbstractModel
|
|
269
269
|
# @param ClusterId: 集群ID。
|
|
270
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
270
271
|
# @type ClusterId: String
|
|
271
272
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
272
273
|
# @type RequestId: String
|
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: 1.0.
|
|
4
|
+
version: 1.0.228
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|