tencentcloud-sdk-python 3.0.1337__py2.py3-none-any.whl → 3.0.1339__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 (77) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/acp/v20220105/models.py +0 -10
  3. tencentcloud/autoscaling/v20180419/models.py +64 -112
  4. tencentcloud/bh/v20230418/bh_client.py +23 -0
  5. tencentcloud/bh/v20230418/models.py +342 -0
  6. tencentcloud/cdwch/v20200915/models.py +15 -0
  7. tencentcloud/cdwdoris/v20211228/models.py +30 -0
  8. tencentcloud/cfg/v20210820/models.py +30 -10
  9. tencentcloud/clb/v20180317/models.py +38 -24
  10. tencentcloud/cmq/v20190304/models.py +0 -90
  11. tencentcloud/cvm/v20170312/errorcodes.py +3 -0
  12. tencentcloud/cynosdb/v20190107/models.py +17 -358
  13. tencentcloud/dbbrain/v20191016/models.py +0 -12
  14. tencentcloud/dbbrain/v20210527/models.py +0 -16
  15. tencentcloud/dcdb/v20180411/models.py +15 -0
  16. tencentcloud/dlc/v20210125/models.py +140 -34
  17. tencentcloud/domain/v20180808/models.py +0 -126
  18. tencentcloud/dsgc/v20190723/models.py +8 -0
  19. tencentcloud/dts/v20180330/models.py +0 -18
  20. tencentcloud/dts/v20211206/models.py +0 -800
  21. tencentcloud/emr/v20190103/emr_client.py +23 -0
  22. tencentcloud/emr/v20190103/models.py +431 -0
  23. tencentcloud/es/v20180416/errorcodes.py +6 -0
  24. tencentcloud/es/v20180416/models.py +17 -0
  25. tencentcloud/ess/v20201111/ess_client.py +27 -0
  26. tencentcloud/ess/v20201111/models.py +227 -2
  27. tencentcloud/essbasic/v20210526/essbasic_client.py +27 -0
  28. tencentcloud/essbasic/v20210526/models.py +308 -0
  29. tencentcloud/fmu/v20191213/errorcodes.py +0 -21
  30. tencentcloud/fmu/v20191213/fmu_client.py +0 -75
  31. tencentcloud/fmu/v20191213/models.py +0 -527
  32. tencentcloud/goosefs/v20220519/models.py +0 -22
  33. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +0 -50
  34. tencentcloud/iotexplorer/v20190423/models.py +0 -491
  35. tencentcloud/iss/v20230517/models.py +15 -534
  36. tencentcloud/kms/v20190118/models.py +30 -0
  37. tencentcloud/lcic/v20220817/lcic_client.py +46 -0
  38. tencentcloud/lcic/v20220817/models.py +188 -0
  39. tencentcloud/lke/v20231130/lke_client.py +6 -1
  40. tencentcloud/lke/v20231130/models.py +8 -8
  41. tencentcloud/lowcode/v20210108/models.py +0 -106
  42. tencentcloud/mariadb/v20170312/errorcodes.py +3 -0
  43. tencentcloud/mariadb/v20170312/models.py +15 -0
  44. tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
  45. tencentcloud/mongodb/v20190725/models.py +109 -0
  46. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  47. tencentcloud/ocr/v20181119/models.py +2 -4
  48. tencentcloud/ocr/v20181119/ocr_client.py +1 -1
  49. tencentcloud/organization/v20210331/models.py +109 -0
  50. tencentcloud/organization/v20210331/organization_client.py +23 -0
  51. tencentcloud/redis/v20180412/models.py +21 -2
  52. tencentcloud/scf/v20180416/models.py +75 -0
  53. tencentcloud/svp/v20240125/errorcodes.py +3 -0
  54. tencentcloud/svp/v20240125/models.py +506 -0
  55. tencentcloud/svp/v20240125/svp_client.py +23 -0
  56. tencentcloud/tdmq/v20200217/models.py +2 -296
  57. tencentcloud/tdmq/v20200217/tdmq_client.py +0 -25
  58. tencentcloud/tione/v20211111/errorcodes.py +3 -0
  59. tencentcloud/tione/v20211111/models.py +68 -0
  60. tencentcloud/trtc/v20190722/models.py +39 -8
  61. tencentcloud/tse/v20201207/models.py +164 -104
  62. tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  63. tencentcloud/tsf/v20180326/models.py +85 -14
  64. tencentcloud/tsf/v20180326/tsf_client.py +23 -0
  65. tencentcloud/vclm/v20240523/models.py +58 -4
  66. tencentcloud/vdb/v20230616/models.py +9 -57
  67. tencentcloud/vpc/v20170312/models.py +100 -0
  68. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  69. tencentcloud/waf/v20180125/models.py +252 -0
  70. tencentcloud/waf/v20180125/waf_client.py +46 -0
  71. tencentcloud/wedata/v20210820/models.py +2232 -93
  72. tencentcloud/wedata/v20210820/wedata_client.py +69 -0
  73. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/METADATA +1 -1
  74. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/RECORD +77 -77
  75. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/LICENSE +0 -0
  76. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/WHEEL +0 -0
  77. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/top_level.txt +0 -0
@@ -2159,13 +2159,10 @@ class BackupFileInfo(AbstractModel):
2159
2159
  :param _SnapshotTime: 备份文件时间
2160
2160
  :type SnapshotTime: str
2161
2161
  :param _BackupId: 备份ID
2162
- 注意:此字段可能返回 null,表示取不到有效值。
2163
2162
  :type BackupId: int
2164
2163
  :param _SnapShotType: 快照类型,可选值:full,全量;increment,增量
2165
- 注意:此字段可能返回 null,表示取不到有效值。
2166
2164
  :type SnapShotType: str
2167
2165
  :param _BackupName: 备份文件备注
2168
- 注意:此字段可能返回 null,表示取不到有效值。
2169
2166
  :type BackupName: str
2170
2167
  """
2171
2168
  self._SnapshotId = None
@@ -2283,7 +2280,6 @@ class BackupFileInfo(AbstractModel):
2283
2280
  @property
2284
2281
  def BackupId(self):
2285
2282
  """备份ID
2286
- 注意:此字段可能返回 null,表示取不到有效值。
2287
2283
  :rtype: int
2288
2284
  """
2289
2285
  return self._BackupId
@@ -2295,7 +2291,6 @@ class BackupFileInfo(AbstractModel):
2295
2291
  @property
2296
2292
  def SnapShotType(self):
2297
2293
  """快照类型,可选值:full,全量;increment,增量
2298
- 注意:此字段可能返回 null,表示取不到有效值。
2299
2294
  :rtype: str
2300
2295
  """
2301
2296
  return self._SnapShotType
@@ -2307,7 +2302,6 @@ class BackupFileInfo(AbstractModel):
2307
2302
  @property
2308
2303
  def BackupName(self):
2309
2304
  """备份文件备注
2310
- 注意:此字段可能返回 null,表示取不到有效值。
2311
2305
  :rtype: str
2312
2306
  """
2313
2307
  return self._BackupName
@@ -2493,16 +2487,12 @@ class BindInstanceInfo(AbstractModel):
2493
2487
  def __init__(self):
2494
2488
  r"""
2495
2489
  :param _InstanceId: 绑定的集群ID
2496
- 注意:此字段可能返回 null,表示取不到有效值。
2497
2490
  :type InstanceId: str
2498
2491
  :param _InstanceRegion: 绑定的实例所在的地域
2499
- 注意:此字段可能返回 null,表示取不到有效值。
2500
2492
  :type InstanceRegion: str
2501
2493
  :param _InstanceType: 绑定的实例类型
2502
- 注意:此字段可能返回 null,表示取不到有效值。
2503
2494
  :type InstanceType: str
2504
2495
  :param _ExtendIds: 绑定集群下的实例ID
2505
- 注意:此字段可能返回 null,表示取不到有效值。
2506
2496
  :type ExtendIds: list of str
2507
2497
  """
2508
2498
  self._InstanceId = None
@@ -2513,7 +2503,6 @@ class BindInstanceInfo(AbstractModel):
2513
2503
  @property
2514
2504
  def InstanceId(self):
2515
2505
  """绑定的集群ID
2516
- 注意:此字段可能返回 null,表示取不到有效值。
2517
2506
  :rtype: str
2518
2507
  """
2519
2508
  return self._InstanceId
@@ -2525,7 +2514,6 @@ class BindInstanceInfo(AbstractModel):
2525
2514
  @property
2526
2515
  def InstanceRegion(self):
2527
2516
  """绑定的实例所在的地域
2528
- 注意:此字段可能返回 null,表示取不到有效值。
2529
2517
  :rtype: str
2530
2518
  """
2531
2519
  return self._InstanceRegion
@@ -2537,7 +2525,6 @@ class BindInstanceInfo(AbstractModel):
2537
2525
  @property
2538
2526
  def InstanceType(self):
2539
2527
  """绑定的实例类型
2540
- 注意:此字段可能返回 null,表示取不到有效值。
2541
2528
  :rtype: str
2542
2529
  """
2543
2530
  return self._InstanceType
@@ -2549,7 +2536,6 @@ class BindInstanceInfo(AbstractModel):
2549
2536
  @property
2550
2537
  def ExtendIds(self):
2551
2538
  """绑定集群下的实例ID
2552
- 注意:此字段可能返回 null,表示取不到有效值。
2553
2539
  :rtype: list of str
2554
2540
  """
2555
2541
  return self._ExtendIds
@@ -2582,10 +2568,8 @@ class BinlogConfigInfo(AbstractModel):
2582
2568
  def __init__(self):
2583
2569
  r"""
2584
2570
  :param _BinlogSaveDays: binlog保留时间
2585
- 注意:此字段可能返回 null,表示取不到有效值。
2586
2571
  :type BinlogSaveDays: int
2587
2572
  :param _BinlogCrossRegionsEnable: binlog异地地域备份是否开启
2588
- 注意:此字段可能返回 null,表示取不到有效值。
2589
2573
  :type BinlogCrossRegionsEnable: str
2590
2574
  :param _BinlogCrossRegions: binlog异地地域
2591
2575
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2598,7 +2582,6 @@ class BinlogConfigInfo(AbstractModel):
2598
2582
  @property
2599
2583
  def BinlogSaveDays(self):
2600
2584
  """binlog保留时间
2601
- 注意:此字段可能返回 null,表示取不到有效值。
2602
2585
  :rtype: int
2603
2586
  """
2604
2587
  return self._BinlogSaveDays
@@ -2610,7 +2593,6 @@ class BinlogConfigInfo(AbstractModel):
2610
2593
  @property
2611
2594
  def BinlogCrossRegionsEnable(self):
2612
2595
  """binlog异地地域备份是否开启
2613
- 注意:此字段可能返回 null,表示取不到有效值。
2614
2596
  :rtype: str
2615
2597
  """
2616
2598
  return self._BinlogCrossRegionsEnable
@@ -4595,22 +4577,18 @@ class ClusterSlaveData(AbstractModel):
4595
4577
  def __init__(self):
4596
4578
  r"""
4597
4579
  :param _OldMasterZone: 旧主可用区
4598
- 注意:此字段可能返回 null,表示取不到有效值。
4599
4580
  :type OldMasterZone: str
4600
4581
  :param _OldSlaveZone: 旧从可用区
4601
4582
  注意:此字段可能返回 null,表示取不到有效值。
4602
4583
  :type OldSlaveZone: list of str
4603
4584
  :param _NewMasterZone: 新主可用区
4604
- 注意:此字段可能返回 null,表示取不到有效值。
4605
4585
  :type NewMasterZone: str
4606
4586
  :param _NewSlaveZone: 新从可用区
4607
4587
  注意:此字段可能返回 null,表示取不到有效值。
4608
4588
  :type NewSlaveZone: list of str
4609
4589
  :param _NewSlaveZoneAttr: 新从可用区属性
4610
- 注意:此字段可能返回 null,表示取不到有效值。
4611
4590
  :type NewSlaveZoneAttr: list of SlaveZoneAttrItem
4612
4591
  :param _OldSlaveZoneAttr: 旧可用区属性
4613
- 注意:此字段可能返回 null,表示取不到有效值。
4614
4592
  :type OldSlaveZoneAttr: list of SlaveZoneAttrItem
4615
4593
  """
4616
4594
  self._OldMasterZone = None
@@ -4623,7 +4601,6 @@ class ClusterSlaveData(AbstractModel):
4623
4601
  @property
4624
4602
  def OldMasterZone(self):
4625
4603
  """旧主可用区
4626
- 注意:此字段可能返回 null,表示取不到有效值。
4627
4604
  :rtype: str
4628
4605
  """
4629
4606
  return self._OldMasterZone
@@ -4647,7 +4624,6 @@ class ClusterSlaveData(AbstractModel):
4647
4624
  @property
4648
4625
  def NewMasterZone(self):
4649
4626
  """新主可用区
4650
- 注意:此字段可能返回 null,表示取不到有效值。
4651
4627
  :rtype: str
4652
4628
  """
4653
4629
  return self._NewMasterZone
@@ -4671,7 +4647,6 @@ class ClusterSlaveData(AbstractModel):
4671
4647
  @property
4672
4648
  def NewSlaveZoneAttr(self):
4673
4649
  """新从可用区属性
4674
- 注意:此字段可能返回 null,表示取不到有效值。
4675
4650
  :rtype: list of SlaveZoneAttrItem
4676
4651
  """
4677
4652
  return self._NewSlaveZoneAttr
@@ -4683,7 +4658,6 @@ class ClusterSlaveData(AbstractModel):
4683
4658
  @property
4684
4659
  def OldSlaveZoneAttr(self):
4685
4660
  """旧可用区属性
4686
- 注意:此字段可能返回 null,表示取不到有效值。
4687
4661
  :rtype: list of SlaveZoneAttrItem
4688
4662
  """
4689
4663
  return self._OldSlaveZoneAttr
@@ -5189,7 +5163,6 @@ class CreateAuditRuleTemplateResponse(AbstractModel):
5189
5163
  def __init__(self):
5190
5164
  r"""
5191
5165
  :param _RuleTemplateId: 生成的规则模板ID。
5192
- 注意:此字段可能返回 null,表示取不到有效值。
5193
5166
  :type RuleTemplateId: str
5194
5167
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5195
5168
  :type RequestId: str
@@ -5200,7 +5173,6 @@ class CreateAuditRuleTemplateResponse(AbstractModel):
5200
5173
  @property
5201
5174
  def RuleTemplateId(self):
5202
5175
  """生成的规则模板ID。
5203
- 注意:此字段可能返回 null,表示取不到有效值。
5204
5176
  :rtype: str
5205
5177
  """
5206
5178
  return self._RuleTemplateId
@@ -7547,13 +7519,10 @@ class CrossRegionBackupItem(AbstractModel):
7547
7519
  def __init__(self):
7548
7520
  r"""
7549
7521
  :param _CrossRegion: 备份的目标地域
7550
- 注意:此字段可能返回 null,表示取不到有效值。
7551
7522
  :type CrossRegion: str
7552
7523
  :param _BackupId: 目标地域的备份任务ID
7553
- 注意:此字段可能返回 null,表示取不到有效值。
7554
- :type BackupId: str
7524
+ :type BackupId: int
7555
7525
  :param _BackupStatus: 目标地域的备份状态
7556
- 注意:此字段可能返回 null,表示取不到有效值。
7557
7526
  :type BackupStatus: str
7558
7527
  """
7559
7528
  self._CrossRegion = None
@@ -7563,7 +7532,6 @@ class CrossRegionBackupItem(AbstractModel):
7563
7532
  @property
7564
7533
  def CrossRegion(self):
7565
7534
  """备份的目标地域
7566
- 注意:此字段可能返回 null,表示取不到有效值。
7567
7535
  :rtype: str
7568
7536
  """
7569
7537
  return self._CrossRegion
@@ -7575,8 +7543,7 @@ class CrossRegionBackupItem(AbstractModel):
7575
7543
  @property
7576
7544
  def BackupId(self):
7577
7545
  """目标地域的备份任务ID
7578
- 注意:此字段可能返回 null,表示取不到有效值。
7579
- :rtype: str
7546
+ :rtype: int
7580
7547
  """
7581
7548
  return self._BackupId
7582
7549
 
@@ -7587,7 +7554,6 @@ class CrossRegionBackupItem(AbstractModel):
7587
7554
  @property
7588
7555
  def BackupStatus(self):
7589
7556
  """目标地域的备份状态
7590
- 注意:此字段可能返回 null,表示取不到有效值。
7591
7557
  :rtype: str
7592
7558
  """
7593
7559
  return self._BackupStatus
@@ -11514,10 +11480,8 @@ class DatabasePrivileges(AbstractModel):
11514
11480
  def __init__(self):
11515
11481
  r"""
11516
11482
  :param _Db: 数据库
11517
- 注意:此字段可能返回 null,表示取不到有效值。
11518
11483
  :type Db: str
11519
11484
  :param _Privileges: 权限列表
11520
- 注意:此字段可能返回 null,表示取不到有效值。
11521
11485
  :type Privileges: list of str
11522
11486
  """
11523
11487
  self._Db = None
@@ -11526,7 +11490,6 @@ class DatabasePrivileges(AbstractModel):
11526
11490
  @property
11527
11491
  def Db(self):
11528
11492
  """数据库
11529
- 注意:此字段可能返回 null,表示取不到有效值。
11530
11493
  :rtype: str
11531
11494
  """
11532
11495
  return self._Db
@@ -11538,7 +11501,6 @@ class DatabasePrivileges(AbstractModel):
11538
11501
  @property
11539
11502
  def Privileges(self):
11540
11503
  """权限列表
11541
- 注意:此字段可能返回 null,表示取不到有效值。
11542
11504
  :rtype: list of str
11543
11505
  """
11544
11506
  return self._Privileges
@@ -11569,10 +11531,8 @@ class DatabaseTables(AbstractModel):
11569
11531
  def __init__(self):
11570
11532
  r"""
11571
11533
  :param _Database: 数据库名
11572
- 注意:此字段可能返回 null,表示取不到有效值。
11573
11534
  :type Database: str
11574
11535
  :param _Tables: 表名称列表
11575
- 注意:此字段可能返回 null,表示取不到有效值。
11576
11536
  :type Tables: list of str
11577
11537
  """
11578
11538
  self._Database = None
@@ -11581,7 +11541,6 @@ class DatabaseTables(AbstractModel):
11581
11541
  @property
11582
11542
  def Database(self):
11583
11543
  """数据库名
11584
- 注意:此字段可能返回 null,表示取不到有效值。
11585
11544
  :rtype: str
11586
11545
  """
11587
11546
  return self._Database
@@ -11593,7 +11552,6 @@ class DatabaseTables(AbstractModel):
11593
11552
  @property
11594
11553
  def Tables(self):
11595
11554
  """表名称列表
11596
- 注意:此字段可能返回 null,表示取不到有效值。
11597
11555
  :rtype: list of str
11598
11556
  """
11599
11557
  return self._Tables
@@ -11632,28 +11590,20 @@ class DbInfo(AbstractModel):
11632
11590
  :param _CollateRule: 排序规则
11633
11591
  :type CollateRule: str
11634
11592
  :param _Description: 数据库备注
11635
- 注意:此字段可能返回 null,表示取不到有效值。
11636
11593
  :type Description: str
11637
11594
  :param _UserHostPrivileges: 用户权限
11638
- 注意:此字段可能返回 null,表示取不到有效值。
11639
11595
  :type UserHostPrivileges: list of UserHostPrivilege
11640
11596
  :param _DbId: 数据库ID
11641
- 注意:此字段可能返回 null,表示取不到有效值。
11642
11597
  :type DbId: int
11643
11598
  :param _CreateTime: 创建时间
11644
- 注意:此字段可能返回 null,表示取不到有效值。
11645
11599
  :type CreateTime: str
11646
11600
  :param _UpdateTime: 更新时间
11647
- 注意:此字段可能返回 null,表示取不到有效值。
11648
11601
  :type UpdateTime: str
11649
11602
  :param _AppId: 用户appid
11650
- 注意:此字段可能返回 null,表示取不到有效值。
11651
11603
  :type AppId: int
11652
11604
  :param _Uin: 用户Uin
11653
- 注意:此字段可能返回 null,表示取不到有效值。
11654
11605
  :type Uin: str
11655
11606
  :param _ClusterId: 集群Id
11656
- 注意:此字段可能返回 null,表示取不到有效值。
11657
11607
  :type ClusterId: str
11658
11608
  """
11659
11609
  self._DbName = None
@@ -11716,7 +11666,6 @@ class DbInfo(AbstractModel):
11716
11666
  @property
11717
11667
  def Description(self):
11718
11668
  """数据库备注
11719
- 注意:此字段可能返回 null,表示取不到有效值。
11720
11669
  :rtype: str
11721
11670
  """
11722
11671
  return self._Description
@@ -11728,7 +11677,6 @@ class DbInfo(AbstractModel):
11728
11677
  @property
11729
11678
  def UserHostPrivileges(self):
11730
11679
  """用户权限
11731
- 注意:此字段可能返回 null,表示取不到有效值。
11732
11680
  :rtype: list of UserHostPrivilege
11733
11681
  """
11734
11682
  return self._UserHostPrivileges
@@ -11740,7 +11688,6 @@ class DbInfo(AbstractModel):
11740
11688
  @property
11741
11689
  def DbId(self):
11742
11690
  """数据库ID
11743
- 注意:此字段可能返回 null,表示取不到有效值。
11744
11691
  :rtype: int
11745
11692
  """
11746
11693
  return self._DbId
@@ -11752,7 +11699,6 @@ class DbInfo(AbstractModel):
11752
11699
  @property
11753
11700
  def CreateTime(self):
11754
11701
  """创建时间
11755
- 注意:此字段可能返回 null,表示取不到有效值。
11756
11702
  :rtype: str
11757
11703
  """
11758
11704
  return self._CreateTime
@@ -11764,7 +11710,6 @@ class DbInfo(AbstractModel):
11764
11710
  @property
11765
11711
  def UpdateTime(self):
11766
11712
  """更新时间
11767
- 注意:此字段可能返回 null,表示取不到有效值。
11768
11713
  :rtype: str
11769
11714
  """
11770
11715
  return self._UpdateTime
@@ -11776,7 +11721,6 @@ class DbInfo(AbstractModel):
11776
11721
  @property
11777
11722
  def AppId(self):
11778
11723
  """用户appid
11779
- 注意:此字段可能返回 null,表示取不到有效值。
11780
11724
  :rtype: int
11781
11725
  """
11782
11726
  return self._AppId
@@ -11788,7 +11732,6 @@ class DbInfo(AbstractModel):
11788
11732
  @property
11789
11733
  def Uin(self):
11790
11734
  """用户Uin
11791
- 注意:此字段可能返回 null,表示取不到有效值。
11792
11735
  :rtype: str
11793
11736
  """
11794
11737
  return self._Uin
@@ -11800,7 +11743,6 @@ class DbInfo(AbstractModel):
11800
11743
  @property
11801
11744
  def ClusterId(self):
11802
11745
  """集群Id
11803
- 注意:此字段可能返回 null,表示取不到有效值。
11804
11746
  :rtype: str
11805
11747
  """
11806
11748
  return self._ClusterId
@@ -12487,10 +12429,8 @@ class DeliverSummary(AbstractModel):
12487
12429
  def __init__(self):
12488
12430
  r"""
12489
12431
  :param _DeliverType: 投递类型,store(存储类),mq(消息通道)
12490
- 注意:此字段可能返回 null,表示取不到有效值。
12491
12432
  :type DeliverType: str
12492
12433
  :param _DeliverSubType: 投递子类型:cls,ckafka。
12493
- 注意:此字段可能返回 null,表示取不到有效值。
12494
12434
  :type DeliverSubType: str
12495
12435
  """
12496
12436
  self._DeliverType = None
@@ -12499,7 +12439,6 @@ class DeliverSummary(AbstractModel):
12499
12439
  @property
12500
12440
  def DeliverType(self):
12501
12441
  """投递类型,store(存储类),mq(消息通道)
12502
- 注意:此字段可能返回 null,表示取不到有效值。
12503
12442
  :rtype: str
12504
12443
  """
12505
12444
  return self._DeliverType
@@ -12511,7 +12450,6 @@ class DeliverSummary(AbstractModel):
12511
12450
  @property
12512
12451
  def DeliverSubType(self):
12513
12452
  """投递子类型:cls,ckafka。
12514
- 注意:此字段可能返回 null,表示取不到有效值。
12515
12453
  :rtype: str
12516
12454
  """
12517
12455
  return self._DeliverSubType
@@ -20901,13 +20839,10 @@ class ErrorLogItemExport(AbstractModel):
20901
20839
  def __init__(self):
20902
20840
  r"""
20903
20841
  :param _Timestamp: 时间
20904
- 注意:此字段可能返回 null,表示取不到有效值。
20905
20842
  :type Timestamp: str
20906
20843
  :param _Level: 日志等级,可选值note, warning,error
20907
- 注意:此字段可能返回 null,表示取不到有效值。
20908
20844
  :type Level: str
20909
20845
  :param _Content: 日志内容
20910
- 注意:此字段可能返回 null,表示取不到有效值。
20911
20846
  :type Content: str
20912
20847
  """
20913
20848
  self._Timestamp = None
@@ -20917,7 +20852,6 @@ class ErrorLogItemExport(AbstractModel):
20917
20852
  @property
20918
20853
  def Timestamp(self):
20919
20854
  """时间
20920
- 注意:此字段可能返回 null,表示取不到有效值。
20921
20855
  :rtype: str
20922
20856
  """
20923
20857
  return self._Timestamp
@@ -20929,7 +20863,6 @@ class ErrorLogItemExport(AbstractModel):
20929
20863
  @property
20930
20864
  def Level(self):
20931
20865
  """日志等级,可选值note, warning,error
20932
- 注意:此字段可能返回 null,表示取不到有效值。
20933
20866
  :rtype: str
20934
20867
  """
20935
20868
  return self._Level
@@ -20941,7 +20874,6 @@ class ErrorLogItemExport(AbstractModel):
20941
20874
  @property
20942
20875
  def Content(self):
20943
20876
  """日志内容
20944
- 注意:此字段可能返回 null,表示取不到有效值。
20945
20877
  :rtype: str
20946
20878
  """
20947
20879
  return self._Content
@@ -21264,10 +21196,13 @@ class ExportInstanceErrorLogsResponse(AbstractModel):
21264
21196
  :param _ErrorLogItems: 错误日志导出内容
21265
21197
  注意:此字段可能返回 null,表示取不到有效值。
21266
21198
  :type ErrorLogItems: list of ErrorLogItemExport
21199
+ :param _FileContent: 错误日志字符串
21200
+ :type FileContent: str
21267
21201
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21268
21202
  :type RequestId: str
21269
21203
  """
21270
21204
  self._ErrorLogItems = None
21205
+ self._FileContent = None
21271
21206
  self._RequestId = None
21272
21207
 
21273
21208
  @property
@@ -21282,6 +21217,17 @@ class ExportInstanceErrorLogsResponse(AbstractModel):
21282
21217
  def ErrorLogItems(self, ErrorLogItems):
21283
21218
  self._ErrorLogItems = ErrorLogItems
21284
21219
 
21220
+ @property
21221
+ def FileContent(self):
21222
+ """错误日志字符串
21223
+ :rtype: str
21224
+ """
21225
+ return self._FileContent
21226
+
21227
+ @FileContent.setter
21228
+ def FileContent(self, FileContent):
21229
+ self._FileContent = FileContent
21230
+
21285
21231
  @property
21286
21232
  def RequestId(self):
21287
21233
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -21301,6 +21247,7 @@ class ExportInstanceErrorLogsResponse(AbstractModel):
21301
21247
  obj = ErrorLogItemExport()
21302
21248
  obj._deserialize(item)
21303
21249
  self._ErrorLogItems.append(obj)
21250
+ self._FileContent = params.get("FileContent")
21304
21251
  self._RequestId = params.get("RequestId")
21305
21252
 
21306
21253
 
@@ -22521,10 +22468,8 @@ class InstanceAbility(AbstractModel):
22521
22468
  def __init__(self):
22522
22469
  r"""
22523
22470
  :param _IsSupportForceRestart: 实例是否支持强制重启,可选值:yes:支持,no:不支持
22524
- 注意:此字段可能返回 null,表示取不到有效值。
22525
22471
  :type IsSupportForceRestart: str
22526
22472
  :param _NonsupportForceRestartReason: 不支持强制重启的原因
22527
- 注意:此字段可能返回 null,表示取不到有效值。
22528
22473
  :type NonsupportForceRestartReason: str
22529
22474
  """
22530
22475
  self._IsSupportForceRestart = None
@@ -22533,7 +22478,6 @@ class InstanceAbility(AbstractModel):
22533
22478
  @property
22534
22479
  def IsSupportForceRestart(self):
22535
22480
  """实例是否支持强制重启,可选值:yes:支持,no:不支持
22536
- 注意:此字段可能返回 null,表示取不到有效值。
22537
22481
  :rtype: str
22538
22482
  """
22539
22483
  return self._IsSupportForceRestart
@@ -22545,7 +22489,6 @@ class InstanceAbility(AbstractModel):
22545
22489
  @property
22546
22490
  def NonsupportForceRestartReason(self):
22547
22491
  """不支持强制重启的原因
22548
- 注意:此字段可能返回 null,表示取不到有效值。
22549
22492
  :rtype: str
22550
22493
  """
22551
22494
  return self._NonsupportForceRestartReason
@@ -23065,37 +23008,28 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23065
23008
  def __init__(self):
23066
23009
  r"""
23067
23010
  :param _InstanceId: 实例id
23068
- 注意:此字段可能返回 null,表示取不到有效值。
23069
23011
  :type InstanceId: str
23070
23012
  :param _InstanceName: 实例name
23071
23013
 
23072
- 注意:此字段可能返回 null,表示取不到有效值。
23073
23014
  :type InstanceName: str
23074
23015
  :param _TopicId: 日志主题id
23075
23016
 
23076
- 注意:此字段可能返回 null,表示取不到有效值。
23077
23017
  :type TopicId: str
23078
23018
  :param _TopicName: 日志主题name
23079
- 注意:此字段可能返回 null,表示取不到有效值。
23080
23019
  :type TopicName: str
23081
23020
  :param _GroupId: 日志集id
23082
23021
 
23083
- 注意:此字段可能返回 null,表示取不到有效值。
23084
23022
  :type GroupId: str
23085
23023
  :param _GroupName: 日志集name
23086
23024
 
23087
- 注意:此字段可能返回 null,表示取不到有效值。
23088
23025
  :type GroupName: str
23089
23026
  :param _Region: 日志投递地域
23090
23027
 
23091
- 注意:此字段可能返回 null,表示取不到有效值。
23092
23028
  :type Region: str
23093
23029
  :param _Status: 投递状态creating,running,offlining,offlined
23094
23030
 
23095
- 注意:此字段可能返回 null,表示取不到有效值。
23096
23031
  :type Status: str
23097
23032
  :param _LogType: 日志类型
23098
- 注意:此字段可能返回 null,表示取不到有效值。
23099
23033
  :type LogType: str
23100
23034
  """
23101
23035
  self._InstanceId = None
@@ -23111,7 +23045,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23111
23045
  @property
23112
23046
  def InstanceId(self):
23113
23047
  """实例id
23114
- 注意:此字段可能返回 null,表示取不到有效值。
23115
23048
  :rtype: str
23116
23049
  """
23117
23050
  return self._InstanceId
@@ -23124,7 +23057,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23124
23057
  def InstanceName(self):
23125
23058
  """实例name
23126
23059
 
23127
- 注意:此字段可能返回 null,表示取不到有效值。
23128
23060
  :rtype: str
23129
23061
  """
23130
23062
  return self._InstanceName
@@ -23137,7 +23069,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23137
23069
  def TopicId(self):
23138
23070
  """日志主题id
23139
23071
 
23140
- 注意:此字段可能返回 null,表示取不到有效值。
23141
23072
  :rtype: str
23142
23073
  """
23143
23074
  return self._TopicId
@@ -23149,7 +23080,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23149
23080
  @property
23150
23081
  def TopicName(self):
23151
23082
  """日志主题name
23152
- 注意:此字段可能返回 null,表示取不到有效值。
23153
23083
  :rtype: str
23154
23084
  """
23155
23085
  return self._TopicName
@@ -23162,7 +23092,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23162
23092
  def GroupId(self):
23163
23093
  """日志集id
23164
23094
 
23165
- 注意:此字段可能返回 null,表示取不到有效值。
23166
23095
  :rtype: str
23167
23096
  """
23168
23097
  return self._GroupId
@@ -23175,7 +23104,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23175
23104
  def GroupName(self):
23176
23105
  """日志集name
23177
23106
 
23178
- 注意:此字段可能返回 null,表示取不到有效值。
23179
23107
  :rtype: str
23180
23108
  """
23181
23109
  return self._GroupName
@@ -23188,7 +23116,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23188
23116
  def Region(self):
23189
23117
  """日志投递地域
23190
23118
 
23191
- 注意:此字段可能返回 null,表示取不到有效值。
23192
23119
  :rtype: str
23193
23120
  """
23194
23121
  return self._Region
@@ -23201,7 +23128,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23201
23128
  def Status(self):
23202
23129
  """投递状态creating,running,offlining,offlined
23203
23130
 
23204
- 注意:此字段可能返回 null,表示取不到有效值。
23205
23131
  :rtype: str
23206
23132
  """
23207
23133
  return self._Status
@@ -23213,7 +23139,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23213
23139
  @property
23214
23140
  def LogType(self):
23215
23141
  """日志类型
23216
- 注意:此字段可能返回 null,表示取不到有效值。
23217
23142
  :rtype: str
23218
23143
  """
23219
23144
  return self._LogType
@@ -23407,37 +23332,26 @@ class InstanceNetInfo(AbstractModel):
23407
23332
  def __init__(self):
23408
23333
  r"""
23409
23334
  :param _InstanceGroupType: 网络类型
23410
- 注意:此字段可能返回 null,表示取不到有效值。
23411
23335
  :type InstanceGroupType: str
23412
23336
  :param _InstanceGroupId: 实例组ID
23413
- 注意:此字段可能返回 null,表示取不到有效值。
23414
23337
  :type InstanceGroupId: str
23415
23338
  :param _VpcId: 私有网络ID
23416
- 注意:此字段可能返回 null,表示取不到有效值。
23417
23339
  :type VpcId: str
23418
23340
  :param _SubnetId: 子网ID
23419
- 注意:此字段可能返回 null,表示取不到有效值。
23420
23341
  :type SubnetId: str
23421
23342
  :param _NetType: 网络类型, 0-基础网络, 1-vpc网络, 2-黑石网络
23422
- 注意:此字段可能返回 null,表示取不到有效值。
23423
23343
  :type NetType: int
23424
23344
  :param _Vip: 私有网络IP
23425
- 注意:此字段可能返回 null,表示取不到有效值。
23426
23345
  :type Vip: str
23427
23346
  :param _Vport: 私有网络端口
23428
- 注意:此字段可能返回 null,表示取不到有效值。
23429
23347
  :type Vport: int
23430
23348
  :param _WanDomain: 外网域名
23431
- 注意:此字段可能返回 null,表示取不到有效值。
23432
23349
  :type WanDomain: str
23433
23350
  :param _WanIP: 外网IP
23434
- 注意:此字段可能返回 null,表示取不到有效值。
23435
23351
  :type WanIP: str
23436
23352
  :param _WanPort: 外网端口
23437
- 注意:此字段可能返回 null,表示取不到有效值。
23438
23353
  :type WanPort: int
23439
23354
  :param _WanStatus: 外网开启状态
23440
- 注意:此字段可能返回 null,表示取不到有效值。
23441
23355
  :type WanStatus: str
23442
23356
  """
23443
23357
  self._InstanceGroupType = None
@@ -23455,7 +23369,6 @@ class InstanceNetInfo(AbstractModel):
23455
23369
  @property
23456
23370
  def InstanceGroupType(self):
23457
23371
  """网络类型
23458
- 注意:此字段可能返回 null,表示取不到有效值。
23459
23372
  :rtype: str
23460
23373
  """
23461
23374
  return self._InstanceGroupType
@@ -23467,7 +23380,6 @@ class InstanceNetInfo(AbstractModel):
23467
23380
  @property
23468
23381
  def InstanceGroupId(self):
23469
23382
  """实例组ID
23470
- 注意:此字段可能返回 null,表示取不到有效值。
23471
23383
  :rtype: str
23472
23384
  """
23473
23385
  return self._InstanceGroupId
@@ -23479,7 +23391,6 @@ class InstanceNetInfo(AbstractModel):
23479
23391
  @property
23480
23392
  def VpcId(self):
23481
23393
  """私有网络ID
23482
- 注意:此字段可能返回 null,表示取不到有效值。
23483
23394
  :rtype: str
23484
23395
  """
23485
23396
  return self._VpcId
@@ -23491,7 +23402,6 @@ class InstanceNetInfo(AbstractModel):
23491
23402
  @property
23492
23403
  def SubnetId(self):
23493
23404
  """子网ID
23494
- 注意:此字段可能返回 null,表示取不到有效值。
23495
23405
  :rtype: str
23496
23406
  """
23497
23407
  return self._SubnetId
@@ -23503,7 +23413,6 @@ class InstanceNetInfo(AbstractModel):
23503
23413
  @property
23504
23414
  def NetType(self):
23505
23415
  """网络类型, 0-基础网络, 1-vpc网络, 2-黑石网络
23506
- 注意:此字段可能返回 null,表示取不到有效值。
23507
23416
  :rtype: int
23508
23417
  """
23509
23418
  return self._NetType
@@ -23515,7 +23424,6 @@ class InstanceNetInfo(AbstractModel):
23515
23424
  @property
23516
23425
  def Vip(self):
23517
23426
  """私有网络IP
23518
- 注意:此字段可能返回 null,表示取不到有效值。
23519
23427
  :rtype: str
23520
23428
  """
23521
23429
  return self._Vip
@@ -23527,7 +23435,6 @@ class InstanceNetInfo(AbstractModel):
23527
23435
  @property
23528
23436
  def Vport(self):
23529
23437
  """私有网络端口
23530
- 注意:此字段可能返回 null,表示取不到有效值。
23531
23438
  :rtype: int
23532
23439
  """
23533
23440
  return self._Vport
@@ -23539,7 +23446,6 @@ class InstanceNetInfo(AbstractModel):
23539
23446
  @property
23540
23447
  def WanDomain(self):
23541
23448
  """外网域名
23542
- 注意:此字段可能返回 null,表示取不到有效值。
23543
23449
  :rtype: str
23544
23450
  """
23545
23451
  return self._WanDomain
@@ -23551,7 +23457,6 @@ class InstanceNetInfo(AbstractModel):
23551
23457
  @property
23552
23458
  def WanIP(self):
23553
23459
  """外网IP
23554
- 注意:此字段可能返回 null,表示取不到有效值。
23555
23460
  :rtype: str
23556
23461
  """
23557
23462
  return self._WanIP
@@ -23563,7 +23468,6 @@ class InstanceNetInfo(AbstractModel):
23563
23468
  @property
23564
23469
  def WanPort(self):
23565
23470
  """外网端口
23566
- 注意:此字段可能返回 null,表示取不到有效值。
23567
23471
  :rtype: int
23568
23472
  """
23569
23473
  return self._WanPort
@@ -23575,7 +23479,6 @@ class InstanceNetInfo(AbstractModel):
23575
23479
  @property
23576
23480
  def WanStatus(self):
23577
23481
  """外网开启状态
23578
- 注意:此字段可能返回 null,表示取不到有效值。
23579
23482
  :rtype: str
23580
23483
  """
23581
23484
  return self._WanStatus
@@ -24239,19 +24142,14 @@ class LogicBackupConfigInfo(AbstractModel):
24239
24142
  def __init__(self):
24240
24143
  r"""
24241
24144
  :param _LogicBackupEnable: 是否开启自动逻辑备份
24242
- 注意:此字段可能返回 null,表示取不到有效值。
24243
24145
  :type LogicBackupEnable: str
24244
24146
  :param _LogicBackupTimeBeg: 自动逻辑备份开始时间
24245
- 注意:此字段可能返回 null,表示取不到有效值。
24246
24147
  :type LogicBackupTimeBeg: int
24247
24148
  :param _LogicBackupTimeEnd: 自动逻辑备份结束时间
24248
- 注意:此字段可能返回 null,表示取不到有效值。
24249
24149
  :type LogicBackupTimeEnd: int
24250
24150
  :param _LogicReserveDuration: 自动逻辑备份保留时间
24251
- 注意:此字段可能返回 null,表示取不到有效值。
24252
24151
  :type LogicReserveDuration: int
24253
24152
  :param _LogicCrossRegionsEnable: 是否开启跨地域逻辑备份
24254
- 注意:此字段可能返回 null,表示取不到有效值。
24255
24153
  :type LogicCrossRegionsEnable: str
24256
24154
  :param _LogicCrossRegions: 逻辑备份所跨地域
24257
24155
  注意:此字段可能返回 null,表示取不到有效值。
@@ -24267,7 +24165,6 @@ class LogicBackupConfigInfo(AbstractModel):
24267
24165
  @property
24268
24166
  def LogicBackupEnable(self):
24269
24167
  """是否开启自动逻辑备份
24270
- 注意:此字段可能返回 null,表示取不到有效值。
24271
24168
  :rtype: str
24272
24169
  """
24273
24170
  return self._LogicBackupEnable
@@ -24279,7 +24176,6 @@ class LogicBackupConfigInfo(AbstractModel):
24279
24176
  @property
24280
24177
  def LogicBackupTimeBeg(self):
24281
24178
  """自动逻辑备份开始时间
24282
- 注意:此字段可能返回 null,表示取不到有效值。
24283
24179
  :rtype: int
24284
24180
  """
24285
24181
  return self._LogicBackupTimeBeg
@@ -24291,7 +24187,6 @@ class LogicBackupConfigInfo(AbstractModel):
24291
24187
  @property
24292
24188
  def LogicBackupTimeEnd(self):
24293
24189
  """自动逻辑备份结束时间
24294
- 注意:此字段可能返回 null,表示取不到有效值。
24295
24190
  :rtype: int
24296
24191
  """
24297
24192
  return self._LogicBackupTimeEnd
@@ -24303,7 +24198,6 @@ class LogicBackupConfigInfo(AbstractModel):
24303
24198
  @property
24304
24199
  def LogicReserveDuration(self):
24305
24200
  """自动逻辑备份保留时间
24306
- 注意:此字段可能返回 null,表示取不到有效值。
24307
24201
  :rtype: int
24308
24202
  """
24309
24203
  return self._LogicReserveDuration
@@ -24315,7 +24209,6 @@ class LogicBackupConfigInfo(AbstractModel):
24315
24209
  @property
24316
24210
  def LogicCrossRegionsEnable(self):
24317
24211
  """是否开启跨地域逻辑备份
24318
- 注意:此字段可能返回 null,表示取不到有效值。
24319
24212
  :rtype: str
24320
24213
  """
24321
24214
  return self._LogicCrossRegionsEnable
@@ -26593,10 +26486,8 @@ class ModifyInstanceData(AbstractModel):
26593
26486
  :param _OldStorageLimit: 变配前存储上限
26594
26487
  :type OldStorageLimit: int
26595
26488
  :param _OldDeviceType: 变配前实例机器类型
26596
- 注意:此字段可能返回 null,表示取不到有效值。
26597
26489
  :type OldDeviceType: str
26598
26490
  :param _DeviceType: 变配后实例机器类型
26599
- 注意:此字段可能返回 null,表示取不到有效值。
26600
26491
  :type DeviceType: str
26601
26492
  :param _UpgradeType: 升级方式。升级完成后切换或维护时间内切换
26602
26493
  :type UpgradeType: str
@@ -26680,7 +26571,6 @@ class ModifyInstanceData(AbstractModel):
26680
26571
  @property
26681
26572
  def OldDeviceType(self):
26682
26573
  """变配前实例机器类型
26683
- 注意:此字段可能返回 null,表示取不到有效值。
26684
26574
  :rtype: str
26685
26575
  """
26686
26576
  return self._OldDeviceType
@@ -26692,7 +26582,6 @@ class ModifyInstanceData(AbstractModel):
26692
26582
  @property
26693
26583
  def DeviceType(self):
26694
26584
  """变配后实例机器类型
26695
- 注意:此字段可能返回 null,表示取不到有效值。
26696
26585
  :rtype: str
26697
26586
  """
26698
26587
  return self._DeviceType
@@ -27176,7 +27065,6 @@ class ModifyParamItem(AbstractModel):
27176
27065
  :param _CurrentValue: 参数当前值
27177
27066
  :type CurrentValue: str
27178
27067
  :param _OldValue: 参数旧值(只在出参时有用)
27179
- 注意:此字段可能返回 null,表示取不到有效值。
27180
27068
  :type OldValue: str
27181
27069
  """
27182
27070
  self._ParamName = None
@@ -27208,7 +27096,6 @@ class ModifyParamItem(AbstractModel):
27208
27096
  @property
27209
27097
  def OldValue(self):
27210
27098
  """参数旧值(只在出参时有用)
27211
- 注意:此字段可能返回 null,表示取不到有效值。
27212
27099
  :rtype: str
27213
27100
  """
27214
27101
  return self._OldValue
@@ -28572,37 +28459,26 @@ class NetAddr(AbstractModel):
28572
28459
  def __init__(self):
28573
28460
  r"""
28574
28461
  :param _Vip: 内网ip
28575
- 注意:此字段可能返回 null,表示取不到有效值。
28576
28462
  :type Vip: str
28577
28463
  :param _Vport: 内网端口号
28578
- 注意:此字段可能返回 null,表示取不到有效值。
28579
28464
  :type Vport: int
28580
28465
  :param _WanDomain: 外网域名
28581
- 注意:此字段可能返回 null,表示取不到有效值。
28582
28466
  :type WanDomain: str
28583
28467
  :param _WanPort: 外网端口号
28584
- 注意:此字段可能返回 null,表示取不到有效值。
28585
28468
  :type WanPort: int
28586
28469
  :param _NetType: 网络类型(ro-只读,rw/ha-读写)
28587
- 注意:此字段可能返回 null,表示取不到有效值。
28588
28470
  :type NetType: str
28589
28471
  :param _UniqSubnetId: 子网ID
28590
- 注意:此字段可能返回 null,表示取不到有效值。
28591
28472
  :type UniqSubnetId: str
28592
28473
  :param _UniqVpcId: 私有网络ID
28593
- 注意:此字段可能返回 null,表示取不到有效值。
28594
28474
  :type UniqVpcId: str
28595
28475
  :param _Description: 描述信息
28596
- 注意:此字段可能返回 null,表示取不到有效值。
28597
28476
  :type Description: str
28598
28477
  :param _WanIP: 外网IP
28599
- 注意:此字段可能返回 null,表示取不到有效值。
28600
28478
  :type WanIP: str
28601
28479
  :param _WanStatus: 外网状态
28602
- 注意:此字段可能返回 null,表示取不到有效值。
28603
28480
  :type WanStatus: str
28604
28481
  :param _InstanceGroupId: 实例组ID
28605
- 注意:此字段可能返回 null,表示取不到有效值。
28606
28482
  :type InstanceGroupId: str
28607
28483
  """
28608
28484
  self._Vip = None
@@ -28620,7 +28496,6 @@ class NetAddr(AbstractModel):
28620
28496
  @property
28621
28497
  def Vip(self):
28622
28498
  """内网ip
28623
- 注意:此字段可能返回 null,表示取不到有效值。
28624
28499
  :rtype: str
28625
28500
  """
28626
28501
  return self._Vip
@@ -28632,7 +28507,6 @@ class NetAddr(AbstractModel):
28632
28507
  @property
28633
28508
  def Vport(self):
28634
28509
  """内网端口号
28635
- 注意:此字段可能返回 null,表示取不到有效值。
28636
28510
  :rtype: int
28637
28511
  """
28638
28512
  return self._Vport
@@ -28644,7 +28518,6 @@ class NetAddr(AbstractModel):
28644
28518
  @property
28645
28519
  def WanDomain(self):
28646
28520
  """外网域名
28647
- 注意:此字段可能返回 null,表示取不到有效值。
28648
28521
  :rtype: str
28649
28522
  """
28650
28523
  return self._WanDomain
@@ -28656,7 +28529,6 @@ class NetAddr(AbstractModel):
28656
28529
  @property
28657
28530
  def WanPort(self):
28658
28531
  """外网端口号
28659
- 注意:此字段可能返回 null,表示取不到有效值。
28660
28532
  :rtype: int
28661
28533
  """
28662
28534
  return self._WanPort
@@ -28668,7 +28540,6 @@ class NetAddr(AbstractModel):
28668
28540
  @property
28669
28541
  def NetType(self):
28670
28542
  """网络类型(ro-只读,rw/ha-读写)
28671
- 注意:此字段可能返回 null,表示取不到有效值。
28672
28543
  :rtype: str
28673
28544
  """
28674
28545
  return self._NetType
@@ -28680,7 +28551,6 @@ class NetAddr(AbstractModel):
28680
28551
  @property
28681
28552
  def UniqSubnetId(self):
28682
28553
  """子网ID
28683
- 注意:此字段可能返回 null,表示取不到有效值。
28684
28554
  :rtype: str
28685
28555
  """
28686
28556
  return self._UniqSubnetId
@@ -28692,7 +28562,6 @@ class NetAddr(AbstractModel):
28692
28562
  @property
28693
28563
  def UniqVpcId(self):
28694
28564
  """私有网络ID
28695
- 注意:此字段可能返回 null,表示取不到有效值。
28696
28565
  :rtype: str
28697
28566
  """
28698
28567
  return self._UniqVpcId
@@ -28704,7 +28573,6 @@ class NetAddr(AbstractModel):
28704
28573
  @property
28705
28574
  def Description(self):
28706
28575
  """描述信息
28707
- 注意:此字段可能返回 null,表示取不到有效值。
28708
28576
  :rtype: str
28709
28577
  """
28710
28578
  return self._Description
@@ -28716,7 +28584,6 @@ class NetAddr(AbstractModel):
28716
28584
  @property
28717
28585
  def WanIP(self):
28718
28586
  """外网IP
28719
- 注意:此字段可能返回 null,表示取不到有效值。
28720
28587
  :rtype: str
28721
28588
  """
28722
28589
  return self._WanIP
@@ -28728,7 +28595,6 @@ class NetAddr(AbstractModel):
28728
28595
  @property
28729
28596
  def WanStatus(self):
28730
28597
  """外网状态
28731
- 注意:此字段可能返回 null,表示取不到有效值。
28732
28598
  :rtype: str
28733
28599
  """
28734
28600
  return self._WanStatus
@@ -28740,7 +28606,6 @@ class NetAddr(AbstractModel):
28740
28606
  @property
28741
28607
  def InstanceGroupId(self):
28742
28608
  """实例组ID
28743
- 注意:此字段可能返回 null,表示取不到有效值。
28744
28609
  :rtype: str
28745
28610
  """
28746
28611
  return self._InstanceGroupId
@@ -28876,19 +28741,14 @@ class ObjectTask(AbstractModel):
28876
28741
  def __init__(self):
28877
28742
  r"""
28878
28743
  :param _TaskId: 任务自增ID
28879
- 注意:此字段可能返回 null,表示取不到有效值。
28880
28744
  :type TaskId: int
28881
28745
  :param _TaskType: 任务类型
28882
- 注意:此字段可能返回 null,表示取不到有效值。
28883
28746
  :type TaskType: str
28884
28747
  :param _TaskStatus: 任务状态
28885
- 注意:此字段可能返回 null,表示取不到有效值。
28886
28748
  :type TaskStatus: str
28887
28749
  :param _ObjectId: 任务ID(集群ID|实例组ID|实例ID)
28888
- 注意:此字段可能返回 null,表示取不到有效值。
28889
28750
  :type ObjectId: str
28890
28751
  :param _ObjectType: 任务类型
28891
- 注意:此字段可能返回 null,表示取不到有效值。
28892
28752
  :type ObjectType: str
28893
28753
  """
28894
28754
  self._TaskId = None
@@ -28900,7 +28760,6 @@ class ObjectTask(AbstractModel):
28900
28760
  @property
28901
28761
  def TaskId(self):
28902
28762
  """任务自增ID
28903
- 注意:此字段可能返回 null,表示取不到有效值。
28904
28763
  :rtype: int
28905
28764
  """
28906
28765
  return self._TaskId
@@ -28912,7 +28771,6 @@ class ObjectTask(AbstractModel):
28912
28771
  @property
28913
28772
  def TaskType(self):
28914
28773
  """任务类型
28915
- 注意:此字段可能返回 null,表示取不到有效值。
28916
28774
  :rtype: str
28917
28775
  """
28918
28776
  return self._TaskType
@@ -28924,7 +28782,6 @@ class ObjectTask(AbstractModel):
28924
28782
  @property
28925
28783
  def TaskStatus(self):
28926
28784
  """任务状态
28927
- 注意:此字段可能返回 null,表示取不到有效值。
28928
28785
  :rtype: str
28929
28786
  """
28930
28787
  return self._TaskStatus
@@ -28936,7 +28793,6 @@ class ObjectTask(AbstractModel):
28936
28793
  @property
28937
28794
  def ObjectId(self):
28938
28795
  """任务ID(集群ID|实例组ID|实例ID)
28939
- 注意:此字段可能返回 null,表示取不到有效值。
28940
28796
  :rtype: str
28941
28797
  """
28942
28798
  return self._ObjectId
@@ -28948,7 +28804,6 @@ class ObjectTask(AbstractModel):
28948
28804
  @property
28949
28805
  def ObjectType(self):
28950
28806
  """任务类型
28951
- 注意:此字段可能返回 null,表示取不到有效值。
28952
28807
  :rtype: str
28953
28808
  """
28954
28809
  return self._ObjectType
@@ -29155,13 +29010,10 @@ class OldAddrInfo(AbstractModel):
29155
29010
  def __init__(self):
29156
29011
  r"""
29157
29012
  :param _Vip: IP
29158
- 注意:此字段可能返回 null,表示取不到有效值。
29159
29013
  :type Vip: str
29160
29014
  :param _Vport: 端口
29161
- 注意:此字段可能返回 null,表示取不到有效值。
29162
29015
  :type Vport: int
29163
29016
  :param _ReturnTime: 期望执行回收时间
29164
- 注意:此字段可能返回 null,表示取不到有效值。
29165
29017
  :type ReturnTime: str
29166
29018
  """
29167
29019
  self._Vip = None
@@ -29171,7 +29023,6 @@ class OldAddrInfo(AbstractModel):
29171
29023
  @property
29172
29024
  def Vip(self):
29173
29025
  """IP
29174
- 注意:此字段可能返回 null,表示取不到有效值。
29175
29026
  :rtype: str
29176
29027
  """
29177
29028
  return self._Vip
@@ -29183,7 +29034,6 @@ class OldAddrInfo(AbstractModel):
29183
29034
  @property
29184
29035
  def Vport(self):
29185
29036
  """端口
29186
- 注意:此字段可能返回 null,表示取不到有效值。
29187
29037
  :rtype: int
29188
29038
  """
29189
29039
  return self._Vport
@@ -29195,7 +29045,6 @@ class OldAddrInfo(AbstractModel):
29195
29045
  @property
29196
29046
  def ReturnTime(self):
29197
29047
  """期望执行回收时间
29198
- 注意:此字段可能返回 null,表示取不到有效值。
29199
29048
  :rtype: str
29200
29049
  """
29201
29050
  return self._ReturnTime
@@ -30042,21 +29891,16 @@ class Package(AbstractModel):
30042
29891
  def __init__(self):
30043
29892
  r"""
30044
29893
  :param _AppId: AppID
30045
- 注意:此字段可能返回 null,表示取不到有效值。
30046
29894
  :type AppId: int
30047
29895
  :param _PackageId: 资源包唯一ID
30048
- 注意:此字段可能返回 null,表示取不到有效值。
30049
29896
  :type PackageId: str
30050
29897
  :param _PackageName: 资源包名称
30051
- 注意:此字段可能返回 null,表示取不到有效值。
30052
29898
  :type PackageName: str
30053
29899
  :param _PackageType: 资源包类型
30054
29900
  CCU-计算资源包,DISK-存储资源包
30055
- 注意:此字段可能返回 null,表示取不到有效值。
30056
29901
  :type PackageType: str
30057
29902
  :param _PackageRegion: 资源包使用地域
30058
29903
  china-中国内地通用,overseas-港澳台及海外通用
30059
- 注意:此字段可能返回 null,表示取不到有效值。
30060
29904
  :type PackageRegion: str
30061
29905
  :param _Status: 资源包状态
30062
29906
  creating-创建中;
@@ -30065,28 +29909,20 @@ expired-已过期;
30065
29909
  normal_finish-使用完;
30066
29910
  apply_refund-申请退费中;
30067
29911
  refund-已退费。
30068
- 注意:此字段可能返回 null,表示取不到有效值。
30069
29912
  :type Status: str
30070
29913
  :param _PackageTotalSpec: 资源包总量
30071
- 注意:此字段可能返回 null,表示取不到有效值。
30072
29914
  :type PackageTotalSpec: float
30073
29915
  :param _PackageUsedSpec: 资源包已使用量
30074
- 注意:此字段可能返回 null,表示取不到有效值。
30075
29916
  :type PackageUsedSpec: float
30076
29917
  :param _HasQuota: 是否还有库存余量
30077
- 注意:此字段可能返回 null,表示取不到有效值。
30078
29918
  :type HasQuota: bool
30079
29919
  :param _BindInstanceInfos: 绑定实例信息
30080
- 注意:此字段可能返回 null,表示取不到有效值。
30081
29920
  :type BindInstanceInfos: list of BindInstanceInfo
30082
29921
  :param _StartTime: 生效时间:2022-07-01 00:00:00
30083
- 注意:此字段可能返回 null,表示取不到有效值。
30084
29922
  :type StartTime: str
30085
29923
  :param _ExpireTime: 失效时间:2022-08-01 00:00:00
30086
- 注意:此字段可能返回 null,表示取不到有效值。
30087
29924
  :type ExpireTime: str
30088
29925
  :param _HistoryBindResourceInfos: 资源包历史绑定(已解绑)实例信息
30089
- 注意:此字段可能返回 null,表示取不到有效值。
30090
29926
  :type HistoryBindResourceInfos: list of BindInstanceInfo
30091
29927
  """
30092
29928
  self._AppId = None
@@ -30106,7 +29942,6 @@ refund-已退费。
30106
29942
  @property
30107
29943
  def AppId(self):
30108
29944
  """AppID
30109
- 注意:此字段可能返回 null,表示取不到有效值。
30110
29945
  :rtype: int
30111
29946
  """
30112
29947
  return self._AppId
@@ -30118,7 +29953,6 @@ refund-已退费。
30118
29953
  @property
30119
29954
  def PackageId(self):
30120
29955
  """资源包唯一ID
30121
- 注意:此字段可能返回 null,表示取不到有效值。
30122
29956
  :rtype: str
30123
29957
  """
30124
29958
  return self._PackageId
@@ -30130,7 +29964,6 @@ refund-已退费。
30130
29964
  @property
30131
29965
  def PackageName(self):
30132
29966
  """资源包名称
30133
- 注意:此字段可能返回 null,表示取不到有效值。
30134
29967
  :rtype: str
30135
29968
  """
30136
29969
  return self._PackageName
@@ -30143,7 +29976,6 @@ refund-已退费。
30143
29976
  def PackageType(self):
30144
29977
  """资源包类型
30145
29978
  CCU-计算资源包,DISK-存储资源包
30146
- 注意:此字段可能返回 null,表示取不到有效值。
30147
29979
  :rtype: str
30148
29980
  """
30149
29981
  return self._PackageType
@@ -30156,7 +29988,6 @@ CCU-计算资源包,DISK-存储资源包
30156
29988
  def PackageRegion(self):
30157
29989
  """资源包使用地域
30158
29990
  china-中国内地通用,overseas-港澳台及海外通用
30159
- 注意:此字段可能返回 null,表示取不到有效值。
30160
29991
  :rtype: str
30161
29992
  """
30162
29993
  return self._PackageRegion
@@ -30174,7 +30005,6 @@ expired-已过期;
30174
30005
  normal_finish-使用完;
30175
30006
  apply_refund-申请退费中;
30176
30007
  refund-已退费。
30177
- 注意:此字段可能返回 null,表示取不到有效值。
30178
30008
  :rtype: str
30179
30009
  """
30180
30010
  return self._Status
@@ -30186,7 +30016,6 @@ refund-已退费。
30186
30016
  @property
30187
30017
  def PackageTotalSpec(self):
30188
30018
  """资源包总量
30189
- 注意:此字段可能返回 null,表示取不到有效值。
30190
30019
  :rtype: float
30191
30020
  """
30192
30021
  return self._PackageTotalSpec
@@ -30198,7 +30027,6 @@ refund-已退费。
30198
30027
  @property
30199
30028
  def PackageUsedSpec(self):
30200
30029
  """资源包已使用量
30201
- 注意:此字段可能返回 null,表示取不到有效值。
30202
30030
  :rtype: float
30203
30031
  """
30204
30032
  return self._PackageUsedSpec
@@ -30210,7 +30038,6 @@ refund-已退费。
30210
30038
  @property
30211
30039
  def HasQuota(self):
30212
30040
  """是否还有库存余量
30213
- 注意:此字段可能返回 null,表示取不到有效值。
30214
30041
  :rtype: bool
30215
30042
  """
30216
30043
  return self._HasQuota
@@ -30222,7 +30049,6 @@ refund-已退费。
30222
30049
  @property
30223
30050
  def BindInstanceInfos(self):
30224
30051
  """绑定实例信息
30225
- 注意:此字段可能返回 null,表示取不到有效值。
30226
30052
  :rtype: list of BindInstanceInfo
30227
30053
  """
30228
30054
  return self._BindInstanceInfos
@@ -30234,7 +30060,6 @@ refund-已退费。
30234
30060
  @property
30235
30061
  def StartTime(self):
30236
30062
  """生效时间:2022-07-01 00:00:00
30237
- 注意:此字段可能返回 null,表示取不到有效值。
30238
30063
  :rtype: str
30239
30064
  """
30240
30065
  return self._StartTime
@@ -30246,7 +30071,6 @@ refund-已退费。
30246
30071
  @property
30247
30072
  def ExpireTime(self):
30248
30073
  """失效时间:2022-08-01 00:00:00
30249
- 注意:此字段可能返回 null,表示取不到有效值。
30250
30074
  :rtype: str
30251
30075
  """
30252
30076
  return self._ExpireTime
@@ -30258,7 +30082,6 @@ refund-已退费。
30258
30082
  @property
30259
30083
  def HistoryBindResourceInfos(self):
30260
30084
  """资源包历史绑定(已解绑)实例信息
30261
- 注意:此字段可能返回 null,表示取不到有效值。
30262
30085
  :rtype: list of BindInstanceInfo
30263
30086
  """
30264
30087
  return self._HistoryBindResourceInfos
@@ -30310,28 +30133,20 @@ class PackageDetail(AbstractModel):
30310
30133
  def __init__(self):
30311
30134
  r"""
30312
30135
  :param _AppId: AppId账户ID
30313
- 注意:此字段可能返回 null,表示取不到有效值。
30314
30136
  :type AppId: int
30315
30137
  :param _PackageId: 资源包唯一ID
30316
- 注意:此字段可能返回 null,表示取不到有效值。
30317
30138
  :type PackageId: str
30318
30139
  :param _InstanceId: 实例ID
30319
- 注意:此字段可能返回 null,表示取不到有效值。
30320
30140
  :type InstanceId: str
30321
30141
  :param _SuccessDeductSpec: 成功抵扣容量
30322
- 注意:此字段可能返回 null,表示取不到有效值。
30323
30142
  :type SuccessDeductSpec: float
30324
30143
  :param _PackageTotalUsedSpec: 截止当前,资源包已使用的容量
30325
- 注意:此字段可能返回 null,表示取不到有效值。
30326
30144
  :type PackageTotalUsedSpec: float
30327
30145
  :param _StartTime: 抵扣开始时间
30328
- 注意:此字段可能返回 null,表示取不到有效值。
30329
30146
  :type StartTime: str
30330
30147
  :param _EndTime: 抵扣结束时间
30331
- 注意:此字段可能返回 null,表示取不到有效值。
30332
30148
  :type EndTime: str
30333
30149
  :param _ExtendInfo: 扩展信息
30334
- 注意:此字段可能返回 null,表示取不到有效值。
30335
30150
  :type ExtendInfo: str
30336
30151
  """
30337
30152
  self._AppId = None
@@ -30346,7 +30161,6 @@ class PackageDetail(AbstractModel):
30346
30161
  @property
30347
30162
  def AppId(self):
30348
30163
  """AppId账户ID
30349
- 注意:此字段可能返回 null,表示取不到有效值。
30350
30164
  :rtype: int
30351
30165
  """
30352
30166
  return self._AppId
@@ -30358,7 +30172,6 @@ class PackageDetail(AbstractModel):
30358
30172
  @property
30359
30173
  def PackageId(self):
30360
30174
  """资源包唯一ID
30361
- 注意:此字段可能返回 null,表示取不到有效值。
30362
30175
  :rtype: str
30363
30176
  """
30364
30177
  return self._PackageId
@@ -30370,7 +30183,6 @@ class PackageDetail(AbstractModel):
30370
30183
  @property
30371
30184
  def InstanceId(self):
30372
30185
  """实例ID
30373
- 注意:此字段可能返回 null,表示取不到有效值。
30374
30186
  :rtype: str
30375
30187
  """
30376
30188
  return self._InstanceId
@@ -30382,7 +30194,6 @@ class PackageDetail(AbstractModel):
30382
30194
  @property
30383
30195
  def SuccessDeductSpec(self):
30384
30196
  """成功抵扣容量
30385
- 注意:此字段可能返回 null,表示取不到有效值。
30386
30197
  :rtype: float
30387
30198
  """
30388
30199
  return self._SuccessDeductSpec
@@ -30394,7 +30205,6 @@ class PackageDetail(AbstractModel):
30394
30205
  @property
30395
30206
  def PackageTotalUsedSpec(self):
30396
30207
  """截止当前,资源包已使用的容量
30397
- 注意:此字段可能返回 null,表示取不到有效值。
30398
30208
  :rtype: float
30399
30209
  """
30400
30210
  return self._PackageTotalUsedSpec
@@ -30406,7 +30216,6 @@ class PackageDetail(AbstractModel):
30406
30216
  @property
30407
30217
  def StartTime(self):
30408
30218
  """抵扣开始时间
30409
- 注意:此字段可能返回 null,表示取不到有效值。
30410
30219
  :rtype: str
30411
30220
  """
30412
30221
  return self._StartTime
@@ -30418,7 +30227,6 @@ class PackageDetail(AbstractModel):
30418
30227
  @property
30419
30228
  def EndTime(self):
30420
30229
  """抵扣结束时间
30421
- 注意:此字段可能返回 null,表示取不到有效值。
30422
30230
  :rtype: str
30423
30231
  """
30424
30232
  return self._EndTime
@@ -30430,7 +30238,6 @@ class PackageDetail(AbstractModel):
30430
30238
  @property
30431
30239
  def ExtendInfo(self):
30432
30240
  """扩展信息
30433
- 注意:此字段可能返回 null,表示取不到有效值。
30434
30241
  :rtype: str
30435
30242
  """
30436
30243
  return self._ExtendInfo
@@ -30810,7 +30617,6 @@ class ParamInfo(AbstractModel):
30810
30617
  :param _Default: 默认值
30811
30618
  :type Default: str
30812
30619
  :param _EnumValue: 参数为enum/string/bool时,可选值列表
30813
- 注意:此字段可能返回 null,表示取不到有效值。
30814
30620
  :type EnumValue: list of str
30815
30621
  :param _Max: 参数类型为float/integer时的最大值
30816
30622
  :type Max: str
@@ -30829,19 +30635,14 @@ class ParamInfo(AbstractModel):
30829
30635
  :param _Description: 参数描述
30830
30636
  :type Description: str
30831
30637
  :param _IsGlobal: 是否为全局参数
30832
- 注意:此字段可能返回 null,表示取不到有效值。
30833
30638
  :type IsGlobal: int
30834
30639
  :param _ModifiableInfo: 参数是否可修改
30835
- 注意:此字段可能返回 null,表示取不到有效值。
30836
30640
  :type ModifiableInfo: :class:`tencentcloud.cynosdb.v20190107.models.ModifiableInfo`
30837
30641
  :param _IsFunc: 是否为函数
30838
- 注意:此字段可能返回 null,表示取不到有效值。
30839
30642
  :type IsFunc: bool
30840
30643
  :param _Func: 函数
30841
- 注意:此字段可能返回 null,表示取不到有效值。
30842
30644
  :type Func: str
30843
30645
  :param _FuncPattern: 支持公式的参数的默认公式样式
30844
- 注意:此字段可能返回 null,表示取不到有效值。
30845
30646
  :type FuncPattern: str
30846
30647
  """
30847
30648
  self._CurrentValue = None
@@ -30886,7 +30687,6 @@ class ParamInfo(AbstractModel):
30886
30687
  @property
30887
30688
  def EnumValue(self):
30888
30689
  """参数为enum/string/bool时,可选值列表
30889
- 注意:此字段可能返回 null,表示取不到有效值。
30890
30690
  :rtype: list of str
30891
30691
  """
30892
30692
  return self._EnumValue
@@ -30986,7 +30786,6 @@ class ParamInfo(AbstractModel):
30986
30786
  @property
30987
30787
  def IsGlobal(self):
30988
30788
  """是否为全局参数
30989
- 注意:此字段可能返回 null,表示取不到有效值。
30990
30789
  :rtype: int
30991
30790
  """
30992
30791
  return self._IsGlobal
@@ -30998,7 +30797,6 @@ class ParamInfo(AbstractModel):
30998
30797
  @property
30999
30798
  def ModifiableInfo(self):
31000
30799
  """参数是否可修改
31001
- 注意:此字段可能返回 null,表示取不到有效值。
31002
30800
  :rtype: :class:`tencentcloud.cynosdb.v20190107.models.ModifiableInfo`
31003
30801
  """
31004
30802
  return self._ModifiableInfo
@@ -31010,7 +30808,6 @@ class ParamInfo(AbstractModel):
31010
30808
  @property
31011
30809
  def IsFunc(self):
31012
30810
  """是否为函数
31013
- 注意:此字段可能返回 null,表示取不到有效值。
31014
30811
  :rtype: bool
31015
30812
  """
31016
30813
  return self._IsFunc
@@ -31022,7 +30819,6 @@ class ParamInfo(AbstractModel):
31022
30819
  @property
31023
30820
  def Func(self):
31024
30821
  """函数
31025
- 注意:此字段可能返回 null,表示取不到有效值。
31026
30822
  :rtype: str
31027
30823
  """
31028
30824
  return self._Func
@@ -31034,7 +30830,6 @@ class ParamInfo(AbstractModel):
31034
30830
  @property
31035
30831
  def FuncPattern(self):
31036
30832
  """支持公式的参数的默认公式样式
31037
- 注意:此字段可能返回 null,表示取不到有效值。
31038
30833
  :rtype: str
31039
30834
  """
31040
30835
  return self._FuncPattern
@@ -31167,13 +30962,10 @@ class ParamItemDetail(AbstractModel):
31167
30962
  :param _Description: 参数描述
31168
30963
  :type Description: str
31169
30964
  :param _IsFunc: 类型是否为公式
31170
- 注意:此字段可能返回 null,表示取不到有效值。
31171
30965
  :type IsFunc: bool
31172
30966
  :param _Func: 参数配置公式
31173
- 注意:此字段可能返回 null,表示取不到有效值。
31174
30967
  :type Func: str
31175
30968
  :param _FuncPattern: 支持公式的参数的默认公式样式
31176
- 注意:此字段可能返回 null,表示取不到有效值。
31177
30969
  :type FuncPattern: str
31178
30970
  """
31179
30971
  self._CurrentValue = None
@@ -31303,7 +31095,6 @@ class ParamItemDetail(AbstractModel):
31303
31095
  @property
31304
31096
  def IsFunc(self):
31305
31097
  """类型是否为公式
31306
- 注意:此字段可能返回 null,表示取不到有效值。
31307
31098
  :rtype: bool
31308
31099
  """
31309
31100
  return self._IsFunc
@@ -31315,7 +31106,6 @@ class ParamItemDetail(AbstractModel):
31315
31106
  @property
31316
31107
  def Func(self):
31317
31108
  """参数配置公式
31318
- 注意:此字段可能返回 null,表示取不到有效值。
31319
31109
  :rtype: str
31320
31110
  """
31321
31111
  return self._Func
@@ -31327,7 +31117,6 @@ class ParamItemDetail(AbstractModel):
31327
31117
  @property
31328
31118
  def FuncPattern(self):
31329
31119
  """支持公式的参数的默认公式样式
31330
- 注意:此字段可能返回 null,表示取不到有效值。
31331
31120
  :rtype: str
31332
31121
  """
31333
31122
  return self._FuncPattern
@@ -31817,13 +31606,10 @@ class ProxyConnectionPoolInfo(AbstractModel):
31817
31606
  def __init__(self):
31818
31607
  r"""
31819
31608
  :param _ConnectionPoolTimeOut: 连接池保持阈值:单位(秒)
31820
- 注意:此字段可能返回 null,表示取不到有效值。
31821
31609
  :type ConnectionPoolTimeOut: int
31822
31610
  :param _OpenConnectionPool: 是否开启了连接池
31823
- 注意:此字段可能返回 null,表示取不到有效值。
31824
31611
  :type OpenConnectionPool: str
31825
31612
  :param _ConnectionPoolType: 连接池类型:SessionConnectionPool(会话级别连接池)
31826
- 注意:此字段可能返回 null,表示取不到有效值。
31827
31613
  :type ConnectionPoolType: str
31828
31614
  """
31829
31615
  self._ConnectionPoolTimeOut = None
@@ -31833,7 +31619,6 @@ class ProxyConnectionPoolInfo(AbstractModel):
31833
31619
  @property
31834
31620
  def ConnectionPoolTimeOut(self):
31835
31621
  """连接池保持阈值:单位(秒)
31836
- 注意:此字段可能返回 null,表示取不到有效值。
31837
31622
  :rtype: int
31838
31623
  """
31839
31624
  return self._ConnectionPoolTimeOut
@@ -31845,7 +31630,6 @@ class ProxyConnectionPoolInfo(AbstractModel):
31845
31630
  @property
31846
31631
  def OpenConnectionPool(self):
31847
31632
  """是否开启了连接池
31848
- 注意:此字段可能返回 null,表示取不到有效值。
31849
31633
  :rtype: str
31850
31634
  """
31851
31635
  return self._OpenConnectionPool
@@ -31857,7 +31641,6 @@ class ProxyConnectionPoolInfo(AbstractModel):
31857
31641
  @property
31858
31642
  def ConnectionPoolType(self):
31859
31643
  """连接池类型:SessionConnectionPool(会话级别连接池)
31860
- 注意:此字段可能返回 null,表示取不到有效值。
31861
31644
  :rtype: str
31862
31645
  """
31863
31646
  return self._ConnectionPoolType
@@ -31901,13 +31684,10 @@ class ProxyGroup(AbstractModel):
31901
31684
  :param _CurrentProxyVersion: 当前代理版本
31902
31685
  :type CurrentProxyVersion: str
31903
31686
  :param _ClusterId: 集群ID
31904
- 注意:此字段可能返回 null,表示取不到有效值。
31905
31687
  :type ClusterId: str
31906
31688
  :param _AppId: 用户AppId
31907
- 注意:此字段可能返回 null,表示取不到有效值。
31908
31689
  :type AppId: int
31909
31690
  :param _OpenRw: 读写节点开通数据库代理
31910
- 注意:此字段可能返回 null,表示取不到有效值。
31911
31691
  :type OpenRw: str
31912
31692
  """
31913
31693
  self._ProxyGroupId = None
@@ -31989,7 +31769,6 @@ class ProxyGroup(AbstractModel):
31989
31769
  @property
31990
31770
  def ClusterId(self):
31991
31771
  """集群ID
31992
- 注意:此字段可能返回 null,表示取不到有效值。
31993
31772
  :rtype: str
31994
31773
  """
31995
31774
  return self._ClusterId
@@ -32001,7 +31780,6 @@ class ProxyGroup(AbstractModel):
32001
31780
  @property
32002
31781
  def AppId(self):
32003
31782
  """用户AppId
32004
- 注意:此字段可能返回 null,表示取不到有效值。
32005
31783
  :rtype: int
32006
31784
  """
32007
31785
  return self._AppId
@@ -32013,7 +31791,6 @@ class ProxyGroup(AbstractModel):
32013
31791
  @property
32014
31792
  def OpenRw(self):
32015
31793
  """读写节点开通数据库代理
32016
- 注意:此字段可能返回 null,表示取不到有效值。
32017
31794
  :rtype: str
32018
31795
  """
32019
31796
  return self._OpenRw
@@ -32661,10 +32438,8 @@ class ProxyVersionInfo(AbstractModel):
32661
32438
  def __init__(self):
32662
32439
  r"""
32663
32440
  :param _ProxyVersion: proxy版本号
32664
- 注意:此字段可能返回 null,表示取不到有效值。
32665
32441
  :type ProxyVersion: str
32666
32442
  :param _ProxyVersionType: 版本描述:GA:稳定版 BETA:尝鲜版,DEPRECATED:过旧,
32667
- 注意:此字段可能返回 null,表示取不到有效值。
32668
32443
  :type ProxyVersionType: str
32669
32444
  """
32670
32445
  self._ProxyVersion = None
@@ -32673,7 +32448,6 @@ class ProxyVersionInfo(AbstractModel):
32673
32448
  @property
32674
32449
  def ProxyVersion(self):
32675
32450
  """proxy版本号
32676
- 注意:此字段可能返回 null,表示取不到有效值。
32677
32451
  :rtype: str
32678
32452
  """
32679
32453
  return self._ProxyVersion
@@ -32685,7 +32459,6 @@ class ProxyVersionInfo(AbstractModel):
32685
32459
  @property
32686
32460
  def ProxyVersionType(self):
32687
32461
  """版本描述:GA:稳定版 BETA:尝鲜版,DEPRECATED:过旧,
32688
- 注意:此字段可能返回 null,表示取不到有效值。
32689
32462
  :rtype: str
32690
32463
  """
32691
32464
  return self._ProxyVersionType
@@ -33514,14 +33287,11 @@ class ResourcePackage(AbstractModel):
33514
33287
  def __init__(self):
33515
33288
  r"""
33516
33289
  :param _PackageId: 资源包的唯一ID
33517
- 注意:此字段可能返回 null,表示取不到有效值。
33518
33290
  :type PackageId: str
33519
33291
  :param _PackageType: 资源包类型:CCU:计算资源包
33520
33292
  DISK:存储资源包
33521
- 注意:此字段可能返回 null,表示取不到有效值。
33522
33293
  :type PackageType: str
33523
33294
  :param _DeductionPriority: 当前资源包绑定在当前实例下的抵扣优先级
33524
- 注意:此字段可能返回 null,表示取不到有效值。
33525
33295
  :type DeductionPriority: int
33526
33296
  """
33527
33297
  self._PackageId = None
@@ -33531,7 +33301,6 @@ DISK:存储资源包
33531
33301
  @property
33532
33302
  def PackageId(self):
33533
33303
  """资源包的唯一ID
33534
- 注意:此字段可能返回 null,表示取不到有效值。
33535
33304
  :rtype: str
33536
33305
  """
33537
33306
  return self._PackageId
@@ -33544,7 +33313,6 @@ DISK:存储资源包
33544
33313
  def PackageType(self):
33545
33314
  """资源包类型:CCU:计算资源包
33546
33315
  DISK:存储资源包
33547
- 注意:此字段可能返回 null,表示取不到有效值。
33548
33316
  :rtype: str
33549
33317
  """
33550
33318
  return self._PackageType
@@ -33556,7 +33324,6 @@ DISK:存储资源包
33556
33324
  @property
33557
33325
  def DeductionPriority(self):
33558
33326
  """当前资源包绑定在当前实例下的抵扣优先级
33559
- 注意:此字段可能返回 null,表示取不到有效值。
33560
33327
  :rtype: int
33561
33328
  """
33562
33329
  return self._DeductionPriority
@@ -34368,40 +34135,28 @@ class RollbackInstanceInfo(AbstractModel):
34368
34135
  def __init__(self):
34369
34136
  r"""
34370
34137
  :param _ClusterId: 集群ID
34371
- 注意:此字段可能返回 null,表示取不到有效值。
34372
34138
  :type ClusterId: str
34373
34139
  :param _ClusterName: 集群名称
34374
- 注意:此字段可能返回 null,表示取不到有效值。
34375
34140
  :type ClusterName: str
34376
34141
  :param _UniqVpcId: vpc信息
34377
- 注意:此字段可能返回 null,表示取不到有效值。
34378
34142
  :type UniqVpcId: str
34379
34143
  :param _UniqSubnetId: 子网信息
34380
- 注意:此字段可能返回 null,表示取不到有效值。
34381
34144
  :type UniqSubnetId: str
34382
34145
  :param _Vip: vip信息
34383
- 注意:此字段可能返回 null,表示取不到有效值。
34384
34146
  :type Vip: str
34385
34147
  :param _Vport: vport信息
34386
- 注意:此字段可能返回 null,表示取不到有效值。
34387
34148
  :type Vport: int
34388
34149
  :param _InstanceId: 实例ID
34389
- 注意:此字段可能返回 null,表示取不到有效值。
34390
34150
  :type InstanceId: str
34391
34151
  :param _InstanceName: 实例名称
34392
- 注意:此字段可能返回 null,表示取不到有效值。
34393
34152
  :type InstanceName: str
34394
34153
  :param _Status: 状态
34395
- 注意:此字段可能返回 null,表示取不到有效值。
34396
34154
  :type Status: str
34397
34155
  :param _Cpu: cpu大小
34398
- 注意:此字段可能返回 null,表示取不到有效值。
34399
34156
  :type Cpu: int
34400
34157
  :param _Mem: 内存大小
34401
- 注意:此字段可能返回 null,表示取不到有效值。
34402
34158
  :type Mem: int
34403
34159
  :param _StorageLimit: 存储大小
34404
- 注意:此字段可能返回 null,表示取不到有效值。
34405
34160
  :type StorageLimit: int
34406
34161
  """
34407
34162
  self._ClusterId = None
@@ -34420,7 +34175,6 @@ class RollbackInstanceInfo(AbstractModel):
34420
34175
  @property
34421
34176
  def ClusterId(self):
34422
34177
  """集群ID
34423
- 注意:此字段可能返回 null,表示取不到有效值。
34424
34178
  :rtype: str
34425
34179
  """
34426
34180
  return self._ClusterId
@@ -34432,7 +34186,6 @@ class RollbackInstanceInfo(AbstractModel):
34432
34186
  @property
34433
34187
  def ClusterName(self):
34434
34188
  """集群名称
34435
- 注意:此字段可能返回 null,表示取不到有效值。
34436
34189
  :rtype: str
34437
34190
  """
34438
34191
  return self._ClusterName
@@ -34444,7 +34197,6 @@ class RollbackInstanceInfo(AbstractModel):
34444
34197
  @property
34445
34198
  def UniqVpcId(self):
34446
34199
  """vpc信息
34447
- 注意:此字段可能返回 null,表示取不到有效值。
34448
34200
  :rtype: str
34449
34201
  """
34450
34202
  return self._UniqVpcId
@@ -34456,7 +34208,6 @@ class RollbackInstanceInfo(AbstractModel):
34456
34208
  @property
34457
34209
  def UniqSubnetId(self):
34458
34210
  """子网信息
34459
- 注意:此字段可能返回 null,表示取不到有效值。
34460
34211
  :rtype: str
34461
34212
  """
34462
34213
  return self._UniqSubnetId
@@ -34468,7 +34219,6 @@ class RollbackInstanceInfo(AbstractModel):
34468
34219
  @property
34469
34220
  def Vip(self):
34470
34221
  """vip信息
34471
- 注意:此字段可能返回 null,表示取不到有效值。
34472
34222
  :rtype: str
34473
34223
  """
34474
34224
  return self._Vip
@@ -34480,7 +34230,6 @@ class RollbackInstanceInfo(AbstractModel):
34480
34230
  @property
34481
34231
  def Vport(self):
34482
34232
  """vport信息
34483
- 注意:此字段可能返回 null,表示取不到有效值。
34484
34233
  :rtype: int
34485
34234
  """
34486
34235
  return self._Vport
@@ -34492,7 +34241,6 @@ class RollbackInstanceInfo(AbstractModel):
34492
34241
  @property
34493
34242
  def InstanceId(self):
34494
34243
  """实例ID
34495
- 注意:此字段可能返回 null,表示取不到有效值。
34496
34244
  :rtype: str
34497
34245
  """
34498
34246
  return self._InstanceId
@@ -34504,7 +34252,6 @@ class RollbackInstanceInfo(AbstractModel):
34504
34252
  @property
34505
34253
  def InstanceName(self):
34506
34254
  """实例名称
34507
- 注意:此字段可能返回 null,表示取不到有效值。
34508
34255
  :rtype: str
34509
34256
  """
34510
34257
  return self._InstanceName
@@ -34516,7 +34263,6 @@ class RollbackInstanceInfo(AbstractModel):
34516
34263
  @property
34517
34264
  def Status(self):
34518
34265
  """状态
34519
- 注意:此字段可能返回 null,表示取不到有效值。
34520
34266
  :rtype: str
34521
34267
  """
34522
34268
  return self._Status
@@ -34528,7 +34274,6 @@ class RollbackInstanceInfo(AbstractModel):
34528
34274
  @property
34529
34275
  def Cpu(self):
34530
34276
  """cpu大小
34531
- 注意:此字段可能返回 null,表示取不到有效值。
34532
34277
  :rtype: int
34533
34278
  """
34534
34279
  return self._Cpu
@@ -34540,7 +34285,6 @@ class RollbackInstanceInfo(AbstractModel):
34540
34285
  @property
34541
34286
  def Mem(self):
34542
34287
  """内存大小
34543
- 注意:此字段可能返回 null,表示取不到有效值。
34544
34288
  :rtype: int
34545
34289
  """
34546
34290
  return self._Mem
@@ -34552,7 +34296,6 @@ class RollbackInstanceInfo(AbstractModel):
34552
34296
  @property
34553
34297
  def StorageLimit(self):
34554
34298
  """存储大小
34555
- 注意:此字段可能返回 null,表示取不到有效值。
34556
34299
  :rtype: int
34557
34300
  """
34558
34301
  return self._StorageLimit
@@ -34743,19 +34486,14 @@ class RollbackRoGroupInfo(AbstractModel):
34743
34486
  def __init__(self):
34744
34487
  r"""
34745
34488
  :param _InstanceGroupId: 实例组ID
34746
- 注意:此字段可能返回 null,表示取不到有效值。
34747
34489
  :type InstanceGroupId: str
34748
34490
  :param _UniqVpcId: vpc信息
34749
- 注意:此字段可能返回 null,表示取不到有效值。
34750
34491
  :type UniqVpcId: str
34751
34492
  :param _UniqSubnetId: 子网信息
34752
- 注意:此字段可能返回 null,表示取不到有效值。
34753
34493
  :type UniqSubnetId: str
34754
34494
  :param _Vip: vip信息
34755
- 注意:此字段可能返回 null,表示取不到有效值。
34756
34495
  :type Vip: str
34757
34496
  :param _Vport: vport信息
34758
- 注意:此字段可能返回 null,表示取不到有效值。
34759
34497
  :type Vport: int
34760
34498
  """
34761
34499
  self._InstanceGroupId = None
@@ -34767,7 +34505,6 @@ class RollbackRoGroupInfo(AbstractModel):
34767
34505
  @property
34768
34506
  def InstanceGroupId(self):
34769
34507
  """实例组ID
34770
- 注意:此字段可能返回 null,表示取不到有效值。
34771
34508
  :rtype: str
34772
34509
  """
34773
34510
  return self._InstanceGroupId
@@ -34779,7 +34516,6 @@ class RollbackRoGroupInfo(AbstractModel):
34779
34516
  @property
34780
34517
  def UniqVpcId(self):
34781
34518
  """vpc信息
34782
- 注意:此字段可能返回 null,表示取不到有效值。
34783
34519
  :rtype: str
34784
34520
  """
34785
34521
  return self._UniqVpcId
@@ -34791,7 +34527,6 @@ class RollbackRoGroupInfo(AbstractModel):
34791
34527
  @property
34792
34528
  def UniqSubnetId(self):
34793
34529
  """子网信息
34794
- 注意:此字段可能返回 null,表示取不到有效值。
34795
34530
  :rtype: str
34796
34531
  """
34797
34532
  return self._UniqSubnetId
@@ -34803,7 +34538,6 @@ class RollbackRoGroupInfo(AbstractModel):
34803
34538
  @property
34804
34539
  def Vip(self):
34805
34540
  """vip信息
34806
- 注意:此字段可能返回 null,表示取不到有效值。
34807
34541
  :rtype: str
34808
34542
  """
34809
34543
  return self._Vip
@@ -34815,7 +34549,6 @@ class RollbackRoGroupInfo(AbstractModel):
34815
34549
  @property
34816
34550
  def Vport(self):
34817
34551
  """vport信息
34818
- 注意:此字段可能返回 null,表示取不到有效值。
34819
34552
  :rtype: int
34820
34553
  """
34821
34554
  return self._Vport
@@ -34905,10 +34638,8 @@ class RollbackTableInfo(AbstractModel):
34905
34638
  def __init__(self):
34906
34639
  r"""
34907
34640
  :param _OldTable: 旧表名称
34908
- 注意:此字段可能返回 null,表示取不到有效值。
34909
34641
  :type OldTable: str
34910
34642
  :param _NewTable: 新表名称
34911
- 注意:此字段可能返回 null,表示取不到有效值。
34912
34643
  :type NewTable: str
34913
34644
  """
34914
34645
  self._OldTable = None
@@ -34917,7 +34648,6 @@ class RollbackTableInfo(AbstractModel):
34917
34648
  @property
34918
34649
  def OldTable(self):
34919
34650
  """旧表名称
34920
- 注意:此字段可能返回 null,表示取不到有效值。
34921
34651
  :rtype: str
34922
34652
  """
34923
34653
  return self._OldTable
@@ -34929,7 +34659,6 @@ class RollbackTableInfo(AbstractModel):
34929
34659
  @property
34930
34660
  def NewTable(self):
34931
34661
  """新表名称
34932
- 注意:此字段可能返回 null,表示取不到有效值。
34933
34662
  :rtype: str
34934
34663
  """
34935
34664
  return self._NewTable
@@ -35787,25 +35516,19 @@ class SalePackageSpec(AbstractModel):
35787
35516
  def __init__(self):
35788
35517
  r"""
35789
35518
  :param _PackageRegion: 资源包使用地域
35790
- 注意:此字段可能返回 null,表示取不到有效值。
35791
35519
  :type PackageRegion: str
35792
35520
  :param _PackageType: 资源包类型
35793
35521
  CCU-计算资源包
35794
35522
  DISK-存储资源包
35795
- 注意:此字段可能返回 null,表示取不到有效值。
35796
35523
  :type PackageType: str
35797
35524
  :param _PackageVersion: 资源包版本
35798
35525
  base-基础版本,common-通用版本,enterprise-企业版本
35799
- 注意:此字段可能返回 null,表示取不到有效值。
35800
35526
  :type PackageVersion: str
35801
35527
  :param _MinPackageSpec: 当前版本资源包最小资源数,计算资源单位:个;存储资源:GB
35802
- 注意:此字段可能返回 null,表示取不到有效值。
35803
35528
  :type MinPackageSpec: float
35804
35529
  :param _MaxPackageSpec: 当前版本资源包最大资源数,计算资源单位:个;存储资源:GB
35805
- 注意:此字段可能返回 null,表示取不到有效值。
35806
35530
  :type MaxPackageSpec: float
35807
35531
  :param _ExpireDay: 资源包有效期,单位:天
35808
- 注意:此字段可能返回 null,表示取不到有效值。
35809
35532
  :type ExpireDay: int
35810
35533
  """
35811
35534
  self._PackageRegion = None
@@ -35818,7 +35541,6 @@ base-基础版本,common-通用版本,enterprise-企业版本
35818
35541
  @property
35819
35542
  def PackageRegion(self):
35820
35543
  """资源包使用地域
35821
- 注意:此字段可能返回 null,表示取不到有效值。
35822
35544
  :rtype: str
35823
35545
  """
35824
35546
  return self._PackageRegion
@@ -35832,7 +35554,6 @@ base-基础版本,common-通用版本,enterprise-企业版本
35832
35554
  """资源包类型
35833
35555
  CCU-计算资源包
35834
35556
  DISK-存储资源包
35835
- 注意:此字段可能返回 null,表示取不到有效值。
35836
35557
  :rtype: str
35837
35558
  """
35838
35559
  return self._PackageType
@@ -35845,7 +35566,6 @@ DISK-存储资源包
35845
35566
  def PackageVersion(self):
35846
35567
  """资源包版本
35847
35568
  base-基础版本,common-通用版本,enterprise-企业版本
35848
- 注意:此字段可能返回 null,表示取不到有效值。
35849
35569
  :rtype: str
35850
35570
  """
35851
35571
  return self._PackageVersion
@@ -35857,7 +35577,6 @@ base-基础版本,common-通用版本,enterprise-企业版本
35857
35577
  @property
35858
35578
  def MinPackageSpec(self):
35859
35579
  """当前版本资源包最小资源数,计算资源单位:个;存储资源:GB
35860
- 注意:此字段可能返回 null,表示取不到有效值。
35861
35580
  :rtype: float
35862
35581
  """
35863
35582
  return self._MinPackageSpec
@@ -35869,7 +35588,6 @@ base-基础版本,common-通用版本,enterprise-企业版本
35869
35588
  @property
35870
35589
  def MaxPackageSpec(self):
35871
35590
  """当前版本资源包最大资源数,计算资源单位:个;存储资源:GB
35872
- 注意:此字段可能返回 null,表示取不到有效值。
35873
35591
  :rtype: float
35874
35592
  """
35875
35593
  return self._MaxPackageSpec
@@ -35881,7 +35599,6 @@ base-基础版本,common-通用版本,enterprise-企业版本
35881
35599
  @property
35882
35600
  def ExpireDay(self):
35883
35601
  """资源包有效期,单位:天
35884
- 注意:此字段可能返回 null,表示取不到有效值。
35885
35602
  :rtype: int
35886
35603
  """
35887
35604
  return self._ExpireDay
@@ -36053,7 +35770,6 @@ class SaleZone(AbstractModel):
36053
35770
  :param _PhysicalZone: 物理区
36054
35771
  :type PhysicalZone: str
36055
35772
  :param _HasPermission: 用户是否有可用区权限
36056
- 注意:此字段可能返回 null,表示取不到有效值。
36057
35773
  :type HasPermission: bool
36058
35774
  :param _IsWholeRdmaZone: 是否为全链路RDMA可用区
36059
35775
  :type IsWholeRdmaZone: str
@@ -36143,7 +35859,6 @@ class SaleZone(AbstractModel):
36143
35859
  @property
36144
35860
  def HasPermission(self):
36145
35861
  """用户是否有可用区权限
36146
- 注意:此字段可能返回 null,表示取不到有效值。
36147
35862
  :rtype: bool
36148
35863
  """
36149
35864
  return self._HasPermission
@@ -36912,10 +36627,8 @@ class SlaveZoneAttrItem(AbstractModel):
36912
36627
  def __init__(self):
36913
36628
  r"""
36914
36629
  :param _Zone: 可用区
36915
- 注意:此字段可能返回 null,表示取不到有效值。
36916
36630
  :type Zone: str
36917
36631
  :param _BinlogSyncWay: binlog同步方式
36918
- 注意:此字段可能返回 null,表示取不到有效值。
36919
36632
  :type BinlogSyncWay: str
36920
36633
  """
36921
36634
  self._Zone = None
@@ -36924,7 +36637,6 @@ class SlaveZoneAttrItem(AbstractModel):
36924
36637
  @property
36925
36638
  def Zone(self):
36926
36639
  """可用区
36927
- 注意:此字段可能返回 null,表示取不到有效值。
36928
36640
  :rtype: str
36929
36641
  """
36930
36642
  return self._Zone
@@ -36936,7 +36648,6 @@ class SlaveZoneAttrItem(AbstractModel):
36936
36648
  @property
36937
36649
  def BinlogSyncWay(self):
36938
36650
  """binlog同步方式
36939
- 注意:此字段可能返回 null,表示取不到有效值。
36940
36651
  :rtype: str
36941
36652
  """
36942
36653
  return self._BinlogSyncWay
@@ -36967,13 +36678,10 @@ class SlaveZoneStockInfo(AbstractModel):
36967
36678
  def __init__(self):
36968
36679
  r"""
36969
36680
  :param _SlaveZone: 备可用区
36970
- 注意:此字段可能返回 null,表示取不到有效值。
36971
36681
  :type SlaveZone: str
36972
36682
  :param _StockCount: 备可用区的库存数量
36973
- 注意:此字段可能返回 null,表示取不到有效值。
36974
36683
  :type StockCount: int
36975
36684
  :param _HasStock: 备可用区是否有库存
36976
- 注意:此字段可能返回 null,表示取不到有效值。
36977
36685
  :type HasStock: bool
36978
36686
  """
36979
36687
  self._SlaveZone = None
@@ -36983,7 +36691,6 @@ class SlaveZoneStockInfo(AbstractModel):
36983
36691
  @property
36984
36692
  def SlaveZone(self):
36985
36693
  """备可用区
36986
- 注意:此字段可能返回 null,表示取不到有效值。
36987
36694
  :rtype: str
36988
36695
  """
36989
36696
  return self._SlaveZone
@@ -36995,7 +36702,6 @@ class SlaveZoneStockInfo(AbstractModel):
36995
36702
  @property
36996
36703
  def StockCount(self):
36997
36704
  """备可用区的库存数量
36998
- 注意:此字段可能返回 null,表示取不到有效值。
36999
36705
  :rtype: int
37000
36706
  """
37001
36707
  return self._StockCount
@@ -37007,7 +36713,6 @@ class SlaveZoneStockInfo(AbstractModel):
37007
36713
  @property
37008
36714
  def HasStock(self):
37009
36715
  """备可用区是否有库存
37010
- 注意:此字段可能返回 null,表示取不到有效值。
37011
36716
  :rtype: bool
37012
36717
  """
37013
36718
  return self._HasStock
@@ -37062,31 +36767,24 @@ class SlowQueriesItem(AbstractModel):
37062
36767
  :type SqlMd5: str
37063
36768
  :param _SyncReadCountRemote: 远程读取次数
37064
36769
  数据库内核版本大于3.1.12
37065
- 注意:此字段可能返回 null,表示取不到有效值。
37066
36770
  :type SyncReadCountRemote: int
37067
36771
  :param _SyncReadBytesRemote: 远程读取的字节数
37068
36772
  数据库内核版本大于3.1.12
37069
- 注意:此字段可能返回 null,表示取不到有效值。
37070
36773
  :type SyncReadBytesRemote: int
37071
36774
  :param _SyncReadTimeRemote: 远程读取所花费的时间(微秒)
37072
36775
  数据库内核版本大于3.1.12
37073
- 注意:此字段可能返回 null,表示取不到有效值。
37074
36776
  :type SyncReadTimeRemote: int
37075
36777
  :param _SyncWriteCountRemote: 远程写入次数
37076
36778
  数据库内核版本大于3.1.12
37077
- 注意:此字段可能返回 null,表示取不到有效值。
37078
36779
  :type SyncWriteCountRemote: int
37079
36780
  :param _SyncWriteBytesRemote: 远程写入的字节数。
37080
36781
  数据库内核版本大于3.1.12
37081
- 注意:此字段可能返回 null,表示取不到有效值。
37082
36782
  :type SyncWriteBytesRemote: int
37083
36783
  :param _SyncWriteTimeRemote: 远程写入所花费的时间(微秒)。
37084
36784
  数据库内核版本大于3.1.12
37085
- 注意:此字段可能返回 null,表示取不到有效值。
37086
36785
  :type SyncWriteTimeRemote: int
37087
36786
  :param _TrxCommitDelay: 事务提交延迟(微秒)
37088
36787
  数据库内核版本大于3.1.12
37089
- 注意:此字段可能返回 null,表示取不到有效值。
37090
36788
  :type TrxCommitDelay: int
37091
36789
  """
37092
36790
  self._Timestamp = None
@@ -37233,7 +36931,6 @@ class SlowQueriesItem(AbstractModel):
37233
36931
  def SyncReadCountRemote(self):
37234
36932
  """远程读取次数
37235
36933
  数据库内核版本大于3.1.12
37236
- 注意:此字段可能返回 null,表示取不到有效值。
37237
36934
  :rtype: int
37238
36935
  """
37239
36936
  return self._SyncReadCountRemote
@@ -37246,7 +36943,6 @@ class SlowQueriesItem(AbstractModel):
37246
36943
  def SyncReadBytesRemote(self):
37247
36944
  """远程读取的字节数
37248
36945
  数据库内核版本大于3.1.12
37249
- 注意:此字段可能返回 null,表示取不到有效值。
37250
36946
  :rtype: int
37251
36947
  """
37252
36948
  return self._SyncReadBytesRemote
@@ -37259,7 +36955,6 @@ class SlowQueriesItem(AbstractModel):
37259
36955
  def SyncReadTimeRemote(self):
37260
36956
  """远程读取所花费的时间(微秒)
37261
36957
  数据库内核版本大于3.1.12
37262
- 注意:此字段可能返回 null,表示取不到有效值。
37263
36958
  :rtype: int
37264
36959
  """
37265
36960
  return self._SyncReadTimeRemote
@@ -37272,7 +36967,6 @@ class SlowQueriesItem(AbstractModel):
37272
36967
  def SyncWriteCountRemote(self):
37273
36968
  """远程写入次数
37274
36969
  数据库内核版本大于3.1.12
37275
- 注意:此字段可能返回 null,表示取不到有效值。
37276
36970
  :rtype: int
37277
36971
  """
37278
36972
  return self._SyncWriteCountRemote
@@ -37285,7 +36979,6 @@ class SlowQueriesItem(AbstractModel):
37285
36979
  def SyncWriteBytesRemote(self):
37286
36980
  """远程写入的字节数。
37287
36981
  数据库内核版本大于3.1.12
37288
- 注意:此字段可能返回 null,表示取不到有效值。
37289
36982
  :rtype: int
37290
36983
  """
37291
36984
  return self._SyncWriteBytesRemote
@@ -37298,7 +36991,6 @@ class SlowQueriesItem(AbstractModel):
37298
36991
  def SyncWriteTimeRemote(self):
37299
36992
  """远程写入所花费的时间(微秒)。
37300
36993
  数据库内核版本大于3.1.12
37301
- 注意:此字段可能返回 null,表示取不到有效值。
37302
36994
  :rtype: int
37303
36995
  """
37304
36996
  return self._SyncWriteTimeRemote
@@ -37311,7 +37003,6 @@ class SlowQueriesItem(AbstractModel):
37311
37003
  def TrxCommitDelay(self):
37312
37004
  """事务提交延迟(微秒)
37313
37005
  数据库内核版本大于3.1.12
37314
- 注意:此字段可能返回 null,表示取不到有效值。
37315
37006
  :rtype: int
37316
37007
  """
37317
37008
  return self._TrxCommitDelay
@@ -37608,7 +37299,6 @@ class SwitchClusterLogBin(AbstractModel):
37608
37299
  def __init__(self):
37609
37300
  r"""
37610
37301
  :param _Status: 状态
37611
- 注意:此字段可能返回 null,表示取不到有效值。
37612
37302
  :type Status: str
37613
37303
  """
37614
37304
  self._Status = None
@@ -37616,7 +37306,6 @@ class SwitchClusterLogBin(AbstractModel):
37616
37306
  @property
37617
37307
  def Status(self):
37618
37308
  """状态
37619
- 注意:此字段可能返回 null,表示取不到有效值。
37620
37309
  :rtype: str
37621
37310
  """
37622
37311
  return self._Status
@@ -38033,13 +37722,10 @@ class TablePrivileges(AbstractModel):
38033
37722
  def __init__(self):
38034
37723
  r"""
38035
37724
  :param _Db: 数据库名
38036
- 注意:此字段可能返回 null,表示取不到有效值。
38037
37725
  :type Db: str
38038
37726
  :param _TableName: 表名
38039
- 注意:此字段可能返回 null,表示取不到有效值。
38040
37727
  :type TableName: str
38041
37728
  :param _Privileges: 权限列表
38042
- 注意:此字段可能返回 null,表示取不到有效值。
38043
37729
  :type Privileges: list of str
38044
37730
  """
38045
37731
  self._Db = None
@@ -38049,7 +37735,6 @@ class TablePrivileges(AbstractModel):
38049
37735
  @property
38050
37736
  def Db(self):
38051
37737
  """数据库名
38052
- 注意:此字段可能返回 null,表示取不到有效值。
38053
37738
  :rtype: str
38054
37739
  """
38055
37740
  return self._Db
@@ -38061,7 +37746,6 @@ class TablePrivileges(AbstractModel):
38061
37746
  @property
38062
37747
  def TableName(self):
38063
37748
  """表名
38064
- 注意:此字段可能返回 null,表示取不到有效值。
38065
37749
  :rtype: str
38066
37750
  """
38067
37751
  return self._TableName
@@ -38073,7 +37757,6 @@ class TablePrivileges(AbstractModel):
38073
37757
  @property
38074
37758
  def Privileges(self):
38075
37759
  """权限列表
38076
- 注意:此字段可能返回 null,表示取不到有效值。
38077
37760
  :rtype: list of str
38078
37761
  """
38079
37762
  return self._Privileges
@@ -38156,13 +37839,10 @@ class TaskMaintainInfo(AbstractModel):
38156
37839
  def __init__(self):
38157
37840
  r"""
38158
37841
  :param _MaintainStartTime: 执行开始时间(距离0点的秒数)
38159
- 注意:此字段可能返回 null,表示取不到有效值。
38160
37842
  :type MaintainStartTime: int
38161
37843
  :param _MaintainDuration: 持续的时间(单位:秒)
38162
- 注意:此字段可能返回 null,表示取不到有效值。
38163
37844
  :type MaintainDuration: int
38164
37845
  :param _MaintainWeekDays: 可以执行的时间,枚举值:["Mon","Tue","Wed","Thu","Fri", "Sat", "Sun"]
38165
- 注意:此字段可能返回 null,表示取不到有效值。
38166
37846
  :type MaintainWeekDays: list of str
38167
37847
  """
38168
37848
  self._MaintainStartTime = None
@@ -38172,7 +37852,6 @@ class TaskMaintainInfo(AbstractModel):
38172
37852
  @property
38173
37853
  def MaintainStartTime(self):
38174
37854
  """执行开始时间(距离0点的秒数)
38175
- 注意:此字段可能返回 null,表示取不到有效值。
38176
37855
  :rtype: int
38177
37856
  """
38178
37857
  return self._MaintainStartTime
@@ -38184,7 +37863,6 @@ class TaskMaintainInfo(AbstractModel):
38184
37863
  @property
38185
37864
  def MaintainDuration(self):
38186
37865
  """持续的时间(单位:秒)
38187
- 注意:此字段可能返回 null,表示取不到有效值。
38188
37866
  :rtype: int
38189
37867
  """
38190
37868
  return self._MaintainDuration
@@ -38196,7 +37874,6 @@ class TaskMaintainInfo(AbstractModel):
38196
37874
  @property
38197
37875
  def MaintainWeekDays(self):
38198
37876
  """可以执行的时间,枚举值:["Mon","Tue","Wed","Thu","Fri", "Sat", "Sun"]
38199
- 注意:此字段可能返回 null,表示取不到有效值。
38200
37877
  :rtype: list of str
38201
37878
  """
38202
37879
  return self._MaintainWeekDays
@@ -38298,13 +37975,10 @@ class TemplateParamInfo(AbstractModel):
38298
37975
  :param _Default: 默认值
38299
37976
  :type Default: str
38300
37977
  :param _EnumValue: 参数类型为enum时可选的值类型集合
38301
- 注意:此字段可能返回 null,表示取不到有效值。
38302
37978
  :type EnumValue: list of str
38303
37979
  :param _Max: 参数类型为float/integer时的最大值
38304
- 注意:此字段可能返回 null,表示取不到有效值。
38305
37980
  :type Max: str
38306
37981
  :param _Min: 参数类型为float/integer时的最小值
38307
- 注意:此字段可能返回 null,表示取不到有效值。
38308
37982
  :type Min: str
38309
37983
  :param _ParamName: 参数名称
38310
37984
  :type ParamName: str
@@ -38350,7 +38024,6 @@ class TemplateParamInfo(AbstractModel):
38350
38024
  @property
38351
38025
  def EnumValue(self):
38352
38026
  """参数类型为enum时可选的值类型集合
38353
- 注意:此字段可能返回 null,表示取不到有效值。
38354
38027
  :rtype: list of str
38355
38028
  """
38356
38029
  return self._EnumValue
@@ -38362,7 +38035,6 @@ class TemplateParamInfo(AbstractModel):
38362
38035
  @property
38363
38036
  def Max(self):
38364
38037
  """参数类型为float/integer时的最大值
38365
- 注意:此字段可能返回 null,表示取不到有效值。
38366
38038
  :rtype: str
38367
38039
  """
38368
38040
  return self._Max
@@ -38374,7 +38046,6 @@ class TemplateParamInfo(AbstractModel):
38374
38046
  @property
38375
38047
  def Min(self):
38376
38048
  """参数类型为float/integer时的最小值
38377
- 注意:此字段可能返回 null,表示取不到有效值。
38378
38049
  :rtype: str
38379
38050
  """
38380
38051
  return self._Min
@@ -38456,18 +38127,14 @@ class TradePrice(AbstractModel):
38456
38127
  def __init__(self):
38457
38128
  r"""
38458
38129
  :param _TotalPrice: 预付费模式下资源总价,不包含优惠,单位:分
38459
- 注意:此字段可能返回 null,表示取不到有效值。
38460
38130
  :type TotalPrice: int
38461
38131
  :param _Discount: 总的折扣,100表示100%不打折
38462
38132
  :type Discount: float
38463
38133
  :param _TotalPriceDiscount: 预付费模式下的优惠后总价, 单位: 分,例如用户享有折扣 =TotalPrice × Discount
38464
- 注意:此字段可能返回 null,表示取不到有效值。
38465
38134
  :type TotalPriceDiscount: int
38466
38135
  :param _UnitPrice: 后付费模式下的单位资源价格,不包含优惠,单位:分
38467
- 注意:此字段可能返回 null,表示取不到有效值。
38468
38136
  :type UnitPrice: int
38469
38137
  :param _UnitPriceDiscount: 优惠后后付费模式下的单位资源价格, 单位: 分,例如用户享有折扣=UnitPricet × Discount
38470
- 注意:此字段可能返回 null,表示取不到有效值。
38471
38138
  :type UnitPriceDiscount: int
38472
38139
  :param _ChargeUnit: 计费价格单位
38473
38140
  :type ChargeUnit: str
@@ -38482,7 +38149,6 @@ class TradePrice(AbstractModel):
38482
38149
  @property
38483
38150
  def TotalPrice(self):
38484
38151
  """预付费模式下资源总价,不包含优惠,单位:分
38485
- 注意:此字段可能返回 null,表示取不到有效值。
38486
38152
  :rtype: int
38487
38153
  """
38488
38154
  return self._TotalPrice
@@ -38505,7 +38171,6 @@ class TradePrice(AbstractModel):
38505
38171
  @property
38506
38172
  def TotalPriceDiscount(self):
38507
38173
  """预付费模式下的优惠后总价, 单位: 分,例如用户享有折扣 =TotalPrice × Discount
38508
- 注意:此字段可能返回 null,表示取不到有效值。
38509
38174
  :rtype: int
38510
38175
  """
38511
38176
  return self._TotalPriceDiscount
@@ -38517,7 +38182,6 @@ class TradePrice(AbstractModel):
38517
38182
  @property
38518
38183
  def UnitPrice(self):
38519
38184
  """后付费模式下的单位资源价格,不包含优惠,单位:分
38520
- 注意:此字段可能返回 null,表示取不到有效值。
38521
38185
  :rtype: int
38522
38186
  """
38523
38187
  return self._UnitPrice
@@ -38529,7 +38193,6 @@ class TradePrice(AbstractModel):
38529
38193
  @property
38530
38194
  def UnitPriceDiscount(self):
38531
38195
  """优惠后后付费模式下的单位资源价格, 单位: 分,例如用户享有折扣=UnitPricet × Discount
38532
- 注意:此字段可能返回 null,表示取不到有效值。
38533
38196
  :rtype: int
38534
38197
  """
38535
38198
  return self._UnitPriceDiscount
@@ -39474,10 +39137,8 @@ class UserHostPrivilege(AbstractModel):
39474
39137
  :param _DbUserName: 授权用户
39475
39138
  :type DbUserName: str
39476
39139
  :param _DbHost: 客户端ip
39477
- 注意:此字段可能返回 null,表示取不到有效值。
39478
39140
  :type DbHost: str
39479
39141
  :param _DbPrivilege: 用户权限
39480
- 注意:此字段可能返回 null,表示取不到有效值。
39481
39142
  :type DbPrivilege: str
39482
39143
  """
39483
39144
  self._DbUserName = None
@@ -39498,7 +39159,6 @@ class UserHostPrivilege(AbstractModel):
39498
39159
  @property
39499
39160
  def DbHost(self):
39500
39161
  """客户端ip
39501
- 注意:此字段可能返回 null,表示取不到有效值。
39502
39162
  :rtype: str
39503
39163
  """
39504
39164
  return self._DbHost
@@ -39510,7 +39170,6 @@ class UserHostPrivilege(AbstractModel):
39510
39170
  @property
39511
39171
  def DbPrivilege(self):
39512
39172
  """用户权限
39513
- 注意:此字段可能返回 null,表示取不到有效值。
39514
39173
  :rtype: str
39515
39174
  """
39516
39175
  return self._DbPrivilege