tencentcloud-sdk-python 3.0.1342__py2.py3-none-any.whl → 3.0.1344__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.
Files changed (65) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/bi/v20220105/models.py +68 -0
  3. tencentcloud/billing/v20180709/billing_client.py +3 -1
  4. tencentcloud/billing/v20180709/models.py +90 -224
  5. tencentcloud/cdb/v20170320/cdb_client.py +23 -0
  6. tencentcloud/cdb/v20170320/models.py +117 -0
  7. tencentcloud/cdwpg/v20201230/models.py +4 -4
  8. tencentcloud/cdz/v20221123/models.py +0 -4
  9. tencentcloud/cfg/v20210820/models.py +0 -192
  10. tencentcloud/clb/v20180317/clb_client.py +2 -2
  11. tencentcloud/clb/v20180317/models.py +39 -10
  12. tencentcloud/cls/v20201016/models.py +17 -186
  13. tencentcloud/cwp/v20180228/models.py +61 -18
  14. tencentcloud/cynosdb/v20190107/models.py +2 -2
  15. tencentcloud/dbbrain/v20191016/models.py +0 -16
  16. tencentcloud/dbbrain/v20210527/dbbrain_client.py +161 -0
  17. tencentcloud/dbbrain/v20210527/models.py +1731 -389
  18. tencentcloud/domain/v20180808/models.py +0 -10
  19. tencentcloud/dts/v20180330/models.py +0 -6
  20. tencentcloud/dts/v20211206/models.py +2 -210
  21. tencentcloud/ess/v20201111/models.py +71 -4
  22. tencentcloud/essbasic/v20210526/models.py +59 -2
  23. tencentcloud/fmu/v20191213/errorcodes.py +3 -0
  24. tencentcloud/fmu/v20191213/models.py +4 -4
  25. tencentcloud/goosefs/v20220519/models.py +0 -2
  26. tencentcloud/gwlb/v20240906/models.py +4 -4
  27. tencentcloud/hai/v20230812/errorcodes.py +1 -1
  28. tencentcloud/iotcloud/v20210408/models.py +2 -4
  29. tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
  30. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +69 -0
  31. tencentcloud/iotexplorer/v20190423/models.py +995 -65
  32. tencentcloud/iotvideo/v20211125/iotvideo_client.py +46 -0
  33. tencentcloud/iotvideo/v20211125/models.py +188 -0
  34. tencentcloud/lcic/v20220817/errorcodes.py +1 -1
  35. tencentcloud/lighthouse/v20200324/errorcodes.py +12 -9
  36. tencentcloud/lighthouse/v20200324/lighthouse_client.py +24 -17
  37. tencentcloud/lighthouse/v20200324/models.py +72 -48
  38. tencentcloud/lke/v20231130/models.py +17 -2
  39. tencentcloud/lkeap/v20240522/models.py +4 -8
  40. tencentcloud/lowcode/v20210108/models.py +0 -2
  41. tencentcloud/monitor/v20180724/models.py +251 -0
  42. tencentcloud/monitor/v20180724/monitor_client.py +23 -0
  43. tencentcloud/mps/v20190612/errorcodes.py +34 -0
  44. tencentcloud/mps/v20190612/models.py +4254 -384
  45. tencentcloud/mps/v20190612/mps_client.py +208 -0
  46. tencentcloud/mqtt/v20240516/errorcodes.py +9 -0
  47. tencentcloud/organization/v20210331/errorcodes.py +3 -0
  48. tencentcloud/organization/v20210331/models.py +0 -82
  49. tencentcloud/redis/v20180412/models.py +64 -0
  50. tencentcloud/redis/v20180412/redis_client.py +23 -0
  51. tencentcloud/tcb/v20180608/models.py +109 -157
  52. tencentcloud/tcb/v20180608/tcb_client.py +23 -0
  53. tencentcloud/tdmq/v20200217/models.py +158 -282
  54. tencentcloud/teo/v20220901/models.py +955 -20
  55. tencentcloud/tione/v20211111/models.py +90 -0
  56. tencentcloud/vdb/v20230616/models.py +45 -0
  57. tencentcloud/vdb/v20230616/vdb_client.py +1 -1
  58. tencentcloud/vrs/v20200824/models.py +32 -0
  59. tencentcloud/wedata/v20210820/models.py +167 -0
  60. tencentcloud/weilingwith/v20230427/models.py +0 -964
  61. {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/METADATA +1 -1
  62. {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/RECORD +65 -65
  63. {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/LICENSE +0 -0
  64. {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/WHEEL +0 -0
  65. {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/top_level.txt +0 -0
@@ -40,7 +40,6 @@ time 时间选择
40
40
  :param _Field: 组件唯一标识, 传回后端时的key
41
41
  :type Field: str
42
42
  :param _DefaultValue: 默认值
43
- 注意:此字段可能返回 null,表示取不到有效值。
44
43
  :type DefaultValue: str
45
44
  :param _Config: 支持配置项如下,可根据需要选择配置项,不需要配置是设置空{}:
46
45
 
@@ -136,7 +135,6 @@ time 时间选择
136
135
  @property
137
136
  def DefaultValue(self):
138
137
  """默认值
139
- 注意:此字段可能返回 null,表示取不到有效值。
140
138
  :rtype: str
141
139
  """
142
140
  return self._DefaultValue
@@ -397,28 +395,20 @@ class ActionLibraryListResult(AbstractModel):
397
395
  :param _ActionContent: 自定义动作的参数,json string
398
396
  :type ActionContent: str
399
397
  :param _ResourceType: 二级分类
400
- 注意:此字段可能返回 null,表示取不到有效值。
401
398
  :type ResourceType: str
402
399
  :param _ActionDetail: 动作描述
403
- 注意:此字段可能返回 null,表示取不到有效值。
404
400
  :type ActionDetail: str
405
401
  :param _IsAllowed: 是否允许当前账号使用
406
- 注意:此字段可能返回 null,表示取不到有效值。
407
402
  :type IsAllowed: bool
408
403
  :param _ActionBestCase: 最佳实践案例的链接地址
409
- 注意:此字段可能返回 null,表示取不到有效值。
410
404
  :type ActionBestCase: str
411
405
  :param _ObjectType: 对象类型
412
- 注意:此字段可能返回 null,表示取不到有效值。
413
406
  :type ObjectType: str
414
407
  :param _MetricIdList: 监控指标ID列表
415
- 注意:此字段可能返回 null,表示取不到有效值。
416
408
  :type MetricIdList: list of int non-negative
417
409
  :param _IsNewAction: 是否是新动作
418
- 注意:此字段可能返回 null,表示取不到有效值。
419
410
  :type IsNewAction: bool
420
411
  :param _ObjectTypeId: 对象类型ID
421
- 注意:此字段可能返回 null,表示取不到有效值。
422
412
  :type ObjectTypeId: int
423
413
  """
424
414
  self._ActionName = None
@@ -589,7 +579,6 @@ class ActionLibraryListResult(AbstractModel):
589
579
  @property
590
580
  def ResourceType(self):
591
581
  """二级分类
592
- 注意:此字段可能返回 null,表示取不到有效值。
593
582
  :rtype: str
594
583
  """
595
584
  return self._ResourceType
@@ -601,7 +590,6 @@ class ActionLibraryListResult(AbstractModel):
601
590
  @property
602
591
  def ActionDetail(self):
603
592
  """动作描述
604
- 注意:此字段可能返回 null,表示取不到有效值。
605
593
  :rtype: str
606
594
  """
607
595
  return self._ActionDetail
@@ -613,7 +601,6 @@ class ActionLibraryListResult(AbstractModel):
613
601
  @property
614
602
  def IsAllowed(self):
615
603
  """是否允许当前账号使用
616
- 注意:此字段可能返回 null,表示取不到有效值。
617
604
  :rtype: bool
618
605
  """
619
606
  return self._IsAllowed
@@ -625,7 +612,6 @@ class ActionLibraryListResult(AbstractModel):
625
612
  @property
626
613
  def ActionBestCase(self):
627
614
  """最佳实践案例的链接地址
628
- 注意:此字段可能返回 null,表示取不到有效值。
629
615
  :rtype: str
630
616
  """
631
617
  return self._ActionBestCase
@@ -637,7 +623,6 @@ class ActionLibraryListResult(AbstractModel):
637
623
  @property
638
624
  def ObjectType(self):
639
625
  """对象类型
640
- 注意:此字段可能返回 null,表示取不到有效值。
641
626
  :rtype: str
642
627
  """
643
628
  return self._ObjectType
@@ -649,7 +634,6 @@ class ActionLibraryListResult(AbstractModel):
649
634
  @property
650
635
  def MetricIdList(self):
651
636
  """监控指标ID列表
652
- 注意:此字段可能返回 null,表示取不到有效值。
653
637
  :rtype: list of int non-negative
654
638
  """
655
639
  return self._MetricIdList
@@ -661,7 +645,6 @@ class ActionLibraryListResult(AbstractModel):
661
645
  @property
662
646
  def IsNewAction(self):
663
647
  """是否是新动作
664
- 注意:此字段可能返回 null,表示取不到有效值。
665
648
  :rtype: bool
666
649
  """
667
650
  return self._IsNewAction
@@ -673,7 +656,6 @@ class ActionLibraryListResult(AbstractModel):
673
656
  @property
674
657
  def ObjectTypeId(self):
675
658
  """对象类型ID
676
- 注意:此字段可能返回 null,表示取不到有效值。
677
659
  :rtype: int
678
660
  """
679
661
  return self._ObjectTypeId
@@ -723,13 +705,10 @@ class ApmServiceInfo(AbstractModel):
723
705
  def __init__(self):
724
706
  r"""
725
707
  :param _InstanceId: 业务ID
726
- 注意:此字段可能返回 null,表示取不到有效值。
727
708
  :type InstanceId: str
728
709
  :param _ServiceNameList: 应用名称
729
- 注意:此字段可能返回 null,表示取不到有效值。
730
710
  :type ServiceNameList: list of str
731
711
  :param _RegionId: 地域ID
732
- 注意:此字段可能返回 null,表示取不到有效值。
733
712
  :type RegionId: int
734
713
  """
735
714
  self._InstanceId = None
@@ -739,7 +718,6 @@ class ApmServiceInfo(AbstractModel):
739
718
  @property
740
719
  def InstanceId(self):
741
720
  """业务ID
742
- 注意:此字段可能返回 null,表示取不到有效值。
743
721
  :rtype: str
744
722
  """
745
723
  return self._InstanceId
@@ -751,7 +729,6 @@ class ApmServiceInfo(AbstractModel):
751
729
  @property
752
730
  def ServiceNameList(self):
753
731
  """应用名称
754
- 注意:此字段可能返回 null,表示取不到有效值。
755
732
  :rtype: list of str
756
733
  """
757
734
  return self._ServiceNameList
@@ -763,7 +740,6 @@ class ApmServiceInfo(AbstractModel):
763
740
  @property
764
741
  def RegionId(self):
765
742
  """地域ID
766
- 注意:此字段可能返回 null,表示取不到有效值。
767
743
  :rtype: int
768
744
  """
769
745
  return self._RegionId
@@ -1363,7 +1339,6 @@ class DescribeActionFieldConfigListResponse(AbstractModel):
1363
1339
  :param _Results: 动作栏位配置列表
1364
1340
  :type Results: list of ActionFieldConfigResult
1365
1341
  :param _ResourceOffline: 资源下线信息
1366
- 注意:此字段可能返回 null,表示取不到有效值。
1367
1342
  :type ResourceOffline: list of ResourceOffline
1368
1343
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1369
1344
  :type RequestId: str
@@ -1398,7 +1373,6 @@ class DescribeActionFieldConfigListResponse(AbstractModel):
1398
1373
  @property
1399
1374
  def ResourceOffline(self):
1400
1375
  """资源下线信息
1401
- 注意:此字段可能返回 null,表示取不到有效值。
1402
1376
  :rtype: list of ResourceOffline
1403
1377
  """
1404
1378
  return self._ResourceOffline
@@ -3116,16 +3090,12 @@ class ObjectType(AbstractModel):
3116
3090
  :param _ObjectTypeParams: 对象类型参数
3117
3091
  :type ObjectTypeParams: :class:`tencentcloud.cfg.v20210820.models.ObjectTypeConfig`
3118
3092
  :param _ObjectTypeJsonParse: tke接口json解析规则,null不需要解析
3119
- 注意:此字段可能返回 null,表示取不到有效值。
3120
3093
  :type ObjectTypeJsonParse: :class:`tencentcloud.cfg.v20210820.models.ObjectTypeJsonParse`
3121
3094
  :param _ObjectHasNewAction: 是否包含新动作
3122
- 注意:此字段可能返回 null,表示取不到有效值。
3123
3095
  :type ObjectHasNewAction: bool
3124
3096
  :param _ObjectPlatformName: 对应在平台架构图中的资源类型名称
3125
- 注意:此字段可能返回 null,表示取不到有效值。
3126
3097
  :type ObjectPlatformName: str
3127
3098
  :param _ObjectSupportType: 1:平台支持的对象 2:应用支持的部分对象
3128
- 注意:此字段可能返回 null,表示取不到有效值。
3129
3099
  :type ObjectSupportType: int
3130
3100
  :param _ArchLayer: 1.接入层 2.逻辑层 3. 数据层
3131
3101
  :type ArchLayer: int
@@ -3190,7 +3160,6 @@ class ObjectType(AbstractModel):
3190
3160
  @property
3191
3161
  def ObjectTypeJsonParse(self):
3192
3162
  """tke接口json解析规则,null不需要解析
3193
- 注意:此字段可能返回 null,表示取不到有效值。
3194
3163
  :rtype: :class:`tencentcloud.cfg.v20210820.models.ObjectTypeJsonParse`
3195
3164
  """
3196
3165
  return self._ObjectTypeJsonParse
@@ -3202,7 +3171,6 @@ class ObjectType(AbstractModel):
3202
3171
  @property
3203
3172
  def ObjectHasNewAction(self):
3204
3173
  """是否包含新动作
3205
- 注意:此字段可能返回 null,表示取不到有效值。
3206
3174
  :rtype: bool
3207
3175
  """
3208
3176
  return self._ObjectHasNewAction
@@ -3214,7 +3182,6 @@ class ObjectType(AbstractModel):
3214
3182
  @property
3215
3183
  def ObjectPlatformName(self):
3216
3184
  """对应在平台架构图中的资源类型名称
3217
- 注意:此字段可能返回 null,表示取不到有效值。
3218
3185
  :rtype: str
3219
3186
  """
3220
3187
  return self._ObjectPlatformName
@@ -3226,7 +3193,6 @@ class ObjectType(AbstractModel):
3226
3193
  @property
3227
3194
  def ObjectSupportType(self):
3228
3195
  """1:平台支持的对象 2:应用支持的部分对象
3229
- 注意:此字段可能返回 null,表示取不到有效值。
3230
3196
  :rtype: int
3231
3197
  """
3232
3198
  return self._ObjectSupportType
@@ -3351,10 +3317,8 @@ class ObjectTypeConfigFields(AbstractModel):
3351
3317
  :param _Header: 实例id
3352
3318
  :type Header: str
3353
3319
  :param _Transfer: 字段值是否需要转译,当不需要转译时,此字段返回null
3354
- 注意:此字段可能返回 null,表示取不到有效值。
3355
3320
  :type Transfer: str
3356
3321
  :param _JsonParse: tke的pod字段信息解析
3357
- 注意:此字段可能返回 null,表示取不到有效值。
3358
3322
  :type JsonParse: str
3359
3323
  :param _Type: 字段类型 0:str 1:list
3360
3324
  :type Type: int
@@ -3390,7 +3354,6 @@ class ObjectTypeConfigFields(AbstractModel):
3390
3354
  @property
3391
3355
  def Transfer(self):
3392
3356
  """字段值是否需要转译,当不需要转译时,此字段返回null
3393
- 注意:此字段可能返回 null,表示取不到有效值。
3394
3357
  :rtype: str
3395
3358
  """
3396
3359
  return self._Transfer
@@ -3402,7 +3365,6 @@ class ObjectTypeConfigFields(AbstractModel):
3402
3365
  @property
3403
3366
  def JsonParse(self):
3404
3367
  """tke的pod字段信息解析
3405
- 注意:此字段可能返回 null,表示取不到有效值。
3406
3368
  :rtype: str
3407
3369
  """
3408
3370
  return self._JsonParse
@@ -3447,16 +3409,12 @@ class ObjectTypeJsonParse(AbstractModel):
3447
3409
  def __init__(self):
3448
3410
  r"""
3449
3411
  :param _NameSpace: 命名空间
3450
- 注意:此字段可能返回 null,表示取不到有效值。
3451
3412
  :type NameSpace: str
3452
3413
  :param _WorkloadName: 工作负载名称
3453
- 注意:此字段可能返回 null,表示取不到有效值。
3454
3414
  :type WorkloadName: str
3455
3415
  :param _LanIP: 节点IP
3456
- 注意:此字段可能返回 null,表示取不到有效值。
3457
3416
  :type LanIP: str
3458
3417
  :param _InstanceId: 节点ID
3459
- 注意:此字段可能返回 null,表示取不到有效值。
3460
3418
  :type InstanceId: str
3461
3419
  """
3462
3420
  self._NameSpace = None
@@ -3467,7 +3425,6 @@ class ObjectTypeJsonParse(AbstractModel):
3467
3425
  @property
3468
3426
  def NameSpace(self):
3469
3427
  """命名空间
3470
- 注意:此字段可能返回 null,表示取不到有效值。
3471
3428
  :rtype: str
3472
3429
  """
3473
3430
  return self._NameSpace
@@ -3479,7 +3436,6 @@ class ObjectTypeJsonParse(AbstractModel):
3479
3436
  @property
3480
3437
  def WorkloadName(self):
3481
3438
  """工作负载名称
3482
- 注意:此字段可能返回 null,表示取不到有效值。
3483
3439
  :rtype: str
3484
3440
  """
3485
3441
  return self._WorkloadName
@@ -3491,7 +3447,6 @@ class ObjectTypeJsonParse(AbstractModel):
3491
3447
  @property
3492
3448
  def LanIP(self):
3493
3449
  """节点IP
3494
- 注意:此字段可能返回 null,表示取不到有效值。
3495
3450
  :rtype: str
3496
3451
  """
3497
3452
  return self._LanIP
@@ -3503,7 +3458,6 @@ class ObjectTypeJsonParse(AbstractModel):
3503
3458
  @property
3504
3459
  def InstanceId(self):
3505
3460
  """节点ID
3506
- 注意:此字段可能返回 null,表示取不到有效值。
3507
3461
  :rtype: str
3508
3462
  """
3509
3463
  return self._InstanceId
@@ -3538,16 +3492,12 @@ class PolicyTriggerLog(AbstractModel):
3538
3492
  :param _TaskId: 演练ID
3539
3493
  :type TaskId: int
3540
3494
  :param _Name: 名称
3541
- 注意:此字段可能返回 null,表示取不到有效值。
3542
3495
  :type Name: str
3543
3496
  :param _TriggerType: 类型,0--触发,1--恢复
3544
- 注意:此字段可能返回 null,表示取不到有效值。
3545
3497
  :type TriggerType: int
3546
3498
  :param _Content: 内容
3547
- 注意:此字段可能返回 null,表示取不到有效值。
3548
3499
  :type Content: str
3549
3500
  :param _CreatTime: 触发时间
3550
- 注意:此字段可能返回 null,表示取不到有效值。
3551
3501
  :type CreatTime: str
3552
3502
  """
3553
3503
  self._TaskId = None
@@ -3570,7 +3520,6 @@ class PolicyTriggerLog(AbstractModel):
3570
3520
  @property
3571
3521
  def Name(self):
3572
3522
  """名称
3573
- 注意:此字段可能返回 null,表示取不到有效值。
3574
3523
  :rtype: str
3575
3524
  """
3576
3525
  return self._Name
@@ -3582,7 +3531,6 @@ class PolicyTriggerLog(AbstractModel):
3582
3531
  @property
3583
3532
  def TriggerType(self):
3584
3533
  """类型,0--触发,1--恢复
3585
- 注意:此字段可能返回 null,表示取不到有效值。
3586
3534
  :rtype: int
3587
3535
  """
3588
3536
  return self._TriggerType
@@ -3594,7 +3542,6 @@ class PolicyTriggerLog(AbstractModel):
3594
3542
  @property
3595
3543
  def Content(self):
3596
3544
  """内容
3597
- 注意:此字段可能返回 null,表示取不到有效值。
3598
3545
  :rtype: str
3599
3546
  """
3600
3547
  return self._Content
@@ -3606,7 +3553,6 @@ class PolicyTriggerLog(AbstractModel):
3606
3553
  @property
3607
3554
  def CreatTime(self):
3608
3555
  """触发时间
3609
- 注意:此字段可能返回 null,表示取不到有效值。
3610
3556
  :rtype: str
3611
3557
  """
3612
3558
  return self._CreatTime
@@ -3640,13 +3586,10 @@ class ResourceOffline(AbstractModel):
3640
3586
  def __init__(self):
3641
3587
  r"""
3642
3588
  :param _ResourceId: 资源ID
3643
- 注意:此字段可能返回 null,表示取不到有效值。
3644
3589
  :type ResourceId: int
3645
3590
  :param _ResourceDeleteTime: 资源下线时间
3646
- 注意:此字段可能返回 null,表示取不到有效值。
3647
3591
  :type ResourceDeleteTime: str
3648
3592
  :param _ResourceDeleteMessage: 资源下线提示
3649
- 注意:此字段可能返回 null,表示取不到有效值。
3650
3593
  :type ResourceDeleteMessage: str
3651
3594
  """
3652
3595
  self._ResourceId = None
@@ -3656,7 +3599,6 @@ class ResourceOffline(AbstractModel):
3656
3599
  @property
3657
3600
  def ResourceId(self):
3658
3601
  """资源ID
3659
- 注意:此字段可能返回 null,表示取不到有效值。
3660
3602
  :rtype: int
3661
3603
  """
3662
3604
  return self._ResourceId
@@ -3668,7 +3610,6 @@ class ResourceOffline(AbstractModel):
3668
3610
  @property
3669
3611
  def ResourceDeleteTime(self):
3670
3612
  """资源下线时间
3671
- 注意:此字段可能返回 null,表示取不到有效值。
3672
3613
  :rtype: str
3673
3614
  """
3674
3615
  return self._ResourceDeleteTime
@@ -3680,7 +3621,6 @@ class ResourceOffline(AbstractModel):
3680
3621
  @property
3681
3622
  def ResourceDeleteMessage(self):
3682
3623
  """资源下线提示
3683
- 注意:此字段可能返回 null,表示取不到有效值。
3684
3624
  :rtype: str
3685
3625
  """
3686
3626
  return self._ResourceDeleteMessage
@@ -3712,10 +3652,8 @@ class TagWithCreate(AbstractModel):
3712
3652
  def __init__(self):
3713
3653
  r"""
3714
3654
  :param _TagKey: 标签键
3715
- 注意:此字段可能返回 null,表示取不到有效值。
3716
3655
  :type TagKey: str
3717
3656
  :param _TagValue: 标签值
3718
- 注意:此字段可能返回 null,表示取不到有效值。
3719
3657
  :type TagValue: str
3720
3658
  """
3721
3659
  self._TagKey = None
@@ -3724,7 +3662,6 @@ class TagWithCreate(AbstractModel):
3724
3662
  @property
3725
3663
  def TagKey(self):
3726
3664
  """标签键
3727
- 注意:此字段可能返回 null,表示取不到有效值。
3728
3665
  :rtype: str
3729
3666
  """
3730
3667
  return self._TagKey
@@ -3736,7 +3673,6 @@ class TagWithCreate(AbstractModel):
3736
3673
  @property
3737
3674
  def TagValue(self):
3738
3675
  """标签值
3739
- 注意:此字段可能返回 null,表示取不到有效值。
3740
3676
  :rtype: str
3741
3677
  """
3742
3678
  return self._TagValue
@@ -3824,10 +3760,8 @@ class Task(AbstractModel):
3824
3760
  :param _TaskDescription: 任务描述
3825
3761
  :type TaskDescription: str
3826
3762
  :param _TaskTag: 自定义标签
3827
- 注意:此字段可能返回 null,表示取不到有效值。
3828
3763
  :type TaskTag: str
3829
3764
  :param _TaskStatus: 任务状态,1001--未开始 1002--进行中(执行)1003--进行中(暂停)1004--执行结束
3830
- 注意:此字段可能返回 null,表示取不到有效值。
3831
3765
  :type TaskStatus: int
3832
3766
  :param _TaskStatusType: 任务结束状态,表明任务以何种状态结束: 0 -- 尚未结束,1 -- 成功,2-- 失败,3--终止
3833
3767
  :type TaskStatusType: int
@@ -3861,13 +3795,11 @@ class Task(AbstractModel):
3861
3795
  :param _TaskRegionId: 地域ID
3862
3796
  :type TaskRegionId: int
3863
3797
  :param _TaskMonitors: 监控指标列表
3864
- 注意:此字段可能返回 null,表示取不到有效值。
3865
3798
  :type TaskMonitors: list of TaskMonitor
3866
3799
  :param _TaskPolicy: 保护策略
3867
3800
  注意:此字段可能返回 null,表示取不到有效值。
3868
3801
  :type TaskPolicy: :class:`tencentcloud.cfg.v20210820.models.DescribePolicy`
3869
3802
  :param _Tags: 标签列表
3870
- 注意:此字段可能返回 null,表示取不到有效值。
3871
3803
  :type Tags: list of TagWithDescribe
3872
3804
  :param _TaskPlanId: 关联的演练计划ID
3873
3805
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3879,19 +3811,15 @@ class Task(AbstractModel):
3879
3811
  注意:此字段可能返回 null,表示取不到有效值。
3880
3812
  :type ApplicationId: str
3881
3813
  :param _ApplicationName: 关联的应用名称
3882
- 注意:此字段可能返回 null,表示取不到有效值。
3883
3814
  :type ApplicationName: str
3884
3815
  :param _AlarmPolicy: 关联的告警指标
3885
- 注意:此字段可能返回 null,表示取不到有效值。
3886
3816
  :type AlarmPolicy: list of str
3887
3817
  :param _ApmServiceList: 关联的APM服务
3888
- 注意:此字段可能返回 null,表示取不到有效值。
3889
3818
  :type ApmServiceList: list of ApmServiceInfo
3890
3819
  :param _VerifyId: 关联的隐患验证项ID
3891
3820
  注意:此字段可能返回 null,表示取不到有效值。
3892
3821
  :type VerifyId: int
3893
3822
  :param _PolicyDealType: 护栏处理方式,1--顺序回滚,2--演练暂停
3894
- 注意:此字段可能返回 null,表示取不到有效值。
3895
3823
  :type PolicyDealType: int
3896
3824
  :param _TaskPlanStartTime: 计划开始时间
3897
3825
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3906,7 +3834,6 @@ class Task(AbstractModel):
3906
3834
  注意:此字段可能返回 null,表示取不到有效值。
3907
3835
  :type TaskIssue: str
3908
3836
  :param _TaskRegionName: region信息
3909
- 注意:此字段可能返回 null,表示取不到有效值。
3910
3837
  :type TaskRegionName: str
3911
3838
  :param _TaskArchId: 架构ID
3912
3839
  :type TaskArchId: str
@@ -3983,7 +3910,6 @@ class Task(AbstractModel):
3983
3910
  @property
3984
3911
  def TaskTag(self):
3985
3912
  """自定义标签
3986
- 注意:此字段可能返回 null,表示取不到有效值。
3987
3913
  :rtype: str
3988
3914
  """
3989
3915
  return self._TaskTag
@@ -3995,7 +3921,6 @@ class Task(AbstractModel):
3995
3921
  @property
3996
3922
  def TaskStatus(self):
3997
3923
  """任务状态,1001--未开始 1002--进行中(执行)1003--进行中(暂停)1004--执行结束
3998
- 注意:此字段可能返回 null,表示取不到有效值。
3999
3924
  :rtype: int
4000
3925
  """
4001
3926
  return self._TaskStatus
@@ -4155,7 +4080,6 @@ class Task(AbstractModel):
4155
4080
  @property
4156
4081
  def TaskMonitors(self):
4157
4082
  """监控指标列表
4158
- 注意:此字段可能返回 null,表示取不到有效值。
4159
4083
  :rtype: list of TaskMonitor
4160
4084
  """
4161
4085
  return self._TaskMonitors
@@ -4179,7 +4103,6 @@ class Task(AbstractModel):
4179
4103
  @property
4180
4104
  def Tags(self):
4181
4105
  """标签列表
4182
- 注意:此字段可能返回 null,表示取不到有效值。
4183
4106
  :rtype: list of TagWithDescribe
4184
4107
  """
4185
4108
  return self._Tags
@@ -4227,7 +4150,6 @@ class Task(AbstractModel):
4227
4150
  @property
4228
4151
  def ApplicationName(self):
4229
4152
  """关联的应用名称
4230
- 注意:此字段可能返回 null,表示取不到有效值。
4231
4153
  :rtype: str
4232
4154
  """
4233
4155
  return self._ApplicationName
@@ -4239,7 +4161,6 @@ class Task(AbstractModel):
4239
4161
  @property
4240
4162
  def AlarmPolicy(self):
4241
4163
  """关联的告警指标
4242
- 注意:此字段可能返回 null,表示取不到有效值。
4243
4164
  :rtype: list of str
4244
4165
  """
4245
4166
  return self._AlarmPolicy
@@ -4251,7 +4172,6 @@ class Task(AbstractModel):
4251
4172
  @property
4252
4173
  def ApmServiceList(self):
4253
4174
  """关联的APM服务
4254
- 注意:此字段可能返回 null,表示取不到有效值。
4255
4175
  :rtype: list of ApmServiceInfo
4256
4176
  """
4257
4177
  return self._ApmServiceList
@@ -4275,7 +4195,6 @@ class Task(AbstractModel):
4275
4195
  @property
4276
4196
  def PolicyDealType(self):
4277
4197
  """护栏处理方式,1--顺序回滚,2--演练暂停
4278
- 注意:此字段可能返回 null,表示取不到有效值。
4279
4198
  :rtype: int
4280
4199
  """
4281
4200
  return self._PolicyDealType
@@ -4335,7 +4254,6 @@ class Task(AbstractModel):
4335
4254
  @property
4336
4255
  def TaskRegionName(self):
4337
4256
  """region信息
4338
- 注意:此字段可能返回 null,表示取不到有效值。
4339
4257
  :rtype: str
4340
4258
  """
4341
4259
  return self._TaskRegionName
@@ -4577,7 +4495,6 @@ class TaskGroup(AbstractModel):
4577
4495
  :param _TaskGroupTitle: 分组标题
4578
4496
  :type TaskGroupTitle: str
4579
4497
  :param _TaskGroupDescription: 分组描述
4580
- 注意:此字段可能返回 null,表示取不到有效值。
4581
4498
  :type TaskGroupDescription: str
4582
4499
  :param _TaskGroupOrder: 任务分组顺序
4583
4500
  :type TaskGroupOrder: int
@@ -4596,10 +4513,8 @@ class TaskGroup(AbstractModel):
4596
4513
  :param _TaskGroupDiscardInstanceList: 不参演的实例列表
4597
4514
  :type TaskGroupDiscardInstanceList: list of str
4598
4515
  :param _TaskGroupSelectedInstanceList: 参演实例列表
4599
- 注意:此字段可能返回 null,表示取不到有效值。
4600
4516
  :type TaskGroupSelectedInstanceList: list of str
4601
4517
  :param _TaskGroupInstancesExecuteRule: 机器选取规则
4602
- 注意:此字段可能返回 null,表示取不到有效值。
4603
4518
  :type TaskGroupInstancesExecuteRule: list of TaskGroupInstancesExecuteRules
4604
4519
  """
4605
4520
  self._TaskGroupId = None
@@ -4641,7 +4556,6 @@ class TaskGroup(AbstractModel):
4641
4556
  @property
4642
4557
  def TaskGroupDescription(self):
4643
4558
  """分组描述
4644
- 注意:此字段可能返回 null,表示取不到有效值。
4645
4559
  :rtype: str
4646
4560
  """
4647
4561
  return self._TaskGroupDescription
@@ -4741,7 +4655,6 @@ class TaskGroup(AbstractModel):
4741
4655
  @property
4742
4656
  def TaskGroupSelectedInstanceList(self):
4743
4657
  """参演实例列表
4744
- 注意:此字段可能返回 null,表示取不到有效值。
4745
4658
  :rtype: list of str
4746
4659
  """
4747
4660
  return self._TaskGroupSelectedInstanceList
@@ -4753,7 +4666,6 @@ class TaskGroup(AbstractModel):
4753
4666
  @property
4754
4667
  def TaskGroupInstancesExecuteRule(self):
4755
4668
  """机器选取规则
4756
- 注意:此字段可能返回 null,表示取不到有效值。
4757
4669
  :rtype: list of TaskGroupInstancesExecuteRules
4758
4670
  """
4759
4671
  return self._TaskGroupInstancesExecuteRule
@@ -4813,10 +4725,8 @@ class TaskGroupAction(AbstractModel):
4813
4725
  :param _TaskGroupActionOrder: 分组动作顺序
4814
4726
  :type TaskGroupActionOrder: int
4815
4727
  :param _TaskGroupActionGeneralConfiguration: 分组动作通用配置
4816
- 注意:此字段可能返回 null,表示取不到有效值。
4817
4728
  :type TaskGroupActionGeneralConfiguration: str
4818
4729
  :param _TaskGroupActionCustomConfiguration: 分组动作自定义配置
4819
- 注意:此字段可能返回 null,表示取不到有效值。
4820
4730
  :type TaskGroupActionCustomConfiguration: str
4821
4731
  :param _TaskGroupActionStatus: 分组动作状态
4822
4732
  :type TaskGroupActionStatus: int
@@ -4829,31 +4739,22 @@ class TaskGroupAction(AbstractModel):
4829
4739
  :param _TaskGroupActionStatusType: 状态类型: 0 -- 无状态,1 -- 成功,2-- 失败,3--终止,4--跳过
4830
4740
  :type TaskGroupActionStatusType: int
4831
4741
  :param _TaskGroupActionRandomId: RandomId
4832
- 注意:此字段可能返回 null,表示取不到有效值。
4833
4742
  :type TaskGroupActionRandomId: int
4834
4743
  :param _TaskGroupActionRecoverId: RecoverId
4835
- 注意:此字段可能返回 null,表示取不到有效值。
4836
4744
  :type TaskGroupActionRecoverId: int
4837
4745
  :param _TaskGroupActionExecuteId: ExecuteId
4838
- 注意:此字段可能返回 null,表示取不到有效值。
4839
4746
  :type TaskGroupActionExecuteId: int
4840
4747
  :param _ActionApiType: 调用api类型,0:tat, 1:云api
4841
- 注意:此字段可能返回 null,表示取不到有效值。
4842
4748
  :type ActionApiType: int
4843
4749
  :param _ActionAttribute: 1:故障,2:恢复
4844
- 注意:此字段可能返回 null,表示取不到有效值。
4845
4750
  :type ActionAttribute: int
4846
4751
  :param _ActionType: 动作类型:平台、自定义
4847
- 注意:此字段可能返回 null,表示取不到有效值。
4848
4752
  :type ActionType: str
4849
4753
  :param _IsExecuteRedo: 是否可重试
4850
- 注意:此字段可能返回 null,表示取不到有效值。
4851
4754
  :type IsExecuteRedo: bool
4852
4755
  :param _ActionRisk: 动作风险级别
4853
- 注意:此字段可能返回 null,表示取不到有效值。
4854
4756
  :type ActionRisk: str
4855
4757
  :param _TaskGroupActionExecuteTime: 动作运行时间
4856
- 注意:此字段可能返回 null,表示取不到有效值。
4857
4758
  :type TaskGroupActionExecuteTime: int
4858
4759
  :param _TaskGroupActionStartTime: 动作开始执行时间
4859
4760
  :type TaskGroupActionStartTime: str
@@ -4927,7 +4828,6 @@ class TaskGroupAction(AbstractModel):
4927
4828
  @property
4928
4829
  def TaskGroupActionGeneralConfiguration(self):
4929
4830
  """分组动作通用配置
4930
- 注意:此字段可能返回 null,表示取不到有效值。
4931
4831
  :rtype: str
4932
4832
  """
4933
4833
  return self._TaskGroupActionGeneralConfiguration
@@ -4939,7 +4839,6 @@ class TaskGroupAction(AbstractModel):
4939
4839
  @property
4940
4840
  def TaskGroupActionCustomConfiguration(self):
4941
4841
  """分组动作自定义配置
4942
- 注意:此字段可能返回 null,表示取不到有效值。
4943
4842
  :rtype: str
4944
4843
  """
4945
4844
  return self._TaskGroupActionCustomConfiguration
@@ -5006,7 +4905,6 @@ class TaskGroupAction(AbstractModel):
5006
4905
  @property
5007
4906
  def TaskGroupActionRandomId(self):
5008
4907
  """RandomId
5009
- 注意:此字段可能返回 null,表示取不到有效值。
5010
4908
  :rtype: int
5011
4909
  """
5012
4910
  return self._TaskGroupActionRandomId
@@ -5018,7 +4916,6 @@ class TaskGroupAction(AbstractModel):
5018
4916
  @property
5019
4917
  def TaskGroupActionRecoverId(self):
5020
4918
  """RecoverId
5021
- 注意:此字段可能返回 null,表示取不到有效值。
5022
4919
  :rtype: int
5023
4920
  """
5024
4921
  return self._TaskGroupActionRecoverId
@@ -5030,7 +4927,6 @@ class TaskGroupAction(AbstractModel):
5030
4927
  @property
5031
4928
  def TaskGroupActionExecuteId(self):
5032
4929
  """ExecuteId
5033
- 注意:此字段可能返回 null,表示取不到有效值。
5034
4930
  :rtype: int
5035
4931
  """
5036
4932
  return self._TaskGroupActionExecuteId
@@ -5042,7 +4938,6 @@ class TaskGroupAction(AbstractModel):
5042
4938
  @property
5043
4939
  def ActionApiType(self):
5044
4940
  """调用api类型,0:tat, 1:云api
5045
- 注意:此字段可能返回 null,表示取不到有效值。
5046
4941
  :rtype: int
5047
4942
  """
5048
4943
  return self._ActionApiType
@@ -5054,7 +4949,6 @@ class TaskGroupAction(AbstractModel):
5054
4949
  @property
5055
4950
  def ActionAttribute(self):
5056
4951
  """1:故障,2:恢复
5057
- 注意:此字段可能返回 null,表示取不到有效值。
5058
4952
  :rtype: int
5059
4953
  """
5060
4954
  return self._ActionAttribute
@@ -5066,7 +4960,6 @@ class TaskGroupAction(AbstractModel):
5066
4960
  @property
5067
4961
  def ActionType(self):
5068
4962
  """动作类型:平台、自定义
5069
- 注意:此字段可能返回 null,表示取不到有效值。
5070
4963
  :rtype: str
5071
4964
  """
5072
4965
  return self._ActionType
@@ -5078,7 +4971,6 @@ class TaskGroupAction(AbstractModel):
5078
4971
  @property
5079
4972
  def IsExecuteRedo(self):
5080
4973
  """是否可重试
5081
- 注意:此字段可能返回 null,表示取不到有效值。
5082
4974
  :rtype: bool
5083
4975
  """
5084
4976
  return self._IsExecuteRedo
@@ -5090,7 +4982,6 @@ class TaskGroupAction(AbstractModel):
5090
4982
  @property
5091
4983
  def ActionRisk(self):
5092
4984
  """动作风险级别
5093
- 注意:此字段可能返回 null,表示取不到有效值。
5094
4985
  :rtype: str
5095
4986
  """
5096
4987
  return self._ActionRisk
@@ -5102,7 +4993,6 @@ class TaskGroupAction(AbstractModel):
5102
4993
  @property
5103
4994
  def TaskGroupActionExecuteTime(self):
5104
4995
  """动作运行时间
5105
- 注意:此字段可能返回 null,表示取不到有效值。
5106
4996
  :rtype: int
5107
4997
  """
5108
4998
  return self._TaskGroupActionExecuteTime
@@ -5441,7 +5331,6 @@ class TaskGroupInstance(AbstractModel):
5441
5331
  :param _TaskGroupInstanceId: 实例ID
5442
5332
  :type TaskGroupInstanceId: int
5443
5333
  :param _TaskGroupInstanceObjectId: 实例ID
5444
- 注意:此字段可能返回 null,表示取不到有效值。
5445
5334
  :type TaskGroupInstanceObjectId: str
5446
5335
  :param _TaskGroupInstanceStatus: 实例动作执行状态
5447
5336
  :type TaskGroupInstanceStatus: int
@@ -5452,19 +5341,15 @@ class TaskGroupInstance(AbstractModel):
5452
5341
  :param _TaskGroupInstanceStatusType: 状态类型: 0 -- 无状态,1 -- 成功,2-- 失败,3--终止,4--跳过
5453
5342
  :type TaskGroupInstanceStatusType: int
5454
5343
  :param _TaskGroupInstanceStartTime: 执行开始时间
5455
- 注意:此字段可能返回 null,表示取不到有效值。
5456
5344
  :type TaskGroupInstanceStartTime: str
5457
5345
  :param _TaskGroupInstanceEndTime: 执行结束时间
5458
- 注意:此字段可能返回 null,表示取不到有效值。
5459
5346
  :type TaskGroupInstanceEndTime: str
5460
5347
  :param _TaskGroupInstanceExecuteLog: 实例动作执行日志
5461
5348
  注意:此字段可能返回 null,表示取不到有效值。
5462
5349
  :type TaskGroupInstanceExecuteLog: str
5463
5350
  :param _TaskGroupInstanceIsRedo: 实例是否可重试
5464
- 注意:此字段可能返回 null,表示取不到有效值。
5465
5351
  :type TaskGroupInstanceIsRedo: bool
5466
5352
  :param _TaskGroupInstanceExecuteTime: 动作实例执行时间
5467
- 注意:此字段可能返回 null,表示取不到有效值。
5468
5353
  :type TaskGroupInstanceExecuteTime: int
5469
5354
  """
5470
5355
  self._TaskGroupInstanceId = None
@@ -5493,7 +5378,6 @@ class TaskGroupInstance(AbstractModel):
5493
5378
  @property
5494
5379
  def TaskGroupInstanceObjectId(self):
5495
5380
  """实例ID
5496
- 注意:此字段可能返回 null,表示取不到有效值。
5497
5381
  :rtype: str
5498
5382
  """
5499
5383
  return self._TaskGroupInstanceObjectId
@@ -5549,7 +5433,6 @@ class TaskGroupInstance(AbstractModel):
5549
5433
  @property
5550
5434
  def TaskGroupInstanceStartTime(self):
5551
5435
  """执行开始时间
5552
- 注意:此字段可能返回 null,表示取不到有效值。
5553
5436
  :rtype: str
5554
5437
  """
5555
5438
  return self._TaskGroupInstanceStartTime
@@ -5561,7 +5444,6 @@ class TaskGroupInstance(AbstractModel):
5561
5444
  @property
5562
5445
  def TaskGroupInstanceEndTime(self):
5563
5446
  """执行结束时间
5564
- 注意:此字段可能返回 null,表示取不到有效值。
5565
5447
  :rtype: str
5566
5448
  """
5567
5449
  return self._TaskGroupInstanceEndTime
@@ -5589,7 +5471,6 @@ class TaskGroupInstance(AbstractModel):
5589
5471
  @property
5590
5472
  def TaskGroupInstanceIsRedo(self):
5591
5473
  """实例是否可重试
5592
- 注意:此字段可能返回 null,表示取不到有效值。
5593
5474
  :rtype: bool
5594
5475
  """
5595
5476
  return self._TaskGroupInstanceIsRedo
@@ -5601,7 +5482,6 @@ class TaskGroupInstance(AbstractModel):
5601
5482
  @property
5602
5483
  def TaskGroupInstanceExecuteTime(self):
5603
5484
  """动作实例执行时间
5604
- 注意:此字段可能返回 null,表示取不到有效值。
5605
5485
  :rtype: int
5606
5486
  """
5607
5487
  return self._TaskGroupInstanceExecuteTime
@@ -5641,13 +5521,10 @@ class TaskGroupInstancesExecuteRules(AbstractModel):
5641
5521
  def __init__(self):
5642
5522
  r"""
5643
5523
  :param _TaskGroupInstancesExecuteMode: 实例选取模式
5644
- 注意:此字段可能返回 null,表示取不到有效值。
5645
5524
  :type TaskGroupInstancesExecuteMode: int
5646
5525
  :param _TaskGroupInstancesExecutePercent: 按比例选取模式下选取比例
5647
- 注意:此字段可能返回 null,表示取不到有效值。
5648
5526
  :type TaskGroupInstancesExecutePercent: int
5649
5527
  :param _TaskGroupInstancesExecuteNum: 按数量选取模式下选取数量
5650
- 注意:此字段可能返回 null,表示取不到有效值。
5651
5528
  :type TaskGroupInstancesExecuteNum: int
5652
5529
  """
5653
5530
  self._TaskGroupInstancesExecuteMode = None
@@ -5657,7 +5534,6 @@ class TaskGroupInstancesExecuteRules(AbstractModel):
5657
5534
  @property
5658
5535
  def TaskGroupInstancesExecuteMode(self):
5659
5536
  """实例选取模式
5660
- 注意:此字段可能返回 null,表示取不到有效值。
5661
5537
  :rtype: int
5662
5538
  """
5663
5539
  return self._TaskGroupInstancesExecuteMode
@@ -5669,7 +5545,6 @@ class TaskGroupInstancesExecuteRules(AbstractModel):
5669
5545
  @property
5670
5546
  def TaskGroupInstancesExecutePercent(self):
5671
5547
  """按比例选取模式下选取比例
5672
- 注意:此字段可能返回 null,表示取不到有效值。
5673
5548
  :rtype: int
5674
5549
  """
5675
5550
  return self._TaskGroupInstancesExecutePercent
@@ -5681,7 +5556,6 @@ class TaskGroupInstancesExecuteRules(AbstractModel):
5681
5556
  @property
5682
5557
  def TaskGroupInstancesExecuteNum(self):
5683
5558
  """按数量选取模式下选取数量
5684
- 注意:此字段可能返回 null,表示取不到有效值。
5685
5559
  :rtype: int
5686
5560
  """
5687
5561
  return self._TaskGroupInstancesExecuteNum
@@ -5719,7 +5593,6 @@ class TaskListItem(AbstractModel):
5719
5593
  :param _TaskDescription: 任务描述
5720
5594
  :type TaskDescription: str
5721
5595
  :param _TaskTag: 任务标签
5722
- 注意:此字段可能返回 null,表示取不到有效值。
5723
5596
  :type TaskTag: str
5724
5597
  :param _TaskStatus: 任务状态(1001 -- 未开始 1002 -- 进行中 1003 -- 暂停中 1004 -- 任务结束)
5725
5598
  :type TaskStatus: int
@@ -5728,25 +5601,18 @@ class TaskListItem(AbstractModel):
5728
5601
  :param _TaskUpdateTime: 任务更新时间
5729
5602
  :type TaskUpdateTime: str
5730
5603
  :param _TaskPreCheckStatus: 0--未开始,1--进行中,2--已完成
5731
- 注意:此字段可能返回 null,表示取不到有效值。
5732
5604
  :type TaskPreCheckStatus: int
5733
5605
  :param _TaskPreCheckSuccess: 环境检查是否通过
5734
- 注意:此字段可能返回 null,表示取不到有效值。
5735
5606
  :type TaskPreCheckSuccess: bool
5736
5607
  :param _TaskExpect: 演练是否符合预期 1-符合预期 2-不符合预期
5737
- 注意:此字段可能返回 null,表示取不到有效值。
5738
5608
  :type TaskExpect: int
5739
5609
  :param _ApplicationId: 关联应用ID
5740
- 注意:此字段可能返回 null,表示取不到有效值。
5741
5610
  :type ApplicationId: str
5742
5611
  :param _ApplicationName: 关联应用名称
5743
- 注意:此字段可能返回 null,表示取不到有效值。
5744
5612
  :type ApplicationName: str
5745
5613
  :param _VerifyId: 验证项ID
5746
- 注意:此字段可能返回 null,表示取不到有效值。
5747
5614
  :type VerifyId: int
5748
5615
  :param _TaskStatusType: 状态类型: 0 -- 无状态,1 -- 成功,2-- 失败,3--终止
5749
- 注意:此字段可能返回 null,表示取不到有效值。
5750
5616
  :type TaskStatusType: int
5751
5617
  :param _ArchId: 架构ID
5752
5618
  :type ArchId: str
@@ -5806,7 +5672,6 @@ class TaskListItem(AbstractModel):
5806
5672
  @property
5807
5673
  def TaskTag(self):
5808
5674
  """任务标签
5809
- 注意:此字段可能返回 null,表示取不到有效值。
5810
5675
  :rtype: str
5811
5676
  """
5812
5677
  return self._TaskTag
@@ -5851,7 +5716,6 @@ class TaskListItem(AbstractModel):
5851
5716
  @property
5852
5717
  def TaskPreCheckStatus(self):
5853
5718
  """0--未开始,1--进行中,2--已完成
5854
- 注意:此字段可能返回 null,表示取不到有效值。
5855
5719
  :rtype: int
5856
5720
  """
5857
5721
  return self._TaskPreCheckStatus
@@ -5863,7 +5727,6 @@ class TaskListItem(AbstractModel):
5863
5727
  @property
5864
5728
  def TaskPreCheckSuccess(self):
5865
5729
  """环境检查是否通过
5866
- 注意:此字段可能返回 null,表示取不到有效值。
5867
5730
  :rtype: bool
5868
5731
  """
5869
5732
  return self._TaskPreCheckSuccess
@@ -5875,7 +5738,6 @@ class TaskListItem(AbstractModel):
5875
5738
  @property
5876
5739
  def TaskExpect(self):
5877
5740
  """演练是否符合预期 1-符合预期 2-不符合预期
5878
- 注意:此字段可能返回 null,表示取不到有效值。
5879
5741
  :rtype: int
5880
5742
  """
5881
5743
  return self._TaskExpect
@@ -5887,7 +5749,6 @@ class TaskListItem(AbstractModel):
5887
5749
  @property
5888
5750
  def ApplicationId(self):
5889
5751
  """关联应用ID
5890
- 注意:此字段可能返回 null,表示取不到有效值。
5891
5752
  :rtype: str
5892
5753
  """
5893
5754
  return self._ApplicationId
@@ -5899,7 +5760,6 @@ class TaskListItem(AbstractModel):
5899
5760
  @property
5900
5761
  def ApplicationName(self):
5901
5762
  """关联应用名称
5902
- 注意:此字段可能返回 null,表示取不到有效值。
5903
5763
  :rtype: str
5904
5764
  """
5905
5765
  return self._ApplicationName
@@ -5911,7 +5771,6 @@ class TaskListItem(AbstractModel):
5911
5771
  @property
5912
5772
  def VerifyId(self):
5913
5773
  """验证项ID
5914
- 注意:此字段可能返回 null,表示取不到有效值。
5915
5774
  :rtype: int
5916
5775
  """
5917
5776
  return self._VerifyId
@@ -5923,7 +5782,6 @@ class TaskListItem(AbstractModel):
5923
5782
  @property
5924
5783
  def TaskStatusType(self):
5925
5784
  """状态类型: 0 -- 无状态,1 -- 成功,2-- 失败,3--终止
5926
- 注意:此字段可能返回 null,表示取不到有效值。
5927
5785
  :rtype: int
5928
5786
  """
5929
5787
  return self._TaskStatusType
@@ -5992,7 +5850,6 @@ class TaskMonitor(AbstractModel):
5992
5850
  :param _TaskMonitorId: 演练监控指标ID
5993
5851
  :type TaskMonitorId: int
5994
5852
  :param _MetricId: 监控指标ID
5995
- 注意:此字段可能返回 null,表示取不到有效值。
5996
5853
  :type MetricId: int
5997
5854
  :param _TaskMonitorObjectTypeId: 监控指标对象类型ID
5998
5855
  :type TaskMonitorObjectTypeId: int
@@ -6001,10 +5858,8 @@ class TaskMonitor(AbstractModel):
6001
5858
  :param _InstancesIds: 实例ID列表
6002
5859
  :type InstancesIds: list of str
6003
5860
  :param _MetricChineseName: 中文指标
6004
- 注意:此字段可能返回 null,表示取不到有效值。
6005
5861
  :type MetricChineseName: str
6006
5862
  :param _Unit: 单位
6007
- 注意:此字段可能返回 null,表示取不到有效值。
6008
5863
  :type Unit: str
6009
5864
  """
6010
5865
  self._TaskMonitorId = None
@@ -6029,7 +5884,6 @@ class TaskMonitor(AbstractModel):
6029
5884
  @property
6030
5885
  def MetricId(self):
6031
5886
  """监控指标ID
6032
- 注意:此字段可能返回 null,表示取不到有效值。
6033
5887
  :rtype: int
6034
5888
  """
6035
5889
  return self._MetricId
@@ -6074,7 +5928,6 @@ class TaskMonitor(AbstractModel):
6074
5928
  @property
6075
5929
  def MetricChineseName(self):
6076
5930
  """中文指标
6077
- 注意:此字段可能返回 null,表示取不到有效值。
6078
5931
  :rtype: str
6079
5932
  """
6080
5933
  return self._MetricChineseName
@@ -6086,7 +5939,6 @@ class TaskMonitor(AbstractModel):
6086
5939
  @property
6087
5940
  def Unit(self):
6088
5941
  """单位
6089
- 注意:此字段可能返回 null,表示取不到有效值。
6090
5942
  :rtype: str
6091
5943
  """
6092
5944
  return self._Unit
@@ -6122,10 +5974,8 @@ class TaskOrg(AbstractModel):
6122
5974
  def __init__(self):
6123
5975
  r"""
6124
5976
  :param _TaskRole: 演练角色
6125
- 注意:此字段可能返回 null,表示取不到有效值。
6126
5977
  :type TaskRole: str
6127
5978
  :param _TaskOperator: 负责人
6128
- 注意:此字段可能返回 null,表示取不到有效值。
6129
5979
  :type TaskOperator: str
6130
5980
  """
6131
5981
  self._TaskRole = None
@@ -6134,7 +5984,6 @@ class TaskOrg(AbstractModel):
6134
5984
  @property
6135
5985
  def TaskRole(self):
6136
5986
  """演练角色
6137
- 注意:此字段可能返回 null,表示取不到有效值。
6138
5987
  :rtype: str
6139
5988
  """
6140
5989
  return self._TaskRole
@@ -6146,7 +5995,6 @@ class TaskOrg(AbstractModel):
6146
5995
  @property
6147
5996
  def TaskOperator(self):
6148
5997
  """负责人
6149
- 注意:此字段可能返回 null,表示取不到有效值。
6150
5998
  :rtype: str
6151
5999
  """
6152
6000
  return self._TaskOperator
@@ -6341,7 +6189,6 @@ class Template(AbstractModel):
6341
6189
  :param _TemplateDescription: 经验库描述
6342
6190
  :type TemplateDescription: str
6343
6191
  :param _TemplateTag: 自定义标签
6344
- 注意:此字段可能返回 null,表示取不到有效值。
6345
6192
  :type TemplateTag: str
6346
6193
  :param _TemplateIsUsed: 使用状态。1 ---- 使用中,2 --- 停用
6347
6194
  :type TemplateIsUsed: int
@@ -6365,19 +6212,14 @@ class Template(AbstractModel):
6365
6212
  注意:此字段可能返回 null,表示取不到有效值。
6366
6213
  :type TemplatePolicy: :class:`tencentcloud.cfg.v20210820.models.TemplatePolicy`
6367
6214
  :param _Tags: 标签列表
6368
- 注意:此字段可能返回 null,表示取不到有效值。
6369
6215
  :type Tags: list of TagWithDescribe
6370
6216
  :param _TemplateSource: 经验来源 0-自建 1-专家推荐
6371
- 注意:此字段可能返回 null,表示取不到有效值。
6372
6217
  :type TemplateSource: int
6373
6218
  :param _ApmServiceList: apm应用信息
6374
- 注意:此字段可能返回 null,表示取不到有效值。
6375
6219
  :type ApmServiceList: list of ApmServiceInfo
6376
6220
  :param _AlarmPolicy: 告警指标
6377
- 注意:此字段可能返回 null,表示取不到有效值。
6378
6221
  :type AlarmPolicy: list of str
6379
6222
  :param _PolicyDealType: 护栏处理方式,1--顺序回滚,2--演练暂停
6380
- 注意:此字段可能返回 null,表示取不到有效值。
6381
6223
  :type PolicyDealType: int
6382
6224
  """
6383
6225
  self._TemplateId = None
@@ -6436,7 +6278,6 @@ class Template(AbstractModel):
6436
6278
  @property
6437
6279
  def TemplateTag(self):
6438
6280
  """自定义标签
6439
- 注意:此字段可能返回 null,表示取不到有效值。
6440
6281
  :rtype: str
6441
6282
  """
6442
6283
  return self._TemplateTag
@@ -6559,7 +6400,6 @@ class Template(AbstractModel):
6559
6400
  @property
6560
6401
  def Tags(self):
6561
6402
  """标签列表
6562
- 注意:此字段可能返回 null,表示取不到有效值。
6563
6403
  :rtype: list of TagWithDescribe
6564
6404
  """
6565
6405
  return self._Tags
@@ -6571,7 +6411,6 @@ class Template(AbstractModel):
6571
6411
  @property
6572
6412
  def TemplateSource(self):
6573
6413
  """经验来源 0-自建 1-专家推荐
6574
- 注意:此字段可能返回 null,表示取不到有效值。
6575
6414
  :rtype: int
6576
6415
  """
6577
6416
  return self._TemplateSource
@@ -6583,7 +6422,6 @@ class Template(AbstractModel):
6583
6422
  @property
6584
6423
  def ApmServiceList(self):
6585
6424
  """apm应用信息
6586
- 注意:此字段可能返回 null,表示取不到有效值。
6587
6425
  :rtype: list of ApmServiceInfo
6588
6426
  """
6589
6427
  return self._ApmServiceList
@@ -6595,7 +6433,6 @@ class Template(AbstractModel):
6595
6433
  @property
6596
6434
  def AlarmPolicy(self):
6597
6435
  """告警指标
6598
- 注意:此字段可能返回 null,表示取不到有效值。
6599
6436
  :rtype: list of str
6600
6437
  """
6601
6438
  return self._AlarmPolicy
@@ -6607,7 +6444,6 @@ class Template(AbstractModel):
6607
6444
  @property
6608
6445
  def PolicyDealType(self):
6609
6446
  """护栏处理方式,1--顺序回滚,2--演练暂停
6610
- 注意:此字段可能返回 null,表示取不到有效值。
6611
6447
  :rtype: int
6612
6448
  """
6613
6449
  return self._PolicyDealType
@@ -6683,7 +6519,6 @@ class TemplateGroup(AbstractModel):
6683
6519
  :param _Title: 分组标题
6684
6520
  :type Title: str
6685
6521
  :param _Description: 分组描述
6686
- 注意:此字段可能返回 null,表示取不到有效值。
6687
6522
  :type Description: str
6688
6523
  :param _Order: 分组顺序
6689
6524
  :type Order: int
@@ -6742,7 +6577,6 @@ class TemplateGroup(AbstractModel):
6742
6577
  @property
6743
6578
  def Description(self):
6744
6579
  """分组描述
6745
- 注意:此字段可能返回 null,表示取不到有效值。
6746
6580
  :rtype: str
6747
6581
  """
6748
6582
  return self._Description
@@ -6846,10 +6680,8 @@ class TemplateGroupAction(AbstractModel):
6846
6680
  :param _Order: 分组动作顺序
6847
6681
  :type Order: int
6848
6682
  :param _GeneralConfiguration: 分组动作通用配置
6849
- 注意:此字段可能返回 null,表示取不到有效值。
6850
6683
  :type GeneralConfiguration: str
6851
6684
  :param _CustomConfiguration: 分组动作自定义配置
6852
- 注意:此字段可能返回 null,表示取不到有效值。
6853
6685
  :type CustomConfiguration: str
6854
6686
  :param _CreateTime: 动作分组创建时间
6855
6687
  :type CreateTime: str
@@ -6858,25 +6690,18 @@ class TemplateGroupAction(AbstractModel):
6858
6690
  :param _ActionTitle: 动作名称
6859
6691
  :type ActionTitle: str
6860
6692
  :param _RandomId: 自身随机id
6861
- 注意:此字段可能返回 null,表示取不到有效值。
6862
6693
  :type RandomId: int
6863
6694
  :param _RecoverId: 恢复动作id
6864
- 注意:此字段可能返回 null,表示取不到有效值。
6865
6695
  :type RecoverId: int
6866
6696
  :param _ExecuteId: 执行动作id
6867
- 注意:此字段可能返回 null,表示取不到有效值。
6868
6697
  :type ExecuteId: int
6869
6698
  :param _ActionApiType: 调用api类型,0:tat, 1:云api
6870
- 注意:此字段可能返回 null,表示取不到有效值。
6871
6699
  :type ActionApiType: int
6872
6700
  :param _ActionAttribute: 1:故障,2:恢复
6873
- 注意:此字段可能返回 null,表示取不到有效值。
6874
6701
  :type ActionAttribute: int
6875
6702
  :param _ActionType: 动作类型:平台和自定义
6876
- 注意:此字段可能返回 null,表示取不到有效值。
6877
6703
  :type ActionType: str
6878
6704
  :param _ActionRisk: 动作风险等级,1:低风险 2:中风险 3:高风险
6879
- 注意:此字段可能返回 null,表示取不到有效值。
6880
6705
  :type ActionRisk: str
6881
6706
  :param _FailurePerformance: 故障表现
6882
6707
  :type FailurePerformance: str
@@ -6934,7 +6759,6 @@ class TemplateGroupAction(AbstractModel):
6934
6759
  @property
6935
6760
  def GeneralConfiguration(self):
6936
6761
  """分组动作通用配置
6937
- 注意:此字段可能返回 null,表示取不到有效值。
6938
6762
  :rtype: str
6939
6763
  """
6940
6764
  return self._GeneralConfiguration
@@ -6946,7 +6770,6 @@ class TemplateGroupAction(AbstractModel):
6946
6770
  @property
6947
6771
  def CustomConfiguration(self):
6948
6772
  """分组动作自定义配置
6949
- 注意:此字段可能返回 null,表示取不到有效值。
6950
6773
  :rtype: str
6951
6774
  """
6952
6775
  return self._CustomConfiguration
@@ -6991,7 +6814,6 @@ class TemplateGroupAction(AbstractModel):
6991
6814
  @property
6992
6815
  def RandomId(self):
6993
6816
  """自身随机id
6994
- 注意:此字段可能返回 null,表示取不到有效值。
6995
6817
  :rtype: int
6996
6818
  """
6997
6819
  return self._RandomId
@@ -7003,7 +6825,6 @@ class TemplateGroupAction(AbstractModel):
7003
6825
  @property
7004
6826
  def RecoverId(self):
7005
6827
  """恢复动作id
7006
- 注意:此字段可能返回 null,表示取不到有效值。
7007
6828
  :rtype: int
7008
6829
  """
7009
6830
  return self._RecoverId
@@ -7015,7 +6836,6 @@ class TemplateGroupAction(AbstractModel):
7015
6836
  @property
7016
6837
  def ExecuteId(self):
7017
6838
  """执行动作id
7018
- 注意:此字段可能返回 null,表示取不到有效值。
7019
6839
  :rtype: int
7020
6840
  """
7021
6841
  return self._ExecuteId
@@ -7027,7 +6847,6 @@ class TemplateGroupAction(AbstractModel):
7027
6847
  @property
7028
6848
  def ActionApiType(self):
7029
6849
  """调用api类型,0:tat, 1:云api
7030
- 注意:此字段可能返回 null,表示取不到有效值。
7031
6850
  :rtype: int
7032
6851
  """
7033
6852
  return self._ActionApiType
@@ -7039,7 +6858,6 @@ class TemplateGroupAction(AbstractModel):
7039
6858
  @property
7040
6859
  def ActionAttribute(self):
7041
6860
  """1:故障,2:恢复
7042
- 注意:此字段可能返回 null,表示取不到有效值。
7043
6861
  :rtype: int
7044
6862
  """
7045
6863
  return self._ActionAttribute
@@ -7051,7 +6869,6 @@ class TemplateGroupAction(AbstractModel):
7051
6869
  @property
7052
6870
  def ActionType(self):
7053
6871
  """动作类型:平台和自定义
7054
- 注意:此字段可能返回 null,表示取不到有效值。
7055
6872
  :rtype: str
7056
6873
  """
7057
6874
  return self._ActionType
@@ -7063,7 +6880,6 @@ class TemplateGroupAction(AbstractModel):
7063
6880
  @property
7064
6881
  def ActionRisk(self):
7065
6882
  """动作风险等级,1:低风险 2:中风险 3:高风险
7066
- 注意:此字段可能返回 null,表示取不到有效值。
7067
6883
  :rtype: str
7068
6884
  """
7069
6885
  return self._ActionRisk
@@ -7125,7 +6941,6 @@ class TemplateListItem(AbstractModel):
7125
6941
  :param _TemplateDescription: 经验库描述
7126
6942
  :type TemplateDescription: str
7127
6943
  :param _TemplateTag: 经验库标签
7128
- 注意:此字段可能返回 null,表示取不到有效值。
7129
6944
  :type TemplateTag: str
7130
6945
  :param _TemplateIsUsed: 经验库状态。1 -- 使用中,2 -- 停用
7131
6946
  :type TemplateIsUsed: int
@@ -7136,7 +6951,6 @@ class TemplateListItem(AbstractModel):
7136
6951
  :param _TemplateUsedNum: 经验库关联的任务数量
7137
6952
  :type TemplateUsedNum: int
7138
6953
  :param _TemplateSource: 经验库来源 0-自建经验 1-专家推荐
7139
- 注意:此字段可能返回 null,表示取不到有效值。
7140
6954
  :type TemplateSource: int
7141
6955
  """
7142
6956
  self._TemplateId = None
@@ -7185,7 +6999,6 @@ class TemplateListItem(AbstractModel):
7185
6999
  @property
7186
7000
  def TemplateTag(self):
7187
7001
  """经验库标签
7188
- 注意:此字段可能返回 null,表示取不到有效值。
7189
7002
  :rtype: str
7190
7003
  """
7191
7004
  return self._TemplateTag
@@ -7241,7 +7054,6 @@ class TemplateListItem(AbstractModel):
7241
7054
  @property
7242
7055
  def TemplateSource(self):
7243
7056
  """经验库来源 0-自建经验 1-专家推荐
7244
- 注意:此字段可能返回 null,表示取不到有效值。
7245
7057
  :rtype: int
7246
7058
  """
7247
7059
  return self._TemplateSource
@@ -7281,14 +7093,12 @@ class TemplateMonitor(AbstractModel):
7281
7093
  :param _MonitorId: pk
7282
7094
  :type MonitorId: int
7283
7095
  :param _MetricId: 监控指标ID
7284
- 注意:此字段可能返回 null,表示取不到有效值。
7285
7096
  :type MetricId: int
7286
7097
  :param _ObjectTypeId: 监控指标对象类型ID
7287
7098
  :type ObjectTypeId: int
7288
7099
  :param _MetricName: 指标名称
7289
7100
  :type MetricName: str
7290
7101
  :param _MetricChineseName: 中文指标
7291
- 注意:此字段可能返回 null,表示取不到有效值。
7292
7102
  :type MetricChineseName: str
7293
7103
  """
7294
7104
  self._MonitorId = None
@@ -7311,7 +7121,6 @@ class TemplateMonitor(AbstractModel):
7311
7121
  @property
7312
7122
  def MetricId(self):
7313
7123
  """监控指标ID
7314
- 注意:此字段可能返回 null,表示取不到有效值。
7315
7124
  :rtype: int
7316
7125
  """
7317
7126
  return self._MetricId
@@ -7345,7 +7154,6 @@ class TemplateMonitor(AbstractModel):
7345
7154
  @property
7346
7155
  def MetricChineseName(self):
7347
7156
  """中文指标
7348
- 注意:此字段可能返回 null,表示取不到有效值。
7349
7157
  :rtype: str
7350
7158
  """
7351
7159
  return self._MetricChineseName