tencentcloud-sdk-dasb 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191018/models.rb +124 -124
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bea2a2311af8ac662a4393ebf75b1acddabea0ab
4
- data.tar.gz: 2d455bc0d28e9aeeb0995bcfe1975ef0b7caa83e
3
+ metadata.gz: 03144076e3abb7bebca7223c319d34824d9fa247
4
+ data.tar.gz: 62702ebbe123eb5bfd4cdb4e66f397b3aa3f3833
5
5
  SHA512:
6
- metadata.gz: 1990dcc31d6fd9ea328538064c34a69cc75bc56e5bdf299b37fa55e6d2c17e8e157e8f768b7d5c0bd15662b85935f3875dd2a8cf5cbb4f7bae07e76db29a8b21
7
- data.tar.gz: 5b94eabc499a16ef02acf467c7de63ff6dea4a26bfcd99544b8faf32eba7f97adbfc145a16f81756344b5fdae703f4d57b43168b4dca65327f956a57e1ac2dbb
6
+ metadata.gz: 29e8fcd88ba0d5b4a47195b22b4d4c3fd03b70d6d5a7365e2a5df28e8d00182aed038d1d6c659e78ce5d8ac543b543a31cdded6ba3e467cd4152f578ae33ab05
7
+ data.tar.gz: 151115ad863f1cad24dca58778c2fbe88230ec5aea811056f14e7bdbbac7fe18834af6940e7866f5f8a0b4616a85ea07a8e76ac08973c829594533fa47eae37d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -78,7 +78,7 @@ module TencentCloud
78
78
  # @type Department: :class:`Tencentcloud::Dasb.v20191018.models.Department`
79
79
 
80
80
  attr_accessor :Id, :Name, :AllowDiskRedirect, :AllowClipFileUp, :AllowClipFileDown, :AllowClipTextUp, :AllowClipTextDown, :AllowFileUp, :MaxFileUpSize, :AllowFileDown, :MaxFileDownSize, :AllowAnyAccount, :UserSet, :UserGroupSet, :DeviceSet, :DeviceGroupSet, :AccountSet, :CmdTemplateSet, :AllowDiskFileUp, :AllowDiskFileDown, :AllowShellFileUp, :AllowShellFileDown, :AllowFileDel, :ValidateFrom, :ValidateTo, :Status, :Department
81
-
81
+
82
82
  def initialize(id=nil, name=nil, allowdiskredirect=nil, allowclipfileup=nil, allowclipfiledown=nil, allowcliptextup=nil, allowcliptextdown=nil, allowfileup=nil, maxfileupsize=nil, allowfiledown=nil, maxfiledownsize=nil, allowanyaccount=nil, userset=nil, usergroupset=nil, deviceset=nil, devicegroupset=nil, accountset=nil, cmdtemplateset=nil, allowdiskfileup=nil, allowdiskfiledown=nil, allowshellfileup=nil, allowshellfiledown=nil, allowfiledel=nil, validatefrom=nil, validateto=nil, status=nil, department=nil)
83
83
  @Id = id
84
84
  @Name = name
@@ -186,7 +186,7 @@ module TencentCloud
186
186
  # @type MemberIdSet: Array
187
187
 
188
188
  attr_accessor :Id, :MemberIdSet
189
-
189
+
190
190
  def initialize(id=nil, memberidset=nil)
191
191
  @Id = id
192
192
  @MemberIdSet = memberidset
@@ -204,7 +204,7 @@ module TencentCloud
204
204
  # @type RequestId: String
205
205
 
206
206
  attr_accessor :RequestId
207
-
207
+
208
208
  def initialize(requestid=nil)
209
209
  @RequestId = requestid
210
210
  end
@@ -222,7 +222,7 @@ module TencentCloud
222
222
  # @type MemberIdSet: Array
223
223
 
224
224
  attr_accessor :Id, :MemberIdSet
225
-
225
+
226
226
  def initialize(id=nil, memberidset=nil)
227
227
  @Id = id
228
228
  @MemberIdSet = memberidset
@@ -240,7 +240,7 @@ module TencentCloud
240
240
  # @type RequestId: String
241
241
 
242
242
  attr_accessor :RequestId
243
-
243
+
244
244
  def initialize(requestid=nil)
245
245
  @RequestId = requestid
246
246
  end
@@ -260,7 +260,7 @@ module TencentCloud
260
260
  # @type InProcess: Boolean
261
261
 
262
262
  attr_accessor :LastTime, :LastStatus, :InProcess
263
-
263
+
264
264
  def initialize(lasttime=nil, laststatus=nil, inprocess=nil)
265
265
  @LastTime = lasttime
266
266
  @LastStatus = laststatus
@@ -300,7 +300,7 @@ module TencentCloud
300
300
  # @type SubAccountUin: String
301
301
 
302
302
  attr_accessor :Sid, :Uin, :Time, :ClientIp, :Operation, :InstanceId, :DeviceName, :Protocol, :PrivateIp, :PublicIp, :SubAccountUin
303
-
303
+
304
304
  def initialize(sid=nil, uin=nil, time=nil, clientip=nil, operation=nil, instanceid=nil, devicename=nil, protocol=nil, privateip=nil, publicip=nil, subaccountuin=nil)
305
305
  @Sid = sid
306
306
  @Uin = uin
@@ -338,7 +338,7 @@ module TencentCloud
338
338
  # @type Password: String
339
339
 
340
340
  attr_accessor :Id, :Password
341
-
341
+
342
342
  def initialize(id=nil, password=nil)
343
343
  @Id = id
344
344
  @Password = password
@@ -356,7 +356,7 @@ module TencentCloud
356
356
  # @type RequestId: String
357
357
 
358
358
  attr_accessor :RequestId
359
-
359
+
360
360
  def initialize(requestid=nil)
361
361
  @RequestId = requestid
362
362
  end
@@ -376,7 +376,7 @@ module TencentCloud
376
376
  # @type PrivateKeyPassword: String
377
377
 
378
378
  attr_accessor :Id, :PrivateKey, :PrivateKeyPassword
379
-
379
+
380
380
  def initialize(id=nil, privatekey=nil, privatekeypassword=nil)
381
381
  @Id = id
382
382
  @PrivateKey = privatekey
@@ -396,7 +396,7 @@ module TencentCloud
396
396
  # @type RequestId: String
397
397
 
398
398
  attr_accessor :RequestId
399
-
399
+
400
400
  def initialize(requestid=nil)
401
401
  @RequestId = requestid
402
402
  end
@@ -414,7 +414,7 @@ module TencentCloud
414
414
  # @type ResourceId: String
415
415
 
416
416
  attr_accessor :DeviceIdSet, :ResourceId
417
-
417
+
418
418
  def initialize(deviceidset=nil, resourceid=nil)
419
419
  @DeviceIdSet = deviceidset
420
420
  @ResourceId = resourceid
@@ -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
@@ -452,7 +452,7 @@ module TencentCloud
452
452
  # @type CmdList: String
453
453
 
454
454
  attr_accessor :Id, :Name, :CmdList
455
-
455
+
456
456
  def initialize(id=nil, name=nil, cmdlist=nil)
457
457
  @Id = id
458
458
  @Name = name
@@ -511,7 +511,7 @@ module TencentCloud
511
511
  # @type DeviceDepartmentName: String
512
512
 
513
513
  attr_accessor :Cmd, :Time, :TimeOffset, :Action, :Sid, :UserName, :Account, :InstanceId, :FromIp, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName
514
-
514
+
515
515
  def initialize(cmd=nil, time=nil, timeoffset=nil, action=nil, sid=nil, username=nil, account=nil, instanceid=nil, fromip=nil, sesstime=nil, confirmtime=nil, userdepartmentid=nil, userdepartmentname=nil, devicedepartmentid=nil, devicedepartmentname=nil)
516
516
  @Cmd = cmd
517
517
  @Time = time
@@ -607,7 +607,7 @@ module TencentCloud
607
607
  # @type DepartmentId: String
608
608
 
609
609
  attr_accessor :Name, :AllowDiskRedirect, :AllowAnyAccount, :AllowClipFileUp, :AllowClipFileDown, :AllowClipTextUp, :AllowClipTextDown, :AllowFileUp, :MaxFileUpSize, :AllowFileDown, :MaxFileDownSize, :UserIdSet, :UserGroupIdSet, :DeviceIdSet, :DeviceGroupIdSet, :AccountSet, :CmdTemplateIdSet, :ACTemplateIdSet, :AllowDiskFileUp, :AllowDiskFileDown, :AllowShellFileUp, :AllowShellFileDown, :AllowFileDel, :ValidateFrom, :ValidateTo, :DepartmentId
610
-
610
+
611
611
  def initialize(name=nil, allowdiskredirect=nil, allowanyaccount=nil, allowclipfileup=nil, allowclipfiledown=nil, allowcliptextup=nil, allowcliptextdown=nil, allowfileup=nil, maxfileupsize=nil, allowfiledown=nil, maxfiledownsize=nil, useridset=nil, usergroupidset=nil, deviceidset=nil, devicegroupidset=nil, accountset=nil, cmdtemplateidset=nil, actemplateidset=nil, allowdiskfileup=nil, allowdiskfiledown=nil, allowshellfileup=nil, allowshellfiledown=nil, allowfiledel=nil, validatefrom=nil, validateto=nil, departmentid=nil)
612
612
  @Name = name
613
613
  @AllowDiskRedirect = allowdiskredirect
@@ -675,7 +675,7 @@ module TencentCloud
675
675
  # @type RequestId: String
676
676
 
677
677
  attr_accessor :Id, :RequestId
678
-
678
+
679
679
  def initialize(id=nil, requestid=nil)
680
680
  @Id = id
681
681
  @RequestId = requestid
@@ -693,7 +693,7 @@ module TencentCloud
693
693
  # @type Category: Integer
694
694
 
695
695
  attr_accessor :Category
696
-
696
+
697
697
  def initialize(category=nil)
698
698
  @Category = category
699
699
  end
@@ -709,7 +709,7 @@ module TencentCloud
709
709
  # @type RequestId: String
710
710
 
711
711
  attr_accessor :RequestId
712
-
712
+
713
713
  def initialize(requestid=nil)
714
714
  @RequestId = requestid
715
715
  end
@@ -731,7 +731,7 @@ module TencentCloud
731
731
  # @type Encoding: Integer
732
732
 
733
733
  attr_accessor :Name, :CmdList, :Encoding
734
-
734
+
735
735
  def initialize(name=nil, cmdlist=nil, encoding=nil)
736
736
  @Name = name
737
737
  @CmdList = cmdlist
@@ -753,7 +753,7 @@ module TencentCloud
753
753
  # @type RequestId: String
754
754
 
755
755
  attr_accessor :Id, :RequestId
756
-
756
+
757
757
  def initialize(id=nil, requestid=nil)
758
758
  @Id = id
759
759
  @RequestId = requestid
@@ -773,7 +773,7 @@ module TencentCloud
773
773
  # @type Account: String
774
774
 
775
775
  attr_accessor :DeviceId, :Account
776
-
776
+
777
777
  def initialize(deviceid=nil, account=nil)
778
778
  @DeviceId = deviceid
779
779
  @Account = account
@@ -793,7 +793,7 @@ module TencentCloud
793
793
  # @type RequestId: String
794
794
 
795
795
  attr_accessor :Id, :RequestId
796
-
796
+
797
797
  def initialize(id=nil, requestid=nil)
798
798
  @Id = id
799
799
  @RequestId = requestid
@@ -813,7 +813,7 @@ module TencentCloud
813
813
  # @type DepartmentId: String
814
814
 
815
815
  attr_accessor :Name, :DepartmentId
816
-
816
+
817
817
  def initialize(name=nil, departmentid=nil)
818
818
  @Name = name
819
819
  @DepartmentId = departmentid
@@ -833,7 +833,7 @@ module TencentCloud
833
833
  # @type RequestId: String
834
834
 
835
835
  attr_accessor :Id, :RequestId
836
-
836
+
837
837
  def initialize(id=nil, requestid=nil)
838
838
  @Id = id
839
839
  @RequestId = requestid
@@ -853,7 +853,7 @@ module TencentCloud
853
853
  # @type DepartmentId: String
854
854
 
855
855
  attr_accessor :Name, :DepartmentId
856
-
856
+
857
857
  def initialize(name=nil, departmentid=nil)
858
858
  @Name = name
859
859
  @DepartmentId = departmentid
@@ -873,7 +873,7 @@ module TencentCloud
873
873
  # @type RequestId: String
874
874
 
875
875
  attr_accessor :Id, :RequestId
876
-
876
+
877
877
  def initialize(id=nil, requestid=nil)
878
878
  @Id = id
879
879
  @RequestId = requestid
@@ -911,7 +911,7 @@ module TencentCloud
911
911
  # @type DepartmentId: String
912
912
 
913
913
  attr_accessor :UserName, :RealName, :Phone, :Email, :ValidateFrom, :ValidateTo, :GroupIdSet, :AuthType, :ValidateTime, :DepartmentId
914
-
914
+
915
915
  def initialize(username=nil, realname=nil, phone=nil, email=nil, validatefrom=nil, validateto=nil, groupidset=nil, authtype=nil, validatetime=nil, departmentid=nil)
916
916
  @UserName = username
917
917
  @RealName = realname
@@ -947,7 +947,7 @@ module TencentCloud
947
947
  # @type RequestId: String
948
948
 
949
949
  attr_accessor :Id, :RequestId
950
-
950
+
951
951
  def initialize(id=nil, requestid=nil)
952
952
  @Id = id
953
953
  @RequestId = requestid
@@ -965,7 +965,7 @@ module TencentCloud
965
965
  # @type IdSet: Array
966
966
 
967
967
  attr_accessor :IdSet
968
-
968
+
969
969
  def initialize(idset=nil)
970
970
  @IdSet = idset
971
971
  end
@@ -981,7 +981,7 @@ module TencentCloud
981
981
  # @type RequestId: String
982
982
 
983
983
  attr_accessor :RequestId
984
-
984
+
985
985
  def initialize(requestid=nil)
986
986
  @RequestId = requestid
987
987
  end
@@ -997,7 +997,7 @@ module TencentCloud
997
997
  # @type IdSet: Array
998
998
 
999
999
  attr_accessor :IdSet
1000
-
1000
+
1001
1001
  def initialize(idset=nil)
1002
1002
  @IdSet = idset
1003
1003
  end
@@ -1013,7 +1013,7 @@ module TencentCloud
1013
1013
  # @type RequestId: String
1014
1014
 
1015
1015
  attr_accessor :RequestId
1016
-
1016
+
1017
1017
  def initialize(requestid=nil)
1018
1018
  @RequestId = requestid
1019
1019
  end
@@ -1029,7 +1029,7 @@ module TencentCloud
1029
1029
  # @type IdSet: Array
1030
1030
 
1031
1031
  attr_accessor :IdSet
1032
-
1032
+
1033
1033
  def initialize(idset=nil)
1034
1034
  @IdSet = idset
1035
1035
  end
@@ -1045,7 +1045,7 @@ module TencentCloud
1045
1045
  # @type RequestId: String
1046
1046
 
1047
1047
  attr_accessor :RequestId
1048
-
1048
+
1049
1049
  def initialize(requestid=nil)
1050
1050
  @RequestId = requestid
1051
1051
  end
@@ -1063,7 +1063,7 @@ module TencentCloud
1063
1063
  # @type MemberIdSet: Array
1064
1064
 
1065
1065
  attr_accessor :Id, :MemberIdSet
1066
-
1066
+
1067
1067
  def initialize(id=nil, memberidset=nil)
1068
1068
  @Id = id
1069
1069
  @MemberIdSet = memberidset
@@ -1081,7 +1081,7 @@ module TencentCloud
1081
1081
  # @type RequestId: String
1082
1082
 
1083
1083
  attr_accessor :RequestId
1084
-
1084
+
1085
1085
  def initialize(requestid=nil)
1086
1086
  @RequestId = requestid
1087
1087
  end
@@ -1097,7 +1097,7 @@ module TencentCloud
1097
1097
  # @type IdSet: Array
1098
1098
 
1099
1099
  attr_accessor :IdSet
1100
-
1100
+
1101
1101
  def initialize(idset=nil)
1102
1102
  @IdSet = idset
1103
1103
  end
@@ -1113,7 +1113,7 @@ module TencentCloud
1113
1113
  # @type RequestId: String
1114
1114
 
1115
1115
  attr_accessor :RequestId
1116
-
1116
+
1117
1117
  def initialize(requestid=nil)
1118
1118
  @RequestId = requestid
1119
1119
  end
@@ -1129,7 +1129,7 @@ module TencentCloud
1129
1129
  # @type IdSet: Array
1130
1130
 
1131
1131
  attr_accessor :IdSet
1132
-
1132
+
1133
1133
  def initialize(idset=nil)
1134
1134
  @IdSet = idset
1135
1135
  end
@@ -1145,7 +1145,7 @@ module TencentCloud
1145
1145
  # @type RequestId: String
1146
1146
 
1147
1147
  attr_accessor :RequestId
1148
-
1148
+
1149
1149
  def initialize(requestid=nil)
1150
1150
  @RequestId = requestid
1151
1151
  end
@@ -1163,7 +1163,7 @@ module TencentCloud
1163
1163
  # @type MemberIdSet: Array
1164
1164
 
1165
1165
  attr_accessor :Id, :MemberIdSet
1166
-
1166
+
1167
1167
  def initialize(id=nil, memberidset=nil)
1168
1168
  @Id = id
1169
1169
  @MemberIdSet = memberidset
@@ -1181,7 +1181,7 @@ module TencentCloud
1181
1181
  # @type RequestId: String
1182
1182
 
1183
1183
  attr_accessor :RequestId
1184
-
1184
+
1185
1185
  def initialize(requestid=nil)
1186
1186
  @RequestId = requestid
1187
1187
  end
@@ -1197,7 +1197,7 @@ module TencentCloud
1197
1197
  # @type IdSet: Array
1198
1198
 
1199
1199
  attr_accessor :IdSet
1200
-
1200
+
1201
1201
  def initialize(idset=nil)
1202
1202
  @IdSet = idset
1203
1203
  end
@@ -1213,7 +1213,7 @@ module TencentCloud
1213
1213
  # @type RequestId: String
1214
1214
 
1215
1215
  attr_accessor :RequestId
1216
-
1216
+
1217
1217
  def initialize(requestid=nil)
1218
1218
  @RequestId = requestid
1219
1219
  end
@@ -1229,7 +1229,7 @@ module TencentCloud
1229
1229
  # @type IdSet: Array
1230
1230
 
1231
1231
  attr_accessor :IdSet
1232
-
1232
+
1233
1233
  def initialize(idset=nil)
1234
1234
  @IdSet = idset
1235
1235
  end
@@ -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
@@ -1266,7 +1266,7 @@ module TencentCloud
1266
1266
  # @type Managers: Array
1267
1267
 
1268
1268
  attr_accessor :Id, :Name, :Managers
1269
-
1269
+
1270
1270
  def initialize(id=nil, name=nil, managers=nil)
1271
1271
  @Id = id
1272
1272
  @Name = name
@@ -1302,7 +1302,7 @@ module TencentCloud
1302
1302
  # @type SubnetName: String
1303
1303
 
1304
1304
  attr_accessor :ResourceId, :ApCode, :Zone, :VpcId, :SubnetId, :CidrBlock, :VpcName, :VpcCidrBlock, :SubnetName
1305
-
1305
+
1306
1306
  def initialize(resourceid=nil, apcode=nil, zone=nil, vpcid=nil, subnetid=nil, cidrblock=nil, vpcname=nil, vpccidrblock=nil, subnetname=nil)
1307
1307
  @ResourceId = resourceid
1308
1308
  @ApCode = apcode
@@ -1334,7 +1334,7 @@ module TencentCloud
1334
1334
  # @type RequestId: String
1335
1335
 
1336
1336
  attr_accessor :RequestId
1337
-
1337
+
1338
1338
  def initialize(requestid=nil)
1339
1339
  @RequestId = requestid
1340
1340
  end
@@ -1366,7 +1366,7 @@ module TencentCloud
1366
1366
  # @type DepartmentId: String
1367
1367
 
1368
1368
  attr_accessor :IdSet, :Name, :Offset, :Limit, :Exact, :AuthorizedUserIdSet, :AuthorizedDeviceIdSet, :Status, :DepartmentId
1369
-
1369
+
1370
1370
  def initialize(idset=nil, name=nil, offset=nil, limit=nil, exact=nil, authorizeduseridset=nil, authorizeddeviceidset=nil, status=nil, departmentid=nil)
1371
1371
  @IdSet = idset
1372
1372
  @Name = name
@@ -1402,7 +1402,7 @@ module TencentCloud
1402
1402
  # @type RequestId: String
1403
1403
 
1404
1404
  attr_accessor :TotalCount, :AclSet, :RequestId
1405
-
1405
+
1406
1406
  def initialize(totalcount=nil, aclset=nil, requestid=nil)
1407
1407
  @TotalCount = totalcount
1408
1408
  @AclSet = aclset
@@ -1429,7 +1429,7 @@ module TencentCloud
1429
1429
  # @type Category: Integer
1430
1430
 
1431
1431
  attr_accessor :Category
1432
-
1432
+
1433
1433
  def initialize(category=nil)
1434
1434
  @Category = category
1435
1435
  end
@@ -1447,7 +1447,7 @@ module TencentCloud
1447
1447
  # @type RequestId: String
1448
1448
 
1449
1449
  attr_accessor :Status, :RequestId
1450
-
1450
+
1451
1451
  def initialize(status=nil, requestid=nil)
1452
1452
  @Status = status
1453
1453
  @RequestId = requestid
@@ -1474,7 +1474,7 @@ module TencentCloud
1474
1474
  # @type Limit: Integer
1475
1475
 
1476
1476
  attr_accessor :IdSet, :Name, :Offset, :Limit
1477
-
1477
+
1478
1478
  def initialize(idset=nil, name=nil, offset=nil, limit=nil)
1479
1479
  @IdSet = idset
1480
1480
  @Name = name
@@ -1500,7 +1500,7 @@ module TencentCloud
1500
1500
  # @type RequestId: String
1501
1501
 
1502
1502
  attr_accessor :CmdTemplateSet, :TotalCount, :RequestId
1503
-
1503
+
1504
1504
  def initialize(cmdtemplateset=nil, totalcount=nil, requestid=nil)
1505
1505
  @CmdTemplateSet = cmdtemplateset
1506
1506
  @TotalCount = totalcount
@@ -1524,7 +1524,7 @@ module TencentCloud
1524
1524
  # DescribeDasbImageIds请求参数结构体
1525
1525
  class DescribeDasbImageIdsRequest < TencentCloud::Common::AbstractModel
1526
1526
 
1527
-
1527
+
1528
1528
  def initialize()
1529
1529
  end
1530
1530
 
@@ -1542,7 +1542,7 @@ module TencentCloud
1542
1542
  # @type RequestId: String
1543
1543
 
1544
1544
  attr_accessor :BaseImageId, :AiImageId, :RequestId
1545
-
1545
+
1546
1546
  def initialize(baseimageid=nil, aiimageid=nil, requestid=nil)
1547
1547
  @BaseImageId = baseimageid
1548
1548
  @AiImageId = aiimageid
@@ -1570,7 +1570,7 @@ module TencentCloud
1570
1570
  # @type Limit: Integer
1571
1571
 
1572
1572
  attr_accessor :IdSet, :Account, :DeviceId, :Offset, :Limit
1573
-
1573
+
1574
1574
  def initialize(idset=nil, account=nil, deviceid=nil, offset=nil, limit=nil)
1575
1575
  @IdSet = idset
1576
1576
  @Account = account
@@ -1598,7 +1598,7 @@ module TencentCloud
1598
1598
  # @type RequestId: String
1599
1599
 
1600
1600
  attr_accessor :TotalCount, :DeviceAccountSet, :RequestId
1601
-
1601
+
1602
1602
  def initialize(totalcount=nil, deviceaccountset=nil, requestid=nil)
1603
1603
  @TotalCount = totalcount
1604
1604
  @DeviceAccountSet = deviceaccountset
@@ -1639,7 +1639,7 @@ module TencentCloud
1639
1639
  # @type TagFilters: Array
1640
1640
 
1641
1641
  attr_accessor :Id, :Bound, :Name, :Offset, :Limit, :Kind, :DepartmentId, :TagFilters
1642
-
1642
+
1643
1643
  def initialize(id=nil, bound=nil, name=nil, offset=nil, limit=nil, kind=nil, departmentid=nil, tagfilters=nil)
1644
1644
  @Id = id
1645
1645
  @Bound = bound
@@ -1680,7 +1680,7 @@ module TencentCloud
1680
1680
  # @type RequestId: String
1681
1681
 
1682
1682
  attr_accessor :TotalCount, :DeviceSet, :RequestId
1683
-
1683
+
1684
1684
  def initialize(totalcount=nil, deviceset=nil, requestid=nil)
1685
1685
  @TotalCount = totalcount
1686
1686
  @DeviceSet = deviceset
@@ -1715,7 +1715,7 @@ module TencentCloud
1715
1715
  # @type DepartmentId: String
1716
1716
 
1717
1717
  attr_accessor :IdSet, :Name, :Offset, :Limit, :DepartmentId
1718
-
1718
+
1719
1719
  def initialize(idset=nil, name=nil, offset=nil, limit=nil, departmentid=nil)
1720
1720
  @IdSet = idset
1721
1721
  @Name = name
@@ -1743,7 +1743,7 @@ module TencentCloud
1743
1743
  # @type RequestId: String
1744
1744
 
1745
1745
  attr_accessor :TotalCount, :GroupSet, :RequestId
1746
-
1746
+
1747
1747
  def initialize(totalcount=nil, groupset=nil, requestid=nil)
1748
1748
  @TotalCount = totalcount
1749
1749
  @GroupSet = groupset
@@ -1795,7 +1795,7 @@ module TencentCloud
1795
1795
  # @type Filters: Array
1796
1796
 
1797
1797
  attr_accessor :IdSet, :Name, :Ip, :ApCodeSet, :Kind, :Offset, :Limit, :AuthorizedUserIdSet, :ResourceIdSet, :KindSet, :DepartmentId, :TagFilters, :Filters
1798
-
1798
+
1799
1799
  def initialize(idset=nil, name=nil, ip=nil, apcodeset=nil, kind=nil, offset=nil, limit=nil, authorizeduseridset=nil, resourceidset=nil, kindset=nil, departmentid=nil, tagfilters=nil, filters=nil)
1800
1800
  @IdSet = idset
1801
1801
  @Name = name
@@ -1853,7 +1853,7 @@ module TencentCloud
1853
1853
  # @type RequestId: String
1854
1854
 
1855
1855
  attr_accessor :TotalCount, :DeviceSet, :RequestId
1856
-
1856
+
1857
1857
  def initialize(totalcount=nil, deviceset=nil, requestid=nil)
1858
1858
  @TotalCount = totalcount
1859
1859
  @DeviceSet = deviceset
@@ -1896,7 +1896,7 @@ module TencentCloud
1896
1896
  # @type Limit: Integer
1897
1897
 
1898
1898
  attr_accessor :UserName, :RealName, :StartTime, :EndTime, :SourceIp, :Entry, :Result, :Offset, :Limit
1899
-
1899
+
1900
1900
  def initialize(username=nil, realname=nil, starttime=nil, endtime=nil, sourceip=nil, entry=nil, result=nil, offset=nil, limit=nil)
1901
1901
  @UserName = username
1902
1902
  @RealName = realname
@@ -1932,7 +1932,7 @@ module TencentCloud
1932
1932
  # @type RequestId: String
1933
1933
 
1934
1934
  attr_accessor :LoginEventSet, :TotalCount, :RequestId
1935
-
1935
+
1936
1936
  def initialize(logineventset=nil, totalcount=nil, requestid=nil)
1937
1937
  @LoginEventSet = logineventset
1938
1938
  @TotalCount = totalcount
@@ -1975,7 +1975,7 @@ module TencentCloud
1975
1975
  # @type Limit: Integer
1976
1976
 
1977
1977
  attr_accessor :UserName, :RealName, :StartTime, :EndTime, :SourceIp, :Kind, :Result, :Offset, :Limit
1978
-
1978
+
1979
1979
  def initialize(username=nil, realname=nil, starttime=nil, endtime=nil, sourceip=nil, kind=nil, result=nil, offset=nil, limit=nil)
1980
1980
  @UserName = username
1981
1981
  @RealName = realname
@@ -2011,7 +2011,7 @@ module TencentCloud
2011
2011
  # @type RequestId: String
2012
2012
 
2013
2013
  attr_accessor :OperationEventSet, :TotalCount, :RequestId
2014
-
2014
+
2015
2015
  def initialize(operationeventset=nil, totalcount=nil, requestid=nil)
2016
2016
  @OperationEventSet = operationeventset
2017
2017
  @TotalCount = totalcount
@@ -2042,7 +2042,7 @@ module TencentCloud
2042
2042
  # @type ResourceIds: Array
2043
2043
 
2044
2044
  attr_accessor :ApCode, :VpcId, :ResourceIds
2045
-
2045
+
2046
2046
  def initialize(apcode=nil, vpcid=nil, resourceids=nil)
2047
2047
  @ApCode = apcode
2048
2048
  @VpcId = vpcid
@@ -2064,7 +2064,7 @@ module TencentCloud
2064
2064
  # @type RequestId: String
2065
2065
 
2066
2066
  attr_accessor :ResourceSet, :RequestId
2067
-
2067
+
2068
2068
  def initialize(resourceset=nil, requestid=nil)
2069
2069
  @ResourceSet = resourceset
2070
2070
  @RequestId = requestid
@@ -2099,7 +2099,7 @@ module TencentCloud
2099
2099
  # @type DepartmentId: String
2100
2100
 
2101
2101
  attr_accessor :Id, :Bound, :Name, :Offset, :Limit, :DepartmentId
2102
-
2102
+
2103
2103
  def initialize(id=nil, bound=nil, name=nil, offset=nil, limit=nil, departmentid=nil)
2104
2104
  @Id = id
2105
2105
  @Bound = bound
@@ -2129,7 +2129,7 @@ module TencentCloud
2129
2129
  # @type RequestId: String
2130
2130
 
2131
2131
  attr_accessor :TotalCount, :UserSet, :RequestId
2132
-
2132
+
2133
2133
  def initialize(totalcount=nil, userset=nil, requestid=nil)
2134
2134
  @TotalCount = totalcount
2135
2135
  @UserSet = userset
@@ -2164,7 +2164,7 @@ module TencentCloud
2164
2164
  # @type DepartmentId: String
2165
2165
 
2166
2166
  attr_accessor :IdSet, :Name, :Offset, :Limit, :DepartmentId
2167
-
2167
+
2168
2168
  def initialize(idset=nil, name=nil, offset=nil, limit=nil, departmentid=nil)
2169
2169
  @IdSet = idset
2170
2170
  @Name = name
@@ -2192,7 +2192,7 @@ module TencentCloud
2192
2192
  # @type RequestId: String
2193
2193
 
2194
2194
  attr_accessor :TotalCount, :GroupSet, :RequestId
2195
-
2195
+
2196
2196
  def initialize(totalcount=nil, groupset=nil, requestid=nil)
2197
2197
  @TotalCount = totalcount
2198
2198
  @GroupSet = groupset
@@ -2236,7 +2236,7 @@ module TencentCloud
2236
2236
  # @type DepartmentId: String
2237
2237
 
2238
2238
  attr_accessor :IdSet, :Name, :Offset, :Limit, :UserName, :Phone, :AuthorizedDeviceIdSet, :AuthTypeSet, :DepartmentId
2239
-
2239
+
2240
2240
  def initialize(idset=nil, name=nil, offset=nil, limit=nil, username=nil, phone=nil, authorizeddeviceidset=nil, authtypeset=nil, departmentid=nil)
2241
2241
  @IdSet = idset
2242
2242
  @Name = name
@@ -2272,7 +2272,7 @@ module TencentCloud
2272
2272
  # @type RequestId: String
2273
2273
 
2274
2274
  attr_accessor :TotalCount, :UserSet, :RequestId
2275
-
2275
+
2276
2276
  def initialize(totalcount=nil, userset=nil, requestid=nil)
2277
2277
  @TotalCount = totalcount
2278
2278
  @UserSet = userset
@@ -2329,7 +2329,7 @@ module TencentCloud
2329
2329
  # @type Department: :class:`Tencentcloud::Dasb.v20191018.models.Department`
2330
2330
 
2331
2331
  attr_accessor :Id, :InstanceId, :Name, :PublicIp, :PrivateIp, :ApCode, :OsName, :Kind, :Port, :GroupSet, :AccountCount, :VpcId, :SubnetId, :Resource, :Department
2332
-
2332
+
2333
2333
  def initialize(id=nil, instanceid=nil, name=nil, publicip=nil, privateip=nil, apcode=nil, osname=nil, kind=nil, port=nil, groupset=nil, accountcount=nil, vpcid=nil, subnetid=nil, resource=nil, department=nil)
2334
2334
  @Id = id
2335
2335
  @InstanceId = instanceid
@@ -2394,7 +2394,7 @@ module TencentCloud
2394
2394
  # @type BoundPrivateKey: Boolean
2395
2395
 
2396
2396
  attr_accessor :Id, :DeviceId, :Account, :BoundPassword, :BoundPrivateKey
2397
-
2397
+
2398
2398
  def initialize(id=nil, deviceid=nil, account=nil, boundpassword=nil, boundprivatekey=nil)
2399
2399
  @Id = id
2400
2400
  @DeviceId = deviceid
@@ -2426,7 +2426,7 @@ module TencentCloud
2426
2426
  # @type DepartmentId: String
2427
2427
 
2428
2428
  attr_accessor :OsName, :Ip, :Port, :Name, :DepartmentId
2429
-
2429
+
2430
2430
  def initialize(osname=nil, ip=nil, port=nil, name=nil, departmentid=nil)
2431
2431
  @OsName = osname
2432
2432
  @Ip = ip
@@ -2454,7 +2454,7 @@ module TencentCloud
2454
2454
  # @type Values: Array
2455
2455
 
2456
2456
  attr_accessor :Name, :Values
2457
-
2457
+
2458
2458
  def initialize(name=nil, values=nil)
2459
2459
  @Name = name
2460
2460
  @Values = values
@@ -2480,7 +2480,7 @@ module TencentCloud
2480
2480
  # @type Count: Integer
2481
2481
 
2482
2482
  attr_accessor :Id, :Name, :Department, :Count
2483
-
2483
+
2484
2484
  def initialize(id=nil, name=nil, department=nil, count=nil)
2485
2485
  @Id = id
2486
2486
  @Name = name
@@ -2505,7 +2505,7 @@ module TencentCloud
2505
2505
  # @type DeviceSet: Array
2506
2506
 
2507
2507
  attr_accessor :DeviceSet
2508
-
2508
+
2509
2509
  def initialize(deviceset=nil)
2510
2510
  @DeviceSet = deviceset
2511
2511
  end
@@ -2528,7 +2528,7 @@ module TencentCloud
2528
2528
  # @type RequestId: String
2529
2529
 
2530
2530
  attr_accessor :RequestId
2531
-
2531
+
2532
2532
  def initialize(requestid=nil)
2533
2533
  @RequestId = requestid
2534
2534
  end
@@ -2554,7 +2554,7 @@ module TencentCloud
2554
2554
  # @type Result: Integer
2555
2555
 
2556
2556
  attr_accessor :UserName, :RealName, :Time, :SourceIp, :Entry, :Result
2557
-
2557
+
2558
2558
  def initialize(username=nil, realname=nil, time=nil, sourceip=nil, entry=nil, result=nil)
2559
2559
  @UserName = username
2560
2560
  @RealName = realname
@@ -2634,7 +2634,7 @@ module TencentCloud
2634
2634
  # @type DepartmentId: String
2635
2635
 
2636
2636
  attr_accessor :Name, :AllowDiskRedirect, :AllowAnyAccount, :Id, :AllowClipFileUp, :AllowClipFileDown, :AllowClipTextUp, :AllowClipTextDown, :AllowFileUp, :MaxFileUpSize, :AllowFileDown, :MaxFileDownSize, :UserIdSet, :UserGroupIdSet, :DeviceIdSet, :DeviceGroupIdSet, :AccountSet, :CmdTemplateIdSet, :ACTemplateIdSet, :AllowDiskFileUp, :AllowDiskFileDown, :AllowShellFileUp, :AllowShellFileDown, :AllowFileDel, :ValidateFrom, :ValidateTo, :DepartmentId
2637
-
2637
+
2638
2638
  def initialize(name=nil, allowdiskredirect=nil, allowanyaccount=nil, id=nil, allowclipfileup=nil, allowclipfiledown=nil, allowcliptextup=nil, allowcliptextdown=nil, allowfileup=nil, maxfileupsize=nil, allowfiledown=nil, maxfiledownsize=nil, useridset=nil, usergroupidset=nil, deviceidset=nil, devicegroupidset=nil, accountset=nil, cmdtemplateidset=nil, actemplateidset=nil, allowdiskfileup=nil, allowdiskfiledown=nil, allowshellfileup=nil, allowshellfiledown=nil, allowfiledel=nil, validatefrom=nil, validateto=nil, departmentid=nil)
2639
2639
  @Name = name
2640
2640
  @AllowDiskRedirect = allowdiskredirect
@@ -2702,7 +2702,7 @@ module TencentCloud
2702
2702
  # @type RequestId: String
2703
2703
 
2704
2704
  attr_accessor :RequestId
2705
-
2705
+
2706
2706
  def initialize(requestid=nil)
2707
2707
  @RequestId = requestid
2708
2708
  end
@@ -2722,7 +2722,7 @@ module TencentCloud
2722
2722
  # @type DepartmentId: String
2723
2723
 
2724
2724
  attr_accessor :Name, :Id, :DepartmentId
2725
-
2725
+
2726
2726
  def initialize(name=nil, id=nil, departmentid=nil)
2727
2727
  @Name = name
2728
2728
  @Id = id
@@ -2742,7 +2742,7 @@ module TencentCloud
2742
2742
  # @type RequestId: String
2743
2743
 
2744
2744
  attr_accessor :RequestId
2745
-
2745
+
2746
2746
  def initialize(requestid=nil)
2747
2747
  @RequestId = requestid
2748
2748
  end
@@ -2764,7 +2764,7 @@ module TencentCloud
2764
2764
  # @type DepartmentId: String
2765
2765
 
2766
2766
  attr_accessor :Id, :Port, :GroupIdSet, :DepartmentId
2767
-
2767
+
2768
2768
  def initialize(id=nil, port=nil, groupidset=nil, departmentid=nil)
2769
2769
  @Id = id
2770
2770
  @Port = port
@@ -2786,7 +2786,7 @@ module TencentCloud
2786
2786
  # @type RequestId: String
2787
2787
 
2788
2788
  attr_accessor :RequestId
2789
-
2789
+
2790
2790
  def initialize(requestid=nil)
2791
2791
  @RequestId = requestid
2792
2792
  end
@@ -2822,7 +2822,7 @@ module TencentCloud
2822
2822
  # @type DepartmentId: String
2823
2823
 
2824
2824
  attr_accessor :Id, :RealName, :Phone, :Email, :ValidateFrom, :ValidateTo, :GroupIdSet, :AuthType, :ValidateTime, :DepartmentId
2825
-
2825
+
2826
2826
  def initialize(id=nil, realname=nil, phone=nil, email=nil, validatefrom=nil, validateto=nil, groupidset=nil, authtype=nil, validatetime=nil, departmentid=nil)
2827
2827
  @Id = id
2828
2828
  @RealName = realname
@@ -2856,7 +2856,7 @@ module TencentCloud
2856
2856
  # @type RequestId: String
2857
2857
 
2858
2858
  attr_accessor :RequestId
2859
-
2859
+
2860
2860
  def initialize(requestid=nil)
2861
2861
  @RequestId = requestid
2862
2862
  end
@@ -2884,7 +2884,7 @@ module TencentCloud
2884
2884
  # @type Result: Integer
2885
2885
 
2886
2886
  attr_accessor :UserName, :RealName, :Time, :SourceIp, :Kind, :Operation, :Result
2887
-
2887
+
2888
2888
  def initialize(username=nil, realname=nil, time=nil, sourceip=nil, kind=nil, operation=nil, result=nil)
2889
2889
  @UserName = username
2890
2890
  @RealName = realname
@@ -2912,7 +2912,7 @@ module TencentCloud
2912
2912
  # @type IdSet: Array
2913
2913
 
2914
2914
  attr_accessor :IdSet
2915
-
2915
+
2916
2916
  def initialize(idset=nil)
2917
2917
  @IdSet = idset
2918
2918
  end
@@ -2928,7 +2928,7 @@ module TencentCloud
2928
2928
  # @type RequestId: String
2929
2929
 
2930
2930
  attr_accessor :RequestId
2931
-
2931
+
2932
2932
  def initialize(requestid=nil)
2933
2933
  @RequestId = requestid
2934
2934
  end
@@ -2944,7 +2944,7 @@ module TencentCloud
2944
2944
  # @type IdSet: Array
2945
2945
 
2946
2946
  attr_accessor :IdSet
2947
-
2947
+
2948
2948
  def initialize(idset=nil)
2949
2949
  @IdSet = idset
2950
2950
  end
@@ -2960,7 +2960,7 @@ module TencentCloud
2960
2960
  # @type RequestId: String
2961
2961
 
2962
2962
  attr_accessor :RequestId
2963
-
2963
+
2964
2964
  def initialize(requestid=nil)
2965
2965
  @RequestId = requestid
2966
2966
  end
@@ -2976,7 +2976,7 @@ module TencentCloud
2976
2976
  # @type IdSet: Array
2977
2977
 
2978
2978
  attr_accessor :IdSet
2979
-
2979
+
2980
2980
  def initialize(idset=nil)
2981
2981
  @IdSet = idset
2982
2982
  end
@@ -2992,7 +2992,7 @@ module TencentCloud
2992
2992
  # @type RequestId: String
2993
2993
 
2994
2994
  attr_accessor :RequestId
2995
-
2995
+
2996
2996
  def initialize(requestid=nil)
2997
2997
  @RequestId = requestid
2998
2998
  end
@@ -3065,7 +3065,7 @@ module TencentCloud
3065
3065
  # @type LogDeliveryArgs: String
3066
3066
 
3067
3067
  attr_accessor :ResourceId, :ApCode, :SvArgs, :VpcId, :Nodes, :RenewFlag, :ExpireTime, :Status, :ResourceName, :Pid, :CreateTime, :ProductCode, :SubProductCode, :Zone, :Expired, :Deployed, :VpcName, :VpcCidrBlock, :SubnetId, :SubnetName, :CidrBlock, :PublicIpSet, :PrivateIpSet, :ModuleSet, :UsedNodes, :ExtendPoints, :PackageBandwidth, :PackageNode, :LogDeliveryArgs
3068
-
3068
+
3069
3069
  def initialize(resourceid=nil, apcode=nil, svargs=nil, vpcid=nil, nodes=nil, renewflag=nil, expiretime=nil, status=nil, resourcename=nil, pid=nil, createtime=nil, productcode=nil, subproductcode=nil, zone=nil, expired=nil, deployed=nil, vpcname=nil, vpccidrblock=nil, subnetid=nil, subnetname=nil, cidrblock=nil, publicipset=nil, privateipset=nil, moduleset=nil, usednodes=nil, extendpoints=nil, packagebandwidth=nil, packagenode=nil, logdeliveryargs=nil)
3070
3070
  @ResourceId = resourceid
3071
3071
  @ApCode = apcode
@@ -3143,7 +3143,7 @@ module TencentCloud
3143
3143
  # @type Limit: Integer
3144
3144
 
3145
3145
  attr_accessor :StartTime, :EndTime, :Offset, :Limit
3146
-
3146
+
3147
3147
  def initialize(starttime=nil, endtime=nil, offset=nil, limit=nil)
3148
3148
  @StartTime = starttime
3149
3149
  @EndTime = endtime
@@ -3169,7 +3169,7 @@ module TencentCloud
3169
3169
  # @type RequestId: String
3170
3170
 
3171
3171
  attr_accessor :AuditLogSet, :TotalCount, :RequestId
3172
-
3172
+
3173
3173
  def initialize(auditlogset=nil, totalcount=nil, requestid=nil)
3174
3174
  @AuditLogSet = auditlogset
3175
3175
  @TotalCount = totalcount
@@ -3207,7 +3207,7 @@ module TencentCloud
3207
3207
  # @type AuditAction: Array
3208
3208
 
3209
3209
  attr_accessor :Sid, :Cmd, :Encoding, :Offset, :Limit, :AuditAction
3210
-
3210
+
3211
3211
  def initialize(sid=nil, cmd=nil, encoding=nil, offset=nil, limit=nil, auditaction=nil)
3212
3212
  @Sid = sid
3213
3213
  @Cmd = cmd
@@ -3237,7 +3237,7 @@ module TencentCloud
3237
3237
  # @type RequestId: String
3238
3238
 
3239
3239
  attr_accessor :TotalCount, :CommandSet, :RequestId
3240
-
3240
+
3241
3241
  def initialize(totalcount=nil, commandset=nil, requestid=nil)
3242
3242
  @TotalCount = totalcount
3243
3243
  @CommandSet = commandset
@@ -3289,7 +3289,7 @@ module TencentCloud
3289
3289
  # @type Offset: Integer
3290
3290
 
3291
3291
  attr_accessor :StartTime, :EndTime, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :Encoding, :AuditAction, :Limit, :Offset
3292
-
3292
+
3293
3293
  def initialize(starttime=nil, endtime=nil, username=nil, realname=nil, instanceid=nil, devicename=nil, publicip=nil, privateip=nil, cmd=nil, encoding=nil, auditaction=nil, limit=nil, offset=nil)
3294
3294
  @StartTime = starttime
3295
3295
  @EndTime = endtime
@@ -3333,7 +3333,7 @@ module TencentCloud
3333
3333
  # @type RequestId: String
3334
3334
 
3335
3335
  attr_accessor :TotalCount, :Commands, :RequestId
3336
-
3336
+
3337
3337
  def initialize(totalcount=nil, commands=nil, requestid=nil)
3338
3338
  @TotalCount = totalcount
3339
3339
  @Commands = commands
@@ -3404,7 +3404,7 @@ module TencentCloud
3404
3404
  # @type DeviceDepartmentName: String
3405
3405
 
3406
3406
  attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :Action, :Sid, :TimeOffset, :Account, :FromIp, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName
3407
-
3407
+
3408
3408
  def initialize(time=nil, username=nil, realname=nil, instanceid=nil, devicename=nil, publicip=nil, privateip=nil, cmd=nil, action=nil, sid=nil, timeoffset=nil, account=nil, fromip=nil, sesstime=nil, confirmtime=nil, userdepartmentid=nil, userdepartmentname=nil, devicedepartmentid=nil, devicedepartmentname=nil)
3409
3409
  @Time = time
3410
3410
  @UserName = username
@@ -3468,7 +3468,7 @@ module TencentCloud
3468
3468
  # @type TypeFilters: Array
3469
3469
 
3470
3470
  attr_accessor :Sid, :AuditLog, :Limit, :FileName, :Offset, :AuditAction, :TypeFilters
3471
-
3471
+
3472
3472
  def initialize(sid=nil, auditlog=nil, limit=nil, filename=nil, offset=nil, auditaction=nil, typefilters=nil)
3473
3473
  @Sid = sid
3474
3474
  @AuditLog = auditlog
@@ -3508,7 +3508,7 @@ module TencentCloud
3508
3508
  # @type RequestId: String
3509
3509
 
3510
3510
  attr_accessor :TotalCount, :SearchFileBySidResult, :RequestId
3511
-
3511
+
3512
3512
  def initialize(totalcount=nil, searchfilebysidresult=nil, requestid=nil)
3513
3513
  @TotalCount = totalcount
3514
3514
  @SearchFileBySidResult = searchfilebysidresult
@@ -3549,7 +3549,7 @@ module TencentCloud
3549
3549
  # @type Action: Integer
3550
3550
 
3551
3551
  attr_accessor :Time, :Method, :Protocol, :FileCurr, :FileNew, :Size, :Action
3552
-
3552
+
3553
3553
  def initialize(time=nil, method=nil, protocol=nil, filecurr=nil, filenew=nil, size=nil, action=nil)
3554
3554
  @Time = time
3555
3555
  @Method = method
@@ -3601,7 +3601,7 @@ module TencentCloud
3601
3601
  # @type Offset: Integer
3602
3602
 
3603
3603
  attr_accessor :StartTime, :EndTime, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Method, :FileName, :AuditAction, :Limit, :Offset
3604
-
3604
+
3605
3605
  def initialize(starttime=nil, endtime=nil, username=nil, realname=nil, instanceid=nil, devicename=nil, publicip=nil, privateip=nil, method=nil, filename=nil, auditaction=nil, limit=nil, offset=nil)
3606
3606
  @StartTime = starttime
3607
3607
  @EndTime = endtime
@@ -3646,7 +3646,7 @@ module TencentCloud
3646
3646
  # @type RequestId: String
3647
3647
 
3648
3648
  attr_accessor :TotalCount, :Files, :RequestId
3649
-
3649
+
3650
3650
  def initialize(totalcount=nil, files=nil, requestid=nil)
3651
3651
  @TotalCount = totalcount
3652
3652
  @Files = files
@@ -3693,7 +3693,7 @@ module TencentCloud
3693
3693
  # @type FileNew: String
3694
3694
 
3695
3695
  attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Action, :Method, :FileCurr, :FileNew
3696
-
3696
+
3697
3697
  def initialize(time=nil, username=nil, realname=nil, instanceid=nil, devicename=nil, publicip=nil, privateip=nil, action=nil, method=nil, filecurr=nil, filenew=nil)
3698
3698
  @Time = time
3699
3699
  @UserName = username
@@ -3731,7 +3731,7 @@ module TencentCloud
3731
3731
  # @type Method: Array
3732
3732
 
3733
3733
  attr_accessor :Protocol, :Method
3734
-
3734
+
3735
3735
  def initialize(protocol=nil, method=nil)
3736
3736
  @Protocol = protocol
3737
3737
  @Method = method
@@ -3760,7 +3760,7 @@ module TencentCloud
3760
3760
  # @type EndTime: String
3761
3761
 
3762
3762
  attr_accessor :Cmd, :StartTime, :Offset, :Limit, :Encoding, :EndTime
3763
-
3763
+
3764
3764
  def initialize(cmd=nil, starttime=nil, offset=nil, limit=nil, encoding=nil, endtime=nil)
3765
3765
  @Cmd = cmd
3766
3766
  @StartTime = starttime
@@ -3790,7 +3790,7 @@ module TencentCloud
3790
3790
  # @type RequestId: String
3791
3791
 
3792
3792
  attr_accessor :TotalCount, :CommandSessionSet, :RequestId
3793
-
3793
+
3794
3794
  def initialize(totalcount=nil, commandsessionset=nil, requestid=nil)
3795
3795
  @TotalCount = totalcount
3796
3796
  @CommandSessionSet = commandsessionset
@@ -3843,7 +3843,7 @@ module TencentCloud
3843
3843
  # @type Id: String
3844
3844
 
3845
3845
  attr_accessor :PrivateIp, :PublicIp, :UserName, :Account, :FromIp, :StartTime, :EndTime, :Kind, :Offset, :Limit, :RealName, :DeviceName, :Status, :Id
3846
-
3846
+
3847
3847
  def initialize(privateip=nil, publicip=nil, username=nil, account=nil, fromip=nil, starttime=nil, endtime=nil, kind=nil, offset=nil, limit=nil, realname=nil, devicename=nil, status=nil, id=nil)
3848
3848
  @PrivateIp = privateip
3849
3849
  @PublicIp = publicip
@@ -3889,7 +3889,7 @@ module TencentCloud
3889
3889
  # @type RequestId: String
3890
3890
 
3891
3891
  attr_accessor :TotalCount, :SessionSet, :RequestId
3892
-
3892
+
3893
3893
  def initialize(totalcount=nil, sessionset=nil, requestid=nil)
3894
3894
  @TotalCount = totalcount
3895
3895
  @SessionSet = sessionset
@@ -3938,7 +3938,7 @@ module TencentCloud
3938
3938
  # @type ApCode: String
3939
3939
 
3940
3940
  attr_accessor :StartTime, :EndTime, :UserName, :RealName, :DeviceName, :PrivateIp, :PublicIp, :Commands, :Count, :Id, :InstanceId, :ApCode
3941
-
3941
+
3942
3942
  def initialize(starttime=nil, endtime=nil, username=nil, realname=nil, devicename=nil, privateip=nil, publicip=nil, commands=nil, count=nil, id=nil, instanceid=nil, apcode=nil)
3943
3943
  @StartTime = starttime
3944
3944
  @EndTime = endtime
@@ -4017,7 +4017,7 @@ module TencentCloud
4017
4017
  # @type Protocol: String
4018
4018
 
4019
4019
  attr_accessor :UserName, :RealName, :Account, :StartTime, :EndTime, :Size, :InstanceId, :DeviceName, :PrivateIp, :PublicIp, :FromIp, :Duration, :Count, :DangerCount, :Status, :Id, :ApCode, :Protocol
4020
-
4020
+
4021
4021
  def initialize(username=nil, realname=nil, account=nil, starttime=nil, endtime=nil, size=nil, instanceid=nil, devicename=nil, privateip=nil, publicip=nil, fromip=nil, duration=nil, count=nil, dangercount=nil, status=nil, id=nil, apcode=nil, protocol=nil)
4022
4022
  @UserName = username
4023
4023
  @RealName = realname
@@ -4069,7 +4069,7 @@ module TencentCloud
4069
4069
  # @type TagValue: Array
4070
4070
 
4071
4071
  attr_accessor :TagKey, :TagValue
4072
-
4072
+
4073
4073
  def initialize(tagkey=nil, tagvalue=nil)
4074
4074
  @TagKey = tagkey
4075
4075
  @TagValue = tagvalue
@@ -4113,7 +4113,7 @@ module TencentCloud
4113
4113
  # @type DepartmentId: String
4114
4114
 
4115
4115
  attr_accessor :UserName, :RealName, :Phone, :Id, :Email, :ValidateFrom, :ValidateTo, :GroupSet, :AuthType, :ValidateTime, :Department, :DepartmentId
4116
-
4116
+
4117
4117
  def initialize(username=nil, realname=nil, phone=nil, id=nil, email=nil, validatefrom=nil, validateto=nil, groupset=nil, authtype=nil, validatetime=nil, department=nil, departmentid=nil)
4118
4118
  @UserName = username
4119
4119
  @RealName = realname
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dasb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
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-12 00:00:00.000000000 Z
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