tencentcloud-sdk-cfs 3.0.765 → 3.0.766
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 -1
- data/lib/v20190719/models.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 373f656917c67948638fc092693acb9ea4180150
|
|
4
|
+
data.tar.gz: 1cef3fcb5c358c79dc92d0ed36a86de9dbd86700
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0cb2c57c420ac7da3f34ca9b212489beee76f1e2d4aff31d93c7b472b1ae184a39c9fe66c1578890276cbc7085f50e7dba5eb698c52755f6a5bd9e8538c4ae77
|
|
7
|
+
data.tar.gz: 17bd37218ddb06945fcaf13d8c7651db7ccf3d24545c5bb220380d0f7b71443d24c65e1a2b7c164a857f3739447863cd0c6153516d4fd07ff1b4c6c0610eff87
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.766
|
data/lib/v20190719/client.rb
CHANGED
data/lib/v20190719/models.rb
CHANGED
|
@@ -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,起售
|
|
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
|