tencentcloud-sdk-thpc 3.0.943 → 3.0.944

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: ae78a2131b82fae2138810fd7adf0e0fe68ce867
4
- data.tar.gz: b34b597b2f18cf6afec531ab21ee37fe7d38417a
3
+ metadata.gz: a15e04d2a620666c8eba48fe0acfd0b492d791cb
4
+ data.tar.gz: acaf4f7412d30d0f24bed92349ca9eeb66666ea7
5
5
  SHA512:
6
- metadata.gz: 3ce71b09250039a84e09773255823e1bf58384b0177702e8c1cb7cdfaea6ee1a9ce9ec9dca70d12c85c5c857b392a82f05d93b32a01e8a963393be4340d6ae7c
7
- data.tar.gz: dd9db5dbbdc3fae70c17dda64c3bc385b13dac98613529b77a786707375d679235a55ea8ba61a2c228ec8c72f0963147d5d38eca4f659aaebbb003c11a81e5f4
6
+ metadata.gz: 404f4fea512bbce3cc51ab75d24e313a4c95e6f508f2e35c6ceb7b35fea00bea0b75b14ed7d87234af25b7d27f2f5791ee73715ba2ac530c74a702dd538b49de
7
+ data.tar.gz: cd6b94d6ab3a36c68dfb2326e5fddca4b03af8c5799d41cb461da3867b2305a6db00ef11bc232177f6acabbe96b902cbd850bbb2bbc08d0570ee257547e909f3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.943
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.943
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-19 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