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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e1304bbdc9982f777a48be9733bea1dfe4ef96a
4
- data.tar.gz: e5f418689fa527bd59498c7f222d7cf52bf8a94d
3
+ metadata.gz: 39bca80d855220ddbdf2689242295d3808e1c117
4
+ data.tar.gz: a9d092b81a8653a9dbc345dc4d955f3850c200cb
5
5
  SHA512:
6
- metadata.gz: 7e3911961e2d304af1ea44e12145ac28613d007395a0208433037caff085c905506289552ec15ee3b4545a207cb5588c85e115530e7e9ad2b666d48d1ee8df4a
7
- data.tar.gz: 696cfc40ac81de1c2b0b2af728e50c11e97a118d6df1706cf7d3779b75ef4bc5e86869ca0772be6bd59201a458536957e631415cf874a841af27a1da8b554a1b
6
+ metadata.gz: 4fcce9ba0f764c1964aa25c4a2cac9ea2b789d69ac562dbca7b767630340bebc5dcd7a77bcbfe881f91c5bd2aedd2d67098fe57840e135d8ff009c2b9b068a36
7
+ data.tar.gz: fdac2f3ba5519cfe155b5b48c3537358751e5b07d6e87fd6181d6c032f210c639ecceef863cf14eb12f7d9daa8b509eadf87834b9b0a2b7aaffc6de92f86c9f7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.227
1
+ 1.0.228
@@ -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: 调度器类型。目前仅支持SGE调度器。
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: 域名字服务类型。目前仅支持NIS域名字服务。
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.227
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-20 00:00:00.000000000 Z
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