tencentcloud-sdk-cfs 3.0.612 → 3.0.613

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5996a38709ce500f12cafc5381109763fe6655e5
4
- data.tar.gz: 9cf358e55cf6c046a40279b9b4deac64913deb6f
3
+ metadata.gz: 0fbe46648e21604e2268e99a704814377e189501
4
+ data.tar.gz: 9b8dd1bc5cad3de027a73c249e0112bf89c42b72
5
5
  SHA512:
6
- metadata.gz: 4b56722b16af6178a66ee0d210a5151741ef5dc76485c77c753f9abc7bc26ee3223b427c60b5615e574d33c0ed9a2bd4d424e04a1792111ac7b2dc9652a03d49
7
- data.tar.gz: dbbd76e5fa045b66c015756c6544770470e14f8b71a1f37b35b29b976703318dae504e78df9b2e11d150f65260b3c257cc62eda48f9927a3f3d4dc5054ac8872
6
+ metadata.gz: 50f73c59b29c07b041681f7910b8c486fc6306d67196b93195de9e55131fc89acee4297986acb6852666deb1ecbb7a73679f79e343506276111c7955c61e795c
7
+ data.tar.gz: 4b8a19059f2468ab7ed79a0372ff91202726a1bd400189c6248fe7f8bcb6e5d093b6a91029720a9f0c23c3127313ff4271f65a517ea10e8d636b2a63122cfa18
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.612
1
+ 3.0.613
@@ -705,7 +705,7 @@ module TencentCloud
705
705
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
706
706
  end
707
707
 
708
- # 查询文件系统配额
708
+ # 查询文件系统配额(仅部分Turbo实例能使用,若需要调用请提交工单与我们联系)
709
709
 
710
710
  # @param request: Request instance for DescribeUserQuota.
711
711
  # @type request: :class:`Tencentcloud::cfs::V20190719::DescribeUserQuotaRequest`
@@ -31,11 +31,11 @@ module TencentCloud
31
31
  # @type DayOfWeek: String
32
32
  # @param Hour: 快照定期备份在一天的哪一小时
33
33
  # @type Hour: String
34
- # @param IsActivated: 是否激活定期快照功能
34
+ # @param IsActivated: 是否激活定期快照功能,1代表已激活,0代表未激活
35
35
  # @type IsActivated: Integer
36
36
  # @param NextActiveTime: 下一次触发快照时间
37
37
  # @type NextActiveTime: String
38
- # @param Status: 快照策略状态
38
+ # @param Status: 快照策略状态,1代表快照策略状态正常。这里只有一种状态
39
39
  # @type Status: String
40
40
  # @param AppId: 帐号ID
41
41
  # @type AppId: Integer
@@ -51,7 +51,7 @@ module TencentCloud
51
51
  # @param IntervalDays: 快照定期间隔天数,1-365 天;该参数与DayOfMonth,DayOfWeek互斥
52
52
  # 注意:此字段可能返回 null,表示取不到有效值。
53
53
  # @type IntervalDays: Integer
54
- # @param CrossRegionsAliveDays: 跨地域复制的快照保留时间
54
+ # @param CrossRegionsAliveDays: 跨地域复制的快照保留时间,单位天
55
55
  # @type CrossRegionsAliveDays: Integer
56
56
 
57
57
  attr_accessor :AutoSnapshotPolicyId, :PolicyName, :CreationTime, :FileSystemNums, :DayOfWeek, :Hour, :IsActivated, :NextActiveTime, :Status, :AppId, :AliveDays, :RegionName, :FileSystems, :DayOfMonth, :IntervalDays, :CrossRegionsAliveDays
@@ -294,13 +294,13 @@ module TencentCloud
294
294
 
295
295
  # CreateAutoSnapshotPolicy请求参数结构体
296
296
  class CreateAutoSnapshotPolicyRequest < TencentCloud::Common::AbstractModel
297
- # @param Hour: 快照重复时间点
297
+ # @param Hour: 快照重复时间点,0-23
298
298
  # @type Hour: String
299
299
  # @param PolicyName: 策略名称
300
300
  # @type PolicyName: String
301
- # @param DayOfWeek: 快照重复日期,星期一到星期日
301
+ # @param DayOfWeek: 快照重复日期,星期一到星期日。 1代表星期一、7代表星期天
302
302
  # @type DayOfWeek: String
303
- # @param AliveDays: 快照保留时长
303
+ # @param AliveDays: 快照保留时长,单位天
304
304
  # @type AliveDays: Integer
305
305
  # @param DayOfMonth: 快照按月重复,每月1-31号,选择一天,每月将在这一天自动创建快照。
306
306
  # @type DayOfMonth: String
@@ -1739,7 +1739,7 @@ module TencentCloud
1739
1739
  # @type Filters: Array
1740
1740
  # @param Offset: Offset 分页码
1741
1741
  # @type Offset: Integer
1742
- # @param Limit: Limit 页面大小
1742
+ # @param Limit: Limit 页面大小,可填范围为大于0的整数
1743
1743
  # @type Limit: Integer
1744
1744
 
1745
1745
  attr_accessor :FileSystemId, :Filters, :Offset, :Limit
@@ -1803,11 +1803,11 @@ module TencentCloud
1803
1803
  # @type CreationToken: String
1804
1804
  # @param FileSystemId: 文件系统ID
1805
1805
  # @type FileSystemId: String
1806
- # @param SizeByte: 文件系统大小
1806
+ # @param SizeByte: 文件系统大小,单位Byte
1807
1807
  # @type SizeByte: Integer
1808
- # @param StorageType: 存储类型
1808
+ # @param StorageType: 存储类型,HP:通用性能型;SD:通用标准型;TP:turbo性能型;TB:turbo标准型;THP:吞吐型
1809
1809
  # @type StorageType: String
1810
- # @param TotalSnapshotSize: 快照总大小
1810
+ # @param TotalSnapshotSize: 快照总大小,单位GiB
1811
1811
  # @type TotalSnapshotSize: Integer
1812
1812
  # @param CreationTime: 文件系统创建时间
1813
1813
  # @type CreationTime: String
@@ -1889,17 +1889,17 @@ module TencentCloud
1889
1889
  # - unserviced:停服中
1890
1890
  # - upgrading:升级中
1891
1891
  # @type LifeCycleState: String
1892
- # @param SizeByte: 文件系统已使用容量
1892
+ # @param SizeByte: 文件系统已使用容量,单位Byte
1893
1893
  # @type SizeByte: Integer
1894
- # @param SizeLimit: 文件系统最大空间限制
1894
+ # @param SizeLimit: 文件系统最大空间限制,GiB
1895
1895
  # @type SizeLimit: Integer
1896
1896
  # @param ZoneId: 区域 ID
1897
1897
  # @type ZoneId: Integer
1898
1898
  # @param Zone: 区域名称
1899
1899
  # @type Zone: String
1900
- # @param Protocol: 文件系统协议类型
1900
+ # @param Protocol: 文件系统协议类型, 支持 NFS,CIFS,TURBO
1901
1901
  # @type Protocol: String
1902
- # @param StorageType: 文件系统存储类型
1902
+ # @param StorageType: 存储类型,HP:通用性能型;SD:通用标准型;TP:turbo性能型;TB:turbo标准型;THP:吞吐型
1903
1903
  # @type StorageType: String
1904
1904
  # @param StorageResourcePkg: 文件系统绑定的预付费存储包
1905
1905
  # @type StorageResourcePkg: String
@@ -1909,19 +1909,21 @@ module TencentCloud
1909
1909
  # @type PGroup: :class:`Tencentcloud::Cfs.v20190719.models.PGroup`
1910
1910
  # @param FsName: 用户自定义名称
1911
1911
  # @type FsName: String
1912
- # @param Encrypted: 文件系统是否加密
1912
+ # @param Encrypted: 文件系统是否加密,true:代表加密,false:非加密
1913
1913
  # @type Encrypted: Boolean
1914
1914
  # @param KmsKeyId: 加密所使用的密钥,可以为密钥的 ID 或者 ARN
1915
1915
  # @type KmsKeyId: String
1916
1916
  # @param AppId: 应用ID
1917
1917
  # @type AppId: Integer
1918
- # @param BandwidthLimit: 文件系统吞吐上限,吞吐上限是根据文件系统当前已使用存储量、绑定的存储资源包以及吞吐资源包一同确定
1918
+ # @param BandwidthLimit: 文件系统吞吐上限,吞吐上限是根据文件系统当前已使用存储量、绑定的存储资源包以及吞吐资源包一同确定. 单位MiB/s
1919
1919
  # @type BandwidthLimit: Float
1920
1920
  # @param Capacity: 文件系统总容量
1921
1921
  # @type Capacity: Integer
1922
1922
  # @param Tags: 文件系统标签列表
1923
1923
  # @type Tags: Array
1924
1924
  # @param TieringState: 文件系统生命周期管理状态
1925
+ # NotAvailable:不可用
1926
+ # Available:可用
1925
1927
  # @type TieringState: String
1926
1928
  # @param TieringDetail: 分层存储详情
1927
1929
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2476,7 +2478,7 @@ module TencentCloud
2476
2478
  # @type SnapshotName: String
2477
2479
  # @param SnapshotId: 快照ID
2478
2480
  # @type SnapshotId: String
2479
- # @param Status: 快照状态
2481
+ # @param Status: 快照状态,createing-创建中;available-运行中;deleting-删除中;rollbacking-new 创建新文件系统中;create-failed 创建失败
2480
2482
  # @type Status: String
2481
2483
  # @param RegionName: 地域名称
2482
2484
  # @type RegionName: String
@@ -2486,7 +2488,7 @@ module TencentCloud
2486
2488
  # @type Size: Integer
2487
2489
  # @param AliveDay: 保留时长天
2488
2490
  # @type AliveDay: Integer
2489
- # @param Percent: 快照进度
2491
+ # @param Percent: 快照进度百分比,1表示1%
2490
2492
  # @type Percent: Integer
2491
2493
  # @param AppId: 帐号ID
2492
2494
  # @type AppId: Integer
@@ -2496,10 +2498,10 @@ module TencentCloud
2496
2498
  # @type FsName: String
2497
2499
  # @param Tags: 快照标签
2498
2500
  # @type Tags: Array
2499
- # @param SnapshotType: 快照类型
2501
+ # @param SnapshotType: 快照类型, general为通用系列快照,turbo为Turbo系列快照
2500
2502
  # 注意:此字段可能返回 null,表示取不到有效值。
2501
2503
  # @type SnapshotType: String
2502
- # @param SnapshotTime: 实际快照时间,这里主要是为了标识跨地域复制快照的时间快照时间
2504
+ # @param SnapshotTime: 实际快照时间,反应快照对应文件系统某个时刻的数据。
2503
2505
  # 注意:此字段可能返回 null,表示取不到有效值。
2504
2506
  # @type SnapshotTime: String
2505
2507
 
@@ -2552,14 +2554,22 @@ module TencentCloud
2552
2554
  # 快照操作日志
2553
2555
  class SnapshotOperateLog < TencentCloud::Common::AbstractModel
2554
2556
  # @param Action: 操作类型
2557
+ # CreateCfsSnapshot:创建快照
2558
+ # DeleteCfsSnapshot:删除快照
2559
+ # CreateCfsFileSystem:创建文件系统
2560
+ # UpdateCfsSnapshotAttribute:更新快照
2555
2561
  # @type Action: String
2556
2562
  # @param ActionTime: 操作时间
2557
2563
  # @type ActionTime: String
2558
2564
  # @param ActionName: 操作名称
2565
+ # CreateCfsSnapshot
2566
+ # DeleteCfsSnapshot
2567
+ # CreateCfsFileSystem
2568
+ # UpdateCfsSnapshotAttribute
2559
2569
  # @type ActionName: String
2560
- # @param Operator: 操作者
2570
+ # @param Operator: 操作者uin
2561
2571
  # @type Operator: String
2562
- # @param Result: 结果
2572
+ # @param Result: 1-任务进行中;2-任务成功;3-任务失败
2563
2573
  # @type Result: Integer
2564
2574
 
2565
2575
  attr_accessor :Action, :ActionTime, :ActionName, :Operator, :Result
@@ -2728,13 +2738,13 @@ module TencentCloud
2728
2738
  # @type AutoSnapshotPolicyId: String
2729
2739
  # @param PolicyName: 快照策略名称
2730
2740
  # @type PolicyName: String
2731
- # @param DayOfWeek: 快照定期备份在一星期哪一天
2741
+ # @param DayOfWeek: 快照定期备份,按照星期一到星期日。 1代表星期一,7代表星期日
2732
2742
  # @type DayOfWeek: String
2733
2743
  # @param Hour: 快照定期备份在一天的哪一小时
2734
2744
  # @type Hour: String
2735
2745
  # @param AliveDays: 快照保留日期
2736
2746
  # @type AliveDays: Integer
2737
- # @param IsActivated: 是否激活定期快照功能
2747
+ # @param IsActivated: 是否激活定期快照功能;1代表激活,0代表未激活
2738
2748
  # @type IsActivated: Integer
2739
2749
  # @param DayOfMonth: 定期快照在每月的第几天创建快照,该参数与DayOfWeek互斥
2740
2750
  # @type DayOfMonth: 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.612
4
+ version: 3.0.613
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-13 00:00:00.000000000 Z
11
+ date: 2023-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common