tencentcloud-sdk-cfs 3.0.1084 → 3.0.1086
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 +3 -3
- 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: f88b21975e4e1277cd07e25196a2d5b035dac8e8
|
4
|
+
data.tar.gz: ba9c421b5d8f87343718ccf8e98b52ce712744cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e429ae51a22e05fe88553179418ecae8fe2e34e1ff2f52a0c0678b65ab6909342328a5fc1770943b2af6ffcaed88986066db3ea0ae0ba58a4ab518a5a3bf157
|
7
|
+
data.tar.gz: 2955b131687f2db14e8565f8ba2af861fb0ae294ff0c4f9b89724dc9100e7afa9e0564c239ffb37c842fedad6e729461cac69b4ee0a931fa3fc4d69defd53676
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1086
|
data/lib/v20190719/models.rb
CHANGED
@@ -23,7 +23,7 @@ module TencentCloud
|
|
23
23
|
# @type Status: String
|
24
24
|
# @param ScaleThreshold: 集群用量占比,到达这个值后开始扩容,范围[10-90]
|
25
25
|
# @type ScaleThreshold: Integer
|
26
|
-
# @param TargetThreshold: 扩容后使用量跟集群总量比例,范围[
|
26
|
+
# @param TargetThreshold: 扩容后使用量跟集群总量比例,范围[10-90]
|
27
27
|
# @type TargetThreshold: Integer
|
28
28
|
|
29
29
|
attr_accessor :Status, :ScaleThreshold, :TargetThreshold
|
@@ -2258,7 +2258,7 @@ module TencentCloud
|
|
2258
2258
|
# @type FileSystemId: String
|
2259
2259
|
# @param ScaleUpThreshold: 扩容阈值,范围[10-90]
|
2260
2260
|
# @type ScaleUpThreshold: Integer
|
2261
|
-
# @param TargetThreshold: 扩容后目标阈值,范围[
|
2261
|
+
# @param TargetThreshold: 扩容后目标阈值,范围[10-90],该值要小于 ScaleUpThreshold
|
2262
2262
|
# @type TargetThreshold: Integer
|
2263
2263
|
# @param Status: 规则状态 0:关闭,1:开启;不传保留原状态
|
2264
2264
|
# @type Status: Integer
|
@@ -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: 扩容后达到阈值,范围[10-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.1086
|
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-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|