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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20230321/models.rb +1 -1
- 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: a15e04d2a620666c8eba48fe0acfd0b492d791cb
|
|
4
|
+
data.tar.gz: acaf4f7412d30d0f24bed92349ca9eeb66666ea7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 404f4fea512bbce3cc51ab75d24e313a4c95e6f508f2e35c6ceb7b35fea00bea0b75b14ed7d87234af25b7d27f2f5791ee73715ba2ac530c74a702dd538b49de
|
|
7
|
+
data.tar.gz: cd6b94d6ab3a36c68dfb2326e5fddca4b03af8c5799d41cb461da3867b2305a6db00ef11bc232177f6acabbe96b902cbd850bbb2bbc08d0570ee257547e909f3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.944
|
data/lib/v20230321/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|