tencentcloud-sdk-thpc 3.0.947 → 3.0.949
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20230321/models.rb +2 -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: 50b3c8f1db4ded9762bc18d6cb53792f82f77114
|
4
|
+
data.tar.gz: 32c84b164ab817e7d85b10f762a3492fab1c611c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf548cd62efebc38b3dac0a7085f578c52820b283aca661444418e963913eb0b2b729e5ba12767057b4866d95e73381a7326469cab0c3ba7792dd937651d18c6
|
7
|
+
data.tar.gz: 82a6e7ff29317edc29ce120036f1b41a34c08dfd767ffaa30411a0fde1e1c9f0e6720d9f370f71554ca03f076ee96ed90fad3d9f24f352ee80a5260648b2e6f0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.949
|
data/lib/v20230321/models.rb
CHANGED
@@ -66,7 +66,7 @@ module TencentCloud
|
|
66
66
|
# @type VirtualPrivateCloud: :class:`Tencentcloud::Thpc.v20230321.models.VirtualPrivateCloud`
|
67
67
|
# @param Count: 添加节点数量。
|
68
68
|
# @type Count: Integer
|
69
|
-
# @param ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx
|
69
|
+
# @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)
|
70
70
|
# @type ImageId: String
|
71
71
|
# @param InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><li>POSTPAID_BY_HOUR:按小时后付费</li><li>SPOTPAID:竞价付费</li>默认值:POSTPAID_BY_HOUR。
|
72
72
|
# @type InstanceChargeType: String
|
@@ -624,7 +624,7 @@ module TencentCloud
|
|
624
624
|
# <li>SLURM:21.08.8、23.11.7</li>
|
625
625
|
# <li>SGE: 8.1.9</li>
|
626
626
|
# @type SchedulerVersion: String
|
627
|
-
# @param ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。公共镜像请参考[镜像限制](https://cloud.tencent.com/document/product/1527/64818)
|
627
|
+
# @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)
|
628
628
|
# @type ImageId: String
|
629
629
|
# @param VirtualPrivateCloud: 私有网络相关信息配置。
|
630
630
|
# @type VirtualPrivateCloud: :class:`Tencentcloud::Thpc.v20230321.models.VirtualPrivateCloud`
|
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.949
|
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-
|
11
|
+
date: 2024-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|