tencentcloud-sdk-thpc 1.0.225 → 1.0.226
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/v20211109/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: 12c6b1695345ccfe1c5aa8f23b972fbbfbdec3c1
|
|
4
|
+
data.tar.gz: cc72f2804412ae76311642a8b90298fd39d14cd0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2000436fc0aebd69af86fc7f4ba5d346b0ab843ed591d7e51ce3bee828e9ba07b7316be12af04f743adcdc61a403b5e590deb996dad8efb74e773aa1cccb132
|
|
7
|
+
data.tar.gz: d48167d8c90d593915b126b295cf4074e1e84eee95b969e43201aca69b99e323906da68abbda8729cd5f662d3adbc7b2b7bacadf2c65c2a834f877852272c6fc
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.226
|
data/lib/v20211109/models.rb
CHANGED
|
@@ -89,7 +89,7 @@ module TencentCloud
|
|
|
89
89
|
# @type RemotePath: String
|
|
90
90
|
# @param Protocol: 文件系统协议类型,默认值NFS 3.0
|
|
91
91
|
# @type Protocol: String
|
|
92
|
-
# @param StorageType: 文件系统存储类型,默认值SD
|
|
92
|
+
# @param StorageType: 文件系统存储类型,默认值SD;其中 SD 为通用标准型标准型存储, HP为通用性能型存储, TB为turbo标准型, TP 为turbo性能型。
|
|
93
93
|
# @type StorageType: String
|
|
94
94
|
|
|
95
95
|
attr_accessor :LocalPath, :RemotePath, :Protocol, :StorageType
|
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: 1.0.
|
|
4
|
+
version: 1.0.226
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|