tencentcloud-sdk-python 3.0.1343__py2.py3-none-any.whl → 3.0.1345__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 (70) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/antiddos/v20200309/models.py +2 -2
  3. tencentcloud/bi/v20220105/models.py +6 -2
  4. tencentcloud/billing/v20180709/models.py +0 -14
  5. tencentcloud/cbs/v20170312/models.py +0 -20
  6. tencentcloud/cdb/v20170320/cdb_client.py +23 -0
  7. tencentcloud/cdb/v20170320/models.py +117 -0
  8. tencentcloud/cdwch/v20200915/models.py +0 -110
  9. tencentcloud/ckafka/v20190819/models.py +0 -260
  10. tencentcloud/clb/v20180317/models.py +49 -20
  11. tencentcloud/cls/v20201016/cls_client.py +0 -92
  12. tencentcloud/cls/v20201016/models.py +74 -1145
  13. tencentcloud/cvm/v20170312/models.py +15 -0
  14. tencentcloud/cynosdb/v20190107/models.py +2 -86
  15. tencentcloud/dbbrain/v20191016/models.py +0 -36
  16. tencentcloud/dbbrain/v20210527/models.py +0 -106
  17. tencentcloud/dcdb/v20180411/models.py +0 -48
  18. tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
  19. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  20. tencentcloud/dnspod/v20210323/models.py +724 -0
  21. tencentcloud/domain/v20180808/models.py +0 -8
  22. tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
  23. tencentcloud/dsgc/v20190723/models.py +0 -34
  24. tencentcloud/ess/v20201111/models.py +4 -2
  25. tencentcloud/essbasic/v20210526/models.py +4 -2
  26. tencentcloud/fmu/v20191213/errorcodes.py +3 -0
  27. tencentcloud/fmu/v20191213/models.py +4 -4
  28. tencentcloud/goosefs/v20220519/models.py +0 -2
  29. tencentcloud/gwlb/v20240906/models.py +4 -4
  30. tencentcloud/hai/v20230812/errorcodes.py +1 -1
  31. tencentcloud/iotcloud/v20210408/models.py +2 -4
  32. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
  33. tencentcloud/iotvideoindustry/v20201201/models.py +15 -404
  34. tencentcloud/lighthouse/v20200324/models.py +12 -20
  35. tencentcloud/lke/v20231130/models.py +15 -0
  36. tencentcloud/lowcode/v20210108/models.py +0 -2
  37. tencentcloud/mariadb/v20170312/models.py +0 -38
  38. tencentcloud/mmps/v20200710/models.py +0 -56
  39. tencentcloud/monitor/v20180724/models.py +251 -0
  40. tencentcloud/monitor/v20180724/monitor_client.py +23 -0
  41. tencentcloud/mps/v20190612/errorcodes.py +34 -0
  42. tencentcloud/mps/v20190612/models.py +4129 -429
  43. tencentcloud/mps/v20190612/mps_client.py +208 -0
  44. tencentcloud/postgres/v20170312/models.py +0 -222
  45. tencentcloud/postgres/v20170312/postgres_client.py +5 -5
  46. tencentcloud/redis/v20180412/models.py +64 -0
  47. tencentcloud/redis/v20180412/redis_client.py +23 -0
  48. tencentcloud/svp/v20240125/models.py +0 -42
  49. tencentcloud/tcb/v20180608/models.py +109 -348
  50. tencentcloud/tcb/v20180608/tcb_client.py +23 -23
  51. tencentcloud/tcss/v20201101/models.py +1813 -2547
  52. tencentcloud/tcss/v20201101/tcss_client.py +92 -125
  53. tencentcloud/tdmq/v20200217/models.py +158 -436
  54. tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
  55. tencentcloud/teo/v20220901/models.py +158 -36
  56. tencentcloud/teo/v20220901/teo_client.py +23 -0
  57. tencentcloud/thpc/v20211109/models.py +0 -6
  58. tencentcloud/thpc/v20220401/models.py +0 -6
  59. tencentcloud/thpc/v20230321/models.py +0 -8
  60. tencentcloud/tke/v20180525/models.py +0 -54
  61. tencentcloud/tke/v20220501/models.py +0 -34
  62. tencentcloud/vpc/v20170312/models.py +0 -34
  63. tencentcloud/waf/v20180125/models.py +15 -0
  64. tencentcloud/wedata/v20210820/models.py +122 -0
  65. tencentcloud/weilingwith/v20230427/models.py +0 -964
  66. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/METADATA +1 -1
  67. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/RECORD +70 -70
  68. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/LICENSE +0 -0
  69. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/WHEEL +0 -0
  70. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/top_level.txt +0 -0
@@ -1548,13 +1548,10 @@ class CloneDBInstanceResponse(AbstractModel):
1548
1548
  def __init__(self):
1549
1549
  r"""
1550
1550
  :param _DealName: 订单号。
1551
- 注意:此字段可能返回 null,表示取不到有效值。
1552
1551
  :type DealName: str
1553
1552
  :param _BillId: 订单流水号。
1554
- 注意:此字段可能返回 null,表示取不到有效值。
1555
1553
  :type BillId: str
1556
1554
  :param _DBInstanceId: 克隆出的新实例ID,当前只支持后付费返回该值。
1557
- 注意:此字段可能返回 null,表示取不到有效值。
1558
1555
  :type DBInstanceId: str
1559
1556
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1560
1557
  :type RequestId: str
@@ -1567,7 +1564,6 @@ class CloneDBInstanceResponse(AbstractModel):
1567
1564
  @property
1568
1565
  def DealName(self):
1569
1566
  """订单号。
1570
- 注意:此字段可能返回 null,表示取不到有效值。
1571
1567
  :rtype: str
1572
1568
  """
1573
1569
  return self._DealName
@@ -1579,7 +1575,6 @@ class CloneDBInstanceResponse(AbstractModel):
1579
1575
  @property
1580
1576
  def BillId(self):
1581
1577
  """订单流水号。
1582
- 注意:此字段可能返回 null,表示取不到有效值。
1583
1578
  :rtype: str
1584
1579
  """
1585
1580
  return self._BillId
@@ -1591,7 +1586,6 @@ class CloneDBInstanceResponse(AbstractModel):
1591
1586
  @property
1592
1587
  def DBInstanceId(self):
1593
1588
  """克隆出的新实例ID,当前只支持后付费返回该值。
1594
- 注意:此字段可能返回 null,表示取不到有效值。
1595
1589
  :rtype: str
1596
1590
  """
1597
1591
  return self._DBInstanceId
@@ -2268,7 +2262,6 @@ class CreateDBInstanceNetworkAccessResponse(AbstractModel):
2268
2262
  def __init__(self):
2269
2263
  r"""
2270
2264
  :param _FlowId: 流程ID。
2271
- 注意:此字段可能返回 null,表示取不到有效值。
2272
2265
  :type FlowId: int
2273
2266
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2274
2267
  :type RequestId: str
@@ -2279,7 +2272,6 @@ class CreateDBInstanceNetworkAccessResponse(AbstractModel):
2279
2272
  @property
2280
2273
  def FlowId(self):
2281
2274
  """流程ID。
2282
- 注意:此字段可能返回 null,表示取不到有效值。
2283
2275
  :rtype: int
2284
2276
  """
2285
2277
  return self._FlowId
@@ -4178,7 +4170,6 @@ class CreateReadOnlyGroupNetworkAccessResponse(AbstractModel):
4178
4170
  def __init__(self):
4179
4171
  r"""
4180
4172
  :param _FlowId: 流程ID。
4181
- 注意:此字段可能返回 null,表示取不到有效值。
4182
4173
  :type FlowId: int
4183
4174
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4184
4175
  :type RequestId: str
@@ -4189,7 +4180,6 @@ class CreateReadOnlyGroupNetworkAccessResponse(AbstractModel):
4189
4180
  @property
4190
4181
  def FlowId(self):
4191
4182
  """流程ID。
4192
- 注意:此字段可能返回 null,表示取不到有效值。
4193
4183
  :rtype: int
4194
4184
  """
4195
4185
  return self._FlowId
@@ -4411,7 +4401,6 @@ class CreateReadOnlyGroupResponse(AbstractModel):
4411
4401
  :param _ReadOnlyGroupId: 只读组ID
4412
4402
  :type ReadOnlyGroupId: str
4413
4403
  :param _FlowId: 流程ID
4414
- 注意:此字段可能返回 null,表示取不到有效值。
4415
4404
  :type FlowId: int
4416
4405
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4417
4406
  :type RequestId: str
@@ -4434,7 +4423,6 @@ class CreateReadOnlyGroupResponse(AbstractModel):
4434
4423
  @property
4435
4424
  def FlowId(self):
4436
4425
  """流程ID
4437
- 注意:此字段可能返回 null,表示取不到有效值。
4438
4426
  :rtype: int
4439
4427
  """
4440
4428
  return self._FlowId
@@ -4680,7 +4668,6 @@ class DBBackup(AbstractModel):
4680
4668
  :param _ExternalAddr: 外网下载地址
4681
4669
  :type ExternalAddr: str
4682
4670
  :param _SetId: 备份集ID
4683
- 注意:此字段可能返回 null,表示取不到有效值。
4684
4671
  :type SetId: str
4685
4672
  """
4686
4673
  self._Id = None
@@ -4820,7 +4807,6 @@ class DBBackup(AbstractModel):
4820
4807
  @property
4821
4808
  def SetId(self):
4822
4809
  """备份集ID
4823
- 注意:此字段可能返回 null,表示取不到有效值。
4824
4810
  :rtype: str
4825
4811
  """
4826
4812
  return self._SetId
@@ -5577,13 +5563,10 @@ class DBInstanceNetInfo(AbstractModel):
5577
5563
  :param _Status: 网络连接状态,1、initing(未开通);2、opened(已开通);3、closed(已关闭);4、opening(开通中);5、closing(关闭中);
5578
5564
  :type Status: str
5579
5565
  :param _VpcId: 私有网络ID
5580
- 注意:此字段可能返回 null,表示取不到有效值。
5581
5566
  :type VpcId: str
5582
5567
  :param _SubnetId: 子网ID
5583
- 注意:此字段可能返回 null,表示取不到有效值。
5584
5568
  :type SubnetId: str
5585
5569
  :param _ProtocolType: 连接数据库的协议类型,当前支持:postgresql、mssql(MSSQL兼容语法)
5586
- 注意:此字段可能返回 null,表示取不到有效值。
5587
5570
  :type ProtocolType: str
5588
5571
  """
5589
5572
  self._Address = None
@@ -5653,7 +5636,6 @@ class DBInstanceNetInfo(AbstractModel):
5653
5636
  @property
5654
5637
  def VpcId(self):
5655
5638
  """私有网络ID
5656
- 注意:此字段可能返回 null,表示取不到有效值。
5657
5639
  :rtype: str
5658
5640
  """
5659
5641
  return self._VpcId
@@ -5665,7 +5647,6 @@ class DBInstanceNetInfo(AbstractModel):
5665
5647
  @property
5666
5648
  def SubnetId(self):
5667
5649
  """子网ID
5668
- 注意:此字段可能返回 null,表示取不到有效值。
5669
5650
  :rtype: str
5670
5651
  """
5671
5652
  return self._SubnetId
@@ -5677,7 +5658,6 @@ class DBInstanceNetInfo(AbstractModel):
5677
5658
  @property
5678
5659
  def ProtocolType(self):
5679
5660
  """连接数据库的协议类型,当前支持:postgresql、mssql(MSSQL兼容语法)
5680
- 注意:此字段可能返回 null,表示取不到有效值。
5681
5661
  :rtype: str
5682
5662
  """
5683
5663
  return self._ProtocolType
@@ -5720,7 +5700,6 @@ Standby,代表备节点。
5720
5700
  :param _Zone: 节点所在可用区,例如 ap-guangzhou-1。
5721
5701
  :type Zone: str
5722
5702
  :param _DedicatedClusterId: 专属集群ID
5723
- 注意:此字段可能返回 null,表示取不到有效值。
5724
5703
  :type DedicatedClusterId: str
5725
5704
  """
5726
5705
  self._Role = None
@@ -5754,7 +5733,6 @@ Standby,代表备节点。
5754
5733
  @property
5755
5734
  def DedicatedClusterId(self):
5756
5735
  """专属集群ID
5757
- 注意:此字段可能返回 null,表示取不到有效值。
5758
5736
  :rtype: str
5759
5737
  """
5760
5738
  return self._DedicatedClusterId
@@ -5786,28 +5764,20 @@ class Database(AbstractModel):
5786
5764
  def __init__(self):
5787
5765
  r"""
5788
5766
  :param _DatabaseName: 数据库名
5789
- 注意:此字段可能返回 null,表示取不到有效值。
5790
5767
  :type DatabaseName: str
5791
5768
  :param _DatabaseOwner: 数据库所有者
5792
- 注意:此字段可能返回 null,表示取不到有效值。
5793
5769
  :type DatabaseOwner: str
5794
5770
  :param _Encoding: 数据库字符编码
5795
- 注意:此字段可能返回 null,表示取不到有效值。
5796
5771
  :type Encoding: str
5797
5772
  :param _Collate: 数据库排序规则
5798
- 注意:此字段可能返回 null,表示取不到有效值。
5799
5773
  :type Collate: str
5800
5774
  :param _Ctype: 数据库字符分类
5801
- 注意:此字段可能返回 null,表示取不到有效值。
5802
5775
  :type Ctype: str
5803
5776
  :param _AllowConn: 数据库是否允许连接
5804
- 注意:此字段可能返回 null,表示取不到有效值。
5805
5777
  :type AllowConn: bool
5806
5778
  :param _ConnLimit: 数据库最大连接数,-1表示无限制
5807
- 注意:此字段可能返回 null,表示取不到有效值。
5808
5779
  :type ConnLimit: int
5809
5780
  :param _Privileges: 数据库权限列表
5810
- 注意:此字段可能返回 null,表示取不到有效值。
5811
5781
  :type Privileges: str
5812
5782
  """
5813
5783
  self._DatabaseName = None
@@ -5822,7 +5792,6 @@ class Database(AbstractModel):
5822
5792
  @property
5823
5793
  def DatabaseName(self):
5824
5794
  """数据库名
5825
- 注意:此字段可能返回 null,表示取不到有效值。
5826
5795
  :rtype: str
5827
5796
  """
5828
5797
  return self._DatabaseName
@@ -5834,7 +5803,6 @@ class Database(AbstractModel):
5834
5803
  @property
5835
5804
  def DatabaseOwner(self):
5836
5805
  """数据库所有者
5837
- 注意:此字段可能返回 null,表示取不到有效值。
5838
5806
  :rtype: str
5839
5807
  """
5840
5808
  return self._DatabaseOwner
@@ -5846,7 +5814,6 @@ class Database(AbstractModel):
5846
5814
  @property
5847
5815
  def Encoding(self):
5848
5816
  """数据库字符编码
5849
- 注意:此字段可能返回 null,表示取不到有效值。
5850
5817
  :rtype: str
5851
5818
  """
5852
5819
  return self._Encoding
@@ -5858,7 +5825,6 @@ class Database(AbstractModel):
5858
5825
  @property
5859
5826
  def Collate(self):
5860
5827
  """数据库排序规则
5861
- 注意:此字段可能返回 null,表示取不到有效值。
5862
5828
  :rtype: str
5863
5829
  """
5864
5830
  return self._Collate
@@ -5870,7 +5836,6 @@ class Database(AbstractModel):
5870
5836
  @property
5871
5837
  def Ctype(self):
5872
5838
  """数据库字符分类
5873
- 注意:此字段可能返回 null,表示取不到有效值。
5874
5839
  :rtype: str
5875
5840
  """
5876
5841
  return self._Ctype
@@ -5882,7 +5847,6 @@ class Database(AbstractModel):
5882
5847
  @property
5883
5848
  def AllowConn(self):
5884
5849
  """数据库是否允许连接
5885
- 注意:此字段可能返回 null,表示取不到有效值。
5886
5850
  :rtype: bool
5887
5851
  """
5888
5852
  return self._AllowConn
@@ -5894,7 +5858,6 @@ class Database(AbstractModel):
5894
5858
  @property
5895
5859
  def ConnLimit(self):
5896
5860
  """数据库最大连接数,-1表示无限制
5897
- 注意:此字段可能返回 null,表示取不到有效值。
5898
5861
  :rtype: int
5899
5862
  """
5900
5863
  return self._ConnLimit
@@ -5906,7 +5869,6 @@ class Database(AbstractModel):
5906
5869
  @property
5907
5870
  def Privileges(self):
5908
5871
  """数据库权限列表
5909
- 注意:此字段可能返回 null,表示取不到有效值。
5910
5872
  :rtype: str
5911
5873
  """
5912
5874
  return self._Privileges
@@ -5943,19 +5905,14 @@ class DatabaseObject(AbstractModel):
5943
5905
  def __init__(self):
5944
5906
  r"""
5945
5907
  :param _ObjectType: 支持使用的数据库对象类型有:account,database,schema,sequence,procedure,type,function,table,view,matview,column。
5946
- 注意:此字段可能返回 null,表示取不到有效值。
5947
5908
  :type ObjectType: str
5948
5909
  :param _ObjectName: 所描述的数据库对象名称
5949
- 注意:此字段可能返回 null,表示取不到有效值。
5950
5910
  :type ObjectName: str
5951
5911
  :param _DatabaseName: 所要描述的数据库对象,所属的数据库名称。当描述对象类型不为database时,此参数必选。
5952
- 注意:此字段可能返回 null,表示取不到有效值。
5953
5912
  :type DatabaseName: str
5954
5913
  :param _SchemaName: 所要描述的数据库对象,所属的模式名称。当描述对象不为database、schema时,此参数必选。
5955
- 注意:此字段可能返回 null,表示取不到有效值。
5956
5914
  :type SchemaName: str
5957
5915
  :param _TableName: 所要描述的数据库对象,所属的表名称。当描述的对象类型为column时,此参数必填。
5958
- 注意:此字段可能返回 null,表示取不到有效值。
5959
5916
  :type TableName: str
5960
5917
  """
5961
5918
  self._ObjectType = None
@@ -5967,7 +5924,6 @@ class DatabaseObject(AbstractModel):
5967
5924
  @property
5968
5925
  def ObjectType(self):
5969
5926
  """支持使用的数据库对象类型有:account,database,schema,sequence,procedure,type,function,table,view,matview,column。
5970
- 注意:此字段可能返回 null,表示取不到有效值。
5971
5927
  :rtype: str
5972
5928
  """
5973
5929
  return self._ObjectType
@@ -5979,7 +5935,6 @@ class DatabaseObject(AbstractModel):
5979
5935
  @property
5980
5936
  def ObjectName(self):
5981
5937
  """所描述的数据库对象名称
5982
- 注意:此字段可能返回 null,表示取不到有效值。
5983
5938
  :rtype: str
5984
5939
  """
5985
5940
  return self._ObjectName
@@ -5991,7 +5946,6 @@ class DatabaseObject(AbstractModel):
5991
5946
  @property
5992
5947
  def DatabaseName(self):
5993
5948
  """所要描述的数据库对象,所属的数据库名称。当描述对象类型不为database时,此参数必选。
5994
- 注意:此字段可能返回 null,表示取不到有效值。
5995
5949
  :rtype: str
5996
5950
  """
5997
5951
  return self._DatabaseName
@@ -6003,7 +5957,6 @@ class DatabaseObject(AbstractModel):
6003
5957
  @property
6004
5958
  def SchemaName(self):
6005
5959
  """所要描述的数据库对象,所属的模式名称。当描述对象不为database、schema时,此参数必选。
6006
- 注意:此字段可能返回 null,表示取不到有效值。
6007
5960
  :rtype: str
6008
5961
  """
6009
5962
  return self._SchemaName
@@ -6015,7 +5968,6 @@ class DatabaseObject(AbstractModel):
6015
5968
  @property
6016
5969
  def TableName(self):
6017
5970
  """所要描述的数据库对象,所属的表名称。当描述的对象类型为column时,此参数必填。
6018
- 注意:此字段可能返回 null,表示取不到有效值。
6019
5971
  :rtype: str
6020
5972
  """
6021
5973
  return self._TableName
@@ -6106,37 +6058,26 @@ class DedicatedCluster(AbstractModel):
6106
6058
  def __init__(self):
6107
6059
  r"""
6108
6060
  :param _DedicatedClusterId: 专属集群ID
6109
- 注意:此字段可能返回 null,表示取不到有效值。
6110
6061
  :type DedicatedClusterId: str
6111
6062
  :param _Name: 专属集群名称
6112
- 注意:此字段可能返回 null,表示取不到有效值。
6113
6063
  :type Name: str
6114
6064
  :param _Zone: 专属集群所在可用区
6115
- 注意:此字段可能返回 null,表示取不到有效值。
6116
6065
  :type Zone: str
6117
6066
  :param _StandbyDedicatedClusterSet: 灾备集群
6118
- 注意:此字段可能返回 null,表示取不到有效值。
6119
6067
  :type StandbyDedicatedClusterSet: list of str
6120
6068
  :param _InstanceCount: 实例数量
6121
- 注意:此字段可能返回 null,表示取不到有效值。
6122
6069
  :type InstanceCount: int
6123
6070
  :param _CpuTotal: Cpu总量
6124
- 注意:此字段可能返回 null,表示取不到有效值。
6125
6071
  :type CpuTotal: int
6126
6072
  :param _CpuAvailable: Cpu可用数量
6127
- 注意:此字段可能返回 null,表示取不到有效值。
6128
6073
  :type CpuAvailable: int
6129
6074
  :param _MemTotal: 内存总量
6130
- 注意:此字段可能返回 null,表示取不到有效值。
6131
6075
  :type MemTotal: int
6132
6076
  :param _MemAvailable: 内存可用量
6133
- 注意:此字段可能返回 null,表示取不到有效值。
6134
6077
  :type MemAvailable: int
6135
6078
  :param _DiskTotal: 磁盘总量
6136
- 注意:此字段可能返回 null,表示取不到有效值。
6137
6079
  :type DiskTotal: int
6138
6080
  :param _DiskAvailable: 磁盘可用量
6139
- 注意:此字段可能返回 null,表示取不到有效值。
6140
6081
  :type DiskAvailable: int
6141
6082
  """
6142
6083
  self._DedicatedClusterId = None
@@ -6154,7 +6095,6 @@ class DedicatedCluster(AbstractModel):
6154
6095
  @property
6155
6096
  def DedicatedClusterId(self):
6156
6097
  """专属集群ID
6157
- 注意:此字段可能返回 null,表示取不到有效值。
6158
6098
  :rtype: str
6159
6099
  """
6160
6100
  return self._DedicatedClusterId
@@ -6166,7 +6106,6 @@ class DedicatedCluster(AbstractModel):
6166
6106
  @property
6167
6107
  def Name(self):
6168
6108
  """专属集群名称
6169
- 注意:此字段可能返回 null,表示取不到有效值。
6170
6109
  :rtype: str
6171
6110
  """
6172
6111
  return self._Name
@@ -6178,7 +6117,6 @@ class DedicatedCluster(AbstractModel):
6178
6117
  @property
6179
6118
  def Zone(self):
6180
6119
  """专属集群所在可用区
6181
- 注意:此字段可能返回 null,表示取不到有效值。
6182
6120
  :rtype: str
6183
6121
  """
6184
6122
  return self._Zone
@@ -6190,7 +6128,6 @@ class DedicatedCluster(AbstractModel):
6190
6128
  @property
6191
6129
  def StandbyDedicatedClusterSet(self):
6192
6130
  """灾备集群
6193
- 注意:此字段可能返回 null,表示取不到有效值。
6194
6131
  :rtype: list of str
6195
6132
  """
6196
6133
  return self._StandbyDedicatedClusterSet
@@ -6202,7 +6139,6 @@ class DedicatedCluster(AbstractModel):
6202
6139
  @property
6203
6140
  def InstanceCount(self):
6204
6141
  """实例数量
6205
- 注意:此字段可能返回 null,表示取不到有效值。
6206
6142
  :rtype: int
6207
6143
  """
6208
6144
  return self._InstanceCount
@@ -6214,7 +6150,6 @@ class DedicatedCluster(AbstractModel):
6214
6150
  @property
6215
6151
  def CpuTotal(self):
6216
6152
  """Cpu总量
6217
- 注意:此字段可能返回 null,表示取不到有效值。
6218
6153
  :rtype: int
6219
6154
  """
6220
6155
  return self._CpuTotal
@@ -6226,7 +6161,6 @@ class DedicatedCluster(AbstractModel):
6226
6161
  @property
6227
6162
  def CpuAvailable(self):
6228
6163
  """Cpu可用数量
6229
- 注意:此字段可能返回 null,表示取不到有效值。
6230
6164
  :rtype: int
6231
6165
  """
6232
6166
  return self._CpuAvailable
@@ -6238,7 +6172,6 @@ class DedicatedCluster(AbstractModel):
6238
6172
  @property
6239
6173
  def MemTotal(self):
6240
6174
  """内存总量
6241
- 注意:此字段可能返回 null,表示取不到有效值。
6242
6175
  :rtype: int
6243
6176
  """
6244
6177
  return self._MemTotal
@@ -6250,7 +6183,6 @@ class DedicatedCluster(AbstractModel):
6250
6183
  @property
6251
6184
  def MemAvailable(self):
6252
6185
  """内存可用量
6253
- 注意:此字段可能返回 null,表示取不到有效值。
6254
6186
  :rtype: int
6255
6187
  """
6256
6188
  return self._MemAvailable
@@ -6262,7 +6194,6 @@ class DedicatedCluster(AbstractModel):
6262
6194
  @property
6263
6195
  def DiskTotal(self):
6264
6196
  """磁盘总量
6265
- 注意:此字段可能返回 null,表示取不到有效值。
6266
6197
  :rtype: int
6267
6198
  """
6268
6199
  return self._DiskTotal
@@ -6274,7 +6205,6 @@ class DedicatedCluster(AbstractModel):
6274
6205
  @property
6275
6206
  def DiskAvailable(self):
6276
6207
  """磁盘可用量
6277
- 注意:此字段可能返回 null,表示取不到有效值。
6278
6208
  :rtype: int
6279
6209
  """
6280
6210
  return self._DiskAvailable
@@ -6632,7 +6562,6 @@ class DeleteDBInstanceNetworkAccessResponse(AbstractModel):
6632
6562
  def __init__(self):
6633
6563
  r"""
6634
6564
  :param _FlowId: 流程ID。
6635
- 注意:此字段可能返回 null,表示取不到有效值。
6636
6565
  :type FlowId: int
6637
6566
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6638
6567
  :type RequestId: str
@@ -6643,7 +6572,6 @@ class DeleteDBInstanceNetworkAccessResponse(AbstractModel):
6643
6572
  @property
6644
6573
  def FlowId(self):
6645
6574
  """流程ID。
6646
- 注意:此字段可能返回 null,表示取不到有效值。
6647
6575
  :rtype: int
6648
6576
  """
6649
6577
  return self._FlowId
@@ -6901,7 +6829,6 @@ class DeleteReadOnlyGroupNetworkAccessResponse(AbstractModel):
6901
6829
  def __init__(self):
6902
6830
  r"""
6903
6831
  :param _FlowId: 流程ID。
6904
- 注意:此字段可能返回 null,表示取不到有效值。
6905
6832
  :type FlowId: int
6906
6833
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6907
6834
  :type RequestId: str
@@ -6912,7 +6839,6 @@ class DeleteReadOnlyGroupNetworkAccessResponse(AbstractModel):
6912
6839
  @property
6913
6840
  def FlowId(self):
6914
6841
  """流程ID。
6915
- 注意:此字段可能返回 null,表示取不到有效值。
6916
6842
  :rtype: int
6917
6843
  """
6918
6844
  return self._FlowId
@@ -6982,7 +6908,6 @@ class DeleteReadOnlyGroupResponse(AbstractModel):
6982
6908
  def __init__(self):
6983
6909
  r"""
6984
6910
  :param _FlowId: 流程ID
6985
- 注意:此字段可能返回 null,表示取不到有效值。
6986
6911
  :type FlowId: int
6987
6912
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6988
6913
  :type RequestId: str
@@ -6993,7 +6918,6 @@ class DeleteReadOnlyGroupResponse(AbstractModel):
6993
6918
  @property
6994
6919
  def FlowId(self):
6995
6920
  """流程ID
6996
- 注意:此字段可能返回 null,表示取不到有效值。
6997
6921
  :rtype: int
6998
6922
  """
6999
6923
  return self._FlowId
@@ -7486,16 +7410,12 @@ class DescribeBackupDownloadRestrictionResponse(AbstractModel):
7486
7410
  :param _RestrictionType: 备份文件下载限制类型,NONE 无限制,内外网都可以下载;INTRANET 只允许内网下载;CUSTOMIZE 自定义限制下载的vpc或ip。
7487
7411
  :type RestrictionType: str
7488
7412
  :param _VpcRestrictionEffect: vpc限制效力,ALLOW 允许;DENY 拒绝。
7489
- 注意:此字段可能返回 null,表示取不到有效值。
7490
7413
  :type VpcRestrictionEffect: str
7491
7414
  :param _VpcIdSet: 允许或拒绝下载备份文件的vpcId列表。
7492
- 注意:此字段可能返回 null,表示取不到有效值。
7493
7415
  :type VpcIdSet: list of str
7494
7416
  :param _IpRestrictionEffect: ip限制效力,ALLOW 允许;DENY 拒绝。
7495
- 注意:此字段可能返回 null,表示取不到有效值。
7496
7417
  :type IpRestrictionEffect: str
7497
7418
  :param _IpSet: 允许或拒绝下载备份文件的ip列表。
7498
- 注意:此字段可能返回 null,表示取不到有效值。
7499
7419
  :type IpSet: list of str
7500
7420
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7501
7421
  :type RequestId: str
@@ -7521,7 +7441,6 @@ class DescribeBackupDownloadRestrictionResponse(AbstractModel):
7521
7441
  @property
7522
7442
  def VpcRestrictionEffect(self):
7523
7443
  """vpc限制效力,ALLOW 允许;DENY 拒绝。
7524
- 注意:此字段可能返回 null,表示取不到有效值。
7525
7444
  :rtype: str
7526
7445
  """
7527
7446
  return self._VpcRestrictionEffect
@@ -7533,7 +7452,6 @@ class DescribeBackupDownloadRestrictionResponse(AbstractModel):
7533
7452
  @property
7534
7453
  def VpcIdSet(self):
7535
7454
  """允许或拒绝下载备份文件的vpcId列表。
7536
- 注意:此字段可能返回 null,表示取不到有效值。
7537
7455
  :rtype: list of str
7538
7456
  """
7539
7457
  return self._VpcIdSet
@@ -7545,7 +7463,6 @@ class DescribeBackupDownloadRestrictionResponse(AbstractModel):
7545
7463
  @property
7546
7464
  def IpRestrictionEffect(self):
7547
7465
  """ip限制效力,ALLOW 允许;DENY 拒绝。
7548
- 注意:此字段可能返回 null,表示取不到有效值。
7549
7466
  :rtype: str
7550
7467
  """
7551
7468
  return self._IpRestrictionEffect
@@ -7557,7 +7474,6 @@ class DescribeBackupDownloadRestrictionResponse(AbstractModel):
7557
7474
  @property
7558
7475
  def IpSet(self):
7559
7476
  """允许或拒绝下载备份文件的ip列表。
7560
- 注意:此字段可能返回 null,表示取不到有效值。
7561
7477
  :rtype: list of str
7562
7478
  """
7563
7479
  return self._IpSet
@@ -10725,7 +10641,6 @@ class DescribeEncryptionKeysResponse(AbstractModel):
10725
10641
  def __init__(self):
10726
10642
  r"""
10727
10643
  :param _EncryptionKeys: 实例密钥信息列表。
10728
- 注意:此字段可能返回 null,表示取不到有效值。
10729
10644
  :type EncryptionKeys: list of EncryptionKey
10730
10645
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10731
10646
  :type RequestId: str
@@ -10736,7 +10651,6 @@ class DescribeEncryptionKeysResponse(AbstractModel):
10736
10651
  @property
10737
10652
  def EncryptionKeys(self):
10738
10653
  """实例密钥信息列表。
10739
- 注意:此字段可能返回 null,表示取不到有效值。
10740
10654
  :rtype: list of EncryptionKey
10741
10655
  """
10742
10656
  return self._EncryptionKeys
@@ -12091,7 +12005,6 @@ class DescribeServerlessDBInstancesResponse(AbstractModel):
12091
12005
  :param _TotalCount: 查询结果数
12092
12006
  :type TotalCount: int
12093
12007
  :param _DBInstanceSet: 查询结果
12094
- 注意:此字段可能返回 null,表示取不到有效值。
12095
12008
  :type DBInstanceSet: list of ServerlessDBInstance
12096
12009
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12097
12010
  :type RequestId: str
@@ -12114,7 +12027,6 @@ class DescribeServerlessDBInstancesResponse(AbstractModel):
12114
12027
  @property
12115
12028
  def DBInstanceSet(self):
12116
12029
  """查询结果
12117
- 注意:此字段可能返回 null,表示取不到有效值。
12118
12030
  :rtype: list of ServerlessDBInstance
12119
12031
  """
12120
12032
  return self._DBInstanceSet
@@ -12498,10 +12410,8 @@ class DescribeSlowQueryListResponse(AbstractModel):
12498
12410
  :param _TotalCount: 查询到的慢日志数量,最大值为10000条。
12499
12411
  :type TotalCount: int
12500
12412
  :param _DurationAnalysis: 查询到的慢日志耗时分段分析结果。
12501
- 注意:此字段可能返回 null,表示取不到有效值。
12502
12413
  :type DurationAnalysis: list of DurationAnalysis
12503
12414
  :param _RawSlowQueryList: 查询到的慢日志详细信息集合。
12504
- 注意:此字段可能返回 null,表示取不到有效值。
12505
12415
  :type RawSlowQueryList: list of RawSlowQuery
12506
12416
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12507
12417
  :type RequestId: str
@@ -12525,7 +12435,6 @@ class DescribeSlowQueryListResponse(AbstractModel):
12525
12435
  @property
12526
12436
  def DurationAnalysis(self):
12527
12437
  """查询到的慢日志耗时分段分析结果。
12528
- 注意:此字段可能返回 null,表示取不到有效值。
12529
12438
  :rtype: list of DurationAnalysis
12530
12439
  """
12531
12440
  return self._DurationAnalysis
@@ -12537,7 +12446,6 @@ class DescribeSlowQueryListResponse(AbstractModel):
12537
12446
  @property
12538
12447
  def RawSlowQueryList(self):
12539
12448
  """查询到的慢日志详细信息集合。
12540
- 注意:此字段可能返回 null,表示取不到有效值。
12541
12449
  :rtype: list of RawSlowQuery
12542
12450
  """
12543
12451
  return self._RawSlowQueryList
@@ -12924,7 +12832,6 @@ class Detail(AbstractModel):
12924
12832
  :param _TotalCallNum: 输入时间范围内所有慢sql总条数
12925
12833
  :type TotalCallNum: int
12926
12834
  :param _AnalysisItems: 慢SQL统计分析列表
12927
- 注意:此字段可能返回 null,表示取不到有效值。
12928
12835
  :type AnalysisItems: list of AnalysisItems
12929
12836
  """
12930
12837
  self._TotalTime = None
@@ -12956,7 +12863,6 @@ class Detail(AbstractModel):
12956
12863
  @property
12957
12864
  def AnalysisItems(self):
12958
12865
  """慢SQL统计分析列表
12959
- 注意:此字段可能返回 null,表示取不到有效值。
12960
12866
  :rtype: list of AnalysisItems
12961
12867
  """
12962
12868
  return self._AnalysisItems
@@ -13163,22 +13069,16 @@ class EncryptionKey(AbstractModel):
13163
13069
  def __init__(self):
13164
13070
  r"""
13165
13071
  :param _KeyId: KMS实例加密的KeyId。
13166
- 注意:此字段可能返回 null,表示取不到有效值。
13167
13072
  :type KeyId: str
13168
13073
  :param _KeyAlias: KMS实例加密Key的别名。
13169
- 注意:此字段可能返回 null,表示取不到有效值。
13170
13074
  :type KeyAlias: str
13171
13075
  :param _DEKCipherTextBlob: 实例加密密钥DEK的密文。
13172
- 注意:此字段可能返回 null,表示取不到有效值。
13173
13076
  :type DEKCipherTextBlob: str
13174
13077
  :param _IsEnabled: 密钥是否启用,1-启用, 0-未启用。
13175
- 注意:此字段可能返回 null,表示取不到有效值。
13176
13078
  :type IsEnabled: int
13177
13079
  :param _KeyRegion: KMS密钥所在地域。
13178
- 注意:此字段可能返回 null,表示取不到有效值。
13179
13080
  :type KeyRegion: str
13180
13081
  :param _CreateTime: DEK密钥创建时间。
13181
- 注意:此字段可能返回 null,表示取不到有效值。
13182
13082
  :type CreateTime: str
13183
13083
  """
13184
13084
  self._KeyId = None
@@ -13191,7 +13091,6 @@ class EncryptionKey(AbstractModel):
13191
13091
  @property
13192
13092
  def KeyId(self):
13193
13093
  """KMS实例加密的KeyId。
13194
- 注意:此字段可能返回 null,表示取不到有效值。
13195
13094
  :rtype: str
13196
13095
  """
13197
13096
  return self._KeyId
@@ -13203,7 +13102,6 @@ class EncryptionKey(AbstractModel):
13203
13102
  @property
13204
13103
  def KeyAlias(self):
13205
13104
  """KMS实例加密Key的别名。
13206
- 注意:此字段可能返回 null,表示取不到有效值。
13207
13105
  :rtype: str
13208
13106
  """
13209
13107
  return self._KeyAlias
@@ -13215,7 +13113,6 @@ class EncryptionKey(AbstractModel):
13215
13113
  @property
13216
13114
  def DEKCipherTextBlob(self):
13217
13115
  """实例加密密钥DEK的密文。
13218
- 注意:此字段可能返回 null,表示取不到有效值。
13219
13116
  :rtype: str
13220
13117
  """
13221
13118
  return self._DEKCipherTextBlob
@@ -13227,7 +13124,6 @@ class EncryptionKey(AbstractModel):
13227
13124
  @property
13228
13125
  def IsEnabled(self):
13229
13126
  """密钥是否启用,1-启用, 0-未启用。
13230
- 注意:此字段可能返回 null,表示取不到有效值。
13231
13127
  :rtype: int
13232
13128
  """
13233
13129
  return self._IsEnabled
@@ -13239,7 +13135,6 @@ class EncryptionKey(AbstractModel):
13239
13135
  @property
13240
13136
  def KeyRegion(self):
13241
13137
  """KMS密钥所在地域。
13242
- 注意:此字段可能返回 null,表示取不到有效值。
13243
13138
  :rtype: str
13244
13139
  """
13245
13140
  return self._KeyRegion
@@ -13251,7 +13146,6 @@ class EncryptionKey(AbstractModel):
13251
13146
  @property
13252
13147
  def CreateTime(self):
13253
13148
  """DEK密钥创建时间。
13254
- 注意:此字段可能返回 null,表示取不到有效值。
13255
13149
  :rtype: str
13256
13150
  """
13257
13151
  return self._CreateTime
@@ -13367,28 +13261,20 @@ class EventInfo(AbstractModel):
13367
13261
  def __init__(self):
13368
13262
  r"""
13369
13263
  :param _ParamName: 参数名
13370
- 注意:此字段可能返回 null,表示取不到有效值。
13371
13264
  :type ParamName: str
13372
13265
  :param _OldValue: 原参数值
13373
- 注意:此字段可能返回 null,表示取不到有效值。
13374
13266
  :type OldValue: str
13375
13267
  :param _NewValue: 本次修改期望参数值
13376
- 注意:此字段可能返回 null,表示取不到有效值。
13377
13268
  :type NewValue: str
13378
13269
  :param _ModifyTime: 后台参数修改开始时间
13379
- 注意:此字段可能返回 null,表示取不到有效值。
13380
13270
  :type ModifyTime: str
13381
13271
  :param _EffectiveTime: 后台参数生效开始时间
13382
- 注意:此字段可能返回 null,表示取不到有效值。
13383
13272
  :type EffectiveTime: str
13384
13273
  :param _State: 修改状态
13385
- 注意:此字段可能返回 null,表示取不到有效值。
13386
13274
  :type State: str
13387
13275
  :param _Operator: 操作者(一般为用户sub UIN)
13388
- 注意:此字段可能返回 null,表示取不到有效值。
13389
13276
  :type Operator: str
13390
13277
  :param _EventLog: 时间日志。
13391
- 注意:此字段可能返回 null,表示取不到有效值。
13392
13278
  :type EventLog: str
13393
13279
  """
13394
13280
  self._ParamName = None
@@ -13403,7 +13289,6 @@ class EventInfo(AbstractModel):
13403
13289
  @property
13404
13290
  def ParamName(self):
13405
13291
  """参数名
13406
- 注意:此字段可能返回 null,表示取不到有效值。
13407
13292
  :rtype: str
13408
13293
  """
13409
13294
  return self._ParamName
@@ -13415,7 +13300,6 @@ class EventInfo(AbstractModel):
13415
13300
  @property
13416
13301
  def OldValue(self):
13417
13302
  """原参数值
13418
- 注意:此字段可能返回 null,表示取不到有效值。
13419
13303
  :rtype: str
13420
13304
  """
13421
13305
  return self._OldValue
@@ -13427,7 +13311,6 @@ class EventInfo(AbstractModel):
13427
13311
  @property
13428
13312
  def NewValue(self):
13429
13313
  """本次修改期望参数值
13430
- 注意:此字段可能返回 null,表示取不到有效值。
13431
13314
  :rtype: str
13432
13315
  """
13433
13316
  return self._NewValue
@@ -13439,7 +13322,6 @@ class EventInfo(AbstractModel):
13439
13322
  @property
13440
13323
  def ModifyTime(self):
13441
13324
  """后台参数修改开始时间
13442
- 注意:此字段可能返回 null,表示取不到有效值。
13443
13325
  :rtype: str
13444
13326
  """
13445
13327
  return self._ModifyTime
@@ -13451,7 +13333,6 @@ class EventInfo(AbstractModel):
13451
13333
  @property
13452
13334
  def EffectiveTime(self):
13453
13335
  """后台参数生效开始时间
13454
- 注意:此字段可能返回 null,表示取不到有效值。
13455
13336
  :rtype: str
13456
13337
  """
13457
13338
  return self._EffectiveTime
@@ -13463,7 +13344,6 @@ class EventInfo(AbstractModel):
13463
13344
  @property
13464
13345
  def State(self):
13465
13346
  """修改状态
13466
- 注意:此字段可能返回 null,表示取不到有效值。
13467
13347
  :rtype: str
13468
13348
  """
13469
13349
  return self._State
@@ -13475,7 +13355,6 @@ class EventInfo(AbstractModel):
13475
13355
  @property
13476
13356
  def Operator(self):
13477
13357
  """操作者(一般为用户sub UIN)
13478
- 注意:此字段可能返回 null,表示取不到有效值。
13479
13358
  :rtype: str
13480
13359
  """
13481
13360
  return self._Operator
@@ -13487,7 +13366,6 @@ class EventInfo(AbstractModel):
13487
13366
  @property
13488
13367
  def EventLog(self):
13489
13368
  """时间日志。
13490
- 注意:此字段可能返回 null,表示取不到有效值。
13491
13369
  :rtype: str
13492
13370
  """
13493
13371
  return self._EventLog
@@ -13524,13 +13402,10 @@ class EventItem(AbstractModel):
13524
13402
  def __init__(self):
13525
13403
  r"""
13526
13404
  :param _ParamName: 参数名
13527
- 注意:此字段可能返回 null,表示取不到有效值。
13528
13405
  :type ParamName: str
13529
13406
  :param _EventCount: 修改事件数
13530
- 注意:此字段可能返回 null,表示取不到有效值。
13531
13407
  :type EventCount: int
13532
13408
  :param _EventDetail: 修改时间详情
13533
- 注意:此字段可能返回 null,表示取不到有效值。
13534
13409
  :type EventDetail: list of EventInfo
13535
13410
  """
13536
13411
  self._ParamName = None
@@ -13540,7 +13415,6 @@ class EventItem(AbstractModel):
13540
13415
  @property
13541
13416
  def ParamName(self):
13542
13417
  """参数名
13543
- 注意:此字段可能返回 null,表示取不到有效值。
13544
13418
  :rtype: str
13545
13419
  """
13546
13420
  return self._ParamName
@@ -13552,7 +13426,6 @@ class EventItem(AbstractModel):
13552
13426
  @property
13553
13427
  def EventCount(self):
13554
13428
  """修改事件数
13555
- 注意:此字段可能返回 null,表示取不到有效值。
13556
13429
  :rtype: int
13557
13430
  """
13558
13431
  return self._EventCount
@@ -13564,7 +13437,6 @@ class EventItem(AbstractModel):
13564
13437
  @property
13565
13438
  def EventDetail(self):
13566
13439
  """修改时间详情
13567
- 注意:此字段可能返回 null,表示取不到有效值。
13568
13440
  :rtype: list of EventInfo
13569
13441
  """
13570
13442
  return self._EventDetail
@@ -17233,28 +17105,20 @@ class NetworkAccess(AbstractModel):
17233
17105
  def __init__(self):
17234
17106
  r"""
17235
17107
  :param _ResourceId: 网络资源id,实例id或RO组id
17236
- 注意:此字段可能返回 null,表示取不到有效值。
17237
17108
  :type ResourceId: str
17238
17109
  :param _ResourceType: 资源类型,1-实例 2-RO组
17239
- 注意:此字段可能返回 null,表示取不到有效值。
17240
17110
  :type ResourceType: int
17241
17111
  :param _VpcId: 私有网络ID
17242
- 注意:此字段可能返回 null,表示取不到有效值。
17243
17112
  :type VpcId: str
17244
17113
  :param _Vip: IPV4地址
17245
- 注意:此字段可能返回 null,表示取不到有效值。
17246
17114
  :type Vip: str
17247
17115
  :param _Vip6: IPV6地址
17248
- 注意:此字段可能返回 null,表示取不到有效值。
17249
17116
  :type Vip6: str
17250
17117
  :param _Vport: 访问端口
17251
- 注意:此字段可能返回 null,表示取不到有效值。
17252
17118
  :type Vport: int
17253
17119
  :param _SubnetId: 子网ID
17254
- 注意:此字段可能返回 null,表示取不到有效值。
17255
17120
  :type SubnetId: str
17256
17121
  :param _VpcStatus: 网络状态,1-申请中,2-使用中,3-删除中,4-已删除
17257
- 注意:此字段可能返回 null,表示取不到有效值。
17258
17122
  :type VpcStatus: int
17259
17123
  """
17260
17124
  self._ResourceId = None
@@ -17269,7 +17133,6 @@ class NetworkAccess(AbstractModel):
17269
17133
  @property
17270
17134
  def ResourceId(self):
17271
17135
  """网络资源id,实例id或RO组id
17272
- 注意:此字段可能返回 null,表示取不到有效值。
17273
17136
  :rtype: str
17274
17137
  """
17275
17138
  return self._ResourceId
@@ -17281,7 +17144,6 @@ class NetworkAccess(AbstractModel):
17281
17144
  @property
17282
17145
  def ResourceType(self):
17283
17146
  """资源类型,1-实例 2-RO组
17284
- 注意:此字段可能返回 null,表示取不到有效值。
17285
17147
  :rtype: int
17286
17148
  """
17287
17149
  return self._ResourceType
@@ -17293,7 +17155,6 @@ class NetworkAccess(AbstractModel):
17293
17155
  @property
17294
17156
  def VpcId(self):
17295
17157
  """私有网络ID
17296
- 注意:此字段可能返回 null,表示取不到有效值。
17297
17158
  :rtype: str
17298
17159
  """
17299
17160
  return self._VpcId
@@ -17305,7 +17166,6 @@ class NetworkAccess(AbstractModel):
17305
17166
  @property
17306
17167
  def Vip(self):
17307
17168
  """IPV4地址
17308
- 注意:此字段可能返回 null,表示取不到有效值。
17309
17169
  :rtype: str
17310
17170
  """
17311
17171
  return self._Vip
@@ -17317,7 +17177,6 @@ class NetworkAccess(AbstractModel):
17317
17177
  @property
17318
17178
  def Vip6(self):
17319
17179
  """IPV6地址
17320
- 注意:此字段可能返回 null,表示取不到有效值。
17321
17180
  :rtype: str
17322
17181
  """
17323
17182
  return self._Vip6
@@ -17329,7 +17188,6 @@ class NetworkAccess(AbstractModel):
17329
17188
  @property
17330
17189
  def Vport(self):
17331
17190
  """访问端口
17332
- 注意:此字段可能返回 null,表示取不到有效值。
17333
17191
  :rtype: int
17334
17192
  """
17335
17193
  return self._Vport
@@ -17341,7 +17199,6 @@ class NetworkAccess(AbstractModel):
17341
17199
  @property
17342
17200
  def SubnetId(self):
17343
17201
  """子网ID
17344
- 注意:此字段可能返回 null,表示取不到有效值。
17345
17202
  :rtype: str
17346
17203
  """
17347
17204
  return self._SubnetId
@@ -17353,7 +17210,6 @@ class NetworkAccess(AbstractModel):
17353
17210
  @property
17354
17211
  def VpcStatus(self):
17355
17212
  """网络状态,1-申请中,2-使用中,3-删除中,4-已删除
17356
- 注意:此字段可能返回 null,表示取不到有效值。
17357
17213
  :rtype: int
17358
17214
  """
17359
17215
  return self._VpcStatus
@@ -19323,7 +19179,6 @@ class RegionInfo(AbstractModel):
19323
19179
  :param _RegionState: 可用状态,UNAVAILABLE表示不可用,AVAILABLE表示可用
19324
19180
  :type RegionState: str
19325
19181
  :param _SupportInternational: 该地域是否支持国际站售卖,0:不支持,1:支持
19326
- 注意:此字段可能返回 null,表示取不到有效值。
19327
19182
  :type SupportInternational: int
19328
19183
  """
19329
19184
  self._Region = None
@@ -19379,7 +19234,6 @@ class RegionInfo(AbstractModel):
19379
19234
  @property
19380
19235
  def SupportInternational(self):
19381
19236
  """该地域是否支持国际站售卖,0:不支持,1:支持
19382
- 注意:此字段可能返回 null,表示取不到有效值。
19383
19237
  :rtype: int
19384
19238
  """
19385
19239
  return self._SupportInternational
@@ -20059,13 +19913,10 @@ class ServerlessDBAccount(AbstractModel):
20059
19913
  def __init__(self):
20060
19914
  r"""
20061
19915
  :param _DBUser: 用户名
20062
- 注意:此字段可能返回 null,表示取不到有效值。
20063
19916
  :type DBUser: str
20064
19917
  :param _DBPassword: 密码
20065
- 注意:此字段可能返回 null,表示取不到有效值。
20066
19918
  :type DBPassword: str
20067
19919
  :param _DBConnLimit: 连接数限制
20068
- 注意:此字段可能返回 null,表示取不到有效值。
20069
19920
  :type DBConnLimit: int
20070
19921
  """
20071
19922
  self._DBUser = None
@@ -20075,7 +19926,6 @@ class ServerlessDBAccount(AbstractModel):
20075
19926
  @property
20076
19927
  def DBUser(self):
20077
19928
  """用户名
20078
- 注意:此字段可能返回 null,表示取不到有效值。
20079
19929
  :rtype: str
20080
19930
  """
20081
19931
  return self._DBUser
@@ -20087,7 +19937,6 @@ class ServerlessDBAccount(AbstractModel):
20087
19937
  @property
20088
19938
  def DBPassword(self):
20089
19939
  """密码
20090
- 注意:此字段可能返回 null,表示取不到有效值。
20091
19940
  :rtype: str
20092
19941
  """
20093
19942
  return self._DBPassword
@@ -20099,7 +19948,6 @@ class ServerlessDBAccount(AbstractModel):
20099
19948
  @property
20100
19949
  def DBConnLimit(self):
20101
19950
  """连接数限制
20102
- 注意:此字段可能返回 null,表示取不到有效值。
20103
19951
  :rtype: int
20104
19952
  """
20105
19953
  return self._DBConnLimit
@@ -20131,55 +19979,38 @@ class ServerlessDBInstance(AbstractModel):
20131
19979
  def __init__(self):
20132
19980
  r"""
20133
19981
  :param _DBInstanceId: 实例id,唯一标识符
20134
- 注意:此字段可能返回 null,表示取不到有效值。
20135
19982
  :type DBInstanceId: str
20136
19983
  :param _DBInstanceName: 实例名称
20137
- 注意:此字段可能返回 null,表示取不到有效值。
20138
19984
  :type DBInstanceName: str
20139
19985
  :param _DBInstanceStatus: 实例状态
20140
- 注意:此字段可能返回 null,表示取不到有效值。
20141
19986
  :type DBInstanceStatus: str
20142
19987
  :param _Region: 地域
20143
- 注意:此字段可能返回 null,表示取不到有效值。
20144
19988
  :type Region: str
20145
19989
  :param _Zone: 可用区
20146
- 注意:此字段可能返回 null,表示取不到有效值。
20147
19990
  :type Zone: str
20148
19991
  :param _ProjectId: 项目id
20149
- 注意:此字段可能返回 null,表示取不到有效值。
20150
19992
  :type ProjectId: int
20151
19993
  :param _VpcId: 私有网络Id
20152
- 注意:此字段可能返回 null,表示取不到有效值。
20153
19994
  :type VpcId: str
20154
19995
  :param _SubnetId: 子网id
20155
- 注意:此字段可能返回 null,表示取不到有效值。
20156
19996
  :type SubnetId: str
20157
19997
  :param _DBCharset: 字符集
20158
- 注意:此字段可能返回 null,表示取不到有效值。
20159
19998
  :type DBCharset: str
20160
19999
  :param _DBVersion: 数据库版本
20161
- 注意:此字段可能返回 null,表示取不到有效值。
20162
20000
  :type DBVersion: str
20163
20001
  :param _CreateTime: 创建时间
20164
- 注意:此字段可能返回 null,表示取不到有效值。
20165
20002
  :type CreateTime: str
20166
20003
  :param _DBInstanceNetInfo: 实例网络信息
20167
- 注意:此字段可能返回 null,表示取不到有效值。
20168
20004
  :type DBInstanceNetInfo: list of ServerlessDBInstanceNetInfo
20169
20005
  :param _DBAccountSet: 实例账户信息
20170
- 注意:此字段可能返回 null,表示取不到有效值。
20171
20006
  :type DBAccountSet: list of ServerlessDBAccount
20172
20007
  :param _DBDatabaseList: 实例下的db信息
20173
- 注意:此字段可能返回 null,表示取不到有效值。
20174
20008
  :type DBDatabaseList: list of str
20175
20009
  :param _TagList: 实例绑定的标签数组
20176
- 注意:此字段可能返回 null,表示取不到有效值。
20177
20010
  :type TagList: list of Tag
20178
20011
  :param _DBKernelVersion: 数据库内核版本
20179
- 注意:此字段可能返回 null,表示取不到有效值。
20180
20012
  :type DBKernelVersion: str
20181
20013
  :param _DBMajorVersion: 数据库主要版本
20182
- 注意:此字段可能返回 null,表示取不到有效值。
20183
20014
  :type DBMajorVersion: str
20184
20015
  """
20185
20016
  self._DBInstanceId = None
@@ -20203,7 +20034,6 @@ class ServerlessDBInstance(AbstractModel):
20203
20034
  @property
20204
20035
  def DBInstanceId(self):
20205
20036
  """实例id,唯一标识符
20206
- 注意:此字段可能返回 null,表示取不到有效值。
20207
20037
  :rtype: str
20208
20038
  """
20209
20039
  return self._DBInstanceId
@@ -20215,7 +20045,6 @@ class ServerlessDBInstance(AbstractModel):
20215
20045
  @property
20216
20046
  def DBInstanceName(self):
20217
20047
  """实例名称
20218
- 注意:此字段可能返回 null,表示取不到有效值。
20219
20048
  :rtype: str
20220
20049
  """
20221
20050
  return self._DBInstanceName
@@ -20227,7 +20056,6 @@ class ServerlessDBInstance(AbstractModel):
20227
20056
  @property
20228
20057
  def DBInstanceStatus(self):
20229
20058
  """实例状态
20230
- 注意:此字段可能返回 null,表示取不到有效值。
20231
20059
  :rtype: str
20232
20060
  """
20233
20061
  return self._DBInstanceStatus
@@ -20239,7 +20067,6 @@ class ServerlessDBInstance(AbstractModel):
20239
20067
  @property
20240
20068
  def Region(self):
20241
20069
  """地域
20242
- 注意:此字段可能返回 null,表示取不到有效值。
20243
20070
  :rtype: str
20244
20071
  """
20245
20072
  return self._Region
@@ -20251,7 +20078,6 @@ class ServerlessDBInstance(AbstractModel):
20251
20078
  @property
20252
20079
  def Zone(self):
20253
20080
  """可用区
20254
- 注意:此字段可能返回 null,表示取不到有效值。
20255
20081
  :rtype: str
20256
20082
  """
20257
20083
  return self._Zone
@@ -20263,7 +20089,6 @@ class ServerlessDBInstance(AbstractModel):
20263
20089
  @property
20264
20090
  def ProjectId(self):
20265
20091
  """项目id
20266
- 注意:此字段可能返回 null,表示取不到有效值。
20267
20092
  :rtype: int
20268
20093
  """
20269
20094
  return self._ProjectId
@@ -20275,7 +20100,6 @@ class ServerlessDBInstance(AbstractModel):
20275
20100
  @property
20276
20101
  def VpcId(self):
20277
20102
  """私有网络Id
20278
- 注意:此字段可能返回 null,表示取不到有效值。
20279
20103
  :rtype: str
20280
20104
  """
20281
20105
  return self._VpcId
@@ -20287,7 +20111,6 @@ class ServerlessDBInstance(AbstractModel):
20287
20111
  @property
20288
20112
  def SubnetId(self):
20289
20113
  """子网id
20290
- 注意:此字段可能返回 null,表示取不到有效值。
20291
20114
  :rtype: str
20292
20115
  """
20293
20116
  return self._SubnetId
@@ -20299,7 +20122,6 @@ class ServerlessDBInstance(AbstractModel):
20299
20122
  @property
20300
20123
  def DBCharset(self):
20301
20124
  """字符集
20302
- 注意:此字段可能返回 null,表示取不到有效值。
20303
20125
  :rtype: str
20304
20126
  """
20305
20127
  return self._DBCharset
@@ -20311,7 +20133,6 @@ class ServerlessDBInstance(AbstractModel):
20311
20133
  @property
20312
20134
  def DBVersion(self):
20313
20135
  """数据库版本
20314
- 注意:此字段可能返回 null,表示取不到有效值。
20315
20136
  :rtype: str
20316
20137
  """
20317
20138
  return self._DBVersion
@@ -20323,7 +20144,6 @@ class ServerlessDBInstance(AbstractModel):
20323
20144
  @property
20324
20145
  def CreateTime(self):
20325
20146
  """创建时间
20326
- 注意:此字段可能返回 null,表示取不到有效值。
20327
20147
  :rtype: str
20328
20148
  """
20329
20149
  return self._CreateTime
@@ -20335,7 +20155,6 @@ class ServerlessDBInstance(AbstractModel):
20335
20155
  @property
20336
20156
  def DBInstanceNetInfo(self):
20337
20157
  """实例网络信息
20338
- 注意:此字段可能返回 null,表示取不到有效值。
20339
20158
  :rtype: list of ServerlessDBInstanceNetInfo
20340
20159
  """
20341
20160
  return self._DBInstanceNetInfo
@@ -20347,7 +20166,6 @@ class ServerlessDBInstance(AbstractModel):
20347
20166
  @property
20348
20167
  def DBAccountSet(self):
20349
20168
  """实例账户信息
20350
- 注意:此字段可能返回 null,表示取不到有效值。
20351
20169
  :rtype: list of ServerlessDBAccount
20352
20170
  """
20353
20171
  return self._DBAccountSet
@@ -20359,7 +20177,6 @@ class ServerlessDBInstance(AbstractModel):
20359
20177
  @property
20360
20178
  def DBDatabaseList(self):
20361
20179
  """实例下的db信息
20362
- 注意:此字段可能返回 null,表示取不到有效值。
20363
20180
  :rtype: list of str
20364
20181
  """
20365
20182
  return self._DBDatabaseList
@@ -20371,7 +20188,6 @@ class ServerlessDBInstance(AbstractModel):
20371
20188
  @property
20372
20189
  def TagList(self):
20373
20190
  """实例绑定的标签数组
20374
- 注意:此字段可能返回 null,表示取不到有效值。
20375
20191
  :rtype: list of Tag
20376
20192
  """
20377
20193
  return self._TagList
@@ -20383,7 +20199,6 @@ class ServerlessDBInstance(AbstractModel):
20383
20199
  @property
20384
20200
  def DBKernelVersion(self):
20385
20201
  """数据库内核版本
20386
- 注意:此字段可能返回 null,表示取不到有效值。
20387
20202
  :rtype: str
20388
20203
  """
20389
20204
  return self._DBKernelVersion
@@ -20395,7 +20210,6 @@ class ServerlessDBInstance(AbstractModel):
20395
20210
  @property
20396
20211
  def DBMajorVersion(self):
20397
20212
  """数据库主要版本
20398
- 注意:此字段可能返回 null,表示取不到有效值。
20399
20213
  :rtype: str
20400
20214
  """
20401
20215
  return self._DBMajorVersion
@@ -20456,19 +20270,14 @@ class ServerlessDBInstanceNetInfo(AbstractModel):
20456
20270
  def __init__(self):
20457
20271
  r"""
20458
20272
  :param _Address: 地址
20459
- 注意:此字段可能返回 null,表示取不到有效值。
20460
20273
  :type Address: str
20461
20274
  :param _Ip: ip地址
20462
- 注意:此字段可能返回 null,表示取不到有效值。
20463
20275
  :type Ip: str
20464
20276
  :param _Port: 端口号
20465
- 注意:此字段可能返回 null,表示取不到有效值。
20466
20277
  :type Port: int
20467
20278
  :param _Status: 状态
20468
- 注意:此字段可能返回 null,表示取不到有效值。
20469
20279
  :type Status: str
20470
20280
  :param _NetType: 网络类型
20471
- 注意:此字段可能返回 null,表示取不到有效值。
20472
20281
  :type NetType: str
20473
20282
  """
20474
20283
  self._Address = None
@@ -20480,7 +20289,6 @@ class ServerlessDBInstanceNetInfo(AbstractModel):
20480
20289
  @property
20481
20290
  def Address(self):
20482
20291
  """地址
20483
- 注意:此字段可能返回 null,表示取不到有效值。
20484
20292
  :rtype: str
20485
20293
  """
20486
20294
  return self._Address
@@ -20492,7 +20300,6 @@ class ServerlessDBInstanceNetInfo(AbstractModel):
20492
20300
  @property
20493
20301
  def Ip(self):
20494
20302
  """ip地址
20495
- 注意:此字段可能返回 null,表示取不到有效值。
20496
20303
  :rtype: str
20497
20304
  """
20498
20305
  return self._Ip
@@ -20504,7 +20311,6 @@ class ServerlessDBInstanceNetInfo(AbstractModel):
20504
20311
  @property
20505
20312
  def Port(self):
20506
20313
  """端口号
20507
- 注意:此字段可能返回 null,表示取不到有效值。
20508
20314
  :rtype: int
20509
20315
  """
20510
20316
  return self._Port
@@ -20516,7 +20322,6 @@ class ServerlessDBInstanceNetInfo(AbstractModel):
20516
20322
  @property
20517
20323
  def Status(self):
20518
20324
  """状态
20519
- 注意:此字段可能返回 null,表示取不到有效值。
20520
20325
  :rtype: str
20521
20326
  """
20522
20327
  return self._Status
@@ -20528,7 +20333,6 @@ class ServerlessDBInstanceNetInfo(AbstractModel):
20528
20333
  @property
20529
20334
  def NetType(self):
20530
20335
  """网络类型
20531
- 注意:此字段可能返回 null,表示取不到有效值。
20532
20336
  :rtype: str
20533
20337
  """
20534
20338
  return self._NetType
@@ -20733,7 +20537,6 @@ class SpecInfo(AbstractModel):
20733
20537
  :param _SpecItemInfoList: 规格详细信息列表
20734
20538
  :type SpecItemInfoList: list of SpecItemInfo
20735
20539
  :param _SupportKMSRegions: 支持KMS的地域
20736
- 注意:此字段可能返回 null,表示取不到有效值。
20737
20540
  :type SupportKMSRegions: list of str
20738
20541
  """
20739
20542
  self._Region = None
@@ -20777,7 +20580,6 @@ class SpecInfo(AbstractModel):
20777
20580
  @property
20778
20581
  def SupportKMSRegions(self):
20779
20582
  """支持KMS的地域
20780
- 注意:此字段可能返回 null,表示取不到有效值。
20781
20583
  :rtype: list of str
20782
20584
  """
20783
20585
  return self._SupportKMSRegions
@@ -20835,13 +20637,10 @@ class SpecItemInfo(AbstractModel):
20835
20637
  :param _Type: 机器类型
20836
20638
  :type Type: str
20837
20639
  :param _MajorVersion: PostgreSQL的主要版本编号
20838
- 注意:此字段可能返回 null,表示取不到有效值。
20839
20640
  :type MajorVersion: str
20840
20641
  :param _KernelVersion: PostgreSQL的内核版本编号
20841
- 注意:此字段可能返回 null,表示取不到有效值。
20842
20642
  :type KernelVersion: str
20843
20643
  :param _IsSupportTDE: 是否支持TDE数据加密功能,0-不支持,1-支持
20844
- 注意:此字段可能返回 null,表示取不到有效值。
20845
20644
  :type IsSupportTDE: int
20846
20645
  """
20847
20646
  self._SpecCode = None
@@ -20971,7 +20770,6 @@ class SpecItemInfo(AbstractModel):
20971
20770
  @property
20972
20771
  def MajorVersion(self):
20973
20772
  """PostgreSQL的主要版本编号
20974
- 注意:此字段可能返回 null,表示取不到有效值。
20975
20773
  :rtype: str
20976
20774
  """
20977
20775
  return self._MajorVersion
@@ -20983,7 +20781,6 @@ class SpecItemInfo(AbstractModel):
20983
20781
  @property
20984
20782
  def KernelVersion(self):
20985
20783
  """PostgreSQL的内核版本编号
20986
- 注意:此字段可能返回 null,表示取不到有效值。
20987
20784
  :rtype: str
20988
20785
  """
20989
20786
  return self._KernelVersion
@@ -20995,7 +20792,6 @@ class SpecItemInfo(AbstractModel):
20995
20792
  @property
20996
20793
  def IsSupportTDE(self):
20997
20794
  """是否支持TDE数据加密功能,0-不支持,1-支持
20998
- 注意:此字段可能返回 null,表示取不到有效值。
20999
20795
  :rtype: int
21000
20796
  """
21001
20797
  return self._IsSupportTDE
@@ -21222,29 +21018,22 @@ class TaskDetail(AbstractModel):
21222
21018
  def __init__(self):
21223
21019
  r"""
21224
21020
  :param _CurrentStep: 当前执行的子任务步骤名称。
21225
- 注意:此字段可能返回 null,表示取不到有效值。
21226
21021
  :type CurrentStep: str
21227
21022
  :param _AllSteps: 当前任务所拥有的子步骤描述。
21228
- 注意:此字段可能返回 null,表示取不到有效值。
21229
21023
  :type AllSteps: str
21230
21024
  :param _Input: 任务的输入参数。
21231
- 注意:此字段可能返回 null,表示取不到有效值。
21232
21025
  :type Input: str
21233
21026
  :param _Output: 任务的输出参数。
21234
- 注意:此字段可能返回 null,表示取不到有效值。
21235
21027
  :type Output: str
21236
21028
  :param _SwitchTag: 指定实例配置完成变更后的切换时间,默认值:0
21237
21029
  0: 此任务不需要切换
21238
21030
  1:立即切换
21239
21031
  2:指定时间切换
21240
21032
  3:维护时间窗口内切换。
21241
- 注意:此字段可能返回 null,表示取不到有效值。
21242
21033
  :type SwitchTag: int
21243
21034
  :param _SwitchTime: 指定的切换时间。
21244
- 注意:此字段可能返回 null,表示取不到有效值。
21245
21035
  :type SwitchTime: str
21246
21036
  :param _Message: 任务的提示信息。
21247
- 注意:此字段可能返回 null,表示取不到有效值。
21248
21037
  :type Message: str
21249
21038
  """
21250
21039
  self._CurrentStep = None
@@ -21258,7 +21047,6 @@ class TaskDetail(AbstractModel):
21258
21047
  @property
21259
21048
  def CurrentStep(self):
21260
21049
  """当前执行的子任务步骤名称。
21261
- 注意:此字段可能返回 null,表示取不到有效值。
21262
21050
  :rtype: str
21263
21051
  """
21264
21052
  return self._CurrentStep
@@ -21270,7 +21058,6 @@ class TaskDetail(AbstractModel):
21270
21058
  @property
21271
21059
  def AllSteps(self):
21272
21060
  """当前任务所拥有的子步骤描述。
21273
- 注意:此字段可能返回 null,表示取不到有效值。
21274
21061
  :rtype: str
21275
21062
  """
21276
21063
  return self._AllSteps
@@ -21282,7 +21069,6 @@ class TaskDetail(AbstractModel):
21282
21069
  @property
21283
21070
  def Input(self):
21284
21071
  """任务的输入参数。
21285
- 注意:此字段可能返回 null,表示取不到有效值。
21286
21072
  :rtype: str
21287
21073
  """
21288
21074
  return self._Input
@@ -21294,7 +21080,6 @@ class TaskDetail(AbstractModel):
21294
21080
  @property
21295
21081
  def Output(self):
21296
21082
  """任务的输出参数。
21297
- 注意:此字段可能返回 null,表示取不到有效值。
21298
21083
  :rtype: str
21299
21084
  """
21300
21085
  return self._Output
@@ -21310,7 +21095,6 @@ class TaskDetail(AbstractModel):
21310
21095
  1:立即切换
21311
21096
  2:指定时间切换
21312
21097
  3:维护时间窗口内切换。
21313
- 注意:此字段可能返回 null,表示取不到有效值。
21314
21098
  :rtype: int
21315
21099
  """
21316
21100
  return self._SwitchTag
@@ -21322,7 +21106,6 @@ class TaskDetail(AbstractModel):
21322
21106
  @property
21323
21107
  def SwitchTime(self):
21324
21108
  """指定的切换时间。
21325
- 注意:此字段可能返回 null,表示取不到有效值。
21326
21109
  :rtype: str
21327
21110
  """
21328
21111
  return self._SwitchTime
@@ -21334,7 +21117,6 @@ class TaskDetail(AbstractModel):
21334
21117
  @property
21335
21118
  def Message(self):
21336
21119
  """任务的提示信息。
21337
- 注意:此字段可能返回 null,表示取不到有效值。
21338
21120
  :rtype: str
21339
21121
  """
21340
21122
  return self._Message
@@ -21378,14 +21160,12 @@ class TaskSet(AbstractModel):
21378
21160
  :param _StartTime: 任务的开始时间。
21379
21161
  :type StartTime: str
21380
21162
  :param _EndTime: 任务的结束时间。
21381
- 注意:此字段可能返回 null,表示取不到有效值。
21382
21163
  :type EndTime: str
21383
21164
  :param _Status: 任务的运行状态,包括Running,Success,WaitSwitch,Fail,Pause。
21384
21165
  :type Status: str
21385
21166
  :param _Progress: 任务的执行进度,取值范围0-100。
21386
21167
  :type Progress: int
21387
21168
  :param _TaskDetail: 任务的详情信息
21388
- 注意:此字段可能返回 null,表示取不到有效值。
21389
21169
  :type TaskDetail: :class:`tencentcloud.postgres.v20170312.models.TaskDetail`
21390
21170
  """
21391
21171
  self._TaskId = None
@@ -21444,7 +21224,6 @@ class TaskSet(AbstractModel):
21444
21224
  @property
21445
21225
  def EndTime(self):
21446
21226
  """任务的结束时间。
21447
- 注意:此字段可能返回 null,表示取不到有效值。
21448
21227
  :rtype: str
21449
21228
  """
21450
21229
  return self._EndTime
@@ -21478,7 +21257,6 @@ class TaskSet(AbstractModel):
21478
21257
  @property
21479
21258
  def TaskDetail(self):
21480
21259
  """任务的详情信息
21481
- 注意:此字段可能返回 null,表示取不到有效值。
21482
21260
  :rtype: :class:`tencentcloud.postgres.v20170312.models.TaskDetail`
21483
21261
  """
21484
21262
  return self._TaskDetail