tencentcloud-sdk-python 3.0.1361__py2.py3-none-any.whl → 3.0.1363__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 (64) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/batch/v20170312/models.py +12 -18
  3. tencentcloud/ccc/v20200210/ccc_client.py +23 -0
  4. tencentcloud/ccc/v20200210/errorcodes.py +3 -0
  5. tencentcloud/ccc/v20200210/models.py +91 -4
  6. tencentcloud/cdwch/v20200915/models.py +0 -12
  7. tencentcloud/cdwpg/v20201230/models.py +0 -136
  8. tencentcloud/cfw/v20190904/models.py +115 -12
  9. tencentcloud/chc/v20230418/models.py +15 -0
  10. tencentcloud/cme/v20191029/errorcodes.py +3 -0
  11. tencentcloud/common/abstract_client.py +29 -24
  12. tencentcloud/common/abstract_model.py +5 -1
  13. tencentcloud/common/common_client.py +14 -15
  14. tencentcloud/common/credential.py +68 -65
  15. tencentcloud/common/exception/tencent_cloud_sdk_exception.py +1 -1
  16. tencentcloud/common/profile/client_profile.py +32 -30
  17. tencentcloud/common/profile/http_profile.py +20 -12
  18. tencentcloud/common/retry.py +18 -0
  19. tencentcloud/cvm/v20170312/cvm_client.py +7 -1
  20. tencentcloud/cvm/v20170312/models.py +88 -68
  21. tencentcloud/cwp/v20180228/models.py +138 -12
  22. tencentcloud/cynosdb/v20190107/cynosdb_client.py +69 -0
  23. tencentcloud/cynosdb/v20190107/models.py +318 -0
  24. tencentcloud/dc/v20180410/models.py +2 -2
  25. tencentcloud/dlc/v20210125/models.py +0 -18
  26. tencentcloud/dts/v20211206/models.py +10 -6
  27. tencentcloud/es/v20250101/es_client.py +23 -0
  28. tencentcloud/es/v20250101/models.py +352 -1
  29. tencentcloud/ess/v20201111/models.py +15 -0
  30. tencentcloud/gaap/v20180529/gaap_client.py +1 -1
  31. tencentcloud/gaap/v20180529/models.py +2 -20
  32. tencentcloud/gs/v20191118/gs_client.py +46 -0
  33. tencentcloud/gs/v20191118/models.py +385 -8
  34. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +69 -0
  35. tencentcloud/iotexplorer/v20190423/models.py +578 -0
  36. tencentcloud/lcic/v20220817/models.py +60 -0
  37. tencentcloud/lighthouse/v20200324/errorcodes.py +0 -6
  38. tencentcloud/lighthouse/v20200324/lighthouse_client.py +0 -56
  39. tencentcloud/lighthouse/v20200324/models.py +0 -158
  40. tencentcloud/lkeap/v20240522/models.py +2 -2
  41. tencentcloud/monitor/v20180724/models.py +169 -0
  42. tencentcloud/monitor/v20180724/monitor_client.py +23 -0
  43. tencentcloud/mps/v20190612/models.py +186 -35
  44. tencentcloud/oceanus/v20190422/models.py +2 -2
  45. tencentcloud/tcbr/v20220217/models.py +45 -0
  46. tencentcloud/tione/v20211111/models.py +91 -0
  47. tencentcloud/trocket/v20230308/models.py +141 -88
  48. tencentcloud/trocket/v20230308/trocket_client.py +2 -1
  49. tencentcloud/tts/v20190823/models.py +15 -15
  50. tencentcloud/tts/v20190823/tts_client.py +4 -3
  51. tencentcloud/vcube/v20220410/models.py +15 -0
  52. tencentcloud/vdb/v20230616/models.py +15 -0
  53. tencentcloud/vpc/v20170312/models.py +307 -78
  54. tencentcloud/vpc/v20170312/vpc_client.py +32 -4
  55. tencentcloud/vrs/v20200824/models.py +17 -0
  56. tencentcloud/waf/v20180125/errorcodes.py +9 -0
  57. tencentcloud/waf/v20180125/models.py +3041 -114
  58. tencentcloud/waf/v20180125/waf_client.py +138 -0
  59. tencentcloud/wedata/v20210820/models.py +55 -0
  60. {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/METADATA +1 -1
  61. {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/RECORD +64 -64
  62. {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/LICENSE +0 -0
  63. {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/WHEEL +0 -0
  64. {tencentcloud_sdk_python-3.0.1361.dist-info → tencentcloud_sdk_python-3.0.1363.dist-info}/top_level.txt +0 -0
@@ -81,7 +81,6 @@ class AccountInfo(AbstractModel):
81
81
  :param _UserName: 账号名
82
82
  :type UserName: str
83
83
  :param _Perms: 账户属性
84
- 注意:此字段可能返回 null,表示取不到有效值。
85
84
  :type Perms: list of str
86
85
  """
87
86
  self._InstanceId = None
@@ -113,7 +112,6 @@ class AccountInfo(AbstractModel):
113
112
  @property
114
113
  def Perms(self):
115
114
  """账户属性
116
- 注意:此字段可能返回 null,表示取不到有效值。
117
115
  :rtype: list of str
118
116
  """
119
117
  return self._Perms
@@ -879,7 +877,6 @@ class CreateInstanceByApiResponse(AbstractModel):
879
877
  :param _InstanceId: 实例ID
880
878
  :type InstanceId: str
881
879
  :param _ErrorMsg: 错误信息
882
- 注意:此字段可能返回 null,表示取不到有效值。
883
880
  :type ErrorMsg: str
884
881
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
885
882
  :type RequestId: str
@@ -914,7 +911,6 @@ class CreateInstanceByApiResponse(AbstractModel):
914
911
  @property
915
912
  def ErrorMsg(self):
916
913
  """错误信息
917
- 注意:此字段可能返回 null,表示取不到有效值。
918
914
  :rtype: str
919
915
  """
920
916
  return self._ErrorMsg
@@ -1643,7 +1639,6 @@ class DescribeInstanceNodesResponse(AbstractModel):
1643
1639
  def __init__(self):
1644
1640
  r"""
1645
1641
  :param _ErrorMsg: error msg
1646
- 注意:此字段可能返回 null,表示取不到有效值。
1647
1642
  :type ErrorMsg: str
1648
1643
  :param _InstanceNodes: 节点列表
1649
1644
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1658,7 +1653,6 @@ class DescribeInstanceNodesResponse(AbstractModel):
1658
1653
  @property
1659
1654
  def ErrorMsg(self):
1660
1655
  """error msg
1661
- 注意:此字段可能返回 null,表示取不到有效值。
1662
1656
  :rtype: str
1663
1657
  """
1664
1658
  return self._ErrorMsg
@@ -1990,22 +1984,16 @@ class DescribeInstanceStateResponse(AbstractModel):
1990
1984
  :param _InstanceState: 集群状态,例如:Serving
1991
1985
  :type InstanceState: str
1992
1986
  :param _FlowCreateTime: 集群操作创建时间
1993
- 注意:此字段可能返回 null,表示取不到有效值。
1994
1987
  :type FlowCreateTime: str
1995
1988
  :param _FlowName: 集群操作名称
1996
- 注意:此字段可能返回 null,表示取不到有效值。
1997
1989
  :type FlowName: str
1998
1990
  :param _FlowProgress: 集群操作进度
1999
- 注意:此字段可能返回 null,表示取不到有效值。
2000
1991
  :type FlowProgress: float
2001
1992
  :param _InstanceStateDesc: 集群状态描述,例如:运行中
2002
- 注意:此字段可能返回 null,表示取不到有效值。
2003
1993
  :type InstanceStateDesc: str
2004
1994
  :param _FlowMsg: 集群流程错误信息,例如:“创建失败,资源不足”
2005
- 注意:此字段可能返回 null,表示取不到有效值。
2006
1995
  :type FlowMsg: str
2007
1996
  :param _ProcessName: 当前步骤的名称,例如:”购买资源中“
2008
- 注意:此字段可能返回 null,表示取不到有效值。
2009
1997
  :type ProcessName: str
2010
1998
  :param _BackupStatus: 集群备份任务开启状态
2011
1999
  :type BackupStatus: int
@@ -2036,7 +2024,6 @@ class DescribeInstanceStateResponse(AbstractModel):
2036
2024
  @property
2037
2025
  def FlowCreateTime(self):
2038
2026
  """集群操作创建时间
2039
- 注意:此字段可能返回 null,表示取不到有效值。
2040
2027
  :rtype: str
2041
2028
  """
2042
2029
  return self._FlowCreateTime
@@ -2048,7 +2035,6 @@ class DescribeInstanceStateResponse(AbstractModel):
2048
2035
  @property
2049
2036
  def FlowName(self):
2050
2037
  """集群操作名称
2051
- 注意:此字段可能返回 null,表示取不到有效值。
2052
2038
  :rtype: str
2053
2039
  """
2054
2040
  return self._FlowName
@@ -2060,7 +2046,6 @@ class DescribeInstanceStateResponse(AbstractModel):
2060
2046
  @property
2061
2047
  def FlowProgress(self):
2062
2048
  """集群操作进度
2063
- 注意:此字段可能返回 null,表示取不到有效值。
2064
2049
  :rtype: float
2065
2050
  """
2066
2051
  return self._FlowProgress
@@ -2072,7 +2057,6 @@ class DescribeInstanceStateResponse(AbstractModel):
2072
2057
  @property
2073
2058
  def InstanceStateDesc(self):
2074
2059
  """集群状态描述,例如:运行中
2075
- 注意:此字段可能返回 null,表示取不到有效值。
2076
2060
  :rtype: str
2077
2061
  """
2078
2062
  return self._InstanceStateDesc
@@ -2084,7 +2068,6 @@ class DescribeInstanceStateResponse(AbstractModel):
2084
2068
  @property
2085
2069
  def FlowMsg(self):
2086
2070
  """集群流程错误信息,例如:“创建失败,资源不足”
2087
- 注意:此字段可能返回 null,表示取不到有效值。
2088
2071
  :rtype: str
2089
2072
  """
2090
2073
  return self._FlowMsg
@@ -2096,7 +2079,6 @@ class DescribeInstanceStateResponse(AbstractModel):
2096
2079
  @property
2097
2080
  def ProcessName(self):
2098
2081
  """当前步骤的名称,例如:”购买资源中“
2099
- 注意:此字段可能返回 null,表示取不到有效值。
2100
2082
  :rtype: str
2101
2083
  """
2102
2084
  return self._ProcessName
@@ -2254,7 +2236,6 @@ class DescribeInstancesResponse(AbstractModel):
2254
2236
  注意:此字段可能返回 null,表示取不到有效值。
2255
2237
  :type InstancesList: list of InstanceInfo
2256
2238
  :param _ErrorMsg: 错误信息
2257
- 注意:此字段可能返回 null,表示取不到有效值。
2258
2239
  :type ErrorMsg: str
2259
2240
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2260
2241
  :type RequestId: str
@@ -2290,7 +2271,6 @@ class DescribeInstancesResponse(AbstractModel):
2290
2271
  @property
2291
2272
  def ErrorMsg(self):
2292
2273
  """错误信息
2293
- 注意:此字段可能返回 null,表示取不到有效值。
2294
2274
  :rtype: str
2295
2275
  """
2296
2276
  return self._ErrorMsg
@@ -2429,10 +2409,8 @@ class DescribeSimpleInstancesResponse(AbstractModel):
2429
2409
  :param _TotalCount: 集群列表总数
2430
2410
  :type TotalCount: int
2431
2411
  :param _InstancesList: 集群列表详情
2432
- 注意:此字段可能返回 null,表示取不到有效值。
2433
2412
  :type InstancesList: list of InstanceSimpleInfoNew
2434
2413
  :param _ErrorMsg: 错误信息
2435
- 注意:此字段可能返回 null,表示取不到有效值。
2436
2414
  :type ErrorMsg: str
2437
2415
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2438
2416
  :type RequestId: str
@@ -2456,7 +2434,6 @@ class DescribeSimpleInstancesResponse(AbstractModel):
2456
2434
  @property
2457
2435
  def InstancesList(self):
2458
2436
  """集群列表详情
2459
- 注意:此字段可能返回 null,表示取不到有效值。
2460
2437
  :rtype: list of InstanceSimpleInfoNew
2461
2438
  """
2462
2439
  return self._InstancesList
@@ -2468,7 +2445,6 @@ class DescribeSimpleInstancesResponse(AbstractModel):
2468
2445
  @property
2469
2446
  def ErrorMsg(self):
2470
2447
  """错误信息
2471
- 注意:此字段可能返回 null,表示取不到有效值。
2472
2448
  :rtype: str
2473
2449
  """
2474
2450
  return self._ErrorMsg
@@ -3251,7 +3227,6 @@ class HbaConfig(AbstractModel):
3251
3227
  :param _Method: 方法
3252
3228
  :type Method: str
3253
3229
  :param _Mask: 是否遮盖
3254
- 注意:此字段可能返回 null,表示取不到有效值。
3255
3230
  :type Mask: str
3256
3231
  """
3257
3232
  self._Type = None
@@ -3319,7 +3294,6 @@ class HbaConfig(AbstractModel):
3319
3294
  @property
3320
3295
  def Mask(self):
3321
3296
  """是否遮盖
3322
- 注意:此字段可能返回 null,表示取不到有效值。
3323
3297
  :rtype: str
3324
3298
  """
3325
3299
  return self._Mask
@@ -3360,16 +3334,13 @@ class InstanceInfo(AbstractModel):
3360
3334
  :param _InstanceName: 集群名字
3361
3335
  :type InstanceName: str
3362
3336
  :param _Status: 集群状态
3363
- 注意:此字段可能返回 null,表示取不到有效值。
3364
3337
  :type Status: str
3365
3338
  :param _StatusDesc: 集群状态详情
3366
- 注意:此字段可能返回 null,表示取不到有效值。
3367
3339
  :type StatusDesc: str
3368
3340
  :param _InstanceStateInfo: 集群状态信息
3369
3341
  注意:此字段可能返回 null,表示取不到有效值。
3370
3342
  :type InstanceStateInfo: :class:`tencentcloud.cdwpg.v20201230.models.InstanceStateInfo`
3371
3343
  :param _InstanceID: 集群id
3372
- 注意:此字段可能返回 null,表示取不到有效值。
3373
3344
  :type InstanceID: str
3374
3345
  :param _CreateTime: 创建时间
3375
3346
  :type CreateTime: str
@@ -3378,13 +3349,10 @@ class InstanceInfo(AbstractModel):
3378
3349
  :param _Zone: 地区
3379
3350
  :type Zone: str
3380
3351
  :param _RegionDesc: 地域详情
3381
- 注意:此字段可能返回 null,表示取不到有效值。
3382
3352
  :type RegionDesc: str
3383
3353
  :param _ZoneDesc: 地区详情
3384
- 注意:此字段可能返回 null,表示取不到有效值。
3385
3354
  :type ZoneDesc: str
3386
3355
  :param _Tags: 标签
3387
- 注意:此字段可能返回 null,表示取不到有效值。
3388
3356
  :type Tags: list of Tag
3389
3357
  :param _Version: 内核版本
3390
3358
  :type Version: str
@@ -3395,10 +3363,8 @@ class InstanceInfo(AbstractModel):
3395
3363
  :param _DNNodes: DN节点列表
3396
3364
  :type DNNodes: list of InstanceNodeGroup
3397
3365
  :param _RegionId: 地域id
3398
- 注意:此字段可能返回 null,表示取不到有效值。
3399
3366
  :type RegionId: int
3400
3367
  :param _ZoneId: 地区id
3401
- 注意:此字段可能返回 null,表示取不到有效值。
3402
3368
  :type ZoneId: int
3403
3369
  :param _VpcId: 私有网络
3404
3370
  :type VpcId: str
@@ -3478,7 +3444,6 @@ class InstanceInfo(AbstractModel):
3478
3444
  @property
3479
3445
  def Status(self):
3480
3446
  """集群状态
3481
- 注意:此字段可能返回 null,表示取不到有效值。
3482
3447
  :rtype: str
3483
3448
  """
3484
3449
  return self._Status
@@ -3490,7 +3455,6 @@ class InstanceInfo(AbstractModel):
3490
3455
  @property
3491
3456
  def StatusDesc(self):
3492
3457
  """集群状态详情
3493
- 注意:此字段可能返回 null,表示取不到有效值。
3494
3458
  :rtype: str
3495
3459
  """
3496
3460
  return self._StatusDesc
@@ -3514,7 +3478,6 @@ class InstanceInfo(AbstractModel):
3514
3478
  @property
3515
3479
  def InstanceID(self):
3516
3480
  """集群id
3517
- 注意:此字段可能返回 null,表示取不到有效值。
3518
3481
  :rtype: str
3519
3482
  """
3520
3483
  return self._InstanceID
@@ -3559,7 +3522,6 @@ class InstanceInfo(AbstractModel):
3559
3522
  @property
3560
3523
  def RegionDesc(self):
3561
3524
  """地域详情
3562
- 注意:此字段可能返回 null,表示取不到有效值。
3563
3525
  :rtype: str
3564
3526
  """
3565
3527
  return self._RegionDesc
@@ -3571,7 +3533,6 @@ class InstanceInfo(AbstractModel):
3571
3533
  @property
3572
3534
  def ZoneDesc(self):
3573
3535
  """地区详情
3574
- 注意:此字段可能返回 null,表示取不到有效值。
3575
3536
  :rtype: str
3576
3537
  """
3577
3538
  return self._ZoneDesc
@@ -3583,7 +3544,6 @@ class InstanceInfo(AbstractModel):
3583
3544
  @property
3584
3545
  def Tags(self):
3585
3546
  """标签
3586
- 注意:此字段可能返回 null,表示取不到有效值。
3587
3547
  :rtype: list of Tag
3588
3548
  """
3589
3549
  return self._Tags
@@ -3639,7 +3599,6 @@ class InstanceInfo(AbstractModel):
3639
3599
  @property
3640
3600
  def RegionId(self):
3641
3601
  """地域id
3642
- 注意:此字段可能返回 null,表示取不到有效值。
3643
3602
  :rtype: int
3644
3603
  """
3645
3604
  return self._RegionId
@@ -3651,7 +3610,6 @@ class InstanceInfo(AbstractModel):
3651
3610
  @property
3652
3611
  def ZoneId(self):
3653
3612
  """地区id
3654
- 注意:此字段可能返回 null,表示取不到有效值。
3655
3613
  :rtype: int
3656
3614
  """
3657
3615
  return self._ZoneId
@@ -3949,16 +3907,12 @@ class InstanceOperation(AbstractModel):
3949
3907
  :param _StartTime: 操作开始时间
3950
3908
  :type StartTime: str
3951
3909
  :param _EndTime: 操作结束时间
3952
- 注意:此字段可能返回 null,表示取不到有效值。
3953
3910
  :type EndTime: str
3954
3911
  :param _Context: 操作上下文
3955
- 注意:此字段可能返回 null,表示取不到有效值。
3956
3912
  :type Context: str
3957
3913
  :param _UpdateTime: 操作更新时间
3958
- 注意:此字段可能返回 null,表示取不到有效值。
3959
3914
  :type UpdateTime: str
3960
3915
  :param _Uin: 操作UIN
3961
- 注意:此字段可能返回 null,表示取不到有效值。
3962
3916
  :type Uin: str
3963
3917
  """
3964
3918
  self._Id = None
@@ -4029,7 +3983,6 @@ class InstanceOperation(AbstractModel):
4029
3983
  @property
4030
3984
  def EndTime(self):
4031
3985
  """操作结束时间
4032
- 注意:此字段可能返回 null,表示取不到有效值。
4033
3986
  :rtype: str
4034
3987
  """
4035
3988
  return self._EndTime
@@ -4041,7 +3994,6 @@ class InstanceOperation(AbstractModel):
4041
3994
  @property
4042
3995
  def Context(self):
4043
3996
  """操作上下文
4044
- 注意:此字段可能返回 null,表示取不到有效值。
4045
3997
  :rtype: str
4046
3998
  """
4047
3999
  return self._Context
@@ -4053,7 +4005,6 @@ class InstanceOperation(AbstractModel):
4053
4005
  @property
4054
4006
  def UpdateTime(self):
4055
4007
  """操作更新时间
4056
- 注意:此字段可能返回 null,表示取不到有效值。
4057
4008
  :rtype: str
4058
4009
  """
4059
4010
  return self._UpdateTime
@@ -4065,7 +4016,6 @@ class InstanceOperation(AbstractModel):
4065
4016
  @property
4066
4017
  def Uin(self):
4067
4018
  """操作UIN
4068
- 注意:此字段可能返回 null,表示取不到有效值。
4069
4019
  :rtype: str
4070
4020
  """
4071
4021
  return self._Uin
@@ -4113,18 +4063,14 @@ class InstanceSimpleInfoNew(AbstractModel):
4113
4063
  :param _Region: 地域
4114
4064
  :type Region: str
4115
4065
  :param _RegionId: 地域Id
4116
- 注意:此字段可能返回 null,表示取不到有效值。
4117
4066
  :type RegionId: int
4118
4067
  :param _RegionDesc: 地域详情
4119
- 注意:此字段可能返回 null,表示取不到有效值。
4120
4068
  :type RegionDesc: str
4121
4069
  :param _Zone: 地区
4122
4070
  :type Zone: str
4123
4071
  :param _ZoneId: 地区id
4124
- 注意:此字段可能返回 null,表示取不到有效值。
4125
4072
  :type ZoneId: int
4126
4073
  :param _ZoneDesc: 地区详情
4127
- 注意:此字段可能返回 null,表示取不到有效值。
4128
4074
  :type ZoneDesc: str
4129
4075
  :param _VpcId: 私有网络
4130
4076
  :type VpcId: str
@@ -4135,7 +4081,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4135
4081
  :param _ExpireTime: 过期时间
4136
4082
  :type ExpireTime: str
4137
4083
  :param _AccessInfo: 访问地址
4138
- 注意:此字段可能返回 null,表示取不到有效值。
4139
4084
  :type AccessInfo: str
4140
4085
  :param _PayMode: 计费方式
4141
4086
  :type PayMode: str
@@ -4218,7 +4163,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4218
4163
  @property
4219
4164
  def RegionId(self):
4220
4165
  """地域Id
4221
- 注意:此字段可能返回 null,表示取不到有效值。
4222
4166
  :rtype: int
4223
4167
  """
4224
4168
  return self._RegionId
@@ -4230,7 +4174,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4230
4174
  @property
4231
4175
  def RegionDesc(self):
4232
4176
  """地域详情
4233
- 注意:此字段可能返回 null,表示取不到有效值。
4234
4177
  :rtype: str
4235
4178
  """
4236
4179
  return self._RegionDesc
@@ -4253,7 +4196,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4253
4196
  @property
4254
4197
  def ZoneId(self):
4255
4198
  """地区id
4256
- 注意:此字段可能返回 null,表示取不到有效值。
4257
4199
  :rtype: int
4258
4200
  """
4259
4201
  return self._ZoneId
@@ -4265,7 +4207,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4265
4207
  @property
4266
4208
  def ZoneDesc(self):
4267
4209
  """地区详情
4268
- 注意:此字段可能返回 null,表示取不到有效值。
4269
4210
  :rtype: str
4270
4211
  """
4271
4212
  return self._ZoneDesc
@@ -4321,7 +4262,6 @@ class InstanceSimpleInfoNew(AbstractModel):
4321
4262
  @property
4322
4263
  def AccessInfo(self):
4323
4264
  """访问地址
4324
- 注意:此字段可能返回 null,表示取不到有效值。
4325
4265
  :rtype: str
4326
4266
  """
4327
4267
  return self._AccessInfo
@@ -4391,31 +4331,22 @@ class InstanceStateInfo(AbstractModel):
4391
4331
  :param _InstanceState: 集群状态,例如:Serving
4392
4332
  :type InstanceState: str
4393
4333
  :param _FlowCreateTime: 集群操作创建时间
4394
- 注意:此字段可能返回 null,表示取不到有效值。
4395
4334
  :type FlowCreateTime: str
4396
4335
  :param _FlowName: 集群操作名称
4397
- 注意:此字段可能返回 null,表示取不到有效值。
4398
4336
  :type FlowName: str
4399
4337
  :param _FlowProgress: 集群操作进度
4400
- 注意:此字段可能返回 null,表示取不到有效值。
4401
4338
  :type FlowProgress: int
4402
4339
  :param _InstanceStateDesc: 集群状态描述,例如:运行中
4403
- 注意:此字段可能返回 null,表示取不到有效值。
4404
4340
  :type InstanceStateDesc: str
4405
4341
  :param _FlowMsg: 集群流程错误信息,例如:“创建失败,资源不足”
4406
- 注意:此字段可能返回 null,表示取不到有效值。
4407
4342
  :type FlowMsg: str
4408
4343
  :param _ProcessName: 当前步骤的名称,例如:”购买资源中“
4409
- 注意:此字段可能返回 null,表示取不到有效值。
4410
4344
  :type ProcessName: str
4411
4345
  :param _BackupStatus: 集群是否有备份中任务,有为1,无为0
4412
- 注意:此字段可能返回 null,表示取不到有效值。
4413
4346
  :type BackupStatus: int
4414
4347
  :param _RequestId: 请求id
4415
- 注意:此字段可能返回 null,表示取不到有效值。
4416
4348
  :type RequestId: str
4417
4349
  :param _BackupOpenStatus: 集群是否有备份中任务,有为1,无为0
4418
- 注意:此字段可能返回 null,表示取不到有效值。
4419
4350
  :type BackupOpenStatus: int
4420
4351
  """
4421
4352
  self._InstanceState = None
@@ -4443,7 +4374,6 @@ class InstanceStateInfo(AbstractModel):
4443
4374
  @property
4444
4375
  def FlowCreateTime(self):
4445
4376
  """集群操作创建时间
4446
- 注意:此字段可能返回 null,表示取不到有效值。
4447
4377
  :rtype: str
4448
4378
  """
4449
4379
  return self._FlowCreateTime
@@ -4455,7 +4385,6 @@ class InstanceStateInfo(AbstractModel):
4455
4385
  @property
4456
4386
  def FlowName(self):
4457
4387
  """集群操作名称
4458
- 注意:此字段可能返回 null,表示取不到有效值。
4459
4388
  :rtype: str
4460
4389
  """
4461
4390
  return self._FlowName
@@ -4467,7 +4396,6 @@ class InstanceStateInfo(AbstractModel):
4467
4396
  @property
4468
4397
  def FlowProgress(self):
4469
4398
  """集群操作进度
4470
- 注意:此字段可能返回 null,表示取不到有效值。
4471
4399
  :rtype: int
4472
4400
  """
4473
4401
  return self._FlowProgress
@@ -4479,7 +4407,6 @@ class InstanceStateInfo(AbstractModel):
4479
4407
  @property
4480
4408
  def InstanceStateDesc(self):
4481
4409
  """集群状态描述,例如:运行中
4482
- 注意:此字段可能返回 null,表示取不到有效值。
4483
4410
  :rtype: str
4484
4411
  """
4485
4412
  return self._InstanceStateDesc
@@ -4491,7 +4418,6 @@ class InstanceStateInfo(AbstractModel):
4491
4418
  @property
4492
4419
  def FlowMsg(self):
4493
4420
  """集群流程错误信息,例如:“创建失败,资源不足”
4494
- 注意:此字段可能返回 null,表示取不到有效值。
4495
4421
  :rtype: str
4496
4422
  """
4497
4423
  return self._FlowMsg
@@ -4503,7 +4429,6 @@ class InstanceStateInfo(AbstractModel):
4503
4429
  @property
4504
4430
  def ProcessName(self):
4505
4431
  """当前步骤的名称,例如:”购买资源中“
4506
- 注意:此字段可能返回 null,表示取不到有效值。
4507
4432
  :rtype: str
4508
4433
  """
4509
4434
  return self._ProcessName
@@ -4515,7 +4440,6 @@ class InstanceStateInfo(AbstractModel):
4515
4440
  @property
4516
4441
  def BackupStatus(self):
4517
4442
  """集群是否有备份中任务,有为1,无为0
4518
- 注意:此字段可能返回 null,表示取不到有效值。
4519
4443
  :rtype: int
4520
4444
  """
4521
4445
  return self._BackupStatus
@@ -4527,7 +4451,6 @@ class InstanceStateInfo(AbstractModel):
4527
4451
  @property
4528
4452
  def RequestId(self):
4529
4453
  """请求id
4530
- 注意:此字段可能返回 null,表示取不到有效值。
4531
4454
  :rtype: str
4532
4455
  """
4533
4456
  return self._RequestId
@@ -4539,7 +4462,6 @@ class InstanceStateInfo(AbstractModel):
4539
4462
  @property
4540
4463
  def BackupOpenStatus(self):
4541
4464
  """集群是否有备份中任务,有为1,无为0
4542
- 注意:此字段可能返回 null,表示取不到有效值。
4543
4465
  :rtype: int
4544
4466
  """
4545
4467
  return self._BackupOpenStatus
@@ -4814,7 +4736,6 @@ class ModifyUserHbaResponse(AbstractModel):
4814
4736
  :param _TaskId: 任务id
4815
4737
  :type TaskId: int
4816
4738
  :param _ErrorMsg: 错误信息
4817
- 注意:此字段可能返回 null,表示取不到有效值。
4818
4739
  :type ErrorMsg: str
4819
4740
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4820
4741
  :type RequestId: str
@@ -4837,7 +4758,6 @@ class ModifyUserHbaResponse(AbstractModel):
4837
4758
  @property
4838
4759
  def ErrorMsg(self):
4839
4760
  """错误信息
4840
- 注意:此字段可能返回 null,表示取不到有效值。
4841
4761
  :rtype: str
4842
4762
  """
4843
4763
  return self._ErrorMsg
@@ -4928,55 +4848,38 @@ class NormQueryItem(AbstractModel):
4928
4848
  def __init__(self):
4929
4849
  r"""
4930
4850
  :param _CallTimes: 调用次数
4931
- 注意:此字段可能返回 null,表示取不到有效值。
4932
4851
  :type CallTimes: int
4933
4852
  :param _SharedReadBlocks: 读共享内存块数
4934
- 注意:此字段可能返回 null,表示取不到有效值。
4935
4853
  :type SharedReadBlocks: int
4936
4854
  :param _SharedWriteBlocks: 写共享内存块数
4937
- 注意:此字段可能返回 null,表示取不到有效值。
4938
4855
  :type SharedWriteBlocks: int
4939
4856
  :param _DatabaseName: 数据库
4940
- 注意:此字段可能返回 null,表示取不到有效值。
4941
4857
  :type DatabaseName: str
4942
4858
  :param _NormalQuery: 脱敏后语句
4943
- 注意:此字段可能返回 null,表示取不到有效值。
4944
4859
  :type NormalQuery: str
4945
4860
  :param _MaxElapsedQuery: 执行时间最长的语句
4946
- 注意:此字段可能返回 null,表示取不到有效值。
4947
4861
  :type MaxElapsedQuery: str
4948
4862
  :param _CostTime: 花费总时间
4949
- 注意:此字段可能返回 null,表示取不到有效值。
4950
4863
  :type CostTime: float
4951
4864
  :param _ClientIp: 客户端ip
4952
- 注意:此字段可能返回 null,表示取不到有效值。
4953
4865
  :type ClientIp: str
4954
4866
  :param _UserName: 用户名
4955
- 注意:此字段可能返回 null,表示取不到有效值。
4956
4867
  :type UserName: str
4957
4868
  :param _TotalCallTimesPercent: 总次数占比
4958
- 注意:此字段可能返回 null,表示取不到有效值。
4959
4869
  :type TotalCallTimesPercent: float
4960
4870
  :param _TotalCostTimePercent: 总耗时占比
4961
- 注意:此字段可能返回 null,表示取不到有效值。
4962
4871
  :type TotalCostTimePercent: float
4963
4872
  :param _MinCostTime: 花费最小时间
4964
- 注意:此字段可能返回 null,表示取不到有效值。
4965
4873
  :type MinCostTime: float
4966
4874
  :param _MaxCostTime: 花费最大时间
4967
- 注意:此字段可能返回 null,表示取不到有效值。
4968
4875
  :type MaxCostTime: float
4969
4876
  :param _FirstTime: 最早一条时间
4970
- 注意:此字段可能返回 null,表示取不到有效值。
4971
4877
  :type FirstTime: str
4972
4878
  :param _LastTime: 最晚一条时间
4973
- 注意:此字段可能返回 null,表示取不到有效值。
4974
4879
  :type LastTime: str
4975
4880
  :param _ReadCostTime: 读io总耗时
4976
- 注意:此字段可能返回 null,表示取不到有效值。
4977
4881
  :type ReadCostTime: float
4978
4882
  :param _WriteCostTime: 写io总耗时
4979
- 注意:此字段可能返回 null,表示取不到有效值。
4980
4883
  :type WriteCostTime: float
4981
4884
  """
4982
4885
  self._CallTimes = None
@@ -5000,7 +4903,6 @@ class NormQueryItem(AbstractModel):
5000
4903
  @property
5001
4904
  def CallTimes(self):
5002
4905
  """调用次数
5003
- 注意:此字段可能返回 null,表示取不到有效值。
5004
4906
  :rtype: int
5005
4907
  """
5006
4908
  return self._CallTimes
@@ -5012,7 +4914,6 @@ class NormQueryItem(AbstractModel):
5012
4914
  @property
5013
4915
  def SharedReadBlocks(self):
5014
4916
  """读共享内存块数
5015
- 注意:此字段可能返回 null,表示取不到有效值。
5016
4917
  :rtype: int
5017
4918
  """
5018
4919
  return self._SharedReadBlocks
@@ -5024,7 +4925,6 @@ class NormQueryItem(AbstractModel):
5024
4925
  @property
5025
4926
  def SharedWriteBlocks(self):
5026
4927
  """写共享内存块数
5027
- 注意:此字段可能返回 null,表示取不到有效值。
5028
4928
  :rtype: int
5029
4929
  """
5030
4930
  return self._SharedWriteBlocks
@@ -5036,7 +4936,6 @@ class NormQueryItem(AbstractModel):
5036
4936
  @property
5037
4937
  def DatabaseName(self):
5038
4938
  """数据库
5039
- 注意:此字段可能返回 null,表示取不到有效值。
5040
4939
  :rtype: str
5041
4940
  """
5042
4941
  return self._DatabaseName
@@ -5048,7 +4947,6 @@ class NormQueryItem(AbstractModel):
5048
4947
  @property
5049
4948
  def NormalQuery(self):
5050
4949
  """脱敏后语句
5051
- 注意:此字段可能返回 null,表示取不到有效值。
5052
4950
  :rtype: str
5053
4951
  """
5054
4952
  return self._NormalQuery
@@ -5060,7 +4958,6 @@ class NormQueryItem(AbstractModel):
5060
4958
  @property
5061
4959
  def MaxElapsedQuery(self):
5062
4960
  """执行时间最长的语句
5063
- 注意:此字段可能返回 null,表示取不到有效值。
5064
4961
  :rtype: str
5065
4962
  """
5066
4963
  return self._MaxElapsedQuery
@@ -5072,7 +4969,6 @@ class NormQueryItem(AbstractModel):
5072
4969
  @property
5073
4970
  def CostTime(self):
5074
4971
  """花费总时间
5075
- 注意:此字段可能返回 null,表示取不到有效值。
5076
4972
  :rtype: float
5077
4973
  """
5078
4974
  return self._CostTime
@@ -5084,7 +4980,6 @@ class NormQueryItem(AbstractModel):
5084
4980
  @property
5085
4981
  def ClientIp(self):
5086
4982
  """客户端ip
5087
- 注意:此字段可能返回 null,表示取不到有效值。
5088
4983
  :rtype: str
5089
4984
  """
5090
4985
  return self._ClientIp
@@ -5096,7 +4991,6 @@ class NormQueryItem(AbstractModel):
5096
4991
  @property
5097
4992
  def UserName(self):
5098
4993
  """用户名
5099
- 注意:此字段可能返回 null,表示取不到有效值。
5100
4994
  :rtype: str
5101
4995
  """
5102
4996
  return self._UserName
@@ -5108,7 +5002,6 @@ class NormQueryItem(AbstractModel):
5108
5002
  @property
5109
5003
  def TotalCallTimesPercent(self):
5110
5004
  """总次数占比
5111
- 注意:此字段可能返回 null,表示取不到有效值。
5112
5005
  :rtype: float
5113
5006
  """
5114
5007
  return self._TotalCallTimesPercent
@@ -5120,7 +5013,6 @@ class NormQueryItem(AbstractModel):
5120
5013
  @property
5121
5014
  def TotalCostTimePercent(self):
5122
5015
  """总耗时占比
5123
- 注意:此字段可能返回 null,表示取不到有效值。
5124
5016
  :rtype: float
5125
5017
  """
5126
5018
  return self._TotalCostTimePercent
@@ -5132,7 +5024,6 @@ class NormQueryItem(AbstractModel):
5132
5024
  @property
5133
5025
  def MinCostTime(self):
5134
5026
  """花费最小时间
5135
- 注意:此字段可能返回 null,表示取不到有效值。
5136
5027
  :rtype: float
5137
5028
  """
5138
5029
  return self._MinCostTime
@@ -5144,7 +5035,6 @@ class NormQueryItem(AbstractModel):
5144
5035
  @property
5145
5036
  def MaxCostTime(self):
5146
5037
  """花费最大时间
5147
- 注意:此字段可能返回 null,表示取不到有效值。
5148
5038
  :rtype: float
5149
5039
  """
5150
5040
  return self._MaxCostTime
@@ -5156,7 +5046,6 @@ class NormQueryItem(AbstractModel):
5156
5046
  @property
5157
5047
  def FirstTime(self):
5158
5048
  """最早一条时间
5159
- 注意:此字段可能返回 null,表示取不到有效值。
5160
5049
  :rtype: str
5161
5050
  """
5162
5051
  return self._FirstTime
@@ -5168,7 +5057,6 @@ class NormQueryItem(AbstractModel):
5168
5057
  @property
5169
5058
  def LastTime(self):
5170
5059
  """最晚一条时间
5171
- 注意:此字段可能返回 null,表示取不到有效值。
5172
5060
  :rtype: str
5173
5061
  """
5174
5062
  return self._LastTime
@@ -5180,7 +5068,6 @@ class NormQueryItem(AbstractModel):
5180
5068
  @property
5181
5069
  def ReadCostTime(self):
5182
5070
  """读io总耗时
5183
- 注意:此字段可能返回 null,表示取不到有效值。
5184
5071
  :rtype: float
5185
5072
  """
5186
5073
  return self._ReadCostTime
@@ -5192,7 +5079,6 @@ class NormQueryItem(AbstractModel):
5192
5079
  @property
5193
5080
  def WriteCostTime(self):
5194
5081
  """写io总耗时
5195
- 注意:此字段可能返回 null,表示取不到有效值。
5196
5082
  :rtype: float
5197
5083
  """
5198
5084
  return self._WriteCostTime
@@ -5248,13 +5134,10 @@ class ParamDetail(AbstractModel):
5248
5134
  :param _ValueRange: 取值范围
5249
5135
  :type ValueRange: :class:`tencentcloud.cdwpg.v20201230.models.ValueRange`
5250
5136
  :param _Unit: 单位
5251
- 注意:此字段可能返回 null,表示取不到有效值。
5252
5137
  :type Unit: str
5253
5138
  :param _ShortDesc: 英文简介
5254
- 注意:此字段可能返回 null,表示取不到有效值。
5255
5139
  :type ShortDesc: str
5256
5140
  :param _ParameterName: 参数名
5257
- 注意:此字段可能返回 null,表示取不到有效值。
5258
5141
  :type ParameterName: str
5259
5142
  """
5260
5143
  self._ParamName = None
@@ -5324,7 +5207,6 @@ class ParamDetail(AbstractModel):
5324
5207
  @property
5325
5208
  def Unit(self):
5326
5209
  """单位
5327
- 注意:此字段可能返回 null,表示取不到有效值。
5328
5210
  :rtype: str
5329
5211
  """
5330
5212
  return self._Unit
@@ -5336,7 +5218,6 @@ class ParamDetail(AbstractModel):
5336
5218
  @property
5337
5219
  def ShortDesc(self):
5338
5220
  """英文简介
5339
- 注意:此字段可能返回 null,表示取不到有效值。
5340
5221
  :rtype: str
5341
5222
  """
5342
5223
  return self._ShortDesc
@@ -5348,7 +5229,6 @@ class ParamDetail(AbstractModel):
5348
5229
  @property
5349
5230
  def ParameterName(self):
5350
5231
  """参数名
5351
- 注意:此字段可能返回 null,表示取不到有效值。
5352
5232
  :rtype: str
5353
5233
  """
5354
5234
  return self._ParameterName
@@ -5590,7 +5470,6 @@ class ResetAccountPasswordResponse(AbstractModel):
5590
5470
  def __init__(self):
5591
5471
  r"""
5592
5472
  :param _ErrorMsg: 错误信息
5593
- 注意:此字段可能返回 null,表示取不到有效值。
5594
5473
  :type ErrorMsg: str
5595
5474
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5596
5475
  :type RequestId: str
@@ -5601,7 +5480,6 @@ class ResetAccountPasswordResponse(AbstractModel):
5601
5480
  @property
5602
5481
  def ErrorMsg(self):
5603
5482
  """错误信息
5604
- 注意:此字段可能返回 null,表示取不到有效值。
5605
5483
  :rtype: str
5606
5484
  """
5607
5485
  return self._ErrorMsg
@@ -5993,7 +5871,6 @@ class ScaleOutInstanceResponse(AbstractModel):
5993
5871
  :param _FlowId: 流程id
5994
5872
  :type FlowId: str
5995
5873
  :param _ErrorMsg: 错误信息
5996
- 注意:此字段可能返回 null,表示取不到有效值。
5997
5874
  :type ErrorMsg: str
5998
5875
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5999
5876
  :type RequestId: str
@@ -6016,7 +5893,6 @@ class ScaleOutInstanceResponse(AbstractModel):
6016
5893
  @property
6017
5894
  def ErrorMsg(self):
6018
5895
  """错误信息
6019
- 注意:此字段可能返回 null,表示取不到有效值。
6020
5896
  :rtype: str
6021
5897
  """
6022
5898
  return self._ErrorMsg
@@ -6278,7 +6154,6 @@ class SimpleInstanceInfo(AbstractModel):
6278
6154
  :param _ExpireTime: 到期时间
6279
6155
  :type ExpireTime: str
6280
6156
  :param _AccessInfo: 访问地址
6281
- 注意:此字段可能返回 null,表示取不到有效值。
6282
6157
  :type AccessInfo: str
6283
6158
  :param _RenewFlag: 自动续费开关,0为不自动续费,1为自动续费
6284
6159
  :type RenewFlag: int
@@ -6287,7 +6162,6 @@ class SimpleInstanceInfo(AbstractModel):
6287
6162
  :param _Resources: 资源集合
6288
6163
  :type Resources: list of ResourceInfo
6289
6164
  :param _Tags: 标签列表
6290
- 注意:此字段可能返回 null,表示取不到有效值。
6291
6165
  :type Tags: list of Tag
6292
6166
  :param _Status: 集群状态
6293
6167
  :type Status: int
@@ -6422,7 +6296,6 @@ class SimpleInstanceInfo(AbstractModel):
6422
6296
  @property
6423
6297
  def AccessInfo(self):
6424
6298
  """访问地址
6425
- 注意:此字段可能返回 null,表示取不到有效值。
6426
6299
  :rtype: str
6427
6300
  """
6428
6301
  return self._AccessInfo
@@ -6467,7 +6340,6 @@ class SimpleInstanceInfo(AbstractModel):
6467
6340
  @property
6468
6341
  def Tags(self):
6469
6342
  """标签列表
6470
- 注意:此字段可能返回 null,表示取不到有效值。
6471
6343
  :rtype: list of Tag
6472
6344
  """
6473
6345
  return self._Tags
@@ -6774,12 +6646,10 @@ class UpgradeItem(AbstractModel):
6774
6646
  :param _CreateTime: 任务创建时间
6775
6647
  :type CreateTime: str
6776
6648
  :param _EndTime: 任务结束时间
6777
- 注意:此字段可能返回 null,表示取不到有效值。
6778
6649
  :type EndTime: str
6779
6650
  :param _Status: 任务完成状态
6780
6651
  :type Status: str
6781
6652
  :param _OperateUin: 操作者
6782
- 注意:此字段可能返回 null,表示取不到有效值。
6783
6653
  :type OperateUin: str
6784
6654
  """
6785
6655
  self._TaskName = None
@@ -6837,7 +6707,6 @@ class UpgradeItem(AbstractModel):
6837
6707
  @property
6838
6708
  def EndTime(self):
6839
6709
  """任务结束时间
6840
- 注意:此字段可能返回 null,表示取不到有效值。
6841
6710
  :rtype: str
6842
6711
  """
6843
6712
  return self._EndTime
@@ -6860,7 +6729,6 @@ class UpgradeItem(AbstractModel):
6860
6729
  @property
6861
6730
  def OperateUin(self):
6862
6731
  """操作者
6863
- 注意:此字段可能返回 null,表示取不到有效值。
6864
6732
  :rtype: str
6865
6733
  """
6866
6734
  return self._OperateUin
@@ -6900,10 +6768,8 @@ class ValueRange(AbstractModel):
6900
6768
  :param _Range: type 取section的时候,返回的参数值
6901
6769
  :type Range: :class:`tencentcloud.cdwpg.v20201230.models.Range`
6902
6770
  :param _Enum: type 取enum的时候,返回参数值
6903
- 注意:此字段可能返回 null,表示取不到有效值。
6904
6771
  :type Enum: list of str
6905
6772
  :param _String: type 取string的时候,返回的参数值
6906
- 注意:此字段可能返回 null,表示取不到有效值。
6907
6773
  :type String: str
6908
6774
  """
6909
6775
  self._Type = None
@@ -6936,7 +6802,6 @@ class ValueRange(AbstractModel):
6936
6802
  @property
6937
6803
  def Enum(self):
6938
6804
  """type 取enum的时候,返回参数值
6939
- 注意:此字段可能返回 null,表示取不到有效值。
6940
6805
  :rtype: list of str
6941
6806
  """
6942
6807
  return self._Enum
@@ -6948,7 +6813,6 @@ class ValueRange(AbstractModel):
6948
6813
  @property
6949
6814
  def String(self):
6950
6815
  """type 取string的时候,返回的参数值
6951
- 注意:此字段可能返回 null,表示取不到有效值。
6952
6816
  :rtype: str
6953
6817
  """
6954
6818
  return self._String