tencentcloud-sdk-chdfs 3.0.589 → 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/v20190718/models.rb +61 -61
- data/lib/v20201112/models.rb +67 -67
- 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: 795019a810513c0d6363459cd6c95296c6a1c69d
|
4
|
+
data.tar.gz: 20b65a50ca047f3b3d01947ea2aed688b9d25cc0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3f03e684d15fada26aa516c4c8feba1cea208585e6a959863c67a84a6df29e5c8c00ffd253dbbf48b9aef5f37750905d2b491cf83ce160834a338e3355c684b
|
7
|
+
data.tar.gz: 28c83bfa631ee3d287e46ce085f2fc9207a5e14bdd8ff08114cba941d33668497c16c68b63cf8bd7cef6ea21df37f3ef40452d6fc04b06981cb3adb1390e0e5f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20190718/models.rb
CHANGED
@@ -29,7 +29,7 @@ module TencentCloud
|
|
29
29
|
# @type CreateTime: String
|
30
30
|
|
31
31
|
attr_accessor :AccessGroupId, :AccessGroupName, :Description, :CreateTime
|
32
|
-
|
32
|
+
|
33
33
|
def initialize(accessgroupid=nil, accessgroupname=nil, description=nil, createtime=nil)
|
34
34
|
@AccessGroupId = accessgroupid
|
35
35
|
@AccessGroupName = accessgroupname
|
@@ -59,7 +59,7 @@ module TencentCloud
|
|
59
59
|
# @type CreateTime: String
|
60
60
|
|
61
61
|
attr_accessor :AccessRuleId, :Address, :AccessMode, :Priority, :CreateTime
|
62
|
-
|
62
|
+
|
63
63
|
def initialize(accessruleid=nil, address=nil, accessmode=nil, priority=nil, createtime=nil)
|
64
64
|
@AccessRuleId = accessruleid
|
65
65
|
@Address = address
|
@@ -85,7 +85,7 @@ module TencentCloud
|
|
85
85
|
# @type Description: String
|
86
86
|
|
87
87
|
attr_accessor :AccessGroupName, :Description
|
88
|
-
|
88
|
+
|
89
89
|
def initialize(accessgroupname=nil, description=nil)
|
90
90
|
@AccessGroupName = accessgroupname
|
91
91
|
@Description = description
|
@@ -105,7 +105,7 @@ module TencentCloud
|
|
105
105
|
# @type RequestId: String
|
106
106
|
|
107
107
|
attr_accessor :AccessGroup, :RequestId
|
108
|
-
|
108
|
+
|
109
109
|
def initialize(accessgroup=nil, requestid=nil)
|
110
110
|
@AccessGroup = accessgroup
|
111
111
|
@RequestId = requestid
|
@@ -128,7 +128,7 @@ module TencentCloud
|
|
128
128
|
# @type AccessGroupId: String
|
129
129
|
|
130
130
|
attr_accessor :AccessRules, :AccessGroupId
|
131
|
-
|
131
|
+
|
132
132
|
def initialize(accessrules=nil, accessgroupid=nil)
|
133
133
|
@AccessRules = accessrules
|
134
134
|
@AccessGroupId = accessgroupid
|
@@ -153,7 +153,7 @@ module TencentCloud
|
|
153
153
|
# @type RequestId: String
|
154
154
|
|
155
155
|
attr_accessor :RequestId
|
156
|
-
|
156
|
+
|
157
157
|
def initialize(requestid=nil)
|
158
158
|
@RequestId = requestid
|
159
159
|
end
|
@@ -173,7 +173,7 @@ module TencentCloud
|
|
173
173
|
# @type Description: String
|
174
174
|
|
175
175
|
attr_accessor :FileSystemName, :CapacityQuota, :Description
|
176
|
-
|
176
|
+
|
177
177
|
def initialize(filesystemname=nil, capacityquota=nil, description=nil)
|
178
178
|
@FileSystemName = filesystemname
|
179
179
|
@CapacityQuota = capacityquota
|
@@ -195,7 +195,7 @@ module TencentCloud
|
|
195
195
|
# @type RequestId: String
|
196
196
|
|
197
197
|
attr_accessor :FileSystem, :RequestId
|
198
|
-
|
198
|
+
|
199
199
|
def initialize(filesystem=nil, requestid=nil)
|
200
200
|
@FileSystem = filesystem
|
201
201
|
@RequestId = requestid
|
@@ -218,7 +218,7 @@ module TencentCloud
|
|
218
218
|
# @type LifeCycleRules: Array
|
219
219
|
|
220
220
|
attr_accessor :FileSystemId, :LifeCycleRules
|
221
|
-
|
221
|
+
|
222
222
|
def initialize(filesystemid=nil, lifecyclerules=nil)
|
223
223
|
@FileSystemId = filesystemid
|
224
224
|
@LifeCycleRules = lifecyclerules
|
@@ -243,7 +243,7 @@ module TencentCloud
|
|
243
243
|
# @type RequestId: String
|
244
244
|
|
245
245
|
attr_accessor :RequestId
|
246
|
-
|
246
|
+
|
247
247
|
def initialize(requestid=nil)
|
248
248
|
@RequestId = requestid
|
249
249
|
end
|
@@ -269,7 +269,7 @@ module TencentCloud
|
|
269
269
|
# @type VpcType: Integer
|
270
270
|
|
271
271
|
attr_accessor :MountPointName, :FileSystemId, :AccessGroupId, :VpcId, :MountPointStatus, :VpcType
|
272
|
-
|
272
|
+
|
273
273
|
def initialize(mountpointname=nil, filesystemid=nil, accessgroupid=nil, vpcid=nil, mountpointstatus=nil, vpctype=nil)
|
274
274
|
@MountPointName = mountpointname
|
275
275
|
@FileSystemId = filesystemid
|
@@ -297,7 +297,7 @@ module TencentCloud
|
|
297
297
|
# @type RequestId: String
|
298
298
|
|
299
299
|
attr_accessor :MountPoint, :RequestId
|
300
|
-
|
300
|
+
|
301
301
|
def initialize(mountpoint=nil, requestid=nil)
|
302
302
|
@MountPoint = mountpoint
|
303
303
|
@RequestId = requestid
|
@@ -320,7 +320,7 @@ module TencentCloud
|
|
320
320
|
# @type RestoreTasks: Array
|
321
321
|
|
322
322
|
attr_accessor :FileSystemId, :RestoreTasks
|
323
|
-
|
323
|
+
|
324
324
|
def initialize(filesystemid=nil, restoretasks=nil)
|
325
325
|
@FileSystemId = filesystemid
|
326
326
|
@RestoreTasks = restoretasks
|
@@ -345,7 +345,7 @@ module TencentCloud
|
|
345
345
|
# @type RequestId: String
|
346
346
|
|
347
347
|
attr_accessor :RequestId
|
348
|
-
|
348
|
+
|
349
349
|
def initialize(requestid=nil)
|
350
350
|
@RequestId = requestid
|
351
351
|
end
|
@@ -361,7 +361,7 @@ module TencentCloud
|
|
361
361
|
# @type AccessGroupId: String
|
362
362
|
|
363
363
|
attr_accessor :AccessGroupId
|
364
|
-
|
364
|
+
|
365
365
|
def initialize(accessgroupid=nil)
|
366
366
|
@AccessGroupId = accessgroupid
|
367
367
|
end
|
@@ -377,7 +377,7 @@ module TencentCloud
|
|
377
377
|
# @type RequestId: String
|
378
378
|
|
379
379
|
attr_accessor :RequestId
|
380
|
-
|
380
|
+
|
381
381
|
def initialize(requestid=nil)
|
382
382
|
@RequestId = requestid
|
383
383
|
end
|
@@ -393,7 +393,7 @@ module TencentCloud
|
|
393
393
|
# @type AccessRuleIds: Array
|
394
394
|
|
395
395
|
attr_accessor :AccessRuleIds
|
396
|
-
|
396
|
+
|
397
397
|
def initialize(accessruleids=nil)
|
398
398
|
@AccessRuleIds = accessruleids
|
399
399
|
end
|
@@ -409,7 +409,7 @@ module TencentCloud
|
|
409
409
|
# @type RequestId: String
|
410
410
|
|
411
411
|
attr_accessor :RequestId
|
412
|
-
|
412
|
+
|
413
413
|
def initialize(requestid=nil)
|
414
414
|
@RequestId = requestid
|
415
415
|
end
|
@@ -425,7 +425,7 @@ module TencentCloud
|
|
425
425
|
# @type FileSystemId: String
|
426
426
|
|
427
427
|
attr_accessor :FileSystemId
|
428
|
-
|
428
|
+
|
429
429
|
def initialize(filesystemid=nil)
|
430
430
|
@FileSystemId = filesystemid
|
431
431
|
end
|
@@ -441,7 +441,7 @@ module TencentCloud
|
|
441
441
|
# @type RequestId: String
|
442
442
|
|
443
443
|
attr_accessor :RequestId
|
444
|
-
|
444
|
+
|
445
445
|
def initialize(requestid=nil)
|
446
446
|
@RequestId = requestid
|
447
447
|
end
|
@@ -457,7 +457,7 @@ module TencentCloud
|
|
457
457
|
# @type LifeCycleRuleIds: Array
|
458
458
|
|
459
459
|
attr_accessor :LifeCycleRuleIds
|
460
|
-
|
460
|
+
|
461
461
|
def initialize(lifecycleruleids=nil)
|
462
462
|
@LifeCycleRuleIds = lifecycleruleids
|
463
463
|
end
|
@@ -473,7 +473,7 @@ module TencentCloud
|
|
473
473
|
# @type RequestId: String
|
474
474
|
|
475
475
|
attr_accessor :RequestId
|
476
|
-
|
476
|
+
|
477
477
|
def initialize(requestid=nil)
|
478
478
|
@RequestId = requestid
|
479
479
|
end
|
@@ -489,7 +489,7 @@ module TencentCloud
|
|
489
489
|
# @type MountPointId: String
|
490
490
|
|
491
491
|
attr_accessor :MountPointId
|
492
|
-
|
492
|
+
|
493
493
|
def initialize(mountpointid=nil)
|
494
494
|
@MountPointId = mountpointid
|
495
495
|
end
|
@@ -505,7 +505,7 @@ module TencentCloud
|
|
505
505
|
# @type RequestId: String
|
506
506
|
|
507
507
|
attr_accessor :RequestId
|
508
|
-
|
508
|
+
|
509
509
|
def initialize(requestid=nil)
|
510
510
|
@RequestId = requestid
|
511
511
|
end
|
@@ -525,7 +525,7 @@ module TencentCloud
|
|
525
525
|
# @type Limit: Integer
|
526
526
|
|
527
527
|
attr_accessor :Filters, :Offset, :Limit
|
528
|
-
|
528
|
+
|
529
529
|
def initialize(filters=nil, offset=nil, limit=nil)
|
530
530
|
@Filters = filters
|
531
531
|
@Offset = offset
|
@@ -554,7 +554,7 @@ module TencentCloud
|
|
554
554
|
# @type RequestId: String
|
555
555
|
|
556
556
|
attr_accessor :AccessGroups, :RequestId
|
557
|
-
|
557
|
+
|
558
558
|
def initialize(accessgroups=nil, requestid=nil)
|
559
559
|
@AccessGroups = accessgroups
|
560
560
|
@RequestId = requestid
|
@@ -583,7 +583,7 @@ module TencentCloud
|
|
583
583
|
# @type Limit: Integer
|
584
584
|
|
585
585
|
attr_accessor :AccessGroupId, :Offset, :Limit
|
586
|
-
|
586
|
+
|
587
587
|
def initialize(accessgroupid=nil, offset=nil, limit=nil)
|
588
588
|
@AccessGroupId = accessgroupid
|
589
589
|
@Offset = offset
|
@@ -605,7 +605,7 @@ module TencentCloud
|
|
605
605
|
# @type RequestId: String
|
606
606
|
|
607
607
|
attr_accessor :AccessRules, :RequestId
|
608
|
-
|
608
|
+
|
609
609
|
def initialize(accessrules=nil, requestid=nil)
|
610
610
|
@AccessRules = accessrules
|
611
611
|
@RequestId = requestid
|
@@ -630,7 +630,7 @@ module TencentCloud
|
|
630
630
|
# @type FileSystemId: String
|
631
631
|
|
632
632
|
attr_accessor :FileSystemId
|
633
|
-
|
633
|
+
|
634
634
|
def initialize(filesystemid=nil)
|
635
635
|
@FileSystemId = filesystemid
|
636
636
|
end
|
@@ -657,7 +657,7 @@ module TencentCloud
|
|
657
657
|
# @type RequestId: String
|
658
658
|
|
659
659
|
attr_accessor :FileSystem, :FileSystemCapacityUsed, :CapacityUsed, :ArchiveCapacityUsed, :RequestId
|
660
|
-
|
660
|
+
|
661
661
|
def initialize(filesystem=nil, filesystemcapacityused=nil, capacityused=nil, archivecapacityused=nil, requestid=nil)
|
662
662
|
@FileSystem = filesystem
|
663
663
|
@FileSystemCapacityUsed = filesystemcapacityused
|
@@ -686,7 +686,7 @@ module TencentCloud
|
|
686
686
|
# @type Limit: Integer
|
687
687
|
|
688
688
|
attr_accessor :Offset, :Limit
|
689
|
-
|
689
|
+
|
690
690
|
def initialize(offset=nil, limit=nil)
|
691
691
|
@Offset = offset
|
692
692
|
@Limit = limit
|
@@ -706,7 +706,7 @@ module TencentCloud
|
|
706
706
|
# @type RequestId: String
|
707
707
|
|
708
708
|
attr_accessor :FileSystems, :RequestId
|
709
|
-
|
709
|
+
|
710
710
|
def initialize(filesystems=nil, requestid=nil)
|
711
711
|
@FileSystems = filesystems
|
712
712
|
@RequestId = requestid
|
@@ -731,7 +731,7 @@ module TencentCloud
|
|
731
731
|
# @type FileSystemId: String
|
732
732
|
|
733
733
|
attr_accessor :FileSystemId
|
734
|
-
|
734
|
+
|
735
735
|
def initialize(filesystemid=nil)
|
736
736
|
@FileSystemId = filesystemid
|
737
737
|
end
|
@@ -749,7 +749,7 @@ module TencentCloud
|
|
749
749
|
# @type RequestId: String
|
750
750
|
|
751
751
|
attr_accessor :LifeCycleRules, :RequestId
|
752
|
-
|
752
|
+
|
753
753
|
def initialize(lifecyclerules=nil, requestid=nil)
|
754
754
|
@LifeCycleRules = lifecyclerules
|
755
755
|
@RequestId = requestid
|
@@ -774,7 +774,7 @@ module TencentCloud
|
|
774
774
|
# @type MountPointId: String
|
775
775
|
|
776
776
|
attr_accessor :MountPointId
|
777
|
-
|
777
|
+
|
778
778
|
def initialize(mountpointid=nil)
|
779
779
|
@MountPointId = mountpointid
|
780
780
|
end
|
@@ -792,7 +792,7 @@ module TencentCloud
|
|
792
792
|
# @type RequestId: String
|
793
793
|
|
794
794
|
attr_accessor :MountPoint, :RequestId
|
795
|
-
|
795
|
+
|
796
796
|
def initialize(mountpoint=nil, requestid=nil)
|
797
797
|
@MountPoint = mountpoint
|
798
798
|
@RequestId = requestid
|
@@ -821,7 +821,7 @@ module TencentCloud
|
|
821
821
|
# @type Limit: Integer
|
822
822
|
|
823
823
|
attr_accessor :FileSystemId, :AccessGroupId, :Offset, :Limit
|
824
|
-
|
824
|
+
|
825
825
|
def initialize(filesystemid=nil, accessgroupid=nil, offset=nil, limit=nil)
|
826
826
|
@FileSystemId = filesystemid
|
827
827
|
@AccessGroupId = accessgroupid
|
@@ -845,7 +845,7 @@ module TencentCloud
|
|
845
845
|
# @type RequestId: String
|
846
846
|
|
847
847
|
attr_accessor :MountPoints, :RequestId
|
848
|
-
|
848
|
+
|
849
849
|
def initialize(mountpoints=nil, requestid=nil)
|
850
850
|
@MountPoints = mountpoints
|
851
851
|
@RequestId = requestid
|
@@ -870,7 +870,7 @@ module TencentCloud
|
|
870
870
|
# @type FileSystemId: String
|
871
871
|
|
872
872
|
attr_accessor :FileSystemId
|
873
|
-
|
873
|
+
|
874
874
|
def initialize(filesystemid=nil)
|
875
875
|
@FileSystemId = filesystemid
|
876
876
|
end
|
@@ -888,7 +888,7 @@ module TencentCloud
|
|
888
888
|
# @type RequestId: String
|
889
889
|
|
890
890
|
attr_accessor :Tags, :RequestId
|
891
|
-
|
891
|
+
|
892
892
|
def initialize(tags=nil, requestid=nil)
|
893
893
|
@Tags = tags
|
894
894
|
@RequestId = requestid
|
@@ -913,7 +913,7 @@ module TencentCloud
|
|
913
913
|
# @type FileSystemId: String
|
914
914
|
|
915
915
|
attr_accessor :FileSystemId
|
916
|
-
|
916
|
+
|
917
917
|
def initialize(filesystemid=nil)
|
918
918
|
@FileSystemId = filesystemid
|
919
919
|
end
|
@@ -931,7 +931,7 @@ module TencentCloud
|
|
931
931
|
# @type RequestId: String
|
932
932
|
|
933
933
|
attr_accessor :RestoreTasks, :RequestId
|
934
|
-
|
934
|
+
|
935
935
|
def initialize(restoretasks=nil, requestid=nil)
|
936
936
|
@RestoreTasks = restoretasks
|
937
937
|
@RequestId = requestid
|
@@ -972,7 +972,7 @@ module TencentCloud
|
|
972
972
|
# @type Status: Integer
|
973
973
|
|
974
974
|
attr_accessor :AppId, :FileSystemName, :Description, :Region, :FileSystemId, :CreateTime, :BlockSize, :CapacityQuota, :Status
|
975
|
-
|
975
|
+
|
976
976
|
def initialize(appid=nil, filesystemname=nil, description=nil, region=nil, filesystemid=nil, createtime=nil, blocksize=nil, capacityquota=nil, status=nil)
|
977
977
|
@AppId = appid
|
978
978
|
@FileSystemName = filesystemname
|
@@ -1006,7 +1006,7 @@ module TencentCloud
|
|
1006
1006
|
# @type Values: Array
|
1007
1007
|
|
1008
1008
|
attr_accessor :Name, :Values
|
1009
|
-
|
1009
|
+
|
1010
1010
|
def initialize(name=nil, values=nil)
|
1011
1011
|
@Name = name
|
1012
1012
|
@Values = values
|
@@ -1034,7 +1034,7 @@ module TencentCloud
|
|
1034
1034
|
# @type CreateTime: String
|
1035
1035
|
|
1036
1036
|
attr_accessor :LifeCycleRuleId, :LifeCycleRuleName, :Path, :Transitions, :Status, :CreateTime
|
1037
|
-
|
1037
|
+
|
1038
1038
|
def initialize(lifecycleruleid=nil, lifecyclerulename=nil, path=nil, transitions=nil, status=nil, createtime=nil)
|
1039
1039
|
@LifeCycleRuleId = lifecycleruleid
|
1040
1040
|
@LifeCycleRuleName = lifecyclerulename
|
@@ -1071,7 +1071,7 @@ module TencentCloud
|
|
1071
1071
|
# @type Description: String
|
1072
1072
|
|
1073
1073
|
attr_accessor :AccessGroupId, :AccessGroupName, :Description
|
1074
|
-
|
1074
|
+
|
1075
1075
|
def initialize(accessgroupid=nil, accessgroupname=nil, description=nil)
|
1076
1076
|
@AccessGroupId = accessgroupid
|
1077
1077
|
@AccessGroupName = accessgroupname
|
@@ -1091,7 +1091,7 @@ module TencentCloud
|
|
1091
1091
|
# @type RequestId: String
|
1092
1092
|
|
1093
1093
|
attr_accessor :RequestId
|
1094
|
-
|
1094
|
+
|
1095
1095
|
def initialize(requestid=nil)
|
1096
1096
|
@RequestId = requestid
|
1097
1097
|
end
|
@@ -1107,7 +1107,7 @@ module TencentCloud
|
|
1107
1107
|
# @type AccessRules: Array
|
1108
1108
|
|
1109
1109
|
attr_accessor :AccessRules
|
1110
|
-
|
1110
|
+
|
1111
1111
|
def initialize(accessrules=nil)
|
1112
1112
|
@AccessRules = accessrules
|
1113
1113
|
end
|
@@ -1130,7 +1130,7 @@ module TencentCloud
|
|
1130
1130
|
# @type RequestId: String
|
1131
1131
|
|
1132
1132
|
attr_accessor :RequestId
|
1133
|
-
|
1133
|
+
|
1134
1134
|
def initialize(requestid=nil)
|
1135
1135
|
@RequestId = requestid
|
1136
1136
|
end
|
@@ -1153,7 +1153,7 @@ module TencentCloud
|
|
1153
1153
|
# @type CapacityQuota: Integer
|
1154
1154
|
|
1155
1155
|
attr_accessor :FileSystemId, :FileSystemName, :Description, :CapacityQuota
|
1156
|
-
|
1156
|
+
|
1157
1157
|
def initialize(filesystemid=nil, filesystemname=nil, description=nil, capacityquota=nil)
|
1158
1158
|
@FileSystemId = filesystemid
|
1159
1159
|
@FileSystemName = filesystemname
|
@@ -1175,7 +1175,7 @@ module TencentCloud
|
|
1175
1175
|
# @type RequestId: String
|
1176
1176
|
|
1177
1177
|
attr_accessor :RequestId
|
1178
|
-
|
1178
|
+
|
1179
1179
|
def initialize(requestid=nil)
|
1180
1180
|
@RequestId = requestid
|
1181
1181
|
end
|
@@ -1191,7 +1191,7 @@ module TencentCloud
|
|
1191
1191
|
# @type LifeCycleRules: Array
|
1192
1192
|
|
1193
1193
|
attr_accessor :LifeCycleRules
|
1194
|
-
|
1194
|
+
|
1195
1195
|
def initialize(lifecyclerules=nil)
|
1196
1196
|
@LifeCycleRules = lifecyclerules
|
1197
1197
|
end
|
@@ -1214,7 +1214,7 @@ module TencentCloud
|
|
1214
1214
|
# @type RequestId: String
|
1215
1215
|
|
1216
1216
|
attr_accessor :RequestId
|
1217
|
-
|
1217
|
+
|
1218
1218
|
def initialize(requestid=nil)
|
1219
1219
|
@RequestId = requestid
|
1220
1220
|
end
|
@@ -1236,7 +1236,7 @@ module TencentCloud
|
|
1236
1236
|
# @type AccessGroupId: String
|
1237
1237
|
|
1238
1238
|
attr_accessor :MountPointId, :MountPointName, :MountPointStatus, :AccessGroupId
|
1239
|
-
|
1239
|
+
|
1240
1240
|
def initialize(mountpointid=nil, mountpointname=nil, mountpointstatus=nil, accessgroupid=nil)
|
1241
1241
|
@MountPointId = mountpointid
|
1242
1242
|
@MountPointName = mountpointname
|
@@ -1258,7 +1258,7 @@ module TencentCloud
|
|
1258
1258
|
# @type RequestId: String
|
1259
1259
|
|
1260
1260
|
attr_accessor :RequestId
|
1261
|
-
|
1261
|
+
|
1262
1262
|
def initialize(requestid=nil)
|
1263
1263
|
@RequestId = requestid
|
1264
1264
|
end
|
@@ -1276,7 +1276,7 @@ module TencentCloud
|
|
1276
1276
|
# @type Tags: Array
|
1277
1277
|
|
1278
1278
|
attr_accessor :FileSystemId, :Tags
|
1279
|
-
|
1279
|
+
|
1280
1280
|
def initialize(filesystemid=nil, tags=nil)
|
1281
1281
|
@FileSystemId = filesystemid
|
1282
1282
|
@Tags = tags
|
@@ -1301,7 +1301,7 @@ module TencentCloud
|
|
1301
1301
|
# @type RequestId: String
|
1302
1302
|
|
1303
1303
|
attr_accessor :RequestId
|
1304
|
-
|
1304
|
+
|
1305
1305
|
def initialize(requestid=nil)
|
1306
1306
|
@RequestId = requestid
|
1307
1307
|
end
|
@@ -1331,7 +1331,7 @@ module TencentCloud
|
|
1331
1331
|
# @type VpcType: Integer
|
1332
1332
|
|
1333
1333
|
attr_accessor :MountPointId, :MountPointName, :FileSystemId, :AccessGroupId, :VpcId, :Status, :CreateTime, :VpcType
|
1334
|
-
|
1334
|
+
|
1335
1335
|
def initialize(mountpointid=nil, mountpointname=nil, filesystemid=nil, accessgroupid=nil, vpcid=nil, status=nil, createtime=nil, vpctype=nil)
|
1336
1336
|
@MountPointId = mountpointid
|
1337
1337
|
@MountPointName = mountpointname
|
@@ -1371,7 +1371,7 @@ module TencentCloud
|
|
1371
1371
|
# @type CreateTime: String
|
1372
1372
|
|
1373
1373
|
attr_accessor :RestoreTaskId, :FilePath, :Type, :Days, :Status, :CreateTime
|
1374
|
-
|
1374
|
+
|
1375
1375
|
def initialize(restoretaskid=nil, filepath=nil, type=nil, days=nil, status=nil, createtime=nil)
|
1376
1376
|
@RestoreTaskId = restoretaskid
|
1377
1377
|
@FilePath = filepath
|
@@ -1399,7 +1399,7 @@ module TencentCloud
|
|
1399
1399
|
# @type Value: String
|
1400
1400
|
|
1401
1401
|
attr_accessor :Key, :Value
|
1402
|
-
|
1402
|
+
|
1403
1403
|
def initialize(key=nil, value=nil)
|
1404
1404
|
@Key = key
|
1405
1405
|
@Value = value
|
@@ -1419,7 +1419,7 @@ module TencentCloud
|
|
1419
1419
|
# @type Type: Integer
|
1420
1420
|
|
1421
1421
|
attr_accessor :Days, :Type
|
1422
|
-
|
1422
|
+
|
1423
1423
|
def initialize(days=nil, type=nil)
|
1424
1424
|
@Days = days
|
1425
1425
|
@Type = type
|
data/lib/v20201112/models.rb
CHANGED
@@ -33,7 +33,7 @@ module TencentCloud
|
|
33
33
|
# @type VpcId: String
|
34
34
|
|
35
35
|
attr_accessor :AccessGroupId, :AccessGroupName, :Description, :CreateTime, :VpcType, :VpcId
|
36
|
-
|
36
|
+
|
37
37
|
def initialize(accessgroupid=nil, accessgroupname=nil, description=nil, createtime=nil, vpctype=nil, vpcid=nil)
|
38
38
|
@AccessGroupId = accessgroupid
|
39
39
|
@AccessGroupName = accessgroupname
|
@@ -67,7 +67,7 @@ module TencentCloud
|
|
67
67
|
# @type CreateTime: String
|
68
68
|
|
69
69
|
attr_accessor :AccessRuleId, :Address, :AccessMode, :Priority, :CreateTime
|
70
|
-
|
70
|
+
|
71
71
|
def initialize(accessruleid=nil, address=nil, accessmode=nil, priority=nil, createtime=nil)
|
72
72
|
@AccessRuleId = accessruleid
|
73
73
|
@Address = address
|
@@ -93,7 +93,7 @@ module TencentCloud
|
|
93
93
|
# @type AccessGroupIds: Array
|
94
94
|
|
95
95
|
attr_accessor :MountPointId, :AccessGroupIds
|
96
|
-
|
96
|
+
|
97
97
|
def initialize(mountpointid=nil, accessgroupids=nil)
|
98
98
|
@MountPointId = mountpointid
|
99
99
|
@AccessGroupIds = accessgroupids
|
@@ -111,7 +111,7 @@ module TencentCloud
|
|
111
111
|
# @type RequestId: String
|
112
112
|
|
113
113
|
attr_accessor :RequestId
|
114
|
-
|
114
|
+
|
115
115
|
def initialize(requestid=nil)
|
116
116
|
@RequestId = requestid
|
117
117
|
end
|
@@ -133,7 +133,7 @@ module TencentCloud
|
|
133
133
|
# @type Description: String
|
134
134
|
|
135
135
|
attr_accessor :AccessGroupName, :VpcType, :VpcId, :Description
|
136
|
-
|
136
|
+
|
137
137
|
def initialize(accessgroupname=nil, vpctype=nil, vpcid=nil, description=nil)
|
138
138
|
@AccessGroupName = accessgroupname
|
139
139
|
@VpcType = vpctype
|
@@ -157,7 +157,7 @@ module TencentCloud
|
|
157
157
|
# @type RequestId: String
|
158
158
|
|
159
159
|
attr_accessor :AccessGroup, :RequestId
|
160
|
-
|
160
|
+
|
161
161
|
def initialize(accessgroup=nil, requestid=nil)
|
162
162
|
@AccessGroup = accessgroup
|
163
163
|
@RequestId = requestid
|
@@ -180,7 +180,7 @@ module TencentCloud
|
|
180
180
|
# @type AccessGroupId: String
|
181
181
|
|
182
182
|
attr_accessor :AccessRules, :AccessGroupId
|
183
|
-
|
183
|
+
|
184
184
|
def initialize(accessrules=nil, accessgroupid=nil)
|
185
185
|
@AccessRules = accessrules
|
186
186
|
@AccessGroupId = accessgroupid
|
@@ -208,7 +208,7 @@ module TencentCloud
|
|
208
208
|
# @type RequestId: String
|
209
209
|
|
210
210
|
attr_accessor :AccessRules, :RequestId
|
211
|
-
|
211
|
+
|
212
212
|
def initialize(accessrules=nil, requestid=nil)
|
213
213
|
@AccessRules = accessrules
|
214
214
|
@RequestId = requestid
|
@@ -251,7 +251,7 @@ module TencentCloud
|
|
251
251
|
# @type Tags: Array
|
252
252
|
|
253
253
|
attr_accessor :FileSystemName, :CapacityQuota, :PosixAcl, :Description, :SuperUsers, :RootInodeUser, :RootInodeGroup, :EnableRanger, :RangerServiceAddresses, :Tags
|
254
|
-
|
254
|
+
|
255
255
|
def initialize(filesystemname=nil, capacityquota=nil, posixacl=nil, description=nil, superusers=nil, rootinodeuser=nil, rootinodegroup=nil, enableranger=nil, rangerserviceaddresses=nil, tags=nil)
|
256
256
|
@FileSystemName = filesystemname
|
257
257
|
@CapacityQuota = capacityquota
|
@@ -294,7 +294,7 @@ module TencentCloud
|
|
294
294
|
# @type RequestId: String
|
295
295
|
|
296
296
|
attr_accessor :FileSystem, :RequestId
|
297
|
-
|
297
|
+
|
298
298
|
def initialize(filesystem=nil, requestid=nil)
|
299
299
|
@FileSystem = filesystem
|
300
300
|
@RequestId = requestid
|
@@ -317,7 +317,7 @@ module TencentCloud
|
|
317
317
|
# @type LifeCycleRules: Array
|
318
318
|
|
319
319
|
attr_accessor :FileSystemId, :LifeCycleRules
|
320
|
-
|
320
|
+
|
321
321
|
def initialize(filesystemid=nil, lifecyclerules=nil)
|
322
322
|
@FileSystemId = filesystemid
|
323
323
|
@LifeCycleRules = lifecyclerules
|
@@ -342,7 +342,7 @@ module TencentCloud
|
|
342
342
|
# @type RequestId: String
|
343
343
|
|
344
344
|
attr_accessor :RequestId
|
345
|
-
|
345
|
+
|
346
346
|
def initialize(requestid=nil)
|
347
347
|
@RequestId = requestid
|
348
348
|
end
|
@@ -362,7 +362,7 @@ module TencentCloud
|
|
362
362
|
# @type MountPointStatus: Integer
|
363
363
|
|
364
364
|
attr_accessor :MountPointName, :FileSystemId, :MountPointStatus
|
365
|
-
|
365
|
+
|
366
366
|
def initialize(mountpointname=nil, filesystemid=nil, mountpointstatus=nil)
|
367
367
|
@MountPointName = mountpointname
|
368
368
|
@FileSystemId = filesystemid
|
@@ -384,7 +384,7 @@ module TencentCloud
|
|
384
384
|
# @type RequestId: String
|
385
385
|
|
386
386
|
attr_accessor :MountPoint, :RequestId
|
387
|
-
|
387
|
+
|
388
388
|
def initialize(mountpoint=nil, requestid=nil)
|
389
389
|
@MountPoint = mountpoint
|
390
390
|
@RequestId = requestid
|
@@ -407,7 +407,7 @@ module TencentCloud
|
|
407
407
|
# @type RestoreTasks: Array
|
408
408
|
|
409
409
|
attr_accessor :FileSystemId, :RestoreTasks
|
410
|
-
|
410
|
+
|
411
411
|
def initialize(filesystemid=nil, restoretasks=nil)
|
412
412
|
@FileSystemId = filesystemid
|
413
413
|
@RestoreTasks = restoretasks
|
@@ -432,7 +432,7 @@ module TencentCloud
|
|
432
432
|
# @type RequestId: String
|
433
433
|
|
434
434
|
attr_accessor :RequestId
|
435
|
-
|
435
|
+
|
436
436
|
def initialize(requestid=nil)
|
437
437
|
@RequestId = requestid
|
438
438
|
end
|
@@ -448,7 +448,7 @@ module TencentCloud
|
|
448
448
|
# @type AccessGroupId: String
|
449
449
|
|
450
450
|
attr_accessor :AccessGroupId
|
451
|
-
|
451
|
+
|
452
452
|
def initialize(accessgroupid=nil)
|
453
453
|
@AccessGroupId = accessgroupid
|
454
454
|
end
|
@@ -464,7 +464,7 @@ module TencentCloud
|
|
464
464
|
# @type RequestId: String
|
465
465
|
|
466
466
|
attr_accessor :RequestId
|
467
|
-
|
467
|
+
|
468
468
|
def initialize(requestid=nil)
|
469
469
|
@RequestId = requestid
|
470
470
|
end
|
@@ -480,7 +480,7 @@ module TencentCloud
|
|
480
480
|
# @type AccessRuleIds: Array
|
481
481
|
|
482
482
|
attr_accessor :AccessRuleIds
|
483
|
-
|
483
|
+
|
484
484
|
def initialize(accessruleids=nil)
|
485
485
|
@AccessRuleIds = accessruleids
|
486
486
|
end
|
@@ -496,7 +496,7 @@ module TencentCloud
|
|
496
496
|
# @type RequestId: String
|
497
497
|
|
498
498
|
attr_accessor :RequestId
|
499
|
-
|
499
|
+
|
500
500
|
def initialize(requestid=nil)
|
501
501
|
@RequestId = requestid
|
502
502
|
end
|
@@ -512,7 +512,7 @@ module TencentCloud
|
|
512
512
|
# @type FileSystemId: String
|
513
513
|
|
514
514
|
attr_accessor :FileSystemId
|
515
|
-
|
515
|
+
|
516
516
|
def initialize(filesystemid=nil)
|
517
517
|
@FileSystemId = filesystemid
|
518
518
|
end
|
@@ -528,7 +528,7 @@ module TencentCloud
|
|
528
528
|
# @type RequestId: String
|
529
529
|
|
530
530
|
attr_accessor :RequestId
|
531
|
-
|
531
|
+
|
532
532
|
def initialize(requestid=nil)
|
533
533
|
@RequestId = requestid
|
534
534
|
end
|
@@ -544,7 +544,7 @@ module TencentCloud
|
|
544
544
|
# @type LifeCycleRuleIds: Array
|
545
545
|
|
546
546
|
attr_accessor :LifeCycleRuleIds
|
547
|
-
|
547
|
+
|
548
548
|
def initialize(lifecycleruleids=nil)
|
549
549
|
@LifeCycleRuleIds = lifecycleruleids
|
550
550
|
end
|
@@ -560,7 +560,7 @@ module TencentCloud
|
|
560
560
|
# @type RequestId: String
|
561
561
|
|
562
562
|
attr_accessor :RequestId
|
563
|
-
|
563
|
+
|
564
564
|
def initialize(requestid=nil)
|
565
565
|
@RequestId = requestid
|
566
566
|
end
|
@@ -576,7 +576,7 @@ module TencentCloud
|
|
576
576
|
# @type MountPointId: String
|
577
577
|
|
578
578
|
attr_accessor :MountPointId
|
579
|
-
|
579
|
+
|
580
580
|
def initialize(mountpointid=nil)
|
581
581
|
@MountPointId = mountpointid
|
582
582
|
end
|
@@ -592,7 +592,7 @@ module TencentCloud
|
|
592
592
|
# @type RequestId: String
|
593
593
|
|
594
594
|
attr_accessor :RequestId
|
595
|
-
|
595
|
+
|
596
596
|
def initialize(requestid=nil)
|
597
597
|
@RequestId = requestid
|
598
598
|
end
|
@@ -608,7 +608,7 @@ module TencentCloud
|
|
608
608
|
# @type AccessGroupId: String
|
609
609
|
|
610
610
|
attr_accessor :AccessGroupId
|
611
|
-
|
611
|
+
|
612
612
|
def initialize(accessgroupid=nil)
|
613
613
|
@AccessGroupId = accessgroupid
|
614
614
|
end
|
@@ -626,7 +626,7 @@ module TencentCloud
|
|
626
626
|
# @type RequestId: String
|
627
627
|
|
628
628
|
attr_accessor :AccessGroup, :RequestId
|
629
|
-
|
629
|
+
|
630
630
|
def initialize(accessgroup=nil, requestid=nil)
|
631
631
|
@AccessGroup = accessgroup
|
632
632
|
@RequestId = requestid
|
@@ -650,7 +650,7 @@ module TencentCloud
|
|
650
650
|
# @type OwnerUin: Integer
|
651
651
|
|
652
652
|
attr_accessor :VpcId, :OwnerUin
|
653
|
-
|
653
|
+
|
654
654
|
def initialize(vpcid=nil, owneruin=nil)
|
655
655
|
@VpcId = vpcid
|
656
656
|
@OwnerUin = owneruin
|
@@ -670,7 +670,7 @@ module TencentCloud
|
|
670
670
|
# @type RequestId: String
|
671
671
|
|
672
672
|
attr_accessor :AccessGroups, :RequestId
|
673
|
-
|
673
|
+
|
674
674
|
def initialize(accessgroups=nil, requestid=nil)
|
675
675
|
@AccessGroups = accessgroups
|
676
676
|
@RequestId = requestid
|
@@ -695,7 +695,7 @@ module TencentCloud
|
|
695
695
|
# @type AccessGroupId: String
|
696
696
|
|
697
697
|
attr_accessor :AccessGroupId
|
698
|
-
|
698
|
+
|
699
699
|
def initialize(accessgroupid=nil)
|
700
700
|
@AccessGroupId = accessgroupid
|
701
701
|
end
|
@@ -713,7 +713,7 @@ module TencentCloud
|
|
713
713
|
# @type RequestId: String
|
714
714
|
|
715
715
|
attr_accessor :AccessRules, :RequestId
|
716
|
-
|
716
|
+
|
717
717
|
def initialize(accessrules=nil, requestid=nil)
|
718
718
|
@AccessRules = accessrules
|
719
719
|
@RequestId = requestid
|
@@ -738,7 +738,7 @@ module TencentCloud
|
|
738
738
|
# @type FileSystemId: String
|
739
739
|
|
740
740
|
attr_accessor :FileSystemId
|
741
|
-
|
741
|
+
|
742
742
|
def initialize(filesystemid=nil)
|
743
743
|
@FileSystemId = filesystemid
|
744
744
|
end
|
@@ -774,7 +774,7 @@ module TencentCloud
|
|
774
774
|
# @type RequestId: String
|
775
775
|
|
776
776
|
attr_accessor :FileSystem, :CapacityUsed, :ArchiveCapacityUsed, :StandardCapacityUsed, :DegradeCapacityUsed, :DeepArchiveCapacityUsed, :IntelligentCapacityUsed, :RequestId
|
777
|
-
|
777
|
+
|
778
778
|
def initialize(filesystem=nil, capacityused=nil, archivecapacityused=nil, standardcapacityused=nil, degradecapacityused=nil, deeparchivecapacityused=nil, intelligentcapacityused=nil, requestid=nil)
|
779
779
|
@FileSystem = filesystem
|
780
780
|
@CapacityUsed = capacityused
|
@@ -804,7 +804,7 @@ module TencentCloud
|
|
804
804
|
# DescribeFileSystems请求参数结构体
|
805
805
|
class DescribeFileSystemsRequest < TencentCloud::Common::AbstractModel
|
806
806
|
|
807
|
-
|
807
|
+
|
808
808
|
def initialize()
|
809
809
|
end
|
810
810
|
|
@@ -820,7 +820,7 @@ module TencentCloud
|
|
820
820
|
# @type RequestId: String
|
821
821
|
|
822
822
|
attr_accessor :FileSystems, :RequestId
|
823
|
-
|
823
|
+
|
824
824
|
def initialize(filesystems=nil, requestid=nil)
|
825
825
|
@FileSystems = filesystems
|
826
826
|
@RequestId = requestid
|
@@ -845,7 +845,7 @@ module TencentCloud
|
|
845
845
|
# @type FileSystemId: String
|
846
846
|
|
847
847
|
attr_accessor :FileSystemId
|
848
|
-
|
848
|
+
|
849
849
|
def initialize(filesystemid=nil)
|
850
850
|
@FileSystemId = filesystemid
|
851
851
|
end
|
@@ -863,7 +863,7 @@ module TencentCloud
|
|
863
863
|
# @type RequestId: String
|
864
864
|
|
865
865
|
attr_accessor :LifeCycleRules, :RequestId
|
866
|
-
|
866
|
+
|
867
867
|
def initialize(lifecyclerules=nil, requestid=nil)
|
868
868
|
@LifeCycleRules = lifecyclerules
|
869
869
|
@RequestId = requestid
|
@@ -888,7 +888,7 @@ module TencentCloud
|
|
888
888
|
# @type MountPointId: String
|
889
889
|
|
890
890
|
attr_accessor :MountPointId
|
891
|
-
|
891
|
+
|
892
892
|
def initialize(mountpointid=nil)
|
893
893
|
@MountPointId = mountpointid
|
894
894
|
end
|
@@ -906,7 +906,7 @@ module TencentCloud
|
|
906
906
|
# @type RequestId: String
|
907
907
|
|
908
908
|
attr_accessor :MountPoint, :RequestId
|
909
|
-
|
909
|
+
|
910
910
|
def initialize(mountpoint=nil, requestid=nil)
|
911
911
|
@MountPoint = mountpoint
|
912
912
|
@RequestId = requestid
|
@@ -932,7 +932,7 @@ module TencentCloud
|
|
932
932
|
# @type OwnerUin: Integer
|
933
933
|
|
934
934
|
attr_accessor :FileSystemId, :AccessGroupId, :OwnerUin
|
935
|
-
|
935
|
+
|
936
936
|
def initialize(filesystemid=nil, accessgroupid=nil, owneruin=nil)
|
937
937
|
@FileSystemId = filesystemid
|
938
938
|
@AccessGroupId = accessgroupid
|
@@ -954,7 +954,7 @@ module TencentCloud
|
|
954
954
|
# @type RequestId: String
|
955
955
|
|
956
956
|
attr_accessor :MountPoints, :RequestId
|
957
|
-
|
957
|
+
|
958
958
|
def initialize(mountpoints=nil, requestid=nil)
|
959
959
|
@MountPoints = mountpoints
|
960
960
|
@RequestId = requestid
|
@@ -979,7 +979,7 @@ module TencentCloud
|
|
979
979
|
# @type FileSystemId: String
|
980
980
|
|
981
981
|
attr_accessor :FileSystemId
|
982
|
-
|
982
|
+
|
983
983
|
def initialize(filesystemid=nil)
|
984
984
|
@FileSystemId = filesystemid
|
985
985
|
end
|
@@ -997,7 +997,7 @@ module TencentCloud
|
|
997
997
|
# @type RequestId: String
|
998
998
|
|
999
999
|
attr_accessor :Tags, :RequestId
|
1000
|
-
|
1000
|
+
|
1001
1001
|
def initialize(tags=nil, requestid=nil)
|
1002
1002
|
@Tags = tags
|
1003
1003
|
@RequestId = requestid
|
@@ -1022,7 +1022,7 @@ module TencentCloud
|
|
1022
1022
|
# @type FileSystemId: String
|
1023
1023
|
|
1024
1024
|
attr_accessor :FileSystemId
|
1025
|
-
|
1025
|
+
|
1026
1026
|
def initialize(filesystemid=nil)
|
1027
1027
|
@FileSystemId = filesystemid
|
1028
1028
|
end
|
@@ -1040,7 +1040,7 @@ module TencentCloud
|
|
1040
1040
|
# @type RequestId: String
|
1041
1041
|
|
1042
1042
|
attr_accessor :RestoreTasks, :RequestId
|
1043
|
-
|
1043
|
+
|
1044
1044
|
def initialize(restoretasks=nil, requestid=nil)
|
1045
1045
|
@RestoreTasks = restoretasks
|
1046
1046
|
@RequestId = requestid
|
@@ -1067,7 +1067,7 @@ module TencentCloud
|
|
1067
1067
|
# @type AccessGroupIds: Array
|
1068
1068
|
|
1069
1069
|
attr_accessor :MountPointId, :AccessGroupIds
|
1070
|
-
|
1070
|
+
|
1071
1071
|
def initialize(mountpointid=nil, accessgroupids=nil)
|
1072
1072
|
@MountPointId = mountpointid
|
1073
1073
|
@AccessGroupIds = accessgroupids
|
@@ -1085,7 +1085,7 @@ module TencentCloud
|
|
1085
1085
|
# @type RequestId: String
|
1086
1086
|
|
1087
1087
|
attr_accessor :RequestId
|
1088
|
-
|
1088
|
+
|
1089
1089
|
def initialize(requestid=nil)
|
1090
1090
|
@RequestId = requestid
|
1091
1091
|
end
|
@@ -1127,7 +1127,7 @@ module TencentCloud
|
|
1127
1127
|
# @type RangerServiceAddresses: Array
|
1128
1128
|
|
1129
1129
|
attr_accessor :AppId, :FileSystemName, :Description, :Region, :FileSystemId, :CreateTime, :BlockSize, :CapacityQuota, :Status, :SuperUsers, :PosixAcl, :EnableRanger, :RangerServiceAddresses
|
1130
|
-
|
1130
|
+
|
1131
1131
|
def initialize(appid=nil, filesystemname=nil, description=nil, region=nil, filesystemid=nil, createtime=nil, blocksize=nil, capacityquota=nil, status=nil, superusers=nil, posixacl=nil, enableranger=nil, rangerserviceaddresses=nil)
|
1132
1132
|
@AppId = appid
|
1133
1133
|
@FileSystemName = filesystemname
|
@@ -1181,7 +1181,7 @@ module TencentCloud
|
|
1181
1181
|
# @type LastSummaryTime: String
|
1182
1182
|
|
1183
1183
|
attr_accessor :LifeCycleRuleId, :LifeCycleRuleName, :Path, :Transitions, :Status, :CreateTime, :Summary, :LastSummaryTime
|
1184
|
-
|
1184
|
+
|
1185
1185
|
def initialize(lifecycleruleid=nil, lifecyclerulename=nil, path=nil, transitions=nil, status=nil, createtime=nil, summary=nil, lastsummarytime=nil)
|
1186
1186
|
@LifeCycleRuleId = lifecycleruleid
|
1187
1187
|
@LifeCycleRuleName = lifecyclerulename
|
@@ -1225,7 +1225,7 @@ module TencentCloud
|
|
1225
1225
|
# @type Description: String
|
1226
1226
|
|
1227
1227
|
attr_accessor :AccessGroupId, :AccessGroupName, :Description
|
1228
|
-
|
1228
|
+
|
1229
1229
|
def initialize(accessgroupid=nil, accessgroupname=nil, description=nil)
|
1230
1230
|
@AccessGroupId = accessgroupid
|
1231
1231
|
@AccessGroupName = accessgroupname
|
@@ -1245,7 +1245,7 @@ module TencentCloud
|
|
1245
1245
|
# @type RequestId: String
|
1246
1246
|
|
1247
1247
|
attr_accessor :RequestId
|
1248
|
-
|
1248
|
+
|
1249
1249
|
def initialize(requestid=nil)
|
1250
1250
|
@RequestId = requestid
|
1251
1251
|
end
|
@@ -1261,7 +1261,7 @@ module TencentCloud
|
|
1261
1261
|
# @type AccessRules: Array
|
1262
1262
|
|
1263
1263
|
attr_accessor :AccessRules
|
1264
|
-
|
1264
|
+
|
1265
1265
|
def initialize(accessrules=nil)
|
1266
1266
|
@AccessRules = accessrules
|
1267
1267
|
end
|
@@ -1284,7 +1284,7 @@ module TencentCloud
|
|
1284
1284
|
# @type RequestId: String
|
1285
1285
|
|
1286
1286
|
attr_accessor :RequestId
|
1287
|
-
|
1287
|
+
|
1288
1288
|
def initialize(requestid=nil)
|
1289
1289
|
@RequestId = requestid
|
1290
1290
|
end
|
@@ -1315,7 +1315,7 @@ module TencentCloud
|
|
1315
1315
|
# @type RangerServiceAddresses: Array
|
1316
1316
|
|
1317
1317
|
attr_accessor :FileSystemId, :FileSystemName, :Description, :CapacityQuota, :SuperUsers, :PosixAcl, :EnableRanger, :RangerServiceAddresses
|
1318
|
-
|
1318
|
+
|
1319
1319
|
def initialize(filesystemid=nil, filesystemname=nil, description=nil, capacityquota=nil, superusers=nil, posixacl=nil, enableranger=nil, rangerserviceaddresses=nil)
|
1320
1320
|
@FileSystemId = filesystemid
|
1321
1321
|
@FileSystemName = filesystemname
|
@@ -1345,7 +1345,7 @@ module TencentCloud
|
|
1345
1345
|
# @type RequestId: String
|
1346
1346
|
|
1347
1347
|
attr_accessor :RequestId
|
1348
|
-
|
1348
|
+
|
1349
1349
|
def initialize(requestid=nil)
|
1350
1350
|
@RequestId = requestid
|
1351
1351
|
end
|
@@ -1361,7 +1361,7 @@ module TencentCloud
|
|
1361
1361
|
# @type LifeCycleRules: Array
|
1362
1362
|
|
1363
1363
|
attr_accessor :LifeCycleRules
|
1364
|
-
|
1364
|
+
|
1365
1365
|
def initialize(lifecyclerules=nil)
|
1366
1366
|
@LifeCycleRules = lifecyclerules
|
1367
1367
|
end
|
@@ -1384,7 +1384,7 @@ module TencentCloud
|
|
1384
1384
|
# @type RequestId: String
|
1385
1385
|
|
1386
1386
|
attr_accessor :RequestId
|
1387
|
-
|
1387
|
+
|
1388
1388
|
def initialize(requestid=nil)
|
1389
1389
|
@RequestId = requestid
|
1390
1390
|
end
|
@@ -1404,7 +1404,7 @@ module TencentCloud
|
|
1404
1404
|
# @type MountPointStatus: Integer
|
1405
1405
|
|
1406
1406
|
attr_accessor :MountPointId, :MountPointName, :MountPointStatus
|
1407
|
-
|
1407
|
+
|
1408
1408
|
def initialize(mountpointid=nil, mountpointname=nil, mountpointstatus=nil)
|
1409
1409
|
@MountPointId = mountpointid
|
1410
1410
|
@MountPointName = mountpointname
|
@@ -1424,7 +1424,7 @@ module TencentCloud
|
|
1424
1424
|
# @type RequestId: String
|
1425
1425
|
|
1426
1426
|
attr_accessor :RequestId
|
1427
|
-
|
1427
|
+
|
1428
1428
|
def initialize(requestid=nil)
|
1429
1429
|
@RequestId = requestid
|
1430
1430
|
end
|
@@ -1442,7 +1442,7 @@ module TencentCloud
|
|
1442
1442
|
# @type Tags: Array
|
1443
1443
|
|
1444
1444
|
attr_accessor :FileSystemId, :Tags
|
1445
|
-
|
1445
|
+
|
1446
1446
|
def initialize(filesystemid=nil, tags=nil)
|
1447
1447
|
@FileSystemId = filesystemid
|
1448
1448
|
@Tags = tags
|
@@ -1467,7 +1467,7 @@ module TencentCloud
|
|
1467
1467
|
# @type RequestId: String
|
1468
1468
|
|
1469
1469
|
attr_accessor :RequestId
|
1470
|
-
|
1470
|
+
|
1471
1471
|
def initialize(requestid=nil)
|
1472
1472
|
@RequestId = requestid
|
1473
1473
|
end
|
@@ -1493,7 +1493,7 @@ module TencentCloud
|
|
1493
1493
|
# @type AccessGroupIds: Array
|
1494
1494
|
|
1495
1495
|
attr_accessor :MountPointId, :MountPointName, :FileSystemId, :Status, :CreateTime, :AccessGroupIds
|
1496
|
-
|
1496
|
+
|
1497
1497
|
def initialize(mountpointid=nil, mountpointname=nil, filesystemid=nil, status=nil, createtime=nil, accessgroupids=nil)
|
1498
1498
|
@MountPointId = mountpointid
|
1499
1499
|
@MountPointName = mountpointname
|
@@ -1529,7 +1529,7 @@ module TencentCloud
|
|
1529
1529
|
# @type CreateTime: String
|
1530
1530
|
|
1531
1531
|
attr_accessor :RestoreTaskId, :FilePath, :Type, :Days, :Status, :CreateTime
|
1532
|
-
|
1532
|
+
|
1533
1533
|
def initialize(restoretaskid=nil, filepath=nil, type=nil, days=nil, status=nil, createtime=nil)
|
1534
1534
|
@RestoreTaskId = restoretaskid
|
1535
1535
|
@FilePath = filepath
|
@@ -1571,7 +1571,7 @@ module TencentCloud
|
|
1571
1571
|
# @type IntelligentCapacityUsed: Integer
|
1572
1572
|
|
1573
1573
|
attr_accessor :CapacityUsed, :StandardCapacityUsed, :DegradeCapacityUsed, :ArchiveCapacityUsed, :DeepArchiveCapacityUsed, :IntelligentCapacityUsed
|
1574
|
-
|
1574
|
+
|
1575
1575
|
def initialize(capacityused=nil, standardcapacityused=nil, degradecapacityused=nil, archivecapacityused=nil, deeparchivecapacityused=nil, intelligentcapacityused=nil)
|
1576
1576
|
@CapacityUsed = capacityused
|
1577
1577
|
@StandardCapacityUsed = standardcapacityused
|
@@ -1599,7 +1599,7 @@ module TencentCloud
|
|
1599
1599
|
# @type Value: String
|
1600
1600
|
|
1601
1601
|
attr_accessor :Key, :Value
|
1602
|
-
|
1602
|
+
|
1603
1603
|
def initialize(key=nil, value=nil)
|
1604
1604
|
@Key = key
|
1605
1605
|
@Value = value
|
@@ -1619,7 +1619,7 @@ module TencentCloud
|
|
1619
1619
|
# @type Type: Integer
|
1620
1620
|
|
1621
1621
|
attr_accessor :Days, :Type
|
1622
|
-
|
1622
|
+
|
1623
1623
|
def initialize(days=nil, type=nil)
|
1624
1624
|
@Days = days
|
1625
1625
|
@Type = type
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-chdfs
|
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
|