tencentcloud-sdk-cfs 3.0.765 → 3.0.767

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 14e159ccc2298d899a8542d017f5a2725746706f
4
- data.tar.gz: 713148eaec5444abe44669738f266354c852b36c
3
+ metadata.gz: 3cb26704e700125b1832fba777277d11901f8a66
4
+ data.tar.gz: 5245ead31a5af112162dab59d2522138773abd8d
5
5
  SHA512:
6
- metadata.gz: 4b3c6ad248b671b53ebaa9a1ac2af1ce34b7738a2efc2e3f2ce1b05d76ef143a70fe82138305e32cf89302c97fa47f8f3baef07250f3e9678d2bb809077ee06a
7
- data.tar.gz: acc31bded7105883dee308cb4b168b07e08b1fecd9d62eb66d87dc5d149e516c335f4caa3adfc11e46a8a117f120ee0ff43b79be0002f5284aa88fae498499c3
6
+ metadata.gz: 3ec472575a79b4ae951a90f44395c36ed655bdf47dc5e9ec6b15f9d4dda5d8085038aa7e589dfe0e631a8bbf8a733eca2e85ac1a907357c70972bf5665058915
7
+ data.tar.gz: 8df24f97f4256088fc789b0b84cea76cb52ca77281536139d4af82ad1c05ba0ae402dec200403fcca4d6bda363e0e6130f26726c06e81b80dcb997003f054590
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.765
1
+ 3.0.767
@@ -1042,7 +1042,7 @@ module TencentCloud
1042
1042
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1043
1043
  end
1044
1044
 
1045
- # 更新文件系统带宽
1045
+ # 更新文件系统吞吐
1046
1046
  # 仅吞吐型支持此接口
1047
1047
 
1048
1048
  # @param request: Request instance for UpdateFileSystemBandwidthLimit.
@@ -376,7 +376,7 @@ module TencentCloud
376
376
  # @type CcnId: String
377
377
  # @param CidrBlock: 云联网中CFS使用的网段, 若网络类型选择的是Ccn,该字段为必填,且不能和Ccn中已经绑定的网段冲突
378
378
  # @type CidrBlock: String
379
- # @param Capacity: 文件系统容量,turbo系列必填,单位为GiB。 turbo标准型单位GB,起售40TiB,即40960 GiB;扩容步长20TiB,即20480 GiB。turbo性能型起售20TiB,即20480 GiB;扩容步长10TiB,10240 GiB。
379
+ # @param Capacity: 文件系统容量,turbo系列必填,单位为GiB。 turbo标准型单位GB,起售20TiB,即20480 GiB;扩容步长20TiB,即20480 GiB。turbo性能型起售10TiB,即10240 GiB;扩容步长10TiB,10240 GiB。
380
380
  # @type Capacity: Integer
381
381
  # @param SnapshotId: 文件系统快照ID
382
382
  # @type SnapshotId: 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.765
4
+ version: 3.0.767
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-02-20 00:00:00.000000000 Z
11
+ date: 2024-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common