tencentcloud-sdk-cfs 3.0.1071 → 3.0.1072
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 +2 -2
- data/lib/v20190719/models.rb +38 -51
- 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: 0336b2180b73a1c35974701aaaf629bddf31a6fd
|
4
|
+
data.tar.gz: 5fefcd6e636c815686aa9d55f968a2888b708f2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6617f6d826ec1b8b30cf8e9e7f67b5a4c145b5b7b4f64d4ea0c7dbcde7e14f1a09b991b46f1ec1285b1fb5d998964b0e6c23fc1212d783821f51f6061e32761d
|
7
|
+
data.tar.gz: e3247b792b25dafcd4df659d02ccc904fad6fc9579ab1723d893a85d59fcc52a50b79889cd18450d030b75a6af748f8f4aee4b356b5bbc7678d5a5e23186f01b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1072
|
data/lib/v20190719/client.rb
CHANGED
@@ -754,7 +754,7 @@ module TencentCloud
|
|
754
754
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
755
755
|
end
|
756
756
|
|
757
|
-
#
|
757
|
+
# 用来设置文件系统扩容策略,该接口只支持turbo文件系统
|
758
758
|
|
759
759
|
# @param request: Request instance for ModifyFileSystemAutoScaleUpRule.
|
760
760
|
# @type request: :class:`Tencentcloud::cfs::V20190719::ModifyFileSystemAutoScaleUpRuleRequest`
|
@@ -850,7 +850,7 @@ module TencentCloud
|
|
850
850
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
851
851
|
end
|
852
852
|
|
853
|
-
#
|
853
|
+
# 用于终止迁移任务,非运行中状态不支持终止。
|
854
854
|
# 此接口需提交工单,开启白名单之后才能使用。
|
855
855
|
|
856
856
|
# @param request: Request instance for StopMigrationTask.
|
data/lib/v20190719/models.rb
CHANGED
@@ -612,7 +612,7 @@ module TencentCloud
|
|
612
612
|
|
613
613
|
# CreateCfsRule请求参数结构体
|
614
614
|
class CreateCfsRuleRequest < TencentCloud::Common::AbstractModel
|
615
|
-
# @param PGroupId: 权限组 ID
|
615
|
+
# @param PGroupId: 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
616
616
|
# @type PGroupId: String
|
617
617
|
# @param AuthClientIp: 可以填写单个 IP 或者单个网段,例如 10.1.10.11 或者 10.10.1.0/24。默认来访地址为*表示允许所有。同时需要注意,此处需填写 CVM 的内网 IP。
|
618
618
|
# @type AuthClientIp: String
|
@@ -620,7 +620,7 @@ module TencentCloud
|
|
620
620
|
# @type Priority: Integer
|
621
621
|
# @param RWPermission: 读写权限, 值为 RO、RW;其中 RO 为只读,RW 为读写,不填默认为只读
|
622
622
|
# @type RWPermission: String
|
623
|
-
# @param UserPermission: 用户权限,值为 all_squash、no_all_squash、root_squash、no_root_squash
|
623
|
+
# @param UserPermission: 用户权限,值为 all_squash、no_all_squash、root_squash、no_root_squash。默认值为root_squash
|
624
624
|
# all_squash:所有访问用户(含 root 用户)都会被映射为匿名用户或用户组。
|
625
625
|
# no_all_squash:所有访问用户(含 root 用户)均保持原有的 UID/GID 信息。
|
626
626
|
# root_squash:将来访的 root 用户映射为匿名用户或用户组,非 root 用户保持原有的 UID/GID 信息。
|
@@ -688,9 +688,9 @@ module TencentCloud
|
|
688
688
|
|
689
689
|
# CreateCfsSnapshot请求参数结构体
|
690
690
|
class CreateCfsSnapshotRequest < TencentCloud::Common::AbstractModel
|
691
|
-
# @param FileSystemId: 文件系统
|
691
|
+
# @param FileSystemId: 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
692
692
|
# @type FileSystemId: String
|
693
|
-
# @param SnapshotName:
|
693
|
+
# @param SnapshotName: 快照名称,支持不超过64字符长度,支持中文、数字、_、-
|
694
694
|
# @type SnapshotName: String
|
695
695
|
# @param ResourceTags: 快照标签
|
696
696
|
# @type ResourceTags: Array
|
@@ -835,7 +835,7 @@ module TencentCloud
|
|
835
835
|
|
836
836
|
# DeleteAutoSnapshotPolicy请求参数结构体
|
837
837
|
class DeleteAutoSnapshotPolicyRequest < TencentCloud::Common::AbstractModel
|
838
|
-
# @param AutoSnapshotPolicyId: 快照策略ID
|
838
|
+
# @param AutoSnapshotPolicyId: 快照策略ID,查询快照策略接口获取,[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208)
|
839
839
|
# @type AutoSnapshotPolicyId: String
|
840
840
|
|
841
841
|
attr_accessor :AutoSnapshotPolicyId
|
@@ -871,7 +871,7 @@ module TencentCloud
|
|
871
871
|
|
872
872
|
# DeleteCfsFileSystem请求参数结构体
|
873
873
|
class DeleteCfsFileSystemRequest < TencentCloud::Common::AbstractModel
|
874
|
-
# @param FileSystemId: 文件系统 ID
|
874
|
+
# @param FileSystemId: 文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取。说明,进行删除文件系统操作前需要先调用 DeleteMountTarget 接口删除该文件系统的挂载点,否则会删除失败。
|
875
875
|
# @type FileSystemId: String
|
876
876
|
|
877
877
|
attr_accessor :FileSystemId
|
@@ -903,7 +903,7 @@ module TencentCloud
|
|
903
903
|
|
904
904
|
# DeleteCfsPGroup请求参数结构体
|
905
905
|
class DeleteCfsPGroupRequest < TencentCloud::Common::AbstractModel
|
906
|
-
# @param PGroupId: 权限组 ID
|
906
|
+
# @param PGroupId: 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
907
907
|
# @type PGroupId: String
|
908
908
|
|
909
909
|
attr_accessor :PGroupId
|
@@ -943,9 +943,9 @@ module TencentCloud
|
|
943
943
|
|
944
944
|
# DeleteCfsRule请求参数结构体
|
945
945
|
class DeleteCfsRuleRequest < TencentCloud::Common::AbstractModel
|
946
|
-
# @param PGroupId: 权限组 ID
|
946
|
+
# @param PGroupId: 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
947
947
|
# @type PGroupId: String
|
948
|
-
# @param RuleId: 规则 ID
|
948
|
+
# @param RuleId: 规则 ID,可通过[DescribeCfsRules](https://cloud.tencent.com/document/api/582/38156)接口获取
|
949
949
|
# @type RuleId: String
|
950
950
|
|
951
951
|
attr_accessor :PGroupId, :RuleId
|
@@ -987,9 +987,10 @@ module TencentCloud
|
|
987
987
|
|
988
988
|
# DeleteCfsSnapshot请求参数结构体
|
989
989
|
class DeleteCfsSnapshotRequest < TencentCloud::Common::AbstractModel
|
990
|
-
# @param SnapshotId:
|
990
|
+
# @param SnapshotId: 快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
|
991
991
|
# @type SnapshotId: String
|
992
992
|
# @param SnapshotIds: 需要删除的文件系统快照ID 列表,快照ID,跟ID列表至少填一项
|
993
|
+
# 快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
|
993
994
|
# @type SnapshotIds: Array
|
994
995
|
|
995
996
|
attr_accessor :SnapshotId, :SnapshotIds
|
@@ -1095,7 +1096,7 @@ module TencentCloud
|
|
1095
1096
|
|
1096
1097
|
# DeleteUserQuota请求参数结构体
|
1097
1098
|
class DeleteUserQuotaRequest < TencentCloud::Common::AbstractModel
|
1098
|
-
# @param FileSystemId: 文件系统
|
1099
|
+
# @param FileSystemId: 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
1099
1100
|
# @type FileSystemId: String
|
1100
1101
|
# @param UserType: 指定配额类型,包括Uid(按用户ID限制)、Gid(按用户组ID限制)、Dir(按目录限制)
|
1101
1102
|
# @type UserType: String
|
@@ -1306,7 +1307,7 @@ module TencentCloud
|
|
1306
1307
|
|
1307
1308
|
# DescribeCfsFileSystemClients请求参数结构体
|
1308
1309
|
class DescribeCfsFileSystemClientsRequest < TencentCloud::Common::AbstractModel
|
1309
|
-
# @param FileSystemId: 文件系统 ID
|
1310
|
+
# @param FileSystemId: 文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取
|
1310
1311
|
# @type FileSystemId: String
|
1311
1312
|
# @param Offset: Offset 分页码,默认为0
|
1312
1313
|
# @type Offset: Integer
|
@@ -1466,7 +1467,7 @@ module TencentCloud
|
|
1466
1467
|
|
1467
1468
|
# DescribeCfsRules请求参数结构体
|
1468
1469
|
class DescribeCfsRulesRequest < TencentCloud::Common::AbstractModel
|
1469
|
-
# @param PGroupId: 权限组 ID
|
1470
|
+
# @param PGroupId: 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
1470
1471
|
# @type PGroupId: String
|
1471
1472
|
|
1472
1473
|
attr_accessor :PGroupId
|
@@ -1596,7 +1597,7 @@ module TencentCloud
|
|
1596
1597
|
# <br>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。
|
1597
1598
|
# <br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
|
1598
1599
|
# @type Filters: Array
|
1599
|
-
# @param OrderField: 按创建时间排序取值
|
1600
|
+
# @param OrderField: 按创建时间排序取值
|
1600
1601
|
# @type OrderField: String
|
1601
1602
|
# @param Order: 排序 升序或者降序
|
1602
1603
|
# @type Order: String
|
@@ -1672,21 +1673,7 @@ module TencentCloud
|
|
1672
1673
|
# @type Offset: Integer
|
1673
1674
|
# @param Limit: 分页单页限制数目,默认值为20,最大值100。
|
1674
1675
|
# @type Limit: Integer
|
1675
|
-
# @param Filters: <br><li> taskId
|
1676
|
-
|
1677
|
-
# 按照【迁移任务id】进行过滤。
|
1678
|
-
# 类型:String
|
1679
|
-
|
1680
|
-
# 必选:否
|
1681
|
-
|
1682
|
-
# <br><li> taskName
|
1683
|
-
|
1684
|
-
# 按照【迁移任务名字】进行模糊搜索过滤。
|
1685
|
-
# 类型:String
|
1686
|
-
|
1687
|
-
# 必选:否
|
1688
|
-
|
1689
|
-
# 每次请求的Filters的上限为10,Filter.Values的上限为100。
|
1676
|
+
# @param Filters: <br><li> taskId按照【迁移任务id】进行过滤。类型:String必选:否<br></li><br><li> taskName按照【迁移任务名字】进行模糊搜索过滤。类型:String必选:否每次请求的Filters的上限为10,Filter.Values的上限为100。</li>
|
1690
1677
|
# @type Filters: Array
|
1691
1678
|
|
1692
1679
|
attr_accessor :Offset, :Limit, :Filters
|
@@ -1713,7 +1700,7 @@ module TencentCloud
|
|
1713
1700
|
|
1714
1701
|
# DescribeMigrationTasks返回参数结构体
|
1715
1702
|
class DescribeMigrationTasksResponse < TencentCloud::Common::AbstractModel
|
1716
|
-
# @param TotalCount:
|
1703
|
+
# @param TotalCount: 迁移任务的总数量
|
1717
1704
|
# @type TotalCount: Integer
|
1718
1705
|
# @param MigrationTasks: 迁移任务详情
|
1719
1706
|
# @type MigrationTasks: Array
|
@@ -1744,7 +1731,7 @@ module TencentCloud
|
|
1744
1731
|
|
1745
1732
|
# DescribeMountTargets请求参数结构体
|
1746
1733
|
class DescribeMountTargetsRequest < TencentCloud::Common::AbstractModel
|
1747
|
-
# @param FileSystemId: 文件系统 ID
|
1734
|
+
# @param FileSystemId: 文件系统 ID,[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)可以获得id
|
1748
1735
|
# @type FileSystemId: String
|
1749
1736
|
|
1750
1737
|
attr_accessor :FileSystemId
|
@@ -1791,11 +1778,11 @@ module TencentCloud
|
|
1791
1778
|
|
1792
1779
|
# DescribeSnapshotOperationLogs请求参数结构体
|
1793
1780
|
class DescribeSnapshotOperationLogsRequest < TencentCloud::Common::AbstractModel
|
1794
|
-
# @param SnapshotId:
|
1781
|
+
# @param SnapshotId: 快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
|
1795
1782
|
# @type SnapshotId: String
|
1796
|
-
# @param StartTime:
|
1783
|
+
# @param StartTime: 起始时间,格式“YYYY-MM-DD hh:mm:ss”
|
1797
1784
|
# @type StartTime: String
|
1798
|
-
# @param EndTime:
|
1785
|
+
# @param EndTime: 结束时间,格式“YYYY-MM-DD hh:mm:ss”
|
1799
1786
|
# @type EndTime: String
|
1800
1787
|
|
1801
1788
|
attr_accessor :SnapshotId, :StartTime, :EndTime
|
@@ -1846,7 +1833,7 @@ module TencentCloud
|
|
1846
1833
|
|
1847
1834
|
# DescribeUserQuota请求参数结构体
|
1848
1835
|
class DescribeUserQuotaRequest < TencentCloud::Common::AbstractModel
|
1849
|
-
# @param FileSystemId: 文件系统 ID
|
1836
|
+
# @param FileSystemId: 文件系统 ID,通过[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)获取
|
1850
1837
|
# @type FileSystemId: String
|
1851
1838
|
# @param Filters: 过滤条件。
|
1852
1839
|
# UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid|Gid|Dir,分别对应用户,用户组,目录 )
|
@@ -1960,7 +1947,7 @@ module TencentCloud
|
|
1960
1947
|
# @type ClientIp: String
|
1961
1948
|
# @param VpcId: 文件系统所属VPCID
|
1962
1949
|
# @type VpcId: String
|
1963
|
-
# @param Zone: 可用区名称,例如ap-beijing-1
|
1950
|
+
# @param Zone: 可用区名称,例如ap-beijing-1,参考[简介](https://cloud.tencent.com/document/api/582/38144)文档中的地域与可用区列表
|
1964
1951
|
# @type Zone: String
|
1965
1952
|
# @param ZoneName: 可用区中文名称
|
1966
1953
|
# @type ZoneName: String
|
@@ -2267,7 +2254,7 @@ module TencentCloud
|
|
2267
2254
|
|
2268
2255
|
# ModifyFileSystemAutoScaleUpRule请求参数结构体
|
2269
2256
|
class ModifyFileSystemAutoScaleUpRuleRequest < TencentCloud::Common::AbstractModel
|
2270
|
-
# @param FileSystemId: 文件系统
|
2257
|
+
# @param FileSystemId: 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
2271
2258
|
# @type FileSystemId: String
|
2272
2259
|
# @param ScaleUpThreshold: 扩容阈值,范围[10-90]
|
2273
2260
|
# @type ScaleUpThreshold: Integer
|
@@ -2520,7 +2507,7 @@ module TencentCloud
|
|
2520
2507
|
|
2521
2508
|
# SetUserQuota请求参数结构体
|
2522
2509
|
class SetUserQuotaRequest < TencentCloud::Common::AbstractModel
|
2523
|
-
# @param FileSystemId: 文件系统 ID
|
2510
|
+
# @param FileSystemId: 文件系统 ID,通过[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)获取
|
2524
2511
|
# @type FileSystemId: String
|
2525
2512
|
# @param UserType: 指定配额类型,包括Uid、Gid,Dir,分别代表用户配额,用户组配额,目录配额
|
2526
2513
|
# @type UserType: String
|
@@ -2832,9 +2819,9 @@ module TencentCloud
|
|
2832
2819
|
|
2833
2820
|
# UnbindAutoSnapshotPolicy请求参数结构体
|
2834
2821
|
class UnbindAutoSnapshotPolicyRequest < TencentCloud::Common::AbstractModel
|
2835
|
-
# @param FileSystemIds: 需要解绑的文件系统ID列表,用"," 分割,文件系统
|
2822
|
+
# @param FileSystemIds: 需要解绑的文件系统ID列表,用"," 分割,文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
2836
2823
|
# @type FileSystemIds: String
|
2837
|
-
# @param AutoSnapshotPolicyId:
|
2824
|
+
# @param AutoSnapshotPolicyId: 解绑的快照策略ID,可以通过[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208) 查询获取
|
2838
2825
|
# @type AutoSnapshotPolicyId: String
|
2839
2826
|
|
2840
2827
|
attr_accessor :FileSystemIds, :AutoSnapshotPolicyId
|
@@ -2872,7 +2859,7 @@ module TencentCloud
|
|
2872
2859
|
|
2873
2860
|
# UpdateAutoSnapshotPolicy请求参数结构体
|
2874
2861
|
class UpdateAutoSnapshotPolicyRequest < TencentCloud::Common::AbstractModel
|
2875
|
-
# @param AutoSnapshotPolicyId:
|
2862
|
+
# @param AutoSnapshotPolicyId: 解绑的快照策略ID,可以通过[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208) 查询获取
|
2876
2863
|
# @type AutoSnapshotPolicyId: String
|
2877
2864
|
# @param PolicyName: 快照策略名称,不超过64个字符
|
2878
2865
|
# @type PolicyName: String
|
@@ -2936,9 +2923,9 @@ module TencentCloud
|
|
2936
2923
|
|
2937
2924
|
# UpdateCfsFileSystemName请求参数结构体
|
2938
2925
|
class UpdateCfsFileSystemNameRequest < TencentCloud::Common::AbstractModel
|
2939
|
-
# @param FileSystemId: 文件系统 ID
|
2926
|
+
# @param FileSystemId: 文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取
|
2940
2927
|
# @type FileSystemId: String
|
2941
|
-
# @param FsName:
|
2928
|
+
# @param FsName: 用户自定义文件系统名称,64字节内的中文字母数字或者 _,-,与CreationToken 至少填一个
|
2942
2929
|
# @type FsName: String
|
2943
2930
|
|
2944
2931
|
attr_accessor :FileSystemId, :FsName
|
@@ -2984,9 +2971,9 @@ module TencentCloud
|
|
2984
2971
|
|
2985
2972
|
# UpdateCfsFileSystemPGroup请求参数结构体
|
2986
2973
|
class UpdateCfsFileSystemPGroupRequest < TencentCloud::Common::AbstractModel
|
2987
|
-
# @param PGroupId: 权限组 ID
|
2974
|
+
# @param PGroupId: 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
2988
2975
|
# @type PGroupId: String
|
2989
|
-
# @param FileSystemId: 文件系统 ID
|
2976
|
+
# @param FileSystemId: 文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取
|
2990
2977
|
# @type FileSystemId: String
|
2991
2978
|
|
2992
2979
|
attr_accessor :PGroupId, :FileSystemId
|
@@ -3064,7 +3051,7 @@ module TencentCloud
|
|
3064
3051
|
|
3065
3052
|
# UpdateCfsPGroup请求参数结构体
|
3066
3053
|
class UpdateCfsPGroupRequest < TencentCloud::Common::AbstractModel
|
3067
|
-
# @param PGroupId: 权限组 ID
|
3054
|
+
# @param PGroupId: 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
3068
3055
|
# @type PGroupId: String
|
3069
3056
|
# @param Name: 权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线
|
3070
3057
|
# @type Name: String
|
@@ -3116,9 +3103,9 @@ module TencentCloud
|
|
3116
3103
|
|
3117
3104
|
# UpdateCfsRule请求参数结构体
|
3118
3105
|
class UpdateCfsRuleRequest < TencentCloud::Common::AbstractModel
|
3119
|
-
# @param PGroupId: 权限组 ID
|
3106
|
+
# @param PGroupId: 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
3120
3107
|
# @type PGroupId: String
|
3121
|
-
# @param RuleId: 规则 ID
|
3108
|
+
# @param RuleId: 规则 ID,可通过[DescribeCfsRules](https://cloud.tencent.com/document/api/582/38156)接口获取
|
3122
3109
|
# @type RuleId: String
|
3123
3110
|
# @param AuthClientIp: 可以填写单个 IP 或者单个网段,例如 10.1.10.11 或者 10.10.1.0/24。默认来访地址为*表示允许所有。同时需要注意,此处需填写 CVM 的内网 IP。
|
3124
3111
|
# @type AuthClientIp: String
|
@@ -3196,9 +3183,9 @@ module TencentCloud
|
|
3196
3183
|
|
3197
3184
|
# UpdateCfsSnapshotAttribute请求参数结构体
|
3198
3185
|
class UpdateCfsSnapshotAttributeRequest < TencentCloud::Common::AbstractModel
|
3199
|
-
# @param SnapshotId:
|
3186
|
+
# @param SnapshotId: 快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
|
3200
3187
|
# @type SnapshotId: String
|
3201
|
-
# @param SnapshotName: 文件系统快照名称,与AliveDays
|
3188
|
+
# @param SnapshotName: 文件系统快照名称,与AliveDays 必须填一个,快照名称,支持不超过64字符长度,支持中文、数字、_、-
|
3202
3189
|
# @type SnapshotName: String
|
3203
3190
|
# @param AliveDays: 文件系统快照保留天数,与SnapshotName必须填一个,如果原来是永久保留时间,不允许修改成短期有效期
|
3204
3191
|
# @type AliveDays: Integer
|
@@ -3240,7 +3227,7 @@ module TencentCloud
|
|
3240
3227
|
|
3241
3228
|
# UpdateFileSystemBandwidthLimit请求参数结构体
|
3242
3229
|
class UpdateFileSystemBandwidthLimitRequest < TencentCloud::Common::AbstractModel
|
3243
|
-
# @param FileSystemId: 文件系统 ID
|
3230
|
+
# @param FileSystemId: 文件系统 ID,可通过[DescribeCfsFileSystems](https://cloud.tencent.com/document/api/582/38170)接口获取
|
3244
3231
|
# @type FileSystemId: String
|
3245
3232
|
# @param BandwidthLimit: 文件系统带宽,仅吞吐型可填。单位MiB/s,最小为1GiB/s,最大200GiB/s。
|
3246
3233
|
# @type BandwidthLimit: Integer
|
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.1072
|
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-
|
11
|
+
date: 2025-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|