tencentcloud-sdk-cfs 3.0.611 → 3.0.612
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/v20190719/models.rb +3 -3
- 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: 5996a38709ce500f12cafc5381109763fe6655e5
|
|
4
|
+
data.tar.gz: 9cf358e55cf6c046a40279b9b4deac64913deb6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b56722b16af6178a66ee0d210a5151741ef5dc76485c77c753f9abc7bc26ee3223b427c60b5615e574d33c0ed9a2bd4d424e04a1792111ac7b2dc9652a03d49
|
|
7
|
+
data.tar.gz: dbbd76e5fa045b66c015756c6544770470e14f8b71a1f37b35b29b976703318dae504e78df9b2e11d150f65260b3c257cc62eda48f9927a3f3d4dc5054ac8872
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.612
|
data/lib/v20190719/models.rb
CHANGED
|
@@ -165,7 +165,7 @@ module TencentCloud
|
|
|
165
165
|
class AvailableType < TencentCloud::Common::AbstractModel
|
|
166
166
|
# @param Protocols: 协议与售卖详情
|
|
167
167
|
# @type Protocols: Array
|
|
168
|
-
# @param Type: 存储类型。返回值中 SD
|
|
168
|
+
# @param Type: 存储类型。返回值中 SD 为通用标准型存储, HP为通用性能型存储, TB为Turbo标准型, TP 为Turbo性能型。
|
|
169
169
|
# @type Type: String
|
|
170
170
|
# @param Prepayment: 是否支持预付费。返回值中 true 为支持、false 为不支持
|
|
171
171
|
# @type Prepayment: Boolean
|
|
@@ -2349,7 +2349,7 @@ module TencentCloud
|
|
|
2349
2349
|
class ScaleUpFileSystemRequest < TencentCloud::Common::AbstractModel
|
|
2350
2350
|
# @param FileSystemId: 文件系统Id
|
|
2351
2351
|
# @type FileSystemId: String
|
|
2352
|
-
# @param TargetCapacity:
|
|
2352
|
+
# @param TargetCapacity: 扩容的目标容量(单位GiB)
|
|
2353
2353
|
# @type TargetCapacity: Integer
|
|
2354
2354
|
|
|
2355
2355
|
attr_accessor :FileSystemId, :TargetCapacity
|
|
@@ -2369,7 +2369,7 @@ module TencentCloud
|
|
|
2369
2369
|
class ScaleUpFileSystemResponse < TencentCloud::Common::AbstractModel
|
|
2370
2370
|
# @param FileSystemId: 文件系统Id
|
|
2371
2371
|
# @type FileSystemId: String
|
|
2372
|
-
# @param TargetCapacity:
|
|
2372
|
+
# @param TargetCapacity: 扩容的目标容量(单位GiB)
|
|
2373
2373
|
# @type TargetCapacity: Integer
|
|
2374
2374
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2375
2375
|
# @type RequestId: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cfs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.612
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|