tencentcloud-sdk-cfs 3.0.1076 → 3.0.1083
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: 3cdb3efb8e75d71820b9da5965383aee4c3597c2
|
4
|
+
data.tar.gz: 73411dfc8008e47c3e3a9659c6ef958af0943c1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87198e2acc9b63df9025aa2ce536a9f80a9ad704981ffc1dbd13f985469c13daf3262ff7fc97e844c4558588a2bea7e48ed9d30bdf72b62a1a2d33a68d7aa4f6
|
7
|
+
data.tar.gz: 79893554e73d038e111f0b91994550aa685c798cf2d7ce79b8aa4c61a50efcb967004147fa2366ce77c756e07d2f5c986d7b677251e53062531f4c3985cf3113
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1083
|
data/lib/v20190719/models.rb
CHANGED
@@ -439,7 +439,7 @@ module TencentCloud
|
|
439
439
|
# @type CcnId: String
|
440
440
|
# @param CidrBlock: 云联网中CFS使用的网段, 若网络类型选择的是Ccn,该字段为必填,且不能和Ccn中已经绑定的网段冲突
|
441
441
|
# @type CidrBlock: String
|
442
|
-
# @param Capacity: 文件系统容量,turbo系列必填,单位为GiB。 turbo标准型单位GB,起售20TiB,即20480 GiB;扩容步长
|
442
|
+
# @param Capacity: 文件系统容量,turbo系列必填,单位为GiB。 turbo标准型单位GB,起售20TiB,即20480 GiB;扩容步长10TiB,即10240 GiB。turbo性能型起售10TiB,即10240 GiB;扩容步长10TiB,10240 GiB。
|
443
443
|
# @type Capacity: Integer
|
444
444
|
# @param SnapshotId: 文件系统快照ID,通过查询快照列表获取该参数,
|
445
445
|
# [DescribeCfsSnapshots](https://cloud.tencent.com/document/product/582/80206)
|
@@ -2288,7 +2288,7 @@ module TencentCloud
|
|
2288
2288
|
# @type Status: Integer
|
2289
2289
|
# @param ScaleUpThreshold: 扩容阈值,范围[10-90]
|
2290
2290
|
# @type ScaleUpThreshold: Integer
|
2291
|
-
# @param TargetThreshold: 扩容后达到阈值,范围[
|
2291
|
+
# @param TargetThreshold: 扩容后达到阈值,范围[1-90]
|
2292
2292
|
# @type TargetThreshold: Integer
|
2293
2293
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2294
2294
|
# @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.1083
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|