tencentcloud-sdk-cfs 3.0.1066 → 3.0.1068
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 +13 -8
- 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: e5dfea4f91bc3fedf931119627c71664d6231d5a
|
4
|
+
data.tar.gz: 6ef6fb1957dc5db42ac648230f45ee69e7e474b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba1a856a9a30ba7cf726bfdc1bc58a54b2bc225cd132e4423d1376d570fa3a9ec82833ecde38cfdf33fad63d728d4f7c0f95eda5bd3dccd683d473154c475dfa
|
7
|
+
data.tar.gz: a97dd939d894ba7e791a4f30bedff9b39e9edf96ffe5a57a3481f6f59bc5dbbef89f71d1fd8de749017aa64759ac11f358a1411f7895ba01279b578d805bacf0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1068
|
data/lib/v20190719/models.rb
CHANGED
@@ -356,13 +356,13 @@ module TencentCloud
|
|
356
356
|
class CreateAutoSnapshotPolicyRequest < TencentCloud::Common::AbstractModel
|
357
357
|
# @param Hour: 快照重复时间点,0-23,小时
|
358
358
|
# @type Hour: String
|
359
|
-
# @param PolicyName:
|
359
|
+
# @param PolicyName: 策略名称,限制64个字符数量仅支持输入中文、字母、数字、_或-
|
360
360
|
# @type PolicyName: String
|
361
361
|
# @param DayOfWeek: 快照重复日期,星期一到星期日。 1代表星期一、7代表星期天,与DayOfMonth,IntervalDays 三者选一
|
362
362
|
# @type DayOfWeek: String
|
363
363
|
# @param AliveDays: 快照保留时长,单位天,默认永久0
|
364
364
|
# @type AliveDays: Integer
|
365
|
-
# @param DayOfMonth: 快照按月重复,每月1-31
|
365
|
+
# @param DayOfMonth: 快照按月重复,每月1-31号,选择一天,每月将在这一天自动创建快照;例如1 代表1号;与DayOfWeek,IntervalDays 三者选一
|
366
366
|
# @type DayOfMonth: String
|
367
367
|
# @param IntervalDays: 间隔天数,与DayOfWeek,DayOfMonth 三者选一
|
368
368
|
# @type IntervalDays: Integer
|
@@ -414,15 +414,17 @@ module TencentCloud
|
|
414
414
|
# @type Zone: String
|
415
415
|
# @param NetInterface: 网络类型,可选值为 VPC,CCN;其中 VPC 为私有网络, CCN 为云联网。通用标准型/性能型请选择VPC,Turbo标准型/性能型请选择CCN。
|
416
416
|
# @type NetInterface: String
|
417
|
-
# @param PGroupId: 权限组 ID,pgroupbasic
|
417
|
+
# @param PGroupId: 权限组 ID,pgroupbasic 是默认权限组,通过控制查询权限组列表接口获取[DescribeCfsPGroups](https://cloud.tencent.com/document/product/582/38157)
|
418
418
|
# @type PGroupId: String
|
419
419
|
# @param Protocol: 文件系统协议类型, 值为 NFS、CIFS、TURBO ; 若留空则默认为 NFS协议,turbo系列必须选择TURBO,不支持NFS、CIFS
|
420
420
|
# @type Protocol: String
|
421
421
|
# @param StorageType: 文件系统存储类型,默认值为 SD ;其中 SD 为通用标准型存储, HP为通用性能型存储, TB为Turbo标准型, TP 为Turbo性能型。
|
422
422
|
# @type StorageType: String
|
423
|
-
# @param VpcId: 私有网络(VPC) ID,若网络类型选择的是VPC
|
423
|
+
# @param VpcId: 私有网络(VPC) ID,若网络类型选择的是VPC,该字段为必填.通过查询私有网络接口获取,
|
424
|
+
# [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)
|
424
425
|
# @type VpcId: String
|
425
|
-
# @param SubnetId: 子网 ID,若网络类型选择的是VPC
|
426
|
+
# @param SubnetId: 子网 ID,若网络类型选择的是VPC,该字段为必填。通过查询子网接口获取,
|
427
|
+
# [DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)
|
426
428
|
# @type SubnetId: String
|
427
429
|
# @param MountIP: 指定IP地址,仅VPC网络支持;若不填写、将在该子网下随机分配 IP,Turbo系列当前不支持指定
|
428
430
|
# @type MountIP: String
|
@@ -432,15 +434,18 @@ module TencentCloud
|
|
432
434
|
# @type ResourceTags: Array
|
433
435
|
# @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。用于保证请求幂等性的字符串失效时间为2小时。
|
434
436
|
# @type ClientToken: String
|
435
|
-
# @param CcnId: 云联网ID, 若网络类型选择的是CCN
|
437
|
+
# @param CcnId: 云联网ID, 若网络类型选择的是CCN,该字段为必填;通过查询云联网列表接口获取,通过接口
|
438
|
+
# [DescribeCcns](https://cloud.tencent.com/document/product/215/19199)
|
436
439
|
# @type CcnId: String
|
437
440
|
# @param CidrBlock: 云联网中CFS使用的网段, 若网络类型选择的是Ccn,该字段为必填,且不能和Ccn中已经绑定的网段冲突
|
438
441
|
# @type CidrBlock: String
|
439
442
|
# @param Capacity: 文件系统容量,turbo系列必填,单位为GiB。 turbo标准型单位GB,起售20TiB,即20480 GiB;扩容步长20TiB,即20480 GiB。turbo性能型起售10TiB,即10240 GiB;扩容步长10TiB,10240 GiB。
|
440
443
|
# @type Capacity: Integer
|
441
|
-
# @param SnapshotId: 文件系统快照ID
|
444
|
+
# @param SnapshotId: 文件系统快照ID,通过查询快照列表获取该参数,
|
445
|
+
# [DescribeCfsSnapshots](https://cloud.tencent.com/document/product/582/80206)
|
442
446
|
# @type SnapshotId: String
|
443
|
-
# @param AutoSnapshotPolicyId: 定期快照策略ID
|
447
|
+
# @param AutoSnapshotPolicyId: 定期快照策略ID,通过查询快照策略信息获取,
|
448
|
+
# [DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/product/582/38157)
|
444
449
|
# @type AutoSnapshotPolicyId: String
|
445
450
|
# @param EnableAutoScaleUp: 是否开启默认扩容,仅turbo类型文件存储支持
|
446
451
|
# @type EnableAutoScaleUp: Boolean
|
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.1068
|
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-05-
|
11
|
+
date: 2025-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|