tencentcloud-sdk-cfs 3.0.696 → 3.0.697
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/client.rb +1 -0
- data/lib/v20190719/models.rb +3 -2
- 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: 5030eab6656e1cb56855b9490277d309a2dedd86
|
|
4
|
+
data.tar.gz: d79e44c3535a6e68fe9b72965db5f2b70f596daa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0a73f68137bba203afc88fa062d27cc89a0db42c59f82e13829ff563b3eed9bb0c30d6774177aaffa7e0df2a70d6fd8e4a2fef92854a631ab9b6c72f5fb1185
|
|
7
|
+
data.tar.gz: efd3e3eb3ca0884dc07967d3b9b3d687d427915f4054041d155b39e668a1194c5c90e6ced9494fa88fb2b2f9c9285ccf4f7031482ce892e7edef31dd015f4aaa
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.697
|
data/lib/v20190719/client.rb
CHANGED
|
@@ -1043,6 +1043,7 @@ module TencentCloud
|
|
|
1043
1043
|
end
|
|
1044
1044
|
|
|
1045
1045
|
# 更新文件系统带宽
|
|
1046
|
+
# 仅吞吐型支持此接口
|
|
1046
1047
|
|
|
1047
1048
|
# @param request: Request instance for UpdateFileSystemBandwidthLimit.
|
|
1048
1049
|
# @type request: :class:`Tencentcloud::cfs::V20190719::UpdateFileSystemBandwidthLimitRequest`
|
data/lib/v20190719/models.rb
CHANGED
|
@@ -1909,9 +1909,9 @@ module TencentCloud
|
|
|
1909
1909
|
# - unserviced:停服中
|
|
1910
1910
|
# - upgrading:升级中
|
|
1911
1911
|
# @type LifeCycleState: String
|
|
1912
|
-
# @param SizeByte:
|
|
1912
|
+
# @param SizeByte: 文件系统已使用容量。单位:Byte
|
|
1913
1913
|
# @type SizeByte: Integer
|
|
1914
|
-
# @param SizeLimit:
|
|
1914
|
+
# @param SizeLimit: 文件系统最大空间限制。单位:GiB
|
|
1915
1915
|
# @type SizeLimit: Integer
|
|
1916
1916
|
# @param ZoneId: 区域 ID
|
|
1917
1917
|
# @type ZoneId: Integer
|
|
@@ -1938,6 +1938,7 @@ module TencentCloud
|
|
|
1938
1938
|
# @param BandwidthLimit: 文件系统吞吐上限,吞吐上限是根据文件系统当前已使用存储量、绑定的存储资源包以及吞吐资源包一同确定. 单位MiB/s
|
|
1939
1939
|
# @type BandwidthLimit: Float
|
|
1940
1940
|
# @param Capacity: 文件系统总容量
|
|
1941
|
+
# 单位:GiB
|
|
1941
1942
|
# @type Capacity: Integer
|
|
1942
1943
|
# @param Tags: 文件系统标签列表
|
|
1943
1944
|
# @type Tags: Array
|
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.697
|
|
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-11-
|
|
11
|
+
date: 2023-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|