tencentcloud-sdk-cfs 3.0.804 → 3.0.805
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 +2 -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: aecdb57e55660327ace69203d2859b9420a47ff3
|
|
4
|
+
data.tar.gz: 9a39099c8eef048746b0b34c59ecbd7f5e7f3330
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4b30a4b8bf6d154cdc60ddaf916c5440a7504fb205a5b2f0f8c04dc9c2249ff6844bf451b38bce1f78740327ece15692a82bce69a516b02f7622ca782364596
|
|
7
|
+
data.tar.gz: a48103fad099867f926b0fb9633ea1c675120101e24763a144c3971ad2c467a73b03631555603526c801fa69827b063a1d894b3cf542094060fe20f15737a154
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.805
|
data/lib/v20190719/models.rb
CHANGED
|
@@ -1922,7 +1922,7 @@ module TencentCloud
|
|
|
1922
1922
|
# @type LifeCycleState: String
|
|
1923
1923
|
# @param SizeByte: 文件系统已使用容量。单位:Byte
|
|
1924
1924
|
# @type SizeByte: Integer
|
|
1925
|
-
# @param SizeLimit:
|
|
1925
|
+
# @param SizeLimit: 文件系统空间限制。单位:GiB
|
|
1926
1926
|
# @type SizeLimit: Integer
|
|
1927
1927
|
# @param ZoneId: 区域 ID
|
|
1928
1928
|
# @type ZoneId: Integer
|
|
@@ -1948,7 +1948,7 @@ module TencentCloud
|
|
|
1948
1948
|
# @type AppId: Integer
|
|
1949
1949
|
# @param BandwidthLimit: 文件系统吞吐上限,吞吐上限是根据文件系统当前已使用存储量、绑定的存储资源包以及吞吐资源包一同确定. 单位MiB/s
|
|
1950
1950
|
# @type BandwidthLimit: Float
|
|
1951
|
-
# @param Capacity:
|
|
1951
|
+
# @param Capacity: 文件系统容量规格上限
|
|
1952
1952
|
# 单位:GiB
|
|
1953
1953
|
# @type Capacity: Integer
|
|
1954
1954
|
# @param Tags: 文件系统标签列表
|
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.805
|
|
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-04-
|
|
11
|
+
date: 2024-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|