tencentcloud-sdk-python 3.0.1333__py2.py3-none-any.whl → 3.0.1335__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 (66) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/acp/v20220105/models.py +0 -32
  3. tencentcloud/aiart/v20221229/models.py +2 -0
  4. tencentcloud/antiddos/v20200309/models.py +2 -2
  5. tencentcloud/apm/v20210622/models.py +63 -55
  6. tencentcloud/autoscaling/v20180419/autoscaling_client.py +3 -2
  7. tencentcloud/billing/v20180709/models.py +30 -474
  8. tencentcloud/cat/v20180409/models.py +2 -2
  9. tencentcloud/ciam/v20220331/models.py +0 -92
  10. tencentcloud/cls/v20201016/models.py +0 -2
  11. tencentcloud/common/abstract_client.py +3 -0
  12. tencentcloud/controlcenter/v20230110/controlcenter_client.py +92 -0
  13. tencentcloud/controlcenter/v20230110/errorcodes.py +9 -0
  14. tencentcloud/controlcenter/v20230110/models.py +947 -3
  15. tencentcloud/csip/v20221121/models.py +94 -4
  16. tencentcloud/cvm/v20170312/cvm_client.py +92 -0
  17. tencentcloud/cvm/v20170312/errorcodes.py +9 -0
  18. tencentcloud/cvm/v20170312/models.py +1627 -332
  19. tencentcloud/cynosdb/v20190107/models.py +17 -2
  20. tencentcloud/dbbrain/v20191016/models.py +0 -6
  21. tencentcloud/dbbrain/v20210527/models.py +0 -12
  22. tencentcloud/dlc/v20210125/models.py +32 -0
  23. tencentcloud/emr/v20190103/models.py +17 -0
  24. tencentcloud/es/v20180416/models.py +15 -0
  25. tencentcloud/goosefs/v20220519/models.py +0 -10
  26. tencentcloud/gwlb/v20240906/models.py +34 -2
  27. tencentcloud/ims/v20201229/ims_client.py +18 -12
  28. tencentcloud/iotcloud/v20210408/models.py +15 -15
  29. tencentcloud/keewidb/v20220308/models.py +0 -78
  30. tencentcloud/lcic/v20220817/models.py +75 -54
  31. tencentcloud/live/v20180801/models.py +8 -58
  32. tencentcloud/lke/v20231130/errorcodes.py +0 -12
  33. tencentcloud/lke/v20231130/lke_client.py +46 -50
  34. tencentcloud/lke/v20231130/models.py +385 -284
  35. tencentcloud/lowcode/v20210108/models.py +182 -2
  36. tencentcloud/mariadb/v20170312/models.py +10 -10
  37. tencentcloud/mongodb/v20190725/models.py +10 -4
  38. tencentcloud/mqtt/v20240516/models.py +238 -0
  39. tencentcloud/mqtt/v20240516/mqtt_client.py +46 -0
  40. tencentcloud/ocr/v20181119/errorcodes.py +3 -0
  41. tencentcloud/ocr/v20181119/models.py +32 -28
  42. tencentcloud/ocr/v20181119/ocr_client.py +1 -1
  43. tencentcloud/partners/v20180321/models.py +197 -0
  44. tencentcloud/partners/v20180321/partners_client.py +23 -0
  45. tencentcloud/pts/v20210728/models.py +68 -6
  46. tencentcloud/redis/v20180412/models.py +0 -66
  47. tencentcloud/rum/v20210622/models.py +150 -0
  48. tencentcloud/tag/v20180813/models.py +2 -2
  49. tencentcloud/tat/v20201028/models.py +494 -180
  50. tencentcloud/tat/v20201028/tat_client.py +2 -2
  51. tencentcloud/tdmq/v20200217/models.py +192 -0
  52. tencentcloud/tdmq/v20200217/tdmq_client.py +23 -0
  53. tencentcloud/teo/v20220901/models.py +14 -4
  54. tencentcloud/tke/v20180525/models.py +0 -312
  55. tencentcloud/tke/v20220501/models.py +0 -2
  56. tencentcloud/tms/v20201229/models.py +15 -0
  57. tencentcloud/tsf/v20180326/models.py +0 -880
  58. tencentcloud/vdb/v20230616/models.py +0 -12
  59. tencentcloud/vpc/v20170312/errorcodes.py +3 -0
  60. tencentcloud/waf/v20180125/models.py +0 -6
  61. tencentcloud/wedata/v20210820/models.py +173 -0
  62. {tencentcloud_sdk_python-3.0.1333.dist-info → tencentcloud_sdk_python-3.0.1335.dist-info}/METADATA +1 -1
  63. {tencentcloud_sdk_python-3.0.1333.dist-info → tencentcloud_sdk_python-3.0.1335.dist-info}/RECORD +66 -66
  64. {tencentcloud_sdk_python-3.0.1333.dist-info → tencentcloud_sdk_python-3.0.1335.dist-info}/LICENSE +0 -0
  65. {tencentcloud_sdk_python-3.0.1333.dist-info → tencentcloud_sdk_python-3.0.1335.dist-info}/WHEEL +0 -0
  66. {tencentcloud_sdk_python-3.0.1333.dist-info → tencentcloud_sdk_python-3.0.1335.dist-info}/top_level.txt +0 -0
@@ -351,6 +351,29 @@ class PartnersClient(AbstractClient):
351
351
  raise TencentCloudSDKException(type(e).__name__, str(e))
352
352
 
353
353
 
354
+ def DescribeClientJoinIncreaseList(self, request):
355
+ """查询合作伙伴名下客户的参与增量激励考核信息列表
356
+
357
+ :param request: Request instance for DescribeClientJoinIncreaseList.
358
+ :type request: :class:`tencentcloud.partners.v20180321.models.DescribeClientJoinIncreaseListRequest`
359
+ :rtype: :class:`tencentcloud.partners.v20180321.models.DescribeClientJoinIncreaseListResponse`
360
+
361
+ """
362
+ try:
363
+ params = request._serialize()
364
+ headers = request.headers
365
+ body = self.call("DescribeClientJoinIncreaseList", params, headers=headers)
366
+ response = json.loads(body)
367
+ model = models.DescribeClientJoinIncreaseListResponse()
368
+ model._deserialize(response["Response"])
369
+ return model
370
+ except Exception as e:
371
+ if isinstance(e, TencentCloudSDKException):
372
+ raise
373
+ else:
374
+ raise TencentCloudSDKException(type(e).__name__, str(e))
375
+
376
+
354
377
  def DescribeRebateInfos(self, request):
355
378
  """【该接口已下线,请切换使用升级版本DescribeRebateInfosNew】代理商可查询自己名下全部返佣信息
356
379
 
@@ -5877,7 +5877,7 @@ class DescribeSampleLogsRequest(AbstractModel):
5877
5877
  :type ScenarioId: str
5878
5878
  :param _JobId: 测试任务ID
5879
5879
  :type JobId: str
5880
- :param _Context: 加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容。过期时间1小时
5880
+ :param _Context: 加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容。过期时间1小时,不与 Offset 参数同时使用
5881
5881
  :type Context: str
5882
5882
  :param _From: 日志开始时间
5883
5883
  :type From: str
@@ -5885,12 +5885,14 @@ class DescribeSampleLogsRequest(AbstractModel):
5885
5885
  :type To: str
5886
5886
  :param _SeverityText: 日志级别debug,info,error
5887
5887
  :type SeverityText: str
5888
- :param _InstanceRegion: ap-shanghai, ap-guangzhou
5888
+ :param _InstanceRegion: 地域
5889
5889
  :type InstanceRegion: str
5890
5890
  :param _Instance: 施压引擎节点IP
5891
5891
  :type Instance: str
5892
- :param _LogType: request 代表采样日志,可为不填
5892
+ :param _LogType: request 代表采样日志,engine 代表引擎日志,console 代表用户打印日志
5893
5893
  :type LogType: str
5894
+ :param _Offset: 日志偏移量,不与Context 参数同时使用
5895
+ :type Offset: int
5894
5896
  :param _Limit: 返回日志条数,最大100
5895
5897
  :type Limit: int
5896
5898
  :param _ReactionTimeRange: 采样日志响应时间范围
@@ -5914,6 +5916,7 @@ class DescribeSampleLogsRequest(AbstractModel):
5914
5916
  self._InstanceRegion = None
5915
5917
  self._Instance = None
5916
5918
  self._LogType = None
5919
+ self._Offset = None
5917
5920
  self._Limit = None
5918
5921
  self._ReactionTimeRange = None
5919
5922
  self._Status = None
@@ -5956,7 +5959,7 @@ class DescribeSampleLogsRequest(AbstractModel):
5956
5959
 
5957
5960
  @property
5958
5961
  def Context(self):
5959
- """加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容。过期时间1小时
5962
+ """加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容。过期时间1小时,不与 Offset 参数同时使用
5960
5963
  :rtype: str
5961
5964
  """
5962
5965
  return self._Context
@@ -6000,7 +6003,7 @@ class DescribeSampleLogsRequest(AbstractModel):
6000
6003
 
6001
6004
  @property
6002
6005
  def InstanceRegion(self):
6003
- """ap-shanghai, ap-guangzhou
6006
+ """地域
6004
6007
  :rtype: str
6005
6008
  """
6006
6009
  return self._InstanceRegion
@@ -6022,7 +6025,7 @@ class DescribeSampleLogsRequest(AbstractModel):
6022
6025
 
6023
6026
  @property
6024
6027
  def LogType(self):
6025
- """request 代表采样日志,可为不填
6028
+ """request 代表采样日志,engine 代表引擎日志,console 代表用户打印日志
6026
6029
  :rtype: str
6027
6030
  """
6028
6031
  return self._LogType
@@ -6031,6 +6034,17 @@ class DescribeSampleLogsRequest(AbstractModel):
6031
6034
  def LogType(self, LogType):
6032
6035
  self._LogType = LogType
6033
6036
 
6037
+ @property
6038
+ def Offset(self):
6039
+ """日志偏移量,不与Context 参数同时使用
6040
+ :rtype: int
6041
+ """
6042
+ return self._Offset
6043
+
6044
+ @Offset.setter
6045
+ def Offset(self, Offset):
6046
+ self._Offset = Offset
6047
+
6034
6048
  @property
6035
6049
  def Limit(self):
6036
6050
  """返回日志条数,最大100
@@ -6109,6 +6123,7 @@ class DescribeSampleLogsRequest(AbstractModel):
6109
6123
  self._InstanceRegion = params.get("InstanceRegion")
6110
6124
  self._Instance = params.get("Instance")
6111
6125
  self._LogType = params.get("LogType")
6126
+ self._Offset = params.get("Offset")
6112
6127
  self._Limit = params.get("Limit")
6113
6128
  if params.get("ReactionTimeRange") is not None:
6114
6129
  self._ReactionTimeRange = ReactionTimeRange()
@@ -6222,11 +6237,14 @@ class DescribeSampleMatrixBatchQueryRequest(AbstractModel):
6222
6237
  :type ScenarioId: str
6223
6238
  :param _Queries: 查询语句
6224
6239
  :type Queries: list of InternalMetricQuery
6240
+ :param _MaxPoint: 最多返回的数据点个数
6241
+ :type MaxPoint: int
6225
6242
  """
6226
6243
  self._JobId = None
6227
6244
  self._ProjectId = None
6228
6245
  self._ScenarioId = None
6229
6246
  self._Queries = None
6247
+ self._MaxPoint = None
6230
6248
 
6231
6249
  @property
6232
6250
  def JobId(self):
@@ -6272,6 +6290,17 @@ class DescribeSampleMatrixBatchQueryRequest(AbstractModel):
6272
6290
  def Queries(self, Queries):
6273
6291
  self._Queries = Queries
6274
6292
 
6293
+ @property
6294
+ def MaxPoint(self):
6295
+ """最多返回的数据点个数
6296
+ :rtype: int
6297
+ """
6298
+ return self._MaxPoint
6299
+
6300
+ @MaxPoint.setter
6301
+ def MaxPoint(self, MaxPoint):
6302
+ self._MaxPoint = MaxPoint
6303
+
6275
6304
 
6276
6305
  def _deserialize(self, params):
6277
6306
  self._JobId = params.get("JobId")
@@ -6283,6 +6312,7 @@ class DescribeSampleMatrixBatchQueryRequest(AbstractModel):
6283
6312
  obj = InternalMetricQuery()
6284
6313
  obj._deserialize(item)
6285
6314
  self._Queries.append(obj)
6315
+ self._MaxPoint = params.get("MaxPoint")
6286
6316
  memeber_set = set(params.keys())
6287
6317
  for name, value in vars(self).items():
6288
6318
  property_name = name[1:]
@@ -6364,6 +6394,8 @@ class DescribeSampleMatrixQueryRequest(AbstractModel):
6364
6394
  :type Filters: list of Filter
6365
6395
  :param _GroupBy: 分组;取值范围参见 DescribeMetricLabelWithValues 接口返回的指标及其支持的标签名
6366
6396
  :type GroupBy: list of str
6397
+ :param _MaxPoint: 返回的最大数据点个数
6398
+ :type MaxPoint: int
6367
6399
  """
6368
6400
  self._JobId = None
6369
6401
  self._ProjectId = None
@@ -6372,6 +6404,7 @@ class DescribeSampleMatrixQueryRequest(AbstractModel):
6372
6404
  self._Aggregation = None
6373
6405
  self._Filters = None
6374
6406
  self._GroupBy = None
6407
+ self._MaxPoint = None
6375
6408
 
6376
6409
  @property
6377
6410
  def JobId(self):
@@ -6450,6 +6483,17 @@ class DescribeSampleMatrixQueryRequest(AbstractModel):
6450
6483
  def GroupBy(self, GroupBy):
6451
6484
  self._GroupBy = GroupBy
6452
6485
 
6486
+ @property
6487
+ def MaxPoint(self):
6488
+ """返回的最大数据点个数
6489
+ :rtype: int
6490
+ """
6491
+ return self._MaxPoint
6492
+
6493
+ @MaxPoint.setter
6494
+ def MaxPoint(self, MaxPoint):
6495
+ self._MaxPoint = MaxPoint
6496
+
6453
6497
 
6454
6498
  def _deserialize(self, params):
6455
6499
  self._JobId = params.get("JobId")
@@ -6464,6 +6508,7 @@ class DescribeSampleMatrixQueryRequest(AbstractModel):
6464
6508
  obj._deserialize(item)
6465
6509
  self._Filters.append(obj)
6466
6510
  self._GroupBy = params.get("GroupBy")
6511
+ self._MaxPoint = params.get("MaxPoint")
6467
6512
  memeber_set = set(params.keys())
6468
6513
  for name, value in vars(self).items():
6469
6514
  property_name = name[1:]
@@ -11671,6 +11716,9 @@ class ScriptInfo(AbstractModel):
11671
11716
  :type LoadWeight: int
11672
11717
  :param _FileId: 文件 ID
11673
11718
  :type FileId: str
11719
+ :param _Uploaded: 文件是否已上传,如果已上传,则可以不必填写 EncodedContent,EncodedHar 等内容。
11720
+ 主要用于较大长度脚本上传。
11721
+ :type Uploaded: bool
11674
11722
  """
11675
11723
  self._Name = None
11676
11724
  self._Size = None
@@ -11680,6 +11728,7 @@ class ScriptInfo(AbstractModel):
11680
11728
  self._EncodedHttpArchive = None
11681
11729
  self._LoadWeight = None
11682
11730
  self._FileId = None
11731
+ self._Uploaded = None
11683
11732
 
11684
11733
  @property
11685
11734
  def Name(self):
@@ -11770,6 +11819,18 @@ class ScriptInfo(AbstractModel):
11770
11819
  def FileId(self, FileId):
11771
11820
  self._FileId = FileId
11772
11821
 
11822
+ @property
11823
+ def Uploaded(self):
11824
+ """文件是否已上传,如果已上传,则可以不必填写 EncodedContent,EncodedHar 等内容。
11825
+ 主要用于较大长度脚本上传。
11826
+ :rtype: bool
11827
+ """
11828
+ return self._Uploaded
11829
+
11830
+ @Uploaded.setter
11831
+ def Uploaded(self, Uploaded):
11832
+ self._Uploaded = Uploaded
11833
+
11773
11834
 
11774
11835
  def _deserialize(self, params):
11775
11836
  self._Name = params.get("Name")
@@ -11780,6 +11841,7 @@ class ScriptInfo(AbstractModel):
11780
11841
  self._EncodedHttpArchive = params.get("EncodedHttpArchive")
11781
11842
  self._LoadWeight = params.get("LoadWeight")
11782
11843
  self._FileId = params.get("FileId")
11844
+ self._Uploaded = params.get("Uploaded")
11783
11845
  memeber_set = set(params.keys())
11784
11846
  for name, value in vars(self).items():
11785
11847
  property_name = name[1:]
@@ -18381,13 +18381,10 @@ class ParameterDetail(AbstractModel):
18381
18381
  - 1:需要重启。
18382
18382
  :type NeedReboot: int
18383
18383
  :param _Max: 参数允许的最大值。
18384
- 注意:此字段可能返回 null,表示取不到有效值。
18385
18384
  :type Max: str
18386
18385
  :param _Min: 参数允许的最小值。
18387
- 注意:此字段可能返回 null,表示取不到有效值。
18388
18386
  :type Min: str
18389
18387
  :param _EnumValue: 参数可选枚举值。如果为非枚举参数,则为空。
18390
- 注意:此字段可能返回 null,表示取不到有效值。
18391
18388
  :type EnumValue: list of str
18392
18389
  """
18393
18390
  self._Name = None
@@ -18471,7 +18468,6 @@ class ParameterDetail(AbstractModel):
18471
18468
  @property
18472
18469
  def Max(self):
18473
18470
  """参数允许的最大值。
18474
- 注意:此字段可能返回 null,表示取不到有效值。
18475
18471
  :rtype: str
18476
18472
  """
18477
18473
  return self._Max
@@ -18483,7 +18479,6 @@ class ParameterDetail(AbstractModel):
18483
18479
  @property
18484
18480
  def Min(self):
18485
18481
  """参数允许的最小值。
18486
- 注意:此字段可能返回 null,表示取不到有效值。
18487
18482
  :rtype: str
18488
18483
  """
18489
18484
  return self._Min
@@ -18495,7 +18490,6 @@ class ParameterDetail(AbstractModel):
18495
18490
  @property
18496
18491
  def EnumValue(self):
18497
18492
  """参数可选枚举值。如果为非枚举参数,则为空。
18498
- 注意:此字段可能返回 null,表示取不到有效值。
18499
18493
  :rtype: list of str
18500
18494
  """
18501
18495
  return self._EnumValue
@@ -18577,7 +18571,6 @@ class ProductConf(AbstractModel):
18577
18571
  :param _EnableReplicaReadOnly: 是否支持副本只读。
18578
18572
  - true:支持副本只读。
18579
18573
  - false:不支持。
18580
- 注意:此字段可能返回 null,表示取不到有效值。
18581
18574
  :type EnableReplicaReadOnly: bool
18582
18575
  """
18583
18576
  self._Type = None
@@ -18759,7 +18752,6 @@ class ProductConf(AbstractModel):
18759
18752
  """是否支持副本只读。
18760
18753
  - true:支持副本只读。
18761
18754
  - false:不支持。
18762
- 注意:此字段可能返回 null,表示取不到有效值。
18763
18755
  :rtype: bool
18764
18756
  """
18765
18757
  return self._EnableReplicaReadOnly
@@ -18802,10 +18794,8 @@ class ProxyNodes(AbstractModel):
18802
18794
  def __init__(self):
18803
18795
  r"""
18804
18796
  :param _NodeId: 节点 ID。
18805
- 注意:此字段可能返回 null,表示取不到有效值。
18806
18797
  :type NodeId: str
18807
18798
  :param _ZoneId: 可用区 ID。
18808
- 注意:此字段可能返回 null,表示取不到有效值。
18809
18799
  :type ZoneId: int
18810
18800
  """
18811
18801
  self._NodeId = None
@@ -18814,7 +18804,6 @@ class ProxyNodes(AbstractModel):
18814
18804
  @property
18815
18805
  def NodeId(self):
18816
18806
  """节点 ID。
18817
- 注意:此字段可能返回 null,表示取不到有效值。
18818
18807
  :rtype: str
18819
18808
  """
18820
18809
  return self._NodeId
@@ -18826,7 +18815,6 @@ class ProxyNodes(AbstractModel):
18826
18815
  @property
18827
18816
  def ZoneId(self):
18828
18817
  """可用区 ID。
18829
- 注意:此字段可能返回 null,表示取不到有效值。
18830
18818
  :rtype: int
18831
18819
  """
18832
18820
  return self._ZoneId
@@ -18878,13 +18866,10 @@ class RedisBackupSet(AbstractModel):
18878
18866
  - 1:已被锁定。
18879
18867
  :type Locked: int
18880
18868
  :param _BackupSize: 内部字段,用户可忽略。
18881
- 注意:此字段可能返回 null,表示取不到有效值。
18882
18869
  :type BackupSize: int
18883
18870
  :param _FullBackup: 内部字段,用户可忽略。
18884
- 注意:此字段可能返回 null,表示取不到有效值。
18885
18871
  :type FullBackup: int
18886
18872
  :param _InstanceType: 内部字段,用户可忽略。
18887
- 注意:此字段可能返回 null,表示取不到有效值。
18888
18873
  :type InstanceType: int
18889
18874
  :param _InstanceId: 实例 ID。
18890
18875
  :type InstanceId: str
@@ -18993,7 +18978,6 @@ class RedisBackupSet(AbstractModel):
18993
18978
  @property
18994
18979
  def BackupSize(self):
18995
18980
  """内部字段,用户可忽略。
18996
- 注意:此字段可能返回 null,表示取不到有效值。
18997
18981
  :rtype: int
18998
18982
  """
18999
18983
  return self._BackupSize
@@ -19005,7 +18989,6 @@ class RedisBackupSet(AbstractModel):
19005
18989
  @property
19006
18990
  def FullBackup(self):
19007
18991
  """内部字段,用户可忽略。
19008
- 注意:此字段可能返回 null,表示取不到有效值。
19009
18992
  :rtype: int
19010
18993
  """
19011
18994
  return self._FullBackup
@@ -19017,7 +19000,6 @@ class RedisBackupSet(AbstractModel):
19017
19000
  @property
19018
19001
  def InstanceType(self):
19019
19002
  """内部字段,用户可忽略。
19020
- 注意:此字段可能返回 null,表示取不到有效值。
19021
19003
  :rtype: int
19022
19004
  """
19023
19005
  return self._InstanceType
@@ -19376,51 +19358,38 @@ class RedisInstanceEvent(AbstractModel):
19376
19358
  def __init__(self):
19377
19359
  r"""
19378
19360
  :param _ID: 事件 ID。
19379
- 注意:此字段可能返回 null,表示取不到有效值。
19380
19361
  :type ID: int
19381
19362
  :param _InstanceId: 实例 ID。
19382
- 注意:此字段可能返回 null,表示取不到有效值。
19383
19363
  :type InstanceId: str
19384
19364
  :param _InstanceName: 实例名称。
19385
- 注意:此字段可能返回 null,表示取不到有效值。
19386
19365
  :type InstanceName: str
19387
19366
  :param _Type: 事件类型,当前仅支持配置实例迁移、资源腾挪、机房裁撤相关的运维操作。该参数仅支持配置为 **InstanceMigration**。
19388
- 注意:此字段可能返回 null,表示取不到有效值。
19389
19367
  :type Type: str
19390
19368
  :param _Grade: 事件等级根据其影响严重程度和紧急程度进行分级,由重至轻依次为关键、重要、中等、一般。
19391
19369
  - Critical:关键
19392
19370
  - High:重要
19393
19371
  - Middle:中等
19394
19372
  - Low:一般
19395
- 注意:此字段可能返回 null,表示取不到有效值。
19396
19373
  :type Grade: str
19397
19374
  :param _ExecutionDate: 事件计划执行日期。
19398
- 注意:此字段可能返回 null,表示取不到有效值。
19399
19375
  :type ExecutionDate: str
19400
19376
  :param _StartTime: 事件计划执行开始时间。
19401
- 注意:此字段可能返回 null,表示取不到有效值。
19402
19377
  :type StartTime: str
19403
19378
  :param _EndTime: 事件计划执行结束时间。
19404
- 注意:此字段可能返回 null,表示取不到有效值。
19405
19379
  :type EndTime: str
19406
19380
  :param _LatestExecutionDate: 运维事件最迟执行的日期,即该事件必须在该日期之前完成,否则可能会对业务产生影响。
19407
- 注意:此字段可能返回 null,表示取不到有效值。
19408
19381
  :type LatestExecutionDate: str
19409
19382
  :param _Status: 事件当前状态。
19410
19383
  - Waiting:未到达执行日期或不在维护时间窗内的事件。
19411
19384
  - Running:在维护时间窗内,正在执行维护的事件。
19412
19385
  - Finished:已全部完成维护的事件。
19413
19386
  - Canceled:已取消执行的事件。
19414
- 注意:此字段可能返回 null,表示取不到有效值。
19415
19387
  :type Status: str
19416
19388
  :param _TaskEndTime: 事件执行任务完成时间。
19417
- 注意:此字段可能返回 null,表示取不到有效值。
19418
19389
  :type TaskEndTime: str
19419
19390
  :param _EffectInfo: 事件影响信息。
19420
- 注意:此字段可能返回 null,表示取不到有效值。
19421
19391
  :type EffectInfo: str
19422
19392
  :param _InitialExecutionDate: 事件最初计划执行日期。
19423
- 注意:此字段可能返回 null,表示取不到有效值。
19424
19393
  :type InitialExecutionDate: str
19425
19394
  """
19426
19395
  self._ID = None
@@ -19440,7 +19409,6 @@ class RedisInstanceEvent(AbstractModel):
19440
19409
  @property
19441
19410
  def ID(self):
19442
19411
  """事件 ID。
19443
- 注意:此字段可能返回 null,表示取不到有效值。
19444
19412
  :rtype: int
19445
19413
  """
19446
19414
  return self._ID
@@ -19452,7 +19420,6 @@ class RedisInstanceEvent(AbstractModel):
19452
19420
  @property
19453
19421
  def InstanceId(self):
19454
19422
  """实例 ID。
19455
- 注意:此字段可能返回 null,表示取不到有效值。
19456
19423
  :rtype: str
19457
19424
  """
19458
19425
  return self._InstanceId
@@ -19464,7 +19431,6 @@ class RedisInstanceEvent(AbstractModel):
19464
19431
  @property
19465
19432
  def InstanceName(self):
19466
19433
  """实例名称。
19467
- 注意:此字段可能返回 null,表示取不到有效值。
19468
19434
  :rtype: str
19469
19435
  """
19470
19436
  return self._InstanceName
@@ -19476,7 +19442,6 @@ class RedisInstanceEvent(AbstractModel):
19476
19442
  @property
19477
19443
  def Type(self):
19478
19444
  """事件类型,当前仅支持配置实例迁移、资源腾挪、机房裁撤相关的运维操作。该参数仅支持配置为 **InstanceMigration**。
19479
- 注意:此字段可能返回 null,表示取不到有效值。
19480
19445
  :rtype: str
19481
19446
  """
19482
19447
  return self._Type
@@ -19492,7 +19457,6 @@ class RedisInstanceEvent(AbstractModel):
19492
19457
  - High:重要
19493
19458
  - Middle:中等
19494
19459
  - Low:一般
19495
- 注意:此字段可能返回 null,表示取不到有效值。
19496
19460
  :rtype: str
19497
19461
  """
19498
19462
  return self._Grade
@@ -19504,7 +19468,6 @@ class RedisInstanceEvent(AbstractModel):
19504
19468
  @property
19505
19469
  def ExecutionDate(self):
19506
19470
  """事件计划执行日期。
19507
- 注意:此字段可能返回 null,表示取不到有效值。
19508
19471
  :rtype: str
19509
19472
  """
19510
19473
  return self._ExecutionDate
@@ -19516,7 +19479,6 @@ class RedisInstanceEvent(AbstractModel):
19516
19479
  @property
19517
19480
  def StartTime(self):
19518
19481
  """事件计划执行开始时间。
19519
- 注意:此字段可能返回 null,表示取不到有效值。
19520
19482
  :rtype: str
19521
19483
  """
19522
19484
  return self._StartTime
@@ -19528,7 +19490,6 @@ class RedisInstanceEvent(AbstractModel):
19528
19490
  @property
19529
19491
  def EndTime(self):
19530
19492
  """事件计划执行结束时间。
19531
- 注意:此字段可能返回 null,表示取不到有效值。
19532
19493
  :rtype: str
19533
19494
  """
19534
19495
  return self._EndTime
@@ -19540,7 +19501,6 @@ class RedisInstanceEvent(AbstractModel):
19540
19501
  @property
19541
19502
  def LatestExecutionDate(self):
19542
19503
  """运维事件最迟执行的日期,即该事件必须在该日期之前完成,否则可能会对业务产生影响。
19543
- 注意:此字段可能返回 null,表示取不到有效值。
19544
19504
  :rtype: str
19545
19505
  """
19546
19506
  return self._LatestExecutionDate
@@ -19556,7 +19516,6 @@ class RedisInstanceEvent(AbstractModel):
19556
19516
  - Running:在维护时间窗内,正在执行维护的事件。
19557
19517
  - Finished:已全部完成维护的事件。
19558
19518
  - Canceled:已取消执行的事件。
19559
- 注意:此字段可能返回 null,表示取不到有效值。
19560
19519
  :rtype: str
19561
19520
  """
19562
19521
  return self._Status
@@ -19568,7 +19527,6 @@ class RedisInstanceEvent(AbstractModel):
19568
19527
  @property
19569
19528
  def TaskEndTime(self):
19570
19529
  """事件执行任务完成时间。
19571
- 注意:此字段可能返回 null,表示取不到有效值。
19572
19530
  :rtype: str
19573
19531
  """
19574
19532
  return self._TaskEndTime
@@ -19580,7 +19538,6 @@ class RedisInstanceEvent(AbstractModel):
19580
19538
  @property
19581
19539
  def EffectInfo(self):
19582
19540
  """事件影响信息。
19583
- 注意:此字段可能返回 null,表示取不到有效值。
19584
19541
  :rtype: str
19585
19542
  """
19586
19543
  return self._EffectInfo
@@ -19592,7 +19549,6 @@ class RedisInstanceEvent(AbstractModel):
19592
19549
  @property
19593
19550
  def InitialExecutionDate(self):
19594
19551
  """事件最初计划执行日期。
19595
- 注意:此字段可能返回 null,表示取不到有效值。
19596
19552
  :rtype: str
19597
19553
  """
19598
19554
  return self._InitialExecutionDate
@@ -20751,10 +20707,8 @@ class SecondLevelBackupMissingTimestamps(AbstractModel):
20751
20707
  def __init__(self):
20752
20708
  r"""
20753
20709
  :param _StartTimeStamp: 开始时间戳
20754
- 注意:此字段可能返回 null,表示取不到有效值。
20755
20710
  :type StartTimeStamp: int
20756
20711
  :param _EndTimeStamp: 结束时间戳
20757
- 注意:此字段可能返回 null,表示取不到有效值。
20758
20712
  :type EndTimeStamp: int
20759
20713
  """
20760
20714
  self._StartTimeStamp = None
@@ -20763,7 +20717,6 @@ class SecondLevelBackupMissingTimestamps(AbstractModel):
20763
20717
  @property
20764
20718
  def StartTimeStamp(self):
20765
20719
  """开始时间戳
20766
- 注意:此字段可能返回 null,表示取不到有效值。
20767
20720
  :rtype: int
20768
20721
  """
20769
20722
  return self._StartTimeStamp
@@ -20775,7 +20728,6 @@ class SecondLevelBackupMissingTimestamps(AbstractModel):
20775
20728
  @property
20776
20729
  def EndTimeStamp(self):
20777
20730
  """结束时间戳
20778
- 注意:此字段可能返回 null,表示取不到有效值。
20779
20731
  :rtype: int
20780
20732
  """
20781
20733
  return self._EndTimeStamp
@@ -21647,10 +21599,8 @@ class TaskInfoDetail(AbstractModel):
21647
21599
  def __init__(self):
21648
21600
  r"""
21649
21601
  :param _TaskId: 任务 ID。
21650
- 注意:此字段可能返回 null,表示取不到有效值。
21651
21602
  :type TaskId: int
21652
21603
  :param _StartTime: 任务开始时间。
21653
- 注意:此字段可能返回 null,表示取不到有效值。
21654
21604
  :type StartTime: str
21655
21605
  :param _TaskType: 任务类型。
21656
21606
  - FLOW_CREATE: "001",新建实例
@@ -21708,22 +21658,16 @@ class TaskInfoDetail(AbstractModel):
21708
21658
  - FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: "067",实例版本升级中。
21709
21659
  - FLOW_MODIFY_PROXY_NUM:"069",加(减)Proxy 节点。
21710
21660
  - FLOW_MODIFYBACKUPMOD:"070",变更实例备份模式。
21711
- 注意:此字段可能返回 null,表示取不到有效值。
21712
21661
  :type TaskType: str
21713
21662
  :param _InstanceName: 实例名称。
21714
- 注意:此字段可能返回 null,表示取不到有效值。
21715
21663
  :type InstanceName: str
21716
21664
  :param _InstanceId: 实例 ID。
21717
- 注意:此字段可能返回 null,表示取不到有效值。
21718
21665
  :type InstanceId: str
21719
21666
  :param _ProjectId: 项目 ID。
21720
- 注意:此字段可能返回 null,表示取不到有效值。
21721
21667
  :type ProjectId: int
21722
21668
  :param _Progress: 任务进度。
21723
- 注意:此字段可能返回 null,表示取不到有效值。
21724
21669
  :type Progress: float
21725
21670
  :param _EndTime: 任务执行结束时间。
21726
- 注意:此字段可能返回 null,表示取不到有效值。
21727
21671
  :type EndTime: str
21728
21672
  :param _Result: 任务执行状态。
21729
21673
 
@@ -21731,7 +21675,6 @@ class TaskInfoDetail(AbstractModel):
21731
21675
  1:执行中。
21732
21676
  2:完成。
21733
21677
  4:失败。
21734
- 注意:此字段可能返回 null,表示取不到有效值。
21735
21678
  :type Result: int
21736
21679
  """
21737
21680
  self._TaskId = None
@@ -21747,7 +21690,6 @@ class TaskInfoDetail(AbstractModel):
21747
21690
  @property
21748
21691
  def TaskId(self):
21749
21692
  """任务 ID。
21750
- 注意:此字段可能返回 null,表示取不到有效值。
21751
21693
  :rtype: int
21752
21694
  """
21753
21695
  return self._TaskId
@@ -21759,7 +21701,6 @@ class TaskInfoDetail(AbstractModel):
21759
21701
  @property
21760
21702
  def StartTime(self):
21761
21703
  """任务开始时间。
21762
- 注意:此字段可能返回 null,表示取不到有效值。
21763
21704
  :rtype: str
21764
21705
  """
21765
21706
  return self._StartTime
@@ -21826,7 +21767,6 @@ class TaskInfoDetail(AbstractModel):
21826
21767
  - FLOW_UPGRADE_INSTANCE_CACHE_AND_PROXY: "067",实例版本升级中。
21827
21768
  - FLOW_MODIFY_PROXY_NUM:"069",加(减)Proxy 节点。
21828
21769
  - FLOW_MODIFYBACKUPMOD:"070",变更实例备份模式。
21829
- 注意:此字段可能返回 null,表示取不到有效值。
21830
21770
  :rtype: str
21831
21771
  """
21832
21772
  return self._TaskType
@@ -21838,7 +21778,6 @@ class TaskInfoDetail(AbstractModel):
21838
21778
  @property
21839
21779
  def InstanceName(self):
21840
21780
  """实例名称。
21841
- 注意:此字段可能返回 null,表示取不到有效值。
21842
21781
  :rtype: str
21843
21782
  """
21844
21783
  return self._InstanceName
@@ -21850,7 +21789,6 @@ class TaskInfoDetail(AbstractModel):
21850
21789
  @property
21851
21790
  def InstanceId(self):
21852
21791
  """实例 ID。
21853
- 注意:此字段可能返回 null,表示取不到有效值。
21854
21792
  :rtype: str
21855
21793
  """
21856
21794
  return self._InstanceId
@@ -21862,7 +21800,6 @@ class TaskInfoDetail(AbstractModel):
21862
21800
  @property
21863
21801
  def ProjectId(self):
21864
21802
  """项目 ID。
21865
- 注意:此字段可能返回 null,表示取不到有效值。
21866
21803
  :rtype: int
21867
21804
  """
21868
21805
  return self._ProjectId
@@ -21874,7 +21811,6 @@ class TaskInfoDetail(AbstractModel):
21874
21811
  @property
21875
21812
  def Progress(self):
21876
21813
  """任务进度。
21877
- 注意:此字段可能返回 null,表示取不到有效值。
21878
21814
  :rtype: float
21879
21815
  """
21880
21816
  return self._Progress
@@ -21886,7 +21822,6 @@ class TaskInfoDetail(AbstractModel):
21886
21822
  @property
21887
21823
  def EndTime(self):
21888
21824
  """任务执行结束时间。
21889
- 注意:此字段可能返回 null,表示取不到有效值。
21890
21825
  :rtype: str
21891
21826
  """
21892
21827
  return self._EndTime
@@ -21903,7 +21838,6 @@ class TaskInfoDetail(AbstractModel):
21903
21838
  1:执行中。
21904
21839
  2:完成。
21905
21840
  4:失败。
21906
- 注意:此字段可能返回 null,表示取不到有效值。
21907
21841
  :rtype: int
21908
21842
  """
21909
21843
  return self._Result