tencentcloud-sdk-pts 3.0.589 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210728/models.rb +141 -141
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 98ae09f265b3f42bae6993cac56d46c93f343629
4
- data.tar.gz: 2be9978515b8cb57e9bc0c506f94e95b9a5150c1
3
+ metadata.gz: dbfcfb7fb295a227a939ddb46a5a352aee487c7c
4
+ data.tar.gz: 118b259c659f5125ff77deaa5b9956f563e40c73
5
5
  SHA512:
6
- metadata.gz: bdf1b1d7f91c546f16e0f252620ddb0bcc57a8e2b818de4fc0275c7d30994109ab918b7a1aec86d69d15aca2258e7f0f4911a3e93647587d56127759d3beab15
7
- data.tar.gz: 947109e574b314e267a7e5c95f3b2d37cbf3074c9ebe1fc674bb99eda2cd9a7fe08448613fff41cae7f3959ba2fdc4094968b1022a6ee20599237077cf8cd0c2
6
+ metadata.gz: 5357e7b9cfaeda5b9f5b53d93b941ac939d1d9e132b346cad537301914d1962588c38fce788880d13c6d1f0c06f008aa95bf20e662187009da6be37670811a90
7
+ data.tar.gz: 4ce1146c4a621778fc94d1875af35df1ac01dd63f393974d8a39c5e94670a71baf8c2252a5dff7de2f8ee1f3f8b0ae8a5fbfca7e8fbdb7c017f814c16215ed0e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type CronJobIds: Array
26
26
 
27
27
  attr_accessor :ProjectId, :CronJobIds
28
-
28
+
29
29
  def initialize(projectid=nil, cronjobids=nil)
30
30
  @ProjectId = projectid
31
31
  @CronJobIds = cronjobids
@@ -43,7 +43,7 @@ module TencentCloud
43
43
  # @type RequestId: String
44
44
 
45
45
  attr_accessor :RequestId
46
-
46
+
47
47
  def initialize(requestid=nil)
48
48
  @RequestId = requestid
49
49
  end
@@ -65,7 +65,7 @@ module TencentCloud
65
65
  # @type AbortReason: Integer
66
66
 
67
67
  attr_accessor :JobId, :ProjectId, :ScenarioId, :AbortReason
68
-
68
+
69
69
  def initialize(jobid=nil, projectid=nil, scenarioid=nil, abortreason=nil)
70
70
  @JobId = jobid
71
71
  @ProjectId = projectid
@@ -87,7 +87,7 @@ module TencentCloud
87
87
  # @type RequestId: String
88
88
 
89
89
  attr_accessor :RequestId
90
-
90
+
91
91
  def initialize(requestid=nil)
92
92
  @RequestId = requestid
93
93
  end
@@ -105,7 +105,7 @@ module TencentCloud
105
105
  # @type TargetRequestsPerSecond: Integer
106
106
 
107
107
  attr_accessor :JobId, :TargetRequestsPerSecond
108
-
108
+
109
109
  def initialize(jobid=nil, targetrequestspersecond=nil)
110
110
  @JobId = jobid
111
111
  @TargetRequestsPerSecond = targetrequestspersecond
@@ -123,7 +123,7 @@ module TencentCloud
123
123
  # @type RequestId: String
124
124
 
125
125
  attr_accessor :RequestId
126
-
126
+
127
127
  def initialize(requestid=nil)
128
128
  @RequestId = requestid
129
129
  end
@@ -143,7 +143,7 @@ module TencentCloud
143
143
  # @type Unit: String
144
144
 
145
145
  attr_accessor :Aggregation, :Legend, :Unit
146
-
146
+
147
147
  def initialize(aggregation=nil, legend=nil, unit=nil)
148
148
  @Aggregation = aggregation
149
149
  @Legend = legend
@@ -167,7 +167,7 @@ module TencentCloud
167
167
  # @type AMPConsumerId: String
168
168
 
169
169
  attr_accessor :NoticeId, :AMPConsumerId
170
-
170
+
171
171
  def initialize(noticeid=nil, ampconsumerid=nil)
172
172
  @NoticeId = noticeid
173
173
  @AMPConsumerId = ampconsumerid
@@ -210,7 +210,7 @@ module TencentCloud
210
210
  # @type SubAccountUin: String
211
211
 
212
212
  attr_accessor :NoticeId, :AMPConsumerId, :ProjectId, :Status, :CreatedAt, :UpdatedAt, :AppId, :Uin, :SubAccountUin
213
-
213
+
214
214
  def initialize(noticeid=nil, ampconsumerid=nil, projectid=nil, status=nil, createdat=nil, updatedat=nil, appid=nil, uin=nil, subaccountuin=nil)
215
215
  @NoticeId = noticeid
216
216
  @AMPConsumerId = ampconsumerid
@@ -282,7 +282,7 @@ module TencentCloud
282
282
  # @type JobSLADescription: String
283
283
 
284
284
  attr_accessor :AlertRecordId, :ProjectId, :ScenarioId, :Status, :CreatedAt, :UpdatedAt, :JobId, :AppId, :Uin, :SubAccountUin, :ScenarioName, :Target, :JobSLAId, :JobSLADescription
285
-
285
+
286
286
  def initialize(alertrecordid=nil, projectid=nil, scenarioid=nil, status=nil, createdat=nil, updatedat=nil, jobid=nil, appid=nil, uin=nil, subaccountuin=nil, scenarioname=nil, target=nil, jobslaid=nil, jobsladescription=nil)
287
287
  @AlertRecordId = alertrecordid
288
288
  @ProjectId = projectid
@@ -331,7 +331,7 @@ module TencentCloud
331
331
  # @type SendNotice: Integer
332
332
 
333
333
  attr_accessor :AbortJob, :SendNotice
334
-
334
+
335
335
  def initialize(abortjob=nil, sendnotice=nil)
336
336
  @AbortJob = abortjob
337
337
  @SendNotice = sendnotice
@@ -362,7 +362,7 @@ module TencentCloud
362
362
  # @type Duration: String
363
363
 
364
364
  attr_accessor :Status, :Result, :Service, :Method, :Duration
365
-
365
+
366
366
  def initialize(status=nil, result=nil, service=nil, method=nil, duration=nil)
367
367
  @Status = status
368
368
  @Result = result
@@ -394,7 +394,7 @@ module TencentCloud
394
394
  # @type ErrorRate: Float
395
395
 
396
396
  attr_accessor :Name, :Step, :SuccessCount, :FailCount, :ErrorRate
397
-
397
+
398
398
  def initialize(name=nil, step=nil, successcount=nil, failcount=nil, errorrate=nil)
399
399
  @Name = name
400
400
  @Step = step
@@ -431,7 +431,7 @@ module TencentCloud
431
431
  # @type Resources: Integer
432
432
 
433
433
  attr_accessor :Stages, :IterationCount, :MaxRequestsPerSecond, :GracefulStopSeconds, :Resources
434
-
434
+
435
435
  def initialize(stages=nil, iterationcount=nil, maxrequestspersecond=nil, gracefulstopseconds=nil, resources=nil)
436
436
  @Stages = stages
437
437
  @IterationCount = iterationcount
@@ -464,7 +464,7 @@ module TencentCloud
464
464
  # @type ScenarioId: String
465
465
 
466
466
  attr_accessor :ProjectId, :ScenarioId
467
-
467
+
468
468
  def initialize(projectid=nil, scenarioid=nil)
469
469
  @ProjectId = projectid
470
470
  @ScenarioId = scenarioid
@@ -484,7 +484,7 @@ module TencentCloud
484
484
  # @type RequestId: String
485
485
 
486
486
  attr_accessor :ScenarioId, :RequestId
487
-
487
+
488
488
  def initialize(scenarioid=nil, requestid=nil)
489
489
  @ScenarioId = scenarioid
490
490
  @RequestId = requestid
@@ -506,7 +506,7 @@ module TencentCloud
506
506
  # @type AMPConsumerId: String
507
507
 
508
508
  attr_accessor :NoticeId, :ProjectId, :AMPConsumerId
509
-
509
+
510
510
  def initialize(noticeid=nil, projectid=nil, ampconsumerid=nil)
511
511
  @NoticeId = noticeid
512
512
  @ProjectId = projectid
@@ -526,7 +526,7 @@ module TencentCloud
526
526
  # @type RequestId: String
527
527
 
528
528
  attr_accessor :RequestId
529
-
529
+
530
530
  def initialize(requestid=nil)
531
531
  @RequestId = requestid
532
532
  end
@@ -560,7 +560,7 @@ module TencentCloud
560
560
  # @type Note: String
561
561
 
562
562
  attr_accessor :Name, :ProjectId, :ScenarioId, :ScenarioName, :FrequencyType, :CronExpression, :JobOwner, :EndTime, :NoticeId, :Note
563
-
563
+
564
564
  def initialize(name=nil, projectid=nil, scenarioid=nil, scenarioname=nil, frequencytype=nil, cronexpression=nil, jobowner=nil, endtime=nil, noticeid=nil, note=nil)
565
565
  @Name = name
566
566
  @ProjectId = projectid
@@ -596,7 +596,7 @@ module TencentCloud
596
596
  # @type RequestId: String
597
597
 
598
598
  attr_accessor :CronJobId, :RequestId
599
-
599
+
600
600
  def initialize(cronjobid=nil, requestid=nil)
601
601
  @CronJobId = cronjobid
602
602
  @RequestId = requestid
@@ -636,7 +636,7 @@ module TencentCloud
636
636
  # @type FileInfos: Array
637
637
 
638
638
  attr_accessor :FileId, :ProjectId, :Kind, :Name, :Size, :Type, :LineCount, :HeadLines, :TailLines, :HeaderInFile, :HeaderColumns, :FileInfos
639
-
639
+
640
640
  def initialize(fileid=nil, projectid=nil, kind=nil, name=nil, size=nil, type=nil, linecount=nil, headlines=nil, taillines=nil, headerinfile=nil, headercolumns=nil, fileinfos=nil)
641
641
  @FileId = fileid
642
642
  @ProjectId = projectid
@@ -681,7 +681,7 @@ module TencentCloud
681
681
  # @type RequestId: String
682
682
 
683
683
  attr_accessor :RequestId
684
-
684
+
685
685
  def initialize(requestid=nil)
686
686
  @RequestId = requestid
687
687
  end
@@ -701,7 +701,7 @@ module TencentCloud
701
701
  # @type Tags: Array
702
702
 
703
703
  attr_accessor :Name, :Description, :Tags
704
-
704
+
705
705
  def initialize(name=nil, description=nil, tags=nil)
706
706
  @Name = name
707
707
  @Description = description
@@ -730,7 +730,7 @@ module TencentCloud
730
730
  # @type RequestId: String
731
731
 
732
732
  attr_accessor :ProjectId, :RequestId
733
-
733
+
734
734
  def initialize(projectid=nil, requestid=nil)
735
735
  @ProjectId = projectid
736
736
  @RequestId = requestid
@@ -782,7 +782,7 @@ module TencentCloud
782
782
  # @type Owner: String
783
783
 
784
784
  attr_accessor :Name, :Type, :ProjectId, :Description, :Load, :Configs, :Datasets, :Extensions, :SLAId, :CronId, :Scripts, :TestScripts, :Protocols, :RequestFiles, :SLAPolicy, :Plugins, :DomainNameConfig, :Owner
785
-
785
+
786
786
  def initialize(name=nil, type=nil, projectid=nil, description=nil, load=nil, configs=nil, datasets=nil, extensions=nil, slaid=nil, cronid=nil, scripts=nil, testscripts=nil, protocols=nil, requestfiles=nil, slapolicy=nil, plugins=nil, domainnameconfig=nil, owner=nil)
787
787
  @Name = name
788
788
  @Type = type
@@ -878,7 +878,7 @@ module TencentCloud
878
878
  # @type RequestId: String
879
879
 
880
880
  attr_accessor :ScenarioId, :RequestId
881
-
881
+
882
882
  def initialize(scenarioid=nil, requestid=nil)
883
883
  @ScenarioId = scenarioid
884
884
  @RequestId = requestid
@@ -900,7 +900,7 @@ module TencentCloud
900
900
  # @type Token: String
901
901
 
902
902
  attr_accessor :TmpSecretId, :TmpSecretKey, :Token
903
-
903
+
904
904
  def initialize(tmpsecretid=nil, tmpsecretkey=nil, token=nil)
905
905
  @TmpSecretId = tmpsecretid
906
906
  @TmpSecretKey = tmpsecretkey
@@ -972,7 +972,7 @@ module TencentCloud
972
972
  # @type SubAccountUin: String
973
973
 
974
974
  attr_accessor :CronJobId, :Name, :ProjectId, :ScenarioId, :ScenarioName, :CronExpression, :EndTime, :AbortReason, :Status, :NoticeId, :CreatedAt, :UpdatedAt, :FrequencyType, :Note, :JobOwner, :AppId, :Uin, :SubAccountUin
975
-
975
+
976
976
  def initialize(cronjobid=nil, name=nil, projectid=nil, scenarioid=nil, scenarioname=nil, cronexpression=nil, endtime=nil, abortreason=nil, status=nil, noticeid=nil, createdat=nil, updatedat=nil, frequencytype=nil, note=nil, jobowner=nil, appid=nil, uin=nil, subaccountuin=nil)
977
977
  @CronJobId = cronjobid
978
978
  @Name = name
@@ -1037,7 +1037,7 @@ module TencentCloud
1037
1037
  # @type Name: String
1038
1038
 
1039
1039
  attr_accessor :Metric, :Aggregation, :Labels, :Value, :Timestamp, :Unit, :Name
1040
-
1040
+
1041
1041
  def initialize(metric=nil, aggregation=nil, labels=nil, value=nil, timestamp=nil, unit=nil, name=nil)
1042
1042
  @Metric = metric
1043
1043
  @Aggregation = aggregation
@@ -1080,7 +1080,7 @@ module TencentCloud
1080
1080
  # @type Streams: Array
1081
1081
 
1082
1082
  attr_accessor :Metric, :Aggregation, :Unit, :Streams
1083
-
1083
+
1084
1084
  def initialize(metric=nil, aggregation=nil, unit=nil, streams=nil)
1085
1085
  @Metric = metric
1086
1086
  @Aggregation = aggregation
@@ -1110,7 +1110,7 @@ module TencentCloud
1110
1110
  # @type Nameservers: Array
1111
1111
 
1112
1112
  attr_accessor :Nameservers
1113
-
1113
+
1114
1114
  def initialize(nameservers=nil)
1115
1115
  @Nameservers = nameservers
1116
1116
  end
@@ -1128,7 +1128,7 @@ module TencentCloud
1128
1128
  # @type NoticeId: String
1129
1129
 
1130
1130
  attr_accessor :ProjectId, :NoticeId
1131
-
1131
+
1132
1132
  def initialize(projectid=nil, noticeid=nil)
1133
1133
  @ProjectId = projectid
1134
1134
  @NoticeId = noticeid
@@ -1146,7 +1146,7 @@ module TencentCloud
1146
1146
  # @type RequestId: String
1147
1147
 
1148
1148
  attr_accessor :RequestId
1149
-
1149
+
1150
1150
  def initialize(requestid=nil)
1151
1151
  @RequestId = requestid
1152
1152
  end
@@ -1164,7 +1164,7 @@ module TencentCloud
1164
1164
  # @type CronJobIds: Array
1165
1165
 
1166
1166
  attr_accessor :ProjectId, :CronJobIds
1167
-
1167
+
1168
1168
  def initialize(projectid=nil, cronjobids=nil)
1169
1169
  @ProjectId = projectid
1170
1170
  @CronJobIds = cronjobids
@@ -1182,7 +1182,7 @@ module TencentCloud
1182
1182
  # @type RequestId: String
1183
1183
 
1184
1184
  attr_accessor :RequestId
1185
-
1185
+
1186
1186
  def initialize(requestid=nil)
1187
1187
  @RequestId = requestid
1188
1188
  end
@@ -1200,7 +1200,7 @@ module TencentCloud
1200
1200
  # @type FileIds: Array
1201
1201
 
1202
1202
  attr_accessor :ProjectId, :FileIds
1203
-
1203
+
1204
1204
  def initialize(projectid=nil, fileids=nil)
1205
1205
  @ProjectId = projectid
1206
1206
  @FileIds = fileids
@@ -1218,7 +1218,7 @@ module TencentCloud
1218
1218
  # @type RequestId: String
1219
1219
 
1220
1220
  attr_accessor :RequestId
1221
-
1221
+
1222
1222
  def initialize(requestid=nil)
1223
1223
  @RequestId = requestid
1224
1224
  end
@@ -1238,7 +1238,7 @@ module TencentCloud
1238
1238
  # @type ScenarioIds: Array
1239
1239
 
1240
1240
  attr_accessor :JobIds, :ProjectId, :ScenarioIds
1241
-
1241
+
1242
1242
  def initialize(jobids=nil, projectid=nil, scenarioids=nil)
1243
1243
  @JobIds = jobids
1244
1244
  @ProjectId = projectid
@@ -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
@@ -1278,7 +1278,7 @@ module TencentCloud
1278
1278
  # @type DeleteJobs: Boolean
1279
1279
 
1280
1280
  attr_accessor :ProjectIds, :DeleteScenarios, :DeleteJobs
1281
-
1281
+
1282
1282
  def initialize(projectids=nil, deletescenarios=nil, deletejobs=nil)
1283
1283
  @ProjectIds = projectids
1284
1284
  @DeleteScenarios = deletescenarios
@@ -1298,7 +1298,7 @@ module TencentCloud
1298
1298
  # @type RequestId: String
1299
1299
 
1300
1300
  attr_accessor :RequestId
1301
-
1301
+
1302
1302
  def initialize(requestid=nil)
1303
1303
  @RequestId = requestid
1304
1304
  end
@@ -1318,7 +1318,7 @@ module TencentCloud
1318
1318
  # @type DeleteJobs: Boolean
1319
1319
 
1320
1320
  attr_accessor :ScenarioIds, :ProjectId, :DeleteJobs
1321
-
1321
+
1322
1322
  def initialize(scenarioids=nil, projectid=nil, deletejobs=nil)
1323
1323
  @ScenarioIds = scenarioids
1324
1324
  @ProjectId = projectid
@@ -1338,7 +1338,7 @@ module TencentCloud
1338
1338
  # @type RequestId: String
1339
1339
 
1340
1340
  attr_accessor :RequestId
1341
-
1341
+
1342
1342
  def initialize(requestid=nil)
1343
1343
  @RequestId = requestid
1344
1344
  end
@@ -1364,7 +1364,7 @@ module TencentCloud
1364
1364
  # @type Ascend: Boolean
1365
1365
 
1366
1366
  attr_accessor :ProjectIds, :Offset, :Limit, :NoticeIds, :OrderBy, :Ascend
1367
-
1367
+
1368
1368
  def initialize(projectids=nil, offset=nil, limit=nil, noticeids=nil, orderby=nil, ascend=nil)
1369
1369
  @ProjectIds = projectids
1370
1370
  @Offset = offset
@@ -1396,7 +1396,7 @@ module TencentCloud
1396
1396
  # @type RequestId: String
1397
1397
 
1398
1398
  attr_accessor :AlertChannelSet, :Total, :RequestId
1399
-
1399
+
1400
1400
  def initialize(alertchannelset=nil, total=nil, requestid=nil)
1401
1401
  @AlertChannelSet = alertchannelset
1402
1402
  @Total = total
@@ -1437,7 +1437,7 @@ module TencentCloud
1437
1437
  # @type ScenarioNames: Array
1438
1438
 
1439
1439
  attr_accessor :ProjectIds, :ScenarioIds, :JobIds, :Ascend, :OrderBy, :Offset, :Limit, :ScenarioNames
1440
-
1440
+
1441
1441
  def initialize(projectids=nil, scenarioids=nil, jobids=nil, ascend=nil, orderby=nil, offset=nil, limit=nil, scenarionames=nil)
1442
1442
  @ProjectIds = projectids
1443
1443
  @ScenarioIds = scenarioids
@@ -1473,7 +1473,7 @@ module TencentCloud
1473
1473
  # @type RequestId: String
1474
1474
 
1475
1475
  attr_accessor :AlertRecordSet, :Total, :RequestId
1476
-
1476
+
1477
1477
  def initialize(alertrecordset=nil, total=nil, requestid=nil)
1478
1478
  @AlertRecordSet = alertrecordset
1479
1479
  @Total = total
@@ -1497,7 +1497,7 @@ module TencentCloud
1497
1497
  # DescribeAvailableMetrics请求参数结构体
1498
1498
  class DescribeAvailableMetricsRequest < TencentCloud::Common::AbstractModel
1499
1499
 
1500
-
1500
+
1501
1501
  def initialize()
1502
1502
  end
1503
1503
 
@@ -1513,7 +1513,7 @@ module TencentCloud
1513
1513
  # @type RequestId: String
1514
1514
 
1515
1515
  attr_accessor :MetricSet, :RequestId
1516
-
1516
+
1517
1517
  def initialize(metricset=nil, requestid=nil)
1518
1518
  @MetricSet = metricset
1519
1519
  @RequestId = requestid
@@ -1542,7 +1542,7 @@ module TencentCloud
1542
1542
  # @type ProjectId: String
1543
1543
 
1544
1544
  attr_accessor :JobId, :ScenarioId, :ProjectId
1545
-
1545
+
1546
1546
  def initialize(jobid=nil, scenarioid=nil, projectid=nil)
1547
1547
  @JobId = jobid
1548
1548
  @ScenarioId = scenarioid
@@ -1565,7 +1565,7 @@ module TencentCloud
1565
1565
  # @type RequestId: String
1566
1566
 
1567
1567
  attr_accessor :CheckSummarySet, :RequestId
1568
-
1568
+
1569
1569
  def initialize(checksummaryset=nil, requestid=nil)
1570
1570
  @CheckSummarySet = checksummaryset
1571
1571
  @RequestId = requestid
@@ -1604,7 +1604,7 @@ module TencentCloud
1604
1604
  # @type Ascend: Boolean
1605
1605
 
1606
1606
  attr_accessor :ProjectIds, :Offset, :Limit, :CronJobIds, :CronJobName, :CronJobStatus, :OrderBy, :Ascend
1607
-
1607
+
1608
1608
  def initialize(projectids=nil, offset=nil, limit=nil, cronjobids=nil, cronjobname=nil, cronjobstatus=nil, orderby=nil, ascend=nil)
1609
1609
  @ProjectIds = projectids
1610
1610
  @Offset = offset
@@ -1639,7 +1639,7 @@ module TencentCloud
1639
1639
  # @type RequestId: String
1640
1640
 
1641
1641
  attr_accessor :Total, :CronJobSet, :RequestId
1642
-
1642
+
1643
1643
  def initialize(total=nil, cronjobset=nil, requestid=nil)
1644
1644
  @Total = total
1645
1645
  @CronJobSet = cronjobset
@@ -1672,7 +1672,7 @@ module TencentCloud
1672
1672
  # @type Filters: Array
1673
1673
 
1674
1674
  attr_accessor :JobId, :ScenarioId, :ProjectId, :Filters
1675
-
1675
+
1676
1676
  def initialize(jobid=nil, scenarioid=nil, projectid=nil, filters=nil)
1677
1677
  @JobId = jobid
1678
1678
  @ScenarioId = scenarioid
@@ -1704,7 +1704,7 @@ module TencentCloud
1704
1704
  # @type RequestId: String
1705
1705
 
1706
1706
  attr_accessor :ErrorSummarySet, :RequestId
1707
-
1707
+
1708
1708
  def initialize(errorsummaryset=nil, requestid=nil)
1709
1709
  @ErrorSummarySet = errorsummaryset
1710
1710
  @RequestId = requestid
@@ -1739,7 +1739,7 @@ module TencentCloud
1739
1739
  # @type Kind: Integer
1740
1740
 
1741
1741
  attr_accessor :ProjectIds, :FileIds, :FileName, :Offset, :Limit, :Kind
1742
-
1742
+
1743
1743
  def initialize(projectids=nil, fileids=nil, filename=nil, offset=nil, limit=nil, kind=nil)
1744
1744
  @ProjectIds = projectids
1745
1745
  @FileIds = fileids
@@ -1771,7 +1771,7 @@ module TencentCloud
1771
1771
  # @type RequestId: String
1772
1772
 
1773
1773
  attr_accessor :FileSet, :Total, :RequestId
1774
-
1774
+
1775
1775
  def initialize(fileset=nil, total=nil, requestid=nil)
1776
1776
  @FileSet = fileset
1777
1777
  @Total = total
@@ -1818,7 +1818,7 @@ module TencentCloud
1818
1818
  # @type Status: Array
1819
1819
 
1820
1820
  attr_accessor :ScenarioIds, :ProjectIds, :Offset, :Limit, :JobIds, :OrderBy, :Ascend, :StartTime, :EndTime, :Debug, :Status
1821
-
1821
+
1822
1822
  def initialize(scenarioids=nil, projectids=nil, offset=nil, limit=nil, jobids=nil, orderby=nil, ascend=nil, starttime=nil, endtime=nil, debug=nil, status=nil)
1823
1823
  @ScenarioIds = scenarioids
1824
1824
  @ProjectIds = projectids
@@ -1860,7 +1860,7 @@ module TencentCloud
1860
1860
  # @type RequestId: String
1861
1861
 
1862
1862
  attr_accessor :JobSet, :Total, :RequestId
1863
-
1863
+
1864
1864
  def initialize(jobset=nil, total=nil, requestid=nil)
1865
1865
  @JobSet = jobset
1866
1866
  @Total = total
@@ -1895,7 +1895,7 @@ module TencentCloud
1895
1895
  # @type ProjectId: String
1896
1896
 
1897
1897
  attr_accessor :JobId, :ScenarioId, :Metric, :LabelName, :ProjectId
1898
-
1898
+
1899
1899
  def initialize(jobid=nil, scenarioid=nil, metric=nil, labelname=nil, projectid=nil)
1900
1900
  @JobId = jobid
1901
1901
  @ScenarioId = scenarioid
@@ -1922,7 +1922,7 @@ module TencentCloud
1922
1922
  # @type RequestId: String
1923
1923
 
1924
1924
  attr_accessor :LabelValueSet, :RequestId
1925
-
1925
+
1926
1926
  def initialize(labelvalueset=nil, requestid=nil)
1927
1927
  @LabelValueSet = labelvalueset
1928
1928
  @RequestId = requestid
@@ -1944,7 +1944,7 @@ module TencentCloud
1944
1944
  # @type ScenarioId: String
1945
1945
 
1946
1946
  attr_accessor :JobId, :ProjectId, :ScenarioId
1947
-
1947
+
1948
1948
  def initialize(jobid=nil, projectid=nil, scenarioid=nil)
1949
1949
  @JobId = jobid
1950
1950
  @ProjectId = projectid
@@ -1967,7 +1967,7 @@ module TencentCloud
1967
1967
  # @type RequestId: String
1968
1968
 
1969
1969
  attr_accessor :MetricLabelWithValuesSet, :RequestId
1970
-
1970
+
1971
1971
  def initialize(metriclabelwithvaluesset=nil, requestid=nil)
1972
1972
  @MetricLabelWithValuesSet = metriclabelwithvaluesset
1973
1973
  @RequestId = requestid
@@ -2012,7 +2012,7 @@ module TencentCloud
2012
2012
  # @type Limit: Integer
2013
2013
 
2014
2014
  attr_accessor :ProjectId, :ScenarioId, :JobId, :Context, :From, :To, :SeverityText, :Instance, :InstanceRegion, :LogType, :Limit
2015
-
2015
+
2016
2016
  def initialize(projectid=nil, scenarioid=nil, jobid=nil, context=nil, from=nil, to=nil, severitytext=nil, instance=nil, instanceregion=nil, logtype=nil, limit=nil)
2017
2017
  @ProjectId = projectid
2018
2018
  @ScenarioId = scenarioid
@@ -2054,7 +2054,7 @@ module TencentCloud
2054
2054
  # @type RequestId: String
2055
2055
 
2056
2056
  attr_accessor :Context, :NormalLogs, :RequestId
2057
-
2057
+
2058
2058
  def initialize(context=nil, normallogs=nil, requestid=nil)
2059
2059
  @Context = context
2060
2060
  @NormalLogs = normallogs
@@ -2093,7 +2093,7 @@ module TencentCloud
2093
2093
  # @type TagFilters: Array
2094
2094
 
2095
2095
  attr_accessor :Offset, :Limit, :ProjectIds, :ProjectName, :OrderBy, :Ascend, :TagFilters
2096
-
2096
+
2097
2097
  def initialize(offset=nil, limit=nil, projectids=nil, projectname=nil, orderby=nil, ascend=nil, tagfilters=nil)
2098
2098
  @Offset = offset
2099
2099
  @Limit = limit
@@ -2133,7 +2133,7 @@ module TencentCloud
2133
2133
  # @type RequestId: String
2134
2134
 
2135
2135
  attr_accessor :ProjectSet, :Total, :RequestId
2136
-
2136
+
2137
2137
  def initialize(projectset=nil, total=nil, requestid=nil)
2138
2138
  @ProjectSet = projectset
2139
2139
  @Total = total
@@ -2157,7 +2157,7 @@ module TencentCloud
2157
2157
  # DescribeRegions请求参数结构体
2158
2158
  class DescribeRegionsRequest < TencentCloud::Common::AbstractModel
2159
2159
 
2160
-
2160
+
2161
2161
  def initialize()
2162
2162
  end
2163
2163
 
@@ -2174,7 +2174,7 @@ module TencentCloud
2174
2174
  # @type RequestId: String
2175
2175
 
2176
2176
  attr_accessor :RegionSet, :RequestId
2177
-
2177
+
2178
2178
  def initialize(regionset=nil, requestid=nil)
2179
2179
  @RegionSet = regionset
2180
2180
  @RequestId = requestid
@@ -2203,7 +2203,7 @@ module TencentCloud
2203
2203
  # @type ProjectId: String
2204
2204
 
2205
2205
  attr_accessor :JobId, :ScenarioId, :ProjectId
2206
-
2206
+
2207
2207
  def initialize(jobid=nil, scenarioid=nil, projectid=nil)
2208
2208
  @JobId = jobid
2209
2209
  @ScenarioId = scenarioid
@@ -2226,7 +2226,7 @@ module TencentCloud
2226
2226
  # @type RequestId: String
2227
2227
 
2228
2228
  attr_accessor :RequestSummarySet, :RequestId
2229
-
2229
+
2230
2230
  def initialize(requestsummaryset=nil, requestid=nil)
2231
2231
  @RequestSummarySet = requestsummaryset
2232
2232
  @RequestId = requestid
@@ -2257,7 +2257,7 @@ module TencentCloud
2257
2257
  # @type ProjectId: String
2258
2258
 
2259
2259
  attr_accessor :JobId, :ScenarioId, :Queries, :ProjectId
2260
-
2260
+
2261
2261
  def initialize(jobid=nil, scenarioid=nil, queries=nil, projectid=nil)
2262
2262
  @JobId = jobid
2263
2263
  @ScenarioId = scenarioid
@@ -2289,7 +2289,7 @@ module TencentCloud
2289
2289
  # @type RequestId: String
2290
2290
 
2291
2291
  attr_accessor :MetricSampleSet, :RequestId
2292
-
2292
+
2293
2293
  def initialize(metricsampleset=nil, requestid=nil)
2294
2294
  @MetricSampleSet = metricsampleset
2295
2295
  @RequestId = requestid
@@ -2344,7 +2344,7 @@ module TencentCloud
2344
2344
  # @type Service: String
2345
2345
 
2346
2346
  attr_accessor :ProjectId, :ScenarioId, :JobId, :Context, :From, :To, :SeverityText, :InstanceRegion, :Instance, :LogType, :Limit, :ReactionTimeRange, :Status, :Result, :Method, :Service
2347
-
2347
+
2348
2348
  def initialize(projectid=nil, scenarioid=nil, jobid=nil, context=nil, from=nil, to=nil, severitytext=nil, instanceregion=nil, instance=nil, logtype=nil, limit=nil, reactiontimerange=nil, status=nil, result=nil, method=nil, service=nil)
2349
2349
  @ProjectId = projectid
2350
2350
  @ScenarioId = scenarioid
@@ -2401,7 +2401,7 @@ module TencentCloud
2401
2401
  # @type RequestId: String
2402
2402
 
2403
2403
  attr_accessor :Total, :Context, :SampleLogs, :RequestId
2404
-
2404
+
2405
2405
  def initialize(total=nil, context=nil, samplelogs=nil, requestid=nil)
2406
2406
  @Total = total
2407
2407
  @Context = context
@@ -2436,7 +2436,7 @@ module TencentCloud
2436
2436
  # @type Queries: Array
2437
2437
 
2438
2438
  attr_accessor :JobId, :ProjectId, :ScenarioId, :Queries
2439
-
2439
+
2440
2440
  def initialize(jobid=nil, projectid=nil, scenarioid=nil, queries=nil)
2441
2441
  @JobId = jobid
2442
2442
  @ProjectId = projectid
@@ -2468,7 +2468,7 @@ module TencentCloud
2468
2468
  # @type RequestId: String
2469
2469
 
2470
2470
  attr_accessor :MetricSampleMatrixSet, :RequestId
2471
-
2471
+
2472
2472
  def initialize(metricsamplematrixset=nil, requestid=nil)
2473
2473
  @MetricSampleMatrixSet = metricsamplematrixset
2474
2474
  @RequestId = requestid
@@ -2505,7 +2505,7 @@ module TencentCloud
2505
2505
  # @type GroupBy: Array
2506
2506
 
2507
2507
  attr_accessor :JobId, :ProjectId, :ScenarioId, :Metric, :Aggregation, :Filters, :GroupBy
2508
-
2508
+
2509
2509
  def initialize(jobid=nil, projectid=nil, scenarioid=nil, metric=nil, aggregation=nil, filters=nil, groupby=nil)
2510
2510
  @JobId = jobid
2511
2511
  @ProjectId = projectid
@@ -2543,7 +2543,7 @@ module TencentCloud
2543
2543
  # @type RequestId: String
2544
2544
 
2545
2545
  attr_accessor :MetricSampleMatrix, :RequestId
2546
-
2546
+
2547
2547
  def initialize(metricsamplematrix=nil, requestid=nil)
2548
2548
  @MetricSampleMatrix = metricsamplematrix
2549
2549
  @RequestId = requestid
@@ -2574,7 +2574,7 @@ module TencentCloud
2574
2574
  # @type Labels: Array
2575
2575
 
2576
2576
  attr_accessor :JobId, :ScenarioId, :Metric, :Aggregation, :ProjectId, :Labels
2577
-
2577
+
2578
2578
  def initialize(jobid=nil, scenarioid=nil, metric=nil, aggregation=nil, projectid=nil, labels=nil)
2579
2579
  @JobId = jobid
2580
2580
  @ScenarioId = scenarioid
@@ -2610,7 +2610,7 @@ module TencentCloud
2610
2610
  # @type RequestId: String
2611
2611
 
2612
2612
  attr_accessor :MetricSample, :RequestId
2613
-
2613
+
2614
2614
  def initialize(metricsample=nil, requestid=nil)
2615
2615
  @MetricSample = metricsample
2616
2616
  @RequestId = requestid
@@ -2655,7 +2655,7 @@ module TencentCloud
2655
2655
  # @type Owner: String
2656
2656
 
2657
2657
  attr_accessor :Offset, :Limit, :ProjectIds, :ScenarioIds, :ScenarioName, :ScenarioStatus, :OrderBy, :Ascend, :ScenarioRelatedJobsParams, :IgnoreScript, :IgnoreDataset, :ScenarioType, :Owner
2658
-
2658
+
2659
2659
  def initialize(offset=nil, limit=nil, projectids=nil, scenarioids=nil, scenarioname=nil, scenariostatus=nil, orderby=nil, ascend=nil, scenariorelatedjobsparams=nil, ignorescript=nil, ignoredataset=nil, scenariotype=nil, owner=nil)
2660
2660
  @Offset = offset
2661
2661
  @Limit = limit
@@ -2703,7 +2703,7 @@ module TencentCloud
2703
2703
  # @type RequestId: String
2704
2704
 
2705
2705
  attr_accessor :ScenarioWithJobsSet, :Total, :RequestId
2706
-
2706
+
2707
2707
  def initialize(scenariowithjobsset=nil, total=nil, requestid=nil)
2708
2708
  @ScenarioWithJobsSet = scenariowithjobsset
2709
2709
  @Total = total
@@ -2746,7 +2746,7 @@ module TencentCloud
2746
2746
  # @type ScenarioType: String
2747
2747
 
2748
2748
  attr_accessor :ScenarioIds, :ScenarioName, :ScenarioStatus, :Offset, :Limit, :OrderBy, :Ascend, :ProjectIds, :ScenarioType
2749
-
2749
+
2750
2750
  def initialize(scenarioids=nil, scenarioname=nil, scenariostatus=nil, offset=nil, limit=nil, orderby=nil, ascend=nil, projectids=nil, scenariotype=nil)
2751
2751
  @ScenarioIds = scenarioids
2752
2752
  @ScenarioName = scenarioname
@@ -2783,7 +2783,7 @@ module TencentCloud
2783
2783
  # @type RequestId: String
2784
2784
 
2785
2785
  attr_accessor :ScenarioSet, :Total, :RequestId
2786
-
2786
+
2787
2787
  def initialize(scenarioset=nil, total=nil, requestid=nil)
2788
2788
  @ScenarioSet = scenarioset
2789
2789
  @Total = total
@@ -2814,7 +2814,7 @@ module TencentCloud
2814
2814
  # @type DNSConfig: :class:`Tencentcloud::Pts.v20210728.models.DNSConfig`
2815
2815
 
2816
2816
  attr_accessor :HostAliases, :DNSConfig
2817
-
2817
+
2818
2818
  def initialize(hostaliases=nil, dnsconfig=nil)
2819
2819
  @HostAliases = hostaliases
2820
2820
  @DNSConfig = dnsconfig
@@ -2858,7 +2858,7 @@ module TencentCloud
2858
2858
  # @type Proto: String
2859
2859
 
2860
2860
  attr_accessor :Status, :Result, :Count, :Rate, :Message, :Proto
2861
-
2861
+
2862
2862
  def initialize(status=nil, result=nil, count=nil, rate=nil, message=nil, proto=nil)
2863
2863
  @Status = status
2864
2864
  @Result = result
@@ -2936,7 +2936,7 @@ module TencentCloud
2936
2936
  # @type AppId: Integer
2937
2937
 
2938
2938
  attr_accessor :FileId, :Kind, :Name, :Size, :Type, :UpdatedAt, :LineCount, :HeadLines, :TailLines, :HeaderInFile, :HeaderColumns, :FileInfos, :ScenarioSet, :Status, :CreatedAt, :ProjectId, :AppID, :Uin, :SubAccountUin, :AppId
2939
-
2939
+
2940
2940
  def initialize(fileid=nil, kind=nil, name=nil, size=nil, type=nil, updatedat=nil, linecount=nil, headlines=nil, taillines=nil, headerinfile=nil, headercolumns=nil, fileinfos=nil, scenarioset=nil, status=nil, createdat=nil, projectid=nil, appid=nil, uin=nil, subaccountuin=nil, appid=nil)
2941
2941
  @FileId = fileid
2942
2942
  @Kind = kind
@@ -3017,7 +3017,7 @@ module TencentCloud
3017
3017
  # @type FileId: String
3018
3018
 
3019
3019
  attr_accessor :Name, :Size, :Type, :UpdatedAt, :FileId
3020
-
3020
+
3021
3021
  def initialize(name=nil, size=nil, type=nil, updatedat=nil, fileid=nil)
3022
3022
  @Name = name
3023
3023
  @Size = size
@@ -3057,7 +3057,7 @@ module TencentCloud
3057
3057
  # @type LabelValue: String
3058
3058
 
3059
3059
  attr_accessor :Operator, :LabelName, :LabelValue
3060
-
3060
+
3061
3061
  def initialize(operator=nil, labelname=nil, labelvalue=nil)
3062
3062
  @Operator = operator
3063
3063
  @LabelName = labelname
@@ -3079,7 +3079,7 @@ module TencentCloud
3079
3079
  # @type ScenarioId: String
3080
3080
 
3081
3081
  attr_accessor :ProjectId, :ScenarioId
3082
-
3082
+
3083
3083
  def initialize(projectid=nil, scenarioid=nil)
3084
3084
  @ProjectId = projectid
3085
3085
  @ScenarioId = scenarioid
@@ -3103,7 +3103,7 @@ module TencentCloud
3103
3103
  # @type RequestId: String
3104
3104
 
3105
3105
  attr_accessor :StartTime, :ExpiredTime, :Credentials, :RequestId
3106
-
3106
+
3107
3107
  def initialize(starttime=nil, expiredtime=nil, credentials=nil, requestid=nil)
3108
3108
  @StartTime = starttime
3109
3109
  @ExpiredTime = expiredtime
@@ -3132,7 +3132,7 @@ module TencentCloud
3132
3132
  # @type Percentage: Integer
3133
3133
 
3134
3134
  attr_accessor :RegionId, :Region, :Percentage
3135
-
3135
+
3136
3136
  def initialize(regionid=nil, region=nil, percentage=nil)
3137
3137
  @RegionId = regionid
3138
3138
  @Region = region
@@ -3156,7 +3156,7 @@ module TencentCloud
3156
3156
  # @type IP: String
3157
3157
 
3158
3158
  attr_accessor :HostNames, :IP
3159
-
3159
+
3160
3160
  def initialize(hostnames=nil, ip=nil)
3161
3161
  @HostNames = hostnames
3162
3162
  @IP = ip
@@ -3182,7 +3182,7 @@ module TencentCloud
3182
3182
  # @type GroupBy: Array
3183
3183
 
3184
3184
  attr_accessor :Metric, :Aggregation, :Labels, :Filters, :GroupBy
3185
-
3185
+
3186
3186
  def initialize(metric=nil, aggregation=nil, labels=nil, filters=nil, groupby=nil)
3187
3187
  @Metric = metric
3188
3188
  @Aggregation = aggregation
@@ -3349,7 +3349,7 @@ module TencentCloud
3349
3349
  # @type ScenarioName: String
3350
3350
 
3351
3351
  attr_accessor :JobId, :ScenarioId, :Load, :Configs, :Datasets, :Extensions, :Status, :StartTime, :EndTime, :MaxVirtualUserCount, :Note, :ErrorRate, :JobOwner, :LoadSources, :Duration, :MaxRequestsPerSecond, :RequestTotal, :RequestsPerSecond, :ResponseTimeAverage, :ResponseTimeP99, :ResponseTimeP95, :ResponseTimeP90, :Scripts, :ResponseTimeMax, :ResponseTimeMin, :LoadSourceInfos, :TestScripts, :Protocols, :RequestFiles, :Plugins, :CronId, :Type, :DomainNameConfig, :Debug, :AbortReason, :CreatedAt, :ProjectId, :NotificationHooks, :NetworkReceiveRate, :NetworkSendRate, :Message, :ProjectName, :ScenarioName
3352
-
3352
+
3353
3353
  def initialize(jobid=nil, scenarioid=nil, load=nil, configs=nil, datasets=nil, extensions=nil, status=nil, starttime=nil, endtime=nil, maxvirtualusercount=nil, note=nil, errorrate=nil, jobowner=nil, loadsources=nil, duration=nil, maxrequestspersecond=nil, requesttotal=nil, requestspersecond=nil, responsetimeaverage=nil, responsetimep99=nil, responsetimep95=nil, responsetimep90=nil, scripts=nil, responsetimemax=nil, responsetimemin=nil, loadsourceinfos=nil, testscripts=nil, protocols=nil, requestfiles=nil, plugins=nil, cronid=nil, type=nil, domainnameconfig=nil, debug=nil, abortreason=nil, createdat=nil, projectid=nil, notificationhooks=nil, networkreceiverate=nil, networksendrate=nil, message=nil, projectname=nil, scenarioname=nil)
3354
3354
  @JobId = jobid
3355
3355
  @ScenarioId = scenarioid
@@ -3509,7 +3509,7 @@ module TencentCloud
3509
3509
  # @type LabelValue: String
3510
3510
 
3511
3511
  attr_accessor :LabelName, :LabelValue
3512
-
3512
+
3513
3513
  def initialize(labelname=nil, labelvalue=nil)
3514
3514
  @LabelName = labelname
3515
3515
  @LabelValue = labelvalue
@@ -3529,7 +3529,7 @@ module TencentCloud
3529
3529
  # @type LabelValues: Array
3530
3530
 
3531
3531
  attr_accessor :LabelName, :LabelValues
3532
-
3532
+
3533
3533
  def initialize(labelname=nil, labelvalues=nil)
3534
3534
  @LabelName = labelname
3535
3535
  @LabelValues = labelvalues
@@ -3554,7 +3554,7 @@ module TencentCloud
3554
3554
  # @type GeoRegionsLoadDistribution: Array
3555
3555
 
3556
3556
  attr_accessor :LoadSpec, :VpcLoadDistribution, :GeoRegionsLoadDistribution
3557
-
3557
+
3558
3558
  def initialize(loadspec=nil, vpcloaddistribution=nil, georegionsloaddistribution=nil)
3559
3559
  @LoadSpec = loadspec
3560
3560
  @VpcLoadDistribution = vpcloaddistribution
@@ -3594,7 +3594,7 @@ module TencentCloud
3594
3594
  # @type Region: String
3595
3595
 
3596
3596
  attr_accessor :IP, :PodName, :Region
3597
-
3597
+
3598
3598
  def initialize(ip=nil, podname=nil, region=nil)
3599
3599
  @IP = ip
3600
3600
  @PodName = podname
@@ -3621,7 +3621,7 @@ module TencentCloud
3621
3621
  # @type ScriptOrigin: :class:`Tencentcloud::Pts.v20210728.models.ScriptOrigin`
3622
3622
 
3623
3623
  attr_accessor :Concurrency, :RequestsPerSecond, :ScriptOrigin
3624
-
3624
+
3625
3625
  def initialize(concurrency=nil, requestspersecond=nil, scriptorigin=nil)
3626
3626
  @Concurrency = concurrency
3627
3627
  @RequestsPerSecond = requestspersecond
@@ -3663,7 +3663,7 @@ module TencentCloud
3663
3663
  # @type InnerMetric: Boolean
3664
3664
 
3665
3665
  attr_accessor :Metric, :Alias, :Description, :MetricType, :Unit, :Aggregations, :InnerMetric
3666
-
3666
+
3667
3667
  def initialize(metric=nil, _alias=nil, description=nil, metrictype=nil, unit=nil, aggregations=nil, innermetric=nil)
3668
3668
  @Metric = metric
3669
3669
  @Alias = _alias
@@ -3700,7 +3700,7 @@ module TencentCloud
3700
3700
  # @type LabelValuesSet: Array
3701
3701
 
3702
3702
  attr_accessor :MetricName, :LabelValuesSet
3703
-
3703
+
3704
3704
  def initialize(metricname=nil, labelvaluesset=nil)
3705
3705
  @MetricName = metricname
3706
3706
  @LabelValuesSet = labelvaluesset
@@ -3732,7 +3732,7 @@ module TencentCloud
3732
3732
  # @type Body: String
3733
3733
 
3734
3734
  attr_accessor :Timestamp, :SeverityText, :Body
3735
-
3735
+
3736
3736
  def initialize(timestamp=nil, severitytext=nil, body=nil)
3737
3737
  @Timestamp = timestamp
3738
3738
  @SeverityText = severitytext
@@ -3754,7 +3754,7 @@ module TencentCloud
3754
3754
  # @type URL: String
3755
3755
 
3756
3756
  attr_accessor :Events, :URL
3757
-
3757
+
3758
3758
  def initialize(events=nil, url=nil)
3759
3759
  @Events = events
3760
3760
  @URL = url
@@ -3776,7 +3776,7 @@ module TencentCloud
3776
3776
  # @type URL: String
3777
3777
 
3778
3778
  attr_accessor :Events, :URL
3779
-
3779
+
3780
3780
  def initialize(events=nil, url=nil)
3781
3781
  @Events = events
3782
3782
  @URL = url
@@ -3814,7 +3814,7 @@ module TencentCloud
3814
3814
  # @type SubAccountUin: String
3815
3815
 
3816
3816
  attr_accessor :ProjectId, :Name, :Description, :Tags, :Status, :CreatedAt, :UpdatedAt, :AppId, :Uin, :SubAccountUin
3817
-
3817
+
3818
3818
  def initialize(projectid=nil, name=nil, description=nil, tags=nil, status=nil, createdat=nil, updatedat=nil, appid=nil, uin=nil, subaccountuin=nil)
3819
3819
  @ProjectId = projectid
3820
3820
  @Name = name
@@ -3868,7 +3868,7 @@ module TencentCloud
3868
3868
  # @type FileId: String
3869
3869
 
3870
3870
  attr_accessor :Name, :Size, :Type, :UpdatedAt, :FileId
3871
-
3871
+
3872
3872
  def initialize(name=nil, size=nil, type=nil, updatedat=nil, fileid=nil)
3873
3873
  @Name = name
3874
3874
  @Size = size
@@ -3894,7 +3894,7 @@ module TencentCloud
3894
3894
  # @type Max: String
3895
3895
 
3896
3896
  attr_accessor :Min, :Max
3897
-
3897
+
3898
3898
  def initialize(min=nil, max=nil)
3899
3899
  @Min = min
3900
3900
  @Max = max
@@ -3926,7 +3926,7 @@ module TencentCloud
3926
3926
  # @type UpdatedAt: String
3927
3927
 
3928
3928
  attr_accessor :Region, :RegionId, :Area, :RegionName, :RegionState, :RegionShortName, :CreatedAt, :UpdatedAt
3929
-
3929
+
3930
3930
  def initialize(region=nil, regionid=nil, area=nil, regionname=nil, regionstate=nil, regionshortname=nil, createdat=nil, updatedat=nil)
3931
3931
  @Region = region
3932
3932
  @RegionId = regionid
@@ -3978,7 +3978,7 @@ module TencentCloud
3978
3978
  # @type Result: String
3979
3979
 
3980
3980
  attr_accessor :Service, :Method, :Count, :Average, :P90, :P95, :Min, :Max, :ErrorPercentage, :P99, :Status, :Result
3981
-
3981
+
3982
3982
  def initialize(service=nil, method=nil, count=nil, average=nil, p90=nil, p95=nil, min=nil, max=nil, errorpercentage=nil, p99=nil, status=nil, result=nil)
3983
3983
  @Service = service
3984
3984
  @Method = method
@@ -4035,7 +4035,7 @@ module TencentCloud
4035
4035
  # @type GracefulStopSeconds: Integer
4036
4036
 
4037
4037
  attr_accessor :MaxRequestsPerSecond, :DurationSeconds, :TargetVirtualUsers, :Resources, :StartRequestsPerSecond, :TargetRequestsPerSecond, :GracefulStopSeconds
4038
-
4038
+
4039
4039
  def initialize(maxrequestspersecond=nil, durationseconds=nil, targetvirtualusers=nil, resources=nil, startrequestspersecond=nil, targetrequestspersecond=nil, gracefulstopseconds=nil)
4040
4040
  @MaxRequestsPerSecond = maxrequestspersecond
4041
4041
  @DurationSeconds = durationseconds
@@ -4065,7 +4065,7 @@ module TencentCloud
4065
4065
  # @type CronJobIds: Array
4066
4066
 
4067
4067
  attr_accessor :ProjectId, :CronJobIds
4068
-
4068
+
4069
4069
  def initialize(projectid=nil, cronjobids=nil)
4070
4070
  @ProjectId = projectid
4071
4071
  @CronJobIds = cronjobids
@@ -4083,7 +4083,7 @@ module TencentCloud
4083
4083
  # @type RequestId: String
4084
4084
 
4085
4085
  attr_accessor :RequestId
4086
-
4086
+
4087
4087
  def initialize(requestid=nil)
4088
4088
  @RequestId = requestid
4089
4089
  end
@@ -4103,7 +4103,7 @@ module TencentCloud
4103
4103
  # @type LabelValue: String
4104
4104
 
4105
4105
  attr_accessor :LabelName, :LabelValue
4106
-
4106
+
4107
4107
  def initialize(labelname=nil, labelvalue=nil)
4108
4108
  @LabelName = labelname
4109
4109
  @LabelValue = labelvalue
@@ -4125,7 +4125,7 @@ module TencentCloud
4125
4125
  # @type AlertChannel: :class:`Tencentcloud::Pts.v20210728.models.AlertChannel`
4126
4126
 
4127
4127
  attr_accessor :SLARules, :AlertChannel
4128
-
4128
+
4129
4129
  def initialize(slarules=nil, alertchannel=nil)
4130
4130
  @SLARules = slarules
4131
4131
  @AlertChannel = alertchannel
@@ -4172,7 +4172,7 @@ module TencentCloud
4172
4172
  # @type For: String
4173
4173
 
4174
4174
  attr_accessor :Metric, :Aggregation, :Condition, :Value, :LabelFilter, :AbortFlag, :For
4175
-
4175
+
4176
4176
  def initialize(metric=nil, aggregation=nil, condition=nil, value=nil, labelfilter=nil, abortflag=nil, _for=nil)
4177
4177
  @Metric = metric
4178
4178
  @Aggregation = aggregation
@@ -4214,7 +4214,7 @@ module TencentCloud
4214
4214
  # @type Body: String
4215
4215
 
4216
4216
  attr_accessor :Timestamp, :Attributes, :Body
4217
-
4217
+
4218
4218
  def initialize(timestamp=nil, attributes=nil, body=nil)
4219
4219
  @Timestamp = timestamp
4220
4220
  @Attributes = attributes
@@ -4239,7 +4239,7 @@ module TencentCloud
4239
4239
  # @type Value: Float
4240
4240
 
4241
4241
  attr_accessor :Timestamp, :Value
4242
-
4242
+
4243
4243
  def initialize(timestamp=nil, value=nil)
4244
4244
  @Timestamp = timestamp
4245
4245
  @Value = value
@@ -4263,7 +4263,7 @@ module TencentCloud
4263
4263
  # @type Name: String
4264
4264
 
4265
4265
  attr_accessor :Labels, :Values, :Name
4266
-
4266
+
4267
4267
  def initialize(labels=nil, values=nil, name=nil)
4268
4268
  @Labels = labels
4269
4269
  @Values = values
@@ -4372,7 +4372,7 @@ module TencentCloud
4372
4372
  # @type ProjectName: String
4373
4373
 
4374
4374
  attr_accessor :ScenarioId, :Name, :Description, :Type, :Status, :Load, :EncodedScripts, :Configs, :Extensions, :Datasets, :SLAId, :CronId, :CreatedAt, :UpdatedAt, :ProjectId, :AppId, :Uin, :SubAccountUin, :TestScripts, :Protocols, :RequestFiles, :SLAPolicy, :Plugins, :DomainNameConfig, :NotificationHooks, :Owner, :ProjectName
4375
-
4375
+
4376
4376
  def initialize(scenarioid=nil, name=nil, description=nil, type=nil, status=nil, load=nil, encodedscripts=nil, configs=nil, extensions=nil, datasets=nil, slaid=nil, cronid=nil, createdat=nil, updatedat=nil, projectid=nil, appid=nil, uin=nil, subaccountuin=nil, testscripts=nil, protocols=nil, requestfiles=nil, slapolicy=nil, plugins=nil, domainnameconfig=nil, notificationhooks=nil, owner=nil, projectname=nil)
4377
4377
  @ScenarioId = scenarioid
4378
4378
  @Name = name
@@ -4497,7 +4497,7 @@ module TencentCloud
4497
4497
  # @type Ascend: Boolean
4498
4498
 
4499
4499
  attr_accessor :Offset, :Limit, :OrderBy, :Ascend
4500
-
4500
+
4501
4501
  def initialize(offset=nil, limit=nil, orderby=nil, ascend=nil)
4502
4502
  @Offset = offset
4503
4503
  @Limit = limit
@@ -4523,7 +4523,7 @@ module TencentCloud
4523
4523
  # @type Jobs: Array
4524
4524
 
4525
4525
  attr_accessor :Scenario, :Jobs
4526
-
4526
+
4527
4527
  def initialize(scenario=nil, jobs=nil)
4528
4528
  @Scenario = scenario
4529
4529
  @Jobs = jobs
@@ -4573,7 +4573,7 @@ module TencentCloud
4573
4573
  # @type FileId: String
4574
4574
 
4575
4575
  attr_accessor :Name, :Size, :Type, :UpdatedAt, :EncodedContent, :EncodedHttpArchive, :LoadWeight, :FileId
4576
-
4576
+
4577
4577
  def initialize(name=nil, size=nil, type=nil, updatedat=nil, encodedcontent=nil, encodedhttparchive=nil, loadweight=nil, fileid=nil)
4578
4578
  @Name = name
4579
4579
  @Size = size
@@ -4607,7 +4607,7 @@ module TencentCloud
4607
4607
  # @type DurationSeconds: Integer
4608
4608
 
4609
4609
  attr_accessor :MachineNumber, :MachineSpecification, :DurationSeconds
4610
-
4610
+
4611
4611
  def initialize(machinenumber=nil, machinespecification=nil, durationseconds=nil)
4612
4612
  @MachineNumber = machinenumber
4613
4613
  @MachineSpecification = machinespecification
@@ -4631,7 +4631,7 @@ module TencentCloud
4631
4631
  # @type TargetVirtualUsers: Integer
4632
4632
 
4633
4633
  attr_accessor :DurationSeconds, :TargetVirtualUsers
4634
-
4634
+
4635
4635
  def initialize(durationseconds=nil, targetvirtualusers=nil)
4636
4636
  @DurationSeconds = durationseconds
4637
4637
  @TargetVirtualUsers = targetvirtualusers
@@ -4657,7 +4657,7 @@ module TencentCloud
4657
4657
  # @type Note: String
4658
4658
 
4659
4659
  attr_accessor :ScenarioId, :JobOwner, :ProjectId, :Debug, :Note
4660
-
4660
+
4661
4661
  def initialize(scenarioid=nil, jobowner=nil, projectid=nil, debug=nil, note=nil)
4662
4662
  @ScenarioId = scenarioid
4663
4663
  @JobOwner = jobowner
@@ -4683,7 +4683,7 @@ module TencentCloud
4683
4683
  # @type RequestId: String
4684
4684
 
4685
4685
  attr_accessor :JobId, :RequestId
4686
-
4686
+
4687
4687
  def initialize(jobid=nil, requestid=nil)
4688
4688
  @JobId = jobid
4689
4689
  @RequestId = requestid
@@ -4705,7 +4705,7 @@ module TencentCloud
4705
4705
  # @type TagValue: String
4706
4706
 
4707
4707
  attr_accessor :TagKey, :TagValue
4708
-
4708
+
4709
4709
  def initialize(tagkey=nil, tagvalue=nil)
4710
4710
  @TagKey = tagkey
4711
4711
  @TagValue = tagvalue
@@ -4754,7 +4754,7 @@ module TencentCloud
4754
4754
  # @type FileId: String
4755
4755
 
4756
4756
  attr_accessor :Name, :Split, :HeaderInFile, :HeaderColumns, :LineCount, :UpdatedAt, :Size, :HeadLines, :TailLines, :Type, :FileId
4757
-
4757
+
4758
4758
  def initialize(name=nil, split=nil, headerinfile=nil, headercolumns=nil, linecount=nil, updatedat=nil, size=nil, headlines=nil, taillines=nil, type=nil, fileid=nil)
4759
4759
  @Name = name
4760
4760
  @Split = split
@@ -4810,7 +4810,7 @@ module TencentCloud
4810
4810
  # @type NoticeId: String
4811
4811
 
4812
4812
  attr_accessor :ProjectId, :CronJobId, :Note, :CronExpression, :FrequencyType, :Name, :ScenarioId, :ScenarioName, :JobOwner, :EndTime, :NoticeId
4813
-
4813
+
4814
4814
  def initialize(projectid=nil, cronjobid=nil, note=nil, cronexpression=nil, frequencytype=nil, name=nil, scenarioid=nil, scenarioname=nil, jobowner=nil, endtime=nil, noticeid=nil)
4815
4815
  @ProjectId = projectid
4816
4816
  @CronJobId = cronjobid
@@ -4846,7 +4846,7 @@ module TencentCloud
4846
4846
  # @type RequestId: String
4847
4847
 
4848
4848
  attr_accessor :RequestId
4849
-
4849
+
4850
4850
  def initialize(requestid=nil)
4851
4851
  @RequestId = requestid
4852
4852
  end
@@ -4866,7 +4866,7 @@ module TencentCloud
4866
4866
  # @type ScenarioIds: Array
4867
4867
 
4868
4868
  attr_accessor :FileId, :ProjectId, :ScenarioIds
4869
-
4869
+
4870
4870
  def initialize(fileid=nil, projectid=nil, scenarioids=nil)
4871
4871
  @FileId = fileid
4872
4872
  @ProjectId = projectid
@@ -4886,7 +4886,7 @@ module TencentCloud
4886
4886
  # @type RequestId: String
4887
4887
 
4888
4888
  attr_accessor :RequestId
4889
-
4889
+
4890
4890
  def initialize(requestid=nil)
4891
4891
  @RequestId = requestid
4892
4892
  end
@@ -4908,7 +4908,7 @@ module TencentCloud
4908
4908
  # @type Note: String
4909
4909
 
4910
4910
  attr_accessor :JobId, :ProjectId, :ScenarioId, :Note
4911
-
4911
+
4912
4912
  def initialize(jobid=nil, projectid=nil, scenarioid=nil, note=nil)
4913
4913
  @JobId = jobid
4914
4914
  @ProjectId = projectid
@@ -4930,7 +4930,7 @@ module TencentCloud
4930
4930
  # @type RequestId: String
4931
4931
 
4932
4932
  attr_accessor :RequestId
4933
-
4933
+
4934
4934
  def initialize(requestid=nil)
4935
4935
  @RequestId = requestid
4936
4936
  end
@@ -4954,7 +4954,7 @@ module TencentCloud
4954
4954
  # @type Tags: Array
4955
4955
 
4956
4956
  attr_accessor :ProjectId, :Name, :Description, :Status, :Tags
4957
-
4957
+
4958
4958
  def initialize(projectid=nil, name=nil, description=nil, status=nil, tags=nil)
4959
4959
  @ProjectId = projectid
4960
4960
  @Name = name
@@ -4985,7 +4985,7 @@ module TencentCloud
4985
4985
  # @type RequestId: String
4986
4986
 
4987
4987
  attr_accessor :RequestId
4988
-
4988
+
4989
4989
  def initialize(requestid=nil)
4990
4990
  @RequestId = requestid
4991
4991
  end
@@ -5041,7 +5041,7 @@ module TencentCloud
5041
5041
  # @type Owner: String
5042
5042
 
5043
5043
  attr_accessor :ScenarioId, :Name, :Description, :Type, :Load, :EncodedScripts, :Configs, :Datasets, :Extensions, :SLAId, :CronId, :Status, :ProjectId, :TestScripts, :Protocols, :RequestFiles, :SLAPolicy, :Plugins, :DomainNameConfig, :NotificationHooks, :Owner
5044
-
5044
+
5045
5045
  def initialize(scenarioid=nil, name=nil, description=nil, type=nil, load=nil, encodedscripts=nil, configs=nil, datasets=nil, extensions=nil, slaid=nil, cronid=nil, status=nil, projectid=nil, testscripts=nil, protocols=nil, requestfiles=nil, slapolicy=nil, plugins=nil, domainnameconfig=nil, notificationhooks=nil, owner=nil)
5046
5046
  @ScenarioId = scenarioid
5047
5047
  @Name = name
@@ -5148,7 +5148,7 @@ module TencentCloud
5148
5148
  # @type RequestId: String
5149
5149
 
5150
5150
  attr_accessor :RequestId
5151
-
5151
+
5152
5152
  def initialize(requestid=nil)
5153
5153
  @RequestId = requestid
5154
5154
  end
@@ -5172,7 +5172,7 @@ module TencentCloud
5172
5172
  # @type SubnetIds: Array
5173
5173
 
5174
5174
  attr_accessor :RegionId, :Region, :VpcId, :SubnetIds
5175
-
5175
+
5176
5176
  def initialize(regionid=nil, region=nil, vpcid=nil, subnetids=nil)
5177
5177
  @RegionId = regionid
5178
5178
  @Region = region
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-pts
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.589
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-09 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