tencentcloud-sdk-thpc 3.0.533 → 3.0.535
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/v20220401/client.rb +2 -0
- data/lib/v20220401/models.rb +3 -5
- 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: 00d317c5a90e0daffafdd7e28cb48b20a57fe789
|
|
4
|
+
data.tar.gz: b3b9ce39fb4d5eb9adf5a7fc4b88d420d7f5bfa6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d38ff13a5e963c3fb712607c8fc692959c992a258197d400bc3d95993ee91f42a9b8ad3e9eee40a7b017be162894ad5b0468157363683fa399e9a8e505249b2
|
|
7
|
+
data.tar.gz: 8ebaf63fed8ed3d9587f42d3983ad510ebc006a892ff2bcce26ecedf331f1a30a37ec19497f91cab2373f1c87a7d19fa3704b816b2894512bf7b3bd3e2e30118
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.535
|
data/lib/v20220401/client.rb
CHANGED
|
@@ -129,6 +129,8 @@ module TencentCloud
|
|
|
129
129
|
|
|
130
130
|
# 本接口 (CreateCluster) 用于创建并启动集群。
|
|
131
131
|
|
|
132
|
+
# * 本接口为异步接口, 当创建集群请求下发成功后会返回一个集群`ID`和一个`RequestId`,此时创建集群操作并未立即完成。在此期间集群的状态将会处于“PENDING”或者“INITING”,集群创建结果可以通过调用 [DescribeClusters](https://cloud.tencent.com/document/product/1527/72100) 接口查询,如果集群状态(ClusterStatus)变为“RUNNING(运行中)”,则代表集群创建成功,“ INIT_FAILED”代表集群创建失败。
|
|
133
|
+
|
|
132
134
|
# @param request: Request instance for CreateCluster.
|
|
133
135
|
# @type request: :class:`Tencentcloud::thpc::V20220401::CreateClusterRequest`
|
|
134
136
|
# @rtype: :class:`Tencentcloud::thpc::V20220401::CreateClusterResponse`
|
data/lib/v20220401/models.rb
CHANGED
|
@@ -606,7 +606,7 @@ module TencentCloud
|
|
|
606
606
|
# @type ComputeNodeCount: Integer
|
|
607
607
|
# @param SchedulerType: 调度器类型。默认取值:SLURM。<br><li>SGE:SGE调度器。<br><li>SLURM:SLURM调度器。
|
|
608
608
|
# @type SchedulerType: String
|
|
609
|
-
# @param ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx
|
|
609
|
+
# @param ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。
|
|
610
610
|
# @type ImageId: String
|
|
611
611
|
# @param VirtualPrivateCloud: 私有网络相关信息配置。
|
|
612
612
|
# @type VirtualPrivateCloud: :class:`Tencentcloud::Thpc.v20220401.models.VirtualPrivateCloud`
|
|
@@ -1345,10 +1345,8 @@ module TencentCloud
|
|
|
1345
1345
|
# > * 若同一个`Filter`存在多个`Values`,同一`Filter`下`Values`间的关系为逻辑或(`OR`)关系。
|
|
1346
1346
|
class Filter < TencentCloud::Common::AbstractModel
|
|
1347
1347
|
# @param Name: 需要过滤的字段。
|
|
1348
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1349
1348
|
# @type Name: String
|
|
1350
1349
|
# @param Values: 字段的过滤值。
|
|
1351
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1352
1350
|
# @type Values: Array
|
|
1353
1351
|
|
|
1354
1352
|
attr_accessor :Name, :Values
|
|
@@ -1926,9 +1924,9 @@ module TencentCloud
|
|
|
1926
1924
|
|
|
1927
1925
|
# 描述集群文件系统选项
|
|
1928
1926
|
class StorageOption < TencentCloud::Common::AbstractModel
|
|
1929
|
-
# @param CFSOptions: 集群挂载CFS
|
|
1927
|
+
# @param CFSOptions: 集群挂载CFS文件系统选项。
|
|
1930
1928
|
# @type CFSOptions: Array
|
|
1931
|
-
# @param GooseFSOptions:
|
|
1929
|
+
# @param GooseFSOptions: 集群挂载GooseFS文件系统选项。
|
|
1932
1930
|
# @type GooseFSOptions: Array
|
|
1933
1931
|
|
|
1934
1932
|
attr_accessor :CFSOptions, :GooseFSOptions
|
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.535
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-03-
|
|
11
|
+
date: 2023-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|