tencentcloud-sdk-thpc 3.0.942 → 3.0.944

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a65d31ea320e5f98dc95bd1dbc3e7566a3a6342f
4
- data.tar.gz: 647914eb7c459453b14dc22c58ff3cdb856d547d
3
+ metadata.gz: a15e04d2a620666c8eba48fe0acfd0b492d791cb
4
+ data.tar.gz: acaf4f7412d30d0f24bed92349ca9eeb66666ea7
5
5
  SHA512:
6
- metadata.gz: 57d437dbc65ecc381b3eec978b8ff6e0bcb771dcef665418865a7d20a3d313727936db3b810b7c12eef096bd8038e3614008003fec163d8b6162ecc096deb917
7
- data.tar.gz: abdbc0b2796b629200ee8702fe217f7902c10657350ef921a04cb9a858c456eab8450c07849d9728da62ff42b14afe3ca8e32c71d3430a2523cb736ea10ca32d
6
+ metadata.gz: 404f4fea512bbce3cc51ab75d24e313a4c95e6f508f2e35c6ceb7b35fea00bea0b75b14ed7d87234af25b7d27f2f5791ee73715ba2ac530c74a702dd538b49de
7
+ data.tar.gz: cd6b94d6ab3a36c68dfb2326e5fddca4b03af8c5799d41cb461da3867b2305a6db00ef11bc232177f6acabbe96b902cbd850bbb2bbc08d0570ee257547e909f3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.942
1
+ 3.0.944
@@ -21,7 +21,7 @@ module TencentCloud
21
21
  class AddClusterStorageOptionRequest < TencentCloud::Common::AbstractModel
22
22
  # @param ClusterId: 集群ID。
23
23
  # @type ClusterId: String
24
- # @param StorageOption: 集群存储选项。
24
+ # @param StorageOption: 集群存储选项;集群已存在的节点和新增节点都会挂载此存储。
25
25
  # @type StorageOption: :class:`Tencentcloud::Thpc.v20230321.models.StorageOption`
26
26
 
27
27
  attr_accessor :ClusterId, :StorageOption
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.942
4
+ version: 3.0.944
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-15 00:00:00.000000000 Z
11
+ date: 2024-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common