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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e2f6de04f5904c6e2a21478be8cf0e384f947f72
4
- data.tar.gz: dca8e43897093903a7113891d12b6b98430aa8e1
3
+ metadata.gz: 5996a38709ce500f12cafc5381109763fe6655e5
4
+ data.tar.gz: 9cf358e55cf6c046a40279b9b4deac64913deb6f
5
5
  SHA512:
6
- metadata.gz: 862391728423e40f67abedb8f0a9f4619ac0d71d4e56fc0b8c8a6883337dcce3d212af39814a5ac2469082a6f5bdebaeef241674ba590c5bfe4d3bb3e5aab0d2
7
- data.tar.gz: f3bac2bc68ee3a1ba642bdf408928936d2d3a8c5e6b645e6856d0bcc1d406a6f99f071f048e6f0d27699583e436db3cb1db563c95e7dee20772fbcf8909b92b5
6
+ metadata.gz: 4b56722b16af6178a66ee0d210a5151741ef5dc76485c77c753f9abc7bc26ee3223b427c60b5615e574d33c0ed9a2bd4d424e04a1792111ac7b2dc9652a03d49
7
+ data.tar.gz: dbbd76e5fa045b66c015756c6544770470e14f8b71a1f37b35b29b976703318dae504e78df9b2e11d150f65260b3c257cc62eda48f9927a3f3d4dc5054ac8872
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.611
1
+ 3.0.612
@@ -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 为标准型存储、HP 为性能型存储
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.611
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-12 00:00:00.000000000 Z
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