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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/antiddos/v20200309/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +6 -2
- tencentcloud/billing/v20180709/models.py +0 -14
- tencentcloud/cbs/v20170312/models.py +0 -20
- tencentcloud/cdb/v20170320/cdb_client.py +23 -0
- tencentcloud/cdb/v20170320/models.py +117 -0
- tencentcloud/cdwch/v20200915/models.py +0 -110
- tencentcloud/ckafka/v20190819/models.py +0 -260
- tencentcloud/clb/v20180317/models.py +49 -20
- tencentcloud/cls/v20201016/cls_client.py +0 -92
- tencentcloud/cls/v20201016/models.py +74 -1145
- tencentcloud/cvm/v20170312/models.py +15 -0
- tencentcloud/cynosdb/v20190107/models.py +2 -86
- tencentcloud/dbbrain/v20191016/models.py +0 -36
- tencentcloud/dbbrain/v20210527/models.py +0 -106
- tencentcloud/dcdb/v20180411/models.py +0 -48
- tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
- tencentcloud/dnspod/v20210323/models.py +724 -0
- tencentcloud/domain/v20180808/models.py +0 -8
- tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
- tencentcloud/dsgc/v20190723/models.py +0 -34
- tencentcloud/ess/v20201111/models.py +4 -2
- tencentcloud/essbasic/v20210526/models.py +4 -2
- tencentcloud/fmu/v20191213/errorcodes.py +3 -0
- tencentcloud/fmu/v20191213/models.py +4 -4
- tencentcloud/goosefs/v20220519/models.py +0 -2
- tencentcloud/gwlb/v20240906/models.py +4 -4
- tencentcloud/hai/v20230812/errorcodes.py +1 -1
- tencentcloud/iotcloud/v20210408/models.py +2 -4
- tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +15 -404
- tencentcloud/lighthouse/v20200324/models.py +12 -20
- tencentcloud/lke/v20231130/models.py +15 -0
- tencentcloud/lowcode/v20210108/models.py +0 -2
- tencentcloud/mariadb/v20170312/models.py +0 -38
- tencentcloud/mmps/v20200710/models.py +0 -56
- tencentcloud/monitor/v20180724/models.py +251 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mps/v20190612/errorcodes.py +34 -0
- tencentcloud/mps/v20190612/models.py +4129 -429
- tencentcloud/mps/v20190612/mps_client.py +208 -0
- tencentcloud/postgres/v20170312/models.py +0 -222
- tencentcloud/postgres/v20170312/postgres_client.py +5 -5
- tencentcloud/redis/v20180412/models.py +64 -0
- tencentcloud/redis/v20180412/redis_client.py +23 -0
- tencentcloud/svp/v20240125/models.py +0 -42
- tencentcloud/tcb/v20180608/models.py +109 -348
- tencentcloud/tcb/v20180608/tcb_client.py +23 -23
- tencentcloud/tcss/v20201101/models.py +1813 -2547
- tencentcloud/tcss/v20201101/tcss_client.py +92 -125
- tencentcloud/tdmq/v20200217/models.py +158 -436
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
- tencentcloud/teo/v20220901/models.py +158 -36
- tencentcloud/teo/v20220901/teo_client.py +23 -0
- tencentcloud/thpc/v20211109/models.py +0 -6
- tencentcloud/thpc/v20220401/models.py +0 -6
- tencentcloud/thpc/v20230321/models.py +0 -8
- tencentcloud/tke/v20180525/models.py +0 -54
- tencentcloud/tke/v20220501/models.py +0 -34
- tencentcloud/vpc/v20170312/models.py +0 -34
- tencentcloud/waf/v20180125/models.py +15 -0
- tencentcloud/wedata/v20210820/models.py +122 -0
- tencentcloud/weilingwith/v20230427/models.py +0 -964
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/RECORD +70 -70
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/top_level.txt +0 -0
@@ -8778,6 +8778,8 @@ class DisasterRecoverGroup(AbstractModel):
|
|
8778
8778
|
:type InstanceIds: list of str
|
8779
8779
|
:param _CreateTime: 分散置放群组创建时间。
|
8780
8780
|
:type CreateTime: str
|
8781
|
+
:param _Affinity: 置放群组亲和度
|
8782
|
+
:type Affinity: int
|
8781
8783
|
:param _Tags: 置放群组关联的标签列表。
|
8782
8784
|
:type Tags: list of Tag
|
8783
8785
|
"""
|
@@ -8788,6 +8790,7 @@ class DisasterRecoverGroup(AbstractModel):
|
|
8788
8790
|
self._CurrentNum = None
|
8789
8791
|
self._InstanceIds = None
|
8790
8792
|
self._CreateTime = None
|
8793
|
+
self._Affinity = None
|
8791
8794
|
self._Tags = None
|
8792
8795
|
|
8793
8796
|
@property
|
@@ -8870,6 +8873,17 @@ class DisasterRecoverGroup(AbstractModel):
|
|
8870
8873
|
def CreateTime(self, CreateTime):
|
8871
8874
|
self._CreateTime = CreateTime
|
8872
8875
|
|
8876
|
+
@property
|
8877
|
+
def Affinity(self):
|
8878
|
+
"""置放群组亲和度
|
8879
|
+
:rtype: int
|
8880
|
+
"""
|
8881
|
+
return self._Affinity
|
8882
|
+
|
8883
|
+
@Affinity.setter
|
8884
|
+
def Affinity(self, Affinity):
|
8885
|
+
self._Affinity = Affinity
|
8886
|
+
|
8873
8887
|
@property
|
8874
8888
|
def Tags(self):
|
8875
8889
|
"""置放群组关联的标签列表。
|
@@ -8890,6 +8904,7 @@ class DisasterRecoverGroup(AbstractModel):
|
|
8890
8904
|
self._CurrentNum = params.get("CurrentNum")
|
8891
8905
|
self._InstanceIds = params.get("InstanceIds")
|
8892
8906
|
self._CreateTime = params.get("CreateTime")
|
8907
|
+
self._Affinity = params.get("Affinity")
|
8893
8908
|
if params.get("Tags") is not None:
|
8894
8909
|
self._Tags = []
|
8895
8910
|
for item in params.get("Tags"):
|
@@ -14669,7 +14669,6 @@ class DescribeChangedParamsAfterUpgradeResponse(AbstractModel):
|
|
14669
14669
|
:param _TotalCount: 参数个数
|
14670
14670
|
:type TotalCount: int
|
14671
14671
|
:param _Items: 实例参数列表
|
14672
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14673
14672
|
:type Items: list of ParamItemInfo
|
14674
14673
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14675
14674
|
:type RequestId: str
|
@@ -14692,7 +14691,6 @@ class DescribeChangedParamsAfterUpgradeResponse(AbstractModel):
|
|
14692
14691
|
@property
|
14693
14692
|
def Items(self):
|
14694
14693
|
"""实例参数列表
|
14695
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14696
14694
|
:rtype: list of ParamItemInfo
|
14697
14695
|
"""
|
14698
14696
|
return self._Items
|
@@ -15153,7 +15151,6 @@ class DescribeClusterDetailDatabasesResponse(AbstractModel):
|
|
15153
15151
|
def __init__(self):
|
15154
15152
|
r"""
|
15155
15153
|
:param _DbInfos: 数据库信息
|
15156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15157
15154
|
:type DbInfos: list of DbInfo
|
15158
15155
|
:param _TotalCount: 总数
|
15159
15156
|
:type TotalCount: int
|
@@ -15167,7 +15164,6 @@ class DescribeClusterDetailDatabasesResponse(AbstractModel):
|
|
15167
15164
|
@property
|
15168
15165
|
def DbInfos(self):
|
15169
15166
|
"""数据库信息
|
15170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15171
15167
|
:rtype: list of DbInfo
|
15172
15168
|
"""
|
15173
15169
|
return self._DbInfos
|
@@ -15634,7 +15630,6 @@ class DescribeClusterParamLogsResponse(AbstractModel):
|
|
15634
15630
|
:param _TotalCount: 记录总数
|
15635
15631
|
:type TotalCount: int
|
15636
15632
|
:param _ClusterParamLogs: 参数修改记录
|
15637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15638
15633
|
:type ClusterParamLogs: list of ClusterParamModifyLog
|
15639
15634
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15640
15635
|
:type RequestId: str
|
@@ -15657,7 +15652,6 @@ class DescribeClusterParamLogsResponse(AbstractModel):
|
|
15657
15652
|
@property
|
15658
15653
|
def ClusterParamLogs(self):
|
15659
15654
|
"""参数修改记录
|
15660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15661
15655
|
:rtype: list of ClusterParamModifyLog
|
15662
15656
|
"""
|
15663
15657
|
return self._ClusterParamLogs
|
@@ -15765,7 +15759,6 @@ class DescribeClusterParamsResponse(AbstractModel):
|
|
15765
15759
|
:param _TotalCount: 参数个数
|
15766
15760
|
:type TotalCount: int
|
15767
15761
|
:param _Items: 实例参数列表
|
15768
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15769
15762
|
:type Items: list of ParamInfo
|
15770
15763
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15771
15764
|
:type RequestId: str
|
@@ -15788,7 +15781,6 @@ class DescribeClusterParamsResponse(AbstractModel):
|
|
15788
15781
|
@property
|
15789
15782
|
def Items(self):
|
15790
15783
|
"""实例参数列表
|
15791
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15792
15784
|
:rtype: list of ParamInfo
|
15793
15785
|
"""
|
15794
15786
|
return self._Items
|
@@ -15864,22 +15856,16 @@ class DescribeClusterPasswordComplexityResponse(AbstractModel):
|
|
15864
15856
|
def __init__(self):
|
15865
15857
|
r"""
|
15866
15858
|
:param _ValidatePasswordDictionary: 数据字典参数
|
15867
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15868
15859
|
:type ValidatePasswordDictionary: :class:`tencentcloud.cynosdb.v20190107.models.ParamInfo`
|
15869
15860
|
:param _ValidatePasswordLength: 密码长度
|
15870
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15871
15861
|
:type ValidatePasswordLength: :class:`tencentcloud.cynosdb.v20190107.models.ParamInfo`
|
15872
15862
|
:param _ValidatePasswordMixedCaseCount: 大小写敏感字符个数
|
15873
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15874
15863
|
:type ValidatePasswordMixedCaseCount: :class:`tencentcloud.cynosdb.v20190107.models.ParamInfo`
|
15875
15864
|
:param _ValidatePasswordNumberCount: 数字个数
|
15876
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15877
15865
|
:type ValidatePasswordNumberCount: :class:`tencentcloud.cynosdb.v20190107.models.ParamInfo`
|
15878
15866
|
:param _ValidatePasswordPolicy: 密码等级
|
15879
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15880
15867
|
:type ValidatePasswordPolicy: :class:`tencentcloud.cynosdb.v20190107.models.ParamInfo`
|
15881
15868
|
:param _ValidatePasswordSpecialCharCount: 特殊字符个数
|
15882
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15883
15869
|
:type ValidatePasswordSpecialCharCount: :class:`tencentcloud.cynosdb.v20190107.models.ParamInfo`
|
15884
15870
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15885
15871
|
:type RequestId: str
|
@@ -15895,7 +15881,6 @@ class DescribeClusterPasswordComplexityResponse(AbstractModel):
|
|
15895
15881
|
@property
|
15896
15882
|
def ValidatePasswordDictionary(self):
|
15897
15883
|
"""数据字典参数
|
15898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15899
15884
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.ParamInfo`
|
15900
15885
|
"""
|
15901
15886
|
return self._ValidatePasswordDictionary
|
@@ -15907,7 +15892,6 @@ class DescribeClusterPasswordComplexityResponse(AbstractModel):
|
|
15907
15892
|
@property
|
15908
15893
|
def ValidatePasswordLength(self):
|
15909
15894
|
"""密码长度
|
15910
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15911
15895
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.ParamInfo`
|
15912
15896
|
"""
|
15913
15897
|
return self._ValidatePasswordLength
|
@@ -15919,7 +15903,6 @@ class DescribeClusterPasswordComplexityResponse(AbstractModel):
|
|
15919
15903
|
@property
|
15920
15904
|
def ValidatePasswordMixedCaseCount(self):
|
15921
15905
|
"""大小写敏感字符个数
|
15922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15923
15906
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.ParamInfo`
|
15924
15907
|
"""
|
15925
15908
|
return self._ValidatePasswordMixedCaseCount
|
@@ -15931,7 +15914,6 @@ class DescribeClusterPasswordComplexityResponse(AbstractModel):
|
|
15931
15914
|
@property
|
15932
15915
|
def ValidatePasswordNumberCount(self):
|
15933
15916
|
"""数字个数
|
15934
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15935
15917
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.ParamInfo`
|
15936
15918
|
"""
|
15937
15919
|
return self._ValidatePasswordNumberCount
|
@@ -15943,7 +15925,6 @@ class DescribeClusterPasswordComplexityResponse(AbstractModel):
|
|
15943
15925
|
@property
|
15944
15926
|
def ValidatePasswordPolicy(self):
|
15945
15927
|
"""密码等级
|
15946
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15947
15928
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.ParamInfo`
|
15948
15929
|
"""
|
15949
15930
|
return self._ValidatePasswordPolicy
|
@@ -15955,7 +15936,6 @@ class DescribeClusterPasswordComplexityResponse(AbstractModel):
|
|
15955
15936
|
@property
|
15956
15937
|
def ValidatePasswordSpecialCharCount(self):
|
15957
15938
|
"""特殊字符个数
|
15958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15959
15939
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.ParamInfo`
|
15960
15940
|
"""
|
15961
15941
|
return self._ValidatePasswordSpecialCharCount
|
@@ -16826,10 +16806,8 @@ class DescribeInstanceErrorLogsResponse(AbstractModel):
|
|
16826
16806
|
def __init__(self):
|
16827
16807
|
r"""
|
16828
16808
|
:param _TotalCount: 日志条数
|
16829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16830
16809
|
:type TotalCount: int
|
16831
16810
|
:param _ErrorLogs: 错误日志列表
|
16832
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16833
16811
|
:type ErrorLogs: list of CynosdbErrorLogItem
|
16834
16812
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16835
16813
|
:type RequestId: str
|
@@ -16841,7 +16819,6 @@ class DescribeInstanceErrorLogsResponse(AbstractModel):
|
|
16841
16819
|
@property
|
16842
16820
|
def TotalCount(self):
|
16843
16821
|
"""日志条数
|
16844
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16845
16822
|
:rtype: int
|
16846
16823
|
"""
|
16847
16824
|
return self._TotalCount
|
@@ -16853,7 +16830,6 @@ class DescribeInstanceErrorLogsResponse(AbstractModel):
|
|
16853
16830
|
@property
|
16854
16831
|
def ErrorLogs(self):
|
16855
16832
|
"""错误日志列表
|
16856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16857
16833
|
:rtype: list of CynosdbErrorLogItem
|
16858
16834
|
"""
|
16859
16835
|
return self._ErrorLogs
|
@@ -18716,7 +18692,6 @@ class DescribeProxiesResponse(AbstractModel):
|
|
18716
18692
|
:param _TotalCount: 数据库代理组数
|
18717
18693
|
:type TotalCount: int
|
18718
18694
|
:param _ProxyGroupInfos: 数据库代理组列表
|
18719
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18720
18695
|
:type ProxyGroupInfos: list of ProxyGroupInfo
|
18721
18696
|
:param _ProxyNodeInfos: 数据库代理节点
|
18722
18697
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -18743,7 +18718,6 @@ class DescribeProxiesResponse(AbstractModel):
|
|
18743
18718
|
@property
|
18744
18719
|
def ProxyGroupInfos(self):
|
18745
18720
|
"""数据库代理组列表
|
18746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18747
18721
|
:rtype: list of ProxyGroupInfo
|
18748
18722
|
"""
|
18749
18723
|
return self._ProxyGroupInfos
|
@@ -19424,7 +19398,6 @@ class DescribeResourcePackageListResponse(AbstractModel):
|
|
19424
19398
|
:param _Total: 资源包总数
|
19425
19399
|
:type Total: int
|
19426
19400
|
:param _Detail: 资源包明细
|
19427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19428
19401
|
:type Detail: list of Package
|
19429
19402
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19430
19403
|
:type RequestId: str
|
@@ -19447,7 +19420,6 @@ class DescribeResourcePackageListResponse(AbstractModel):
|
|
19447
19420
|
@property
|
19448
19421
|
def Detail(self):
|
19449
19422
|
"""资源包明细
|
19450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19451
19423
|
:rtype: list of Package
|
19452
19424
|
"""
|
19453
19425
|
return self._Detail
|
@@ -19591,7 +19563,6 @@ class DescribeResourcePackageSaleSpecResponse(AbstractModel):
|
|
19591
19563
|
:param _Total: 可售卖资源包规格总数
|
19592
19564
|
:type Total: int
|
19593
19565
|
:param _Detail: 资源包明细说明
|
19594
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19595
19566
|
:type Detail: list of SalePackageSpec
|
19596
19567
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19597
19568
|
:type RequestId: str
|
@@ -19614,7 +19585,6 @@ class DescribeResourcePackageSaleSpecResponse(AbstractModel):
|
|
19614
19585
|
@property
|
19615
19586
|
def Detail(self):
|
19616
19587
|
"""资源包明细说明
|
19617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19618
19588
|
:rtype: list of SalePackageSpec
|
19619
19589
|
"""
|
19620
19590
|
return self._Detail
|
@@ -19793,10 +19763,8 @@ class DescribeRollbackTimeRangeResponse(AbstractModel):
|
|
19793
19763
|
def __init__(self):
|
19794
19764
|
r"""
|
19795
19765
|
:param _TimeRangeStart: 有效回归时间范围开始时间点(已废弃)
|
19796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19797
19766
|
:type TimeRangeStart: str
|
19798
19767
|
:param _TimeRangeEnd: 有效回归时间范围结束时间点(已废弃)
|
19799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19800
19768
|
:type TimeRangeEnd: str
|
19801
19769
|
:param _RollbackTimeRanges: 可回档时间范围
|
19802
19770
|
:type RollbackTimeRanges: list of RollbackTimeRange
|
@@ -19811,7 +19779,6 @@ class DescribeRollbackTimeRangeResponse(AbstractModel):
|
|
19811
19779
|
@property
|
19812
19780
|
def TimeRangeStart(self):
|
19813
19781
|
"""有效回归时间范围开始时间点(已废弃)
|
19814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19815
19782
|
:rtype: str
|
19816
19783
|
"""
|
19817
19784
|
return self._TimeRangeStart
|
@@ -19823,7 +19790,6 @@ class DescribeRollbackTimeRangeResponse(AbstractModel):
|
|
19823
19790
|
@property
|
19824
19791
|
def TimeRangeEnd(self):
|
19825
19792
|
"""有效回归时间范围结束时间点(已废弃)
|
19826
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19827
19793
|
:rtype: str
|
19828
19794
|
"""
|
19829
19795
|
return self._TimeRangeEnd
|
@@ -20168,10 +20134,8 @@ class DescribeSupportProxyVersionResponse(AbstractModel):
|
|
20168
20134
|
def __init__(self):
|
20169
20135
|
r"""
|
20170
20136
|
:param _SupportProxyVersions: 支持的数据库代理版本集合
|
20171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20172
20137
|
:type SupportProxyVersions: list of str
|
20173
20138
|
:param _CurrentProxyVersion: 当前proxy版本号
|
20174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20175
20139
|
:type CurrentProxyVersion: str
|
20176
20140
|
:param _SupportProxyVersionDetail: 代理版本详情
|
20177
20141
|
:type SupportProxyVersionDetail: list of ProxyVersionInfo
|
@@ -20186,7 +20150,6 @@ class DescribeSupportProxyVersionResponse(AbstractModel):
|
|
20186
20150
|
@property
|
20187
20151
|
def SupportProxyVersions(self):
|
20188
20152
|
"""支持的数据库代理版本集合
|
20189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20190
20153
|
:rtype: list of str
|
20191
20154
|
"""
|
20192
20155
|
return self._SupportProxyVersions
|
@@ -20198,7 +20161,6 @@ class DescribeSupportProxyVersionResponse(AbstractModel):
|
|
20198
20161
|
@property
|
20199
20162
|
def CurrentProxyVersion(self):
|
20200
20163
|
"""当前proxy版本号
|
20201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20202
20164
|
:rtype: str
|
20203
20165
|
"""
|
20204
20166
|
return self._CurrentProxyVersion
|
@@ -20958,7 +20920,6 @@ class ExportInstanceErrorLogsResponse(AbstractModel):
|
|
20958
20920
|
def __init__(self):
|
20959
20921
|
r"""
|
20960
20922
|
:param _ErrorLogItems: 错误日志导出内容
|
20961
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20962
20923
|
:type ErrorLogItems: list of ErrorLogItemExport
|
20963
20924
|
:param _FileContent: 错误日志字符串
|
20964
20925
|
:type FileContent: str
|
@@ -20972,7 +20933,6 @@ class ExportInstanceErrorLogsResponse(AbstractModel):
|
|
20972
20933
|
@property
|
20973
20934
|
def ErrorLogItems(self):
|
20974
20935
|
"""错误日志导出内容
|
20975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20976
20936
|
:rtype: list of ErrorLogItemExport
|
20977
20937
|
"""
|
20978
20938
|
return self._ErrorLogItems
|
@@ -21992,10 +21952,8 @@ class InquirePriceModifyResponse(AbstractModel):
|
|
21992
21952
|
def __init__(self):
|
21993
21953
|
r"""
|
21994
21954
|
:param _InstancePrice: 实例价格
|
21995
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21996
21955
|
:type InstancePrice: :class:`tencentcloud.cynosdb.v20190107.models.TradePrice`
|
21997
21956
|
:param _StoragePrice: 存储价格
|
21998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21999
21957
|
:type StoragePrice: :class:`tencentcloud.cynosdb.v20190107.models.TradePrice`
|
22000
21958
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22001
21959
|
:type RequestId: str
|
@@ -22007,7 +21965,6 @@ class InquirePriceModifyResponse(AbstractModel):
|
|
22007
21965
|
@property
|
22008
21966
|
def InstancePrice(self):
|
22009
21967
|
"""实例价格
|
22010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22011
21968
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.TradePrice`
|
22012
21969
|
"""
|
22013
21970
|
return self._InstancePrice
|
@@ -22019,7 +21976,6 @@ class InquirePriceModifyResponse(AbstractModel):
|
|
22019
21976
|
@property
|
22020
21977
|
def StoragePrice(self):
|
22021
21978
|
"""存储价格
|
22022
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22023
21979
|
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.TradePrice`
|
22024
21980
|
"""
|
22025
21981
|
return self._StoragePrice
|
@@ -23595,7 +23551,6 @@ class IsolateClusterResponse(AbstractModel):
|
|
23595
23551
|
def __init__(self):
|
23596
23552
|
r"""
|
23597
23553
|
:param _FlowId: 任务流ID(后付费或者serverless资源返回,如果需要同步任务状态,请使用DescribeFlow接口)
|
23598
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23599
23554
|
:type FlowId: int
|
23600
23555
|
:param _DealNames: 退款订单号(预付费资源返回,如果需要同步订单状态,请使用计费产品的DescribeDealsByCond同步订单状态)
|
23601
23556
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -23610,7 +23565,6 @@ class IsolateClusterResponse(AbstractModel):
|
|
23610
23565
|
@property
|
23611
23566
|
def FlowId(self):
|
23612
23567
|
"""任务流ID(后付费或者serverless资源返回,如果需要同步任务状态,请使用DescribeFlow接口)
|
23613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23614
23568
|
:rtype: int
|
23615
23569
|
"""
|
23616
23570
|
return self._FlowId
|
@@ -24878,7 +24832,7 @@ class ModifyBackupConfigRequest(AbstractModel):
|
|
24878
24832
|
:type ReserveDuration: int
|
24879
24833
|
:param _BackupFreq: 该参数目前不支持修改,无需填写。备份频率,长度为7的数组,分别对应周一到周日的备份方式,full-全量备份,increment-增量备份
|
24880
24834
|
:type BackupFreq: list of str
|
24881
|
-
:param _BackupType:
|
24835
|
+
:param _BackupType: 该参数目前不支持修改,无需填写。
|
24882
24836
|
:type BackupType: str
|
24883
24837
|
:param _LogicBackupConfig: 逻辑备份配置
|
24884
24838
|
:type LogicBackupConfig: :class:`tencentcloud.cynosdb.v20190107.models.LogicBackupConfigInfo`
|
@@ -24951,7 +24905,7 @@ class ModifyBackupConfigRequest(AbstractModel):
|
|
24951
24905
|
|
24952
24906
|
@property
|
24953
24907
|
def BackupType(self):
|
24954
|
-
"""
|
24908
|
+
"""该参数目前不支持修改,无需填写。
|
24955
24909
|
:rtype: str
|
24956
24910
|
"""
|
24957
24911
|
return self._BackupType
|
@@ -25995,13 +25949,10 @@ class ModifyClusterStorageResponse(AbstractModel):
|
|
25995
25949
|
def __init__(self):
|
25996
25950
|
r"""
|
25997
25951
|
:param _TranId: 冻结流水ID
|
25998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25999
25952
|
:type TranId: str
|
26000
25953
|
:param _BigDealIds: 大订单号
|
26001
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26002
25954
|
:type BigDealIds: list of str
|
26003
25955
|
:param _DealNames: 订单号
|
26004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26005
25956
|
:type DealNames: list of str
|
26006
25957
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26007
25958
|
:type RequestId: str
|
@@ -26014,7 +25965,6 @@ class ModifyClusterStorageResponse(AbstractModel):
|
|
26014
25965
|
@property
|
26015
25966
|
def TranId(self):
|
26016
25967
|
"""冻结流水ID
|
26017
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26018
25968
|
:rtype: str
|
26019
25969
|
"""
|
26020
25970
|
return self._TranId
|
@@ -26026,7 +25976,6 @@ class ModifyClusterStorageResponse(AbstractModel):
|
|
26026
25976
|
@property
|
26027
25977
|
def BigDealIds(self):
|
26028
25978
|
"""大订单号
|
26029
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26030
25979
|
:rtype: list of str
|
26031
25980
|
"""
|
26032
25981
|
return self._BigDealIds
|
@@ -26038,7 +25987,6 @@ class ModifyClusterStorageResponse(AbstractModel):
|
|
26038
25987
|
@property
|
26039
25988
|
def DealNames(self):
|
26040
25989
|
"""订单号
|
26041
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26042
25990
|
:rtype: list of str
|
26043
25991
|
"""
|
26044
25992
|
return self._DealNames
|
@@ -30908,19 +30856,15 @@ class ParamItemInfo(AbstractModel):
|
|
30908
30856
|
def __init__(self):
|
30909
30857
|
r"""
|
30910
30858
|
:param _ParamName: 参数名字
|
30911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30912
30859
|
:type ParamName: str
|
30913
30860
|
:param _NewValue: 参数新值
|
30914
30861
|
|
30915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30916
30862
|
:type NewValue: str
|
30917
30863
|
:param _OldValue: 参数旧值
|
30918
30864
|
|
30919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30920
30865
|
:type OldValue: str
|
30921
30866
|
:param _ValueFunction: 参数公式
|
30922
30867
|
|
30923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30924
30868
|
:type ValueFunction: str
|
30925
30869
|
"""
|
30926
30870
|
self._ParamName = None
|
@@ -30931,7 +30875,6 @@ class ParamItemInfo(AbstractModel):
|
|
30931
30875
|
@property
|
30932
30876
|
def ParamName(self):
|
30933
30877
|
"""参数名字
|
30934
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30935
30878
|
:rtype: str
|
30936
30879
|
"""
|
30937
30880
|
return self._ParamName
|
@@ -30944,7 +30887,6 @@ class ParamItemInfo(AbstractModel):
|
|
30944
30887
|
def NewValue(self):
|
30945
30888
|
"""参数新值
|
30946
30889
|
|
30947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30948
30890
|
:rtype: str
|
30949
30891
|
"""
|
30950
30892
|
return self._NewValue
|
@@ -30957,7 +30899,6 @@ class ParamItemInfo(AbstractModel):
|
|
30957
30899
|
def OldValue(self):
|
30958
30900
|
"""参数旧值
|
30959
30901
|
|
30960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30961
30902
|
:rtype: str
|
30962
30903
|
"""
|
30963
30904
|
return self._OldValue
|
@@ -30970,7 +30911,6 @@ class ParamItemInfo(AbstractModel):
|
|
30970
30911
|
def ValueFunction(self):
|
30971
30912
|
"""参数公式
|
30972
30913
|
|
30973
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30974
30914
|
:rtype: str
|
30975
30915
|
"""
|
30976
30916
|
return self._ValueFunction
|
@@ -32805,19 +32745,14 @@ class RenewClustersResponse(AbstractModel):
|
|
32805
32745
|
def __init__(self):
|
32806
32746
|
r"""
|
32807
32747
|
:param _BigDealIds: 预付费总订单号
|
32808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32809
32748
|
:type BigDealIds: list of str
|
32810
32749
|
:param _DealNames: 退款订单号
|
32811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32812
32750
|
:type DealNames: list of str
|
32813
32751
|
:param _TranId: 冻结流水,一次开通一个冻结流水
|
32814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32815
32752
|
:type TranId: str
|
32816
32753
|
:param _ResourceIds: 每个订单号对应的发货资源id列表
|
32817
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32818
32754
|
:type ResourceIds: list of str
|
32819
32755
|
:param _ClusterIds: 集群id列表
|
32820
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32821
32756
|
:type ClusterIds: list of str
|
32822
32757
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
32823
32758
|
:type RequestId: str
|
@@ -32832,7 +32767,6 @@ class RenewClustersResponse(AbstractModel):
|
|
32832
32767
|
@property
|
32833
32768
|
def BigDealIds(self):
|
32834
32769
|
"""预付费总订单号
|
32835
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32836
32770
|
:rtype: list of str
|
32837
32771
|
"""
|
32838
32772
|
return self._BigDealIds
|
@@ -32844,7 +32778,6 @@ class RenewClustersResponse(AbstractModel):
|
|
32844
32778
|
@property
|
32845
32779
|
def DealNames(self):
|
32846
32780
|
"""退款订单号
|
32847
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32848
32781
|
:rtype: list of str
|
32849
32782
|
"""
|
32850
32783
|
return self._DealNames
|
@@ -32856,7 +32789,6 @@ class RenewClustersResponse(AbstractModel):
|
|
32856
32789
|
@property
|
32857
32790
|
def TranId(self):
|
32858
32791
|
"""冻结流水,一次开通一个冻结流水
|
32859
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32860
32792
|
:rtype: str
|
32861
32793
|
"""
|
32862
32794
|
return self._TranId
|
@@ -32868,7 +32800,6 @@ class RenewClustersResponse(AbstractModel):
|
|
32868
32800
|
@property
|
32869
32801
|
def ResourceIds(self):
|
32870
32802
|
"""每个订单号对应的发货资源id列表
|
32871
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32872
32803
|
:rtype: list of str
|
32873
32804
|
"""
|
32874
32805
|
return self._ResourceIds
|
@@ -32880,7 +32811,6 @@ class RenewClustersResponse(AbstractModel):
|
|
32880
32811
|
@property
|
32881
32812
|
def ClusterIds(self):
|
32882
32813
|
"""集群id列表
|
32883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32884
32814
|
:rtype: list of str
|
32885
32815
|
"""
|
32886
32816
|
return self._ClusterIds
|
@@ -34929,16 +34859,12 @@ class RollbackToNewClusterResponse(AbstractModel):
|
|
34929
34859
|
def __init__(self):
|
34930
34860
|
r"""
|
34931
34861
|
:param _TranId: 冻结流水ID
|
34932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34933
34862
|
:type TranId: str
|
34934
34863
|
:param _DealNames: 订单号
|
34935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34936
34864
|
:type DealNames: list of str
|
34937
34865
|
:param _ResourceIds: 资源ID列表(该字段已不再维护,请使用dealNames字段查询接口DescribeResourcesByDealName获取资源ID)
|
34938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34939
34866
|
:type ResourceIds: list of str
|
34940
34867
|
:param _ClusterIds: 集群ID列表(该字段已不再维护,请使用dealNames字段查询接口DescribeResourcesByDealName获取集群ID)
|
34941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34942
34868
|
:type ClusterIds: list of str
|
34943
34869
|
:param _BigDealIds: 大订单号
|
34944
34870
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -34956,7 +34882,6 @@ class RollbackToNewClusterResponse(AbstractModel):
|
|
34956
34882
|
@property
|
34957
34883
|
def TranId(self):
|
34958
34884
|
"""冻结流水ID
|
34959
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34960
34885
|
:rtype: str
|
34961
34886
|
"""
|
34962
34887
|
return self._TranId
|
@@ -34968,7 +34893,6 @@ class RollbackToNewClusterResponse(AbstractModel):
|
|
34968
34893
|
@property
|
34969
34894
|
def DealNames(self):
|
34970
34895
|
"""订单号
|
34971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34972
34896
|
:rtype: list of str
|
34973
34897
|
"""
|
34974
34898
|
return self._DealNames
|
@@ -34980,7 +34904,6 @@ class RollbackToNewClusterResponse(AbstractModel):
|
|
34980
34904
|
@property
|
34981
34905
|
def ResourceIds(self):
|
34982
34906
|
"""资源ID列表(该字段已不再维护,请使用dealNames字段查询接口DescribeResourcesByDealName获取资源ID)
|
34983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34984
34907
|
:rtype: list of str
|
34985
34908
|
"""
|
34986
34909
|
return self._ResourceIds
|
@@ -34992,7 +34915,6 @@ class RollbackToNewClusterResponse(AbstractModel):
|
|
34992
34915
|
@property
|
34993
34916
|
def ClusterIds(self):
|
34994
34917
|
"""集群ID列表(该字段已不再维护,请使用dealNames字段查询接口DescribeResourcesByDealName获取集群ID)
|
34995
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34996
34918
|
:rtype: list of str
|
34997
34919
|
"""
|
34998
34920
|
return self._ClusterIds
|
@@ -35840,7 +35762,6 @@ class SearchClusterTablesResponse(AbstractModel):
|
|
35840
35762
|
def __init__(self):
|
35841
35763
|
r"""
|
35842
35764
|
:param _Tables: 数据表列表
|
35843
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35844
35765
|
:type Tables: list of DatabaseTables
|
35845
35766
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
35846
35767
|
:type RequestId: str
|
@@ -35851,7 +35772,6 @@ class SearchClusterTablesResponse(AbstractModel):
|
|
35851
35772
|
@property
|
35852
35773
|
def Tables(self):
|
35853
35774
|
"""数据表列表
|
35854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35855
35775
|
:rtype: list of DatabaseTables
|
35856
35776
|
"""
|
35857
35777
|
return self._Tables
|
@@ -38326,10 +38246,8 @@ class UpgradeInstanceResponse(AbstractModel):
|
|
38326
38246
|
def __init__(self):
|
38327
38247
|
r"""
|
38328
38248
|
:param _TranId: 冻结流水ID
|
38329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38330
38249
|
:type TranId: str
|
38331
38250
|
:param _BigDealIds: 大订单号
|
38332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38333
38251
|
:type BigDealIds: list of str
|
38334
38252
|
:param _DealNames: 订单号
|
38335
38253
|
:type DealNames: list of str
|
@@ -38344,7 +38262,6 @@ class UpgradeInstanceResponse(AbstractModel):
|
|
38344
38262
|
@property
|
38345
38263
|
def TranId(self):
|
38346
38264
|
"""冻结流水ID
|
38347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38348
38265
|
:rtype: str
|
38349
38266
|
"""
|
38350
38267
|
return self._TranId
|
@@ -38356,7 +38273,6 @@ class UpgradeInstanceResponse(AbstractModel):
|
|
38356
38273
|
@property
|
38357
38274
|
def BigDealIds(self):
|
38358
38275
|
"""大订单号
|
38359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38360
38276
|
:rtype: list of str
|
38361
38277
|
"""
|
38362
38278
|
return self._BigDealIds
|