tencentcloud-sdk-python 3.0.1347__py2.py3-none-any.whl → 3.0.1348__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 (41) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/bh/v20230418/models.py +61 -23
  3. tencentcloud/cam/v20190116/models.py +2 -2
  4. tencentcloud/cdwdoris/v20211228/models.py +300 -0
  5. tencentcloud/cdwpg/v20201230/models.py +96 -84
  6. tencentcloud/chc/v20230418/models.py +0 -30
  7. tencentcloud/clb/v20180317/models.py +46 -16
  8. tencentcloud/dbbrain/v20210527/models.py +0 -8
  9. tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
  10. tencentcloud/dcdb/v20180411/models.py +0 -64
  11. tencentcloud/emr/v20190103/models.py +15 -54
  12. tencentcloud/ess/v20201111/models.py +4 -4
  13. tencentcloud/essbasic/v20210526/models.py +4 -4
  14. tencentcloud/gs/v20191118/models.py +4 -58
  15. tencentcloud/hai/v20230812/models.py +0 -44
  16. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
  17. tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
  18. tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
  19. tencentcloud/lcic/v20220817/lcic_client.py +1 -1
  20. tencentcloud/lcic/v20220817/models.py +56 -68
  21. tencentcloud/lkeap/v20240522/lkeap_client.py +5 -0
  22. tencentcloud/mariadb/v20170312/models.py +2 -70
  23. tencentcloud/mqtt/v20240516/models.py +296 -188
  24. tencentcloud/organization/v20210331/models.py +30 -0
  25. tencentcloud/tbaas/v20180416/models.py +0 -46
  26. tencentcloud/tcb/v20180608/errorcodes.py +3 -0
  27. tencentcloud/tcr/v20190924/models.py +0 -134
  28. tencentcloud/tdmq/v20200217/models.py +0 -14
  29. tencentcloud/thpc/v20230321/models.py +34 -0
  30. tencentcloud/tke/v20180525/models.py +0 -66
  31. tencentcloud/trocket/v20230308/models.py +0 -24
  32. tencentcloud/tsf/v20180326/models.py +196 -182
  33. tencentcloud/vcube/v20220410/models.py +51 -158
  34. tencentcloud/vcube/v20220410/vcube_client.py +2 -2
  35. tencentcloud/vod/v20180717/models.py +8 -46
  36. tencentcloud/wedata/v20210820/models.py +17 -0
  37. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/METADATA +1 -1
  38. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/RECORD +41 -41
  39. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/LICENSE +0 -0
  40. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/WHEEL +0 -0
  41. {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/top_level.txt +0 -0
@@ -1298,7 +1298,7 @@ class CreateDBInstanceRequest(AbstractModel):
1298
1298
  :type SubnetId: str
1299
1299
  :param _ProjectId: 项目 ID,可以通过查看项目列表获取,不传则关联到默认项目
1300
1300
  :type ProjectId: int
1301
- :param _DbVersionId: 数据库引擎版本,当前可选:8.0,5.7,10.1,10.0
1301
+ :param _DbVersionId: 数据库引擎版本,当前可选:8.0,5.7,10.1。
1302
1302
  :type DbVersionId: str
1303
1303
  :param _InstanceName: 实例名称, 可以通过该字段自主的设置实例的名字
1304
1304
  :type InstanceName: str
@@ -1467,7 +1467,7 @@ class CreateDBInstanceRequest(AbstractModel):
1467
1467
 
1468
1468
  @property
1469
1469
  def DbVersionId(self):
1470
- """数据库引擎版本,当前可选:8.0,5.7,10.1,10.0
1470
+ """数据库引擎版本,当前可选:8.0,5.7,10.1。
1471
1471
  :rtype: str
1472
1472
  """
1473
1473
  return self._DbVersionId
@@ -1629,7 +1629,6 @@ class CreateDBInstanceResponse(AbstractModel):
1629
1629
  查询订单详细信息,或在支付失败时调用用户账号相关接口进行支付。
1630
1630
  :type DealName: str
1631
1631
  :param _InstanceIds: 订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
1632
- 注意:此字段可能返回 null,表示取不到有效值。
1633
1632
  :type InstanceIds: list of str
1634
1633
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1635
1634
  :type RequestId: str
@@ -1653,7 +1652,6 @@ class CreateDBInstanceResponse(AbstractModel):
1653
1652
  @property
1654
1653
  def InstanceIds(self):
1655
1654
  """订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
1656
- 注意:此字段可能返回 null,表示取不到有效值。
1657
1655
  :rtype: list of str
1658
1656
  """
1659
1657
  return self._InstanceIds
@@ -2944,13 +2942,10 @@ class DBInstance(AbstractModel):
2944
2942
  :param _Qps: 最大 Qps 值
2945
2943
  :type Qps: int
2946
2944
  :param _Paymode: 付费模式
2947
- 注意:此字段可能返回 null,表示取不到有效值。
2948
2945
  :type Paymode: str
2949
2946
  :param _Locker: 实例处于异步任务时的异步任务流程ID
2950
- 注意:此字段可能返回 null,表示取不到有效值。
2951
2947
  :type Locker: int
2952
2948
  :param _StatusDesc: 实例目前运行状态描述
2953
- 注意:此字段可能返回 null,表示取不到有效值。
2954
2949
  :type StatusDesc: str
2955
2950
  :param _WanStatus: 外网状态,0-未开通;1-已开通;2-关闭;3-开通中
2956
2951
  :type WanStatus: int
@@ -2963,43 +2958,30 @@ class DBInstance(AbstractModel):
2963
2958
  :param _Cpu: 实例CPU核数
2964
2959
  :type Cpu: int
2965
2960
  :param _Ipv6Flag: 实例IPv6标志
2966
- 注意:此字段可能返回 null,表示取不到有效值。
2967
2961
  :type Ipv6Flag: int
2968
2962
  :param _Vipv6: 内网IPv6
2969
- 注意:此字段可能返回 null,表示取不到有效值。
2970
2963
  :type Vipv6: str
2971
2964
  :param _WanVipv6: 外网IPv6
2972
- 注意:此字段可能返回 null,表示取不到有效值。
2973
2965
  :type WanVipv6: str
2974
2966
  :param _WanPortIpv6: 外网IPv6端口
2975
- 注意:此字段可能返回 null,表示取不到有效值。
2976
2967
  :type WanPortIpv6: int
2977
2968
  :param _WanStatusIpv6: 外网IPv6状态
2978
- 注意:此字段可能返回 null,表示取不到有效值。
2979
2969
  :type WanStatusIpv6: int
2980
2970
  :param _DbEngine: 数据库引擎
2981
- 注意:此字段可能返回 null,表示取不到有效值。
2982
2971
  :type DbEngine: str
2983
2972
  :param _DbVersion: 数据库版本
2984
- 注意:此字段可能返回 null,表示取不到有效值。
2985
2973
  :type DbVersion: str
2986
2974
  :param _DcnFlag: DCN标志,0-无,1-主实例,2-灾备实例
2987
- 注意:此字段可能返回 null,表示取不到有效值。
2988
2975
  :type DcnFlag: int
2989
2976
  :param _DcnStatus: DCN状态,0-无,1-创建中,2-同步中,3-已断开
2990
- 注意:此字段可能返回 null,表示取不到有效值。
2991
2977
  :type DcnStatus: int
2992
2978
  :param _DcnDstNum: DCN灾备实例数
2993
- 注意:此字段可能返回 null,表示取不到有效值。
2994
2979
  :type DcnDstNum: int
2995
2980
  :param _InstanceType: 1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)
2996
- 注意:此字段可能返回 null,表示取不到有效值。
2997
2981
  :type InstanceType: int
2998
2982
  :param _ResourceTags: 实例标签信息
2999
- 注意:此字段可能返回 null,表示取不到有效值。
3000
2983
  :type ResourceTags: list of ResourceTag
3001
2984
  :param _DbVersionId: 数据库版本
3002
- 注意:此字段可能返回 null,表示取不到有效值。
3003
2985
  :type DbVersionId: str
3004
2986
  """
3005
2987
  self._InstanceId = None
@@ -3399,7 +3381,6 @@ class DBInstance(AbstractModel):
3399
3381
  @property
3400
3382
  def Paymode(self):
3401
3383
  """付费模式
3402
- 注意:此字段可能返回 null,表示取不到有效值。
3403
3384
  :rtype: str
3404
3385
  """
3405
3386
  return self._Paymode
@@ -3411,7 +3392,6 @@ class DBInstance(AbstractModel):
3411
3392
  @property
3412
3393
  def Locker(self):
3413
3394
  """实例处于异步任务时的异步任务流程ID
3414
- 注意:此字段可能返回 null,表示取不到有效值。
3415
3395
  :rtype: int
3416
3396
  """
3417
3397
  return self._Locker
@@ -3423,7 +3403,6 @@ class DBInstance(AbstractModel):
3423
3403
  @property
3424
3404
  def StatusDesc(self):
3425
3405
  """实例目前运行状态描述
3426
- 注意:此字段可能返回 null,表示取不到有效值。
3427
3406
  :rtype: str
3428
3407
  """
3429
3408
  return self._StatusDesc
@@ -3490,7 +3469,6 @@ class DBInstance(AbstractModel):
3490
3469
  @property
3491
3470
  def Ipv6Flag(self):
3492
3471
  """实例IPv6标志
3493
- 注意:此字段可能返回 null,表示取不到有效值。
3494
3472
  :rtype: int
3495
3473
  """
3496
3474
  return self._Ipv6Flag
@@ -3502,7 +3480,6 @@ class DBInstance(AbstractModel):
3502
3480
  @property
3503
3481
  def Vipv6(self):
3504
3482
  """内网IPv6
3505
- 注意:此字段可能返回 null,表示取不到有效值。
3506
3483
  :rtype: str
3507
3484
  """
3508
3485
  return self._Vipv6
@@ -3514,7 +3491,6 @@ class DBInstance(AbstractModel):
3514
3491
  @property
3515
3492
  def WanVipv6(self):
3516
3493
  """外网IPv6
3517
- 注意:此字段可能返回 null,表示取不到有效值。
3518
3494
  :rtype: str
3519
3495
  """
3520
3496
  return self._WanVipv6
@@ -3526,7 +3502,6 @@ class DBInstance(AbstractModel):
3526
3502
  @property
3527
3503
  def WanPortIpv6(self):
3528
3504
  """外网IPv6端口
3529
- 注意:此字段可能返回 null,表示取不到有效值。
3530
3505
  :rtype: int
3531
3506
  """
3532
3507
  return self._WanPortIpv6
@@ -3538,7 +3513,6 @@ class DBInstance(AbstractModel):
3538
3513
  @property
3539
3514
  def WanStatusIpv6(self):
3540
3515
  """外网IPv6状态
3541
- 注意:此字段可能返回 null,表示取不到有效值。
3542
3516
  :rtype: int
3543
3517
  """
3544
3518
  return self._WanStatusIpv6
@@ -3550,7 +3524,6 @@ class DBInstance(AbstractModel):
3550
3524
  @property
3551
3525
  def DbEngine(self):
3552
3526
  """数据库引擎
3553
- 注意:此字段可能返回 null,表示取不到有效值。
3554
3527
  :rtype: str
3555
3528
  """
3556
3529
  return self._DbEngine
@@ -3562,7 +3535,6 @@ class DBInstance(AbstractModel):
3562
3535
  @property
3563
3536
  def DbVersion(self):
3564
3537
  """数据库版本
3565
- 注意:此字段可能返回 null,表示取不到有效值。
3566
3538
  :rtype: str
3567
3539
  """
3568
3540
  return self._DbVersion
@@ -3574,7 +3546,6 @@ class DBInstance(AbstractModel):
3574
3546
  @property
3575
3547
  def DcnFlag(self):
3576
3548
  """DCN标志,0-无,1-主实例,2-灾备实例
3577
- 注意:此字段可能返回 null,表示取不到有效值。
3578
3549
  :rtype: int
3579
3550
  """
3580
3551
  return self._DcnFlag
@@ -3586,7 +3557,6 @@ class DBInstance(AbstractModel):
3586
3557
  @property
3587
3558
  def DcnStatus(self):
3588
3559
  """DCN状态,0-无,1-创建中,2-同步中,3-已断开
3589
- 注意:此字段可能返回 null,表示取不到有效值。
3590
3560
  :rtype: int
3591
3561
  """
3592
3562
  return self._DcnStatus
@@ -3598,7 +3568,6 @@ class DBInstance(AbstractModel):
3598
3568
  @property
3599
3569
  def DcnDstNum(self):
3600
3570
  """DCN灾备实例数
3601
- 注意:此字段可能返回 null,表示取不到有效值。
3602
3571
  :rtype: int
3603
3572
  """
3604
3573
  return self._DcnDstNum
@@ -3610,7 +3579,6 @@ class DBInstance(AbstractModel):
3610
3579
  @property
3611
3580
  def InstanceType(self):
3612
3581
  """1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)
3613
- 注意:此字段可能返回 null,表示取不到有效值。
3614
3582
  :rtype: int
3615
3583
  """
3616
3584
  return self._InstanceType
@@ -3622,7 +3590,6 @@ class DBInstance(AbstractModel):
3622
3590
  @property
3623
3591
  def ResourceTags(self):
3624
3592
  """实例标签信息
3625
- 注意:此字段可能返回 null,表示取不到有效值。
3626
3593
  :rtype: list of ResourceTag
3627
3594
  """
3628
3595
  return self._ResourceTags
@@ -3634,7 +3601,6 @@ class DBInstance(AbstractModel):
3634
3601
  @property
3635
3602
  def DbVersionId(self):
3636
3603
  """数据库版本
3637
- 注意:此字段可能返回 null,表示取不到有效值。
3638
3604
  :rtype: str
3639
3605
  """
3640
3606
  return self._DbVersionId
@@ -5928,7 +5894,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
5928
5894
  :param _IsEncryptSupported: 是否支持数据加密。1-支持;0-不支持
5929
5895
  :type IsEncryptSupported: int
5930
5896
  :param _Vip6: 内网IPv6
5931
- 注意:此字段可能返回 null,表示取不到有效值。
5932
5897
  :type Vip6: str
5933
5898
  :param _Cpu: 实例Cpu核数
5934
5899
  :type Cpu: int
@@ -5937,48 +5902,34 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
5937
5902
  :param _Qps: 最大QPS
5938
5903
  :type Qps: int
5939
5904
  :param _Ipv6Flag: 是否支持IPv6
5940
- 注意:此字段可能返回 null,表示取不到有效值。
5941
5905
  :type Ipv6Flag: int
5942
5906
  :param _WanVipv6: 外网IPv6地址,公网可访问
5943
- 注意:此字段可能返回 null,表示取不到有效值。
5944
5907
  :type WanVipv6: str
5945
5908
  :param _WanStatusIpv6: 外网状态,0-未开通;1-已开通;2-关闭;3-开通中;4-关闭中
5946
- 注意:此字段可能返回 null,表示取不到有效值。
5947
5909
  :type WanStatusIpv6: int
5948
5910
  :param _WanPortIpv6: 外网IPv6端口
5949
- 注意:此字段可能返回 null,表示取不到有效值。
5950
5911
  :type WanPortIpv6: int
5951
5912
  :param _DbEngine: 数据库引擎
5952
- 注意:此字段可能返回 null,表示取不到有效值。
5953
5913
  :type DbEngine: str
5954
5914
  :param _DbVersion: 数据库版本
5955
- 注意:此字段可能返回 null,表示取不到有效值。
5956
5915
  :type DbVersion: str
5957
5916
  :param _ResourceTags: 标签信息
5958
5917
  :type ResourceTags: list of ResourceTag
5959
5918
  :param _DcnFlag: DCN标志,0-无,1-主实例,2-灾备实例
5960
- 注意:此字段可能返回 null,表示取不到有效值。
5961
5919
  :type DcnFlag: int
5962
5920
  :param _DcnStatus: DCN状态,0-无,1-创建中,2-同步中,3-已断开
5963
- 注意:此字段可能返回 null,表示取不到有效值。
5964
5921
  :type DcnStatus: int
5965
5922
  :param _DcnDstNum: DCN灾备实例数
5966
- 注意:此字段可能返回 null,表示取不到有效值。
5967
5923
  :type DcnDstNum: int
5968
5924
  :param _InstanceType: 1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)
5969
- 注意:此字段可能返回 null,表示取不到有效值。
5970
5925
  :type InstanceType: int
5971
5926
  :param _NodesInfo: 实例的各个DB节点信息
5972
- 注意:此字段可能返回 null,表示取不到有效值。
5973
5927
  :type NodesInfo: list of NodeInfo
5974
5928
  :param _IsMaxUserConnectionsSupported: 实例是否支持设置用户连接数限制,内核为10.1暂不支持。
5975
- 注意:此字段可能返回 null,表示取不到有效值。
5976
5929
  :type IsMaxUserConnectionsSupported: bool
5977
5930
  :param _DbVersionId: 对外显示的数据库版本
5978
- 注意:此字段可能返回 null,表示取不到有效值。
5979
5931
  :type DbVersionId: str
5980
5932
  :param _EncryptStatus: 加密状态, 0-未开启,1-已开启
5981
- 注意:此字段可能返回 null,表示取不到有效值。
5982
5933
  :type EncryptStatus: int
5983
5934
  :param _ReplicaConfig: DCN的配置信息
5984
5935
  注意:此字段可能返回 null,表示取不到有效值。
@@ -5987,10 +5938,8 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
5987
5938
  注意:此字段可能返回 null,表示取不到有效值。
5988
5939
  :type ReplicaStatus: :class:`tencentcloud.mariadb.v20170312.models.DCNReplicaStatus`
5989
5940
  :param _ExclusterType: 独享集群类型,0:公有云, 1:金融围笼, 2:CDC集群
5990
- 注意:此字段可能返回 null,表示取不到有效值。
5991
5941
  :type ExclusterType: int
5992
5942
  :param _RsAccessStrategy: VPC就近访问
5993
- 注意:此字段可能返回 null,表示取不到有效值。
5994
5943
  :type RsAccessStrategy: int
5995
5944
  :param _ReservedNetResources: 尚未回收的网络资源
5996
5945
  :type ReservedNetResources: list of ReservedNetResource
@@ -6422,7 +6371,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6422
6371
  @property
6423
6372
  def Vip6(self):
6424
6373
  """内网IPv6
6425
- 注意:此字段可能返回 null,表示取不到有效值。
6426
6374
  :rtype: str
6427
6375
  """
6428
6376
  return self._Vip6
@@ -6467,7 +6415,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6467
6415
  @property
6468
6416
  def Ipv6Flag(self):
6469
6417
  """是否支持IPv6
6470
- 注意:此字段可能返回 null,表示取不到有效值。
6471
6418
  :rtype: int
6472
6419
  """
6473
6420
  return self._Ipv6Flag
@@ -6479,7 +6426,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6479
6426
  @property
6480
6427
  def WanVipv6(self):
6481
6428
  """外网IPv6地址,公网可访问
6482
- 注意:此字段可能返回 null,表示取不到有效值。
6483
6429
  :rtype: str
6484
6430
  """
6485
6431
  return self._WanVipv6
@@ -6491,7 +6437,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6491
6437
  @property
6492
6438
  def WanStatusIpv6(self):
6493
6439
  """外网状态,0-未开通;1-已开通;2-关闭;3-开通中;4-关闭中
6494
- 注意:此字段可能返回 null,表示取不到有效值。
6495
6440
  :rtype: int
6496
6441
  """
6497
6442
  return self._WanStatusIpv6
@@ -6503,7 +6448,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6503
6448
  @property
6504
6449
  def WanPortIpv6(self):
6505
6450
  """外网IPv6端口
6506
- 注意:此字段可能返回 null,表示取不到有效值。
6507
6451
  :rtype: int
6508
6452
  """
6509
6453
  return self._WanPortIpv6
@@ -6515,7 +6459,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6515
6459
  @property
6516
6460
  def DbEngine(self):
6517
6461
  """数据库引擎
6518
- 注意:此字段可能返回 null,表示取不到有效值。
6519
6462
  :rtype: str
6520
6463
  """
6521
6464
  return self._DbEngine
@@ -6527,7 +6470,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6527
6470
  @property
6528
6471
  def DbVersion(self):
6529
6472
  """数据库版本
6530
- 注意:此字段可能返回 null,表示取不到有效值。
6531
6473
  :rtype: str
6532
6474
  """
6533
6475
  return self._DbVersion
@@ -6550,7 +6492,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6550
6492
  @property
6551
6493
  def DcnFlag(self):
6552
6494
  """DCN标志,0-无,1-主实例,2-灾备实例
6553
- 注意:此字段可能返回 null,表示取不到有效值。
6554
6495
  :rtype: int
6555
6496
  """
6556
6497
  return self._DcnFlag
@@ -6562,7 +6503,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6562
6503
  @property
6563
6504
  def DcnStatus(self):
6564
6505
  """DCN状态,0-无,1-创建中,2-同步中,3-已断开
6565
- 注意:此字段可能返回 null,表示取不到有效值。
6566
6506
  :rtype: int
6567
6507
  """
6568
6508
  return self._DcnStatus
@@ -6574,7 +6514,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6574
6514
  @property
6575
6515
  def DcnDstNum(self):
6576
6516
  """DCN灾备实例数
6577
- 注意:此字段可能返回 null,表示取不到有效值。
6578
6517
  :rtype: int
6579
6518
  """
6580
6519
  return self._DcnDstNum
@@ -6586,7 +6525,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6586
6525
  @property
6587
6526
  def InstanceType(self):
6588
6527
  """1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)
6589
- 注意:此字段可能返回 null,表示取不到有效值。
6590
6528
  :rtype: int
6591
6529
  """
6592
6530
  return self._InstanceType
@@ -6598,7 +6536,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6598
6536
  @property
6599
6537
  def NodesInfo(self):
6600
6538
  """实例的各个DB节点信息
6601
- 注意:此字段可能返回 null,表示取不到有效值。
6602
6539
  :rtype: list of NodeInfo
6603
6540
  """
6604
6541
  return self._NodesInfo
@@ -6610,7 +6547,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6610
6547
  @property
6611
6548
  def IsMaxUserConnectionsSupported(self):
6612
6549
  """实例是否支持设置用户连接数限制,内核为10.1暂不支持。
6613
- 注意:此字段可能返回 null,表示取不到有效值。
6614
6550
  :rtype: bool
6615
6551
  """
6616
6552
  return self._IsMaxUserConnectionsSupported
@@ -6622,7 +6558,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6622
6558
  @property
6623
6559
  def DbVersionId(self):
6624
6560
  """对外显示的数据库版本
6625
- 注意:此字段可能返回 null,表示取不到有效值。
6626
6561
  :rtype: str
6627
6562
  """
6628
6563
  return self._DbVersionId
@@ -6634,7 +6569,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6634
6569
  @property
6635
6570
  def EncryptStatus(self):
6636
6571
  """加密状态, 0-未开启,1-已开启
6637
- 注意:此字段可能返回 null,表示取不到有效值。
6638
6572
  :rtype: int
6639
6573
  """
6640
6574
  return self._EncryptStatus
@@ -6670,7 +6604,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6670
6604
  @property
6671
6605
  def ExclusterType(self):
6672
6606
  """独享集群类型,0:公有云, 1:金融围笼, 2:CDC集群
6673
- 注意:此字段可能返回 null,表示取不到有效值。
6674
6607
  :rtype: int
6675
6608
  """
6676
6609
  return self._ExclusterType
@@ -6682,7 +6615,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
6682
6615
  @property
6683
6616
  def RsAccessStrategy(self):
6684
6617
  """VPC就近访问
6685
- 注意:此字段可能返回 null,表示取不到有效值。
6686
6618
  :rtype: int
6687
6619
  """
6688
6620
  return self._RsAccessStrategy