tencentcloud-sdk-python 3.0.1338__py2.py3-none-any.whl → 3.0.1340__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 (49) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/autoscaling/v20180419/models.py +64 -112
  3. tencentcloud/bh/v20230418/bh_client.py +23 -0
  4. tencentcloud/bh/v20230418/models.py +342 -0
  5. tencentcloud/cdwch/v20200915/models.py +15 -0
  6. tencentcloud/cfg/v20210820/models.py +30 -6
  7. tencentcloud/cmq/v20190304/models.py +0 -90
  8. tencentcloud/cvm/v20170312/errorcodes.py +3 -0
  9. tencentcloud/cynosdb/v20190107/models.py +2 -358
  10. tencentcloud/dlc/v20210125/dlc_client.py +23 -0
  11. tencentcloud/dlc/v20210125/models.py +452 -0
  12. tencentcloud/domain/v20180808/models.py +0 -124
  13. tencentcloud/dsgc/v20190723/models.py +8 -0
  14. tencentcloud/dts/v20180330/models.py +0 -2
  15. tencentcloud/dts/v20211206/models.py +0 -328
  16. tencentcloud/emr/v20190103/emr_client.py +23 -0
  17. tencentcloud/emr/v20190103/models.py +431 -0
  18. tencentcloud/es/v20180416/models.py +17 -0
  19. tencentcloud/fmu/v20191213/errorcodes.py +0 -21
  20. tencentcloud/fmu/v20191213/fmu_client.py +0 -75
  21. tencentcloud/fmu/v20191213/models.py +0 -527
  22. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +0 -50
  23. tencentcloud/iotexplorer/v20190423/models.py +0 -491
  24. tencentcloud/iss/v20230517/models.py +15 -534
  25. tencentcloud/kms/v20190118/models.py +30 -0
  26. tencentcloud/lcic/v20220817/lcic_client.py +46 -0
  27. tencentcloud/lcic/v20220817/models.py +188 -0
  28. tencentcloud/mongodb/v20190725/models.py +109 -0
  29. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  30. tencentcloud/rum/v20210622/models.py +0 -2
  31. tencentcloud/svp/v20240125/errorcodes.py +3 -0
  32. tencentcloud/svp/v20240125/models.py +506 -0
  33. tencentcloud/svp/v20240125/svp_client.py +23 -0
  34. tencentcloud/tiw/v20190919/errorcodes.py +3 -24
  35. tencentcloud/tiw/v20190919/models.py +3657 -8172
  36. tencentcloud/tiw/v20190919/tiw_client.py +1 -580
  37. tencentcloud/trtc/v20190722/models.py +39 -8
  38. tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  39. tencentcloud/tsf/v20180326/models.py +85 -14
  40. tencentcloud/tsf/v20180326/tsf_client.py +23 -0
  41. tencentcloud/vpc/v20170312/models.py +100 -0
  42. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  43. tencentcloud/wedata/v20210820/models.py +654 -0
  44. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  45. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.dist-info}/METADATA +1 -1
  46. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.dist-info}/RECORD +49 -49
  47. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.dist-info}/LICENSE +0 -0
  48. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.dist-info}/WHEEL +0 -0
  49. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.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
@@ -22536,10 +22468,8 @@ class InstanceAbility(AbstractModel):
22536
22468
  def __init__(self):
22537
22469
  r"""
22538
22470
  :param _IsSupportForceRestart: 实例是否支持强制重启,可选值:yes:支持,no:不支持
22539
- 注意:此字段可能返回 null,表示取不到有效值。
22540
22471
  :type IsSupportForceRestart: str
22541
22472
  :param _NonsupportForceRestartReason: 不支持强制重启的原因
22542
- 注意:此字段可能返回 null,表示取不到有效值。
22543
22473
  :type NonsupportForceRestartReason: str
22544
22474
  """
22545
22475
  self._IsSupportForceRestart = None
@@ -22548,7 +22478,6 @@ class InstanceAbility(AbstractModel):
22548
22478
  @property
22549
22479
  def IsSupportForceRestart(self):
22550
22480
  """实例是否支持强制重启,可选值:yes:支持,no:不支持
22551
- 注意:此字段可能返回 null,表示取不到有效值。
22552
22481
  :rtype: str
22553
22482
  """
22554
22483
  return self._IsSupportForceRestart
@@ -22560,7 +22489,6 @@ class InstanceAbility(AbstractModel):
22560
22489
  @property
22561
22490
  def NonsupportForceRestartReason(self):
22562
22491
  """不支持强制重启的原因
22563
- 注意:此字段可能返回 null,表示取不到有效值。
22564
22492
  :rtype: str
22565
22493
  """
22566
22494
  return self._NonsupportForceRestartReason
@@ -23080,37 +23008,28 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23080
23008
  def __init__(self):
23081
23009
  r"""
23082
23010
  :param _InstanceId: 实例id
23083
- 注意:此字段可能返回 null,表示取不到有效值。
23084
23011
  :type InstanceId: str
23085
23012
  :param _InstanceName: 实例name
23086
23013
 
23087
- 注意:此字段可能返回 null,表示取不到有效值。
23088
23014
  :type InstanceName: str
23089
23015
  :param _TopicId: 日志主题id
23090
23016
 
23091
- 注意:此字段可能返回 null,表示取不到有效值。
23092
23017
  :type TopicId: str
23093
23018
  :param _TopicName: 日志主题name
23094
- 注意:此字段可能返回 null,表示取不到有效值。
23095
23019
  :type TopicName: str
23096
23020
  :param _GroupId: 日志集id
23097
23021
 
23098
- 注意:此字段可能返回 null,表示取不到有效值。
23099
23022
  :type GroupId: str
23100
23023
  :param _GroupName: 日志集name
23101
23024
 
23102
- 注意:此字段可能返回 null,表示取不到有效值。
23103
23025
  :type GroupName: str
23104
23026
  :param _Region: 日志投递地域
23105
23027
 
23106
- 注意:此字段可能返回 null,表示取不到有效值。
23107
23028
  :type Region: str
23108
23029
  :param _Status: 投递状态creating,running,offlining,offlined
23109
23030
 
23110
- 注意:此字段可能返回 null,表示取不到有效值。
23111
23031
  :type Status: str
23112
23032
  :param _LogType: 日志类型
23113
- 注意:此字段可能返回 null,表示取不到有效值。
23114
23033
  :type LogType: str
23115
23034
  """
23116
23035
  self._InstanceId = None
@@ -23126,7 +23045,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23126
23045
  @property
23127
23046
  def InstanceId(self):
23128
23047
  """实例id
23129
- 注意:此字段可能返回 null,表示取不到有效值。
23130
23048
  :rtype: str
23131
23049
  """
23132
23050
  return self._InstanceId
@@ -23139,7 +23057,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23139
23057
  def InstanceName(self):
23140
23058
  """实例name
23141
23059
 
23142
- 注意:此字段可能返回 null,表示取不到有效值。
23143
23060
  :rtype: str
23144
23061
  """
23145
23062
  return self._InstanceName
@@ -23152,7 +23069,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23152
23069
  def TopicId(self):
23153
23070
  """日志主题id
23154
23071
 
23155
- 注意:此字段可能返回 null,表示取不到有效值。
23156
23072
  :rtype: str
23157
23073
  """
23158
23074
  return self._TopicId
@@ -23164,7 +23080,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23164
23080
  @property
23165
23081
  def TopicName(self):
23166
23082
  """日志主题name
23167
- 注意:此字段可能返回 null,表示取不到有效值。
23168
23083
  :rtype: str
23169
23084
  """
23170
23085
  return self._TopicName
@@ -23177,7 +23092,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23177
23092
  def GroupId(self):
23178
23093
  """日志集id
23179
23094
 
23180
- 注意:此字段可能返回 null,表示取不到有效值。
23181
23095
  :rtype: str
23182
23096
  """
23183
23097
  return self._GroupId
@@ -23190,7 +23104,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23190
23104
  def GroupName(self):
23191
23105
  """日志集name
23192
23106
 
23193
- 注意:此字段可能返回 null,表示取不到有效值。
23194
23107
  :rtype: str
23195
23108
  """
23196
23109
  return self._GroupName
@@ -23203,7 +23116,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23203
23116
  def Region(self):
23204
23117
  """日志投递地域
23205
23118
 
23206
- 注意:此字段可能返回 null,表示取不到有效值。
23207
23119
  :rtype: str
23208
23120
  """
23209
23121
  return self._Region
@@ -23216,7 +23128,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23216
23128
  def Status(self):
23217
23129
  """投递状态creating,running,offlining,offlined
23218
23130
 
23219
- 注意:此字段可能返回 null,表示取不到有效值。
23220
23131
  :rtype: str
23221
23132
  """
23222
23133
  return self._Status
@@ -23228,7 +23139,6 @@ class InstanceCLSDeliveryInfo(AbstractModel):
23228
23139
  @property
23229
23140
  def LogType(self):
23230
23141
  """日志类型
23231
- 注意:此字段可能返回 null,表示取不到有效值。
23232
23142
  :rtype: str
23233
23143
  """
23234
23144
  return self._LogType
@@ -23422,37 +23332,26 @@ class InstanceNetInfo(AbstractModel):
23422
23332
  def __init__(self):
23423
23333
  r"""
23424
23334
  :param _InstanceGroupType: 网络类型
23425
- 注意:此字段可能返回 null,表示取不到有效值。
23426
23335
  :type InstanceGroupType: str
23427
23336
  :param _InstanceGroupId: 实例组ID
23428
- 注意:此字段可能返回 null,表示取不到有效值。
23429
23337
  :type InstanceGroupId: str
23430
23338
  :param _VpcId: 私有网络ID
23431
- 注意:此字段可能返回 null,表示取不到有效值。
23432
23339
  :type VpcId: str
23433
23340
  :param _SubnetId: 子网ID
23434
- 注意:此字段可能返回 null,表示取不到有效值。
23435
23341
  :type SubnetId: str
23436
23342
  :param _NetType: 网络类型, 0-基础网络, 1-vpc网络, 2-黑石网络
23437
- 注意:此字段可能返回 null,表示取不到有效值。
23438
23343
  :type NetType: int
23439
23344
  :param _Vip: 私有网络IP
23440
- 注意:此字段可能返回 null,表示取不到有效值。
23441
23345
  :type Vip: str
23442
23346
  :param _Vport: 私有网络端口
23443
- 注意:此字段可能返回 null,表示取不到有效值。
23444
23347
  :type Vport: int
23445
23348
  :param _WanDomain: 外网域名
23446
- 注意:此字段可能返回 null,表示取不到有效值。
23447
23349
  :type WanDomain: str
23448
23350
  :param _WanIP: 外网IP
23449
- 注意:此字段可能返回 null,表示取不到有效值。
23450
23351
  :type WanIP: str
23451
23352
  :param _WanPort: 外网端口
23452
- 注意:此字段可能返回 null,表示取不到有效值。
23453
23353
  :type WanPort: int
23454
23354
  :param _WanStatus: 外网开启状态
23455
- 注意:此字段可能返回 null,表示取不到有效值。
23456
23355
  :type WanStatus: str
23457
23356
  """
23458
23357
  self._InstanceGroupType = None
@@ -23470,7 +23369,6 @@ class InstanceNetInfo(AbstractModel):
23470
23369
  @property
23471
23370
  def InstanceGroupType(self):
23472
23371
  """网络类型
23473
- 注意:此字段可能返回 null,表示取不到有效值。
23474
23372
  :rtype: str
23475
23373
  """
23476
23374
  return self._InstanceGroupType
@@ -23482,7 +23380,6 @@ class InstanceNetInfo(AbstractModel):
23482
23380
  @property
23483
23381
  def InstanceGroupId(self):
23484
23382
  """实例组ID
23485
- 注意:此字段可能返回 null,表示取不到有效值。
23486
23383
  :rtype: str
23487
23384
  """
23488
23385
  return self._InstanceGroupId
@@ -23494,7 +23391,6 @@ class InstanceNetInfo(AbstractModel):
23494
23391
  @property
23495
23392
  def VpcId(self):
23496
23393
  """私有网络ID
23497
- 注意:此字段可能返回 null,表示取不到有效值。
23498
23394
  :rtype: str
23499
23395
  """
23500
23396
  return self._VpcId
@@ -23506,7 +23402,6 @@ class InstanceNetInfo(AbstractModel):
23506
23402
  @property
23507
23403
  def SubnetId(self):
23508
23404
  """子网ID
23509
- 注意:此字段可能返回 null,表示取不到有效值。
23510
23405
  :rtype: str
23511
23406
  """
23512
23407
  return self._SubnetId
@@ -23518,7 +23413,6 @@ class InstanceNetInfo(AbstractModel):
23518
23413
  @property
23519
23414
  def NetType(self):
23520
23415
  """网络类型, 0-基础网络, 1-vpc网络, 2-黑石网络
23521
- 注意:此字段可能返回 null,表示取不到有效值。
23522
23416
  :rtype: int
23523
23417
  """
23524
23418
  return self._NetType
@@ -23530,7 +23424,6 @@ class InstanceNetInfo(AbstractModel):
23530
23424
  @property
23531
23425
  def Vip(self):
23532
23426
  """私有网络IP
23533
- 注意:此字段可能返回 null,表示取不到有效值。
23534
23427
  :rtype: str
23535
23428
  """
23536
23429
  return self._Vip
@@ -23542,7 +23435,6 @@ class InstanceNetInfo(AbstractModel):
23542
23435
  @property
23543
23436
  def Vport(self):
23544
23437
  """私有网络端口
23545
- 注意:此字段可能返回 null,表示取不到有效值。
23546
23438
  :rtype: int
23547
23439
  """
23548
23440
  return self._Vport
@@ -23554,7 +23446,6 @@ class InstanceNetInfo(AbstractModel):
23554
23446
  @property
23555
23447
  def WanDomain(self):
23556
23448
  """外网域名
23557
- 注意:此字段可能返回 null,表示取不到有效值。
23558
23449
  :rtype: str
23559
23450
  """
23560
23451
  return self._WanDomain
@@ -23566,7 +23457,6 @@ class InstanceNetInfo(AbstractModel):
23566
23457
  @property
23567
23458
  def WanIP(self):
23568
23459
  """外网IP
23569
- 注意:此字段可能返回 null,表示取不到有效值。
23570
23460
  :rtype: str
23571
23461
  """
23572
23462
  return self._WanIP
@@ -23578,7 +23468,6 @@ class InstanceNetInfo(AbstractModel):
23578
23468
  @property
23579
23469
  def WanPort(self):
23580
23470
  """外网端口
23581
- 注意:此字段可能返回 null,表示取不到有效值。
23582
23471
  :rtype: int
23583
23472
  """
23584
23473
  return self._WanPort
@@ -23590,7 +23479,6 @@ class InstanceNetInfo(AbstractModel):
23590
23479
  @property
23591
23480
  def WanStatus(self):
23592
23481
  """外网开启状态
23593
- 注意:此字段可能返回 null,表示取不到有效值。
23594
23482
  :rtype: str
23595
23483
  """
23596
23484
  return self._WanStatus
@@ -24254,19 +24142,14 @@ class LogicBackupConfigInfo(AbstractModel):
24254
24142
  def __init__(self):
24255
24143
  r"""
24256
24144
  :param _LogicBackupEnable: 是否开启自动逻辑备份
24257
- 注意:此字段可能返回 null,表示取不到有效值。
24258
24145
  :type LogicBackupEnable: str
24259
24146
  :param _LogicBackupTimeBeg: 自动逻辑备份开始时间
24260
- 注意:此字段可能返回 null,表示取不到有效值。
24261
24147
  :type LogicBackupTimeBeg: int
24262
24148
  :param _LogicBackupTimeEnd: 自动逻辑备份结束时间
24263
- 注意:此字段可能返回 null,表示取不到有效值。
24264
24149
  :type LogicBackupTimeEnd: int
24265
24150
  :param _LogicReserveDuration: 自动逻辑备份保留时间
24266
- 注意:此字段可能返回 null,表示取不到有效值。
24267
24151
  :type LogicReserveDuration: int
24268
24152
  :param _LogicCrossRegionsEnable: 是否开启跨地域逻辑备份
24269
- 注意:此字段可能返回 null,表示取不到有效值。
24270
24153
  :type LogicCrossRegionsEnable: str
24271
24154
  :param _LogicCrossRegions: 逻辑备份所跨地域
24272
24155
  注意:此字段可能返回 null,表示取不到有效值。
@@ -24282,7 +24165,6 @@ class LogicBackupConfigInfo(AbstractModel):
24282
24165
  @property
24283
24166
  def LogicBackupEnable(self):
24284
24167
  """是否开启自动逻辑备份
24285
- 注意:此字段可能返回 null,表示取不到有效值。
24286
24168
  :rtype: str
24287
24169
  """
24288
24170
  return self._LogicBackupEnable
@@ -24294,7 +24176,6 @@ class LogicBackupConfigInfo(AbstractModel):
24294
24176
  @property
24295
24177
  def LogicBackupTimeBeg(self):
24296
24178
  """自动逻辑备份开始时间
24297
- 注意:此字段可能返回 null,表示取不到有效值。
24298
24179
  :rtype: int
24299
24180
  """
24300
24181
  return self._LogicBackupTimeBeg
@@ -24306,7 +24187,6 @@ class LogicBackupConfigInfo(AbstractModel):
24306
24187
  @property
24307
24188
  def LogicBackupTimeEnd(self):
24308
24189
  """自动逻辑备份结束时间
24309
- 注意:此字段可能返回 null,表示取不到有效值。
24310
24190
  :rtype: int
24311
24191
  """
24312
24192
  return self._LogicBackupTimeEnd
@@ -24318,7 +24198,6 @@ class LogicBackupConfigInfo(AbstractModel):
24318
24198
  @property
24319
24199
  def LogicReserveDuration(self):
24320
24200
  """自动逻辑备份保留时间
24321
- 注意:此字段可能返回 null,表示取不到有效值。
24322
24201
  :rtype: int
24323
24202
  """
24324
24203
  return self._LogicReserveDuration
@@ -24330,7 +24209,6 @@ class LogicBackupConfigInfo(AbstractModel):
24330
24209
  @property
24331
24210
  def LogicCrossRegionsEnable(self):
24332
24211
  """是否开启跨地域逻辑备份
24333
- 注意:此字段可能返回 null,表示取不到有效值。
24334
24212
  :rtype: str
24335
24213
  """
24336
24214
  return self._LogicCrossRegionsEnable
@@ -26608,10 +26486,8 @@ class ModifyInstanceData(AbstractModel):
26608
26486
  :param _OldStorageLimit: 变配前存储上限
26609
26487
  :type OldStorageLimit: int
26610
26488
  :param _OldDeviceType: 变配前实例机器类型
26611
- 注意:此字段可能返回 null,表示取不到有效值。
26612
26489
  :type OldDeviceType: str
26613
26490
  :param _DeviceType: 变配后实例机器类型
26614
- 注意:此字段可能返回 null,表示取不到有效值。
26615
26491
  :type DeviceType: str
26616
26492
  :param _UpgradeType: 升级方式。升级完成后切换或维护时间内切换
26617
26493
  :type UpgradeType: str
@@ -26695,7 +26571,6 @@ class ModifyInstanceData(AbstractModel):
26695
26571
  @property
26696
26572
  def OldDeviceType(self):
26697
26573
  """变配前实例机器类型
26698
- 注意:此字段可能返回 null,表示取不到有效值。
26699
26574
  :rtype: str
26700
26575
  """
26701
26576
  return self._OldDeviceType
@@ -26707,7 +26582,6 @@ class ModifyInstanceData(AbstractModel):
26707
26582
  @property
26708
26583
  def DeviceType(self):
26709
26584
  """变配后实例机器类型
26710
- 注意:此字段可能返回 null,表示取不到有效值。
26711
26585
  :rtype: str
26712
26586
  """
26713
26587
  return self._DeviceType
@@ -27191,7 +27065,6 @@ class ModifyParamItem(AbstractModel):
27191
27065
  :param _CurrentValue: 参数当前值
27192
27066
  :type CurrentValue: str
27193
27067
  :param _OldValue: 参数旧值(只在出参时有用)
27194
- 注意:此字段可能返回 null,表示取不到有效值。
27195
27068
  :type OldValue: str
27196
27069
  """
27197
27070
  self._ParamName = None
@@ -27223,7 +27096,6 @@ class ModifyParamItem(AbstractModel):
27223
27096
  @property
27224
27097
  def OldValue(self):
27225
27098
  """参数旧值(只在出参时有用)
27226
- 注意:此字段可能返回 null,表示取不到有效值。
27227
27099
  :rtype: str
27228
27100
  """
27229
27101
  return self._OldValue
@@ -28587,37 +28459,26 @@ class NetAddr(AbstractModel):
28587
28459
  def __init__(self):
28588
28460
  r"""
28589
28461
  :param _Vip: 内网ip
28590
- 注意:此字段可能返回 null,表示取不到有效值。
28591
28462
  :type Vip: str
28592
28463
  :param _Vport: 内网端口号
28593
- 注意:此字段可能返回 null,表示取不到有效值。
28594
28464
  :type Vport: int
28595
28465
  :param _WanDomain: 外网域名
28596
- 注意:此字段可能返回 null,表示取不到有效值。
28597
28466
  :type WanDomain: str
28598
28467
  :param _WanPort: 外网端口号
28599
- 注意:此字段可能返回 null,表示取不到有效值。
28600
28468
  :type WanPort: int
28601
28469
  :param _NetType: 网络类型(ro-只读,rw/ha-读写)
28602
- 注意:此字段可能返回 null,表示取不到有效值。
28603
28470
  :type NetType: str
28604
28471
  :param _UniqSubnetId: 子网ID
28605
- 注意:此字段可能返回 null,表示取不到有效值。
28606
28472
  :type UniqSubnetId: str
28607
28473
  :param _UniqVpcId: 私有网络ID
28608
- 注意:此字段可能返回 null,表示取不到有效值。
28609
28474
  :type UniqVpcId: str
28610
28475
  :param _Description: 描述信息
28611
- 注意:此字段可能返回 null,表示取不到有效值。
28612
28476
  :type Description: str
28613
28477
  :param _WanIP: 外网IP
28614
- 注意:此字段可能返回 null,表示取不到有效值。
28615
28478
  :type WanIP: str
28616
28479
  :param _WanStatus: 外网状态
28617
- 注意:此字段可能返回 null,表示取不到有效值。
28618
28480
  :type WanStatus: str
28619
28481
  :param _InstanceGroupId: 实例组ID
28620
- 注意:此字段可能返回 null,表示取不到有效值。
28621
28482
  :type InstanceGroupId: str
28622
28483
  """
28623
28484
  self._Vip = None
@@ -28635,7 +28496,6 @@ class NetAddr(AbstractModel):
28635
28496
  @property
28636
28497
  def Vip(self):
28637
28498
  """内网ip
28638
- 注意:此字段可能返回 null,表示取不到有效值。
28639
28499
  :rtype: str
28640
28500
  """
28641
28501
  return self._Vip
@@ -28647,7 +28507,6 @@ class NetAddr(AbstractModel):
28647
28507
  @property
28648
28508
  def Vport(self):
28649
28509
  """内网端口号
28650
- 注意:此字段可能返回 null,表示取不到有效值。
28651
28510
  :rtype: int
28652
28511
  """
28653
28512
  return self._Vport
@@ -28659,7 +28518,6 @@ class NetAddr(AbstractModel):
28659
28518
  @property
28660
28519
  def WanDomain(self):
28661
28520
  """外网域名
28662
- 注意:此字段可能返回 null,表示取不到有效值。
28663
28521
  :rtype: str
28664
28522
  """
28665
28523
  return self._WanDomain
@@ -28671,7 +28529,6 @@ class NetAddr(AbstractModel):
28671
28529
  @property
28672
28530
  def WanPort(self):
28673
28531
  """外网端口号
28674
- 注意:此字段可能返回 null,表示取不到有效值。
28675
28532
  :rtype: int
28676
28533
  """
28677
28534
  return self._WanPort
@@ -28683,7 +28540,6 @@ class NetAddr(AbstractModel):
28683
28540
  @property
28684
28541
  def NetType(self):
28685
28542
  """网络类型(ro-只读,rw/ha-读写)
28686
- 注意:此字段可能返回 null,表示取不到有效值。
28687
28543
  :rtype: str
28688
28544
  """
28689
28545
  return self._NetType
@@ -28695,7 +28551,6 @@ class NetAddr(AbstractModel):
28695
28551
  @property
28696
28552
  def UniqSubnetId(self):
28697
28553
  """子网ID
28698
- 注意:此字段可能返回 null,表示取不到有效值。
28699
28554
  :rtype: str
28700
28555
  """
28701
28556
  return self._UniqSubnetId
@@ -28707,7 +28562,6 @@ class NetAddr(AbstractModel):
28707
28562
  @property
28708
28563
  def UniqVpcId(self):
28709
28564
  """私有网络ID
28710
- 注意:此字段可能返回 null,表示取不到有效值。
28711
28565
  :rtype: str
28712
28566
  """
28713
28567
  return self._UniqVpcId
@@ -28719,7 +28573,6 @@ class NetAddr(AbstractModel):
28719
28573
  @property
28720
28574
  def Description(self):
28721
28575
  """描述信息
28722
- 注意:此字段可能返回 null,表示取不到有效值。
28723
28576
  :rtype: str
28724
28577
  """
28725
28578
  return self._Description
@@ -28731,7 +28584,6 @@ class NetAddr(AbstractModel):
28731
28584
  @property
28732
28585
  def WanIP(self):
28733
28586
  """外网IP
28734
- 注意:此字段可能返回 null,表示取不到有效值。
28735
28587
  :rtype: str
28736
28588
  """
28737
28589
  return self._WanIP
@@ -28743,7 +28595,6 @@ class NetAddr(AbstractModel):
28743
28595
  @property
28744
28596
  def WanStatus(self):
28745
28597
  """外网状态
28746
- 注意:此字段可能返回 null,表示取不到有效值。
28747
28598
  :rtype: str
28748
28599
  """
28749
28600
  return self._WanStatus
@@ -28755,7 +28606,6 @@ class NetAddr(AbstractModel):
28755
28606
  @property
28756
28607
  def InstanceGroupId(self):
28757
28608
  """实例组ID
28758
- 注意:此字段可能返回 null,表示取不到有效值。
28759
28609
  :rtype: str
28760
28610
  """
28761
28611
  return self._InstanceGroupId
@@ -28891,19 +28741,14 @@ class ObjectTask(AbstractModel):
28891
28741
  def __init__(self):
28892
28742
  r"""
28893
28743
  :param _TaskId: 任务自增ID
28894
- 注意:此字段可能返回 null,表示取不到有效值。
28895
28744
  :type TaskId: int
28896
28745
  :param _TaskType: 任务类型
28897
- 注意:此字段可能返回 null,表示取不到有效值。
28898
28746
  :type TaskType: str
28899
28747
  :param _TaskStatus: 任务状态
28900
- 注意:此字段可能返回 null,表示取不到有效值。
28901
28748
  :type TaskStatus: str
28902
28749
  :param _ObjectId: 任务ID(集群ID|实例组ID|实例ID)
28903
- 注意:此字段可能返回 null,表示取不到有效值。
28904
28750
  :type ObjectId: str
28905
28751
  :param _ObjectType: 任务类型
28906
- 注意:此字段可能返回 null,表示取不到有效值。
28907
28752
  :type ObjectType: str
28908
28753
  """
28909
28754
  self._TaskId = None
@@ -28915,7 +28760,6 @@ class ObjectTask(AbstractModel):
28915
28760
  @property
28916
28761
  def TaskId(self):
28917
28762
  """任务自增ID
28918
- 注意:此字段可能返回 null,表示取不到有效值。
28919
28763
  :rtype: int
28920
28764
  """
28921
28765
  return self._TaskId
@@ -28927,7 +28771,6 @@ class ObjectTask(AbstractModel):
28927
28771
  @property
28928
28772
  def TaskType(self):
28929
28773
  """任务类型
28930
- 注意:此字段可能返回 null,表示取不到有效值。
28931
28774
  :rtype: str
28932
28775
  """
28933
28776
  return self._TaskType
@@ -28939,7 +28782,6 @@ class ObjectTask(AbstractModel):
28939
28782
  @property
28940
28783
  def TaskStatus(self):
28941
28784
  """任务状态
28942
- 注意:此字段可能返回 null,表示取不到有效值。
28943
28785
  :rtype: str
28944
28786
  """
28945
28787
  return self._TaskStatus
@@ -28951,7 +28793,6 @@ class ObjectTask(AbstractModel):
28951
28793
  @property
28952
28794
  def ObjectId(self):
28953
28795
  """任务ID(集群ID|实例组ID|实例ID)
28954
- 注意:此字段可能返回 null,表示取不到有效值。
28955
28796
  :rtype: str
28956
28797
  """
28957
28798
  return self._ObjectId
@@ -28963,7 +28804,6 @@ class ObjectTask(AbstractModel):
28963
28804
  @property
28964
28805
  def ObjectType(self):
28965
28806
  """任务类型
28966
- 注意:此字段可能返回 null,表示取不到有效值。
28967
28807
  :rtype: str
28968
28808
  """
28969
28809
  return self._ObjectType
@@ -29170,13 +29010,10 @@ class OldAddrInfo(AbstractModel):
29170
29010
  def __init__(self):
29171
29011
  r"""
29172
29012
  :param _Vip: IP
29173
- 注意:此字段可能返回 null,表示取不到有效值。
29174
29013
  :type Vip: str
29175
29014
  :param _Vport: 端口
29176
- 注意:此字段可能返回 null,表示取不到有效值。
29177
29015
  :type Vport: int
29178
29016
  :param _ReturnTime: 期望执行回收时间
29179
- 注意:此字段可能返回 null,表示取不到有效值。
29180
29017
  :type ReturnTime: str
29181
29018
  """
29182
29019
  self._Vip = None
@@ -29186,7 +29023,6 @@ class OldAddrInfo(AbstractModel):
29186
29023
  @property
29187
29024
  def Vip(self):
29188
29025
  """IP
29189
- 注意:此字段可能返回 null,表示取不到有效值。
29190
29026
  :rtype: str
29191
29027
  """
29192
29028
  return self._Vip
@@ -29198,7 +29034,6 @@ class OldAddrInfo(AbstractModel):
29198
29034
  @property
29199
29035
  def Vport(self):
29200
29036
  """端口
29201
- 注意:此字段可能返回 null,表示取不到有效值。
29202
29037
  :rtype: int
29203
29038
  """
29204
29039
  return self._Vport
@@ -29210,7 +29045,6 @@ class OldAddrInfo(AbstractModel):
29210
29045
  @property
29211
29046
  def ReturnTime(self):
29212
29047
  """期望执行回收时间
29213
- 注意:此字段可能返回 null,表示取不到有效值。
29214
29048
  :rtype: str
29215
29049
  """
29216
29050
  return self._ReturnTime
@@ -30057,21 +29891,16 @@ class Package(AbstractModel):
30057
29891
  def __init__(self):
30058
29892
  r"""
30059
29893
  :param _AppId: AppID
30060
- 注意:此字段可能返回 null,表示取不到有效值。
30061
29894
  :type AppId: int
30062
29895
  :param _PackageId: 资源包唯一ID
30063
- 注意:此字段可能返回 null,表示取不到有效值。
30064
29896
  :type PackageId: str
30065
29897
  :param _PackageName: 资源包名称
30066
- 注意:此字段可能返回 null,表示取不到有效值。
30067
29898
  :type PackageName: str
30068
29899
  :param _PackageType: 资源包类型
30069
29900
  CCU-计算资源包,DISK-存储资源包
30070
- 注意:此字段可能返回 null,表示取不到有效值。
30071
29901
  :type PackageType: str
30072
29902
  :param _PackageRegion: 资源包使用地域
30073
29903
  china-中国内地通用,overseas-港澳台及海外通用
30074
- 注意:此字段可能返回 null,表示取不到有效值。
30075
29904
  :type PackageRegion: str
30076
29905
  :param _Status: 资源包状态
30077
29906
  creating-创建中;
@@ -30080,28 +29909,20 @@ expired-已过期;
30080
29909
  normal_finish-使用完;
30081
29910
  apply_refund-申请退费中;
30082
29911
  refund-已退费。
30083
- 注意:此字段可能返回 null,表示取不到有效值。
30084
29912
  :type Status: str
30085
29913
  :param _PackageTotalSpec: 资源包总量
30086
- 注意:此字段可能返回 null,表示取不到有效值。
30087
29914
  :type PackageTotalSpec: float
30088
29915
  :param _PackageUsedSpec: 资源包已使用量
30089
- 注意:此字段可能返回 null,表示取不到有效值。
30090
29916
  :type PackageUsedSpec: float
30091
29917
  :param _HasQuota: 是否还有库存余量
30092
- 注意:此字段可能返回 null,表示取不到有效值。
30093
29918
  :type HasQuota: bool
30094
29919
  :param _BindInstanceInfos: 绑定实例信息
30095
- 注意:此字段可能返回 null,表示取不到有效值。
30096
29920
  :type BindInstanceInfos: list of BindInstanceInfo
30097
29921
  :param _StartTime: 生效时间:2022-07-01 00:00:00
30098
- 注意:此字段可能返回 null,表示取不到有效值。
30099
29922
  :type StartTime: str
30100
29923
  :param _ExpireTime: 失效时间:2022-08-01 00:00:00
30101
- 注意:此字段可能返回 null,表示取不到有效值。
30102
29924
  :type ExpireTime: str
30103
29925
  :param _HistoryBindResourceInfos: 资源包历史绑定(已解绑)实例信息
30104
- 注意:此字段可能返回 null,表示取不到有效值。
30105
29926
  :type HistoryBindResourceInfos: list of BindInstanceInfo
30106
29927
  """
30107
29928
  self._AppId = None
@@ -30121,7 +29942,6 @@ refund-已退费。
30121
29942
  @property
30122
29943
  def AppId(self):
30123
29944
  """AppID
30124
- 注意:此字段可能返回 null,表示取不到有效值。
30125
29945
  :rtype: int
30126
29946
  """
30127
29947
  return self._AppId
@@ -30133,7 +29953,6 @@ refund-已退费。
30133
29953
  @property
30134
29954
  def PackageId(self):
30135
29955
  """资源包唯一ID
30136
- 注意:此字段可能返回 null,表示取不到有效值。
30137
29956
  :rtype: str
30138
29957
  """
30139
29958
  return self._PackageId
@@ -30145,7 +29964,6 @@ refund-已退费。
30145
29964
  @property
30146
29965
  def PackageName(self):
30147
29966
  """资源包名称
30148
- 注意:此字段可能返回 null,表示取不到有效值。
30149
29967
  :rtype: str
30150
29968
  """
30151
29969
  return self._PackageName
@@ -30158,7 +29976,6 @@ refund-已退费。
30158
29976
  def PackageType(self):
30159
29977
  """资源包类型
30160
29978
  CCU-计算资源包,DISK-存储资源包
30161
- 注意:此字段可能返回 null,表示取不到有效值。
30162
29979
  :rtype: str
30163
29980
  """
30164
29981
  return self._PackageType
@@ -30171,7 +29988,6 @@ CCU-计算资源包,DISK-存储资源包
30171
29988
  def PackageRegion(self):
30172
29989
  """资源包使用地域
30173
29990
  china-中国内地通用,overseas-港澳台及海外通用
30174
- 注意:此字段可能返回 null,表示取不到有效值。
30175
29991
  :rtype: str
30176
29992
  """
30177
29993
  return self._PackageRegion
@@ -30189,7 +30005,6 @@ expired-已过期;
30189
30005
  normal_finish-使用完;
30190
30006
  apply_refund-申请退费中;
30191
30007
  refund-已退费。
30192
- 注意:此字段可能返回 null,表示取不到有效值。
30193
30008
  :rtype: str
30194
30009
  """
30195
30010
  return self._Status
@@ -30201,7 +30016,6 @@ refund-已退费。
30201
30016
  @property
30202
30017
  def PackageTotalSpec(self):
30203
30018
  """资源包总量
30204
- 注意:此字段可能返回 null,表示取不到有效值。
30205
30019
  :rtype: float
30206
30020
  """
30207
30021
  return self._PackageTotalSpec
@@ -30213,7 +30027,6 @@ refund-已退费。
30213
30027
  @property
30214
30028
  def PackageUsedSpec(self):
30215
30029
  """资源包已使用量
30216
- 注意:此字段可能返回 null,表示取不到有效值。
30217
30030
  :rtype: float
30218
30031
  """
30219
30032
  return self._PackageUsedSpec
@@ -30225,7 +30038,6 @@ refund-已退费。
30225
30038
  @property
30226
30039
  def HasQuota(self):
30227
30040
  """是否还有库存余量
30228
- 注意:此字段可能返回 null,表示取不到有效值。
30229
30041
  :rtype: bool
30230
30042
  """
30231
30043
  return self._HasQuota
@@ -30237,7 +30049,6 @@ refund-已退费。
30237
30049
  @property
30238
30050
  def BindInstanceInfos(self):
30239
30051
  """绑定实例信息
30240
- 注意:此字段可能返回 null,表示取不到有效值。
30241
30052
  :rtype: list of BindInstanceInfo
30242
30053
  """
30243
30054
  return self._BindInstanceInfos
@@ -30249,7 +30060,6 @@ refund-已退费。
30249
30060
  @property
30250
30061
  def StartTime(self):
30251
30062
  """生效时间:2022-07-01 00:00:00
30252
- 注意:此字段可能返回 null,表示取不到有效值。
30253
30063
  :rtype: str
30254
30064
  """
30255
30065
  return self._StartTime
@@ -30261,7 +30071,6 @@ refund-已退费。
30261
30071
  @property
30262
30072
  def ExpireTime(self):
30263
30073
  """失效时间:2022-08-01 00:00:00
30264
- 注意:此字段可能返回 null,表示取不到有效值。
30265
30074
  :rtype: str
30266
30075
  """
30267
30076
  return self._ExpireTime
@@ -30273,7 +30082,6 @@ refund-已退费。
30273
30082
  @property
30274
30083
  def HistoryBindResourceInfos(self):
30275
30084
  """资源包历史绑定(已解绑)实例信息
30276
- 注意:此字段可能返回 null,表示取不到有效值。
30277
30085
  :rtype: list of BindInstanceInfo
30278
30086
  """
30279
30087
  return self._HistoryBindResourceInfos
@@ -30325,28 +30133,20 @@ class PackageDetail(AbstractModel):
30325
30133
  def __init__(self):
30326
30134
  r"""
30327
30135
  :param _AppId: AppId账户ID
30328
- 注意:此字段可能返回 null,表示取不到有效值。
30329
30136
  :type AppId: int
30330
30137
  :param _PackageId: 资源包唯一ID
30331
- 注意:此字段可能返回 null,表示取不到有效值。
30332
30138
  :type PackageId: str
30333
30139
  :param _InstanceId: 实例ID
30334
- 注意:此字段可能返回 null,表示取不到有效值。
30335
30140
  :type InstanceId: str
30336
30141
  :param _SuccessDeductSpec: 成功抵扣容量
30337
- 注意:此字段可能返回 null,表示取不到有效值。
30338
30142
  :type SuccessDeductSpec: float
30339
30143
  :param _PackageTotalUsedSpec: 截止当前,资源包已使用的容量
30340
- 注意:此字段可能返回 null,表示取不到有效值。
30341
30144
  :type PackageTotalUsedSpec: float
30342
30145
  :param _StartTime: 抵扣开始时间
30343
- 注意:此字段可能返回 null,表示取不到有效值。
30344
30146
  :type StartTime: str
30345
30147
  :param _EndTime: 抵扣结束时间
30346
- 注意:此字段可能返回 null,表示取不到有效值。
30347
30148
  :type EndTime: str
30348
30149
  :param _ExtendInfo: 扩展信息
30349
- 注意:此字段可能返回 null,表示取不到有效值。
30350
30150
  :type ExtendInfo: str
30351
30151
  """
30352
30152
  self._AppId = None
@@ -30361,7 +30161,6 @@ class PackageDetail(AbstractModel):
30361
30161
  @property
30362
30162
  def AppId(self):
30363
30163
  """AppId账户ID
30364
- 注意:此字段可能返回 null,表示取不到有效值。
30365
30164
  :rtype: int
30366
30165
  """
30367
30166
  return self._AppId
@@ -30373,7 +30172,6 @@ class PackageDetail(AbstractModel):
30373
30172
  @property
30374
30173
  def PackageId(self):
30375
30174
  """资源包唯一ID
30376
- 注意:此字段可能返回 null,表示取不到有效值。
30377
30175
  :rtype: str
30378
30176
  """
30379
30177
  return self._PackageId
@@ -30385,7 +30183,6 @@ class PackageDetail(AbstractModel):
30385
30183
  @property
30386
30184
  def InstanceId(self):
30387
30185
  """实例ID
30388
- 注意:此字段可能返回 null,表示取不到有效值。
30389
30186
  :rtype: str
30390
30187
  """
30391
30188
  return self._InstanceId
@@ -30397,7 +30194,6 @@ class PackageDetail(AbstractModel):
30397
30194
  @property
30398
30195
  def SuccessDeductSpec(self):
30399
30196
  """成功抵扣容量
30400
- 注意:此字段可能返回 null,表示取不到有效值。
30401
30197
  :rtype: float
30402
30198
  """
30403
30199
  return self._SuccessDeductSpec
@@ -30409,7 +30205,6 @@ class PackageDetail(AbstractModel):
30409
30205
  @property
30410
30206
  def PackageTotalUsedSpec(self):
30411
30207
  """截止当前,资源包已使用的容量
30412
- 注意:此字段可能返回 null,表示取不到有效值。
30413
30208
  :rtype: float
30414
30209
  """
30415
30210
  return self._PackageTotalUsedSpec
@@ -30421,7 +30216,6 @@ class PackageDetail(AbstractModel):
30421
30216
  @property
30422
30217
  def StartTime(self):
30423
30218
  """抵扣开始时间
30424
- 注意:此字段可能返回 null,表示取不到有效值。
30425
30219
  :rtype: str
30426
30220
  """
30427
30221
  return self._StartTime
@@ -30433,7 +30227,6 @@ class PackageDetail(AbstractModel):
30433
30227
  @property
30434
30228
  def EndTime(self):
30435
30229
  """抵扣结束时间
30436
- 注意:此字段可能返回 null,表示取不到有效值。
30437
30230
  :rtype: str
30438
30231
  """
30439
30232
  return self._EndTime
@@ -30445,7 +30238,6 @@ class PackageDetail(AbstractModel):
30445
30238
  @property
30446
30239
  def ExtendInfo(self):
30447
30240
  """扩展信息
30448
- 注意:此字段可能返回 null,表示取不到有效值。
30449
30241
  :rtype: str
30450
30242
  """
30451
30243
  return self._ExtendInfo
@@ -30825,7 +30617,6 @@ class ParamInfo(AbstractModel):
30825
30617
  :param _Default: 默认值
30826
30618
  :type Default: str
30827
30619
  :param _EnumValue: 参数为enum/string/bool时,可选值列表
30828
- 注意:此字段可能返回 null,表示取不到有效值。
30829
30620
  :type EnumValue: list of str
30830
30621
  :param _Max: 参数类型为float/integer时的最大值
30831
30622
  :type Max: str
@@ -30844,19 +30635,14 @@ class ParamInfo(AbstractModel):
30844
30635
  :param _Description: 参数描述
30845
30636
  :type Description: str
30846
30637
  :param _IsGlobal: 是否为全局参数
30847
- 注意:此字段可能返回 null,表示取不到有效值。
30848
30638
  :type IsGlobal: int
30849
30639
  :param _ModifiableInfo: 参数是否可修改
30850
- 注意:此字段可能返回 null,表示取不到有效值。
30851
30640
  :type ModifiableInfo: :class:`tencentcloud.cynosdb.v20190107.models.ModifiableInfo`
30852
30641
  :param _IsFunc: 是否为函数
30853
- 注意:此字段可能返回 null,表示取不到有效值。
30854
30642
  :type IsFunc: bool
30855
30643
  :param _Func: 函数
30856
- 注意:此字段可能返回 null,表示取不到有效值。
30857
30644
  :type Func: str
30858
30645
  :param _FuncPattern: 支持公式的参数的默认公式样式
30859
- 注意:此字段可能返回 null,表示取不到有效值。
30860
30646
  :type FuncPattern: str
30861
30647
  """
30862
30648
  self._CurrentValue = None
@@ -30901,7 +30687,6 @@ class ParamInfo(AbstractModel):
30901
30687
  @property
30902
30688
  def EnumValue(self):
30903
30689
  """参数为enum/string/bool时,可选值列表
30904
- 注意:此字段可能返回 null,表示取不到有效值。
30905
30690
  :rtype: list of str
30906
30691
  """
30907
30692
  return self._EnumValue
@@ -31001,7 +30786,6 @@ class ParamInfo(AbstractModel):
31001
30786
  @property
31002
30787
  def IsGlobal(self):
31003
30788
  """是否为全局参数
31004
- 注意:此字段可能返回 null,表示取不到有效值。
31005
30789
  :rtype: int
31006
30790
  """
31007
30791
  return self._IsGlobal
@@ -31013,7 +30797,6 @@ class ParamInfo(AbstractModel):
31013
30797
  @property
31014
30798
  def ModifiableInfo(self):
31015
30799
  """参数是否可修改
31016
- 注意:此字段可能返回 null,表示取不到有效值。
31017
30800
  :rtype: :class:`tencentcloud.cynosdb.v20190107.models.ModifiableInfo`
31018
30801
  """
31019
30802
  return self._ModifiableInfo
@@ -31025,7 +30808,6 @@ class ParamInfo(AbstractModel):
31025
30808
  @property
31026
30809
  def IsFunc(self):
31027
30810
  """是否为函数
31028
- 注意:此字段可能返回 null,表示取不到有效值。
31029
30811
  :rtype: bool
31030
30812
  """
31031
30813
  return self._IsFunc
@@ -31037,7 +30819,6 @@ class ParamInfo(AbstractModel):
31037
30819
  @property
31038
30820
  def Func(self):
31039
30821
  """函数
31040
- 注意:此字段可能返回 null,表示取不到有效值。
31041
30822
  :rtype: str
31042
30823
  """
31043
30824
  return self._Func
@@ -31049,7 +30830,6 @@ class ParamInfo(AbstractModel):
31049
30830
  @property
31050
30831
  def FuncPattern(self):
31051
30832
  """支持公式的参数的默认公式样式
31052
- 注意:此字段可能返回 null,表示取不到有效值。
31053
30833
  :rtype: str
31054
30834
  """
31055
30835
  return self._FuncPattern
@@ -31182,13 +30962,10 @@ class ParamItemDetail(AbstractModel):
31182
30962
  :param _Description: 参数描述
31183
30963
  :type Description: str
31184
30964
  :param _IsFunc: 类型是否为公式
31185
- 注意:此字段可能返回 null,表示取不到有效值。
31186
30965
  :type IsFunc: bool
31187
30966
  :param _Func: 参数配置公式
31188
- 注意:此字段可能返回 null,表示取不到有效值。
31189
30967
  :type Func: str
31190
30968
  :param _FuncPattern: 支持公式的参数的默认公式样式
31191
- 注意:此字段可能返回 null,表示取不到有效值。
31192
30969
  :type FuncPattern: str
31193
30970
  """
31194
30971
  self._CurrentValue = None
@@ -31318,7 +31095,6 @@ class ParamItemDetail(AbstractModel):
31318
31095
  @property
31319
31096
  def IsFunc(self):
31320
31097
  """类型是否为公式
31321
- 注意:此字段可能返回 null,表示取不到有效值。
31322
31098
  :rtype: bool
31323
31099
  """
31324
31100
  return self._IsFunc
@@ -31330,7 +31106,6 @@ class ParamItemDetail(AbstractModel):
31330
31106
  @property
31331
31107
  def Func(self):
31332
31108
  """参数配置公式
31333
- 注意:此字段可能返回 null,表示取不到有效值。
31334
31109
  :rtype: str
31335
31110
  """
31336
31111
  return self._Func
@@ -31342,7 +31117,6 @@ class ParamItemDetail(AbstractModel):
31342
31117
  @property
31343
31118
  def FuncPattern(self):
31344
31119
  """支持公式的参数的默认公式样式
31345
- 注意:此字段可能返回 null,表示取不到有效值。
31346
31120
  :rtype: str
31347
31121
  """
31348
31122
  return self._FuncPattern
@@ -31832,13 +31606,10 @@ class ProxyConnectionPoolInfo(AbstractModel):
31832
31606
  def __init__(self):
31833
31607
  r"""
31834
31608
  :param _ConnectionPoolTimeOut: 连接池保持阈值:单位(秒)
31835
- 注意:此字段可能返回 null,表示取不到有效值。
31836
31609
  :type ConnectionPoolTimeOut: int
31837
31610
  :param _OpenConnectionPool: 是否开启了连接池
31838
- 注意:此字段可能返回 null,表示取不到有效值。
31839
31611
  :type OpenConnectionPool: str
31840
31612
  :param _ConnectionPoolType: 连接池类型:SessionConnectionPool(会话级别连接池)
31841
- 注意:此字段可能返回 null,表示取不到有效值。
31842
31613
  :type ConnectionPoolType: str
31843
31614
  """
31844
31615
  self._ConnectionPoolTimeOut = None
@@ -31848,7 +31619,6 @@ class ProxyConnectionPoolInfo(AbstractModel):
31848
31619
  @property
31849
31620
  def ConnectionPoolTimeOut(self):
31850
31621
  """连接池保持阈值:单位(秒)
31851
- 注意:此字段可能返回 null,表示取不到有效值。
31852
31622
  :rtype: int
31853
31623
  """
31854
31624
  return self._ConnectionPoolTimeOut
@@ -31860,7 +31630,6 @@ class ProxyConnectionPoolInfo(AbstractModel):
31860
31630
  @property
31861
31631
  def OpenConnectionPool(self):
31862
31632
  """是否开启了连接池
31863
- 注意:此字段可能返回 null,表示取不到有效值。
31864
31633
  :rtype: str
31865
31634
  """
31866
31635
  return self._OpenConnectionPool
@@ -31872,7 +31641,6 @@ class ProxyConnectionPoolInfo(AbstractModel):
31872
31641
  @property
31873
31642
  def ConnectionPoolType(self):
31874
31643
  """连接池类型:SessionConnectionPool(会话级别连接池)
31875
- 注意:此字段可能返回 null,表示取不到有效值。
31876
31644
  :rtype: str
31877
31645
  """
31878
31646
  return self._ConnectionPoolType
@@ -31916,13 +31684,10 @@ class ProxyGroup(AbstractModel):
31916
31684
  :param _CurrentProxyVersion: 当前代理版本
31917
31685
  :type CurrentProxyVersion: str
31918
31686
  :param _ClusterId: 集群ID
31919
- 注意:此字段可能返回 null,表示取不到有效值。
31920
31687
  :type ClusterId: str
31921
31688
  :param _AppId: 用户AppId
31922
- 注意:此字段可能返回 null,表示取不到有效值。
31923
31689
  :type AppId: int
31924
31690
  :param _OpenRw: 读写节点开通数据库代理
31925
- 注意:此字段可能返回 null,表示取不到有效值。
31926
31691
  :type OpenRw: str
31927
31692
  """
31928
31693
  self._ProxyGroupId = None
@@ -32004,7 +31769,6 @@ class ProxyGroup(AbstractModel):
32004
31769
  @property
32005
31770
  def ClusterId(self):
32006
31771
  """集群ID
32007
- 注意:此字段可能返回 null,表示取不到有效值。
32008
31772
  :rtype: str
32009
31773
  """
32010
31774
  return self._ClusterId
@@ -32016,7 +31780,6 @@ class ProxyGroup(AbstractModel):
32016
31780
  @property
32017
31781
  def AppId(self):
32018
31782
  """用户AppId
32019
- 注意:此字段可能返回 null,表示取不到有效值。
32020
31783
  :rtype: int
32021
31784
  """
32022
31785
  return self._AppId
@@ -32028,7 +31791,6 @@ class ProxyGroup(AbstractModel):
32028
31791
  @property
32029
31792
  def OpenRw(self):
32030
31793
  """读写节点开通数据库代理
32031
- 注意:此字段可能返回 null,表示取不到有效值。
32032
31794
  :rtype: str
32033
31795
  """
32034
31796
  return self._OpenRw
@@ -32676,10 +32438,8 @@ class ProxyVersionInfo(AbstractModel):
32676
32438
  def __init__(self):
32677
32439
  r"""
32678
32440
  :param _ProxyVersion: proxy版本号
32679
- 注意:此字段可能返回 null,表示取不到有效值。
32680
32441
  :type ProxyVersion: str
32681
32442
  :param _ProxyVersionType: 版本描述:GA:稳定版 BETA:尝鲜版,DEPRECATED:过旧,
32682
- 注意:此字段可能返回 null,表示取不到有效值。
32683
32443
  :type ProxyVersionType: str
32684
32444
  """
32685
32445
  self._ProxyVersion = None
@@ -32688,7 +32448,6 @@ class ProxyVersionInfo(AbstractModel):
32688
32448
  @property
32689
32449
  def ProxyVersion(self):
32690
32450
  """proxy版本号
32691
- 注意:此字段可能返回 null,表示取不到有效值。
32692
32451
  :rtype: str
32693
32452
  """
32694
32453
  return self._ProxyVersion
@@ -32700,7 +32459,6 @@ class ProxyVersionInfo(AbstractModel):
32700
32459
  @property
32701
32460
  def ProxyVersionType(self):
32702
32461
  """版本描述:GA:稳定版 BETA:尝鲜版,DEPRECATED:过旧,
32703
- 注意:此字段可能返回 null,表示取不到有效值。
32704
32462
  :rtype: str
32705
32463
  """
32706
32464
  return self._ProxyVersionType
@@ -33529,14 +33287,11 @@ class ResourcePackage(AbstractModel):
33529
33287
  def __init__(self):
33530
33288
  r"""
33531
33289
  :param _PackageId: 资源包的唯一ID
33532
- 注意:此字段可能返回 null,表示取不到有效值。
33533
33290
  :type PackageId: str
33534
33291
  :param _PackageType: 资源包类型:CCU:计算资源包
33535
33292
  DISK:存储资源包
33536
- 注意:此字段可能返回 null,表示取不到有效值。
33537
33293
  :type PackageType: str
33538
33294
  :param _DeductionPriority: 当前资源包绑定在当前实例下的抵扣优先级
33539
- 注意:此字段可能返回 null,表示取不到有效值。
33540
33295
  :type DeductionPriority: int
33541
33296
  """
33542
33297
  self._PackageId = None
@@ -33546,7 +33301,6 @@ DISK:存储资源包
33546
33301
  @property
33547
33302
  def PackageId(self):
33548
33303
  """资源包的唯一ID
33549
- 注意:此字段可能返回 null,表示取不到有效值。
33550
33304
  :rtype: str
33551
33305
  """
33552
33306
  return self._PackageId
@@ -33559,7 +33313,6 @@ DISK:存储资源包
33559
33313
  def PackageType(self):
33560
33314
  """资源包类型:CCU:计算资源包
33561
33315
  DISK:存储资源包
33562
- 注意:此字段可能返回 null,表示取不到有效值。
33563
33316
  :rtype: str
33564
33317
  """
33565
33318
  return self._PackageType
@@ -33571,7 +33324,6 @@ DISK:存储资源包
33571
33324
  @property
33572
33325
  def DeductionPriority(self):
33573
33326
  """当前资源包绑定在当前实例下的抵扣优先级
33574
- 注意:此字段可能返回 null,表示取不到有效值。
33575
33327
  :rtype: int
33576
33328
  """
33577
33329
  return self._DeductionPriority
@@ -34383,40 +34135,28 @@ class RollbackInstanceInfo(AbstractModel):
34383
34135
  def __init__(self):
34384
34136
  r"""
34385
34137
  :param _ClusterId: 集群ID
34386
- 注意:此字段可能返回 null,表示取不到有效值。
34387
34138
  :type ClusterId: str
34388
34139
  :param _ClusterName: 集群名称
34389
- 注意:此字段可能返回 null,表示取不到有效值。
34390
34140
  :type ClusterName: str
34391
34141
  :param _UniqVpcId: vpc信息
34392
- 注意:此字段可能返回 null,表示取不到有效值。
34393
34142
  :type UniqVpcId: str
34394
34143
  :param _UniqSubnetId: 子网信息
34395
- 注意:此字段可能返回 null,表示取不到有效值。
34396
34144
  :type UniqSubnetId: str
34397
34145
  :param _Vip: vip信息
34398
- 注意:此字段可能返回 null,表示取不到有效值。
34399
34146
  :type Vip: str
34400
34147
  :param _Vport: vport信息
34401
- 注意:此字段可能返回 null,表示取不到有效值。
34402
34148
  :type Vport: int
34403
34149
  :param _InstanceId: 实例ID
34404
- 注意:此字段可能返回 null,表示取不到有效值。
34405
34150
  :type InstanceId: str
34406
34151
  :param _InstanceName: 实例名称
34407
- 注意:此字段可能返回 null,表示取不到有效值。
34408
34152
  :type InstanceName: str
34409
34153
  :param _Status: 状态
34410
- 注意:此字段可能返回 null,表示取不到有效值。
34411
34154
  :type Status: str
34412
34155
  :param _Cpu: cpu大小
34413
- 注意:此字段可能返回 null,表示取不到有效值。
34414
34156
  :type Cpu: int
34415
34157
  :param _Mem: 内存大小
34416
- 注意:此字段可能返回 null,表示取不到有效值。
34417
34158
  :type Mem: int
34418
34159
  :param _StorageLimit: 存储大小
34419
- 注意:此字段可能返回 null,表示取不到有效值。
34420
34160
  :type StorageLimit: int
34421
34161
  """
34422
34162
  self._ClusterId = None
@@ -34435,7 +34175,6 @@ class RollbackInstanceInfo(AbstractModel):
34435
34175
  @property
34436
34176
  def ClusterId(self):
34437
34177
  """集群ID
34438
- 注意:此字段可能返回 null,表示取不到有效值。
34439
34178
  :rtype: str
34440
34179
  """
34441
34180
  return self._ClusterId
@@ -34447,7 +34186,6 @@ class RollbackInstanceInfo(AbstractModel):
34447
34186
  @property
34448
34187
  def ClusterName(self):
34449
34188
  """集群名称
34450
- 注意:此字段可能返回 null,表示取不到有效值。
34451
34189
  :rtype: str
34452
34190
  """
34453
34191
  return self._ClusterName
@@ -34459,7 +34197,6 @@ class RollbackInstanceInfo(AbstractModel):
34459
34197
  @property
34460
34198
  def UniqVpcId(self):
34461
34199
  """vpc信息
34462
- 注意:此字段可能返回 null,表示取不到有效值。
34463
34200
  :rtype: str
34464
34201
  """
34465
34202
  return self._UniqVpcId
@@ -34471,7 +34208,6 @@ class RollbackInstanceInfo(AbstractModel):
34471
34208
  @property
34472
34209
  def UniqSubnetId(self):
34473
34210
  """子网信息
34474
- 注意:此字段可能返回 null,表示取不到有效值。
34475
34211
  :rtype: str
34476
34212
  """
34477
34213
  return self._UniqSubnetId
@@ -34483,7 +34219,6 @@ class RollbackInstanceInfo(AbstractModel):
34483
34219
  @property
34484
34220
  def Vip(self):
34485
34221
  """vip信息
34486
- 注意:此字段可能返回 null,表示取不到有效值。
34487
34222
  :rtype: str
34488
34223
  """
34489
34224
  return self._Vip
@@ -34495,7 +34230,6 @@ class RollbackInstanceInfo(AbstractModel):
34495
34230
  @property
34496
34231
  def Vport(self):
34497
34232
  """vport信息
34498
- 注意:此字段可能返回 null,表示取不到有效值。
34499
34233
  :rtype: int
34500
34234
  """
34501
34235
  return self._Vport
@@ -34507,7 +34241,6 @@ class RollbackInstanceInfo(AbstractModel):
34507
34241
  @property
34508
34242
  def InstanceId(self):
34509
34243
  """实例ID
34510
- 注意:此字段可能返回 null,表示取不到有效值。
34511
34244
  :rtype: str
34512
34245
  """
34513
34246
  return self._InstanceId
@@ -34519,7 +34252,6 @@ class RollbackInstanceInfo(AbstractModel):
34519
34252
  @property
34520
34253
  def InstanceName(self):
34521
34254
  """实例名称
34522
- 注意:此字段可能返回 null,表示取不到有效值。
34523
34255
  :rtype: str
34524
34256
  """
34525
34257
  return self._InstanceName
@@ -34531,7 +34263,6 @@ class RollbackInstanceInfo(AbstractModel):
34531
34263
  @property
34532
34264
  def Status(self):
34533
34265
  """状态
34534
- 注意:此字段可能返回 null,表示取不到有效值。
34535
34266
  :rtype: str
34536
34267
  """
34537
34268
  return self._Status
@@ -34543,7 +34274,6 @@ class RollbackInstanceInfo(AbstractModel):
34543
34274
  @property
34544
34275
  def Cpu(self):
34545
34276
  """cpu大小
34546
- 注意:此字段可能返回 null,表示取不到有效值。
34547
34277
  :rtype: int
34548
34278
  """
34549
34279
  return self._Cpu
@@ -34555,7 +34285,6 @@ class RollbackInstanceInfo(AbstractModel):
34555
34285
  @property
34556
34286
  def Mem(self):
34557
34287
  """内存大小
34558
- 注意:此字段可能返回 null,表示取不到有效值。
34559
34288
  :rtype: int
34560
34289
  """
34561
34290
  return self._Mem
@@ -34567,7 +34296,6 @@ class RollbackInstanceInfo(AbstractModel):
34567
34296
  @property
34568
34297
  def StorageLimit(self):
34569
34298
  """存储大小
34570
- 注意:此字段可能返回 null,表示取不到有效值。
34571
34299
  :rtype: int
34572
34300
  """
34573
34301
  return self._StorageLimit
@@ -34758,19 +34486,14 @@ class RollbackRoGroupInfo(AbstractModel):
34758
34486
  def __init__(self):
34759
34487
  r"""
34760
34488
  :param _InstanceGroupId: 实例组ID
34761
- 注意:此字段可能返回 null,表示取不到有效值。
34762
34489
  :type InstanceGroupId: str
34763
34490
  :param _UniqVpcId: vpc信息
34764
- 注意:此字段可能返回 null,表示取不到有效值。
34765
34491
  :type UniqVpcId: str
34766
34492
  :param _UniqSubnetId: 子网信息
34767
- 注意:此字段可能返回 null,表示取不到有效值。
34768
34493
  :type UniqSubnetId: str
34769
34494
  :param _Vip: vip信息
34770
- 注意:此字段可能返回 null,表示取不到有效值。
34771
34495
  :type Vip: str
34772
34496
  :param _Vport: vport信息
34773
- 注意:此字段可能返回 null,表示取不到有效值。
34774
34497
  :type Vport: int
34775
34498
  """
34776
34499
  self._InstanceGroupId = None
@@ -34782,7 +34505,6 @@ class RollbackRoGroupInfo(AbstractModel):
34782
34505
  @property
34783
34506
  def InstanceGroupId(self):
34784
34507
  """实例组ID
34785
- 注意:此字段可能返回 null,表示取不到有效值。
34786
34508
  :rtype: str
34787
34509
  """
34788
34510
  return self._InstanceGroupId
@@ -34794,7 +34516,6 @@ class RollbackRoGroupInfo(AbstractModel):
34794
34516
  @property
34795
34517
  def UniqVpcId(self):
34796
34518
  """vpc信息
34797
- 注意:此字段可能返回 null,表示取不到有效值。
34798
34519
  :rtype: str
34799
34520
  """
34800
34521
  return self._UniqVpcId
@@ -34806,7 +34527,6 @@ class RollbackRoGroupInfo(AbstractModel):
34806
34527
  @property
34807
34528
  def UniqSubnetId(self):
34808
34529
  """子网信息
34809
- 注意:此字段可能返回 null,表示取不到有效值。
34810
34530
  :rtype: str
34811
34531
  """
34812
34532
  return self._UniqSubnetId
@@ -34818,7 +34538,6 @@ class RollbackRoGroupInfo(AbstractModel):
34818
34538
  @property
34819
34539
  def Vip(self):
34820
34540
  """vip信息
34821
- 注意:此字段可能返回 null,表示取不到有效值。
34822
34541
  :rtype: str
34823
34542
  """
34824
34543
  return self._Vip
@@ -34830,7 +34549,6 @@ class RollbackRoGroupInfo(AbstractModel):
34830
34549
  @property
34831
34550
  def Vport(self):
34832
34551
  """vport信息
34833
- 注意:此字段可能返回 null,表示取不到有效值。
34834
34552
  :rtype: int
34835
34553
  """
34836
34554
  return self._Vport
@@ -34920,10 +34638,8 @@ class RollbackTableInfo(AbstractModel):
34920
34638
  def __init__(self):
34921
34639
  r"""
34922
34640
  :param _OldTable: 旧表名称
34923
- 注意:此字段可能返回 null,表示取不到有效值。
34924
34641
  :type OldTable: str
34925
34642
  :param _NewTable: 新表名称
34926
- 注意:此字段可能返回 null,表示取不到有效值。
34927
34643
  :type NewTable: str
34928
34644
  """
34929
34645
  self._OldTable = None
@@ -34932,7 +34648,6 @@ class RollbackTableInfo(AbstractModel):
34932
34648
  @property
34933
34649
  def OldTable(self):
34934
34650
  """旧表名称
34935
- 注意:此字段可能返回 null,表示取不到有效值。
34936
34651
  :rtype: str
34937
34652
  """
34938
34653
  return self._OldTable
@@ -34944,7 +34659,6 @@ class RollbackTableInfo(AbstractModel):
34944
34659
  @property
34945
34660
  def NewTable(self):
34946
34661
  """新表名称
34947
- 注意:此字段可能返回 null,表示取不到有效值。
34948
34662
  :rtype: str
34949
34663
  """
34950
34664
  return self._NewTable
@@ -35802,25 +35516,19 @@ class SalePackageSpec(AbstractModel):
35802
35516
  def __init__(self):
35803
35517
  r"""
35804
35518
  :param _PackageRegion: 资源包使用地域
35805
- 注意:此字段可能返回 null,表示取不到有效值。
35806
35519
  :type PackageRegion: str
35807
35520
  :param _PackageType: 资源包类型
35808
35521
  CCU-计算资源包
35809
35522
  DISK-存储资源包
35810
- 注意:此字段可能返回 null,表示取不到有效值。
35811
35523
  :type PackageType: str
35812
35524
  :param _PackageVersion: 资源包版本
35813
35525
  base-基础版本,common-通用版本,enterprise-企业版本
35814
- 注意:此字段可能返回 null,表示取不到有效值。
35815
35526
  :type PackageVersion: str
35816
35527
  :param _MinPackageSpec: 当前版本资源包最小资源数,计算资源单位:个;存储资源:GB
35817
- 注意:此字段可能返回 null,表示取不到有效值。
35818
35528
  :type MinPackageSpec: float
35819
35529
  :param _MaxPackageSpec: 当前版本资源包最大资源数,计算资源单位:个;存储资源:GB
35820
- 注意:此字段可能返回 null,表示取不到有效值。
35821
35530
  :type MaxPackageSpec: float
35822
35531
  :param _ExpireDay: 资源包有效期,单位:天
35823
- 注意:此字段可能返回 null,表示取不到有效值。
35824
35532
  :type ExpireDay: int
35825
35533
  """
35826
35534
  self._PackageRegion = None
@@ -35833,7 +35541,6 @@ base-基础版本,common-通用版本,enterprise-企业版本
35833
35541
  @property
35834
35542
  def PackageRegion(self):
35835
35543
  """资源包使用地域
35836
- 注意:此字段可能返回 null,表示取不到有效值。
35837
35544
  :rtype: str
35838
35545
  """
35839
35546
  return self._PackageRegion
@@ -35847,7 +35554,6 @@ base-基础版本,common-通用版本,enterprise-企业版本
35847
35554
  """资源包类型
35848
35555
  CCU-计算资源包
35849
35556
  DISK-存储资源包
35850
- 注意:此字段可能返回 null,表示取不到有效值。
35851
35557
  :rtype: str
35852
35558
  """
35853
35559
  return self._PackageType
@@ -35860,7 +35566,6 @@ DISK-存储资源包
35860
35566
  def PackageVersion(self):
35861
35567
  """资源包版本
35862
35568
  base-基础版本,common-通用版本,enterprise-企业版本
35863
- 注意:此字段可能返回 null,表示取不到有效值。
35864
35569
  :rtype: str
35865
35570
  """
35866
35571
  return self._PackageVersion
@@ -35872,7 +35577,6 @@ base-基础版本,common-通用版本,enterprise-企业版本
35872
35577
  @property
35873
35578
  def MinPackageSpec(self):
35874
35579
  """当前版本资源包最小资源数,计算资源单位:个;存储资源:GB
35875
- 注意:此字段可能返回 null,表示取不到有效值。
35876
35580
  :rtype: float
35877
35581
  """
35878
35582
  return self._MinPackageSpec
@@ -35884,7 +35588,6 @@ base-基础版本,common-通用版本,enterprise-企业版本
35884
35588
  @property
35885
35589
  def MaxPackageSpec(self):
35886
35590
  """当前版本资源包最大资源数,计算资源单位:个;存储资源:GB
35887
- 注意:此字段可能返回 null,表示取不到有效值。
35888
35591
  :rtype: float
35889
35592
  """
35890
35593
  return self._MaxPackageSpec
@@ -35896,7 +35599,6 @@ base-基础版本,common-通用版本,enterprise-企业版本
35896
35599
  @property
35897
35600
  def ExpireDay(self):
35898
35601
  """资源包有效期,单位:天
35899
- 注意:此字段可能返回 null,表示取不到有效值。
35900
35602
  :rtype: int
35901
35603
  """
35902
35604
  return self._ExpireDay
@@ -36068,7 +35770,6 @@ class SaleZone(AbstractModel):
36068
35770
  :param _PhysicalZone: 物理区
36069
35771
  :type PhysicalZone: str
36070
35772
  :param _HasPermission: 用户是否有可用区权限
36071
- 注意:此字段可能返回 null,表示取不到有效值。
36072
35773
  :type HasPermission: bool
36073
35774
  :param _IsWholeRdmaZone: 是否为全链路RDMA可用区
36074
35775
  :type IsWholeRdmaZone: str
@@ -36158,7 +35859,6 @@ class SaleZone(AbstractModel):
36158
35859
  @property
36159
35860
  def HasPermission(self):
36160
35861
  """用户是否有可用区权限
36161
- 注意:此字段可能返回 null,表示取不到有效值。
36162
35862
  :rtype: bool
36163
35863
  """
36164
35864
  return self._HasPermission
@@ -36927,10 +36627,8 @@ class SlaveZoneAttrItem(AbstractModel):
36927
36627
  def __init__(self):
36928
36628
  r"""
36929
36629
  :param _Zone: 可用区
36930
- 注意:此字段可能返回 null,表示取不到有效值。
36931
36630
  :type Zone: str
36932
36631
  :param _BinlogSyncWay: binlog同步方式
36933
- 注意:此字段可能返回 null,表示取不到有效值。
36934
36632
  :type BinlogSyncWay: str
36935
36633
  """
36936
36634
  self._Zone = None
@@ -36939,7 +36637,6 @@ class SlaveZoneAttrItem(AbstractModel):
36939
36637
  @property
36940
36638
  def Zone(self):
36941
36639
  """可用区
36942
- 注意:此字段可能返回 null,表示取不到有效值。
36943
36640
  :rtype: str
36944
36641
  """
36945
36642
  return self._Zone
@@ -36951,7 +36648,6 @@ class SlaveZoneAttrItem(AbstractModel):
36951
36648
  @property
36952
36649
  def BinlogSyncWay(self):
36953
36650
  """binlog同步方式
36954
- 注意:此字段可能返回 null,表示取不到有效值。
36955
36651
  :rtype: str
36956
36652
  """
36957
36653
  return self._BinlogSyncWay
@@ -36982,13 +36678,10 @@ class SlaveZoneStockInfo(AbstractModel):
36982
36678
  def __init__(self):
36983
36679
  r"""
36984
36680
  :param _SlaveZone: 备可用区
36985
- 注意:此字段可能返回 null,表示取不到有效值。
36986
36681
  :type SlaveZone: str
36987
36682
  :param _StockCount: 备可用区的库存数量
36988
- 注意:此字段可能返回 null,表示取不到有效值。
36989
36683
  :type StockCount: int
36990
36684
  :param _HasStock: 备可用区是否有库存
36991
- 注意:此字段可能返回 null,表示取不到有效值。
36992
36685
  :type HasStock: bool
36993
36686
  """
36994
36687
  self._SlaveZone = None
@@ -36998,7 +36691,6 @@ class SlaveZoneStockInfo(AbstractModel):
36998
36691
  @property
36999
36692
  def SlaveZone(self):
37000
36693
  """备可用区
37001
- 注意:此字段可能返回 null,表示取不到有效值。
37002
36694
  :rtype: str
37003
36695
  """
37004
36696
  return self._SlaveZone
@@ -37010,7 +36702,6 @@ class SlaveZoneStockInfo(AbstractModel):
37010
36702
  @property
37011
36703
  def StockCount(self):
37012
36704
  """备可用区的库存数量
37013
- 注意:此字段可能返回 null,表示取不到有效值。
37014
36705
  :rtype: int
37015
36706
  """
37016
36707
  return self._StockCount
@@ -37022,7 +36713,6 @@ class SlaveZoneStockInfo(AbstractModel):
37022
36713
  @property
37023
36714
  def HasStock(self):
37024
36715
  """备可用区是否有库存
37025
- 注意:此字段可能返回 null,表示取不到有效值。
37026
36716
  :rtype: bool
37027
36717
  """
37028
36718
  return self._HasStock
@@ -37077,31 +36767,24 @@ class SlowQueriesItem(AbstractModel):
37077
36767
  :type SqlMd5: str
37078
36768
  :param _SyncReadCountRemote: 远程读取次数
37079
36769
  数据库内核版本大于3.1.12
37080
- 注意:此字段可能返回 null,表示取不到有效值。
37081
36770
  :type SyncReadCountRemote: int
37082
36771
  :param _SyncReadBytesRemote: 远程读取的字节数
37083
36772
  数据库内核版本大于3.1.12
37084
- 注意:此字段可能返回 null,表示取不到有效值。
37085
36773
  :type SyncReadBytesRemote: int
37086
36774
  :param _SyncReadTimeRemote: 远程读取所花费的时间(微秒)
37087
36775
  数据库内核版本大于3.1.12
37088
- 注意:此字段可能返回 null,表示取不到有效值。
37089
36776
  :type SyncReadTimeRemote: int
37090
36777
  :param _SyncWriteCountRemote: 远程写入次数
37091
36778
  数据库内核版本大于3.1.12
37092
- 注意:此字段可能返回 null,表示取不到有效值。
37093
36779
  :type SyncWriteCountRemote: int
37094
36780
  :param _SyncWriteBytesRemote: 远程写入的字节数。
37095
36781
  数据库内核版本大于3.1.12
37096
- 注意:此字段可能返回 null,表示取不到有效值。
37097
36782
  :type SyncWriteBytesRemote: int
37098
36783
  :param _SyncWriteTimeRemote: 远程写入所花费的时间(微秒)。
37099
36784
  数据库内核版本大于3.1.12
37100
- 注意:此字段可能返回 null,表示取不到有效值。
37101
36785
  :type SyncWriteTimeRemote: int
37102
36786
  :param _TrxCommitDelay: 事务提交延迟(微秒)
37103
36787
  数据库内核版本大于3.1.12
37104
- 注意:此字段可能返回 null,表示取不到有效值。
37105
36788
  :type TrxCommitDelay: int
37106
36789
  """
37107
36790
  self._Timestamp = None
@@ -37248,7 +36931,6 @@ class SlowQueriesItem(AbstractModel):
37248
36931
  def SyncReadCountRemote(self):
37249
36932
  """远程读取次数
37250
36933
  数据库内核版本大于3.1.12
37251
- 注意:此字段可能返回 null,表示取不到有效值。
37252
36934
  :rtype: int
37253
36935
  """
37254
36936
  return self._SyncReadCountRemote
@@ -37261,7 +36943,6 @@ class SlowQueriesItem(AbstractModel):
37261
36943
  def SyncReadBytesRemote(self):
37262
36944
  """远程读取的字节数
37263
36945
  数据库内核版本大于3.1.12
37264
- 注意:此字段可能返回 null,表示取不到有效值。
37265
36946
  :rtype: int
37266
36947
  """
37267
36948
  return self._SyncReadBytesRemote
@@ -37274,7 +36955,6 @@ class SlowQueriesItem(AbstractModel):
37274
36955
  def SyncReadTimeRemote(self):
37275
36956
  """远程读取所花费的时间(微秒)
37276
36957
  数据库内核版本大于3.1.12
37277
- 注意:此字段可能返回 null,表示取不到有效值。
37278
36958
  :rtype: int
37279
36959
  """
37280
36960
  return self._SyncReadTimeRemote
@@ -37287,7 +36967,6 @@ class SlowQueriesItem(AbstractModel):
37287
36967
  def SyncWriteCountRemote(self):
37288
36968
  """远程写入次数
37289
36969
  数据库内核版本大于3.1.12
37290
- 注意:此字段可能返回 null,表示取不到有效值。
37291
36970
  :rtype: int
37292
36971
  """
37293
36972
  return self._SyncWriteCountRemote
@@ -37300,7 +36979,6 @@ class SlowQueriesItem(AbstractModel):
37300
36979
  def SyncWriteBytesRemote(self):
37301
36980
  """远程写入的字节数。
37302
36981
  数据库内核版本大于3.1.12
37303
- 注意:此字段可能返回 null,表示取不到有效值。
37304
36982
  :rtype: int
37305
36983
  """
37306
36984
  return self._SyncWriteBytesRemote
@@ -37313,7 +36991,6 @@ class SlowQueriesItem(AbstractModel):
37313
36991
  def SyncWriteTimeRemote(self):
37314
36992
  """远程写入所花费的时间(微秒)。
37315
36993
  数据库内核版本大于3.1.12
37316
- 注意:此字段可能返回 null,表示取不到有效值。
37317
36994
  :rtype: int
37318
36995
  """
37319
36996
  return self._SyncWriteTimeRemote
@@ -37326,7 +37003,6 @@ class SlowQueriesItem(AbstractModel):
37326
37003
  def TrxCommitDelay(self):
37327
37004
  """事务提交延迟(微秒)
37328
37005
  数据库内核版本大于3.1.12
37329
- 注意:此字段可能返回 null,表示取不到有效值。
37330
37006
  :rtype: int
37331
37007
  """
37332
37008
  return self._TrxCommitDelay
@@ -37623,7 +37299,6 @@ class SwitchClusterLogBin(AbstractModel):
37623
37299
  def __init__(self):
37624
37300
  r"""
37625
37301
  :param _Status: 状态
37626
- 注意:此字段可能返回 null,表示取不到有效值。
37627
37302
  :type Status: str
37628
37303
  """
37629
37304
  self._Status = None
@@ -37631,7 +37306,6 @@ class SwitchClusterLogBin(AbstractModel):
37631
37306
  @property
37632
37307
  def Status(self):
37633
37308
  """状态
37634
- 注意:此字段可能返回 null,表示取不到有效值。
37635
37309
  :rtype: str
37636
37310
  """
37637
37311
  return self._Status
@@ -38048,13 +37722,10 @@ class TablePrivileges(AbstractModel):
38048
37722
  def __init__(self):
38049
37723
  r"""
38050
37724
  :param _Db: 数据库名
38051
- 注意:此字段可能返回 null,表示取不到有效值。
38052
37725
  :type Db: str
38053
37726
  :param _TableName: 表名
38054
- 注意:此字段可能返回 null,表示取不到有效值。
38055
37727
  :type TableName: str
38056
37728
  :param _Privileges: 权限列表
38057
- 注意:此字段可能返回 null,表示取不到有效值。
38058
37729
  :type Privileges: list of str
38059
37730
  """
38060
37731
  self._Db = None
@@ -38064,7 +37735,6 @@ class TablePrivileges(AbstractModel):
38064
37735
  @property
38065
37736
  def Db(self):
38066
37737
  """数据库名
38067
- 注意:此字段可能返回 null,表示取不到有效值。
38068
37738
  :rtype: str
38069
37739
  """
38070
37740
  return self._Db
@@ -38076,7 +37746,6 @@ class TablePrivileges(AbstractModel):
38076
37746
  @property
38077
37747
  def TableName(self):
38078
37748
  """表名
38079
- 注意:此字段可能返回 null,表示取不到有效值。
38080
37749
  :rtype: str
38081
37750
  """
38082
37751
  return self._TableName
@@ -38088,7 +37757,6 @@ class TablePrivileges(AbstractModel):
38088
37757
  @property
38089
37758
  def Privileges(self):
38090
37759
  """权限列表
38091
- 注意:此字段可能返回 null,表示取不到有效值。
38092
37760
  :rtype: list of str
38093
37761
  """
38094
37762
  return self._Privileges
@@ -38171,13 +37839,10 @@ class TaskMaintainInfo(AbstractModel):
38171
37839
  def __init__(self):
38172
37840
  r"""
38173
37841
  :param _MaintainStartTime: 执行开始时间(距离0点的秒数)
38174
- 注意:此字段可能返回 null,表示取不到有效值。
38175
37842
  :type MaintainStartTime: int
38176
37843
  :param _MaintainDuration: 持续的时间(单位:秒)
38177
- 注意:此字段可能返回 null,表示取不到有效值。
38178
37844
  :type MaintainDuration: int
38179
37845
  :param _MaintainWeekDays: 可以执行的时间,枚举值:["Mon","Tue","Wed","Thu","Fri", "Sat", "Sun"]
38180
- 注意:此字段可能返回 null,表示取不到有效值。
38181
37846
  :type MaintainWeekDays: list of str
38182
37847
  """
38183
37848
  self._MaintainStartTime = None
@@ -38187,7 +37852,6 @@ class TaskMaintainInfo(AbstractModel):
38187
37852
  @property
38188
37853
  def MaintainStartTime(self):
38189
37854
  """执行开始时间(距离0点的秒数)
38190
- 注意:此字段可能返回 null,表示取不到有效值。
38191
37855
  :rtype: int
38192
37856
  """
38193
37857
  return self._MaintainStartTime
@@ -38199,7 +37863,6 @@ class TaskMaintainInfo(AbstractModel):
38199
37863
  @property
38200
37864
  def MaintainDuration(self):
38201
37865
  """持续的时间(单位:秒)
38202
- 注意:此字段可能返回 null,表示取不到有效值。
38203
37866
  :rtype: int
38204
37867
  """
38205
37868
  return self._MaintainDuration
@@ -38211,7 +37874,6 @@ class TaskMaintainInfo(AbstractModel):
38211
37874
  @property
38212
37875
  def MaintainWeekDays(self):
38213
37876
  """可以执行的时间,枚举值:["Mon","Tue","Wed","Thu","Fri", "Sat", "Sun"]
38214
- 注意:此字段可能返回 null,表示取不到有效值。
38215
37877
  :rtype: list of str
38216
37878
  """
38217
37879
  return self._MaintainWeekDays
@@ -38313,13 +37975,10 @@ class TemplateParamInfo(AbstractModel):
38313
37975
  :param _Default: 默认值
38314
37976
  :type Default: str
38315
37977
  :param _EnumValue: 参数类型为enum时可选的值类型集合
38316
- 注意:此字段可能返回 null,表示取不到有效值。
38317
37978
  :type EnumValue: list of str
38318
37979
  :param _Max: 参数类型为float/integer时的最大值
38319
- 注意:此字段可能返回 null,表示取不到有效值。
38320
37980
  :type Max: str
38321
37981
  :param _Min: 参数类型为float/integer时的最小值
38322
- 注意:此字段可能返回 null,表示取不到有效值。
38323
37982
  :type Min: str
38324
37983
  :param _ParamName: 参数名称
38325
37984
  :type ParamName: str
@@ -38365,7 +38024,6 @@ class TemplateParamInfo(AbstractModel):
38365
38024
  @property
38366
38025
  def EnumValue(self):
38367
38026
  """参数类型为enum时可选的值类型集合
38368
- 注意:此字段可能返回 null,表示取不到有效值。
38369
38027
  :rtype: list of str
38370
38028
  """
38371
38029
  return self._EnumValue
@@ -38377,7 +38035,6 @@ class TemplateParamInfo(AbstractModel):
38377
38035
  @property
38378
38036
  def Max(self):
38379
38037
  """参数类型为float/integer时的最大值
38380
- 注意:此字段可能返回 null,表示取不到有效值。
38381
38038
  :rtype: str
38382
38039
  """
38383
38040
  return self._Max
@@ -38389,7 +38046,6 @@ class TemplateParamInfo(AbstractModel):
38389
38046
  @property
38390
38047
  def Min(self):
38391
38048
  """参数类型为float/integer时的最小值
38392
- 注意:此字段可能返回 null,表示取不到有效值。
38393
38049
  :rtype: str
38394
38050
  """
38395
38051
  return self._Min
@@ -38471,18 +38127,14 @@ class TradePrice(AbstractModel):
38471
38127
  def __init__(self):
38472
38128
  r"""
38473
38129
  :param _TotalPrice: 预付费模式下资源总价,不包含优惠,单位:分
38474
- 注意:此字段可能返回 null,表示取不到有效值。
38475
38130
  :type TotalPrice: int
38476
38131
  :param _Discount: 总的折扣,100表示100%不打折
38477
38132
  :type Discount: float
38478
38133
  :param _TotalPriceDiscount: 预付费模式下的优惠后总价, 单位: 分,例如用户享有折扣 =TotalPrice × Discount
38479
- 注意:此字段可能返回 null,表示取不到有效值。
38480
38134
  :type TotalPriceDiscount: int
38481
38135
  :param _UnitPrice: 后付费模式下的单位资源价格,不包含优惠,单位:分
38482
- 注意:此字段可能返回 null,表示取不到有效值。
38483
38136
  :type UnitPrice: int
38484
38137
  :param _UnitPriceDiscount: 优惠后后付费模式下的单位资源价格, 单位: 分,例如用户享有折扣=UnitPricet × Discount
38485
- 注意:此字段可能返回 null,表示取不到有效值。
38486
38138
  :type UnitPriceDiscount: int
38487
38139
  :param _ChargeUnit: 计费价格单位
38488
38140
  :type ChargeUnit: str
@@ -38497,7 +38149,6 @@ class TradePrice(AbstractModel):
38497
38149
  @property
38498
38150
  def TotalPrice(self):
38499
38151
  """预付费模式下资源总价,不包含优惠,单位:分
38500
- 注意:此字段可能返回 null,表示取不到有效值。
38501
38152
  :rtype: int
38502
38153
  """
38503
38154
  return self._TotalPrice
@@ -38520,7 +38171,6 @@ class TradePrice(AbstractModel):
38520
38171
  @property
38521
38172
  def TotalPriceDiscount(self):
38522
38173
  """预付费模式下的优惠后总价, 单位: 分,例如用户享有折扣 =TotalPrice × Discount
38523
- 注意:此字段可能返回 null,表示取不到有效值。
38524
38174
  :rtype: int
38525
38175
  """
38526
38176
  return self._TotalPriceDiscount
@@ -38532,7 +38182,6 @@ class TradePrice(AbstractModel):
38532
38182
  @property
38533
38183
  def UnitPrice(self):
38534
38184
  """后付费模式下的单位资源价格,不包含优惠,单位:分
38535
- 注意:此字段可能返回 null,表示取不到有效值。
38536
38185
  :rtype: int
38537
38186
  """
38538
38187
  return self._UnitPrice
@@ -38544,7 +38193,6 @@ class TradePrice(AbstractModel):
38544
38193
  @property
38545
38194
  def UnitPriceDiscount(self):
38546
38195
  """优惠后后付费模式下的单位资源价格, 单位: 分,例如用户享有折扣=UnitPricet × Discount
38547
- 注意:此字段可能返回 null,表示取不到有效值。
38548
38196
  :rtype: int
38549
38197
  """
38550
38198
  return self._UnitPriceDiscount
@@ -39489,10 +39137,8 @@ class UserHostPrivilege(AbstractModel):
39489
39137
  :param _DbUserName: 授权用户
39490
39138
  :type DbUserName: str
39491
39139
  :param _DbHost: 客户端ip
39492
- 注意:此字段可能返回 null,表示取不到有效值。
39493
39140
  :type DbHost: str
39494
39141
  :param _DbPrivilege: 用户权限
39495
- 注意:此字段可能返回 null,表示取不到有效值。
39496
39142
  :type DbPrivilege: str
39497
39143
  """
39498
39144
  self._DbUserName = None
@@ -39513,7 +39159,6 @@ class UserHostPrivilege(AbstractModel):
39513
39159
  @property
39514
39160
  def DbHost(self):
39515
39161
  """客户端ip
39516
- 注意:此字段可能返回 null,表示取不到有效值。
39517
39162
  :rtype: str
39518
39163
  """
39519
39164
  return self._DbHost
@@ -39525,7 +39170,6 @@ class UserHostPrivilege(AbstractModel):
39525
39170
  @property
39526
39171
  def DbPrivilege(self):
39527
39172
  """用户权限
39528
- 注意:此字段可能返回 null,表示取不到有效值。
39529
39173
  :rtype: str
39530
39174
  """
39531
39175
  return self._DbPrivilege