tencentcloud-sdk-thpc 3.0.947 → 3.0.948

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: 9c3df2745ff9951be9525e874f5946754f01e582
4
- data.tar.gz: c4ec9a53ccdc784d2c0e4e6b9ad60ab15619cf49
3
+ metadata.gz: b2d20fd727e7efbc7d7ef0af0682705c4595958a
4
+ data.tar.gz: 9595211200c71056c7be0495b741b481933aaebd
5
5
  SHA512:
6
- metadata.gz: 75725053e87059448b34aea61b0d5eb53ca49102e854808317a3ce804fd1f04c2ed72264cbd3580e5e38c6fdaa39271c6b7b9f4fe3408524db8b6aa134afc806
7
- data.tar.gz: 57bb866762c4505e4b9dc55f04997d3961f3ca7df42b1c6cbfdc58990b362b2b1db03a733fa38898924edc2f2c295533fb65e06f1a0c6ee2f1dc52e558d65ed3
6
+ metadata.gz: f7a7ee1ee09dae80842a859247b0230b28692074928573675f19117327e085e6939203e8792c3ad149af0ca7655038f6495e3aacaede9177b536840c3e17a305
7
+ data.tar.gz: d454801b8c1265e19b172df8cb7edadb971fb3bfd8504b86786b82ae27359c3da7485aa22e71475f55be228ec1f727123ef857652002eddeac0e97882357f2e9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.947
1
+ 3.0.948
@@ -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.947
4
+ version: 3.0.948
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-24 00:00:00.000000000 Z
11
+ date: 2024-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common