tencentcloud-sdk-python 3.0.1300__py2.py3-none-any.whl → 3.0.1302__py2.py3-none-any.whl

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.
@@ -359,10 +359,8 @@ class AlertChannel(AbstractModel):
359
359
  def __init__(self):
360
360
  r"""
361
361
  :param _NoticeId: 通知模板ID
362
- 注意:此字段可能返回 null,表示取不到有效值。
363
362
  :type NoticeId: str
364
363
  :param _AMPConsumerId: AMP consumer ID
365
- 注意:此字段可能返回 null,表示取不到有效值。
366
364
  :type AMPConsumerId: str
367
365
  """
368
366
  self._NoticeId = None
@@ -371,7 +369,6 @@ class AlertChannel(AbstractModel):
371
369
  @property
372
370
  def NoticeId(self):
373
371
  """通知模板ID
374
- 注意:此字段可能返回 null,表示取不到有效值。
375
372
  :rtype: str
376
373
  """
377
374
  return self._NoticeId
@@ -383,7 +380,6 @@ class AlertChannel(AbstractModel):
383
380
  @property
384
381
  def AMPConsumerId(self):
385
382
  """AMP consumer ID
386
- 注意:此字段可能返回 null,表示取不到有效值。
387
383
  :rtype: str
388
384
  """
389
385
  return self._AMPConsumerId
@@ -414,31 +410,22 @@ class AlertChannelRecord(AbstractModel):
414
410
  def __init__(self):
415
411
  r"""
416
412
  :param _NoticeId: Notice ID
417
- 注意:此字段可能返回 null,表示取不到有效值。
418
413
  :type NoticeId: str
419
414
  :param _AMPConsumerId: Consumer ID
420
- 注意:此字段可能返回 null,表示取不到有效值。
421
415
  :type AMPConsumerId: str
422
416
  :param _ProjectId: 项目 ID
423
- 注意:此字段可能返回 null,表示取不到有效值。
424
417
  :type ProjectId: str
425
418
  :param _Status: 状态
426
- 注意:此字段可能返回 null,表示取不到有效值。
427
419
  :type Status: int
428
420
  :param _CreatedAt: 创建时间
429
- 注意:此字段可能返回 null,表示取不到有效值。
430
421
  :type CreatedAt: str
431
422
  :param _UpdatedAt: 更新时间
432
- 注意:此字段可能返回 null,表示取不到有效值。
433
423
  :type UpdatedAt: str
434
424
  :param _AppId: App ID
435
- 注意:此字段可能返回 null,表示取不到有效值。
436
425
  :type AppId: int
437
426
  :param _Uin: 主账号
438
- 注意:此字段可能返回 null,表示取不到有效值。
439
427
  :type Uin: str
440
428
  :param _SubAccountUin: 子账号
441
- 注意:此字段可能返回 null,表示取不到有效值。
442
429
  :type SubAccountUin: str
443
430
  """
444
431
  self._NoticeId = None
@@ -454,7 +441,6 @@ class AlertChannelRecord(AbstractModel):
454
441
  @property
455
442
  def NoticeId(self):
456
443
  """Notice ID
457
- 注意:此字段可能返回 null,表示取不到有效值。
458
444
  :rtype: str
459
445
  """
460
446
  return self._NoticeId
@@ -466,7 +452,6 @@ class AlertChannelRecord(AbstractModel):
466
452
  @property
467
453
  def AMPConsumerId(self):
468
454
  """Consumer ID
469
- 注意:此字段可能返回 null,表示取不到有效值。
470
455
  :rtype: str
471
456
  """
472
457
  return self._AMPConsumerId
@@ -478,7 +463,6 @@ class AlertChannelRecord(AbstractModel):
478
463
  @property
479
464
  def ProjectId(self):
480
465
  """项目 ID
481
- 注意:此字段可能返回 null,表示取不到有效值。
482
466
  :rtype: str
483
467
  """
484
468
  return self._ProjectId
@@ -490,7 +474,6 @@ class AlertChannelRecord(AbstractModel):
490
474
  @property
491
475
  def Status(self):
492
476
  """状态
493
- 注意:此字段可能返回 null,表示取不到有效值。
494
477
  :rtype: int
495
478
  """
496
479
  return self._Status
@@ -502,7 +485,6 @@ class AlertChannelRecord(AbstractModel):
502
485
  @property
503
486
  def CreatedAt(self):
504
487
  """创建时间
505
- 注意:此字段可能返回 null,表示取不到有效值。
506
488
  :rtype: str
507
489
  """
508
490
  return self._CreatedAt
@@ -514,7 +496,6 @@ class AlertChannelRecord(AbstractModel):
514
496
  @property
515
497
  def UpdatedAt(self):
516
498
  """更新时间
517
- 注意:此字段可能返回 null,表示取不到有效值。
518
499
  :rtype: str
519
500
  """
520
501
  return self._UpdatedAt
@@ -526,7 +507,6 @@ class AlertChannelRecord(AbstractModel):
526
507
  @property
527
508
  def AppId(self):
528
509
  """App ID
529
- 注意:此字段可能返回 null,表示取不到有效值。
530
510
  :rtype: int
531
511
  """
532
512
  return self._AppId
@@ -538,7 +518,6 @@ class AlertChannelRecord(AbstractModel):
538
518
  @property
539
519
  def Uin(self):
540
520
  """主账号
541
- 注意:此字段可能返回 null,表示取不到有效值。
542
521
  :rtype: str
543
522
  """
544
523
  return self._Uin
@@ -550,7 +529,6 @@ class AlertChannelRecord(AbstractModel):
550
529
  @property
551
530
  def SubAccountUin(self):
552
531
  """子账号
553
- 注意:此字段可能返回 null,表示取不到有效值。
554
532
  :rtype: str
555
533
  """
556
534
  return self._SubAccountUin
@@ -591,43 +569,30 @@ class AlertRecord(AbstractModel):
591
569
  注意:此字段可能返回 null,表示取不到有效值。
592
570
  :type AlertRecordId: str
593
571
  :param _ProjectId: 项目 ID
594
- 注意:此字段可能返回 null,表示取不到有效值。
595
572
  :type ProjectId: str
596
573
  :param _ScenarioId: 场景 ID
597
- 注意:此字段可能返回 null,表示取不到有效值。
598
574
  :type ScenarioId: str
599
575
  :param _Status: 状态
600
- 注意:此字段可能返回 null,表示取不到有效值。
601
576
  :type Status: :class:`tencentcloud.pts.v20210728.models.AlertRecordStatus`
602
577
  :param _CreatedAt: 创建时间
603
- 注意:此字段可能返回 null,表示取不到有效值。
604
578
  :type CreatedAt: str
605
579
  :param _UpdatedAt: 修改时间
606
- 注意:此字段可能返回 null,表示取不到有效值。
607
580
  :type UpdatedAt: str
608
581
  :param _JobId: 任务 ID
609
- 注意:此字段可能返回 null,表示取不到有效值。
610
582
  :type JobId: str
611
583
  :param _AppId: App ID
612
- 注意:此字段可能返回 null,表示取不到有效值。
613
584
  :type AppId: int
614
585
  :param _Uin: 主账号
615
- 注意:此字段可能返回 null,表示取不到有效值。
616
586
  :type Uin: str
617
587
  :param _SubAccountUin: 子账号
618
- 注意:此字段可能返回 null,表示取不到有效值。
619
588
  :type SubAccountUin: str
620
589
  :param _ScenarioName: 场景名称
621
- 注意:此字段可能返回 null,表示取不到有效值。
622
590
  :type ScenarioName: str
623
591
  :param _Target: 告警对象
624
- 注意:此字段可能返回 null,表示取不到有效值。
625
592
  :type Target: str
626
593
  :param _JobSLAId: 告警规则 ID
627
- 注意:此字段可能返回 null,表示取不到有效值。
628
594
  :type JobSLAId: str
629
595
  :param _JobSLADescription: 告警规则描述
630
- 注意:此字段可能返回 null,表示取不到有效值。
631
596
  :type JobSLADescription: str
632
597
  """
633
598
  self._AlertRecordId = None
@@ -660,7 +625,6 @@ class AlertRecord(AbstractModel):
660
625
  @property
661
626
  def ProjectId(self):
662
627
  """项目 ID
663
- 注意:此字段可能返回 null,表示取不到有效值。
664
628
  :rtype: str
665
629
  """
666
630
  return self._ProjectId
@@ -672,7 +636,6 @@ class AlertRecord(AbstractModel):
672
636
  @property
673
637
  def ScenarioId(self):
674
638
  """场景 ID
675
- 注意:此字段可能返回 null,表示取不到有效值。
676
639
  :rtype: str
677
640
  """
678
641
  return self._ScenarioId
@@ -684,7 +647,6 @@ class AlertRecord(AbstractModel):
684
647
  @property
685
648
  def Status(self):
686
649
  """状态
687
- 注意:此字段可能返回 null,表示取不到有效值。
688
650
  :rtype: :class:`tencentcloud.pts.v20210728.models.AlertRecordStatus`
689
651
  """
690
652
  return self._Status
@@ -696,7 +658,6 @@ class AlertRecord(AbstractModel):
696
658
  @property
697
659
  def CreatedAt(self):
698
660
  """创建时间
699
- 注意:此字段可能返回 null,表示取不到有效值。
700
661
  :rtype: str
701
662
  """
702
663
  return self._CreatedAt
@@ -708,7 +669,6 @@ class AlertRecord(AbstractModel):
708
669
  @property
709
670
  def UpdatedAt(self):
710
671
  """修改时间
711
- 注意:此字段可能返回 null,表示取不到有效值。
712
672
  :rtype: str
713
673
  """
714
674
  return self._UpdatedAt
@@ -720,7 +680,6 @@ class AlertRecord(AbstractModel):
720
680
  @property
721
681
  def JobId(self):
722
682
  """任务 ID
723
- 注意:此字段可能返回 null,表示取不到有效值。
724
683
  :rtype: str
725
684
  """
726
685
  return self._JobId
@@ -732,7 +691,6 @@ class AlertRecord(AbstractModel):
732
691
  @property
733
692
  def AppId(self):
734
693
  """App ID
735
- 注意:此字段可能返回 null,表示取不到有效值。
736
694
  :rtype: int
737
695
  """
738
696
  return self._AppId
@@ -744,7 +702,6 @@ class AlertRecord(AbstractModel):
744
702
  @property
745
703
  def Uin(self):
746
704
  """主账号
747
- 注意:此字段可能返回 null,表示取不到有效值。
748
705
  :rtype: str
749
706
  """
750
707
  return self._Uin
@@ -756,7 +713,6 @@ class AlertRecord(AbstractModel):
756
713
  @property
757
714
  def SubAccountUin(self):
758
715
  """子账号
759
- 注意:此字段可能返回 null,表示取不到有效值。
760
716
  :rtype: str
761
717
  """
762
718
  return self._SubAccountUin
@@ -768,7 +724,6 @@ class AlertRecord(AbstractModel):
768
724
  @property
769
725
  def ScenarioName(self):
770
726
  """场景名称
771
- 注意:此字段可能返回 null,表示取不到有效值。
772
727
  :rtype: str
773
728
  """
774
729
  return self._ScenarioName
@@ -780,7 +735,6 @@ class AlertRecord(AbstractModel):
780
735
  @property
781
736
  def Target(self):
782
737
  """告警对象
783
- 注意:此字段可能返回 null,表示取不到有效值。
784
738
  :rtype: str
785
739
  """
786
740
  return self._Target
@@ -792,7 +746,6 @@ class AlertRecord(AbstractModel):
792
746
  @property
793
747
  def JobSLAId(self):
794
748
  """告警规则 ID
795
- 注意:此字段可能返回 null,表示取不到有效值。
796
749
  :rtype: str
797
750
  """
798
751
  return self._JobSLAId
@@ -804,7 +757,6 @@ class AlertRecord(AbstractModel):
804
757
  @property
805
758
  def JobSLADescription(self):
806
759
  """告警规则描述
807
- 注意:此字段可能返回 null,表示取不到有效值。
808
760
  :rtype: str
809
761
  """
810
762
  return self._JobSLADescription
@@ -849,10 +801,8 @@ class AlertRecordStatus(AbstractModel):
849
801
  def __init__(self):
850
802
  r"""
851
803
  :param _AbortJob: 停止压测任务成功与否
852
- 注意:此字段可能返回 null,表示取不到有效值。
853
804
  :type AbortJob: int
854
805
  :param _SendNotice: 发送告警通知成功与否
855
- 注意:此字段可能返回 null,表示取不到有效值。
856
806
  :type SendNotice: int
857
807
  """
858
808
  self._AbortJob = None
@@ -861,7 +811,6 @@ class AlertRecordStatus(AbstractModel):
861
811
  @property
862
812
  def AbortJob(self):
863
813
  """停止压测任务成功与否
864
- 注意:此字段可能返回 null,表示取不到有效值。
865
814
  :rtype: int
866
815
  """
867
816
  return self._AbortJob
@@ -873,7 +822,6 @@ class AlertRecordStatus(AbstractModel):
873
822
  @property
874
823
  def SendNotice(self):
875
824
  """发送告警通知成功与否
876
- 注意:此字段可能返回 null,表示取不到有效值。
877
825
  :rtype: int
878
826
  """
879
827
  return self._SendNotice
@@ -904,19 +852,14 @@ class Attributes(AbstractModel):
904
852
  def __init__(self):
905
853
  r"""
906
854
  :param _Status: 采用请求返回码
907
- 注意:此字段可能返回 null,表示取不到有效值。
908
855
  :type Status: str
909
856
  :param _Result: 采样请求结果码
910
- 注意:此字段可能返回 null,表示取不到有效值。
911
857
  :type Result: str
912
858
  :param _Service: 采样请求API
913
- 注意:此字段可能返回 null,表示取不到有效值。
914
859
  :type Service: str
915
860
  :param _Method: 采样请求调用方法
916
- 注意:此字段可能返回 null,表示取不到有效值。
917
861
  :type Method: str
918
862
  :param _Duration: 采样请求延时时间
919
- 注意:此字段可能返回 null,表示取不到有效值。
920
863
  :type Duration: str
921
864
  """
922
865
  self._Status = None
@@ -928,7 +871,6 @@ class Attributes(AbstractModel):
928
871
  @property
929
872
  def Status(self):
930
873
  """采用请求返回码
931
- 注意:此字段可能返回 null,表示取不到有效值。
932
874
  :rtype: str
933
875
  """
934
876
  return self._Status
@@ -940,7 +882,6 @@ class Attributes(AbstractModel):
940
882
  @property
941
883
  def Result(self):
942
884
  """采样请求结果码
943
- 注意:此字段可能返回 null,表示取不到有效值。
944
885
  :rtype: str
945
886
  """
946
887
  return self._Result
@@ -952,7 +893,6 @@ class Attributes(AbstractModel):
952
893
  @property
953
894
  def Service(self):
954
895
  """采样请求API
955
- 注意:此字段可能返回 null,表示取不到有效值。
956
896
  :rtype: str
957
897
  """
958
898
  return self._Service
@@ -964,7 +904,6 @@ class Attributes(AbstractModel):
964
904
  @property
965
905
  def Method(self):
966
906
  """采样请求调用方法
967
- 注意:此字段可能返回 null,表示取不到有效值。
968
907
  :rtype: str
969
908
  """
970
909
  return self._Method
@@ -976,7 +915,6 @@ class Attributes(AbstractModel):
976
915
  @property
977
916
  def Duration(self):
978
917
  """采样请求延时时间
979
- 注意:此字段可能返回 null,表示取不到有效值。
980
918
  :rtype: str
981
919
  """
982
920
  return self._Duration
@@ -1109,16 +1047,12 @@ class Concurrency(AbstractModel):
1109
1047
  注意:此字段可能返回 null,表示取不到有效值。
1110
1048
  :type Stages: list of Stage
1111
1049
  :param _IterationCount: 运行次数
1112
- 注意:此字段可能返回 null,表示取不到有效值。
1113
1050
  :type IterationCount: int
1114
1051
  :param _MaxRequestsPerSecond: 最大RPS
1115
- 注意:此字段可能返回 null,表示取不到有效值。
1116
1052
  :type MaxRequestsPerSecond: int
1117
1053
  :param _GracefulStopSeconds: 优雅终止任务的等待时间
1118
- 注意:此字段可能返回 null,表示取不到有效值。
1119
1054
  :type GracefulStopSeconds: int
1120
1055
  :param _Resources: 资源数
1121
- 注意:此字段可能返回 null,表示取不到有效值。
1122
1056
  :type Resources: int
1123
1057
  """
1124
1058
  self._Stages = None
@@ -1142,7 +1076,6 @@ class Concurrency(AbstractModel):
1142
1076
  @property
1143
1077
  def IterationCount(self):
1144
1078
  """运行次数
1145
- 注意:此字段可能返回 null,表示取不到有效值。
1146
1079
  :rtype: int
1147
1080
  """
1148
1081
  return self._IterationCount
@@ -1154,7 +1087,6 @@ class Concurrency(AbstractModel):
1154
1087
  @property
1155
1088
  def MaxRequestsPerSecond(self):
1156
1089
  """最大RPS
1157
- 注意:此字段可能返回 null,表示取不到有效值。
1158
1090
  :rtype: int
1159
1091
  """
1160
1092
  return self._MaxRequestsPerSecond
@@ -1166,7 +1098,6 @@ class Concurrency(AbstractModel):
1166
1098
  @property
1167
1099
  def GracefulStopSeconds(self):
1168
1100
  """优雅终止任务的等待时间
1169
- 注意:此字段可能返回 null,表示取不到有效值。
1170
1101
  :rtype: int
1171
1102
  """
1172
1103
  return self._GracefulStopSeconds
@@ -1178,7 +1109,6 @@ class Concurrency(AbstractModel):
1178
1109
  @property
1179
1110
  def Resources(self):
1180
1111
  """资源数
1181
- 注意:此字段可能返回 null,表示取不到有效值。
1182
1112
  :rtype: int
1183
1113
  """
1184
1114
  return self._Resources
@@ -2435,31 +2365,23 @@ class CronJob(AbstractModel):
2435
2365
  注意:此字段可能返回 null,表示取不到有效值。
2436
2366
  :type CronJobId: str
2437
2367
  :param _Name: 定时任务名字
2438
- 注意:此字段可能返回 null,表示取不到有效值。
2439
2368
  :type Name: str
2440
2369
  :param _ProjectId: 项目ID
2441
- 注意:此字段可能返回 null,表示取不到有效值。
2442
2370
  :type ProjectId: str
2443
2371
  :param _ScenarioId: 场景ID
2444
- 注意:此字段可能返回 null,表示取不到有效值。
2445
2372
  :type ScenarioId: str
2446
2373
  :param _ScenarioName: 场景名称
2447
- 注意:此字段可能返回 null,表示取不到有效值。
2448
2374
  :type ScenarioName: str
2449
2375
  :param _CronExpression: cron 表达式
2450
- 注意:此字段可能返回 null,表示取不到有效值。
2451
2376
  :type CronExpression: str
2452
2377
  :param _EndTime: 结束时间
2453
2378
  注意:此字段可能返回 null,表示取不到有效值。
2454
2379
  :type EndTime: str
2455
2380
  :param _AbortReason: 中止原因
2456
- 注意:此字段可能返回 null,表示取不到有效值。
2457
2381
  :type AbortReason: int
2458
2382
  :param _Status: 定时任务状态
2459
- 注意:此字段可能返回 null,表示取不到有效值。
2460
2383
  :type Status: int
2461
2384
  :param _NoticeId: Notice ID
2462
- 注意:此字段可能返回 null,表示取不到有效值。
2463
2385
  :type NoticeId: str
2464
2386
  :param _CreatedAt: 创建时间
2465
2387
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2468,22 +2390,16 @@ class CronJob(AbstractModel):
2468
2390
  注意:此字段可能返回 null,表示取不到有效值。
2469
2391
  :type UpdatedAt: str
2470
2392
  :param _FrequencyType: 执行频率类型
2471
- 注意:此字段可能返回 null,表示取不到有效值。
2472
2393
  :type FrequencyType: int
2473
2394
  :param _Note: 备注
2474
- 注意:此字段可能返回 null,表示取不到有效值。
2475
2395
  :type Note: str
2476
2396
  :param _JobOwner: tom
2477
- 注意:此字段可能返回 null,表示取不到有效值。
2478
2397
  :type JobOwner: str
2479
2398
  :param _AppId: App ID
2480
- 注意:此字段可能返回 null,表示取不到有效值。
2481
2399
  :type AppId: int
2482
2400
  :param _Uin: 主账号
2483
- 注意:此字段可能返回 null,表示取不到有效值。
2484
2401
  :type Uin: str
2485
2402
  :param _SubAccountUin: 子账号
2486
- 注意:此字段可能返回 null,表示取不到有效值。
2487
2403
  :type SubAccountUin: str
2488
2404
  """
2489
2405
  self._CronJobId = None
@@ -2520,7 +2436,6 @@ class CronJob(AbstractModel):
2520
2436
  @property
2521
2437
  def Name(self):
2522
2438
  """定时任务名字
2523
- 注意:此字段可能返回 null,表示取不到有效值。
2524
2439
  :rtype: str
2525
2440
  """
2526
2441
  return self._Name
@@ -2532,7 +2447,6 @@ class CronJob(AbstractModel):
2532
2447
  @property
2533
2448
  def ProjectId(self):
2534
2449
  """项目ID
2535
- 注意:此字段可能返回 null,表示取不到有效值。
2536
2450
  :rtype: str
2537
2451
  """
2538
2452
  return self._ProjectId
@@ -2544,7 +2458,6 @@ class CronJob(AbstractModel):
2544
2458
  @property
2545
2459
  def ScenarioId(self):
2546
2460
  """场景ID
2547
- 注意:此字段可能返回 null,表示取不到有效值。
2548
2461
  :rtype: str
2549
2462
  """
2550
2463
  return self._ScenarioId
@@ -2556,7 +2469,6 @@ class CronJob(AbstractModel):
2556
2469
  @property
2557
2470
  def ScenarioName(self):
2558
2471
  """场景名称
2559
- 注意:此字段可能返回 null,表示取不到有效值。
2560
2472
  :rtype: str
2561
2473
  """
2562
2474
  return self._ScenarioName
@@ -2568,7 +2480,6 @@ class CronJob(AbstractModel):
2568
2480
  @property
2569
2481
  def CronExpression(self):
2570
2482
  """cron 表达式
2571
- 注意:此字段可能返回 null,表示取不到有效值。
2572
2483
  :rtype: str
2573
2484
  """
2574
2485
  return self._CronExpression
@@ -2592,7 +2503,6 @@ class CronJob(AbstractModel):
2592
2503
  @property
2593
2504
  def AbortReason(self):
2594
2505
  """中止原因
2595
- 注意:此字段可能返回 null,表示取不到有效值。
2596
2506
  :rtype: int
2597
2507
  """
2598
2508
  return self._AbortReason
@@ -2604,7 +2514,6 @@ class CronJob(AbstractModel):
2604
2514
  @property
2605
2515
  def Status(self):
2606
2516
  """定时任务状态
2607
- 注意:此字段可能返回 null,表示取不到有效值。
2608
2517
  :rtype: int
2609
2518
  """
2610
2519
  return self._Status
@@ -2616,7 +2525,6 @@ class CronJob(AbstractModel):
2616
2525
  @property
2617
2526
  def NoticeId(self):
2618
2527
  """Notice ID
2619
- 注意:此字段可能返回 null,表示取不到有效值。
2620
2528
  :rtype: str
2621
2529
  """
2622
2530
  return self._NoticeId
@@ -2652,7 +2560,6 @@ class CronJob(AbstractModel):
2652
2560
  @property
2653
2561
  def FrequencyType(self):
2654
2562
  """执行频率类型
2655
- 注意:此字段可能返回 null,表示取不到有效值。
2656
2563
  :rtype: int
2657
2564
  """
2658
2565
  return self._FrequencyType
@@ -2664,7 +2571,6 @@ class CronJob(AbstractModel):
2664
2571
  @property
2665
2572
  def Note(self):
2666
2573
  """备注
2667
- 注意:此字段可能返回 null,表示取不到有效值。
2668
2574
  :rtype: str
2669
2575
  """
2670
2576
  return self._Note
@@ -2676,7 +2582,6 @@ class CronJob(AbstractModel):
2676
2582
  @property
2677
2583
  def JobOwner(self):
2678
2584
  """tom
2679
- 注意:此字段可能返回 null,表示取不到有效值。
2680
2585
  :rtype: str
2681
2586
  """
2682
2587
  return self._JobOwner
@@ -2688,7 +2593,6 @@ class CronJob(AbstractModel):
2688
2593
  @property
2689
2594
  def AppId(self):
2690
2595
  """App ID
2691
- 注意:此字段可能返回 null,表示取不到有效值。
2692
2596
  :rtype: int
2693
2597
  """
2694
2598
  return self._AppId
@@ -2700,7 +2604,6 @@ class CronJob(AbstractModel):
2700
2604
  @property
2701
2605
  def Uin(self):
2702
2606
  """主账号
2703
- 注意:此字段可能返回 null,表示取不到有效值。
2704
2607
  :rtype: str
2705
2608
  """
2706
2609
  return self._Uin
@@ -2712,7 +2615,6 @@ class CronJob(AbstractModel):
2712
2615
  @property
2713
2616
  def SubAccountUin(self):
2714
2617
  """子账号
2715
- 注意:此字段可能返回 null,表示取不到有效值。
2716
2618
  :rtype: str
2717
2619
  """
2718
2620
  return self._SubAccountUin
@@ -2773,7 +2675,6 @@ class CustomSample(AbstractModel):
2773
2675
  :param _Unit: 指标对应的单位,当前单位有:s,bytes,bytes/s,reqs,reqs/s,checks,checks/s,iters,iters/s,VUs, %
2774
2676
  :type Unit: str
2775
2677
  :param _Name: 指标序列名字
2776
- 注意:此字段可能返回 null,表示取不到有效值。
2777
2678
  :type Name: str
2778
2679
  """
2779
2680
  self._Metric = None
@@ -2855,7 +2756,6 @@ class CustomSample(AbstractModel):
2855
2756
  @property
2856
2757
  def Name(self):
2857
2758
  """指标序列名字
2858
- 注意:此字段可能返回 null,表示取不到有效值。
2859
2759
  :rtype: str
2860
2760
  """
2861
2761
  return self._Name
@@ -2900,7 +2800,6 @@ class CustomSampleMatrix(AbstractModel):
2900
2800
  :param _Aggregation: 聚合函数
2901
2801
  :type Aggregation: str
2902
2802
  :param _Unit: 指标单位
2903
- 注意:此字段可能返回 null,表示取不到有效值。
2904
2803
  :type Unit: str
2905
2804
  :param _Streams: 指标序列数组
2906
2805
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2936,7 +2835,6 @@ class CustomSampleMatrix(AbstractModel):
2936
2835
  @property
2937
2836
  def Unit(self):
2938
2837
  """指标单位
2939
- 注意:此字段可能返回 null,表示取不到有效值。
2940
2838
  :rtype: str
2941
2839
  """
2942
2840
  return self._Unit
@@ -3691,7 +3589,6 @@ class DescribeAlertChannelsResponse(AbstractModel):
3691
3589
  注意:此字段可能返回 null,表示取不到有效值。
3692
3590
  :type AlertChannelSet: list of AlertChannelRecord
3693
3591
  :param _Total: 告警通知接收组数目
3694
- 注意:此字段可能返回 null,表示取不到有效值。
3695
3592
  :type Total: int
3696
3593
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3697
3594
  :type RequestId: str
@@ -3715,7 +3612,6 @@ class DescribeAlertChannelsResponse(AbstractModel):
3715
3612
  @property
3716
3613
  def Total(self):
3717
3614
  """告警通知接收组数目
3718
- 注意:此字段可能返回 null,表示取不到有效值。
3719
3615
  :rtype: int
3720
3616
  """
3721
3617
  return self._Total
@@ -3899,7 +3795,6 @@ class DescribeAlertRecordsResponse(AbstractModel):
3899
3795
  注意:此字段可能返回 null,表示取不到有效值。
3900
3796
  :type AlertRecordSet: list of AlertRecord
3901
3797
  :param _Total: 告警历史记录的总数
3902
- 注意:此字段可能返回 null,表示取不到有效值。
3903
3798
  :type Total: int
3904
3799
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3905
3800
  :type RequestId: str
@@ -3923,7 +3818,6 @@ class DescribeAlertRecordsResponse(AbstractModel):
3923
3818
  @property
3924
3819
  def Total(self):
3925
3820
  """告警历史记录的总数
3926
- 注意:此字段可能返回 null,表示取不到有效值。
3927
3821
  :rtype: int
3928
3822
  """
3929
3823
  return self._Total
@@ -4623,7 +4517,6 @@ class DescribeFilesResponse(AbstractModel):
4623
4517
  注意:此字段可能返回 null,表示取不到有效值。
4624
4518
  :type FileSet: list of File
4625
4519
  :param _Total: 文件总数
4626
- 注意:此字段可能返回 null,表示取不到有效值。
4627
4520
  :type Total: int
4628
4521
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4629
4522
  :type RequestId: str
@@ -4647,7 +4540,6 @@ class DescribeFilesResponse(AbstractModel):
4647
4540
  @property
4648
4541
  def Total(self):
4649
4542
  """文件总数
4650
- 注意:此字段可能返回 null,表示取不到有效值。
4651
4543
  :rtype: int
4652
4544
  """
4653
4545
  return self._Total
@@ -4876,7 +4768,6 @@ class DescribeJobsResponse(AbstractModel):
4876
4768
  注意:此字段可能返回 null,表示取不到有效值。
4877
4769
  :type JobSet: list of Job
4878
4770
  :param _Total: 任务数量
4879
- 注意:此字段可能返回 null,表示取不到有效值。
4880
4771
  :type Total: int
4881
4772
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4882
4773
  :type RequestId: str
@@ -4900,7 +4791,6 @@ class DescribeJobsResponse(AbstractModel):
4900
4791
  @property
4901
4792
  def Total(self):
4902
4793
  """任务数量
4903
- 注意:此字段可能返回 null,表示取不到有效值。
4904
4794
  :rtype: int
4905
4795
  """
4906
4796
  return self._Total
@@ -5383,7 +5273,6 @@ class DescribeNormalLogsResponse(AbstractModel):
5383
5273
  def __init__(self):
5384
5274
  r"""
5385
5275
  :param _Context: 日志上下文,加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容。过期时间1小时
5386
- 注意:此字段可能返回 null,表示取不到有效值。
5387
5276
  :type Context: str
5388
5277
  :param _NormalLogs: 日志数组
5389
5278
  注意:此字段可能返回 null,表示取不到有效值。
@@ -5398,7 +5287,6 @@ class DescribeNormalLogsResponse(AbstractModel):
5398
5287
  @property
5399
5288
  def Context(self):
5400
5289
  """日志上下文,加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容。过期时间1小时
5401
- 注意:此字段可能返回 null,表示取不到有效值。
5402
5290
  :rtype: str
5403
5291
  """
5404
5292
  return self._Context
@@ -6249,7 +6137,6 @@ class DescribeSampleLogsResponse(AbstractModel):
6249
6137
  :param _Total: 日志总数
6250
6138
  :type Total: int
6251
6139
  :param _Context: 日志上下文,加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容。过期时间1小时
6252
- 注意:此字段可能返回 null,表示取不到有效值。
6253
6140
  :type Context: str
6254
6141
  :param _SampleLogs: 采样日志数组
6255
6142
  注意:此字段可能返回 null,表示取不到有效值。
@@ -6276,7 +6163,6 @@ class DescribeSampleLogsResponse(AbstractModel):
6276
6163
  @property
6277
6164
  def Context(self):
6278
6165
  """日志上下文,加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容。过期时间1小时
6279
- 注意:此字段可能返回 null,表示取不到有效值。
6280
6166
  :rtype: str
6281
6167
  """
6282
6168
  return self._Context
@@ -7372,22 +7258,16 @@ class ErrorSummary(AbstractModel):
7372
7258
  def __init__(self):
7373
7259
  r"""
7374
7260
  :param _Status: 状态码
7375
- 注意:此字段可能返回 null,表示取不到有效值。
7376
7261
  :type Status: str
7377
7262
  :param _Result: 结果码
7378
- 注意:此字段可能返回 null,表示取不到有效值。
7379
7263
  :type Result: str
7380
7264
  :param _Count: 错误出现次数
7381
- 注意:此字段可能返回 null,表示取不到有效值。
7382
7265
  :type Count: int
7383
7266
  :param _Rate: 错误率
7384
- 注意:此字段可能返回 null,表示取不到有效值。
7385
7267
  :type Rate: float
7386
7268
  :param _Message: 错误信息
7387
- 注意:此字段可能返回 null,表示取不到有效值。
7388
7269
  :type Message: str
7389
7270
  :param _Proto: 请求协议类型
7390
- 注意:此字段可能返回 null,表示取不到有效值。
7391
7271
  :type Proto: str
7392
7272
  """
7393
7273
  self._Status = None
@@ -7400,7 +7280,6 @@ class ErrorSummary(AbstractModel):
7400
7280
  @property
7401
7281
  def Status(self):
7402
7282
  """状态码
7403
- 注意:此字段可能返回 null,表示取不到有效值。
7404
7283
  :rtype: str
7405
7284
  """
7406
7285
  return self._Status
@@ -7412,7 +7291,6 @@ class ErrorSummary(AbstractModel):
7412
7291
  @property
7413
7292
  def Result(self):
7414
7293
  """结果码
7415
- 注意:此字段可能返回 null,表示取不到有效值。
7416
7294
  :rtype: str
7417
7295
  """
7418
7296
  return self._Result
@@ -7424,7 +7302,6 @@ class ErrorSummary(AbstractModel):
7424
7302
  @property
7425
7303
  def Count(self):
7426
7304
  """错误出现次数
7427
- 注意:此字段可能返回 null,表示取不到有效值。
7428
7305
  :rtype: int
7429
7306
  """
7430
7307
  return self._Count
@@ -7436,7 +7313,6 @@ class ErrorSummary(AbstractModel):
7436
7313
  @property
7437
7314
  def Rate(self):
7438
7315
  """错误率
7439
- 注意:此字段可能返回 null,表示取不到有效值。
7440
7316
  :rtype: float
7441
7317
  """
7442
7318
  return self._Rate
@@ -7448,7 +7324,6 @@ class ErrorSummary(AbstractModel):
7448
7324
  @property
7449
7325
  def Message(self):
7450
7326
  """错误信息
7451
- 注意:此字段可能返回 null,表示取不到有效值。
7452
7327
  :rtype: str
7453
7328
  """
7454
7329
  return self._Message
@@ -7460,7 +7335,6 @@ class ErrorSummary(AbstractModel):
7460
7335
  @property
7461
7336
  def Proto(self):
7462
7337
  """请求协议类型
7463
- 注意:此字段可能返回 null,表示取不到有效值。
7464
7338
  :rtype: str
7465
7339
  """
7466
7340
  return self._Proto
@@ -7507,7 +7381,6 @@ class File(AbstractModel):
7507
7381
  :param _UpdatedAt: 更新时间
7508
7382
  :type UpdatedAt: str
7509
7383
  :param _LineCount: 文件行数
7510
- 注意:此字段可能返回 null,表示取不到有效值。
7511
7384
  :type LineCount: int
7512
7385
  :param _HeadLines: 头部数据行
7513
7386
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7516,7 +7389,6 @@ class File(AbstractModel):
7516
7389
  注意:此字段可能返回 null,表示取不到有效值。
7517
7390
  :type TailLines: list of str
7518
7391
  :param _HeaderInFile: 首行是否为参数名
7519
- 注意:此字段可能返回 null,表示取不到有效值。
7520
7392
  :type HeaderInFile: bool
7521
7393
  :param _HeaderColumns: 参数名数组
7522
7394
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7528,25 +7400,19 @@ class File(AbstractModel):
7528
7400
  注意:此字段可能返回 null,表示取不到有效值。
7529
7401
  :type ScenarioSet: list of Scenario
7530
7402
  :param _Status: 文件状态
7531
- 注意:此字段可能返回 null,表示取不到有效值。
7532
7403
  :type Status: int
7533
7404
  :param _CreatedAt: 创建时间
7534
7405
  注意:此字段可能返回 null,表示取不到有效值。
7535
7406
  :type CreatedAt: str
7536
7407
  :param _ProjectId: 项目 ID
7537
- 注意:此字段可能返回 null,表示取不到有效值。
7538
7408
  :type ProjectId: str
7539
7409
  :param _AppID: 此字段不再使用
7540
- 注意:此字段可能返回 null,表示取不到有效值。
7541
7410
  :type AppID: int
7542
7411
  :param _Uin: 用户主账号
7543
- 注意:此字段可能返回 null,表示取不到有效值。
7544
7412
  :type Uin: str
7545
7413
  :param _SubAccountUin: 用户子账号
7546
- 注意:此字段可能返回 null,表示取不到有效值。
7547
7414
  :type SubAccountUin: str
7548
7415
  :param _AppId: 用户账号的 App ID
7549
- 注意:此字段可能返回 null,表示取不到有效值。
7550
7416
  :type AppId: int
7551
7417
  """
7552
7418
  self._FileId = None
@@ -7639,7 +7505,6 @@ class File(AbstractModel):
7639
7505
  @property
7640
7506
  def LineCount(self):
7641
7507
  """文件行数
7642
- 注意:此字段可能返回 null,表示取不到有效值。
7643
7508
  :rtype: int
7644
7509
  """
7645
7510
  return self._LineCount
@@ -7675,7 +7540,6 @@ class File(AbstractModel):
7675
7540
  @property
7676
7541
  def HeaderInFile(self):
7677
7542
  """首行是否为参数名
7678
- 注意:此字段可能返回 null,表示取不到有效值。
7679
7543
  :rtype: bool
7680
7544
  """
7681
7545
  return self._HeaderInFile
@@ -7723,7 +7587,6 @@ class File(AbstractModel):
7723
7587
  @property
7724
7588
  def Status(self):
7725
7589
  """文件状态
7726
- 注意:此字段可能返回 null,表示取不到有效值。
7727
7590
  :rtype: int
7728
7591
  """
7729
7592
  return self._Status
@@ -7747,7 +7610,6 @@ class File(AbstractModel):
7747
7610
  @property
7748
7611
  def ProjectId(self):
7749
7612
  """项目 ID
7750
- 注意:此字段可能返回 null,表示取不到有效值。
7751
7613
  :rtype: str
7752
7614
  """
7753
7615
  return self._ProjectId
@@ -7759,7 +7621,6 @@ class File(AbstractModel):
7759
7621
  @property
7760
7622
  def AppID(self):
7761
7623
  """此字段不再使用
7762
- 注意:此字段可能返回 null,表示取不到有效值。
7763
7624
  :rtype: int
7764
7625
  """
7765
7626
  return self._AppID
@@ -7771,7 +7632,6 @@ class File(AbstractModel):
7771
7632
  @property
7772
7633
  def Uin(self):
7773
7634
  """用户主账号
7774
- 注意:此字段可能返回 null,表示取不到有效值。
7775
7635
  :rtype: str
7776
7636
  """
7777
7637
  return self._Uin
@@ -7783,7 +7643,6 @@ class File(AbstractModel):
7783
7643
  @property
7784
7644
  def SubAccountUin(self):
7785
7645
  """用户子账号
7786
- 注意:此字段可能返回 null,表示取不到有效值。
7787
7646
  :rtype: str
7788
7647
  """
7789
7648
  return self._SubAccountUin
@@ -7795,7 +7654,6 @@ class File(AbstractModel):
7795
7654
  @property
7796
7655
  def AppId(self):
7797
7656
  """用户账号的 App ID
7798
- 注意:此字段可能返回 null,表示取不到有效值。
7799
7657
  :rtype: int
7800
7658
  """
7801
7659
  return self._AppId
@@ -7854,19 +7712,15 @@ class FileInfo(AbstractModel):
7854
7712
  def __init__(self):
7855
7713
  r"""
7856
7714
  :param _Name: 文件名
7857
- 注意:此字段可能返回 null,表示取不到有效值。
7858
7715
  :type Name: str
7859
7716
  :param _Size: 文件大小
7860
- 注意:此字段可能返回 null,表示取不到有效值。
7861
7717
  :type Size: int
7862
7718
  :param _Type: 文件类型
7863
- 注意:此字段可能返回 null,表示取不到有效值。
7864
7719
  :type Type: str
7865
7720
  :param _UpdatedAt: 更新时间
7866
7721
  注意:此字段可能返回 null,表示取不到有效值。
7867
7722
  :type UpdatedAt: str
7868
7723
  :param _FileId: 文件 ID
7869
- 注意:此字段可能返回 null,表示取不到有效值。
7870
7724
  :type FileId: str
7871
7725
  """
7872
7726
  self._Name = None
@@ -7878,7 +7732,6 @@ class FileInfo(AbstractModel):
7878
7732
  @property
7879
7733
  def Name(self):
7880
7734
  """文件名
7881
- 注意:此字段可能返回 null,表示取不到有效值。
7882
7735
  :rtype: str
7883
7736
  """
7884
7737
  return self._Name
@@ -7890,7 +7743,6 @@ class FileInfo(AbstractModel):
7890
7743
  @property
7891
7744
  def Size(self):
7892
7745
  """文件大小
7893
- 注意:此字段可能返回 null,表示取不到有效值。
7894
7746
  :rtype: int
7895
7747
  """
7896
7748
  return self._Size
@@ -7902,7 +7754,6 @@ class FileInfo(AbstractModel):
7902
7754
  @property
7903
7755
  def Type(self):
7904
7756
  """文件类型
7905
- 注意:此字段可能返回 null,表示取不到有效值。
7906
7757
  :rtype: str
7907
7758
  """
7908
7759
  return self._Type
@@ -7926,7 +7777,6 @@ class FileInfo(AbstractModel):
7926
7777
  @property
7927
7778
  def FileId(self):
7928
7779
  """文件 ID
7929
- 注意:此字段可能返回 null,表示取不到有效值。
7930
7780
  :rtype: str
7931
7781
  """
7932
7782
  return self._FileId
@@ -8245,7 +8095,6 @@ class HostAlias(AbstractModel):
8245
8095
  注意:此字段可能返回 null,表示取不到有效值。
8246
8096
  :type HostNames: list of str
8247
8097
  :param _IP: 需绑定的 IP 地址
8248
- 注意:此字段可能返回 null,表示取不到有效值。
8249
8098
  :type IP: str
8250
8099
  """
8251
8100
  self._HostNames = None
@@ -8266,7 +8115,6 @@ class HostAlias(AbstractModel):
8266
8115
  @property
8267
8116
  def IP(self):
8268
8117
  """需绑定的 IP 地址
8269
- 注意:此字段可能返回 null,表示取不到有效值。
8270
8118
  :rtype: str
8271
8119
  """
8272
8120
  return self._IP
@@ -8406,10 +8254,8 @@ class Job(AbstractModel):
8406
8254
  注意:此字段可能返回 null,表示取不到有效值。
8407
8255
  :type JobId: str
8408
8256
  :param _ScenarioId: 任务的场景ID
8409
- 注意:此字段可能返回 null,表示取不到有效值。
8410
8257
  :type ScenarioId: str
8411
8258
  :param _Load: 任务的施压配置
8412
- 注意:此字段可能返回 null,表示取不到有效值。
8413
8259
  :type Load: :class:`tencentcloud.pts.v20210728.models.Load`
8414
8260
  :param _Configs: 此字段不再使用
8415
8261
  注意:此字段可能返回 null,表示取不到有效值。
@@ -8423,7 +8269,6 @@ class Job(AbstractModel):
8423
8269
  :param _Status: 任务的运行状态, JobUnknown: 0,JobCreated:1,JobPending:2, JobPreparing:3,JobSelectClustering:4,JobCreateTasking:5,JobSyncTasking:6
8424
8270
  JobRunning:11,JobFinished:12,JobPrepareException:13,JobFinishException:14,JobAborting:15,JobAborted:16,JobAbortException:17,JobDeleted:18,
8425
8271
  JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8426
- 注意:此字段可能返回 null,表示取不到有效值。
8427
8272
  :type Status: int
8428
8273
  :param _StartTime: 任务的开始时间
8429
8274
  注意:此字段可能返回 null,表示取不到有效值。
@@ -8432,52 +8277,38 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8432
8277
  注意:此字段可能返回 null,表示取不到有效值。
8433
8278
  :type EndTime: str
8434
8279
  :param _MaxVirtualUserCount: 任务的最大VU数
8435
- 注意:此字段可能返回 null,表示取不到有效值。
8436
8280
  :type MaxVirtualUserCount: int
8437
8281
  :param _Note: 任务的备注信息
8438
- 注意:此字段可能返回 null,表示取不到有效值。
8439
8282
  :type Note: str
8440
8283
  :param _ErrorRate: 错误率百分比
8441
- 注意:此字段可能返回 null,表示取不到有效值。
8442
8284
  :type ErrorRate: float
8443
8285
  :param _JobOwner: 任务发起人
8444
- 注意:此字段可能返回 null,表示取不到有效值。
8445
8286
  :type JobOwner: str
8446
8287
  :param _LoadSources: 此字段不再使用
8447
8288
  注意:此字段可能返回 null,表示取不到有效值。
8448
8289
  :type LoadSources: :class:`tencentcloud.pts.v20210728.models.LoadSource`
8449
8290
  :param _Duration: 任务时长
8450
- 注意:此字段可能返回 null,表示取不到有效值。
8451
8291
  :type Duration: int
8452
8292
  :param _MaxRequestsPerSecond: 最大每秒请求数
8453
- 注意:此字段可能返回 null,表示取不到有效值。
8454
8293
  :type MaxRequestsPerSecond: int
8455
8294
  :param _RequestTotal: 总请求数
8456
- 注意:此字段可能返回 null,表示取不到有效值。
8457
8295
  :type RequestTotal: float
8458
8296
  :param _RequestsPerSecond: 平均每秒请求数
8459
- 注意:此字段可能返回 null,表示取不到有效值。
8460
8297
  :type RequestsPerSecond: float
8461
8298
  :param _ResponseTimeAverage: 平均响应时间
8462
- 注意:此字段可能返回 null,表示取不到有效值。
8463
8299
  :type ResponseTimeAverage: float
8464
8300
  :param _ResponseTimeP99: 响应时间第99百分位
8465
- 注意:此字段可能返回 null,表示取不到有效值。
8466
8301
  :type ResponseTimeP99: float
8467
8302
  :param _ResponseTimeP95: 响应时间第95百分位
8468
- 注意:此字段可能返回 null,表示取不到有效值。
8469
8303
  :type ResponseTimeP95: float
8470
8304
  :param _ResponseTimeP90: 响应时间第90百分位
8471
- 注意:此字段可能返回 null,表示取不到有效值。
8472
8305
  :type ResponseTimeP90: float
8473
8306
  :param _Scripts: 此字段不再使用
8474
8307
  注意:此字段可能返回 null,表示取不到有效值。
8475
8308
  :type Scripts: list of str
8476
8309
  :param _ResponseTimeMax: 最大响应时间
8477
- 注意:此字段可能返回 null,表示取不到有效值。
8478
8310
  :type ResponseTimeMax: float
8479
8311
  :param _ResponseTimeMin: 最小响应时间
8480
- 注意:此字段可能返回 null,表示取不到有效值。
8481
8312
  :type ResponseTimeMin: float
8482
8313
  :param _LoadSourceInfos: 发压host信息
8483
8314
  注意:此字段可能返回 null,表示取不到有效值。
@@ -8495,49 +8326,36 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8495
8326
  注意:此字段可能返回 null,表示取不到有效值。
8496
8327
  :type Plugins: list of FileInfo
8497
8328
  :param _CronId: 定时任务ID
8498
- 注意:此字段可能返回 null,表示取不到有效值。
8499
8329
  :type CronId: str
8500
8330
  :param _Type: 场景类型
8501
- 注意:此字段可能返回 null,表示取不到有效值。
8502
8331
  :type Type: str
8503
8332
  :param _DomainNameConfig: 域名绑定配置
8504
- 注意:此字段可能返回 null,表示取不到有效值。
8505
8333
  :type DomainNameConfig: :class:`tencentcloud.pts.v20210728.models.DomainNameConfig`
8506
8334
  :param _Debug: false
8507
- 注意:此字段可能返回 null,表示取不到有效值。
8508
8335
  :type Debug: bool
8509
8336
  :param _AbortReason: 中断原因
8510
- 注意:此字段可能返回 null,表示取不到有效值。
8511
8337
  :type AbortReason: int
8512
8338
  :param _CreatedAt: 任务的创建时间
8513
8339
  注意:此字段可能返回 null,表示取不到有效值。
8514
8340
  :type CreatedAt: str
8515
8341
  :param _ProjectId: 项目ID
8516
- 注意:此字段可能返回 null,表示取不到有效值。
8517
8342
  :type ProjectId: str
8518
8343
  :param _NotificationHooks: 通知事件回调
8519
8344
  注意:此字段可能返回 null,表示取不到有效值。
8520
8345
  :type NotificationHooks: list of NotificationHook
8521
8346
  :param _NetworkReceiveRate: 每秒接收字节数
8522
- 注意:此字段可能返回 null,表示取不到有效值。
8523
8347
  :type NetworkReceiveRate: float
8524
8348
  :param _NetworkSendRate: 每秒发送字节数
8525
- 注意:此字段可能返回 null,表示取不到有效值。
8526
8349
  :type NetworkSendRate: float
8527
8350
  :param _Message: 任务状态描述
8528
- 注意:此字段可能返回 null,表示取不到有效值。
8529
8351
  :type Message: str
8530
8352
  :param _ProjectName: test-project
8531
- 注意:此字段可能返回 null,表示取不到有效值。
8532
8353
  :type ProjectName: str
8533
8354
  :param _ScenarioName: test-scenario
8534
- 注意:此字段可能返回 null,表示取不到有效值。
8535
8355
  :type ScenarioName: str
8536
8356
  :param _PayMode: 付费类型
8537
- 注意:此字段可能返回 null,表示取不到有效值。
8538
8357
  :type PayMode: int
8539
8358
  :param _Usage: job VUM用量
8540
- 注意:此字段可能返回 null,表示取不到有效值。
8541
8359
  :type Usage: int
8542
8360
  """
8543
8361
  self._JobId = None
@@ -8601,7 +8419,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8601
8419
  @property
8602
8420
  def ScenarioId(self):
8603
8421
  """任务的场景ID
8604
- 注意:此字段可能返回 null,表示取不到有效值。
8605
8422
  :rtype: str
8606
8423
  """
8607
8424
  return self._ScenarioId
@@ -8613,7 +8430,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8613
8430
  @property
8614
8431
  def Load(self):
8615
8432
  """任务的施压配置
8616
- 注意:此字段可能返回 null,表示取不到有效值。
8617
8433
  :rtype: :class:`tencentcloud.pts.v20210728.models.Load`
8618
8434
  """
8619
8435
  return self._Load
@@ -8663,7 +8479,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8663
8479
  """任务的运行状态, JobUnknown: 0,JobCreated:1,JobPending:2, JobPreparing:3,JobSelectClustering:4,JobCreateTasking:5,JobSyncTasking:6
8664
8480
  JobRunning:11,JobFinished:12,JobPrepareException:13,JobFinishException:14,JobAborting:15,JobAborted:16,JobAbortException:17,JobDeleted:18,
8665
8481
  JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8666
- 注意:此字段可能返回 null,表示取不到有效值。
8667
8482
  :rtype: int
8668
8483
  """
8669
8484
  return self._Status
@@ -8699,7 +8514,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8699
8514
  @property
8700
8515
  def MaxVirtualUserCount(self):
8701
8516
  """任务的最大VU数
8702
- 注意:此字段可能返回 null,表示取不到有效值。
8703
8517
  :rtype: int
8704
8518
  """
8705
8519
  return self._MaxVirtualUserCount
@@ -8711,7 +8525,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8711
8525
  @property
8712
8526
  def Note(self):
8713
8527
  """任务的备注信息
8714
- 注意:此字段可能返回 null,表示取不到有效值。
8715
8528
  :rtype: str
8716
8529
  """
8717
8530
  return self._Note
@@ -8723,7 +8536,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8723
8536
  @property
8724
8537
  def ErrorRate(self):
8725
8538
  """错误率百分比
8726
- 注意:此字段可能返回 null,表示取不到有效值。
8727
8539
  :rtype: float
8728
8540
  """
8729
8541
  return self._ErrorRate
@@ -8735,7 +8547,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8735
8547
  @property
8736
8548
  def JobOwner(self):
8737
8549
  """任务发起人
8738
- 注意:此字段可能返回 null,表示取不到有效值。
8739
8550
  :rtype: str
8740
8551
  """
8741
8552
  return self._JobOwner
@@ -8759,7 +8570,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8759
8570
  @property
8760
8571
  def Duration(self):
8761
8572
  """任务时长
8762
- 注意:此字段可能返回 null,表示取不到有效值。
8763
8573
  :rtype: int
8764
8574
  """
8765
8575
  return self._Duration
@@ -8771,7 +8581,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8771
8581
  @property
8772
8582
  def MaxRequestsPerSecond(self):
8773
8583
  """最大每秒请求数
8774
- 注意:此字段可能返回 null,表示取不到有效值。
8775
8584
  :rtype: int
8776
8585
  """
8777
8586
  return self._MaxRequestsPerSecond
@@ -8783,7 +8592,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8783
8592
  @property
8784
8593
  def RequestTotal(self):
8785
8594
  """总请求数
8786
- 注意:此字段可能返回 null,表示取不到有效值。
8787
8595
  :rtype: float
8788
8596
  """
8789
8597
  return self._RequestTotal
@@ -8795,7 +8603,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8795
8603
  @property
8796
8604
  def RequestsPerSecond(self):
8797
8605
  """平均每秒请求数
8798
- 注意:此字段可能返回 null,表示取不到有效值。
8799
8606
  :rtype: float
8800
8607
  """
8801
8608
  return self._RequestsPerSecond
@@ -8807,7 +8614,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8807
8614
  @property
8808
8615
  def ResponseTimeAverage(self):
8809
8616
  """平均响应时间
8810
- 注意:此字段可能返回 null,表示取不到有效值。
8811
8617
  :rtype: float
8812
8618
  """
8813
8619
  return self._ResponseTimeAverage
@@ -8819,7 +8625,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8819
8625
  @property
8820
8626
  def ResponseTimeP99(self):
8821
8627
  """响应时间第99百分位
8822
- 注意:此字段可能返回 null,表示取不到有效值。
8823
8628
  :rtype: float
8824
8629
  """
8825
8630
  return self._ResponseTimeP99
@@ -8831,7 +8636,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8831
8636
  @property
8832
8637
  def ResponseTimeP95(self):
8833
8638
  """响应时间第95百分位
8834
- 注意:此字段可能返回 null,表示取不到有效值。
8835
8639
  :rtype: float
8836
8640
  """
8837
8641
  return self._ResponseTimeP95
@@ -8843,7 +8647,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8843
8647
  @property
8844
8648
  def ResponseTimeP90(self):
8845
8649
  """响应时间第90百分位
8846
- 注意:此字段可能返回 null,表示取不到有效值。
8847
8650
  :rtype: float
8848
8651
  """
8849
8652
  return self._ResponseTimeP90
@@ -8867,7 +8670,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8867
8670
  @property
8868
8671
  def ResponseTimeMax(self):
8869
8672
  """最大响应时间
8870
- 注意:此字段可能返回 null,表示取不到有效值。
8871
8673
  :rtype: float
8872
8674
  """
8873
8675
  return self._ResponseTimeMax
@@ -8879,7 +8681,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8879
8681
  @property
8880
8682
  def ResponseTimeMin(self):
8881
8683
  """最小响应时间
8882
- 注意:此字段可能返回 null,表示取不到有效值。
8883
8684
  :rtype: float
8884
8685
  """
8885
8686
  return self._ResponseTimeMin
@@ -8951,7 +8752,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8951
8752
  @property
8952
8753
  def CronId(self):
8953
8754
  """定时任务ID
8954
- 注意:此字段可能返回 null,表示取不到有效值。
8955
8755
  :rtype: str
8956
8756
  """
8957
8757
  return self._CronId
@@ -8963,7 +8763,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8963
8763
  @property
8964
8764
  def Type(self):
8965
8765
  """场景类型
8966
- 注意:此字段可能返回 null,表示取不到有效值。
8967
8766
  :rtype: str
8968
8767
  """
8969
8768
  return self._Type
@@ -8975,7 +8774,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8975
8774
  @property
8976
8775
  def DomainNameConfig(self):
8977
8776
  """域名绑定配置
8978
- 注意:此字段可能返回 null,表示取不到有效值。
8979
8777
  :rtype: :class:`tencentcloud.pts.v20210728.models.DomainNameConfig`
8980
8778
  """
8981
8779
  return self._DomainNameConfig
@@ -8987,7 +8785,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8987
8785
  @property
8988
8786
  def Debug(self):
8989
8787
  """false
8990
- 注意:此字段可能返回 null,表示取不到有效值。
8991
8788
  :rtype: bool
8992
8789
  """
8993
8790
  return self._Debug
@@ -8999,7 +8796,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
8999
8796
  @property
9000
8797
  def AbortReason(self):
9001
8798
  """中断原因
9002
- 注意:此字段可能返回 null,表示取不到有效值。
9003
8799
  :rtype: int
9004
8800
  """
9005
8801
  return self._AbortReason
@@ -9023,7 +8819,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
9023
8819
  @property
9024
8820
  def ProjectId(self):
9025
8821
  """项目ID
9026
- 注意:此字段可能返回 null,表示取不到有效值。
9027
8822
  :rtype: str
9028
8823
  """
9029
8824
  return self._ProjectId
@@ -9047,7 +8842,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
9047
8842
  @property
9048
8843
  def NetworkReceiveRate(self):
9049
8844
  """每秒接收字节数
9050
- 注意:此字段可能返回 null,表示取不到有效值。
9051
8845
  :rtype: float
9052
8846
  """
9053
8847
  return self._NetworkReceiveRate
@@ -9059,7 +8853,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
9059
8853
  @property
9060
8854
  def NetworkSendRate(self):
9061
8855
  """每秒发送字节数
9062
- 注意:此字段可能返回 null,表示取不到有效值。
9063
8856
  :rtype: float
9064
8857
  """
9065
8858
  return self._NetworkSendRate
@@ -9071,7 +8864,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
9071
8864
  @property
9072
8865
  def Message(self):
9073
8866
  """任务状态描述
9074
- 注意:此字段可能返回 null,表示取不到有效值。
9075
8867
  :rtype: str
9076
8868
  """
9077
8869
  return self._Message
@@ -9083,7 +8875,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
9083
8875
  @property
9084
8876
  def ProjectName(self):
9085
8877
  """test-project
9086
- 注意:此字段可能返回 null,表示取不到有效值。
9087
8878
  :rtype: str
9088
8879
  """
9089
8880
  return self._ProjectName
@@ -9095,7 +8886,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
9095
8886
  @property
9096
8887
  def ScenarioName(self):
9097
8888
  """test-scenario
9098
- 注意:此字段可能返回 null,表示取不到有效值。
9099
8889
  :rtype: str
9100
8890
  """
9101
8891
  return self._ScenarioName
@@ -9107,7 +8897,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
9107
8897
  @property
9108
8898
  def PayMode(self):
9109
8899
  """付费类型
9110
- 注意:此字段可能返回 null,表示取不到有效值。
9111
8900
  :rtype: int
9112
8901
  """
9113
8902
  return self._PayMode
@@ -9119,7 +8908,6 @@ JobSelectClusterException:19,JobCreateTaskException:20,JobSyncTaskException:21
9119
8908
  @property
9120
8909
  def Usage(self):
9121
8910
  """job VUM用量
9122
- 注意:此字段可能返回 null,表示取不到有效值。
9123
8911
  :rtype: int
9124
8912
  """
9125
8913
  return self._Usage
@@ -9336,7 +9124,6 @@ class Load(AbstractModel):
9336
9124
  def __init__(self):
9337
9125
  r"""
9338
9126
  :param _LoadSpec: 施压配置
9339
- 注意:此字段可能返回 null,表示取不到有效值。
9340
9127
  :type LoadSpec: :class:`tencentcloud.pts.v20210728.models.LoadSpec`
9341
9128
  :param _VpcLoadDistribution: 压力来源
9342
9129
  注意:此字段可能返回 null,表示取不到有效值。
@@ -9352,7 +9139,6 @@ class Load(AbstractModel):
9352
9139
  @property
9353
9140
  def LoadSpec(self):
9354
9141
  """施压配置
9355
- 注意:此字段可能返回 null,表示取不到有效值。
9356
9142
  :rtype: :class:`tencentcloud.pts.v20210728.models.LoadSpec`
9357
9143
  """
9358
9144
  return self._LoadSpec
@@ -9417,13 +9203,10 @@ class LoadSource(AbstractModel):
9417
9203
  def __init__(self):
9418
9204
  r"""
9419
9205
  :param _IP: 发压host的IP
9420
- 注意:此字段可能返回 null,表示取不到有效值。
9421
9206
  :type IP: str
9422
9207
  :param _PodName: 发压host所在的pod
9423
- 注意:此字段可能返回 null,表示取不到有效值。
9424
9208
  :type PodName: str
9425
9209
  :param _Region: 所属地域
9426
- 注意:此字段可能返回 null,表示取不到有效值。
9427
9210
  :type Region: str
9428
9211
  """
9429
9212
  self._IP = None
@@ -9433,7 +9216,6 @@ class LoadSource(AbstractModel):
9433
9216
  @property
9434
9217
  def IP(self):
9435
9218
  """发压host的IP
9436
- 注意:此字段可能返回 null,表示取不到有效值。
9437
9219
  :rtype: str
9438
9220
  """
9439
9221
  return self._IP
@@ -9445,7 +9227,6 @@ class LoadSource(AbstractModel):
9445
9227
  @property
9446
9228
  def PodName(self):
9447
9229
  """发压host所在的pod
9448
- 注意:此字段可能返回 null,表示取不到有效值。
9449
9230
  :rtype: str
9450
9231
  """
9451
9232
  return self._PodName
@@ -9457,7 +9238,6 @@ class LoadSource(AbstractModel):
9457
9238
  @property
9458
9239
  def Region(self):
9459
9240
  """所属地域
9460
- 注意:此字段可能返回 null,表示取不到有效值。
9461
9241
  :rtype: str
9462
9242
  """
9463
9243
  return self._Region
@@ -9571,7 +9351,6 @@ class MetricInfo(AbstractModel):
9571
9351
  :param _Alias: 前台展示指标名称
9572
9352
  :type Alias: str
9573
9353
  :param _Description: 指标描述
9574
- 注意:此字段可能返回 null,表示取不到有效值。
9575
9354
  :type Description: str
9576
9355
  :param _MetricType: 指标类型
9577
9356
  :type MetricType: str
@@ -9615,7 +9394,6 @@ class MetricInfo(AbstractModel):
9615
9394
  @property
9616
9395
  def Description(self):
9617
9396
  """指标描述
9618
- 注意:此字段可能返回 null,表示取不到有效值。
9619
9397
  :rtype: str
9620
9398
  """
9621
9399
  return self._Description
@@ -9756,13 +9534,10 @@ class NormalLog(AbstractModel):
9756
9534
  def __init__(self):
9757
9535
  r"""
9758
9536
  :param _Timestamp: 毫秒时间戳
9759
- 注意:此字段可能返回 null,表示取不到有效值。
9760
9537
  :type Timestamp: str
9761
9538
  :param _SeverityText: 日志级别
9762
- 注意:此字段可能返回 null,表示取不到有效值。
9763
9539
  :type SeverityText: str
9764
9540
  :param _Body: 日志输出内容
9765
- 注意:此字段可能返回 null,表示取不到有效值。
9766
9541
  :type Body: str
9767
9542
  """
9768
9543
  self._Timestamp = None
@@ -9772,7 +9547,6 @@ class NormalLog(AbstractModel):
9772
9547
  @property
9773
9548
  def Timestamp(self):
9774
9549
  """毫秒时间戳
9775
- 注意:此字段可能返回 null,表示取不到有效值。
9776
9550
  :rtype: str
9777
9551
  """
9778
9552
  return self._Timestamp
@@ -9784,7 +9558,6 @@ class NormalLog(AbstractModel):
9784
9558
  @property
9785
9559
  def SeverityText(self):
9786
9560
  """日志级别
9787
- 注意:此字段可能返回 null,表示取不到有效值。
9788
9561
  :rtype: str
9789
9562
  """
9790
9563
  return self._SeverityText
@@ -9796,7 +9569,6 @@ class NormalLog(AbstractModel):
9796
9569
  @property
9797
9570
  def Body(self):
9798
9571
  """日志输出内容
9799
- 注意:此字段可能返回 null,表示取不到有效值。
9800
9572
  :rtype: str
9801
9573
  """
9802
9574
  return self._Body
@@ -9882,7 +9654,6 @@ class NotificationHook(AbstractModel):
9882
9654
  注意:此字段可能返回 null,表示取不到有效值。
9883
9655
  :type Events: list of str
9884
9656
  :param _URL: 回调 URL
9885
- 注意:此字段可能返回 null,表示取不到有效值。
9886
9657
  :type URL: str
9887
9658
  """
9888
9659
  self._Events = None
@@ -9903,7 +9674,6 @@ class NotificationHook(AbstractModel):
9903
9674
  @property
9904
9675
  def URL(self):
9905
9676
  """回调 URL
9906
- 注意:此字段可能返回 null,表示取不到有效值。
9907
9677
  :rtype: str
9908
9678
  """
9909
9679
  return self._URL
@@ -9938,7 +9708,6 @@ class Project(AbstractModel):
9938
9708
  :param _Name: 项目名
9939
9709
  :type Name: str
9940
9710
  :param _Description: 项目描述
9941
- 注意:此字段可能返回 null,表示取不到有效值。
9942
9711
  :type Description: str
9943
9712
  :param _Tags: 标签数组
9944
9713
  注意:此字段可能返回 null,表示取不到有效值。
@@ -9992,7 +9761,6 @@ class Project(AbstractModel):
9992
9761
  @property
9993
9762
  def Description(self):
9994
9763
  """项目描述
9995
- 注意:此字段可能返回 null,表示取不到有效值。
9996
9764
  :rtype: str
9997
9765
  """
9998
9766
  return self._Description
@@ -10114,19 +9882,15 @@ class ProtocolInfo(AbstractModel):
10114
9882
  def __init__(self):
10115
9883
  r"""
10116
9884
  :param _Name: 协议详情
10117
- 注意:此字段可能返回 null,表示取不到有效值。
10118
9885
  :type Name: str
10119
9886
  :param _Size: 文件大小
10120
- 注意:此字段可能返回 null,表示取不到有效值。
10121
9887
  :type Size: int
10122
9888
  :param _Type: 文件类型
10123
- 注意:此字段可能返回 null,表示取不到有效值。
10124
9889
  :type Type: str
10125
9890
  :param _UpdatedAt: 更新时间
10126
9891
  注意:此字段可能返回 null,表示取不到有效值。
10127
9892
  :type UpdatedAt: str
10128
9893
  :param _FileId: 文件 ID
10129
- 注意:此字段可能返回 null,表示取不到有效值。
10130
9894
  :type FileId: str
10131
9895
  """
10132
9896
  self._Name = None
@@ -10138,7 +9902,6 @@ class ProtocolInfo(AbstractModel):
10138
9902
  @property
10139
9903
  def Name(self):
10140
9904
  """协议详情
10141
- 注意:此字段可能返回 null,表示取不到有效值。
10142
9905
  :rtype: str
10143
9906
  """
10144
9907
  return self._Name
@@ -10150,7 +9913,6 @@ class ProtocolInfo(AbstractModel):
10150
9913
  @property
10151
9914
  def Size(self):
10152
9915
  """文件大小
10153
- 注意:此字段可能返回 null,表示取不到有效值。
10154
9916
  :rtype: int
10155
9917
  """
10156
9918
  return self._Size
@@ -10162,7 +9924,6 @@ class ProtocolInfo(AbstractModel):
10162
9924
  @property
10163
9925
  def Type(self):
10164
9926
  """文件类型
10165
- 注意:此字段可能返回 null,表示取不到有效值。
10166
9927
  :rtype: str
10167
9928
  """
10168
9929
  return self._Type
@@ -10186,7 +9947,6 @@ class ProtocolInfo(AbstractModel):
10186
9947
  @property
10187
9948
  def FileId(self):
10188
9949
  """文件 ID
10189
- 注意:此字段可能返回 null,表示取不到有效值。
10190
9950
  :rtype: str
10191
9951
  """
10192
9952
  return self._FileId
@@ -10628,25 +10388,18 @@ class RequestsPerSecond(AbstractModel):
10628
10388
  def __init__(self):
10629
10389
  r"""
10630
10390
  :param _MaxRequestsPerSecond: 最大RPS
10631
- 注意:此字段可能返回 null,表示取不到有效值。
10632
10391
  :type MaxRequestsPerSecond: int
10633
10392
  :param _DurationSeconds: 施压时间
10634
- 注意:此字段可能返回 null,表示取不到有效值。
10635
10393
  :type DurationSeconds: int
10636
10394
  :param _TargetVirtualUsers: deprecated
10637
- 注意:此字段可能返回 null,表示取不到有效值。
10638
10395
  :type TargetVirtualUsers: int
10639
10396
  :param _Resources: 资源数
10640
- 注意:此字段可能返回 null,表示取不到有效值。
10641
10397
  :type Resources: int
10642
10398
  :param _StartRequestsPerSecond: 起始RPS
10643
- 注意:此字段可能返回 null,表示取不到有效值。
10644
10399
  :type StartRequestsPerSecond: int
10645
10400
  :param _TargetRequestsPerSecond: 目标RPS,入参无效
10646
- 注意:此字段可能返回 null,表示取不到有效值。
10647
10401
  :type TargetRequestsPerSecond: int
10648
10402
  :param _GracefulStopSeconds: 优雅关停的等待时间
10649
- 注意:此字段可能返回 null,表示取不到有效值。
10650
10403
  :type GracefulStopSeconds: int
10651
10404
  """
10652
10405
  self._MaxRequestsPerSecond = None
@@ -10660,7 +10413,6 @@ class RequestsPerSecond(AbstractModel):
10660
10413
  @property
10661
10414
  def MaxRequestsPerSecond(self):
10662
10415
  """最大RPS
10663
- 注意:此字段可能返回 null,表示取不到有效值。
10664
10416
  :rtype: int
10665
10417
  """
10666
10418
  return self._MaxRequestsPerSecond
@@ -10672,7 +10424,6 @@ class RequestsPerSecond(AbstractModel):
10672
10424
  @property
10673
10425
  def DurationSeconds(self):
10674
10426
  """施压时间
10675
- 注意:此字段可能返回 null,表示取不到有效值。
10676
10427
  :rtype: int
10677
10428
  """
10678
10429
  return self._DurationSeconds
@@ -10684,7 +10435,6 @@ class RequestsPerSecond(AbstractModel):
10684
10435
  @property
10685
10436
  def TargetVirtualUsers(self):
10686
10437
  """deprecated
10687
- 注意:此字段可能返回 null,表示取不到有效值。
10688
10438
  :rtype: int
10689
10439
  """
10690
10440
  return self._TargetVirtualUsers
@@ -10696,7 +10446,6 @@ class RequestsPerSecond(AbstractModel):
10696
10446
  @property
10697
10447
  def Resources(self):
10698
10448
  """资源数
10699
- 注意:此字段可能返回 null,表示取不到有效值。
10700
10449
  :rtype: int
10701
10450
  """
10702
10451
  return self._Resources
@@ -10708,7 +10457,6 @@ class RequestsPerSecond(AbstractModel):
10708
10457
  @property
10709
10458
  def StartRequestsPerSecond(self):
10710
10459
  """起始RPS
10711
- 注意:此字段可能返回 null,表示取不到有效值。
10712
10460
  :rtype: int
10713
10461
  """
10714
10462
  return self._StartRequestsPerSecond
@@ -10720,7 +10468,6 @@ class RequestsPerSecond(AbstractModel):
10720
10468
  @property
10721
10469
  def TargetRequestsPerSecond(self):
10722
10470
  """目标RPS,入参无效
10723
- 注意:此字段可能返回 null,表示取不到有效值。
10724
10471
  :rtype: int
10725
10472
  """
10726
10473
  return self._TargetRequestsPerSecond
@@ -10732,7 +10479,6 @@ class RequestsPerSecond(AbstractModel):
10732
10479
  @property
10733
10480
  def GracefulStopSeconds(self):
10734
10481
  """优雅关停的等待时间
10735
- 注意:此字段可能返回 null,表示取不到有效值。
10736
10482
  :rtype: int
10737
10483
  """
10738
10484
  return self._GracefulStopSeconds
@@ -10847,10 +10593,8 @@ class SLALabel(AbstractModel):
10847
10593
  def __init__(self):
10848
10594
  r"""
10849
10595
  :param _LabelName: 标签名
10850
- 注意:此字段可能返回 null,表示取不到有效值。
10851
10596
  :type LabelName: str
10852
10597
  :param _LabelValue: 标签值
10853
- 注意:此字段可能返回 null,表示取不到有效值。
10854
10598
  :type LabelValue: str
10855
10599
  """
10856
10600
  self._LabelName = None
@@ -10859,7 +10603,6 @@ class SLALabel(AbstractModel):
10859
10603
  @property
10860
10604
  def LabelName(self):
10861
10605
  """标签名
10862
- 注意:此字段可能返回 null,表示取不到有效值。
10863
10606
  :rtype: str
10864
10607
  """
10865
10608
  return self._LabelName
@@ -10871,7 +10614,6 @@ class SLALabel(AbstractModel):
10871
10614
  @property
10872
10615
  def LabelValue(self):
10873
10616
  """标签值
10874
- 注意:此字段可能返回 null,表示取不到有效值。
10875
10617
  :rtype: str
10876
10618
  """
10877
10619
  return self._LabelValue
@@ -10964,25 +10706,19 @@ class SLARule(AbstractModel):
10964
10706
  def __init__(self):
10965
10707
  r"""
10966
10708
  :param _Metric: 压测指标
10967
- 注意:此字段可能返回 null,表示取不到有效值。
10968
10709
  :type Metric: str
10969
10710
  :param _Aggregation: 压测指标聚合方法
10970
- 注意:此字段可能返回 null,表示取不到有效值。
10971
10711
  :type Aggregation: str
10972
10712
  :param _Condition: 压测指标条件判断符号
10973
- 注意:此字段可能返回 null,表示取不到有效值。
10974
10713
  :type Condition: str
10975
10714
  :param _Value: 阈值
10976
- 注意:此字段可能返回 null,表示取不到有效值。
10977
10715
  :type Value: float
10978
10716
  :param _LabelFilter: 标签
10979
10717
  注意:此字段可能返回 null,表示取不到有效值。
10980
10718
  :type LabelFilter: list of SLALabel
10981
10719
  :param _AbortFlag: 是否停止压测任务
10982
- 注意:此字段可能返回 null,表示取不到有效值。
10983
10720
  :type AbortFlag: bool
10984
10721
  :param _For: 持续时长
10985
- 注意:此字段可能返回 null,表示取不到有效值。
10986
10722
  :type For: str
10987
10723
  """
10988
10724
  self._Metric = None
@@ -10996,7 +10732,6 @@ class SLARule(AbstractModel):
10996
10732
  @property
10997
10733
  def Metric(self):
10998
10734
  """压测指标
10999
- 注意:此字段可能返回 null,表示取不到有效值。
11000
10735
  :rtype: str
11001
10736
  """
11002
10737
  return self._Metric
@@ -11008,7 +10743,6 @@ class SLARule(AbstractModel):
11008
10743
  @property
11009
10744
  def Aggregation(self):
11010
10745
  """压测指标聚合方法
11011
- 注意:此字段可能返回 null,表示取不到有效值。
11012
10746
  :rtype: str
11013
10747
  """
11014
10748
  return self._Aggregation
@@ -11020,7 +10754,6 @@ class SLARule(AbstractModel):
11020
10754
  @property
11021
10755
  def Condition(self):
11022
10756
  """压测指标条件判断符号
11023
- 注意:此字段可能返回 null,表示取不到有效值。
11024
10757
  :rtype: str
11025
10758
  """
11026
10759
  return self._Condition
@@ -11032,7 +10765,6 @@ class SLARule(AbstractModel):
11032
10765
  @property
11033
10766
  def Value(self):
11034
10767
  """阈值
11035
- 注意:此字段可能返回 null,表示取不到有效值。
11036
10768
  :rtype: float
11037
10769
  """
11038
10770
  return self._Value
@@ -11056,7 +10788,6 @@ class SLARule(AbstractModel):
11056
10788
  @property
11057
10789
  def AbortFlag(self):
11058
10790
  """是否停止压测任务
11059
- 注意:此字段可能返回 null,表示取不到有效值。
11060
10791
  :rtype: bool
11061
10792
  """
11062
10793
  return self._AbortFlag
@@ -11068,7 +10799,6 @@ class SLARule(AbstractModel):
11068
10799
  @property
11069
10800
  def For(self):
11070
10801
  """持续时长
11071
- 注意:此字段可能返回 null,表示取不到有效值。
11072
10802
  :rtype: str
11073
10803
  """
11074
10804
  return self._For
@@ -11109,13 +10839,10 @@ class SampleLog(AbstractModel):
11109
10839
  def __init__(self):
11110
10840
  r"""
11111
10841
  :param _Timestamp: 日志毫秒时间戳
11112
- 注意:此字段可能返回 null,表示取不到有效值。
11113
10842
  :type Timestamp: str
11114
10843
  :param _Attributes: 采样日志属性
11115
- 注意:此字段可能返回 null,表示取不到有效值。
11116
10844
  :type Attributes: :class:`tencentcloud.pts.v20210728.models.Attributes`
11117
10845
  :param _Body: har格式的采样请求
11118
- 注意:此字段可能返回 null,表示取不到有效值。
11119
10846
  :type Body: str
11120
10847
  """
11121
10848
  self._Timestamp = None
@@ -11125,7 +10852,6 @@ class SampleLog(AbstractModel):
11125
10852
  @property
11126
10853
  def Timestamp(self):
11127
10854
  """日志毫秒时间戳
11128
- 注意:此字段可能返回 null,表示取不到有效值。
11129
10855
  :rtype: str
11130
10856
  """
11131
10857
  return self._Timestamp
@@ -11137,7 +10863,6 @@ class SampleLog(AbstractModel):
11137
10863
  @property
11138
10864
  def Attributes(self):
11139
10865
  """采样日志属性
11140
- 注意:此字段可能返回 null,表示取不到有效值。
11141
10866
  :rtype: :class:`tencentcloud.pts.v20210728.models.Attributes`
11142
10867
  """
11143
10868
  return self._Attributes
@@ -11149,7 +10874,6 @@ class SampleLog(AbstractModel):
11149
10874
  @property
11150
10875
  def Body(self):
11151
10876
  """har格式的采样请求
11152
- 注意:此字段可能返回 null,表示取不到有效值。
11153
10877
  :rtype: str
11154
10878
  """
11155
10879
  return self._Body
@@ -11239,7 +10963,6 @@ class SampleStream(AbstractModel):
11239
10963
  :param _Values: 指标采样数组
11240
10964
  :type Values: list of SamplePair
11241
10965
  :param _Name: 指标序列名字
11242
- 注意:此字段可能返回 null,表示取不到有效值。
11243
10966
  :type Name: str
11244
10967
  """
11245
10968
  self._Labels = None
@@ -11272,7 +10995,6 @@ class SampleStream(AbstractModel):
11272
10995
  @property
11273
10996
  def Name(self):
11274
10997
  """指标序列名字
11275
- 注意:此字段可能返回 null,表示取不到有效值。
11276
10998
  :rtype: str
11277
10999
  """
11278
11000
  return self._Name
@@ -11318,19 +11040,14 @@ class Scenario(AbstractModel):
11318
11040
  :param _Name: 场景名
11319
11041
  :type Name: str
11320
11042
  :param _Description: 场景描述
11321
- 注意:此字段可能返回 null,表示取不到有效值。
11322
11043
  :type Description: str
11323
11044
  :param _Type: 场景类型,如pts-http, pts-js, pts-trpc, pts-jmeter
11324
- 注意:此字段可能返回 null,表示取不到有效值。
11325
11045
  :type Type: str
11326
11046
  :param _Status: 场景状态
11327
- 注意:此字段可能返回 null,表示取不到有效值。
11328
11047
  :type Status: int
11329
11048
  :param _Load: 施压配置
11330
- 注意:此字段可能返回 null,表示取不到有效值。
11331
11049
  :type Load: :class:`tencentcloud.pts.v20210728.models.Load`
11332
11050
  :param _EncodedScripts: deprecated
11333
- 注意:此字段可能返回 null,表示取不到有效值。
11334
11051
  :type EncodedScripts: str
11335
11052
  :param _Configs: deprecated
11336
11053
  注意:此字段可能返回 null,表示取不到有效值。
@@ -11342,26 +11059,20 @@ class Scenario(AbstractModel):
11342
11059
  注意:此字段可能返回 null,表示取不到有效值。
11343
11060
  :type Datasets: list of TestData
11344
11061
  :param _SLAId: SLA规则的ID
11345
- 注意:此字段可能返回 null,表示取不到有效值。
11346
11062
  :type SLAId: str
11347
11063
  :param _CronId: Cron Job规则的ID
11348
- 注意:此字段可能返回 null,表示取不到有效值。
11349
11064
  :type CronId: str
11350
11065
  :param _CreatedAt: 场景创建时间
11351
11066
  :type CreatedAt: str
11352
11067
  :param _UpdatedAt: 场景修改时间
11353
11068
  :type UpdatedAt: str
11354
11069
  :param _ProjectId: 项目ID
11355
- 注意:此字段可能返回 null,表示取不到有效值。
11356
11070
  :type ProjectId: str
11357
11071
  :param _AppId: App ID
11358
- 注意:此字段可能返回 null,表示取不到有效值。
11359
11072
  :type AppId: int
11360
11073
  :param _Uin: 用户ID
11361
- 注意:此字段可能返回 null,表示取不到有效值。
11362
11074
  :type Uin: str
11363
11075
  :param _SubAccountUin: 子用户ID
11364
- 注意:此字段可能返回 null,表示取不到有效值。
11365
11076
  :type SubAccountUin: str
11366
11077
  :param _TestScripts: 测试脚本信息
11367
11078
  注意:此字段可能返回 null,表示取不到有效值。
@@ -11373,22 +11084,18 @@ class Scenario(AbstractModel):
11373
11084
  注意:此字段可能返回 null,表示取不到有效值。
11374
11085
  :type RequestFiles: list of FileInfo
11375
11086
  :param _SLAPolicy: SLA 策略
11376
- 注意:此字段可能返回 null,表示取不到有效值。
11377
11087
  :type SLAPolicy: :class:`tencentcloud.pts.v20210728.models.SLAPolicy`
11378
11088
  :param _Plugins: 扩展包信息
11379
11089
  注意:此字段可能返回 null,表示取不到有效值。
11380
11090
  :type Plugins: list of FileInfo
11381
11091
  :param _DomainNameConfig: 域名解析配置
11382
- 注意:此字段可能返回 null,表示取不到有效值。
11383
11092
  :type DomainNameConfig: :class:`tencentcloud.pts.v20210728.models.DomainNameConfig`
11384
11093
  :param _NotificationHooks: 通知事件回调
11385
11094
  注意:此字段可能返回 null,表示取不到有效值。
11386
11095
  :type NotificationHooks: list of NotificationHook
11387
11096
  :param _Owner: 创建人员
11388
- 注意:此字段可能返回 null,表示取不到有效值。
11389
11097
  :type Owner: str
11390
11098
  :param _ProjectName: 场景所在的项目的名字
11391
- 注意:此字段可能返回 null,表示取不到有效值。
11392
11099
  :type ProjectName: str
11393
11100
  """
11394
11101
  self._ScenarioId = None
@@ -11444,7 +11151,6 @@ class Scenario(AbstractModel):
11444
11151
  @property
11445
11152
  def Description(self):
11446
11153
  """场景描述
11447
- 注意:此字段可能返回 null,表示取不到有效值。
11448
11154
  :rtype: str
11449
11155
  """
11450
11156
  return self._Description
@@ -11456,7 +11162,6 @@ class Scenario(AbstractModel):
11456
11162
  @property
11457
11163
  def Type(self):
11458
11164
  """场景类型,如pts-http, pts-js, pts-trpc, pts-jmeter
11459
- 注意:此字段可能返回 null,表示取不到有效值。
11460
11165
  :rtype: str
11461
11166
  """
11462
11167
  return self._Type
@@ -11468,7 +11173,6 @@ class Scenario(AbstractModel):
11468
11173
  @property
11469
11174
  def Status(self):
11470
11175
  """场景状态
11471
- 注意:此字段可能返回 null,表示取不到有效值。
11472
11176
  :rtype: int
11473
11177
  """
11474
11178
  return self._Status
@@ -11480,7 +11184,6 @@ class Scenario(AbstractModel):
11480
11184
  @property
11481
11185
  def Load(self):
11482
11186
  """施压配置
11483
- 注意:此字段可能返回 null,表示取不到有效值。
11484
11187
  :rtype: :class:`tencentcloud.pts.v20210728.models.Load`
11485
11188
  """
11486
11189
  return self._Load
@@ -11492,7 +11195,6 @@ class Scenario(AbstractModel):
11492
11195
  @property
11493
11196
  def EncodedScripts(self):
11494
11197
  """deprecated
11495
- 注意:此字段可能返回 null,表示取不到有效值。
11496
11198
  :rtype: str
11497
11199
  """
11498
11200
  return self._EncodedScripts
@@ -11540,7 +11242,6 @@ class Scenario(AbstractModel):
11540
11242
  @property
11541
11243
  def SLAId(self):
11542
11244
  """SLA规则的ID
11543
- 注意:此字段可能返回 null,表示取不到有效值。
11544
11245
  :rtype: str
11545
11246
  """
11546
11247
  return self._SLAId
@@ -11552,7 +11253,6 @@ class Scenario(AbstractModel):
11552
11253
  @property
11553
11254
  def CronId(self):
11554
11255
  """Cron Job规则的ID
11555
- 注意:此字段可能返回 null,表示取不到有效值。
11556
11256
  :rtype: str
11557
11257
  """
11558
11258
  return self._CronId
@@ -11586,7 +11286,6 @@ class Scenario(AbstractModel):
11586
11286
  @property
11587
11287
  def ProjectId(self):
11588
11288
  """项目ID
11589
- 注意:此字段可能返回 null,表示取不到有效值。
11590
11289
  :rtype: str
11591
11290
  """
11592
11291
  return self._ProjectId
@@ -11598,7 +11297,6 @@ class Scenario(AbstractModel):
11598
11297
  @property
11599
11298
  def AppId(self):
11600
11299
  """App ID
11601
- 注意:此字段可能返回 null,表示取不到有效值。
11602
11300
  :rtype: int
11603
11301
  """
11604
11302
  return self._AppId
@@ -11610,7 +11308,6 @@ class Scenario(AbstractModel):
11610
11308
  @property
11611
11309
  def Uin(self):
11612
11310
  """用户ID
11613
- 注意:此字段可能返回 null,表示取不到有效值。
11614
11311
  :rtype: str
11615
11312
  """
11616
11313
  return self._Uin
@@ -11622,7 +11319,6 @@ class Scenario(AbstractModel):
11622
11319
  @property
11623
11320
  def SubAccountUin(self):
11624
11321
  """子用户ID
11625
- 注意:此字段可能返回 null,表示取不到有效值。
11626
11322
  :rtype: str
11627
11323
  """
11628
11324
  return self._SubAccountUin
@@ -11670,7 +11366,6 @@ class Scenario(AbstractModel):
11670
11366
  @property
11671
11367
  def SLAPolicy(self):
11672
11368
  """SLA 策略
11673
- 注意:此字段可能返回 null,表示取不到有效值。
11674
11369
  :rtype: :class:`tencentcloud.pts.v20210728.models.SLAPolicy`
11675
11370
  """
11676
11371
  return self._SLAPolicy
@@ -11694,7 +11389,6 @@ class Scenario(AbstractModel):
11694
11389
  @property
11695
11390
  def DomainNameConfig(self):
11696
11391
  """域名解析配置
11697
- 注意:此字段可能返回 null,表示取不到有效值。
11698
11392
  :rtype: :class:`tencentcloud.pts.v20210728.models.DomainNameConfig`
11699
11393
  """
11700
11394
  return self._DomainNameConfig
@@ -11718,7 +11412,6 @@ class Scenario(AbstractModel):
11718
11412
  @property
11719
11413
  def Owner(self):
11720
11414
  """创建人员
11721
- 注意:此字段可能返回 null,表示取不到有效值。
11722
11415
  :rtype: str
11723
11416
  """
11724
11417
  return self._Owner
@@ -11730,7 +11423,6 @@ class Scenario(AbstractModel):
11730
11423
  @property
11731
11424
  def ProjectName(self):
11732
11425
  """场景所在的项目的名字
11733
- 注意:此字段可能返回 null,表示取不到有效值。
11734
11426
  :rtype: str
11735
11427
  """
11736
11428
  return self._ProjectName
@@ -11903,7 +11595,6 @@ class ScenarioWithJobs(AbstractModel):
11903
11595
  def __init__(self):
11904
11596
  r"""
11905
11597
  :param _Scenario: scecario结果
11906
- 注意:此字段可能返回 null,表示取不到有效值。
11907
11598
  :type Scenario: :class:`tencentcloud.pts.v20210728.models.Scenario`
11908
11599
  :param _Jobs: job结果
11909
11600
  注意:此字段可能返回 null,表示取不到有效值。
@@ -11915,7 +11606,6 @@ class ScenarioWithJobs(AbstractModel):
11915
11606
  @property
11916
11607
  def Scenario(self):
11917
11608
  """scecario结果
11918
- 注意:此字段可能返回 null,表示取不到有效值。
11919
11609
  :rtype: :class:`tencentcloud.pts.v20210728.models.Scenario`
11920
11610
  """
11921
11611
  return self._Scenario
@@ -11965,28 +11655,21 @@ class ScriptInfo(AbstractModel):
11965
11655
  def __init__(self):
11966
11656
  r"""
11967
11657
  :param _Name: 文件名
11968
- 注意:此字段可能返回 null,表示取不到有效值。
11969
11658
  :type Name: str
11970
11659
  :param _Size: 文件大小
11971
- 注意:此字段可能返回 null,表示取不到有效值。
11972
11660
  :type Size: int
11973
11661
  :param _Type: 文件类型
11974
- 注意:此字段可能返回 null,表示取不到有效值。
11975
11662
  :type Type: str
11976
11663
  :param _UpdatedAt: 更新时间
11977
11664
  注意:此字段可能返回 null,表示取不到有效值。
11978
11665
  :type UpdatedAt: str
11979
11666
  :param _EncodedContent: base64编码后的文件内容
11980
- 注意:此字段可能返回 null,表示取不到有效值。
11981
11667
  :type EncodedContent: str
11982
11668
  :param _EncodedHttpArchive: base64编码后的har结构体
11983
- 注意:此字段可能返回 null,表示取不到有效值。
11984
11669
  :type EncodedHttpArchive: str
11985
11670
  :param _LoadWeight: 脚本权重,范围 1-100
11986
- 注意:此字段可能返回 null,表示取不到有效值。
11987
11671
  :type LoadWeight: int
11988
11672
  :param _FileId: 文件 ID
11989
- 注意:此字段可能返回 null,表示取不到有效值。
11990
11673
  :type FileId: str
11991
11674
  """
11992
11675
  self._Name = None
@@ -12001,7 +11684,6 @@ class ScriptInfo(AbstractModel):
12001
11684
  @property
12002
11685
  def Name(self):
12003
11686
  """文件名
12004
- 注意:此字段可能返回 null,表示取不到有效值。
12005
11687
  :rtype: str
12006
11688
  """
12007
11689
  return self._Name
@@ -12013,7 +11695,6 @@ class ScriptInfo(AbstractModel):
12013
11695
  @property
12014
11696
  def Size(self):
12015
11697
  """文件大小
12016
- 注意:此字段可能返回 null,表示取不到有效值。
12017
11698
  :rtype: int
12018
11699
  """
12019
11700
  return self._Size
@@ -12025,7 +11706,6 @@ class ScriptInfo(AbstractModel):
12025
11706
  @property
12026
11707
  def Type(self):
12027
11708
  """文件类型
12028
- 注意:此字段可能返回 null,表示取不到有效值。
12029
11709
  :rtype: str
12030
11710
  """
12031
11711
  return self._Type
@@ -12049,7 +11729,6 @@ class ScriptInfo(AbstractModel):
12049
11729
  @property
12050
11730
  def EncodedContent(self):
12051
11731
  """base64编码后的文件内容
12052
- 注意:此字段可能返回 null,表示取不到有效值。
12053
11732
  :rtype: str
12054
11733
  """
12055
11734
  return self._EncodedContent
@@ -12061,7 +11740,6 @@ class ScriptInfo(AbstractModel):
12061
11740
  @property
12062
11741
  def EncodedHttpArchive(self):
12063
11742
  """base64编码后的har结构体
12064
- 注意:此字段可能返回 null,表示取不到有效值。
12065
11743
  :rtype: str
12066
11744
  """
12067
11745
  return self._EncodedHttpArchive
@@ -12073,7 +11751,6 @@ class ScriptInfo(AbstractModel):
12073
11751
  @property
12074
11752
  def LoadWeight(self):
12075
11753
  """脚本权重,范围 1-100
12076
- 注意:此字段可能返回 null,表示取不到有效值。
12077
11754
  :rtype: int
12078
11755
  """
12079
11756
  return self._LoadWeight
@@ -12085,7 +11762,6 @@ class ScriptInfo(AbstractModel):
12085
11762
  @property
12086
11763
  def FileId(self):
12087
11764
  """文件 ID
12088
- 注意:此字段可能返回 null,表示取不到有效值。
12089
11765
  :rtype: str
12090
11766
  """
12091
11767
  return self._FileId
@@ -12188,10 +11864,8 @@ class Stage(AbstractModel):
12188
11864
  def __init__(self):
12189
11865
  r"""
12190
11866
  :param _DurationSeconds: 施压时间
12191
- 注意:此字段可能返回 null,表示取不到有效值。
12192
11867
  :type DurationSeconds: int
12193
11868
  :param _TargetVirtualUsers: 虚拟用户数
12194
- 注意:此字段可能返回 null,表示取不到有效值。
12195
11869
  :type TargetVirtualUsers: int
12196
11870
  """
12197
11871
  self._DurationSeconds = None
@@ -12200,7 +11874,6 @@ class Stage(AbstractModel):
12200
11874
  @property
12201
11875
  def DurationSeconds(self):
12202
11876
  """施压时间
12203
- 注意:此字段可能返回 null,表示取不到有效值。
12204
11877
  :rtype: int
12205
11878
  """
12206
11879
  return self._DurationSeconds
@@ -12212,7 +11885,6 @@ class Stage(AbstractModel):
12212
11885
  @property
12213
11886
  def TargetVirtualUsers(self):
12214
11887
  """虚拟用户数
12215
- 注意:此字段可能返回 null,表示取不到有效值。
12216
11888
  :rtype: int
12217
11889
  """
12218
11890
  return self._TargetVirtualUsers
@@ -12382,10 +12054,8 @@ class TagSpec(AbstractModel):
12382
12054
  def __init__(self):
12383
12055
  r"""
12384
12056
  :param _TagKey: 标签键
12385
- 注意:此字段可能返回 null,表示取不到有效值。
12386
12057
  :type TagKey: str
12387
12058
  :param _TagValue: 标签值
12388
- 注意:此字段可能返回 null,表示取不到有效值。
12389
12059
  :type TagValue: str
12390
12060
  """
12391
12061
  self._TagKey = None
@@ -12394,7 +12064,6 @@ class TagSpec(AbstractModel):
12394
12064
  @property
12395
12065
  def TagKey(self):
12396
12066
  """标签键
12397
- 注意:此字段可能返回 null,表示取不到有效值。
12398
12067
  :rtype: str
12399
12068
  """
12400
12069
  return self._TagKey
@@ -12406,7 +12075,6 @@ class TagSpec(AbstractModel):
12406
12075
  @property
12407
12076
  def TagValue(self):
12408
12077
  """标签值
12409
- 注意:此字段可能返回 null,表示取不到有效值。
12410
12078
  :rtype: str
12411
12079
  """
12412
12080
  return self._TagValue
@@ -12437,25 +12105,20 @@ class TestData(AbstractModel):
12437
12105
  def __init__(self):
12438
12106
  r"""
12439
12107
  :param _Name: 测试数据集所在的文件名
12440
- 注意:此字段可能返回 null,表示取不到有效值。
12441
12108
  :type Name: str
12442
12109
  :param _Split: 测试数据集是否分片
12443
- 注意:此字段可能返回 null,表示取不到有效值。
12444
12110
  :type Split: bool
12445
12111
  :param _HeaderInFile: 首行是否为参数名
12446
- 注意:此字段可能返回 null,表示取不到有效值。
12447
12112
  :type HeaderInFile: bool
12448
12113
  :param _HeaderColumns: 参数名数组
12449
12114
  注意:此字段可能返回 null,表示取不到有效值。
12450
12115
  :type HeaderColumns: list of str
12451
12116
  :param _LineCount: 文件行数
12452
- 注意:此字段可能返回 null,表示取不到有效值。
12453
12117
  :type LineCount: int
12454
12118
  :param _UpdatedAt: 更新时间
12455
12119
  注意:此字段可能返回 null,表示取不到有效值。
12456
12120
  :type UpdatedAt: str
12457
12121
  :param _Size: 文件字节数
12458
- 注意:此字段可能返回 null,表示取不到有效值。
12459
12122
  :type Size: int
12460
12123
  :param _HeadLines: 头部数据行
12461
12124
  注意:此字段可能返回 null,表示取不到有效值。
@@ -12464,10 +12127,8 @@ class TestData(AbstractModel):
12464
12127
  注意:此字段可能返回 null,表示取不到有效值。
12465
12128
  :type TailLines: list of str
12466
12129
  :param _Type: 文件类型
12467
- 注意:此字段可能返回 null,表示取不到有效值。
12468
12130
  :type Type: str
12469
12131
  :param _FileId: 文件 ID
12470
- 注意:此字段可能返回 null,表示取不到有效值。
12471
12132
  :type FileId: str
12472
12133
  """
12473
12134
  self._Name = None
@@ -12485,7 +12146,6 @@ class TestData(AbstractModel):
12485
12146
  @property
12486
12147
  def Name(self):
12487
12148
  """测试数据集所在的文件名
12488
- 注意:此字段可能返回 null,表示取不到有效值。
12489
12149
  :rtype: str
12490
12150
  """
12491
12151
  return self._Name
@@ -12497,7 +12157,6 @@ class TestData(AbstractModel):
12497
12157
  @property
12498
12158
  def Split(self):
12499
12159
  """测试数据集是否分片
12500
- 注意:此字段可能返回 null,表示取不到有效值。
12501
12160
  :rtype: bool
12502
12161
  """
12503
12162
  return self._Split
@@ -12509,7 +12168,6 @@ class TestData(AbstractModel):
12509
12168
  @property
12510
12169
  def HeaderInFile(self):
12511
12170
  """首行是否为参数名
12512
- 注意:此字段可能返回 null,表示取不到有效值。
12513
12171
  :rtype: bool
12514
12172
  """
12515
12173
  return self._HeaderInFile
@@ -12533,7 +12191,6 @@ class TestData(AbstractModel):
12533
12191
  @property
12534
12192
  def LineCount(self):
12535
12193
  """文件行数
12536
- 注意:此字段可能返回 null,表示取不到有效值。
12537
12194
  :rtype: int
12538
12195
  """
12539
12196
  return self._LineCount
@@ -12557,7 +12214,6 @@ class TestData(AbstractModel):
12557
12214
  @property
12558
12215
  def Size(self):
12559
12216
  """文件字节数
12560
- 注意:此字段可能返回 null,表示取不到有效值。
12561
12217
  :rtype: int
12562
12218
  """
12563
12219
  return self._Size
@@ -12593,7 +12249,6 @@ class TestData(AbstractModel):
12593
12249
  @property
12594
12250
  def Type(self):
12595
12251
  """文件类型
12596
- 注意:此字段可能返回 null,表示取不到有效值。
12597
12252
  :rtype: str
12598
12253
  """
12599
12254
  return self._Type
@@ -12605,7 +12260,6 @@ class TestData(AbstractModel):
12605
12260
  @property
12606
12261
  def FileId(self):
12607
12262
  """文件 ID
12608
- 注意:此字段可能返回 null,表示取不到有效值。
12609
12263
  :rtype: str
12610
12264
  """
12611
12265
  return self._FileId
@@ -13644,7 +13298,6 @@ class VpcLoadDistribution(AbstractModel):
13644
13298
  :param _Region: 地域
13645
13299
  :type Region: str
13646
13300
  :param _VpcId: VPC ID
13647
- 注意:此字段可能返回 null,表示取不到有效值。
13648
13301
  :type VpcId: str
13649
13302
  :param _SubnetIds: 子网ID列表
13650
13303
  注意:此字段可能返回 null,表示取不到有效值。
@@ -13680,7 +13333,6 @@ class VpcLoadDistribution(AbstractModel):
13680
13333
  @property
13681
13334
  def VpcId(self):
13682
13335
  """VPC ID
13683
- 注意:此字段可能返回 null,表示取不到有效值。
13684
13336
  :rtype: str
13685
13337
  """
13686
13338
  return self._VpcId