tencentcloud-sdk-cfs 3.0.590 → 3.0.591
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 +105 -105
- 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: ca9a7722590bdc7a0aed66b10842acdf0dd54de4
|
|
4
|
+
data.tar.gz: dd37ab53e5582a002042859ebb54559694bbdb72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74dd767c730cc6822fca063fd215003d443b3eb9d8bf46949e9f2dac0a8a92c984aeafe2dcb090c74313f17c3dd1fd0690ced2580c1d5ba3cfa628d17ed49537
|
|
7
|
+
data.tar.gz: de5a599c599bb92b4113107e7fa591361444721fd708d73b52ceb4c04b24b1052312fff5b923e3a12295544f4a92973c3015522759cb096bebf9678d7f29f3d7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20190719/models.rb
CHANGED
|
@@ -53,7 +53,7 @@ module TencentCloud
|
|
|
53
53
|
# @type IntervalDays: Integer
|
|
54
54
|
|
|
55
55
|
attr_accessor :AutoSnapshotPolicyId, :PolicyName, :CreationTime, :FileSystemNums, :DayOfWeek, :Hour, :IsActivated, :NextActiveTime, :Status, :AppId, :AliveDays, :RegionName, :FileSystems, :DayOfMonth, :IntervalDays
|
|
56
|
-
|
|
56
|
+
|
|
57
57
|
def initialize(autosnapshotpolicyid=nil, policyname=nil, creationtime=nil, filesystemnums=nil, dayofweek=nil, hour=nil, isactivated=nil, nextactivetime=nil, status=nil, appid=nil, alivedays=nil, regionname=nil, filesystems=nil, dayofmonth=nil, intervaldays=nil)
|
|
58
58
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
|
59
59
|
@PolicyName = policyname
|
|
@@ -106,7 +106,7 @@ module TencentCloud
|
|
|
106
106
|
# @type Protocol: String
|
|
107
107
|
|
|
108
108
|
attr_accessor :SaleStatus, :Protocol
|
|
109
|
-
|
|
109
|
+
|
|
110
110
|
def initialize(salestatus=nil, protocol=nil)
|
|
111
111
|
@SaleStatus = salestatus
|
|
112
112
|
@Protocol = protocol
|
|
@@ -132,7 +132,7 @@ module TencentCloud
|
|
|
132
132
|
# @type RegionCnName: String
|
|
133
133
|
|
|
134
134
|
attr_accessor :Region, :RegionName, :RegionStatus, :Zones, :RegionCnName
|
|
135
|
-
|
|
135
|
+
|
|
136
136
|
def initialize(region=nil, regionname=nil, regionstatus=nil, zones=nil, regioncnname=nil)
|
|
137
137
|
@Region = region
|
|
138
138
|
@RegionName = regionname
|
|
@@ -167,7 +167,7 @@ module TencentCloud
|
|
|
167
167
|
# @type Prepayment: Boolean
|
|
168
168
|
|
|
169
169
|
attr_accessor :Protocols, :Type, :Prepayment
|
|
170
|
-
|
|
170
|
+
|
|
171
171
|
def initialize(protocols=nil, type=nil, prepayment=nil)
|
|
172
172
|
@Protocols = protocols
|
|
173
173
|
@Type = type
|
|
@@ -202,7 +202,7 @@ module TencentCloud
|
|
|
202
202
|
# @type ZoneName: String
|
|
203
203
|
|
|
204
204
|
attr_accessor :Zone, :ZoneId, :ZoneCnName, :Types, :ZoneName
|
|
205
|
-
|
|
205
|
+
|
|
206
206
|
def initialize(zone=nil, zoneid=nil, zonecnname=nil, types=nil, zonename=nil)
|
|
207
207
|
@Zone = zone
|
|
208
208
|
@ZoneId = zoneid
|
|
@@ -235,7 +235,7 @@ module TencentCloud
|
|
|
235
235
|
# @type FileSystemIds: String
|
|
236
236
|
|
|
237
237
|
attr_accessor :AutoSnapshotPolicyId, :FileSystemIds
|
|
238
|
-
|
|
238
|
+
|
|
239
239
|
def initialize(autosnapshotpolicyid=nil, filesystemids=nil)
|
|
240
240
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
|
241
241
|
@FileSystemIds = filesystemids
|
|
@@ -255,7 +255,7 @@ module TencentCloud
|
|
|
255
255
|
# @type RequestId: String
|
|
256
256
|
|
|
257
257
|
attr_accessor :AutoSnapshotPolicyId, :RequestId
|
|
258
|
-
|
|
258
|
+
|
|
259
259
|
def initialize(autosnapshotpolicyid=nil, requestid=nil)
|
|
260
260
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
|
261
261
|
@RequestId = requestid
|
|
@@ -276,7 +276,7 @@ module TencentCloud
|
|
|
276
276
|
# @type Region: String
|
|
277
277
|
|
|
278
278
|
attr_accessor :Name, :Region
|
|
279
|
-
|
|
279
|
+
|
|
280
280
|
def initialize(name=nil, region=nil)
|
|
281
281
|
@Name = name
|
|
282
282
|
@Region = region
|
|
@@ -304,7 +304,7 @@ module TencentCloud
|
|
|
304
304
|
# @type IntervalDays: Integer
|
|
305
305
|
|
|
306
306
|
attr_accessor :Hour, :PolicyName, :DayOfWeek, :AliveDays, :DayOfMonth, :IntervalDays
|
|
307
|
-
|
|
307
|
+
|
|
308
308
|
def initialize(hour=nil, policyname=nil, dayofweek=nil, alivedays=nil, dayofmonth=nil, intervaldays=nil)
|
|
309
309
|
@Hour = hour
|
|
310
310
|
@PolicyName = policyname
|
|
@@ -332,7 +332,7 @@ module TencentCloud
|
|
|
332
332
|
# @type RequestId: String
|
|
333
333
|
|
|
334
334
|
attr_accessor :AutoSnapshotPolicyId, :RequestId
|
|
335
|
-
|
|
335
|
+
|
|
336
336
|
def initialize(autosnapshotpolicyid=nil, requestid=nil)
|
|
337
337
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
|
338
338
|
@RequestId = requestid
|
|
@@ -376,7 +376,7 @@ module TencentCloud
|
|
|
376
376
|
# @type Capacity: Integer
|
|
377
377
|
|
|
378
378
|
attr_accessor :Zone, :NetInterface, :PGroupId, :Protocol, :StorageType, :VpcId, :SubnetId, :MountIP, :FsName, :ResourceTags, :ClientToken, :CcnId, :CidrBlock, :Capacity
|
|
379
|
-
|
|
379
|
+
|
|
380
380
|
def initialize(zone=nil, netinterface=nil, pgroupid=nil, protocol=nil, storagetype=nil, vpcid=nil, subnetid=nil, mountip=nil, fsname=nil, resourcetags=nil, clienttoken=nil, ccnid=nil, cidrblock=nil, capacity=nil)
|
|
381
381
|
@Zone = zone
|
|
382
382
|
@NetInterface = netinterface
|
|
@@ -441,7 +441,7 @@ module TencentCloud
|
|
|
441
441
|
# @type RequestId: String
|
|
442
442
|
|
|
443
443
|
attr_accessor :CreationTime, :CreationToken, :FileSystemId, :LifeCycleState, :SizeByte, :ZoneId, :FsName, :Encrypted, :RequestId
|
|
444
|
-
|
|
444
|
+
|
|
445
445
|
def initialize(creationtime=nil, creationtoken=nil, filesystemid=nil, lifecyclestate=nil, sizebyte=nil, zoneid=nil, fsname=nil, encrypted=nil, requestid=nil)
|
|
446
446
|
@CreationTime = creationtime
|
|
447
447
|
@CreationToken = creationtoken
|
|
@@ -475,7 +475,7 @@ module TencentCloud
|
|
|
475
475
|
# @type DescInfo: String
|
|
476
476
|
|
|
477
477
|
attr_accessor :Name, :DescInfo
|
|
478
|
-
|
|
478
|
+
|
|
479
479
|
def initialize(name=nil, descinfo=nil)
|
|
480
480
|
@Name = name
|
|
481
481
|
@DescInfo = descinfo
|
|
@@ -503,7 +503,7 @@ module TencentCloud
|
|
|
503
503
|
# @type RequestId: String
|
|
504
504
|
|
|
505
505
|
attr_accessor :PGroupId, :Name, :DescInfo, :BindCfsNum, :CDate, :RequestId
|
|
506
|
-
|
|
506
|
+
|
|
507
507
|
def initialize(pgroupid=nil, name=nil, descinfo=nil, bindcfsnum=nil, cdate=nil, requestid=nil)
|
|
508
508
|
@PGroupId = pgroupid
|
|
509
509
|
@Name = name
|
|
@@ -537,7 +537,7 @@ module TencentCloud
|
|
|
537
537
|
# @type UserPermission: String
|
|
538
538
|
|
|
539
539
|
attr_accessor :PGroupId, :AuthClientIp, :Priority, :RWPermission, :UserPermission
|
|
540
|
-
|
|
540
|
+
|
|
541
541
|
def initialize(pgroupid=nil, authclientip=nil, priority=nil, rwpermission=nil, userpermission=nil)
|
|
542
542
|
@PGroupId = pgroupid
|
|
543
543
|
@AuthClientIp = authclientip
|
|
@@ -573,7 +573,7 @@ module TencentCloud
|
|
|
573
573
|
# @type RequestId: String
|
|
574
574
|
|
|
575
575
|
attr_accessor :RuleId, :PGroupId, :AuthClientIp, :RWPermission, :UserPermission, :Priority, :RequestId
|
|
576
|
-
|
|
576
|
+
|
|
577
577
|
def initialize(ruleid=nil, pgroupid=nil, authclientip=nil, rwpermission=nil, userpermission=nil, priority=nil, requestid=nil)
|
|
578
578
|
@RuleId = ruleid
|
|
579
579
|
@PGroupId = pgroupid
|
|
@@ -605,7 +605,7 @@ module TencentCloud
|
|
|
605
605
|
# @type ResourceTags: Array
|
|
606
606
|
|
|
607
607
|
attr_accessor :FileSystemId, :SnapshotName, :ResourceTags
|
|
608
|
-
|
|
608
|
+
|
|
609
609
|
def initialize(filesystemid=nil, snapshotname=nil, resourcetags=nil)
|
|
610
610
|
@FileSystemId = filesystemid
|
|
611
611
|
@SnapshotName = snapshotname
|
|
@@ -634,7 +634,7 @@ module TencentCloud
|
|
|
634
634
|
# @type RequestId: String
|
|
635
635
|
|
|
636
636
|
attr_accessor :SnapshotId, :RequestId
|
|
637
|
-
|
|
637
|
+
|
|
638
638
|
def initialize(snapshotid=nil, requestid=nil)
|
|
639
639
|
@SnapshotId = snapshotid
|
|
640
640
|
@RequestId = requestid
|
|
@@ -680,7 +680,7 @@ module TencentCloud
|
|
|
680
680
|
# @type BucketPath: String
|
|
681
681
|
|
|
682
682
|
attr_accessor :TaskName, :MigrationType, :MigrationMode, :SrcSecretId, :SrcSecretKey, :FileSystemId, :FsPath, :CoverType, :SrcService, :BucketName, :BucketRegion, :BucketAddress, :ListAddress, :FsName, :BucketPath
|
|
683
|
-
|
|
683
|
+
|
|
684
684
|
def initialize(taskname=nil, migrationtype=nil, migrationmode=nil, srcsecretid=nil, srcsecretkey=nil, filesystemid=nil, fspath=nil, covertype=nil, srcservice=nil, bucketname=nil, bucketregion=nil, bucketaddress=nil, listaddress=nil, fsname=nil, bucketpath=nil)
|
|
685
685
|
@TaskName = taskname
|
|
686
686
|
@MigrationType = migrationtype
|
|
@@ -726,7 +726,7 @@ module TencentCloud
|
|
|
726
726
|
# @type RequestId: String
|
|
727
727
|
|
|
728
728
|
attr_accessor :TaskId, :RequestId
|
|
729
|
-
|
|
729
|
+
|
|
730
730
|
def initialize(taskid=nil, requestid=nil)
|
|
731
731
|
@TaskId = taskid
|
|
732
732
|
@RequestId = requestid
|
|
@@ -744,7 +744,7 @@ module TencentCloud
|
|
|
744
744
|
# @type AutoSnapshotPolicyId: String
|
|
745
745
|
|
|
746
746
|
attr_accessor :AutoSnapshotPolicyId
|
|
747
|
-
|
|
747
|
+
|
|
748
748
|
def initialize(autosnapshotpolicyid=nil)
|
|
749
749
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
|
750
750
|
end
|
|
@@ -762,7 +762,7 @@ module TencentCloud
|
|
|
762
762
|
# @type RequestId: String
|
|
763
763
|
|
|
764
764
|
attr_accessor :AutoSnapshotPolicyId, :RequestId
|
|
765
|
-
|
|
765
|
+
|
|
766
766
|
def initialize(autosnapshotpolicyid=nil, requestid=nil)
|
|
767
767
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
|
768
768
|
@RequestId = requestid
|
|
@@ -780,7 +780,7 @@ module TencentCloud
|
|
|
780
780
|
# @type FileSystemId: String
|
|
781
781
|
|
|
782
782
|
attr_accessor :FileSystemId
|
|
783
|
-
|
|
783
|
+
|
|
784
784
|
def initialize(filesystemid=nil)
|
|
785
785
|
@FileSystemId = filesystemid
|
|
786
786
|
end
|
|
@@ -796,7 +796,7 @@ module TencentCloud
|
|
|
796
796
|
# @type RequestId: String
|
|
797
797
|
|
|
798
798
|
attr_accessor :RequestId
|
|
799
|
-
|
|
799
|
+
|
|
800
800
|
def initialize(requestid=nil)
|
|
801
801
|
@RequestId = requestid
|
|
802
802
|
end
|
|
@@ -812,7 +812,7 @@ module TencentCloud
|
|
|
812
812
|
# @type PGroupId: String
|
|
813
813
|
|
|
814
814
|
attr_accessor :PGroupId
|
|
815
|
-
|
|
815
|
+
|
|
816
816
|
def initialize(pgroupid=nil)
|
|
817
817
|
@PGroupId = pgroupid
|
|
818
818
|
end
|
|
@@ -832,7 +832,7 @@ module TencentCloud
|
|
|
832
832
|
# @type RequestId: String
|
|
833
833
|
|
|
834
834
|
attr_accessor :PGroupId, :AppId, :RequestId
|
|
835
|
-
|
|
835
|
+
|
|
836
836
|
def initialize(pgroupid=nil, appid=nil, requestid=nil)
|
|
837
837
|
@PGroupId = pgroupid
|
|
838
838
|
@AppId = appid
|
|
@@ -854,7 +854,7 @@ module TencentCloud
|
|
|
854
854
|
# @type RuleId: String
|
|
855
855
|
|
|
856
856
|
attr_accessor :PGroupId, :RuleId
|
|
857
|
-
|
|
857
|
+
|
|
858
858
|
def initialize(pgroupid=nil, ruleid=nil)
|
|
859
859
|
@PGroupId = pgroupid
|
|
860
860
|
@RuleId = ruleid
|
|
@@ -876,7 +876,7 @@ module TencentCloud
|
|
|
876
876
|
# @type RequestId: String
|
|
877
877
|
|
|
878
878
|
attr_accessor :RuleId, :PGroupId, :RequestId
|
|
879
|
-
|
|
879
|
+
|
|
880
880
|
def initialize(ruleid=nil, pgroupid=nil, requestid=nil)
|
|
881
881
|
@RuleId = ruleid
|
|
882
882
|
@PGroupId = pgroupid
|
|
@@ -898,7 +898,7 @@ module TencentCloud
|
|
|
898
898
|
# @type SnapshotIds: Array
|
|
899
899
|
|
|
900
900
|
attr_accessor :SnapshotId, :SnapshotIds
|
|
901
|
-
|
|
901
|
+
|
|
902
902
|
def initialize(snapshotid=nil, snapshotids=nil)
|
|
903
903
|
@SnapshotId = snapshotid
|
|
904
904
|
@SnapshotIds = snapshotids
|
|
@@ -918,7 +918,7 @@ module TencentCloud
|
|
|
918
918
|
# @type RequestId: String
|
|
919
919
|
|
|
920
920
|
attr_accessor :SnapshotId, :RequestId
|
|
921
|
-
|
|
921
|
+
|
|
922
922
|
def initialize(snapshotid=nil, requestid=nil)
|
|
923
923
|
@SnapshotId = snapshotid
|
|
924
924
|
@RequestId = requestid
|
|
@@ -936,7 +936,7 @@ module TencentCloud
|
|
|
936
936
|
# @type TaskId: String
|
|
937
937
|
|
|
938
938
|
attr_accessor :TaskId
|
|
939
|
-
|
|
939
|
+
|
|
940
940
|
def initialize(taskid=nil)
|
|
941
941
|
@TaskId = taskid
|
|
942
942
|
end
|
|
@@ -952,7 +952,7 @@ module TencentCloud
|
|
|
952
952
|
# @type RequestId: String
|
|
953
953
|
|
|
954
954
|
attr_accessor :RequestId
|
|
955
|
-
|
|
955
|
+
|
|
956
956
|
def initialize(requestid=nil)
|
|
957
957
|
@RequestId = requestid
|
|
958
958
|
end
|
|
@@ -970,7 +970,7 @@ module TencentCloud
|
|
|
970
970
|
# @type MountTargetId: String
|
|
971
971
|
|
|
972
972
|
attr_accessor :FileSystemId, :MountTargetId
|
|
973
|
-
|
|
973
|
+
|
|
974
974
|
def initialize(filesystemid=nil, mounttargetid=nil)
|
|
975
975
|
@FileSystemId = filesystemid
|
|
976
976
|
@MountTargetId = mounttargetid
|
|
@@ -988,7 +988,7 @@ module TencentCloud
|
|
|
988
988
|
# @type RequestId: String
|
|
989
989
|
|
|
990
990
|
attr_accessor :RequestId
|
|
991
|
-
|
|
991
|
+
|
|
992
992
|
def initialize(requestid=nil)
|
|
993
993
|
@RequestId = requestid
|
|
994
994
|
end
|
|
@@ -1008,7 +1008,7 @@ module TencentCloud
|
|
|
1008
1008
|
# @type UserId: String
|
|
1009
1009
|
|
|
1010
1010
|
attr_accessor :FileSystemId, :UserType, :UserId
|
|
1011
|
-
|
|
1011
|
+
|
|
1012
1012
|
def initialize(filesystemid=nil, usertype=nil, userid=nil)
|
|
1013
1013
|
@FileSystemId = filesystemid
|
|
1014
1014
|
@UserType = usertype
|
|
@@ -1028,7 +1028,7 @@ module TencentCloud
|
|
|
1028
1028
|
# @type RequestId: String
|
|
1029
1029
|
|
|
1030
1030
|
attr_accessor :RequestId
|
|
1031
|
-
|
|
1031
|
+
|
|
1032
1032
|
def initialize(requestid=nil)
|
|
1033
1033
|
@RequestId = requestid
|
|
1034
1034
|
end
|
|
@@ -1054,7 +1054,7 @@ module TencentCloud
|
|
|
1054
1054
|
# @type OrderField: String
|
|
1055
1055
|
|
|
1056
1056
|
attr_accessor :AutoSnapshotPolicyId, :Offset, :Limit, :Filters, :Order, :OrderField
|
|
1057
|
-
|
|
1057
|
+
|
|
1058
1058
|
def initialize(autosnapshotpolicyid=nil, offset=nil, limit=nil, filters=nil, order=nil, orderfield=nil)
|
|
1059
1059
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
|
1060
1060
|
@Offset = offset
|
|
@@ -1091,7 +1091,7 @@ module TencentCloud
|
|
|
1091
1091
|
# @type RequestId: String
|
|
1092
1092
|
|
|
1093
1093
|
attr_accessor :TotalCount, :AutoSnapshotPolicies, :RequestId
|
|
1094
|
-
|
|
1094
|
+
|
|
1095
1095
|
def initialize(totalcount=nil, autosnapshotpolicies=nil, requestid=nil)
|
|
1096
1096
|
@TotalCount = totalcount
|
|
1097
1097
|
@AutoSnapshotPolicies = autosnapshotpolicies
|
|
@@ -1115,7 +1115,7 @@ module TencentCloud
|
|
|
1115
1115
|
# DescribeAvailableZoneInfo请求参数结构体
|
|
1116
1116
|
class DescribeAvailableZoneInfoRequest < TencentCloud::Common::AbstractModel
|
|
1117
1117
|
|
|
1118
|
-
|
|
1118
|
+
|
|
1119
1119
|
def initialize()
|
|
1120
1120
|
end
|
|
1121
1121
|
|
|
@@ -1131,7 +1131,7 @@ module TencentCloud
|
|
|
1131
1131
|
# @type RequestId: String
|
|
1132
1132
|
|
|
1133
1133
|
attr_accessor :RegionZones, :RequestId
|
|
1134
|
-
|
|
1134
|
+
|
|
1135
1135
|
def initialize(regionzones=nil, requestid=nil)
|
|
1136
1136
|
@RegionZones = regionzones
|
|
1137
1137
|
@RequestId = requestid
|
|
@@ -1160,7 +1160,7 @@ module TencentCloud
|
|
|
1160
1160
|
# @type SrcSecretKey: String
|
|
1161
1161
|
|
|
1162
1162
|
attr_accessor :SrcService, :SrcSecretId, :SrcSecretKey
|
|
1163
|
-
|
|
1163
|
+
|
|
1164
1164
|
def initialize(srcservice=nil, srcsecretid=nil, srcsecretkey=nil)
|
|
1165
1165
|
@SrcService = srcservice
|
|
1166
1166
|
@SrcSecretId = srcsecretid
|
|
@@ -1184,7 +1184,7 @@ module TencentCloud
|
|
|
1184
1184
|
# @type RequestId: String
|
|
1185
1185
|
|
|
1186
1186
|
attr_accessor :TotalCount, :BucketList, :RequestId
|
|
1187
|
-
|
|
1187
|
+
|
|
1188
1188
|
def initialize(totalcount=nil, bucketlist=nil, requestid=nil)
|
|
1189
1189
|
@TotalCount = totalcount
|
|
1190
1190
|
@BucketList = bucketlist
|
|
@@ -1211,7 +1211,7 @@ module TencentCloud
|
|
|
1211
1211
|
# @type FileSystemId: String
|
|
1212
1212
|
|
|
1213
1213
|
attr_accessor :FileSystemId
|
|
1214
|
-
|
|
1214
|
+
|
|
1215
1215
|
def initialize(filesystemid=nil)
|
|
1216
1216
|
@FileSystemId = filesystemid
|
|
1217
1217
|
end
|
|
@@ -1229,7 +1229,7 @@ module TencentCloud
|
|
|
1229
1229
|
# @type RequestId: String
|
|
1230
1230
|
|
|
1231
1231
|
attr_accessor :ClientList, :RequestId
|
|
1232
|
-
|
|
1232
|
+
|
|
1233
1233
|
def initialize(clientlist=nil, requestid=nil)
|
|
1234
1234
|
@ClientList = clientlist
|
|
1235
1235
|
@RequestId = requestid
|
|
@@ -1258,7 +1258,7 @@ module TencentCloud
|
|
|
1258
1258
|
# @type SubnetId: String
|
|
1259
1259
|
|
|
1260
1260
|
attr_accessor :FileSystemId, :VpcId, :SubnetId
|
|
1261
|
-
|
|
1261
|
+
|
|
1262
1262
|
def initialize(filesystemid=nil, vpcid=nil, subnetid=nil)
|
|
1263
1263
|
@FileSystemId = filesystemid
|
|
1264
1264
|
@VpcId = vpcid
|
|
@@ -1282,7 +1282,7 @@ module TencentCloud
|
|
|
1282
1282
|
# @type RequestId: String
|
|
1283
1283
|
|
|
1284
1284
|
attr_accessor :FileSystems, :TotalCount, :RequestId
|
|
1285
|
-
|
|
1285
|
+
|
|
1286
1286
|
def initialize(filesystems=nil, totalcount=nil, requestid=nil)
|
|
1287
1287
|
@FileSystems = filesystems
|
|
1288
1288
|
@TotalCount = totalcount
|
|
@@ -1306,7 +1306,7 @@ module TencentCloud
|
|
|
1306
1306
|
# DescribeCfsPGroups请求参数结构体
|
|
1307
1307
|
class DescribeCfsPGroupsRequest < TencentCloud::Common::AbstractModel
|
|
1308
1308
|
|
|
1309
|
-
|
|
1309
|
+
|
|
1310
1310
|
def initialize()
|
|
1311
1311
|
end
|
|
1312
1312
|
|
|
@@ -1322,7 +1322,7 @@ module TencentCloud
|
|
|
1322
1322
|
# @type RequestId: String
|
|
1323
1323
|
|
|
1324
1324
|
attr_accessor :PGroupList, :RequestId
|
|
1325
|
-
|
|
1325
|
+
|
|
1326
1326
|
def initialize(pgrouplist=nil, requestid=nil)
|
|
1327
1327
|
@PGroupList = pgrouplist
|
|
1328
1328
|
@RequestId = requestid
|
|
@@ -1347,7 +1347,7 @@ module TencentCloud
|
|
|
1347
1347
|
# @type PGroupId: String
|
|
1348
1348
|
|
|
1349
1349
|
attr_accessor :PGroupId
|
|
1350
|
-
|
|
1350
|
+
|
|
1351
1351
|
def initialize(pgroupid=nil)
|
|
1352
1352
|
@PGroupId = pgroupid
|
|
1353
1353
|
end
|
|
@@ -1365,7 +1365,7 @@ module TencentCloud
|
|
|
1365
1365
|
# @type RequestId: String
|
|
1366
1366
|
|
|
1367
1367
|
attr_accessor :RuleList, :RequestId
|
|
1368
|
-
|
|
1368
|
+
|
|
1369
1369
|
def initialize(rulelist=nil, requestid=nil)
|
|
1370
1370
|
@RuleList = rulelist
|
|
1371
1371
|
@RequestId = requestid
|
|
@@ -1387,7 +1387,7 @@ module TencentCloud
|
|
|
1387
1387
|
# DescribeCfsServiceStatus请求参数结构体
|
|
1388
1388
|
class DescribeCfsServiceStatusRequest < TencentCloud::Common::AbstractModel
|
|
1389
1389
|
|
|
1390
|
-
|
|
1390
|
+
|
|
1391
1391
|
def initialize()
|
|
1392
1392
|
end
|
|
1393
1393
|
|
|
@@ -1403,7 +1403,7 @@ module TencentCloud
|
|
|
1403
1403
|
# @type RequestId: String
|
|
1404
1404
|
|
|
1405
1405
|
attr_accessor :CfsServiceStatus, :RequestId
|
|
1406
|
-
|
|
1406
|
+
|
|
1407
1407
|
def initialize(cfsservicestatus=nil, requestid=nil)
|
|
1408
1408
|
@CfsServiceStatus = cfsservicestatus
|
|
1409
1409
|
@RequestId = requestid
|
|
@@ -1418,7 +1418,7 @@ module TencentCloud
|
|
|
1418
1418
|
# DescribeCfsSnapshotOverview请求参数结构体
|
|
1419
1419
|
class DescribeCfsSnapshotOverviewRequest < TencentCloud::Common::AbstractModel
|
|
1420
1420
|
|
|
1421
|
-
|
|
1421
|
+
|
|
1422
1422
|
def initialize()
|
|
1423
1423
|
end
|
|
1424
1424
|
|
|
@@ -1434,7 +1434,7 @@ module TencentCloud
|
|
|
1434
1434
|
# @type RequestId: String
|
|
1435
1435
|
|
|
1436
1436
|
attr_accessor :StatisticsList, :RequestId
|
|
1437
|
-
|
|
1437
|
+
|
|
1438
1438
|
def initialize(statisticslist=nil, requestid=nil)
|
|
1439
1439
|
@StatisticsList = statisticslist
|
|
1440
1440
|
@RequestId = requestid
|
|
@@ -1471,7 +1471,7 @@ module TencentCloud
|
|
|
1471
1471
|
# @type Order: String
|
|
1472
1472
|
|
|
1473
1473
|
attr_accessor :FileSystemId, :SnapshotId, :Offset, :Limit, :Filters, :OrderField, :Order
|
|
1474
|
-
|
|
1474
|
+
|
|
1475
1475
|
def initialize(filesystemid=nil, snapshotid=nil, offset=nil, limit=nil, filters=nil, orderfield=nil, order=nil)
|
|
1476
1476
|
@FileSystemId = filesystemid
|
|
1477
1477
|
@SnapshotId = snapshotid
|
|
@@ -1512,7 +1512,7 @@ module TencentCloud
|
|
|
1512
1512
|
# @type RequestId: String
|
|
1513
1513
|
|
|
1514
1514
|
attr_accessor :TotalCount, :Snapshots, :TotalSize, :RequestId
|
|
1515
|
-
|
|
1515
|
+
|
|
1516
1516
|
def initialize(totalcount=nil, snapshots=nil, totalsize=nil, requestid=nil)
|
|
1517
1517
|
@TotalCount = totalcount
|
|
1518
1518
|
@Snapshots = snapshots
|
|
@@ -1559,7 +1559,7 @@ module TencentCloud
|
|
|
1559
1559
|
# @type Filters: Array
|
|
1560
1560
|
|
|
1561
1561
|
attr_accessor :Offset, :Limit, :Filters
|
|
1562
|
-
|
|
1562
|
+
|
|
1563
1563
|
def initialize(offset=nil, limit=nil, filters=nil)
|
|
1564
1564
|
@Offset = offset
|
|
1565
1565
|
@Limit = limit
|
|
@@ -1590,7 +1590,7 @@ module TencentCloud
|
|
|
1590
1590
|
# @type RequestId: String
|
|
1591
1591
|
|
|
1592
1592
|
attr_accessor :TotalCount, :MigrationTasks, :RequestId
|
|
1593
|
-
|
|
1593
|
+
|
|
1594
1594
|
def initialize(totalcount=nil, migrationtasks=nil, requestid=nil)
|
|
1595
1595
|
@TotalCount = totalcount
|
|
1596
1596
|
@MigrationTasks = migrationtasks
|
|
@@ -1617,7 +1617,7 @@ module TencentCloud
|
|
|
1617
1617
|
# @type FileSystemId: String
|
|
1618
1618
|
|
|
1619
1619
|
attr_accessor :FileSystemId
|
|
1620
|
-
|
|
1620
|
+
|
|
1621
1621
|
def initialize(filesystemid=nil)
|
|
1622
1622
|
@FileSystemId = filesystemid
|
|
1623
1623
|
end
|
|
@@ -1637,7 +1637,7 @@ module TencentCloud
|
|
|
1637
1637
|
# @type RequestId: String
|
|
1638
1638
|
|
|
1639
1639
|
attr_accessor :MountTargets, :NumberOfMountTargets, :RequestId
|
|
1640
|
-
|
|
1640
|
+
|
|
1641
1641
|
def initialize(mounttargets=nil, numberofmounttargets=nil, requestid=nil)
|
|
1642
1642
|
@MountTargets = mounttargets
|
|
1643
1643
|
@NumberOfMountTargets = numberofmounttargets
|
|
@@ -1668,7 +1668,7 @@ module TencentCloud
|
|
|
1668
1668
|
# @type EndTime: String
|
|
1669
1669
|
|
|
1670
1670
|
attr_accessor :SnapshotId, :StartTime, :EndTime
|
|
1671
|
-
|
|
1671
|
+
|
|
1672
1672
|
def initialize(snapshotid=nil, starttime=nil, endtime=nil)
|
|
1673
1673
|
@SnapshotId = snapshotid
|
|
1674
1674
|
@StartTime = starttime
|
|
@@ -1692,7 +1692,7 @@ module TencentCloud
|
|
|
1692
1692
|
# @type RequestId: String
|
|
1693
1693
|
|
|
1694
1694
|
attr_accessor :SnapshotId, :SnapshotOperates, :RequestId
|
|
1695
|
-
|
|
1695
|
+
|
|
1696
1696
|
def initialize(snapshotid=nil, snapshotoperates=nil, requestid=nil)
|
|
1697
1697
|
@SnapshotId = snapshotid
|
|
1698
1698
|
@SnapshotOperates = snapshotoperates
|
|
@@ -1727,7 +1727,7 @@ module TencentCloud
|
|
|
1727
1727
|
# @type Limit: Integer
|
|
1728
1728
|
|
|
1729
1729
|
attr_accessor :FileSystemId, :Filters, :Offset, :Limit
|
|
1730
|
-
|
|
1730
|
+
|
|
1731
1731
|
def initialize(filesystemid=nil, filters=nil, offset=nil, limit=nil)
|
|
1732
1732
|
@FileSystemId = filesystemid
|
|
1733
1733
|
@Filters = filters
|
|
@@ -1760,7 +1760,7 @@ module TencentCloud
|
|
|
1760
1760
|
# @type RequestId: String
|
|
1761
1761
|
|
|
1762
1762
|
attr_accessor :TotalCount, :UserQuotaInfo, :RequestId
|
|
1763
|
-
|
|
1763
|
+
|
|
1764
1764
|
def initialize(totalcount=nil, userquotainfo=nil, requestid=nil)
|
|
1765
1765
|
@TotalCount = totalcount
|
|
1766
1766
|
@UserQuotaInfo = userquotainfo
|
|
@@ -1799,7 +1799,7 @@ module TencentCloud
|
|
|
1799
1799
|
# @type ZoneId: Integer
|
|
1800
1800
|
|
|
1801
1801
|
attr_accessor :CreationToken, :FileSystemId, :SizeByte, :StorageType, :TotalSnapshotSize, :CreationTime, :ZoneId
|
|
1802
|
-
|
|
1802
|
+
|
|
1803
1803
|
def initialize(creationtoken=nil, filesystemid=nil, sizebyte=nil, storagetype=nil, totalsnapshotsize=nil, creationtime=nil, zoneid=nil)
|
|
1804
1804
|
@CreationToken = creationtoken
|
|
1805
1805
|
@FileSystemId = filesystemid
|
|
@@ -1837,7 +1837,7 @@ module TencentCloud
|
|
|
1837
1837
|
# @type MountDirectory: String
|
|
1838
1838
|
|
|
1839
1839
|
attr_accessor :CfsVip, :ClientIp, :VpcId, :Zone, :ZoneName, :MountDirectory
|
|
1840
|
-
|
|
1840
|
+
|
|
1841
1841
|
def initialize(cfsvip=nil, clientip=nil, vpcid=nil, zone=nil, zonename=nil, mountdirectory=nil)
|
|
1842
1842
|
@CfsVip = cfsvip
|
|
1843
1843
|
@ClientIp = clientip
|
|
@@ -1912,7 +1912,7 @@ module TencentCloud
|
|
|
1912
1912
|
# @type TieringDetail: :class:`Tencentcloud::Cfs.v20190719.models.TieringDetailInfo`
|
|
1913
1913
|
|
|
1914
1914
|
attr_accessor :CreationTime, :CreationToken, :FileSystemId, :LifeCycleState, :SizeByte, :SizeLimit, :ZoneId, :Zone, :Protocol, :StorageType, :StorageResourcePkg, :BandwidthResourcePkg, :PGroup, :FsName, :Encrypted, :KmsKeyId, :AppId, :BandwidthLimit, :Capacity, :Tags, :TieringState, :TieringDetail
|
|
1915
|
-
|
|
1915
|
+
|
|
1916
1916
|
def initialize(creationtime=nil, creationtoken=nil, filesystemid=nil, lifecyclestate=nil, sizebyte=nil, sizelimit=nil, zoneid=nil, zone=nil, protocol=nil, storagetype=nil, storageresourcepkg=nil, bandwidthresourcepkg=nil, pgroup=nil, fsname=nil, encrypted=nil, kmskeyid=nil, appid=nil, bandwidthlimit=nil, capacity=nil, tags=nil, tieringstate=nil, tieringdetail=nil)
|
|
1917
1917
|
@CreationTime = creationtime
|
|
1918
1918
|
@CreationToken = creationtoken
|
|
@@ -1985,7 +1985,7 @@ module TencentCloud
|
|
|
1985
1985
|
# @type Name: String
|
|
1986
1986
|
|
|
1987
1987
|
attr_accessor :Values, :Name
|
|
1988
|
-
|
|
1988
|
+
|
|
1989
1989
|
def initialize(values=nil, name=nil)
|
|
1990
1990
|
@Values = values
|
|
1991
1991
|
@Name = name
|
|
@@ -2067,7 +2067,7 @@ module TencentCloud
|
|
|
2067
2067
|
# @type BucketPath: String
|
|
2068
2068
|
|
|
2069
2069
|
attr_accessor :TaskName, :TaskId, :MigrationType, :MigrationMode, :BucketName, :BucketRegion, :BucketAddress, :ListAddress, :FsName, :FileSystemId, :FsPath, :CoverType, :CreateTime, :EndTime, :Status, :FileTotalCount, :FileMigratedCount, :FileFailedCount, :FileTotalSize, :FileMigratedSize, :FileFailedSize, :FileTotalList, :FileCompletedList, :FileFailedList, :BucketPath
|
|
2070
|
-
|
|
2070
|
+
|
|
2071
2071
|
def initialize(taskname=nil, taskid=nil, migrationtype=nil, migrationmode=nil, bucketname=nil, bucketregion=nil, bucketaddress=nil, listaddress=nil, fsname=nil, filesystemid=nil, fspath=nil, covertype=nil, createtime=nil, endtime=nil, status=nil, filetotalcount=nil, filemigratedcount=nil, filefailedcount=nil, filetotalsize=nil, filemigratedsize=nil, filefailedsize=nil, filetotallist=nil, filecompletedlist=nil, filefailedlist=nil, bucketpath=nil)
|
|
2072
2072
|
@TaskName = taskname
|
|
2073
2073
|
@TaskId = taskid
|
|
@@ -2137,7 +2137,7 @@ module TencentCloud
|
|
|
2137
2137
|
# @type Status: Integer
|
|
2138
2138
|
|
|
2139
2139
|
attr_accessor :FileSystemId, :ScaleUpThreshold, :TargetThreshold, :Status
|
|
2140
|
-
|
|
2140
|
+
|
|
2141
2141
|
def initialize(filesystemid=nil, scaleupthreshold=nil, targetthreshold=nil, status=nil)
|
|
2142
2142
|
@FileSystemId = filesystemid
|
|
2143
2143
|
@ScaleUpThreshold = scaleupthreshold
|
|
@@ -2167,7 +2167,7 @@ module TencentCloud
|
|
|
2167
2167
|
# @type RequestId: String
|
|
2168
2168
|
|
|
2169
2169
|
attr_accessor :FileSystemId, :Status, :ScaleUpThreshold, :TargetThreshold, :RequestId
|
|
2170
|
-
|
|
2170
|
+
|
|
2171
2171
|
def initialize(filesystemid=nil, status=nil, scaleupthreshold=nil, targetthreshold=nil, requestid=nil)
|
|
2172
2172
|
@FileSystemId = filesystemid
|
|
2173
2173
|
@Status = status
|
|
@@ -2213,7 +2213,7 @@ module TencentCloud
|
|
|
2213
2213
|
# @type CidrBlock: String
|
|
2214
2214
|
|
|
2215
2215
|
attr_accessor :FileSystemId, :MountTargetId, :IpAddress, :FSID, :LifeCycleState, :NetworkInterface, :VpcId, :VpcName, :SubnetId, :SubnetName, :CcnID, :CidrBlock
|
|
2216
|
-
|
|
2216
|
+
|
|
2217
2217
|
def initialize(filesystemid=nil, mounttargetid=nil, ipaddress=nil, fsid=nil, lifecyclestate=nil, networkinterface=nil, vpcid=nil, vpcname=nil, subnetid=nil, subnetname=nil, ccnid=nil, cidrblock=nil)
|
|
2218
2218
|
@FileSystemId = filesystemid
|
|
2219
2219
|
@MountTargetId = mounttargetid
|
|
@@ -2253,7 +2253,7 @@ module TencentCloud
|
|
|
2253
2253
|
# @type Name: String
|
|
2254
2254
|
|
|
2255
2255
|
attr_accessor :PGroupId, :Name
|
|
2256
|
-
|
|
2256
|
+
|
|
2257
2257
|
def initialize(pgroupid=nil, name=nil)
|
|
2258
2258
|
@PGroupId = pgroupid
|
|
2259
2259
|
@Name = name
|
|
@@ -2279,7 +2279,7 @@ module TencentCloud
|
|
|
2279
2279
|
# @type BindCfsNum: Integer
|
|
2280
2280
|
|
|
2281
2281
|
attr_accessor :PGroupId, :Name, :DescInfo, :CDate, :BindCfsNum
|
|
2282
|
-
|
|
2282
|
+
|
|
2283
2283
|
def initialize(pgroupid=nil, name=nil, descinfo=nil, cdate=nil, bindcfsnum=nil)
|
|
2284
2284
|
@PGroupId = pgroupid
|
|
2285
2285
|
@Name = name
|
|
@@ -2311,7 +2311,7 @@ module TencentCloud
|
|
|
2311
2311
|
# @type Priority: Integer
|
|
2312
2312
|
|
|
2313
2313
|
attr_accessor :RuleId, :AuthClientIp, :RWPermission, :UserPermission, :Priority
|
|
2314
|
-
|
|
2314
|
+
|
|
2315
2315
|
def initialize(ruleid=nil, authclientip=nil, rwpermission=nil, userpermission=nil, priority=nil)
|
|
2316
2316
|
@RuleId = ruleid
|
|
2317
2317
|
@AuthClientIp = authclientip
|
|
@@ -2337,7 +2337,7 @@ module TencentCloud
|
|
|
2337
2337
|
# @type TargetCapacity: Integer
|
|
2338
2338
|
|
|
2339
2339
|
attr_accessor :FileSystemId, :TargetCapacity
|
|
2340
|
-
|
|
2340
|
+
|
|
2341
2341
|
def initialize(filesystemid=nil, targetcapacity=nil)
|
|
2342
2342
|
@FileSystemId = filesystemid
|
|
2343
2343
|
@TargetCapacity = targetcapacity
|
|
@@ -2359,7 +2359,7 @@ module TencentCloud
|
|
|
2359
2359
|
# @type RequestId: String
|
|
2360
2360
|
|
|
2361
2361
|
attr_accessor :FileSystemId, :TargetCapacity, :RequestId
|
|
2362
|
-
|
|
2362
|
+
|
|
2363
2363
|
def initialize(filesystemid=nil, targetcapacity=nil, requestid=nil)
|
|
2364
2364
|
@FileSystemId = filesystemid
|
|
2365
2365
|
@TargetCapacity = targetcapacity
|
|
@@ -2387,7 +2387,7 @@ module TencentCloud
|
|
|
2387
2387
|
# @type FileHardLimit: Integer
|
|
2388
2388
|
|
|
2389
2389
|
attr_accessor :FileSystemId, :UserType, :UserId, :CapacityHardLimit, :FileHardLimit
|
|
2390
|
-
|
|
2390
|
+
|
|
2391
2391
|
def initialize(filesystemid=nil, usertype=nil, userid=nil, capacityhardlimit=nil, filehardlimit=nil)
|
|
2392
2392
|
@FileSystemId = filesystemid
|
|
2393
2393
|
@UserType = usertype
|
|
@@ -2411,7 +2411,7 @@ module TencentCloud
|
|
|
2411
2411
|
# @type RequestId: String
|
|
2412
2412
|
|
|
2413
2413
|
attr_accessor :RequestId
|
|
2414
|
-
|
|
2414
|
+
|
|
2415
2415
|
def initialize(requestid=nil)
|
|
2416
2416
|
@RequestId = requestid
|
|
2417
2417
|
end
|
|
@@ -2424,7 +2424,7 @@ module TencentCloud
|
|
|
2424
2424
|
# SignUpCfsService请求参数结构体
|
|
2425
2425
|
class SignUpCfsServiceRequest < TencentCloud::Common::AbstractModel
|
|
2426
2426
|
|
|
2427
|
-
|
|
2427
|
+
|
|
2428
2428
|
def initialize()
|
|
2429
2429
|
end
|
|
2430
2430
|
|
|
@@ -2440,7 +2440,7 @@ module TencentCloud
|
|
|
2440
2440
|
# @type RequestId: String
|
|
2441
2441
|
|
|
2442
2442
|
attr_accessor :CfsServiceStatus, :RequestId
|
|
2443
|
-
|
|
2443
|
+
|
|
2444
2444
|
def initialize(cfsservicestatus=nil, requestid=nil)
|
|
2445
2445
|
@CfsServiceStatus = cfsservicestatus
|
|
2446
2446
|
@RequestId = requestid
|
|
@@ -2485,7 +2485,7 @@ module TencentCloud
|
|
|
2485
2485
|
# @type SnapshotType: String
|
|
2486
2486
|
|
|
2487
2487
|
attr_accessor :CreationTime, :SnapshotName, :SnapshotId, :Status, :RegionName, :FileSystemId, :Size, :AliveDay, :Percent, :AppId, :DeleteTime, :FsName, :Tags, :SnapshotType
|
|
2488
|
-
|
|
2488
|
+
|
|
2489
2489
|
def initialize(creationtime=nil, snapshotname=nil, snapshotid=nil, status=nil, regionname=nil, filesystemid=nil, size=nil, aliveday=nil, percent=nil, appid=nil, deletetime=nil, fsname=nil, tags=nil, snapshottype=nil)
|
|
2490
2490
|
@CreationTime = creationtime
|
|
2491
2491
|
@SnapshotName = snapshotname
|
|
@@ -2542,7 +2542,7 @@ module TencentCloud
|
|
|
2542
2542
|
# @type Result: Integer
|
|
2543
2543
|
|
|
2544
2544
|
attr_accessor :Action, :ActionTime, :ActionName, :Operator, :Result
|
|
2545
|
-
|
|
2545
|
+
|
|
2546
2546
|
def initialize(action=nil, actiontime=nil, actionname=nil, operator=nil, result=nil)
|
|
2547
2547
|
@Action = action
|
|
2548
2548
|
@ActionTime = actiontime
|
|
@@ -2570,7 +2570,7 @@ module TencentCloud
|
|
|
2570
2570
|
# @type SnapshotSize: Integer
|
|
2571
2571
|
|
|
2572
2572
|
attr_accessor :Region, :SnapshotNumber, :SnapshotSize
|
|
2573
|
-
|
|
2573
|
+
|
|
2574
2574
|
def initialize(region=nil, snapshotnumber=nil, snapshotsize=nil)
|
|
2575
2575
|
@Region = region
|
|
2576
2576
|
@SnapshotNumber = snapshotnumber
|
|
@@ -2590,7 +2590,7 @@ module TencentCloud
|
|
|
2590
2590
|
# @type TaskId: String
|
|
2591
2591
|
|
|
2592
2592
|
attr_accessor :TaskId
|
|
2593
|
-
|
|
2593
|
+
|
|
2594
2594
|
def initialize(taskid=nil)
|
|
2595
2595
|
@TaskId = taskid
|
|
2596
2596
|
end
|
|
@@ -2610,7 +2610,7 @@ module TencentCloud
|
|
|
2610
2610
|
# @type RequestId: String
|
|
2611
2611
|
|
|
2612
2612
|
attr_accessor :TaskId, :Status, :RequestId
|
|
2613
|
-
|
|
2613
|
+
|
|
2614
2614
|
def initialize(taskid=nil, status=nil, requestid=nil)
|
|
2615
2615
|
@TaskId = taskid
|
|
2616
2616
|
@Status = status
|
|
@@ -2632,7 +2632,7 @@ module TencentCloud
|
|
|
2632
2632
|
# @type TagValue: String
|
|
2633
2633
|
|
|
2634
2634
|
attr_accessor :TagKey, :TagValue
|
|
2635
|
-
|
|
2635
|
+
|
|
2636
2636
|
def initialize(tagkey=nil, tagvalue=nil)
|
|
2637
2637
|
@TagKey = tagkey
|
|
2638
2638
|
@TagValue = tagvalue
|
|
@@ -2651,7 +2651,7 @@ module TencentCloud
|
|
|
2651
2651
|
# @type TieringSizeInBytes: Integer
|
|
2652
2652
|
|
|
2653
2653
|
attr_accessor :TieringSizeInBytes
|
|
2654
|
-
|
|
2654
|
+
|
|
2655
2655
|
def initialize(tieringsizeinbytes=nil)
|
|
2656
2656
|
@TieringSizeInBytes = tieringsizeinbytes
|
|
2657
2657
|
end
|
|
@@ -2669,7 +2669,7 @@ module TencentCloud
|
|
|
2669
2669
|
# @type AutoSnapshotPolicyId: String
|
|
2670
2670
|
|
|
2671
2671
|
attr_accessor :FileSystemIds, :AutoSnapshotPolicyId
|
|
2672
|
-
|
|
2672
|
+
|
|
2673
2673
|
def initialize(filesystemids=nil, autosnapshotpolicyid=nil)
|
|
2674
2674
|
@FileSystemIds = filesystemids
|
|
2675
2675
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
|
@@ -2689,7 +2689,7 @@ module TencentCloud
|
|
|
2689
2689
|
# @type RequestId: String
|
|
2690
2690
|
|
|
2691
2691
|
attr_accessor :AutoSnapshotPolicyId, :RequestId
|
|
2692
|
-
|
|
2692
|
+
|
|
2693
2693
|
def initialize(autosnapshotpolicyid=nil, requestid=nil)
|
|
2694
2694
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
|
2695
2695
|
@RequestId = requestid
|
|
@@ -2721,7 +2721,7 @@ module TencentCloud
|
|
|
2721
2721
|
# @type IntervalDays: Integer
|
|
2722
2722
|
|
|
2723
2723
|
attr_accessor :AutoSnapshotPolicyId, :PolicyName, :DayOfWeek, :Hour, :AliveDays, :IsActivated, :DayOfMonth, :IntervalDays
|
|
2724
|
-
|
|
2724
|
+
|
|
2725
2725
|
def initialize(autosnapshotpolicyid=nil, policyname=nil, dayofweek=nil, hour=nil, alivedays=nil, isactivated=nil, dayofmonth=nil, intervaldays=nil)
|
|
2726
2726
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
|
2727
2727
|
@PolicyName = policyname
|
|
@@ -2753,7 +2753,7 @@ module TencentCloud
|
|
|
2753
2753
|
# @type RequestId: String
|
|
2754
2754
|
|
|
2755
2755
|
attr_accessor :AutoSnapshotPolicyId, :RequestId
|
|
2756
|
-
|
|
2756
|
+
|
|
2757
2757
|
def initialize(autosnapshotpolicyid=nil, requestid=nil)
|
|
2758
2758
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
|
2759
2759
|
@RequestId = requestid
|
|
@@ -2773,7 +2773,7 @@ module TencentCloud
|
|
|
2773
2773
|
# @type FsName: String
|
|
2774
2774
|
|
|
2775
2775
|
attr_accessor :FileSystemId, :FsName
|
|
2776
|
-
|
|
2776
|
+
|
|
2777
2777
|
def initialize(filesystemid=nil, fsname=nil)
|
|
2778
2778
|
@FileSystemId = filesystemid
|
|
2779
2779
|
@FsName = fsname
|
|
@@ -2797,7 +2797,7 @@ module TencentCloud
|
|
|
2797
2797
|
# @type RequestId: String
|
|
2798
2798
|
|
|
2799
2799
|
attr_accessor :CreationToken, :FileSystemId, :FsName, :RequestId
|
|
2800
|
-
|
|
2800
|
+
|
|
2801
2801
|
def initialize(creationtoken=nil, filesystemid=nil, fsname=nil, requestid=nil)
|
|
2802
2802
|
@CreationToken = creationtoken
|
|
2803
2803
|
@FileSystemId = filesystemid
|
|
@@ -2821,7 +2821,7 @@ module TencentCloud
|
|
|
2821
2821
|
# @type FileSystemId: String
|
|
2822
2822
|
|
|
2823
2823
|
attr_accessor :PGroupId, :FileSystemId
|
|
2824
|
-
|
|
2824
|
+
|
|
2825
2825
|
def initialize(pgroupid=nil, filesystemid=nil)
|
|
2826
2826
|
@PGroupId = pgroupid
|
|
2827
2827
|
@FileSystemId = filesystemid
|
|
@@ -2843,7 +2843,7 @@ module TencentCloud
|
|
|
2843
2843
|
# @type RequestId: String
|
|
2844
2844
|
|
|
2845
2845
|
attr_accessor :PGroupId, :FileSystemId, :RequestId
|
|
2846
|
-
|
|
2846
|
+
|
|
2847
2847
|
def initialize(pgroupid=nil, filesystemid=nil, requestid=nil)
|
|
2848
2848
|
@PGroupId = pgroupid
|
|
2849
2849
|
@FileSystemId = filesystemid
|
|
@@ -2865,7 +2865,7 @@ module TencentCloud
|
|
|
2865
2865
|
# @type FileSystemId: String
|
|
2866
2866
|
|
|
2867
2867
|
attr_accessor :FsLimit, :FileSystemId
|
|
2868
|
-
|
|
2868
|
+
|
|
2869
2869
|
def initialize(fslimit=nil, filesystemid=nil)
|
|
2870
2870
|
@FsLimit = fslimit
|
|
2871
2871
|
@FileSystemId = filesystemid
|
|
@@ -2883,7 +2883,7 @@ module TencentCloud
|
|
|
2883
2883
|
# @type RequestId: String
|
|
2884
2884
|
|
|
2885
2885
|
attr_accessor :RequestId
|
|
2886
|
-
|
|
2886
|
+
|
|
2887
2887
|
def initialize(requestid=nil)
|
|
2888
2888
|
@RequestId = requestid
|
|
2889
2889
|
end
|
|
@@ -2903,7 +2903,7 @@ module TencentCloud
|
|
|
2903
2903
|
# @type DescInfo: String
|
|
2904
2904
|
|
|
2905
2905
|
attr_accessor :PGroupId, :Name, :DescInfo
|
|
2906
|
-
|
|
2906
|
+
|
|
2907
2907
|
def initialize(pgroupid=nil, name=nil, descinfo=nil)
|
|
2908
2908
|
@PGroupId = pgroupid
|
|
2909
2909
|
@Name = name
|
|
@@ -2929,7 +2929,7 @@ module TencentCloud
|
|
|
2929
2929
|
# @type RequestId: String
|
|
2930
2930
|
|
|
2931
2931
|
attr_accessor :PGroupId, :Name, :DescInfo, :RequestId
|
|
2932
|
-
|
|
2932
|
+
|
|
2933
2933
|
def initialize(pgroupid=nil, name=nil, descinfo=nil, requestid=nil)
|
|
2934
2934
|
@PGroupId = pgroupid
|
|
2935
2935
|
@Name = name
|
|
@@ -2961,7 +2961,7 @@ module TencentCloud
|
|
|
2961
2961
|
# @type Priority: Integer
|
|
2962
2962
|
|
|
2963
2963
|
attr_accessor :PGroupId, :RuleId, :AuthClientIp, :RWPermission, :UserPermission, :Priority
|
|
2964
|
-
|
|
2964
|
+
|
|
2965
2965
|
def initialize(pgroupid=nil, ruleid=nil, authclientip=nil, rwpermission=nil, userpermission=nil, priority=nil)
|
|
2966
2966
|
@PGroupId = pgroupid
|
|
2967
2967
|
@RuleId = ruleid
|
|
@@ -2999,7 +2999,7 @@ module TencentCloud
|
|
|
2999
2999
|
# @type RequestId: String
|
|
3000
3000
|
|
|
3001
3001
|
attr_accessor :PGroupId, :RuleId, :AuthClientIp, :RWPermission, :UserPermission, :Priority, :RequestId
|
|
3002
|
-
|
|
3002
|
+
|
|
3003
3003
|
def initialize(pgroupid=nil, ruleid=nil, authclientip=nil, rwpermission=nil, userpermission=nil, priority=nil, requestid=nil)
|
|
3004
3004
|
@PGroupId = pgroupid
|
|
3005
3005
|
@RuleId = ruleid
|
|
@@ -3031,7 +3031,7 @@ module TencentCloud
|
|
|
3031
3031
|
# @type AliveDays: Integer
|
|
3032
3032
|
|
|
3033
3033
|
attr_accessor :SnapshotId, :SnapshotName, :AliveDays
|
|
3034
|
-
|
|
3034
|
+
|
|
3035
3035
|
def initialize(snapshotid=nil, snapshotname=nil, alivedays=nil)
|
|
3036
3036
|
@SnapshotId = snapshotid
|
|
3037
3037
|
@SnapshotName = snapshotname
|
|
@@ -3053,7 +3053,7 @@ module TencentCloud
|
|
|
3053
3053
|
# @type RequestId: String
|
|
3054
3054
|
|
|
3055
3055
|
attr_accessor :SnapshotId, :RequestId
|
|
3056
|
-
|
|
3056
|
+
|
|
3057
3057
|
def initialize(snapshotid=nil, requestid=nil)
|
|
3058
3058
|
@SnapshotId = snapshotid
|
|
3059
3059
|
@RequestId = requestid
|
|
@@ -3085,7 +3085,7 @@ module TencentCloud
|
|
|
3085
3085
|
# @type FileUsed: Integer
|
|
3086
3086
|
|
|
3087
3087
|
attr_accessor :UserType, :UserId, :CapacityHardLimit, :FileHardLimit, :FileSystemId, :CapacityUsed, :FileUsed
|
|
3088
|
-
|
|
3088
|
+
|
|
3089
3089
|
def initialize(usertype=nil, userid=nil, capacityhardlimit=nil, filehardlimit=nil, filesystemid=nil, capacityused=nil, fileused=nil)
|
|
3090
3090
|
@UserType = usertype
|
|
3091
3091
|
@UserId = userid
|
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.591
|
|
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-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|