tencentcloud-sdk-python 3.0.1291__py2.py3-none-any.whl → 3.0.1292__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/apm/v20210622/apm_client.py +5 -5
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +30 -30
- tencentcloud/autoscaling/v20180419/models.py +21 -2
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/billing/v20180709/models.py +30 -0
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +8 -468
- tencentcloud/cdwdoris/v20211228/models.py +64 -0
- tencentcloud/cfg/v20210820/models.py +15 -0
- tencentcloud/cls/v20201016/models.py +2 -2
- tencentcloud/cmq/v20190304/cmq_client.py +30 -10
- tencentcloud/cmq/v20190304/models.py +106 -106
- tencentcloud/cvm/v20170312/cvm_client.py +0 -115
- tencentcloud/cvm/v20170312/errorcodes.py +3 -9
- tencentcloud/cvm/v20170312/models.py +7379 -8874
- tencentcloud/cwp/v20180228/cwp_client.py +0 -25
- tencentcloud/cwp/v20180228/models.py +0 -49
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +3 -3
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +8 -32
- tencentcloud/dts/v20180330/models.py +2 -2
- tencentcloud/dts/v20211206/models.py +17 -0
- tencentcloud/emr/v20190103/emr_client.py +207 -0
- tencentcloud/emr/v20190103/errorcodes.py +15 -0
- tencentcloud/emr/v20190103/models.py +2175 -248
- tencentcloud/ess/v20201111/models.py +50 -18
- tencentcloud/essbasic/v20210526/models.py +33 -20
- tencentcloud/faceid/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/errorcodes.py +15 -0
- tencentcloud/iai/v20200303/iai_client.py +28 -0
- tencentcloud/iai/v20200303/models.py +203 -0
- tencentcloud/iotexplorer/v20190423/models.py +15 -0
- tencentcloud/keewidb/v20220308/models.py +2 -2
- tencentcloud/live/v20180801/models.py +111 -56
- tencentcloud/mna/v20210119/mna_client.py +9 -3
- tencentcloud/mps/v20190612/models.py +60 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +3 -0
- tencentcloud/oceanus/v20190422/models.py +571 -2
- tencentcloud/ocr/v20181119/models.py +75 -0
- tencentcloud/sqlserver/v20180328/models.py +185 -90
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +1 -1
- tencentcloud/ssl/v20191205/models.py +6 -6
- tencentcloud/tbaas/v20180416/tbaas_client.py +2 -2
- tencentcloud/tcr/v20190924/models.py +15 -0
- tencentcloud/tdmq/v20200217/models.py +30 -0
- tencentcloud/tem/v20210701/models.py +2 -2
- tencentcloud/tem/v20210701/tem_client.py +3 -1
- tencentcloud/tke/v20180525/models.py +21 -6
- tencentcloud/tse/v20201207/models.py +68 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/vpc/v20170312/models.py +479 -0
- tencentcloud/vpc/v20170312/vpc_client.py +69 -0
- tencentcloud/waf/v20180125/models.py +546 -4
- tencentcloud/waf/v20180125/waf_client.py +70 -1
- {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1292.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1292.dist-info}/RECORD +61 -61
- {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1292.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1292.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1292.dist-info}/top_level.txt +0 -0
@@ -768,7 +768,6 @@ class AdjustCdbProxyAddressResponse(AbstractModel):
|
|
768
768
|
def __init__(self):
|
769
769
|
r"""
|
770
770
|
:param _AsyncRequestId: 异步任务ID
|
771
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
772
771
|
:type AsyncRequestId: str
|
773
772
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
774
773
|
:type RequestId: str
|
@@ -779,7 +778,6 @@ class AdjustCdbProxyAddressResponse(AbstractModel):
|
|
779
778
|
@property
|
780
779
|
def AsyncRequestId(self):
|
781
780
|
"""异步任务ID
|
782
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
783
781
|
:rtype: str
|
784
782
|
"""
|
785
783
|
return self._AsyncRequestId
|
@@ -928,7 +926,6 @@ class AdjustCdbProxyResponse(AbstractModel):
|
|
928
926
|
def __init__(self):
|
929
927
|
r"""
|
930
928
|
:param _AsyncRequestId: 异步任务ID
|
931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
932
929
|
:type AsyncRequestId: str
|
933
930
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
934
931
|
:type RequestId: str
|
@@ -939,7 +936,6 @@ class AdjustCdbProxyResponse(AbstractModel):
|
|
939
936
|
@property
|
940
937
|
def AsyncRequestId(self):
|
941
938
|
"""异步任务ID
|
942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
943
939
|
:rtype: str
|
944
940
|
"""
|
945
941
|
return self._AsyncRequestId
|
@@ -1162,10 +1158,8 @@ class AnalyzeAuditLogsResponse(AbstractModel):
|
|
1162
1158
|
def __init__(self):
|
1163
1159
|
r"""
|
1164
1160
|
:param _Items: 返回的聚合桶信息集
|
1165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1166
1161
|
:type Items: list of AuditLogAggregationResult
|
1167
1162
|
:param _TotalCount: 扫描的日志条数
|
1168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1169
1163
|
:type TotalCount: int
|
1170
1164
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1171
1165
|
:type RequestId: str
|
@@ -1177,7 +1171,6 @@ class AnalyzeAuditLogsResponse(AbstractModel):
|
|
1177
1171
|
@property
|
1178
1172
|
def Items(self):
|
1179
1173
|
"""返回的聚合桶信息集
|
1180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1181
1174
|
:rtype: list of AuditLogAggregationResult
|
1182
1175
|
"""
|
1183
1176
|
return self._Items
|
@@ -1189,7 +1182,6 @@ class AnalyzeAuditLogsResponse(AbstractModel):
|
|
1189
1182
|
@property
|
1190
1183
|
def TotalCount(self):
|
1191
1184
|
"""扫描的日志条数
|
1192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1193
1185
|
:rtype: int
|
1194
1186
|
"""
|
1195
1187
|
return self._TotalCount
|
@@ -1469,16 +1461,12 @@ class AuditInstanceInfo(AbstractModel):
|
|
1469
1461
|
def __init__(self):
|
1470
1462
|
r"""
|
1471
1463
|
:param _ProjectId: 项目ID
|
1472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1473
1464
|
:type ProjectId: int
|
1474
1465
|
:param _TagList: 标签信息
|
1475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1476
1466
|
:type TagList: list of TagInfoUnit
|
1477
1467
|
:param _DbType: 数据库内核类型
|
1478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1479
1468
|
:type DbType: str
|
1480
1469
|
:param _DbVersion: 数据库内核版本
|
1481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1482
1470
|
:type DbVersion: str
|
1483
1471
|
"""
|
1484
1472
|
self._ProjectId = None
|
@@ -1489,7 +1477,6 @@ class AuditInstanceInfo(AbstractModel):
|
|
1489
1477
|
@property
|
1490
1478
|
def ProjectId(self):
|
1491
1479
|
"""项目ID
|
1492
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1493
1480
|
:rtype: int
|
1494
1481
|
"""
|
1495
1482
|
return self._ProjectId
|
@@ -1501,7 +1488,6 @@ class AuditInstanceInfo(AbstractModel):
|
|
1501
1488
|
@property
|
1502
1489
|
def TagList(self):
|
1503
1490
|
"""标签信息
|
1504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1505
1491
|
:rtype: list of TagInfoUnit
|
1506
1492
|
"""
|
1507
1493
|
return self._TagList
|
@@ -1513,7 +1499,6 @@ class AuditInstanceInfo(AbstractModel):
|
|
1513
1499
|
@property
|
1514
1500
|
def DbType(self):
|
1515
1501
|
"""数据库内核类型
|
1516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1517
1502
|
:rtype: str
|
1518
1503
|
"""
|
1519
1504
|
return self._DbType
|
@@ -1525,7 +1510,6 @@ class AuditInstanceInfo(AbstractModel):
|
|
1525
1510
|
@property
|
1526
1511
|
def DbVersion(self):
|
1527
1512
|
"""数据库内核版本
|
1528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1529
1513
|
:rtype: str
|
1530
1514
|
"""
|
1531
1515
|
return self._DbVersion
|
@@ -1587,22 +1571,16 @@ class AuditLog(AbstractModel):
|
|
1587
1571
|
:param _ThreadId: 线程ID。
|
1588
1572
|
:type ThreadId: int
|
1589
1573
|
:param _CheckRows: 扫描行数。
|
1590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1591
1574
|
:type CheckRows: int
|
1592
1575
|
:param _CpuTime: cpu执行时间,微秒。
|
1593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1594
1576
|
:type CpuTime: float
|
1595
1577
|
:param _IoWaitTime: IO等待时间,微秒。
|
1596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1597
1578
|
:type IoWaitTime: int
|
1598
1579
|
:param _LockWaitTime: 锁等待时间,微秒。
|
1599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1600
1580
|
:type LockWaitTime: int
|
1601
1581
|
:param _NsTime: 开始时间,与timestamp构成一个精确到纳秒的时间。
|
1602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1603
1582
|
:type NsTime: int
|
1604
1583
|
:param _TrxLivingTime: 事物持续时间,微秒。
|
1605
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1606
1584
|
:type TrxLivingTime: int
|
1607
1585
|
:param _TemplateInfo: 日志命中规则模板的基本信息
|
1608
1586
|
:type TemplateInfo: list of LogRuleTemplateInfo
|
@@ -1765,7 +1743,6 @@ class AuditLog(AbstractModel):
|
|
1765
1743
|
@property
|
1766
1744
|
def CheckRows(self):
|
1767
1745
|
"""扫描行数。
|
1768
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1769
1746
|
:rtype: int
|
1770
1747
|
"""
|
1771
1748
|
return self._CheckRows
|
@@ -1777,7 +1754,6 @@ class AuditLog(AbstractModel):
|
|
1777
1754
|
@property
|
1778
1755
|
def CpuTime(self):
|
1779
1756
|
"""cpu执行时间,微秒。
|
1780
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1781
1757
|
:rtype: float
|
1782
1758
|
"""
|
1783
1759
|
return self._CpuTime
|
@@ -1789,7 +1765,6 @@ class AuditLog(AbstractModel):
|
|
1789
1765
|
@property
|
1790
1766
|
def IoWaitTime(self):
|
1791
1767
|
"""IO等待时间,微秒。
|
1792
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1793
1768
|
:rtype: int
|
1794
1769
|
"""
|
1795
1770
|
return self._IoWaitTime
|
@@ -1801,7 +1776,6 @@ class AuditLog(AbstractModel):
|
|
1801
1776
|
@property
|
1802
1777
|
def LockWaitTime(self):
|
1803
1778
|
"""锁等待时间,微秒。
|
1804
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1805
1779
|
:rtype: int
|
1806
1780
|
"""
|
1807
1781
|
return self._LockWaitTime
|
@@ -1813,7 +1787,6 @@ class AuditLog(AbstractModel):
|
|
1813
1787
|
@property
|
1814
1788
|
def NsTime(self):
|
1815
1789
|
"""开始时间,与timestamp构成一个精确到纳秒的时间。
|
1816
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1817
1790
|
:rtype: int
|
1818
1791
|
"""
|
1819
1792
|
return self._NsTime
|
@@ -1825,7 +1798,6 @@ class AuditLog(AbstractModel):
|
|
1825
1798
|
@property
|
1826
1799
|
def TrxLivingTime(self):
|
1827
1800
|
"""事物持续时间,微秒。
|
1828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1829
1801
|
:rtype: int
|
1830
1802
|
"""
|
1831
1803
|
return self._TrxLivingTime
|
@@ -1901,10 +1873,8 @@ class AuditLogAggregationResult(AbstractModel):
|
|
1901
1873
|
def __init__(self):
|
1902
1874
|
r"""
|
1903
1875
|
:param _AggregationField: 聚合维度
|
1904
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1905
1876
|
:type AggregationField: str
|
1906
1877
|
:param _Buckets: 聚合桶的结果集
|
1907
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1908
1878
|
:type Buckets: list of Bucket
|
1909
1879
|
"""
|
1910
1880
|
self._AggregationField = None
|
@@ -1913,7 +1883,6 @@ class AuditLogAggregationResult(AbstractModel):
|
|
1913
1883
|
@property
|
1914
1884
|
def AggregationField(self):
|
1915
1885
|
"""聚合维度
|
1916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1917
1886
|
:rtype: str
|
1918
1887
|
"""
|
1919
1888
|
return self._AggregationField
|
@@ -1925,7 +1894,6 @@ class AuditLogAggregationResult(AbstractModel):
|
|
1925
1894
|
@property
|
1926
1895
|
def Buckets(self):
|
1927
1896
|
"""聚合桶的结果集
|
1928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1929
1897
|
:rtype: list of Bucket
|
1930
1898
|
"""
|
1931
1899
|
return self._Buckets
|
@@ -1970,13 +1938,10 @@ class AuditLogFile(AbstractModel):
|
|
1970
1938
|
"success" - 已生成;
|
1971
1939
|
:type Status: str
|
1972
1940
|
:param _FileSize: 文件大小,单位为 KB。
|
1973
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1974
1941
|
:type FileSize: int
|
1975
1942
|
:param _DownloadUrl: 审计日志下载地址。
|
1976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1977
1943
|
:type DownloadUrl: str
|
1978
1944
|
:param _ErrMsg: 错误信息。
|
1979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1980
1945
|
:type ErrMsg: str
|
1981
1946
|
"""
|
1982
1947
|
self._FileName = None
|
@@ -2025,7 +1990,6 @@ class AuditLogFile(AbstractModel):
|
|
2025
1990
|
@property
|
2026
1991
|
def FileSize(self):
|
2027
1992
|
"""文件大小,单位为 KB。
|
2028
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2029
1993
|
:rtype: int
|
2030
1994
|
"""
|
2031
1995
|
return self._FileSize
|
@@ -2037,7 +2001,6 @@ class AuditLogFile(AbstractModel):
|
|
2037
2001
|
@property
|
2038
2002
|
def DownloadUrl(self):
|
2039
2003
|
"""审计日志下载地址。
|
2040
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2041
2004
|
:rtype: str
|
2042
2005
|
"""
|
2043
2006
|
return self._DownloadUrl
|
@@ -2049,7 +2012,6 @@ class AuditLogFile(AbstractModel):
|
|
2049
2012
|
@property
|
2050
2013
|
def ErrMsg(self):
|
2051
2014
|
"""错误信息。
|
2052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2053
2015
|
:rtype: str
|
2054
2016
|
"""
|
2055
2017
|
return self._ErrMsg
|
@@ -2423,10 +2385,8 @@ class AuditPolicy(AbstractModel):
|
|
2423
2385
|
:param _RuleId: 审计规则 ID。
|
2424
2386
|
:type RuleId: str
|
2425
2387
|
:param _RuleName: 审计规则名称。
|
2426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2427
2388
|
:type RuleName: str
|
2428
2389
|
:param _InstanceName: 数据库实例名称
|
2429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2430
2390
|
:type InstanceName: str
|
2431
2391
|
"""
|
2432
2392
|
self._PolicyId = None
|
@@ -2523,7 +2483,6 @@ class AuditPolicy(AbstractModel):
|
|
2523
2483
|
@property
|
2524
2484
|
def RuleName(self):
|
2525
2485
|
"""审计规则名称。
|
2526
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2527
2486
|
:rtype: str
|
2528
2487
|
"""
|
2529
2488
|
return self._RuleName
|
@@ -2535,7 +2494,6 @@ class AuditPolicy(AbstractModel):
|
|
2535
2494
|
@property
|
2536
2495
|
def InstanceName(self):
|
2537
2496
|
"""数据库实例名称
|
2538
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2539
2497
|
:rtype: str
|
2540
2498
|
"""
|
2541
2499
|
return self._InstanceName
|
@@ -2710,7 +2668,6 @@ class AuditRuleFilters(AbstractModel):
|
|
2710
2668
|
def __init__(self):
|
2711
2669
|
r"""
|
2712
2670
|
:param _RuleFilters: 单条审计规则。
|
2713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2714
2671
|
:type RuleFilters: list of RuleFilters
|
2715
2672
|
"""
|
2716
2673
|
self._RuleFilters = None
|
@@ -2718,7 +2675,6 @@ class AuditRuleFilters(AbstractModel):
|
|
2718
2675
|
@property
|
2719
2676
|
def RuleFilters(self):
|
2720
2677
|
"""单条审计规则。
|
2721
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2722
2678
|
:rtype: list of RuleFilters
|
2723
2679
|
"""
|
2724
2680
|
return self._RuleFilters
|
@@ -2759,7 +2715,6 @@ class AuditRuleTemplateInfo(AbstractModel):
|
|
2759
2715
|
:param _RuleFilters: 规则模板的过滤条件。
|
2760
2716
|
:type RuleFilters: list of RuleFilters
|
2761
2717
|
:param _Description: 规则模板描述。
|
2762
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2763
2718
|
:type Description: str
|
2764
2719
|
:param _CreateAt: 规则模板创建时间。
|
2765
2720
|
:type CreateAt: str
|
@@ -2821,7 +2776,6 @@ class AuditRuleTemplateInfo(AbstractModel):
|
|
2821
2776
|
@property
|
2822
2777
|
def Description(self):
|
2823
2778
|
"""规则模板描述。
|
2824
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2825
2779
|
:rtype: str
|
2826
2780
|
"""
|
2827
2781
|
return self._Description
|
@@ -3131,7 +3085,6 @@ class BackupInfo(AbstractModel):
|
|
3131
3085
|
:param _InstanceId: 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
3132
3086
|
:type InstanceId: str
|
3133
3087
|
:param _EncryptionFlag: 备份文件是否加密, on-加密, off-未加密
|
3134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3135
3088
|
:type EncryptionFlag: str
|
3136
3089
|
:param _ExecutedGTIDSet: 备份GTID点位
|
3137
3090
|
:type ExecutedGTIDSet: str
|
@@ -3370,7 +3323,6 @@ class BackupInfo(AbstractModel):
|
|
3370
3323
|
@property
|
3371
3324
|
def EncryptionFlag(self):
|
3372
3325
|
"""备份文件是否加密, on-加密, off-未加密
|
3373
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3374
3326
|
:rtype: str
|
3375
3327
|
"""
|
3376
3328
|
return self._EncryptionFlag
|
@@ -3994,7 +3946,6 @@ class Bucket(AbstractModel):
|
|
3994
3946
|
def __init__(self):
|
3995
3947
|
r"""
|
3996
3948
|
:param _Key: 无
|
3997
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3998
3949
|
:type Key: str
|
3999
3950
|
:param _Count: key值出现的次数。
|
4000
3951
|
:type Count: int
|
@@ -4005,7 +3956,6 @@ class Bucket(AbstractModel):
|
|
4005
3956
|
@property
|
4006
3957
|
def Key(self):
|
4007
3958
|
"""无
|
4008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4009
3959
|
:rtype: str
|
4010
3960
|
"""
|
4011
3961
|
return self._Key
|
@@ -4164,7 +4114,6 @@ class CdbSellConfig(AbstractModel):
|
|
4164
4114
|
:param _Status: 状态值,0 表示该规格对外售卖
|
4165
4115
|
:type Status: int
|
4166
4116
|
:param _DeviceType: 实例类型,可能的取值范围有:UNIVERSAL (通用型), EXCLUSIVE (独享型), BASIC (基础型), BASIC_V2 (基础型v2)
|
4167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4168
4117
|
:type DeviceType: str
|
4169
4118
|
:param _EngineType: 引擎类型描述,可能的取值范围有:Innodb,RocksDB
|
4170
4119
|
:type EngineType: str
|
@@ -4274,7 +4223,6 @@ class CdbSellConfig(AbstractModel):
|
|
4274
4223
|
@property
|
4275
4224
|
def DeviceType(self):
|
4276
4225
|
"""实例类型,可能的取值范围有:UNIVERSAL (通用型), EXCLUSIVE (独享型), BASIC (基础型), BASIC_V2 (基础型v2)
|
4277
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4278
4226
|
:rtype: str
|
4279
4227
|
"""
|
4280
4228
|
return self._DeviceType
|
@@ -5770,7 +5718,6 @@ class ClusterNodeInfo(AbstractModel):
|
|
5770
5718
|
:param _Weight: 节点的权重
|
5771
5719
|
:type Weight: int
|
5772
5720
|
:param _Status: 节点状态。
|
5773
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5774
5721
|
:type Status: str
|
5775
5722
|
"""
|
5776
5723
|
self._NodeId = None
|
@@ -5826,7 +5773,6 @@ class ClusterNodeInfo(AbstractModel):
|
|
5826
5773
|
@property
|
5827
5774
|
def Status(self):
|
5828
5775
|
"""节点状态。
|
5829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5830
5776
|
:rtype: str
|
5831
5777
|
"""
|
5832
5778
|
return self._Status
|
@@ -5918,16 +5864,12 @@ class ColumnPrivilege(AbstractModel):
|
|
5918
5864
|
def __init__(self):
|
5919
5865
|
r"""
|
5920
5866
|
:param _Database: 数据库名
|
5921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5922
5867
|
:type Database: str
|
5923
5868
|
:param _Table: 数据库表名
|
5924
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5925
5869
|
:type Table: str
|
5926
5870
|
:param _Column: 数据库列名
|
5927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5928
5871
|
:type Column: str
|
5929
5872
|
:param _Privileges: 权限信息
|
5930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5931
5873
|
:type Privileges: list of str
|
5932
5874
|
"""
|
5933
5875
|
self._Database = None
|
@@ -5938,7 +5880,6 @@ class ColumnPrivilege(AbstractModel):
|
|
5938
5880
|
@property
|
5939
5881
|
def Database(self):
|
5940
5882
|
"""数据库名
|
5941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5942
5883
|
:rtype: str
|
5943
5884
|
"""
|
5944
5885
|
return self._Database
|
@@ -5950,7 +5891,6 @@ class ColumnPrivilege(AbstractModel):
|
|
5950
5891
|
@property
|
5951
5892
|
def Table(self):
|
5952
5893
|
"""数据库表名
|
5953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5954
5894
|
:rtype: str
|
5955
5895
|
"""
|
5956
5896
|
return self._Table
|
@@ -5962,7 +5902,6 @@ class ColumnPrivilege(AbstractModel):
|
|
5962
5902
|
@property
|
5963
5903
|
def Column(self):
|
5964
5904
|
"""数据库列名
|
5965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5966
5905
|
:rtype: str
|
5967
5906
|
"""
|
5968
5907
|
return self._Column
|
@@ -5974,7 +5913,6 @@ class ColumnPrivilege(AbstractModel):
|
|
5974
5913
|
@property
|
5975
5914
|
def Privileges(self):
|
5976
5915
|
"""权限信息
|
5977
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5978
5916
|
:rtype: list of str
|
5979
5917
|
"""
|
5980
5918
|
return self._Privileges
|
@@ -6872,7 +6810,6 @@ class CreateAuditRuleTemplateResponse(AbstractModel):
|
|
6872
6810
|
def __init__(self):
|
6873
6811
|
r"""
|
6874
6812
|
:param _RuleTemplateId: 生成的规则模板ID。
|
6875
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6876
6813
|
:type RuleTemplateId: str
|
6877
6814
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6878
6815
|
:type RequestId: str
|
@@ -6883,7 +6820,6 @@ class CreateAuditRuleTemplateResponse(AbstractModel):
|
|
6883
6820
|
@property
|
6884
6821
|
def RuleTemplateId(self):
|
6885
6822
|
"""生成的规则模板ID。
|
6886
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6887
6823
|
:rtype: str
|
6888
6824
|
"""
|
6889
6825
|
return self._RuleTemplateId
|
@@ -7393,7 +7329,6 @@ class CreateCdbProxyAddressResponse(AbstractModel):
|
|
7393
7329
|
def __init__(self):
|
7394
7330
|
r"""
|
7395
7331
|
:param _AsyncRequestId: 异步任务ID
|
7396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7397
7332
|
:type AsyncRequestId: str
|
7398
7333
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7399
7334
|
:type RequestId: str
|
@@ -7404,7 +7339,6 @@ class CreateCdbProxyAddressResponse(AbstractModel):
|
|
7404
7339
|
@property
|
7405
7340
|
def AsyncRequestId(self):
|
7406
7341
|
"""异步任务ID
|
7407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7408
7342
|
:rtype: str
|
7409
7343
|
"""
|
7410
7344
|
return self._AsyncRequestId
|
@@ -7604,7 +7538,6 @@ class CreateCdbProxyResponse(AbstractModel):
|
|
7604
7538
|
def __init__(self):
|
7605
7539
|
r"""
|
7606
7540
|
:param _AsyncRequestId: 异步任务ID
|
7607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7608
7541
|
:type AsyncRequestId: str
|
7609
7542
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7610
7543
|
:type RequestId: str
|
@@ -7615,7 +7548,6 @@ class CreateCdbProxyResponse(AbstractModel):
|
|
7615
7548
|
@property
|
7616
7549
|
def AsyncRequestId(self):
|
7617
7550
|
"""异步任务ID
|
7618
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7619
7551
|
:rtype: str
|
7620
7552
|
"""
|
7621
7553
|
return self._AsyncRequestId
|
@@ -10341,19 +10273,14 @@ class CustomConfig(AbstractModel):
|
|
10341
10273
|
def __init__(self):
|
10342
10274
|
r"""
|
10343
10275
|
:param _Device: 设备
|
10344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10345
10276
|
:type Device: str
|
10346
10277
|
:param _Type: 类型
|
10347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10348
10278
|
:type Type: str
|
10349
10279
|
:param _DeviceType: 设备类型
|
10350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10351
10280
|
:type DeviceType: str
|
10352
10281
|
:param _Memory: 内存
|
10353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10354
10282
|
:type Memory: int
|
10355
10283
|
:param _Cpu: 核数
|
10356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10357
10284
|
:type Cpu: int
|
10358
10285
|
"""
|
10359
10286
|
self._Device = None
|
@@ -10365,7 +10292,6 @@ class CustomConfig(AbstractModel):
|
|
10365
10292
|
@property
|
10366
10293
|
def Device(self):
|
10367
10294
|
"""设备
|
10368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10369
10295
|
:rtype: str
|
10370
10296
|
"""
|
10371
10297
|
return self._Device
|
@@ -10377,7 +10303,6 @@ class CustomConfig(AbstractModel):
|
|
10377
10303
|
@property
|
10378
10304
|
def Type(self):
|
10379
10305
|
"""类型
|
10380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10381
10306
|
:rtype: str
|
10382
10307
|
"""
|
10383
10308
|
return self._Type
|
@@ -10389,7 +10314,6 @@ class CustomConfig(AbstractModel):
|
|
10389
10314
|
@property
|
10390
10315
|
def DeviceType(self):
|
10391
10316
|
"""设备类型
|
10392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10393
10317
|
:rtype: str
|
10394
10318
|
"""
|
10395
10319
|
return self._DeviceType
|
@@ -10401,7 +10325,6 @@ class CustomConfig(AbstractModel):
|
|
10401
10325
|
@property
|
10402
10326
|
def Memory(self):
|
10403
10327
|
"""内存
|
10404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10405
10328
|
:rtype: int
|
10406
10329
|
"""
|
10407
10330
|
return self._Memory
|
@@ -10413,7 +10336,6 @@ class CustomConfig(AbstractModel):
|
|
10413
10336
|
@property
|
10414
10337
|
def Cpu(self):
|
10415
10338
|
"""核数
|
10416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10417
10339
|
:rtype: int
|
10418
10340
|
"""
|
10419
10341
|
return self._Cpu
|
@@ -10447,10 +10369,8 @@ class DBSwitchInfo(AbstractModel):
|
|
10447
10369
|
def __init__(self):
|
10448
10370
|
r"""
|
10449
10371
|
:param _SwitchTime: 切换时间,格式为:2017-09-03 01:34:31
|
10450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10451
10372
|
:type SwitchTime: str
|
10452
10373
|
:param _SwitchType: 切换类型,可能的返回值为:TRANSFER - 数据迁移;MASTER2SLAVE - 主备切换;RECOVERY - 主从恢复
|
10453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10454
10374
|
:type SwitchType: str
|
10455
10375
|
"""
|
10456
10376
|
self._SwitchTime = None
|
@@ -10459,7 +10379,6 @@ class DBSwitchInfo(AbstractModel):
|
|
10459
10379
|
@property
|
10460
10380
|
def SwitchTime(self):
|
10461
10381
|
"""切换时间,格式为:2017-09-03 01:34:31
|
10462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10463
10382
|
:rtype: str
|
10464
10383
|
"""
|
10465
10384
|
return self._SwitchTime
|
@@ -10471,7 +10390,6 @@ class DBSwitchInfo(AbstractModel):
|
|
10471
10390
|
@property
|
10472
10391
|
def SwitchType(self):
|
10473
10392
|
"""切换类型,可能的返回值为:TRANSFER - 数据迁移;MASTER2SLAVE - 主备切换;RECOVERY - 主从恢复
|
10474
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10475
10393
|
:rtype: str
|
10476
10394
|
"""
|
10477
10395
|
return self._SwitchType
|
@@ -10502,10 +10420,8 @@ class DatabasePrivilege(AbstractModel):
|
|
10502
10420
|
def __init__(self):
|
10503
10421
|
r"""
|
10504
10422
|
:param _Privileges: 权限信息
|
10505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10506
10423
|
:type Privileges: list of str
|
10507
10424
|
:param _Database: 数据库名
|
10508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10509
10425
|
:type Database: str
|
10510
10426
|
"""
|
10511
10427
|
self._Privileges = None
|
@@ -10514,7 +10430,6 @@ class DatabasePrivilege(AbstractModel):
|
|
10514
10430
|
@property
|
10515
10431
|
def Privileges(self):
|
10516
10432
|
"""权限信息
|
10517
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10518
10433
|
:rtype: list of str
|
10519
10434
|
"""
|
10520
10435
|
return self._Privileges
|
@@ -10526,7 +10441,6 @@ class DatabasePrivilege(AbstractModel):
|
|
10526
10441
|
@property
|
10527
10442
|
def Database(self):
|
10528
10443
|
"""数据库名
|
10529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10530
10444
|
:rtype: str
|
10531
10445
|
"""
|
10532
10446
|
return self._Database
|
@@ -11475,15 +11389,12 @@ class DeployGroupInfo(AbstractModel):
|
|
11475
11389
|
:param _Quota: 置放群组实例配额,表示一个置放群组中可容纳的最大实例数目。
|
11476
11390
|
:type Quota: int
|
11477
11391
|
:param _Affinity: 置放群组亲和性策略,目前仅支持策略1,即在物理机纬度打散实例的分布。
|
11478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11479
11392
|
:type Affinity: str
|
11480
11393
|
:param _LimitNum: 置放群组亲和性策略1中,同台物理机上同个置放群组实例的限制个数。
|
11481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11482
11394
|
:type LimitNum: int
|
11483
11395
|
:param _Description: 置放群组详细信息。
|
11484
11396
|
:type Description: str
|
11485
11397
|
:param _DevClass: 置放群组物理机型属性。
|
11486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11487
11398
|
:type DevClass: str
|
11488
11399
|
"""
|
11489
11400
|
self._DeployGroupId = None
|
@@ -11542,7 +11453,6 @@ class DeployGroupInfo(AbstractModel):
|
|
11542
11453
|
@property
|
11543
11454
|
def Affinity(self):
|
11544
11455
|
"""置放群组亲和性策略,目前仅支持策略1,即在物理机纬度打散实例的分布。
|
11545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11546
11456
|
:rtype: str
|
11547
11457
|
"""
|
11548
11458
|
return self._Affinity
|
@@ -11554,7 +11464,6 @@ class DeployGroupInfo(AbstractModel):
|
|
11554
11464
|
@property
|
11555
11465
|
def LimitNum(self):
|
11556
11466
|
"""置放群组亲和性策略1中,同台物理机上同个置放群组实例的限制个数。
|
11557
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11558
11467
|
:rtype: int
|
11559
11468
|
"""
|
11560
11469
|
return self._LimitNum
|
@@ -11577,7 +11486,6 @@ class DeployGroupInfo(AbstractModel):
|
|
11577
11486
|
@property
|
11578
11487
|
def DevClass(self):
|
11579
11488
|
"""置放群组物理机型属性。
|
11580
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11581
11489
|
:rtype: str
|
11582
11490
|
"""
|
11583
11491
|
return self._DevClass
|
@@ -11978,10 +11886,8 @@ class DescribeAsyncRequestInfoResponse(AbstractModel):
|
|
11978
11886
|
def __init__(self):
|
11979
11887
|
r"""
|
11980
11888
|
:param _Status: 任务执行结果。可能的取值:INITIAL - 初始化,RUNNING - 运行中,SUCCESS - 执行成功,FAILED - 执行失败,KILLED - 已终止,REMOVED - 已删除,PAUSED - 终止中。
|
11981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11982
11889
|
:type Status: str
|
11983
11890
|
:param _Info: 任务执行信息描述。
|
11984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11985
11891
|
:type Info: str
|
11986
11892
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11987
11893
|
:type RequestId: str
|
@@ -11993,7 +11899,6 @@ class DescribeAsyncRequestInfoResponse(AbstractModel):
|
|
11993
11899
|
@property
|
11994
11900
|
def Status(self):
|
11995
11901
|
"""任务执行结果。可能的取值:INITIAL - 初始化,RUNNING - 运行中,SUCCESS - 执行成功,FAILED - 执行失败,KILLED - 已终止,REMOVED - 已删除,PAUSED - 终止中。
|
11996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11997
11902
|
:rtype: str
|
11998
11903
|
"""
|
11999
11904
|
return self._Status
|
@@ -12005,7 +11910,6 @@ class DescribeAsyncRequestInfoResponse(AbstractModel):
|
|
12005
11910
|
@property
|
12006
11911
|
def Info(self):
|
12007
11912
|
"""任务执行信息描述。
|
12008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12009
11913
|
:rtype: str
|
12010
11914
|
"""
|
12011
11915
|
return self._Info
|
@@ -12076,14 +11980,12 @@ class DescribeAuditConfigResponse(AbstractModel):
|
|
12076
11980
|
def __init__(self):
|
12077
11981
|
r"""
|
12078
11982
|
:param _LogExpireDay: 审计日志保存时长。目前支持的值包括:[0,7,30,180,365,1095,1825]。
|
12079
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12080
11983
|
:type LogExpireDay: int
|
12081
11984
|
:param _LogType: 审计日志存储类型。目前支持的值包括:"storage" - 存储型。
|
12082
11985
|
:type LogType: str
|
12083
11986
|
:param _IsClosing: 是否正在关闭审计。目前支持的值包括:"false"-否,"true"-是
|
12084
11987
|
:type IsClosing: str
|
12085
11988
|
:param _CreateTime: 审计服务开通时间。
|
12086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12087
11989
|
:type CreateTime: str
|
12088
11990
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12089
11991
|
:type RequestId: str
|
@@ -12097,7 +11999,6 @@ class DescribeAuditConfigResponse(AbstractModel):
|
|
12097
11999
|
@property
|
12098
12000
|
def LogExpireDay(self):
|
12099
12001
|
"""审计日志保存时长。目前支持的值包括:[0,7,30,180,365,1095,1825]。
|
12100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12101
12002
|
:rtype: int
|
12102
12003
|
"""
|
12103
12004
|
return self._LogExpireDay
|
@@ -12131,7 +12032,6 @@ class DescribeAuditConfigResponse(AbstractModel):
|
|
12131
12032
|
@property
|
12132
12033
|
def CreateTime(self):
|
12133
12034
|
"""审计服务开通时间。
|
12134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12135
12035
|
:rtype: str
|
12136
12036
|
"""
|
12137
12037
|
return self._CreateTime
|
@@ -12417,7 +12317,6 @@ class DescribeAuditLogFilesResponse(AbstractModel):
|
|
12417
12317
|
:param _TotalCount: 符合条件的审计日志文件个数。
|
12418
12318
|
:type TotalCount: int
|
12419
12319
|
:param _Items: 审计日志文件详情。
|
12420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12421
12320
|
:type Items: list of AuditLogFile
|
12422
12321
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12423
12322
|
:type RequestId: str
|
@@ -12440,7 +12339,6 @@ class DescribeAuditLogFilesResponse(AbstractModel):
|
|
12440
12339
|
@property
|
12441
12340
|
def Items(self):
|
12442
12341
|
"""审计日志文件详情。
|
12443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12444
12342
|
:rtype: list of AuditLogFile
|
12445
12343
|
"""
|
12446
12344
|
return self._Items
|
@@ -12827,7 +12725,6 @@ class DescribeAuditPoliciesResponse(AbstractModel):
|
|
12827
12725
|
:param _TotalCount: 符合条件的审计策略个数。
|
12828
12726
|
:type TotalCount: int
|
12829
12727
|
:param _Items: 审计策略详情。
|
12830
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12831
12728
|
:type Items: list of AuditPolicy
|
12832
12729
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12833
12730
|
:type RequestId: str
|
@@ -12850,7 +12747,6 @@ class DescribeAuditPoliciesResponse(AbstractModel):
|
|
12850
12747
|
@property
|
12851
12748
|
def Items(self):
|
12852
12749
|
"""审计策略详情。
|
12853
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12854
12750
|
:rtype: list of AuditPolicy
|
12855
12751
|
"""
|
12856
12752
|
return self._Items
|
@@ -13177,7 +13073,6 @@ class DescribeAuditRuleTemplatesResponse(AbstractModel):
|
|
13177
13073
|
:param _TotalCount: 符合查询条件的实例总数。
|
13178
13074
|
:type TotalCount: int
|
13179
13075
|
:param _Items: 规则模板详细信息列表。
|
13180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13181
13076
|
:type Items: list of AuditRuleTemplateInfo
|
13182
13077
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13183
13078
|
:type RequestId: str
|
@@ -13200,7 +13095,6 @@ class DescribeAuditRuleTemplatesResponse(AbstractModel):
|
|
13200
13095
|
@property
|
13201
13096
|
def Items(self):
|
13202
13097
|
"""规则模板详细信息列表。
|
13203
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13204
13098
|
:rtype: list of AuditRuleTemplateInfo
|
13205
13099
|
"""
|
13206
13100
|
return self._Items
|
@@ -14083,13 +13977,10 @@ class DescribeBackupOverviewResponse(AbstractModel):
|
|
14083
13977
|
:param _FreeVolume: 用户在当前地域获得的赠送备份容量。
|
14084
13978
|
:type FreeVolume: int
|
14085
13979
|
:param _RemoteBackupVolume: 用户在当前地域的异地备份总容量。
|
14086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14087
13980
|
:type RemoteBackupVolume: int
|
14088
13981
|
:param _BackupArchiveVolume: 归档备份容量,包含数据备份以及日志备份。
|
14089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14090
13982
|
:type BackupArchiveVolume: int
|
14091
13983
|
:param _BackupStandbyVolume: 标准存储备份容量,包含数据备份以及日志备份。
|
14092
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14093
13984
|
:type BackupStandbyVolume: int
|
14094
13985
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14095
13986
|
:type RequestId: str
|
@@ -14150,7 +14041,6 @@ class DescribeBackupOverviewResponse(AbstractModel):
|
|
14150
14041
|
@property
|
14151
14042
|
def RemoteBackupVolume(self):
|
14152
14043
|
"""用户在当前地域的异地备份总容量。
|
14153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14154
14044
|
:rtype: int
|
14155
14045
|
"""
|
14156
14046
|
return self._RemoteBackupVolume
|
@@ -14162,7 +14052,6 @@ class DescribeBackupOverviewResponse(AbstractModel):
|
|
14162
14052
|
@property
|
14163
14053
|
def BackupArchiveVolume(self):
|
14164
14054
|
"""归档备份容量,包含数据备份以及日志备份。
|
14165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14166
14055
|
:rtype: int
|
14167
14056
|
"""
|
14168
14057
|
return self._BackupArchiveVolume
|
@@ -14174,7 +14063,6 @@ class DescribeBackupOverviewResponse(AbstractModel):
|
|
14174
14063
|
@property
|
14175
14064
|
def BackupStandbyVolume(self):
|
14176
14065
|
"""标准存储备份容量,包含数据备份以及日志备份。
|
14177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14178
14066
|
:rtype: int
|
14179
14067
|
"""
|
14180
14068
|
return self._BackupStandbyVolume
|
@@ -14911,10 +14799,8 @@ class DescribeCdbProxyInfoResponse(AbstractModel):
|
|
14911
14799
|
def __init__(self):
|
14912
14800
|
r"""
|
14913
14801
|
:param _Count: 代理组数量
|
14914
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14915
14802
|
:type Count: int
|
14916
14803
|
:param _ProxyInfos: 代理组信息
|
14917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14918
14804
|
:type ProxyInfos: list of ProxyGroupInfo
|
14919
14805
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14920
14806
|
:type RequestId: str
|
@@ -14926,7 +14812,6 @@ class DescribeCdbProxyInfoResponse(AbstractModel):
|
|
14926
14812
|
@property
|
14927
14813
|
def Count(self):
|
14928
14814
|
"""代理组数量
|
14929
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14930
14815
|
:rtype: int
|
14931
14816
|
"""
|
14932
14817
|
return self._Count
|
@@ -14938,7 +14823,6 @@ class DescribeCdbProxyInfoResponse(AbstractModel):
|
|
14938
14823
|
@property
|
14939
14824
|
def ProxyInfos(self):
|
14940
14825
|
"""代理组信息
|
14941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14942
14826
|
:rtype: list of ProxyGroupInfo
|
14943
14827
|
"""
|
14944
14828
|
return self._ProxyInfos
|
@@ -15360,13 +15244,10 @@ class DescribeCpuExpandStrategyResponse(AbstractModel):
|
|
15360
15244
|
def __init__(self):
|
15361
15245
|
r"""
|
15362
15246
|
:param _Type: 策略类型。可选值 auto、manual。
|
15363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15364
15247
|
:type Type: str
|
15365
15248
|
:param _ExpandCpu: 手动扩容的 CPU 。Type为 manual 时有效。
|
15366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15367
15249
|
:type ExpandCpu: str
|
15368
15250
|
:param _AutoStrategy: 自动扩容策略。Type 为 auto 时有效
|
15369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15370
15251
|
:type AutoStrategy: str
|
15371
15252
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15372
15253
|
:type RequestId: str
|
@@ -15379,7 +15260,6 @@ class DescribeCpuExpandStrategyResponse(AbstractModel):
|
|
15379
15260
|
@property
|
15380
15261
|
def Type(self):
|
15381
15262
|
"""策略类型。可选值 auto、manual。
|
15382
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15383
15263
|
:rtype: str
|
15384
15264
|
"""
|
15385
15265
|
return self._Type
|
@@ -15391,7 +15271,6 @@ class DescribeCpuExpandStrategyResponse(AbstractModel):
|
|
15391
15271
|
@property
|
15392
15272
|
def ExpandCpu(self):
|
15393
15273
|
"""手动扩容的 CPU 。Type为 manual 时有效。
|
15394
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15395
15274
|
:rtype: str
|
15396
15275
|
"""
|
15397
15276
|
return self._ExpandCpu
|
@@ -15402,14 +15281,17 @@ class DescribeCpuExpandStrategyResponse(AbstractModel):
|
|
15402
15281
|
|
15403
15282
|
@property
|
15404
15283
|
def AutoStrategy(self):
|
15284
|
+
warnings.warn("parameter `AutoStrategy` is deprecated", DeprecationWarning)
|
15285
|
+
|
15405
15286
|
"""自动扩容策略。Type 为 auto 时有效
|
15406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15407
15287
|
:rtype: str
|
15408
15288
|
"""
|
15409
15289
|
return self._AutoStrategy
|
15410
15290
|
|
15411
15291
|
@AutoStrategy.setter
|
15412
15292
|
def AutoStrategy(self, AutoStrategy):
|
15293
|
+
warnings.warn("parameter `AutoStrategy` is deprecated", DeprecationWarning)
|
15294
|
+
|
15413
15295
|
self._AutoStrategy = AutoStrategy
|
15414
15296
|
|
15415
15297
|
@property
|
@@ -16161,13 +16043,10 @@ class DescribeDBInstanceInfoResponse(AbstractModel):
|
|
16161
16043
|
:param _Encryption: 是否开通加密,YES 已开通,NO 未开通。
|
16162
16044
|
:type Encryption: str
|
16163
16045
|
:param _KeyId: 加密使用的密钥 ID 。
|
16164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16165
16046
|
:type KeyId: str
|
16166
16047
|
:param _KeyRegion: 密钥所在地域。
|
16167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16168
16048
|
:type KeyRegion: str
|
16169
16049
|
:param _DefaultKmsRegion: 当前 CDB 后端服务使用的 KMS 服务的默认地域。
|
16170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16171
16050
|
:type DefaultKmsRegion: str
|
16172
16051
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16173
16052
|
:type RequestId: str
|
@@ -16216,7 +16095,6 @@ class DescribeDBInstanceInfoResponse(AbstractModel):
|
|
16216
16095
|
@property
|
16217
16096
|
def KeyId(self):
|
16218
16097
|
"""加密使用的密钥 ID 。
|
16219
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16220
16098
|
:rtype: str
|
16221
16099
|
"""
|
16222
16100
|
return self._KeyId
|
@@ -16228,7 +16106,6 @@ class DescribeDBInstanceInfoResponse(AbstractModel):
|
|
16228
16106
|
@property
|
16229
16107
|
def KeyRegion(self):
|
16230
16108
|
"""密钥所在地域。
|
16231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16232
16109
|
:rtype: str
|
16233
16110
|
"""
|
16234
16111
|
return self._KeyRegion
|
@@ -16240,7 +16117,6 @@ class DescribeDBInstanceInfoResponse(AbstractModel):
|
|
16240
16117
|
@property
|
16241
16118
|
def DefaultKmsRegion(self):
|
16242
16119
|
"""当前 CDB 后端服务使用的 KMS 服务的默认地域。
|
16243
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16244
16120
|
:rtype: str
|
16245
16121
|
"""
|
16246
16122
|
return self._DefaultKmsRegion
|
@@ -16518,7 +16394,7 @@ class DescribeDBInstancesRequest(AbstractModel):
|
|
16518
16394
|
:type PayTypes: list of int non-negative
|
16519
16395
|
:param _InstanceNames: 实例名称。
|
16520
16396
|
:type InstanceNames: list of str
|
16521
|
-
:param _TaskStatus: 实例任务状态,可能取值:<br>0 - 没有任务<br>1 - 升级中<br>2 - 数据导入中<br>3 - 开放Slave中<br>4 - 外网访问开通中<br>5 - 批量操作执行中<br>6 - 回档中<br>7 - 外网访问关闭中<br>8 - 密码修改中<br>9 - 实例名修改中<br>10 - 重启中<br>12 - 自建迁移中<br>13 - 删除库表中<br>14 - 灾备实例创建同步中<br>15 - 升级待切换<br>16 - 升级切换中<br>17 - 升级切换完成<br>19 -
|
16397
|
+
:param _TaskStatus: 实例任务状态,可能取值:<br>0 - 没有任务<br>1 - 升级中<br>2 - 数据导入中<br>3 - 开放Slave中<br>4 - 外网访问开通中<br>5 - 批量操作执行中<br>6 - 回档中<br>7 - 外网访问关闭中<br>8 - 密码修改中<br>9 - 实例名修改中<br>10 - 重启中<br>12 - 自建迁移中<br>13 - 删除库表中<br>14 - 灾备实例创建同步中<br>15 - 升级待切换<br>16 - 升级切换中<br>17 - 升级切换完成<br>19 - 参数设置待执行<br>34 - 原地升级待执行
|
16522
16398
|
:type TaskStatus: list of int non-negative
|
16523
16399
|
:param _EngineVersions: 实例数据库引擎版本,可能取值:5.1、5.5、5.6 和 5.7。
|
16524
16400
|
:type EngineVersions: list of str
|
@@ -16563,6 +16439,7 @@ class DescribeDBInstancesRequest(AbstractModel):
|
|
16563
16439
|
:param _UniqSubnetIds: 私有网络字符型subnetId
|
16564
16440
|
:type UniqSubnetIds: list of str
|
16565
16441
|
:param _Tags: 标签键值
|
16442
|
+
请注意,创建中的实例无法查询到标签。
|
16566
16443
|
:type Tags: list of Tag
|
16567
16444
|
:param _ProxyVips: 数据库代理 IP 。
|
16568
16445
|
:type ProxyVips: list of str
|
@@ -16711,7 +16588,7 @@ class DescribeDBInstancesRequest(AbstractModel):
|
|
16711
16588
|
|
16712
16589
|
@property
|
16713
16590
|
def TaskStatus(self):
|
16714
|
-
"""实例任务状态,可能取值:<br>0 - 没有任务<br>1 - 升级中<br>2 - 数据导入中<br>3 - 开放Slave中<br>4 - 外网访问开通中<br>5 - 批量操作执行中<br>6 - 回档中<br>7 - 外网访问关闭中<br>8 - 密码修改中<br>9 - 实例名修改中<br>10 - 重启中<br>12 - 自建迁移中<br>13 - 删除库表中<br>14 - 灾备实例创建同步中<br>15 - 升级待切换<br>16 - 升级切换中<br>17 - 升级切换完成<br>19 -
|
16591
|
+
"""实例任务状态,可能取值:<br>0 - 没有任务<br>1 - 升级中<br>2 - 数据导入中<br>3 - 开放Slave中<br>4 - 外网访问开通中<br>5 - 批量操作执行中<br>6 - 回档中<br>7 - 外网访问关闭中<br>8 - 密码修改中<br>9 - 实例名修改中<br>10 - 重启中<br>12 - 自建迁移中<br>13 - 删除库表中<br>14 - 灾备实例创建同步中<br>15 - 升级待切换<br>16 - 升级切换中<br>17 - 升级切换完成<br>19 - 参数设置待执行<br>34 - 原地升级待执行
|
16715
16592
|
:rtype: list of int non-negative
|
16716
16593
|
"""
|
16717
16594
|
return self._TaskStatus
|
@@ -16954,6 +16831,7 @@ class DescribeDBInstancesRequest(AbstractModel):
|
|
16954
16831
|
@property
|
16955
16832
|
def Tags(self):
|
16956
16833
|
"""标签键值
|
16834
|
+
请注意,创建中的实例无法查询到标签。
|
16957
16835
|
:rtype: list of Tag
|
16958
16836
|
"""
|
16959
16837
|
return self._Tags
|
@@ -18292,7 +18170,6 @@ class DescribeDeployGroupListResponse(AbstractModel):
|
|
18292
18170
|
:param _Total: 符合条件的记录总数。
|
18293
18171
|
:type Total: int
|
18294
18172
|
:param _Items: 返回列表。
|
18295
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18296
18173
|
:type Items: list of DeployGroupInfo
|
18297
18174
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18298
18175
|
:type RequestId: str
|
@@ -18315,7 +18192,6 @@ class DescribeDeployGroupListResponse(AbstractModel):
|
|
18315
18192
|
@property
|
18316
18193
|
def Items(self):
|
18317
18194
|
"""返回列表。
|
18318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18319
18195
|
:rtype: list of DeployGroupInfo
|
18320
18196
|
"""
|
18321
18197
|
return self._Items
|
@@ -18630,7 +18506,6 @@ class DescribeErrorLogDataResponse(AbstractModel):
|
|
18630
18506
|
:param _TotalCount: 符合条件的记录总数。
|
18631
18507
|
:type TotalCount: int
|
18632
18508
|
:param _Items: 返回的记录。
|
18633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18634
18509
|
:type Items: list of ErrlogItem
|
18635
18510
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18636
18511
|
:type RequestId: str
|
@@ -18653,7 +18528,6 @@ class DescribeErrorLogDataResponse(AbstractModel):
|
|
18653
18528
|
@property
|
18654
18529
|
def Items(self):
|
18655
18530
|
"""返回的记录。
|
18656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18657
18531
|
:rtype: list of ErrlogItem
|
18658
18532
|
"""
|
18659
18533
|
return self._Items
|
@@ -18851,7 +18725,6 @@ class DescribeInstanceAlarmEventsResponse(AbstractModel):
|
|
18851
18725
|
:param _TotalCount: 事件数。
|
18852
18726
|
:type TotalCount: int
|
18853
18727
|
:param _Items: 事件信息。查询不到信息时,Items为null。
|
18854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18855
18728
|
:type Items: list of InstEventInfo
|
18856
18729
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18857
18730
|
:type RequestId: str
|
@@ -18874,7 +18747,6 @@ class DescribeInstanceAlarmEventsResponse(AbstractModel):
|
|
18874
18747
|
@property
|
18875
18748
|
def Items(self):
|
18876
18749
|
"""事件信息。查询不到信息时,Items为null。
|
18877
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18878
18750
|
:rtype: list of InstEventInfo
|
18879
18751
|
"""
|
18880
18752
|
return self._Items
|
@@ -19677,7 +19549,6 @@ class DescribeParamTemplateInfoResponse(AbstractModel):
|
|
19677
19549
|
:param _TemplateType: 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
19678
19550
|
:type TemplateType: str
|
19679
19551
|
:param _EngineType: 参数模板引擎。支持值包括:"InnoDB","RocksDB"。
|
19680
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19681
19552
|
:type EngineType: str
|
19682
19553
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19683
19554
|
:type RequestId: str
|
@@ -19772,7 +19643,6 @@ class DescribeParamTemplateInfoResponse(AbstractModel):
|
|
19772
19643
|
@property
|
19773
19644
|
def EngineType(self):
|
19774
19645
|
"""参数模板引擎。支持值包括:"InnoDB","RocksDB"。
|
19775
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19776
19646
|
:rtype: str
|
19777
19647
|
"""
|
19778
19648
|
return self._EngineType
|
@@ -20127,13 +19997,10 @@ class DescribeProxyCustomConfResponse(AbstractModel):
|
|
20127
19997
|
def __init__(self):
|
20128
19998
|
r"""
|
20129
19999
|
:param _Count: 代理配置数
|
20130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20131
20000
|
:type Count: int
|
20132
20001
|
:param _CustomConf: 代理配置
|
20133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20134
20002
|
:type CustomConf: :class:`tencentcloud.cdb.v20170320.models.CustomConfig`
|
20135
20003
|
:param _WeightRule: 权重限制
|
20136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20137
20004
|
:type WeightRule: :class:`tencentcloud.cdb.v20170320.models.Rule`
|
20138
20005
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20139
20006
|
:type RequestId: str
|
@@ -20146,7 +20013,6 @@ class DescribeProxyCustomConfResponse(AbstractModel):
|
|
20146
20013
|
@property
|
20147
20014
|
def Count(self):
|
20148
20015
|
"""代理配置数
|
20149
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20150
20016
|
:rtype: int
|
20151
20017
|
"""
|
20152
20018
|
return self._Count
|
@@ -20158,7 +20024,6 @@ class DescribeProxyCustomConfResponse(AbstractModel):
|
|
20158
20024
|
@property
|
20159
20025
|
def CustomConf(self):
|
20160
20026
|
"""代理配置
|
20161
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20162
20027
|
:rtype: :class:`tencentcloud.cdb.v20170320.models.CustomConfig`
|
20163
20028
|
"""
|
20164
20029
|
return self._CustomConf
|
@@ -20170,7 +20035,6 @@ class DescribeProxyCustomConfResponse(AbstractModel):
|
|
20170
20035
|
@property
|
20171
20036
|
def WeightRule(self):
|
20172
20037
|
"""权重限制
|
20173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20174
20038
|
:rtype: :class:`tencentcloud.cdb.v20170320.models.Rule`
|
20175
20039
|
"""
|
20176
20040
|
return self._WeightRule
|
@@ -20246,34 +20110,24 @@ class DescribeProxySupportParamResponse(AbstractModel):
|
|
20246
20110
|
def __init__(self):
|
20247
20111
|
r"""
|
20248
20112
|
:param _ProxyVersion: 支持最大代理版本
|
20249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20250
20113
|
:type ProxyVersion: str
|
20251
20114
|
:param _SupportPool: 是否支持连接池
|
20252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20253
20115
|
:type SupportPool: bool
|
20254
20116
|
:param _PoolMin: 连接池最小值
|
20255
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20256
20117
|
:type PoolMin: int
|
20257
20118
|
:param _PoolMax: 连接池最大值
|
20258
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20259
20119
|
:type PoolMax: int
|
20260
20120
|
:param _SupportTransSplit: 是否支持事务拆分
|
20261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20262
20121
|
:type SupportTransSplit: bool
|
20263
20122
|
:param _SupportPoolMinVersion: 支持连接池的最小代理版本
|
20264
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20265
20123
|
:type SupportPoolMinVersion: str
|
20266
20124
|
:param _SupportTransSplitMinVersion: 支持事务拆分的最小代理版本
|
20267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20268
20125
|
:type SupportTransSplitMinVersion: str
|
20269
20126
|
:param _SupportReadOnly: 是否支持设置只读
|
20270
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20271
20127
|
:type SupportReadOnly: bool
|
20272
20128
|
:param _SupportAutoLoadBalance: 是否自动均衡负载
|
20273
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20274
20129
|
:type SupportAutoLoadBalance: bool
|
20275
20130
|
:param _SupportAccessMode: 是否支持接入模式
|
20276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20277
20131
|
:type SupportAccessMode: bool
|
20278
20132
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20279
20133
|
:type RequestId: str
|
@@ -20293,7 +20147,6 @@ class DescribeProxySupportParamResponse(AbstractModel):
|
|
20293
20147
|
@property
|
20294
20148
|
def ProxyVersion(self):
|
20295
20149
|
"""支持最大代理版本
|
20296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20297
20150
|
:rtype: str
|
20298
20151
|
"""
|
20299
20152
|
return self._ProxyVersion
|
@@ -20305,7 +20158,6 @@ class DescribeProxySupportParamResponse(AbstractModel):
|
|
20305
20158
|
@property
|
20306
20159
|
def SupportPool(self):
|
20307
20160
|
"""是否支持连接池
|
20308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20309
20161
|
:rtype: bool
|
20310
20162
|
"""
|
20311
20163
|
return self._SupportPool
|
@@ -20317,7 +20169,6 @@ class DescribeProxySupportParamResponse(AbstractModel):
|
|
20317
20169
|
@property
|
20318
20170
|
def PoolMin(self):
|
20319
20171
|
"""连接池最小值
|
20320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20321
20172
|
:rtype: int
|
20322
20173
|
"""
|
20323
20174
|
return self._PoolMin
|
@@ -20329,7 +20180,6 @@ class DescribeProxySupportParamResponse(AbstractModel):
|
|
20329
20180
|
@property
|
20330
20181
|
def PoolMax(self):
|
20331
20182
|
"""连接池最大值
|
20332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20333
20183
|
:rtype: int
|
20334
20184
|
"""
|
20335
20185
|
return self._PoolMax
|
@@ -20341,7 +20191,6 @@ class DescribeProxySupportParamResponse(AbstractModel):
|
|
20341
20191
|
@property
|
20342
20192
|
def SupportTransSplit(self):
|
20343
20193
|
"""是否支持事务拆分
|
20344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20345
20194
|
:rtype: bool
|
20346
20195
|
"""
|
20347
20196
|
return self._SupportTransSplit
|
@@ -20353,7 +20202,6 @@ class DescribeProxySupportParamResponse(AbstractModel):
|
|
20353
20202
|
@property
|
20354
20203
|
def SupportPoolMinVersion(self):
|
20355
20204
|
"""支持连接池的最小代理版本
|
20356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20357
20205
|
:rtype: str
|
20358
20206
|
"""
|
20359
20207
|
return self._SupportPoolMinVersion
|
@@ -20365,7 +20213,6 @@ class DescribeProxySupportParamResponse(AbstractModel):
|
|
20365
20213
|
@property
|
20366
20214
|
def SupportTransSplitMinVersion(self):
|
20367
20215
|
"""支持事务拆分的最小代理版本
|
20368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20369
20216
|
:rtype: str
|
20370
20217
|
"""
|
20371
20218
|
return self._SupportTransSplitMinVersion
|
@@ -20377,7 +20224,6 @@ class DescribeProxySupportParamResponse(AbstractModel):
|
|
20377
20224
|
@property
|
20378
20225
|
def SupportReadOnly(self):
|
20379
20226
|
"""是否支持设置只读
|
20380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20381
20227
|
:rtype: bool
|
20382
20228
|
"""
|
20383
20229
|
return self._SupportReadOnly
|
@@ -20389,7 +20235,6 @@ class DescribeProxySupportParamResponse(AbstractModel):
|
|
20389
20235
|
@property
|
20390
20236
|
def SupportAutoLoadBalance(self):
|
20391
20237
|
"""是否自动均衡负载
|
20392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20393
20238
|
:rtype: bool
|
20394
20239
|
"""
|
20395
20240
|
return self._SupportAutoLoadBalance
|
@@ -20401,7 +20246,6 @@ class DescribeProxySupportParamResponse(AbstractModel):
|
|
20401
20246
|
@property
|
20402
20247
|
def SupportAccessMode(self):
|
20403
20248
|
"""是否支持接入模式
|
20404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20405
20249
|
:rtype: bool
|
20406
20250
|
"""
|
20407
20251
|
return self._SupportAccessMode
|
@@ -20988,7 +20832,6 @@ class DescribeRollbackTaskDetailResponse(AbstractModel):
|
|
20988
20832
|
:param _TotalCount: 符合条件的记录总数。
|
20989
20833
|
:type TotalCount: int
|
20990
20834
|
:param _Items: 回档任务详情。
|
20991
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20992
20835
|
:type Items: list of RollbackTask
|
20993
20836
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20994
20837
|
:type RequestId: str
|
@@ -21011,7 +20854,6 @@ class DescribeRollbackTaskDetailResponse(AbstractModel):
|
|
21011
20854
|
@property
|
21012
20855
|
def Items(self):
|
21013
20856
|
"""回档任务详情。
|
21014
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21015
20857
|
:rtype: list of RollbackTask
|
21016
20858
|
"""
|
21017
20859
|
return self._Items
|
@@ -21371,7 +21213,6 @@ class DescribeSlowLogDataResponse(AbstractModel):
|
|
21371
21213
|
:param _TotalCount: 符合条件的记录总数。
|
21372
21214
|
:type TotalCount: int
|
21373
21215
|
:param _Items: 查询到的记录。
|
21374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21375
21216
|
:type Items: list of SlowLogItem
|
21376
21217
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21377
21218
|
:type RequestId: str
|
@@ -21394,7 +21235,6 @@ class DescribeSlowLogDataResponse(AbstractModel):
|
|
21394
21235
|
@property
|
21395
21236
|
def Items(self):
|
21396
21237
|
"""查询到的记录。
|
21397
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21398
21238
|
:rtype: list of SlowLogItem
|
21399
21239
|
"""
|
21400
21240
|
return self._Items
|
@@ -23122,10 +22962,8 @@ class ErrlogItem(AbstractModel):
|
|
23122
22962
|
def __init__(self):
|
23123
22963
|
r"""
|
23124
22964
|
:param _Timestamp: 错误发生时间。
|
23125
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23126
22965
|
:type Timestamp: int
|
23127
22966
|
:param _Content: 错误详情
|
23128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23129
22967
|
:type Content: str
|
23130
22968
|
"""
|
23131
22969
|
self._Timestamp = None
|
@@ -23134,7 +22972,6 @@ class ErrlogItem(AbstractModel):
|
|
23134
22972
|
@property
|
23135
22973
|
def Timestamp(self):
|
23136
22974
|
"""错误发生时间。
|
23137
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23138
22975
|
:rtype: int
|
23139
22976
|
"""
|
23140
22977
|
return self._Timestamp
|
@@ -23146,7 +22983,6 @@ class ErrlogItem(AbstractModel):
|
|
23146
22983
|
@property
|
23147
22984
|
def Content(self):
|
23148
22985
|
"""错误详情
|
23149
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23150
22986
|
:rtype: str
|
23151
22987
|
"""
|
23152
22988
|
return self._Content
|
@@ -23177,43 +23013,30 @@ class ImportRecord(AbstractModel):
|
|
23177
23013
|
def __init__(self):
|
23178
23014
|
r"""
|
23179
23015
|
:param _Status: 状态值
|
23180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23181
23016
|
:type Status: int
|
23182
23017
|
:param _Code: 状态值
|
23183
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23184
23018
|
:type Code: int
|
23185
23019
|
:param _CostTime: 执行时间
|
23186
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23187
23020
|
:type CostTime: int
|
23188
23021
|
:param _InstanceId: 实例ID
|
23189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23190
23022
|
:type InstanceId: str
|
23191
23023
|
:param _WorkId: 后端任务ID
|
23192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23193
23024
|
:type WorkId: str
|
23194
23025
|
:param _FileName: 导入文件名
|
23195
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23196
23026
|
:type FileName: str
|
23197
23027
|
:param _Process: 执行进度
|
23198
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23199
23028
|
:type Process: int
|
23200
23029
|
:param _CreateTime: 任务创建时间
|
23201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23202
23030
|
:type CreateTime: str
|
23203
23031
|
:param _FileSize: 文件大小
|
23204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23205
23032
|
:type FileSize: str
|
23206
23033
|
:param _Message: 任务执行信息
|
23207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23208
23034
|
:type Message: str
|
23209
23035
|
:param _JobId: 任务ID
|
23210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23211
23036
|
:type JobId: int
|
23212
23037
|
:param _DbName: 导入库表名
|
23213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23214
23038
|
:type DbName: str
|
23215
23039
|
:param _AsyncRequestId: 异步任务的请求ID
|
23216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23217
23040
|
:type AsyncRequestId: str
|
23218
23041
|
"""
|
23219
23042
|
self._Status = None
|
@@ -23233,7 +23056,6 @@ class ImportRecord(AbstractModel):
|
|
23233
23056
|
@property
|
23234
23057
|
def Status(self):
|
23235
23058
|
"""状态值
|
23236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23237
23059
|
:rtype: int
|
23238
23060
|
"""
|
23239
23061
|
return self._Status
|
@@ -23245,7 +23067,6 @@ class ImportRecord(AbstractModel):
|
|
23245
23067
|
@property
|
23246
23068
|
def Code(self):
|
23247
23069
|
"""状态值
|
23248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23249
23070
|
:rtype: int
|
23250
23071
|
"""
|
23251
23072
|
return self._Code
|
@@ -23257,7 +23078,6 @@ class ImportRecord(AbstractModel):
|
|
23257
23078
|
@property
|
23258
23079
|
def CostTime(self):
|
23259
23080
|
"""执行时间
|
23260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23261
23081
|
:rtype: int
|
23262
23082
|
"""
|
23263
23083
|
return self._CostTime
|
@@ -23269,7 +23089,6 @@ class ImportRecord(AbstractModel):
|
|
23269
23089
|
@property
|
23270
23090
|
def InstanceId(self):
|
23271
23091
|
"""实例ID
|
23272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23273
23092
|
:rtype: str
|
23274
23093
|
"""
|
23275
23094
|
return self._InstanceId
|
@@ -23281,7 +23100,6 @@ class ImportRecord(AbstractModel):
|
|
23281
23100
|
@property
|
23282
23101
|
def WorkId(self):
|
23283
23102
|
"""后端任务ID
|
23284
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23285
23103
|
:rtype: str
|
23286
23104
|
"""
|
23287
23105
|
return self._WorkId
|
@@ -23293,7 +23111,6 @@ class ImportRecord(AbstractModel):
|
|
23293
23111
|
@property
|
23294
23112
|
def FileName(self):
|
23295
23113
|
"""导入文件名
|
23296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23297
23114
|
:rtype: str
|
23298
23115
|
"""
|
23299
23116
|
return self._FileName
|
@@ -23305,7 +23122,6 @@ class ImportRecord(AbstractModel):
|
|
23305
23122
|
@property
|
23306
23123
|
def Process(self):
|
23307
23124
|
"""执行进度
|
23308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23309
23125
|
:rtype: int
|
23310
23126
|
"""
|
23311
23127
|
return self._Process
|
@@ -23317,7 +23133,6 @@ class ImportRecord(AbstractModel):
|
|
23317
23133
|
@property
|
23318
23134
|
def CreateTime(self):
|
23319
23135
|
"""任务创建时间
|
23320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23321
23136
|
:rtype: str
|
23322
23137
|
"""
|
23323
23138
|
return self._CreateTime
|
@@ -23329,7 +23144,6 @@ class ImportRecord(AbstractModel):
|
|
23329
23144
|
@property
|
23330
23145
|
def FileSize(self):
|
23331
23146
|
"""文件大小
|
23332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23333
23147
|
:rtype: str
|
23334
23148
|
"""
|
23335
23149
|
return self._FileSize
|
@@ -23341,7 +23155,6 @@ class ImportRecord(AbstractModel):
|
|
23341
23155
|
@property
|
23342
23156
|
def Message(self):
|
23343
23157
|
"""任务执行信息
|
23344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23345
23158
|
:rtype: str
|
23346
23159
|
"""
|
23347
23160
|
return self._Message
|
@@ -23353,7 +23166,6 @@ class ImportRecord(AbstractModel):
|
|
23353
23166
|
@property
|
23354
23167
|
def JobId(self):
|
23355
23168
|
"""任务ID
|
23356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23357
23169
|
:rtype: int
|
23358
23170
|
"""
|
23359
23171
|
return self._JobId
|
@@ -23365,7 +23177,6 @@ class ImportRecord(AbstractModel):
|
|
23365
23177
|
@property
|
23366
23178
|
def DbName(self):
|
23367
23179
|
"""导入库表名
|
23368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23369
23180
|
:rtype: str
|
23370
23181
|
"""
|
23371
23182
|
return self._DbName
|
@@ -23377,7 +23188,6 @@ class ImportRecord(AbstractModel):
|
|
23377
23188
|
@property
|
23378
23189
|
def AsyncRequestId(self):
|
23379
23190
|
"""异步任务的请求ID
|
23380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23381
23191
|
:rtype: str
|
23382
23192
|
"""
|
23383
23193
|
return self._AsyncRequestId
|
@@ -23737,7 +23547,6 @@ class InstEventInfo(AbstractModel):
|
|
23737
23547
|
:param _InstanceId: 实例ID。
|
23738
23548
|
:type InstanceId: str
|
23739
23549
|
:param _NodeId: 节点ID
|
23740
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23741
23550
|
:type NodeId: str
|
23742
23551
|
"""
|
23743
23552
|
self._EventName = None
|
@@ -23793,7 +23602,6 @@ class InstEventInfo(AbstractModel):
|
|
23793
23602
|
@property
|
23794
23603
|
def NodeId(self):
|
23795
23604
|
"""节点ID
|
23796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23797
23605
|
:rtype: str
|
23798
23606
|
"""
|
23799
23607
|
return self._NodeId
|
@@ -23957,40 +23765,28 @@ class InstanceDbAuditStatus(AbstractModel):
|
|
23957
23765
|
:param _AuditStatus: 审计状态。ON-表示审计已开启,OFF-表示审计关闭
|
23958
23766
|
:type AuditStatus: str
|
23959
23767
|
:param _AuditTask: 任务状态。0-无任务;1-审计开启中,2-审计关闭中。
|
23960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23961
23768
|
:type AuditTask: int
|
23962
23769
|
:param _LogExpireDay: 日志保留时长。
|
23963
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23964
23770
|
:type LogExpireDay: int
|
23965
23771
|
:param _HighLogExpireDay: 高频存储时长。
|
23966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23967
23772
|
:type HighLogExpireDay: int
|
23968
23773
|
:param _LowLogExpireDay: 低频存储时长。
|
23969
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23970
23774
|
:type LowLogExpireDay: int
|
23971
23775
|
:param _BillingAmount: 日志存储量。
|
23972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23973
23776
|
:type BillingAmount: float
|
23974
23777
|
:param _HighRealStorage: 高频存储量。
|
23975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23976
23778
|
:type HighRealStorage: float
|
23977
23779
|
:param _LowRealStorage: 低频存储量。
|
23978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23979
23780
|
:type LowRealStorage: float
|
23980
23781
|
:param _AuditAll: 是否为全审计。true-表示全审计。
|
23981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23982
23782
|
:type AuditAll: bool
|
23983
23783
|
:param _CreateAt: 审计开通时间。
|
23984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23985
23784
|
:type CreateAt: str
|
23986
23785
|
:param _InstanceInfo: 实例相关信息
|
23987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23988
23786
|
:type InstanceInfo: :class:`tencentcloud.cdb.v20170320.models.AuditInstanceInfo`
|
23989
23787
|
:param _RealStorage: 总存储量。
|
23990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23991
23788
|
:type RealStorage: float
|
23992
23789
|
:param _OldRule: 是否包含审计策略
|
23993
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23994
23790
|
:type OldRule: bool
|
23995
23791
|
:param _RuleTemplateIds: 实例所应用的规则模板。
|
23996
23792
|
:type RuleTemplateIds: list of str
|
@@ -24036,7 +23832,6 @@ class InstanceDbAuditStatus(AbstractModel):
|
|
24036
23832
|
@property
|
24037
23833
|
def AuditTask(self):
|
24038
23834
|
"""任务状态。0-无任务;1-审计开启中,2-审计关闭中。
|
24039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24040
23835
|
:rtype: int
|
24041
23836
|
"""
|
24042
23837
|
return self._AuditTask
|
@@ -24048,7 +23843,6 @@ class InstanceDbAuditStatus(AbstractModel):
|
|
24048
23843
|
@property
|
24049
23844
|
def LogExpireDay(self):
|
24050
23845
|
"""日志保留时长。
|
24051
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24052
23846
|
:rtype: int
|
24053
23847
|
"""
|
24054
23848
|
return self._LogExpireDay
|
@@ -24060,7 +23854,6 @@ class InstanceDbAuditStatus(AbstractModel):
|
|
24060
23854
|
@property
|
24061
23855
|
def HighLogExpireDay(self):
|
24062
23856
|
"""高频存储时长。
|
24063
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24064
23857
|
:rtype: int
|
24065
23858
|
"""
|
24066
23859
|
return self._HighLogExpireDay
|
@@ -24072,7 +23865,6 @@ class InstanceDbAuditStatus(AbstractModel):
|
|
24072
23865
|
@property
|
24073
23866
|
def LowLogExpireDay(self):
|
24074
23867
|
"""低频存储时长。
|
24075
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24076
23868
|
:rtype: int
|
24077
23869
|
"""
|
24078
23870
|
return self._LowLogExpireDay
|
@@ -24084,7 +23876,6 @@ class InstanceDbAuditStatus(AbstractModel):
|
|
24084
23876
|
@property
|
24085
23877
|
def BillingAmount(self):
|
24086
23878
|
"""日志存储量。
|
24087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24088
23879
|
:rtype: float
|
24089
23880
|
"""
|
24090
23881
|
return self._BillingAmount
|
@@ -24096,7 +23887,6 @@ class InstanceDbAuditStatus(AbstractModel):
|
|
24096
23887
|
@property
|
24097
23888
|
def HighRealStorage(self):
|
24098
23889
|
"""高频存储量。
|
24099
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24100
23890
|
:rtype: float
|
24101
23891
|
"""
|
24102
23892
|
return self._HighRealStorage
|
@@ -24108,7 +23898,6 @@ class InstanceDbAuditStatus(AbstractModel):
|
|
24108
23898
|
@property
|
24109
23899
|
def LowRealStorage(self):
|
24110
23900
|
"""低频存储量。
|
24111
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24112
23901
|
:rtype: float
|
24113
23902
|
"""
|
24114
23903
|
return self._LowRealStorage
|
@@ -24120,7 +23909,6 @@ class InstanceDbAuditStatus(AbstractModel):
|
|
24120
23909
|
@property
|
24121
23910
|
def AuditAll(self):
|
24122
23911
|
"""是否为全审计。true-表示全审计。
|
24123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24124
23912
|
:rtype: bool
|
24125
23913
|
"""
|
24126
23914
|
return self._AuditAll
|
@@ -24132,7 +23920,6 @@ class InstanceDbAuditStatus(AbstractModel):
|
|
24132
23920
|
@property
|
24133
23921
|
def CreateAt(self):
|
24134
23922
|
"""审计开通时间。
|
24135
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24136
23923
|
:rtype: str
|
24137
23924
|
"""
|
24138
23925
|
return self._CreateAt
|
@@ -24144,7 +23931,6 @@ class InstanceDbAuditStatus(AbstractModel):
|
|
24144
23931
|
@property
|
24145
23932
|
def InstanceInfo(self):
|
24146
23933
|
"""实例相关信息
|
24147
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24148
23934
|
:rtype: :class:`tencentcloud.cdb.v20170320.models.AuditInstanceInfo`
|
24149
23935
|
"""
|
24150
23936
|
return self._InstanceInfo
|
@@ -24156,7 +23942,6 @@ class InstanceDbAuditStatus(AbstractModel):
|
|
24156
23942
|
@property
|
24157
23943
|
def RealStorage(self):
|
24158
23944
|
"""总存储量。
|
24159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24160
23945
|
:rtype: float
|
24161
23946
|
"""
|
24162
23947
|
return self._RealStorage
|
@@ -24168,7 +23953,6 @@ class InstanceDbAuditStatus(AbstractModel):
|
|
24168
23953
|
@property
|
24169
23954
|
def OldRule(self):
|
24170
23955
|
"""是否包含审计策略
|
24171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24172
23956
|
:rtype: bool
|
24173
23957
|
"""
|
24174
23958
|
return self._OldRule
|
@@ -24231,7 +24015,6 @@ class InstanceInfo(AbstractModel):
|
|
24231
24015
|
:param _InitFlag: 初始化标志,可能的返回值为:0-未初始化;1-已初始化
|
24232
24016
|
:type InitFlag: int
|
24233
24017
|
:param _RoVipInfo: 只读vip信息。单独开通只读实例访问的只读实例才有该字段
|
24234
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24235
24018
|
:type RoVipInfo: :class:`tencentcloud.cdb.v20170320.models.RoVipInfo`
|
24236
24019
|
:param _Memory: 内存容量,单位为 MB
|
24237
24020
|
:type Memory: int
|
@@ -24240,7 +24023,6 @@ class InstanceInfo(AbstractModel):
|
|
24240
24023
|
:param _VpcId: 私有网络 ID,例如:51102
|
24241
24024
|
:type VpcId: int
|
24242
24025
|
:param _SlaveInfo: 备机信息
|
24243
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24244
24026
|
:type SlaveInfo: :class:`tencentcloud.cdb.v20170320.models.SlaveInfo`
|
24245
24027
|
:param _InstanceId: 实例 ID
|
24246
24028
|
:type InstanceId: str
|
@@ -24251,7 +24033,6 @@ class InstanceInfo(AbstractModel):
|
|
24251
24033
|
:param _ProtectMode: 数据复制方式。0 - 异步复制;1 - 半同步复制;2 - 强同步复制
|
24252
24034
|
:type ProtectMode: int
|
24253
24035
|
:param _RoGroups: 只读组详细信息
|
24254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24255
24036
|
:type RoGroups: list of RoGroup
|
24256
24037
|
:param _SubnetId: 子网 ID,例如:2333
|
24257
24038
|
:type SubnetId: int
|
@@ -24268,7 +24049,6 @@ class InstanceInfo(AbstractModel):
|
|
24268
24049
|
:param _TaskStatus: 实例任务状态。0 - 没有任务 ,1 - 升级中,2 - 数据导入中,3 - 开放Slave中,4 - 外网访问开通中,5 - 批量操作执行中,6 - 回档中,7 - 外网访问关闭中,8 - 密码修改中,9 - 实例名修改中,10 - 重启中,12 - 自建迁移中,13 - 删除库表中,14 - 灾备实例创建同步中,15 - 升级待切换,16 - 升级切换中,17 - 升级切换完成
|
24269
24050
|
:type TaskStatus: int
|
24270
24051
|
:param _MasterInfo: 主实例详细信息
|
24271
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24272
24052
|
:type MasterInfo: :class:`tencentcloud.cdb.v20170320.models.MasterInfo`
|
24273
24053
|
:param _DeviceType: 实例类型
|
24274
24054
|
:type DeviceType: str
|
@@ -24277,7 +24057,6 @@ class InstanceInfo(AbstractModel):
|
|
24277
24057
|
:param _InstanceName: 实例名称
|
24278
24058
|
:type InstanceName: str
|
24279
24059
|
:param _DrInfo: 灾备实例详细信息
|
24280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24281
24060
|
:type DrInfo: list of DrInfo
|
24282
24061
|
:param _WanDomain: 外网域名
|
24283
24062
|
:type WanDomain: str
|
@@ -24306,32 +24085,24 @@ class InstanceInfo(AbstractModel):
|
|
24306
24085
|
:param _ZoneName: 可用区中文名称
|
24307
24086
|
:type ZoneName: str
|
24308
24087
|
:param _DeviceClass: 物理机型
|
24309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24310
24088
|
:type DeviceClass: str
|
24311
24089
|
:param _DeployGroupId: 置放群组 ID
|
24312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24313
24090
|
:type DeployGroupId: str
|
24314
24091
|
:param _ZoneId: 可用区 ID
|
24315
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24316
24092
|
:type ZoneId: int
|
24317
24093
|
:param _InstanceNodes: 节点数
|
24318
24094
|
:type InstanceNodes: int
|
24319
24095
|
:param _TagList: 标签列表
|
24320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24321
24096
|
:type TagList: list of TagInfoItem
|
24322
24097
|
:param _EngineType: 引擎类型
|
24323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24324
24098
|
:type EngineType: str
|
24325
24099
|
:param _MaxDelayTime: 最大延迟阈值
|
24326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24327
24100
|
:type MaxDelayTime: int
|
24328
24101
|
:param _DiskType: 实例磁盘类型,仅云盘版实例才返回该值。可能的值为 CLOUD_SSD:SSD云硬盘, CLOUD_HSSD:增强型SSD云硬盘
|
24329
24102
|
:type DiskType: str
|
24330
24103
|
:param _ExpandCpu: 当前扩容的CPU核心数。
|
24331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24332
24104
|
:type ExpandCpu: int
|
24333
24105
|
:param _ClusterInfo: 实例集群版节点信息
|
24334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24335
24106
|
:type ClusterInfo: list of ClusterInfo
|
24336
24107
|
"""
|
24337
24108
|
self._WanStatus = None
|
@@ -24419,7 +24190,6 @@ class InstanceInfo(AbstractModel):
|
|
24419
24190
|
@property
|
24420
24191
|
def RoVipInfo(self):
|
24421
24192
|
"""只读vip信息。单独开通只读实例访问的只读实例才有该字段
|
24422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24423
24193
|
:rtype: :class:`tencentcloud.cdb.v20170320.models.RoVipInfo`
|
24424
24194
|
"""
|
24425
24195
|
return self._RoVipInfo
|
@@ -24464,7 +24234,6 @@ class InstanceInfo(AbstractModel):
|
|
24464
24234
|
@property
|
24465
24235
|
def SlaveInfo(self):
|
24466
24236
|
"""备机信息
|
24467
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24468
24237
|
:rtype: :class:`tencentcloud.cdb.v20170320.models.SlaveInfo`
|
24469
24238
|
"""
|
24470
24239
|
return self._SlaveInfo
|
@@ -24520,7 +24289,6 @@ class InstanceInfo(AbstractModel):
|
|
24520
24289
|
@property
|
24521
24290
|
def RoGroups(self):
|
24522
24291
|
"""只读组详细信息
|
24523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24524
24292
|
:rtype: list of RoGroup
|
24525
24293
|
"""
|
24526
24294
|
return self._RoGroups
|
@@ -24609,7 +24377,6 @@ class InstanceInfo(AbstractModel):
|
|
24609
24377
|
@property
|
24610
24378
|
def MasterInfo(self):
|
24611
24379
|
"""主实例详细信息
|
24612
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24613
24380
|
:rtype: :class:`tencentcloud.cdb.v20170320.models.MasterInfo`
|
24614
24381
|
"""
|
24615
24382
|
return self._MasterInfo
|
@@ -24654,7 +24421,6 @@ class InstanceInfo(AbstractModel):
|
|
24654
24421
|
@property
|
24655
24422
|
def DrInfo(self):
|
24656
24423
|
"""灾备实例详细信息
|
24657
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24658
24424
|
:rtype: list of DrInfo
|
24659
24425
|
"""
|
24660
24426
|
return self._DrInfo
|
@@ -24809,7 +24575,6 @@ class InstanceInfo(AbstractModel):
|
|
24809
24575
|
@property
|
24810
24576
|
def DeviceClass(self):
|
24811
24577
|
"""物理机型
|
24812
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24813
24578
|
:rtype: str
|
24814
24579
|
"""
|
24815
24580
|
return self._DeviceClass
|
@@ -24821,7 +24586,6 @@ class InstanceInfo(AbstractModel):
|
|
24821
24586
|
@property
|
24822
24587
|
def DeployGroupId(self):
|
24823
24588
|
"""置放群组 ID
|
24824
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24825
24589
|
:rtype: str
|
24826
24590
|
"""
|
24827
24591
|
return self._DeployGroupId
|
@@ -24833,7 +24597,6 @@ class InstanceInfo(AbstractModel):
|
|
24833
24597
|
@property
|
24834
24598
|
def ZoneId(self):
|
24835
24599
|
"""可用区 ID
|
24836
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24837
24600
|
:rtype: int
|
24838
24601
|
"""
|
24839
24602
|
return self._ZoneId
|
@@ -24856,7 +24619,6 @@ class InstanceInfo(AbstractModel):
|
|
24856
24619
|
@property
|
24857
24620
|
def TagList(self):
|
24858
24621
|
"""标签列表
|
24859
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24860
24622
|
:rtype: list of TagInfoItem
|
24861
24623
|
"""
|
24862
24624
|
return self._TagList
|
@@ -24868,7 +24630,6 @@ class InstanceInfo(AbstractModel):
|
|
24868
24630
|
@property
|
24869
24631
|
def EngineType(self):
|
24870
24632
|
"""引擎类型
|
24871
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24872
24633
|
:rtype: str
|
24873
24634
|
"""
|
24874
24635
|
return self._EngineType
|
@@ -24880,7 +24641,6 @@ class InstanceInfo(AbstractModel):
|
|
24880
24641
|
@property
|
24881
24642
|
def MaxDelayTime(self):
|
24882
24643
|
"""最大延迟阈值
|
24883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24884
24644
|
:rtype: int
|
24885
24645
|
"""
|
24886
24646
|
return self._MaxDelayTime
|
@@ -24903,7 +24663,6 @@ class InstanceInfo(AbstractModel):
|
|
24903
24663
|
@property
|
24904
24664
|
def ExpandCpu(self):
|
24905
24665
|
"""当前扩容的CPU核心数。
|
24906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24907
24666
|
:rtype: int
|
24908
24667
|
"""
|
24909
24668
|
return self._ExpandCpu
|
@@ -24915,7 +24674,6 @@ class InstanceInfo(AbstractModel):
|
|
24915
24674
|
@property
|
24916
24675
|
def ClusterInfo(self):
|
24917
24676
|
"""实例集群版节点信息
|
24918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24919
24677
|
:rtype: list of ClusterInfo
|
24920
24678
|
"""
|
24921
24679
|
return self._ClusterInfo
|
@@ -25018,10 +24776,8 @@ class InstanceRebootTime(AbstractModel):
|
|
25018
24776
|
def __init__(self):
|
25019
24777
|
r"""
|
25020
24778
|
:param _InstanceId: 实例ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例ID相同
|
25021
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25022
24779
|
:type InstanceId: str
|
25023
24780
|
:param _TimeInSeconds: 预期重启时间
|
25024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25025
24781
|
:type TimeInSeconds: int
|
25026
24782
|
"""
|
25027
24783
|
self._InstanceId = None
|
@@ -25030,7 +24786,6 @@ class InstanceRebootTime(AbstractModel):
|
|
25030
24786
|
@property
|
25031
24787
|
def InstanceId(self):
|
25032
24788
|
"""实例ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例ID相同
|
25033
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25034
24789
|
:rtype: str
|
25035
24790
|
"""
|
25036
24791
|
return self._InstanceId
|
@@ -25042,7 +24797,6 @@ class InstanceRebootTime(AbstractModel):
|
|
25042
24797
|
@property
|
25043
24798
|
def TimeInSeconds(self):
|
25044
24799
|
"""预期重启时间
|
25045
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25046
24800
|
:rtype: int
|
25047
24801
|
"""
|
25048
24802
|
return self._TimeInSeconds
|
@@ -25073,16 +24827,12 @@ class InstanceRollbackRangeTime(AbstractModel):
|
|
25073
24827
|
def __init__(self):
|
25074
24828
|
r"""
|
25075
24829
|
:param _Code: 查询数据库错误码
|
25076
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25077
24830
|
:type Code: int
|
25078
24831
|
:param _Message: 查询数据库错误信息
|
25079
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25080
24832
|
:type Message: str
|
25081
24833
|
:param _InstanceId: 实例ID列表,单个实例Id的格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同
|
25082
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25083
24834
|
:type InstanceId: str
|
25084
24835
|
:param _Times: 可回档时间范围
|
25085
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25086
24836
|
:type Times: list of RollbackTimeRange
|
25087
24837
|
"""
|
25088
24838
|
self._Code = None
|
@@ -25093,7 +24843,6 @@ class InstanceRollbackRangeTime(AbstractModel):
|
|
25093
24843
|
@property
|
25094
24844
|
def Code(self):
|
25095
24845
|
"""查询数据库错误码
|
25096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25097
24846
|
:rtype: int
|
25098
24847
|
"""
|
25099
24848
|
return self._Code
|
@@ -25105,7 +24854,6 @@ class InstanceRollbackRangeTime(AbstractModel):
|
|
25105
24854
|
@property
|
25106
24855
|
def Message(self):
|
25107
24856
|
"""查询数据库错误信息
|
25108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25109
24857
|
:rtype: str
|
25110
24858
|
"""
|
25111
24859
|
return self._Message
|
@@ -25117,7 +24865,6 @@ class InstanceRollbackRangeTime(AbstractModel):
|
|
25117
24865
|
@property
|
25118
24866
|
def InstanceId(self):
|
25119
24867
|
"""实例ID列表,单个实例Id的格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同
|
25120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25121
24868
|
:rtype: str
|
25122
24869
|
"""
|
25123
24870
|
return self._InstanceId
|
@@ -25129,7 +24876,6 @@ class InstanceRollbackRangeTime(AbstractModel):
|
|
25129
24876
|
@property
|
25130
24877
|
def Times(self):
|
25131
24878
|
"""可回档时间范围
|
25132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25133
24879
|
:rtype: list of RollbackTimeRange
|
25134
24880
|
"""
|
25135
24881
|
return self._Times
|
@@ -25203,7 +24949,6 @@ class IsolateDBInstanceResponse(AbstractModel):
|
|
25203
24949
|
def __init__(self):
|
25204
24950
|
r"""
|
25205
24951
|
:param _AsyncRequestId: 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。(该返回字段目前已废弃,可以通过 DescribeDBInstances 接口查询实例的隔离状态)
|
25206
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25207
24952
|
:type AsyncRequestId: str
|
25208
24953
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
25209
24954
|
:type RequestId: str
|
@@ -25214,7 +24959,6 @@ class IsolateDBInstanceResponse(AbstractModel):
|
|
25214
24959
|
@property
|
25215
24960
|
def AsyncRequestId(self):
|
25216
24961
|
"""异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。(该返回字段目前已废弃,可以通过 DescribeDBInstances 接口查询实例的隔离状态)
|
25217
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25218
24962
|
:rtype: str
|
25219
24963
|
"""
|
25220
24964
|
return self._AsyncRequestId
|
@@ -25350,16 +25094,12 @@ class LogRuleTemplateInfo(AbstractModel):
|
|
25350
25094
|
def __init__(self):
|
25351
25095
|
r"""
|
25352
25096
|
:param _RuleTemplateId: 模板ID。
|
25353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25354
25097
|
:type RuleTemplateId: str
|
25355
25098
|
:param _RuleTemplateName: 规则模板名
|
25356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25357
25099
|
:type RuleTemplateName: str
|
25358
25100
|
:param _AlarmLevel: 告警等级。1-低风险,2-中风险,3-高风险。
|
25359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25360
25101
|
:type AlarmLevel: str
|
25361
25102
|
:param _RuleTemplateStatus: 规则模板变更状态:0-未变更;1-已变更;2-已删除
|
25362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25363
25103
|
:type RuleTemplateStatus: int
|
25364
25104
|
"""
|
25365
25105
|
self._RuleTemplateId = None
|
@@ -25370,7 +25110,6 @@ class LogRuleTemplateInfo(AbstractModel):
|
|
25370
25110
|
@property
|
25371
25111
|
def RuleTemplateId(self):
|
25372
25112
|
"""模板ID。
|
25373
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25374
25113
|
:rtype: str
|
25375
25114
|
"""
|
25376
25115
|
return self._RuleTemplateId
|
@@ -25382,7 +25121,6 @@ class LogRuleTemplateInfo(AbstractModel):
|
|
25382
25121
|
@property
|
25383
25122
|
def RuleTemplateName(self):
|
25384
25123
|
"""规则模板名
|
25385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25386
25124
|
:rtype: str
|
25387
25125
|
"""
|
25388
25126
|
return self._RuleTemplateName
|
@@ -25394,7 +25132,6 @@ class LogRuleTemplateInfo(AbstractModel):
|
|
25394
25132
|
@property
|
25395
25133
|
def AlarmLevel(self):
|
25396
25134
|
"""告警等级。1-低风险,2-中风险,3-高风险。
|
25397
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25398
25135
|
:rtype: str
|
25399
25136
|
"""
|
25400
25137
|
return self._AlarmLevel
|
@@ -25406,7 +25143,6 @@ class LogRuleTemplateInfo(AbstractModel):
|
|
25406
25143
|
@property
|
25407
25144
|
def RuleTemplateStatus(self):
|
25408
25145
|
"""规则模板变更状态:0-未变更;1-已变更;2-已删除
|
25409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25410
25146
|
:rtype: int
|
25411
25147
|
"""
|
25412
25148
|
return self._RuleTemplateStatus
|
@@ -28857,7 +28593,6 @@ class ModifyDBInstanceVipVportResponse(AbstractModel):
|
|
28857
28593
|
def __init__(self):
|
28858
28594
|
r"""
|
28859
28595
|
:param _AsyncRequestId: 异步任务ID。(该返回字段目前已废弃)
|
28860
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28861
28596
|
:type AsyncRequestId: str
|
28862
28597
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
28863
28598
|
:type RequestId: str
|
@@ -28868,7 +28603,6 @@ class ModifyDBInstanceVipVportResponse(AbstractModel):
|
|
28868
28603
|
@property
|
28869
28604
|
def AsyncRequestId(self):
|
28870
28605
|
"""异步任务ID。(该返回字段目前已废弃)
|
28871
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28872
28606
|
:rtype: str
|
28873
28607
|
"""
|
28874
28608
|
return self._AsyncRequestId
|
@@ -29872,7 +29606,6 @@ class ModifyRoGroupInfoResponse(AbstractModel):
|
|
29872
29606
|
def __init__(self):
|
29873
29607
|
r"""
|
29874
29608
|
:param _AsyncRequestId: 异步任务 ID。
|
29875
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29876
29609
|
:type AsyncRequestId: str
|
29877
29610
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29878
29611
|
:type RequestId: str
|
@@ -29883,7 +29616,6 @@ class ModifyRoGroupInfoResponse(AbstractModel):
|
|
29883
29616
|
@property
|
29884
29617
|
def AsyncRequestId(self):
|
29885
29618
|
"""异步任务 ID。
|
29886
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29887
29619
|
:rtype: str
|
29888
29620
|
"""
|
29889
29621
|
return self._AsyncRequestId
|
@@ -31016,7 +30748,6 @@ class ParamTemplateInfo(AbstractModel):
|
|
31016
30748
|
:param _TemplateType: 参数模板类型
|
31017
30749
|
:type TemplateType: str
|
31018
30750
|
:param _EngineType: 参数模板引擎
|
31019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31020
30751
|
:type EngineType: str
|
31021
30752
|
"""
|
31022
30753
|
self._TemplateId = None
|
@@ -31084,7 +30815,6 @@ class ParamTemplateInfo(AbstractModel):
|
|
31084
30815
|
@property
|
31085
30816
|
def EngineType(self):
|
31086
30817
|
"""参数模板引擎
|
31087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31088
30818
|
:rtype: str
|
31089
30819
|
"""
|
31090
30820
|
return self._EngineType
|
@@ -31192,7 +30922,6 @@ class ParameterDetail(AbstractModel):
|
|
31192
30922
|
:param _MinFunc: 参数是公式类型时,该字段有效,表示公式类型最小值
|
31193
30923
|
:type MinFunc: str
|
31194
30924
|
:param _IsNotSupportEdit: 参数是否不支持修改
|
31195
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31196
30925
|
:type IsNotSupportEdit: bool
|
31197
30926
|
"""
|
31198
30927
|
self._Name = None
|
@@ -31332,7 +31061,6 @@ class ParameterDetail(AbstractModel):
|
|
31332
31061
|
@property
|
31333
31062
|
def IsNotSupportEdit(self):
|
31334
31063
|
"""参数是否不支持修改
|
31335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31336
31064
|
:rtype: bool
|
31337
31065
|
"""
|
31338
31066
|
return self._IsNotSupportEdit
|
@@ -31384,37 +31112,26 @@ class ProxyAddress(AbstractModel):
|
|
31384
31112
|
:type VPort: int
|
31385
31113
|
:param _WeightMode: 权重分配模式;
|
31386
31114
|
系统自动分配:"system", 自定义:"custom"
|
31387
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31388
31115
|
:type WeightMode: str
|
31389
31116
|
:param _IsKickOut: 是否开启延迟剔除,取值:"true" | "false"
|
31390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31391
31117
|
:type IsKickOut: bool
|
31392
31118
|
:param _MinCount: 最小保留数量,最小取值:0
|
31393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31394
31119
|
:type MinCount: int
|
31395
31120
|
:param _MaxDelay: 延迟剔除阈值,最小取值:0
|
31396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31397
31121
|
:type MaxDelay: int
|
31398
31122
|
:param _AutoAddRo: 是否自动添加RO,取值:"true" | "false"
|
31399
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31400
31123
|
:type AutoAddRo: bool
|
31401
31124
|
:param _ReadOnly: 是否是只读,取值:"true" | "false"
|
31402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31403
31125
|
:type ReadOnly: bool
|
31404
31126
|
:param _TransSplit: 是否开启事务分离
|
31405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31406
31127
|
:type TransSplit: bool
|
31407
31128
|
:param _FailOver: 是否开启故障转移
|
31408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31409
31129
|
:type FailOver: bool
|
31410
31130
|
:param _ConnectionPool: 是否开启连接池
|
31411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31412
31131
|
:type ConnectionPool: bool
|
31413
31132
|
:param _Desc: 描述
|
31414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31415
31133
|
:type Desc: str
|
31416
31134
|
:param _ProxyAllocation: 实例读权重分配
|
31417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31418
31135
|
:type ProxyAllocation: list of ProxyAllocation
|
31419
31136
|
:param _AccessMode: 接入模式
|
31420
31137
|
:type AccessMode: str
|
@@ -31499,7 +31216,6 @@ class ProxyAddress(AbstractModel):
|
|
31499
31216
|
def WeightMode(self):
|
31500
31217
|
"""权重分配模式;
|
31501
31218
|
系统自动分配:"system", 自定义:"custom"
|
31502
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31503
31219
|
:rtype: str
|
31504
31220
|
"""
|
31505
31221
|
return self._WeightMode
|
@@ -31511,7 +31227,6 @@ class ProxyAddress(AbstractModel):
|
|
31511
31227
|
@property
|
31512
31228
|
def IsKickOut(self):
|
31513
31229
|
"""是否开启延迟剔除,取值:"true" | "false"
|
31514
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31515
31230
|
:rtype: bool
|
31516
31231
|
"""
|
31517
31232
|
return self._IsKickOut
|
@@ -31523,7 +31238,6 @@ class ProxyAddress(AbstractModel):
|
|
31523
31238
|
@property
|
31524
31239
|
def MinCount(self):
|
31525
31240
|
"""最小保留数量,最小取值:0
|
31526
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31527
31241
|
:rtype: int
|
31528
31242
|
"""
|
31529
31243
|
return self._MinCount
|
@@ -31535,7 +31249,6 @@ class ProxyAddress(AbstractModel):
|
|
31535
31249
|
@property
|
31536
31250
|
def MaxDelay(self):
|
31537
31251
|
"""延迟剔除阈值,最小取值:0
|
31538
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31539
31252
|
:rtype: int
|
31540
31253
|
"""
|
31541
31254
|
return self._MaxDelay
|
@@ -31547,7 +31260,6 @@ class ProxyAddress(AbstractModel):
|
|
31547
31260
|
@property
|
31548
31261
|
def AutoAddRo(self):
|
31549
31262
|
"""是否自动添加RO,取值:"true" | "false"
|
31550
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31551
31263
|
:rtype: bool
|
31552
31264
|
"""
|
31553
31265
|
return self._AutoAddRo
|
@@ -31559,7 +31271,6 @@ class ProxyAddress(AbstractModel):
|
|
31559
31271
|
@property
|
31560
31272
|
def ReadOnly(self):
|
31561
31273
|
"""是否是只读,取值:"true" | "false"
|
31562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31563
31274
|
:rtype: bool
|
31564
31275
|
"""
|
31565
31276
|
return self._ReadOnly
|
@@ -31571,7 +31282,6 @@ class ProxyAddress(AbstractModel):
|
|
31571
31282
|
@property
|
31572
31283
|
def TransSplit(self):
|
31573
31284
|
"""是否开启事务分离
|
31574
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31575
31285
|
:rtype: bool
|
31576
31286
|
"""
|
31577
31287
|
return self._TransSplit
|
@@ -31583,7 +31293,6 @@ class ProxyAddress(AbstractModel):
|
|
31583
31293
|
@property
|
31584
31294
|
def FailOver(self):
|
31585
31295
|
"""是否开启故障转移
|
31586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31587
31296
|
:rtype: bool
|
31588
31297
|
"""
|
31589
31298
|
return self._FailOver
|
@@ -31595,7 +31304,6 @@ class ProxyAddress(AbstractModel):
|
|
31595
31304
|
@property
|
31596
31305
|
def ConnectionPool(self):
|
31597
31306
|
"""是否开启连接池
|
31598
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31599
31307
|
:rtype: bool
|
31600
31308
|
"""
|
31601
31309
|
return self._ConnectionPool
|
@@ -31607,7 +31315,6 @@ class ProxyAddress(AbstractModel):
|
|
31607
31315
|
@property
|
31608
31316
|
def Desc(self):
|
31609
31317
|
"""描述
|
31610
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31611
31318
|
:rtype: str
|
31612
31319
|
"""
|
31613
31320
|
return self._Desc
|
@@ -31619,7 +31326,6 @@ class ProxyAddress(AbstractModel):
|
|
31619
31326
|
@property
|
31620
31327
|
def ProxyAllocation(self):
|
31621
31328
|
"""实例读权重分配
|
31622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31623
31329
|
:rtype: list of ProxyAllocation
|
31624
31330
|
"""
|
31625
31331
|
return self._ProxyAllocation
|
@@ -31766,31 +31472,22 @@ class ProxyGroupInfo(AbstractModel):
|
|
31766
31472
|
:param _ProxyGroupId: 代理组ID
|
31767
31473
|
:type ProxyGroupId: str
|
31768
31474
|
:param _ProxyVersion: 代理版本
|
31769
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31770
31475
|
:type ProxyVersion: str
|
31771
31476
|
:param _SupportUpgradeProxyVersion: 代理支持升级版本
|
31772
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31773
31477
|
:type SupportUpgradeProxyVersion: str
|
31774
31478
|
:param _Status: 代理状态
|
31775
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31776
31479
|
:type Status: str
|
31777
31480
|
:param _TaskStatus: 代理任务状态
|
31778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31779
31481
|
:type TaskStatus: str
|
31780
31482
|
:param _ProxyNode: 代理组节点信息
|
31781
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31782
31483
|
:type ProxyNode: list of ProxyNode
|
31783
31484
|
:param _ProxyAddress: 代理组地址信息
|
31784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31785
31485
|
:type ProxyAddress: list of ProxyAddress
|
31786
31486
|
:param _ConnectionPoolLimit: 连接池阈值
|
31787
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31788
31487
|
:type ConnectionPoolLimit: int
|
31789
31488
|
:param _SupportCreateProxyAddress: 支持创建地址
|
31790
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31791
31489
|
:type SupportCreateProxyAddress: bool
|
31792
31490
|
:param _SupportUpgradeProxyMysqlVersion: 支持升级代理版本所需的cdb版本
|
31793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31794
31491
|
:type SupportUpgradeProxyMysqlVersion: str
|
31795
31492
|
"""
|
31796
31493
|
self._ProxyGroupId = None
|
@@ -31818,7 +31515,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
31818
31515
|
@property
|
31819
31516
|
def ProxyVersion(self):
|
31820
31517
|
"""代理版本
|
31821
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31822
31518
|
:rtype: str
|
31823
31519
|
"""
|
31824
31520
|
return self._ProxyVersion
|
@@ -31830,7 +31526,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
31830
31526
|
@property
|
31831
31527
|
def SupportUpgradeProxyVersion(self):
|
31832
31528
|
"""代理支持升级版本
|
31833
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31834
31529
|
:rtype: str
|
31835
31530
|
"""
|
31836
31531
|
return self._SupportUpgradeProxyVersion
|
@@ -31842,7 +31537,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
31842
31537
|
@property
|
31843
31538
|
def Status(self):
|
31844
31539
|
"""代理状态
|
31845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31846
31540
|
:rtype: str
|
31847
31541
|
"""
|
31848
31542
|
return self._Status
|
@@ -31854,7 +31548,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
31854
31548
|
@property
|
31855
31549
|
def TaskStatus(self):
|
31856
31550
|
"""代理任务状态
|
31857
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31858
31551
|
:rtype: str
|
31859
31552
|
"""
|
31860
31553
|
return self._TaskStatus
|
@@ -31866,7 +31559,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
31866
31559
|
@property
|
31867
31560
|
def ProxyNode(self):
|
31868
31561
|
"""代理组节点信息
|
31869
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31870
31562
|
:rtype: list of ProxyNode
|
31871
31563
|
"""
|
31872
31564
|
return self._ProxyNode
|
@@ -31878,7 +31570,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
31878
31570
|
@property
|
31879
31571
|
def ProxyAddress(self):
|
31880
31572
|
"""代理组地址信息
|
31881
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31882
31573
|
:rtype: list of ProxyAddress
|
31883
31574
|
"""
|
31884
31575
|
return self._ProxyAddress
|
@@ -31890,7 +31581,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
31890
31581
|
@property
|
31891
31582
|
def ConnectionPoolLimit(self):
|
31892
31583
|
"""连接池阈值
|
31893
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31894
31584
|
:rtype: int
|
31895
31585
|
"""
|
31896
31586
|
return self._ConnectionPoolLimit
|
@@ -31902,7 +31592,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
31902
31592
|
@property
|
31903
31593
|
def SupportCreateProxyAddress(self):
|
31904
31594
|
"""支持创建地址
|
31905
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31906
31595
|
:rtype: bool
|
31907
31596
|
"""
|
31908
31597
|
return self._SupportCreateProxyAddress
|
@@ -31914,7 +31603,6 @@ class ProxyGroupInfo(AbstractModel):
|
|
31914
31603
|
@property
|
31915
31604
|
def SupportUpgradeProxyMysqlVersion(self):
|
31916
31605
|
"""支持升级代理版本所需的cdb版本
|
31917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31918
31606
|
:rtype: str
|
31919
31607
|
"""
|
31920
31608
|
return self._SupportUpgradeProxyMysqlVersion
|
@@ -31963,25 +31651,18 @@ class ProxyInst(AbstractModel):
|
|
31963
31651
|
def __init__(self):
|
31964
31652
|
r"""
|
31965
31653
|
:param _InstanceId: 实例ID
|
31966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31967
31654
|
:type InstanceId: str
|
31968
31655
|
:param _InstanceName: 实例名称
|
31969
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31970
31656
|
:type InstanceName: str
|
31971
31657
|
:param _InstanceType: 实例类型:1 master 主实例; 2 ro 只读实例; 3 dr 灾备实例; 4 sdr 小灾备实例
|
31972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31973
31658
|
:type InstanceType: int
|
31974
31659
|
:param _Status: 实例状态,可能的返回值:0-创建中;1-运行中;4-隔离中;5-已隔离
|
31975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31976
31660
|
:type Status: int
|
31977
31661
|
:param _Weight: 只读权重,如果权重为系统自动分配,改值不生效,只代表是否启用该实例
|
31978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31979
31662
|
:type Weight: int
|
31980
31663
|
:param _Region: 实例所属地域
|
31981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31982
31664
|
:type Region: str
|
31983
31665
|
:param _Zone: 实例所属可用区
|
31984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31985
31666
|
:type Zone: str
|
31986
31667
|
:param _InstNodeId: 实例节点ID
|
31987
31668
|
:type InstNodeId: str
|
@@ -32001,7 +31682,6 @@ class ProxyInst(AbstractModel):
|
|
32001
31682
|
@property
|
32002
31683
|
def InstanceId(self):
|
32003
31684
|
"""实例ID
|
32004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32005
31685
|
:rtype: str
|
32006
31686
|
"""
|
32007
31687
|
return self._InstanceId
|
@@ -32013,7 +31693,6 @@ class ProxyInst(AbstractModel):
|
|
32013
31693
|
@property
|
32014
31694
|
def InstanceName(self):
|
32015
31695
|
"""实例名称
|
32016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32017
31696
|
:rtype: str
|
32018
31697
|
"""
|
32019
31698
|
return self._InstanceName
|
@@ -32025,7 +31704,6 @@ class ProxyInst(AbstractModel):
|
|
32025
31704
|
@property
|
32026
31705
|
def InstanceType(self):
|
32027
31706
|
"""实例类型:1 master 主实例; 2 ro 只读实例; 3 dr 灾备实例; 4 sdr 小灾备实例
|
32028
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32029
31707
|
:rtype: int
|
32030
31708
|
"""
|
32031
31709
|
return self._InstanceType
|
@@ -32037,7 +31715,6 @@ class ProxyInst(AbstractModel):
|
|
32037
31715
|
@property
|
32038
31716
|
def Status(self):
|
32039
31717
|
"""实例状态,可能的返回值:0-创建中;1-运行中;4-隔离中;5-已隔离
|
32040
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32041
31718
|
:rtype: int
|
32042
31719
|
"""
|
32043
31720
|
return self._Status
|
@@ -32049,7 +31726,6 @@ class ProxyInst(AbstractModel):
|
|
32049
31726
|
@property
|
32050
31727
|
def Weight(self):
|
32051
31728
|
"""只读权重,如果权重为系统自动分配,改值不生效,只代表是否启用该实例
|
32052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32053
31729
|
:rtype: int
|
32054
31730
|
"""
|
32055
31731
|
return self._Weight
|
@@ -32061,7 +31737,6 @@ class ProxyInst(AbstractModel):
|
|
32061
31737
|
@property
|
32062
31738
|
def Region(self):
|
32063
31739
|
"""实例所属地域
|
32064
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32065
31740
|
:rtype: str
|
32066
31741
|
"""
|
32067
31742
|
return self._Region
|
@@ -32073,7 +31748,6 @@ class ProxyInst(AbstractModel):
|
|
32073
31748
|
@property
|
32074
31749
|
def Zone(self):
|
32075
31750
|
"""实例所属可用区
|
32076
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32077
31751
|
:rtype: str
|
32078
31752
|
"""
|
32079
31753
|
return self._Zone
|
@@ -32133,25 +31807,18 @@ class ProxyNode(AbstractModel):
|
|
32133
31807
|
def __init__(self):
|
32134
31808
|
r"""
|
32135
31809
|
:param _ProxyId: 代理节点ID
|
32136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32137
31810
|
:type ProxyId: str
|
32138
31811
|
:param _Cpu: CPU核数
|
32139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32140
31812
|
:type Cpu: int
|
32141
31813
|
:param _Mem: 内存大小
|
32142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32143
31814
|
:type Mem: int
|
32144
31815
|
:param _Status: 节点状态
|
32145
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32146
31816
|
:type Status: str
|
32147
31817
|
:param _Zone: 代理节点可用区
|
32148
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32149
31818
|
:type Zone: str
|
32150
31819
|
:param _Region: 代理节点地域
|
32151
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32152
31820
|
:type Region: str
|
32153
31821
|
:param _Connection: 连接数
|
32154
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32155
31822
|
:type Connection: int
|
32156
31823
|
"""
|
32157
31824
|
self._ProxyId = None
|
@@ -32165,7 +31832,6 @@ class ProxyNode(AbstractModel):
|
|
32165
31832
|
@property
|
32166
31833
|
def ProxyId(self):
|
32167
31834
|
"""代理节点ID
|
32168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32169
31835
|
:rtype: str
|
32170
31836
|
"""
|
32171
31837
|
return self._ProxyId
|
@@ -32177,7 +31843,6 @@ class ProxyNode(AbstractModel):
|
|
32177
31843
|
@property
|
32178
31844
|
def Cpu(self):
|
32179
31845
|
"""CPU核数
|
32180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32181
31846
|
:rtype: int
|
32182
31847
|
"""
|
32183
31848
|
return self._Cpu
|
@@ -32189,7 +31854,6 @@ class ProxyNode(AbstractModel):
|
|
32189
31854
|
@property
|
32190
31855
|
def Mem(self):
|
32191
31856
|
"""内存大小
|
32192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32193
31857
|
:rtype: int
|
32194
31858
|
"""
|
32195
31859
|
return self._Mem
|
@@ -32201,7 +31865,6 @@ class ProxyNode(AbstractModel):
|
|
32201
31865
|
@property
|
32202
31866
|
def Status(self):
|
32203
31867
|
"""节点状态
|
32204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32205
31868
|
:rtype: str
|
32206
31869
|
"""
|
32207
31870
|
return self._Status
|
@@ -32213,7 +31876,6 @@ class ProxyNode(AbstractModel):
|
|
32213
31876
|
@property
|
32214
31877
|
def Zone(self):
|
32215
31878
|
"""代理节点可用区
|
32216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32217
31879
|
:rtype: str
|
32218
31880
|
"""
|
32219
31881
|
return self._Zone
|
@@ -32225,7 +31887,6 @@ class ProxyNode(AbstractModel):
|
|
32225
31887
|
@property
|
32226
31888
|
def Region(self):
|
32227
31889
|
"""代理节点地域
|
32228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32229
31890
|
:rtype: str
|
32230
31891
|
"""
|
32231
31892
|
return self._Region
|
@@ -32237,7 +31898,6 @@ class ProxyNode(AbstractModel):
|
|
32237
31898
|
@property
|
32238
31899
|
def Connection(self):
|
32239
31900
|
"""连接数
|
32240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32241
31901
|
:rtype: int
|
32242
31902
|
"""
|
32243
31903
|
return self._Connection
|
@@ -33219,19 +32879,14 @@ class RoGroup(AbstractModel):
|
|
33219
32879
|
:param _Vport: 只读组的内网端口号。
|
33220
32880
|
:type Vport: int
|
33221
32881
|
:param _UniqVpcId: 私有网络 ID。
|
33222
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33223
32882
|
:type UniqVpcId: str
|
33224
32883
|
:param _UniqSubnetId: 子网 ID。
|
33225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33226
32884
|
:type UniqSubnetId: str
|
33227
32885
|
:param _RoGroupRegion: 只读组所在的地域。
|
33228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33229
32886
|
:type RoGroupRegion: str
|
33230
32887
|
:param _RoGroupZone: 只读组所在的可用区。
|
33231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33232
32888
|
:type RoGroupZone: str
|
33233
32889
|
:param _DelayReplicationTime: 延迟复制时间。
|
33234
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33235
32890
|
:type DelayReplicationTime: int
|
33236
32891
|
"""
|
33237
32892
|
self._RoGroupMode = None
|
@@ -33375,7 +33030,6 @@ class RoGroup(AbstractModel):
|
|
33375
33030
|
@property
|
33376
33031
|
def UniqVpcId(self):
|
33377
33032
|
"""私有网络 ID。
|
33378
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33379
33033
|
:rtype: str
|
33380
33034
|
"""
|
33381
33035
|
return self._UniqVpcId
|
@@ -33387,7 +33041,6 @@ class RoGroup(AbstractModel):
|
|
33387
33041
|
@property
|
33388
33042
|
def UniqSubnetId(self):
|
33389
33043
|
"""子网 ID。
|
33390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33391
33044
|
:rtype: str
|
33392
33045
|
"""
|
33393
33046
|
return self._UniqSubnetId
|
@@ -33399,7 +33052,6 @@ class RoGroup(AbstractModel):
|
|
33399
33052
|
@property
|
33400
33053
|
def RoGroupRegion(self):
|
33401
33054
|
"""只读组所在的地域。
|
33402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33403
33055
|
:rtype: str
|
33404
33056
|
"""
|
33405
33057
|
return self._RoGroupRegion
|
@@ -33411,7 +33063,6 @@ class RoGroup(AbstractModel):
|
|
33411
33063
|
@property
|
33412
33064
|
def RoGroupZone(self):
|
33413
33065
|
"""只读组所在的可用区。
|
33414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33415
33066
|
:rtype: str
|
33416
33067
|
"""
|
33417
33068
|
return self._RoGroupZone
|
@@ -33423,7 +33074,6 @@ class RoGroup(AbstractModel):
|
|
33423
33074
|
@property
|
33424
33075
|
def DelayReplicationTime(self):
|
33425
33076
|
"""延迟复制时间。
|
33426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33427
33077
|
:rtype: int
|
33428
33078
|
"""
|
33429
33079
|
return self._DelayReplicationTime
|
@@ -33950,19 +33600,14 @@ class RoVipInfo(AbstractModel):
|
|
33950
33600
|
def __init__(self):
|
33951
33601
|
r"""
|
33952
33602
|
:param _RoVipStatus: 只读vip状态
|
33953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33954
33603
|
:type RoVipStatus: int
|
33955
33604
|
:param _RoSubnetId: 只读vip的子网
|
33956
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33957
33605
|
:type RoSubnetId: int
|
33958
33606
|
:param _RoVpcId: 只读vip的私有网络
|
33959
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33960
33607
|
:type RoVpcId: int
|
33961
33608
|
:param _RoVport: 只读vip的端口号
|
33962
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33963
33609
|
:type RoVport: int
|
33964
33610
|
:param _RoVip: 只读vip
|
33965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33966
33611
|
:type RoVip: str
|
33967
33612
|
"""
|
33968
33613
|
self._RoVipStatus = None
|
@@ -33974,7 +33619,6 @@ class RoVipInfo(AbstractModel):
|
|
33974
33619
|
@property
|
33975
33620
|
def RoVipStatus(self):
|
33976
33621
|
"""只读vip状态
|
33977
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33978
33622
|
:rtype: int
|
33979
33623
|
"""
|
33980
33624
|
return self._RoVipStatus
|
@@ -33986,7 +33630,6 @@ class RoVipInfo(AbstractModel):
|
|
33986
33630
|
@property
|
33987
33631
|
def RoSubnetId(self):
|
33988
33632
|
"""只读vip的子网
|
33989
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33990
33633
|
:rtype: int
|
33991
33634
|
"""
|
33992
33635
|
return self._RoSubnetId
|
@@ -33998,7 +33641,6 @@ class RoVipInfo(AbstractModel):
|
|
33998
33641
|
@property
|
33999
33642
|
def RoVpcId(self):
|
34000
33643
|
"""只读vip的私有网络
|
34001
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34002
33644
|
:rtype: int
|
34003
33645
|
"""
|
34004
33646
|
return self._RoVpcId
|
@@ -34010,7 +33652,6 @@ class RoVipInfo(AbstractModel):
|
|
34010
33652
|
@property
|
34011
33653
|
def RoVport(self):
|
34012
33654
|
"""只读vip的端口号
|
34013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34014
33655
|
:rtype: int
|
34015
33656
|
"""
|
34016
33657
|
return self._RoVport
|
@@ -34022,7 +33663,6 @@ class RoVipInfo(AbstractModel):
|
|
34022
33663
|
@property
|
34023
33664
|
def RoVip(self):
|
34024
33665
|
"""只读vip
|
34025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34026
33666
|
:rtype: str
|
34027
33667
|
"""
|
34028
33668
|
return self._RoVip
|
@@ -34107,10 +33747,8 @@ class RollbackDBName(AbstractModel):
|
|
34107
33747
|
def __init__(self):
|
34108
33748
|
r"""
|
34109
33749
|
:param _DatabaseName: 回档前的原数据库名
|
34110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34111
33750
|
:type DatabaseName: str
|
34112
33751
|
:param _NewDatabaseName: 回档后的新数据库名
|
34113
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34114
33752
|
:type NewDatabaseName: str
|
34115
33753
|
"""
|
34116
33754
|
self._DatabaseName = None
|
@@ -34119,7 +33757,6 @@ class RollbackDBName(AbstractModel):
|
|
34119
33757
|
@property
|
34120
33758
|
def DatabaseName(self):
|
34121
33759
|
"""回档前的原数据库名
|
34122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34123
33760
|
:rtype: str
|
34124
33761
|
"""
|
34125
33762
|
return self._DatabaseName
|
@@ -34131,7 +33768,6 @@ class RollbackDBName(AbstractModel):
|
|
34131
33768
|
@property
|
34132
33769
|
def NewDatabaseName(self):
|
34133
33770
|
"""回档后的新数据库名
|
34134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34135
33771
|
:rtype: str
|
34136
33772
|
"""
|
34137
33773
|
return self._NewDatabaseName
|
@@ -34162,17 +33798,14 @@ class RollbackInstancesInfo(AbstractModel):
|
|
34162
33798
|
def __init__(self):
|
34163
33799
|
r"""
|
34164
33800
|
:param _InstanceId: 云数据库实例ID
|
34165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34166
33801
|
:type InstanceId: str
|
34167
33802
|
:param _Strategy: 回档策略。可选值为:table、db、full;默认值为full。table - 极速回档模式,仅导入所选中表级别的备份和binlog,如有跨表操作,且关联表未被同时选中,将会导致回档失败,该模式下参数Databases必须为空;db - 快速模式,仅导入所选中库级别的备份和binlog,如有跨库操作,且关联库未被同时选中,将会导致回档失败;full - 普通回档模式,将导入整个实例的备份和binlog,速度较慢。
|
34168
33803
|
:type Strategy: str
|
34169
33804
|
:param _RollbackTime: 数据库回档时间,时间格式为:yyyy-mm-dd hh:mm:ss
|
34170
33805
|
:type RollbackTime: str
|
34171
33806
|
:param _Databases: 待回档的数据库信息,表示整库回档
|
34172
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34173
33807
|
:type Databases: list of RollbackDBName
|
34174
33808
|
:param _Tables: 待回档的数据库表信息,表示按表回档
|
34175
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34176
33809
|
:type Tables: list of RollbackTables
|
34177
33810
|
"""
|
34178
33811
|
self._InstanceId = None
|
@@ -34184,7 +33817,6 @@ class RollbackInstancesInfo(AbstractModel):
|
|
34184
33817
|
@property
|
34185
33818
|
def InstanceId(self):
|
34186
33819
|
"""云数据库实例ID
|
34187
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34188
33820
|
:rtype: str
|
34189
33821
|
"""
|
34190
33822
|
return self._InstanceId
|
@@ -34218,7 +33850,6 @@ class RollbackInstancesInfo(AbstractModel):
|
|
34218
33850
|
@property
|
34219
33851
|
def Databases(self):
|
34220
33852
|
"""待回档的数据库信息,表示整库回档
|
34221
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34222
33853
|
:rtype: list of RollbackDBName
|
34223
33854
|
"""
|
34224
33855
|
return self._Databases
|
@@ -34230,7 +33861,6 @@ class RollbackInstancesInfo(AbstractModel):
|
|
34230
33861
|
@property
|
34231
33862
|
def Tables(self):
|
34232
33863
|
"""待回档的数据库表信息,表示按表回档
|
34233
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34234
33864
|
:rtype: list of RollbackTables
|
34235
33865
|
"""
|
34236
33866
|
return self._Tables
|
@@ -34274,10 +33904,8 @@ class RollbackTableName(AbstractModel):
|
|
34274
33904
|
def __init__(self):
|
34275
33905
|
r"""
|
34276
33906
|
:param _TableName: 回档前的原数据库表名
|
34277
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34278
33907
|
:type TableName: str
|
34279
33908
|
:param _NewTableName: 回档后的新数据库表名
|
34280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34281
33909
|
:type NewTableName: str
|
34282
33910
|
"""
|
34283
33911
|
self._TableName = None
|
@@ -34286,7 +33914,6 @@ class RollbackTableName(AbstractModel):
|
|
34286
33914
|
@property
|
34287
33915
|
def TableName(self):
|
34288
33916
|
"""回档前的原数据库表名
|
34289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34290
33917
|
:rtype: str
|
34291
33918
|
"""
|
34292
33919
|
return self._TableName
|
@@ -34298,7 +33925,6 @@ class RollbackTableName(AbstractModel):
|
|
34298
33925
|
@property
|
34299
33926
|
def NewTableName(self):
|
34300
33927
|
"""回档后的新数据库表名
|
34301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34302
33928
|
:rtype: str
|
34303
33929
|
"""
|
34304
33930
|
return self._NewTableName
|
@@ -34329,10 +33955,8 @@ class RollbackTables(AbstractModel):
|
|
34329
33955
|
def __init__(self):
|
34330
33956
|
r"""
|
34331
33957
|
:param _Database: 数据库名
|
34332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34333
33958
|
:type Database: str
|
34334
33959
|
:param _Table: 数据库表详情
|
34335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34336
33960
|
:type Table: list of RollbackTableName
|
34337
33961
|
"""
|
34338
33962
|
self._Database = None
|
@@ -34341,7 +33965,6 @@ class RollbackTables(AbstractModel):
|
|
34341
33965
|
@property
|
34342
33966
|
def Database(self):
|
34343
33967
|
"""数据库名
|
34344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34345
33968
|
:rtype: str
|
34346
33969
|
"""
|
34347
33970
|
return self._Database
|
@@ -34353,7 +33976,6 @@ class RollbackTables(AbstractModel):
|
|
34353
33976
|
@property
|
34354
33977
|
def Table(self):
|
34355
33978
|
"""数据库表详情
|
34356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34357
33979
|
:rtype: list of RollbackTableName
|
34358
33980
|
"""
|
34359
33981
|
return self._Table
|
@@ -34399,7 +34021,6 @@ class RollbackTask(AbstractModel):
|
|
34399
34021
|
:param _EndTime: 任务结束时间。
|
34400
34022
|
:type EndTime: str
|
34401
34023
|
:param _Detail: 回档任务详情。
|
34402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34403
34024
|
:type Detail: list of RollbackInstancesInfo
|
34404
34025
|
"""
|
34405
34026
|
self._Info = None
|
@@ -34467,7 +34088,6 @@ class RollbackTask(AbstractModel):
|
|
34467
34088
|
@property
|
34468
34089
|
def Detail(self):
|
34469
34090
|
"""回档任务详情。
|
34470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34471
34091
|
:rtype: list of RollbackInstancesInfo
|
34472
34092
|
"""
|
34473
34093
|
return self._Detail
|
@@ -34507,10 +34127,8 @@ class RollbackTimeRange(AbstractModel):
|
|
34507
34127
|
def __init__(self):
|
34508
34128
|
r"""
|
34509
34129
|
:param _Begin: 实例可回档开始时间,时间格式:2016-10-29 01:06:04
|
34510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34511
34130
|
:type Begin: str
|
34512
34131
|
:param _End: 实例可回档结束时间,时间格式:2016-11-02 11:44:47
|
34513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34514
34132
|
:type End: str
|
34515
34133
|
"""
|
34516
34134
|
self._Begin = None
|
@@ -34519,7 +34137,6 @@ class RollbackTimeRange(AbstractModel):
|
|
34519
34137
|
@property
|
34520
34138
|
def Begin(self):
|
34521
34139
|
"""实例可回档开始时间,时间格式:2016-10-29 01:06:04
|
34522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34523
34140
|
:rtype: str
|
34524
34141
|
"""
|
34525
34142
|
return self._Begin
|
@@ -34531,7 +34148,6 @@ class RollbackTimeRange(AbstractModel):
|
|
34531
34148
|
@property
|
34532
34149
|
def End(self):
|
34533
34150
|
"""实例可回档结束时间,时间格式:2016-11-02 11:44:47
|
34534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34535
34151
|
:rtype: str
|
34536
34152
|
"""
|
34537
34153
|
return self._End
|
@@ -34562,10 +34178,8 @@ class Rule(AbstractModel):
|
|
34562
34178
|
def __init__(self):
|
34563
34179
|
r"""
|
34564
34180
|
:param _LessThan: 划分上限
|
34565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34566
34181
|
:type LessThan: int
|
34567
34182
|
:param _Weight: 权重
|
34568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34569
34183
|
:type Weight: int
|
34570
34184
|
"""
|
34571
34185
|
self._LessThan = None
|
@@ -34574,7 +34188,6 @@ class Rule(AbstractModel):
|
|
34574
34188
|
@property
|
34575
34189
|
def LessThan(self):
|
34576
34190
|
"""划分上限
|
34577
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34578
34191
|
:rtype: int
|
34579
34192
|
"""
|
34580
34193
|
return self._LessThan
|
@@ -34586,7 +34199,6 @@ class Rule(AbstractModel):
|
|
34586
34199
|
@property
|
34587
34200
|
def Weight(self):
|
34588
34201
|
"""权重
|
34589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34590
34202
|
:rtype: int
|
34591
34203
|
"""
|
34592
34204
|
return self._Weight
|
@@ -34914,25 +34526,18 @@ class SecurityGroup(AbstractModel):
|
|
34914
34526
|
def __init__(self):
|
34915
34527
|
r"""
|
34916
34528
|
:param _ProjectId: 项目ID
|
34917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34918
34529
|
:type ProjectId: int
|
34919
34530
|
:param _CreateTime: 创建时间,时间格式:yyyy-mm-dd hh:mm:ss
|
34920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34921
34531
|
:type CreateTime: str
|
34922
34532
|
:param _Inbound: 入站规则
|
34923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34924
34533
|
:type Inbound: list of Inbound
|
34925
34534
|
:param _Outbound: 出站规则
|
34926
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34927
34535
|
:type Outbound: list of Outbound
|
34928
34536
|
:param _SecurityGroupId: 安全组ID
|
34929
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34930
34537
|
:type SecurityGroupId: str
|
34931
34538
|
:param _SecurityGroupName: 安全组名称
|
34932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34933
34539
|
:type SecurityGroupName: str
|
34934
34540
|
:param _SecurityGroupRemark: 安全组备注
|
34935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34936
34541
|
:type SecurityGroupRemark: str
|
34937
34542
|
"""
|
34938
34543
|
self._ProjectId = None
|
@@ -34946,7 +34551,6 @@ class SecurityGroup(AbstractModel):
|
|
34946
34551
|
@property
|
34947
34552
|
def ProjectId(self):
|
34948
34553
|
"""项目ID
|
34949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34950
34554
|
:rtype: int
|
34951
34555
|
"""
|
34952
34556
|
return self._ProjectId
|
@@ -34958,7 +34562,6 @@ class SecurityGroup(AbstractModel):
|
|
34958
34562
|
@property
|
34959
34563
|
def CreateTime(self):
|
34960
34564
|
"""创建时间,时间格式:yyyy-mm-dd hh:mm:ss
|
34961
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34962
34565
|
:rtype: str
|
34963
34566
|
"""
|
34964
34567
|
return self._CreateTime
|
@@ -34970,7 +34573,6 @@ class SecurityGroup(AbstractModel):
|
|
34970
34573
|
@property
|
34971
34574
|
def Inbound(self):
|
34972
34575
|
"""入站规则
|
34973
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34974
34576
|
:rtype: list of Inbound
|
34975
34577
|
"""
|
34976
34578
|
return self._Inbound
|
@@ -34982,7 +34584,6 @@ class SecurityGroup(AbstractModel):
|
|
34982
34584
|
@property
|
34983
34585
|
def Outbound(self):
|
34984
34586
|
"""出站规则
|
34985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34986
34587
|
:rtype: list of Outbound
|
34987
34588
|
"""
|
34988
34589
|
return self._Outbound
|
@@ -34994,7 +34595,6 @@ class SecurityGroup(AbstractModel):
|
|
34994
34595
|
@property
|
34995
34596
|
def SecurityGroupId(self):
|
34996
34597
|
"""安全组ID
|
34997
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34998
34598
|
:rtype: str
|
34999
34599
|
"""
|
35000
34600
|
return self._SecurityGroupId
|
@@ -35006,7 +34606,6 @@ class SecurityGroup(AbstractModel):
|
|
35006
34606
|
@property
|
35007
34607
|
def SecurityGroupName(self):
|
35008
34608
|
"""安全组名称
|
35009
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35010
34609
|
:rtype: str
|
35011
34610
|
"""
|
35012
34611
|
return self._SecurityGroupName
|
@@ -35018,7 +34617,6 @@ class SecurityGroup(AbstractModel):
|
|
35018
34617
|
@property
|
35019
34618
|
def SecurityGroupRemark(self):
|
35020
34619
|
"""安全组备注
|
35021
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35022
34620
|
:rtype: str
|
35023
34621
|
"""
|
35024
34622
|
return self._SecurityGroupRemark
|
@@ -35064,10 +34662,8 @@ class SlaveConfig(AbstractModel):
|
|
35064
34662
|
def __init__(self):
|
35065
34663
|
r"""
|
35066
34664
|
:param _ReplicationMode: 从库复制方式,可能的返回值:aysnc-异步,semisync-半同步
|
35067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35068
34665
|
:type ReplicationMode: str
|
35069
34666
|
:param _Zone: 从库可用区的正式名称,如ap-shanghai-1
|
35070
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35071
34667
|
:type Zone: str
|
35072
34668
|
"""
|
35073
34669
|
self._ReplicationMode = None
|
@@ -35076,7 +34672,6 @@ class SlaveConfig(AbstractModel):
|
|
35076
34672
|
@property
|
35077
34673
|
def ReplicationMode(self):
|
35078
34674
|
"""从库复制方式,可能的返回值:aysnc-异步,semisync-半同步
|
35079
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35080
34675
|
:rtype: str
|
35081
34676
|
"""
|
35082
34677
|
return self._ReplicationMode
|
@@ -35088,7 +34683,6 @@ class SlaveConfig(AbstractModel):
|
|
35088
34683
|
@property
|
35089
34684
|
def Zone(self):
|
35090
34685
|
"""从库可用区的正式名称,如ap-shanghai-1
|
35091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35092
34686
|
:rtype: str
|
35093
34687
|
"""
|
35094
34688
|
return self._Zone
|
@@ -35121,7 +34715,6 @@ class SlaveInfo(AbstractModel):
|
|
35121
34715
|
:param _First: 第一备机信息
|
35122
34716
|
:type First: :class:`tencentcloud.cdb.v20170320.models.SlaveInstanceInfo`
|
35123
34717
|
:param _Second: 第二备机信息
|
35124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35125
34718
|
:type Second: :class:`tencentcloud.cdb.v20170320.models.SlaveInstanceInfo`
|
35126
34719
|
"""
|
35127
34720
|
self._First = None
|
@@ -35141,7 +34734,6 @@ class SlaveInfo(AbstractModel):
|
|
35141
34734
|
@property
|
35142
34735
|
def Second(self):
|
35143
34736
|
"""第二备机信息
|
35144
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35145
34737
|
:rtype: :class:`tencentcloud.cdb.v20170320.models.SlaveInstanceInfo`
|
35146
34738
|
"""
|
35147
34739
|
return self._Second
|
@@ -35368,37 +34960,26 @@ class SlowLogItem(AbstractModel):
|
|
35368
34960
|
def __init__(self):
|
35369
34961
|
r"""
|
35370
34962
|
:param _Timestamp: Sql的执行时间。
|
35371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35372
34963
|
:type Timestamp: int
|
35373
34964
|
:param _QueryTime: Sql的执行时长(秒)。
|
35374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35375
34965
|
:type QueryTime: float
|
35376
34966
|
:param _SqlText: Sql语句。
|
35377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35378
34967
|
:type SqlText: str
|
35379
34968
|
:param _UserHost: 客户端地址。
|
35380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35381
34969
|
:type UserHost: str
|
35382
34970
|
:param _UserName: 用户名。
|
35383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35384
34971
|
:type UserName: str
|
35385
34972
|
:param _Database: 数据库名。
|
35386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35387
34973
|
:type Database: str
|
35388
34974
|
:param _LockTime: 锁时长(秒)。
|
35389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35390
34975
|
:type LockTime: float
|
35391
34976
|
:param _RowsExamined: 扫描行数。
|
35392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35393
34977
|
:type RowsExamined: int
|
35394
34978
|
:param _RowsSent: 结果集行数。
|
35395
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35396
34979
|
:type RowsSent: int
|
35397
34980
|
:param _SqlTemplate: Sql模板。
|
35398
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35399
34981
|
:type SqlTemplate: str
|
35400
34982
|
:param _Md5: Sql语句的md5。
|
35401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35402
34983
|
:type Md5: str
|
35403
34984
|
"""
|
35404
34985
|
self._Timestamp = None
|
@@ -35416,7 +34997,6 @@ class SlowLogItem(AbstractModel):
|
|
35416
34997
|
@property
|
35417
34998
|
def Timestamp(self):
|
35418
34999
|
"""Sql的执行时间。
|
35419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35420
35000
|
:rtype: int
|
35421
35001
|
"""
|
35422
35002
|
return self._Timestamp
|
@@ -35428,7 +35008,6 @@ class SlowLogItem(AbstractModel):
|
|
35428
35008
|
@property
|
35429
35009
|
def QueryTime(self):
|
35430
35010
|
"""Sql的执行时长(秒)。
|
35431
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35432
35011
|
:rtype: float
|
35433
35012
|
"""
|
35434
35013
|
return self._QueryTime
|
@@ -35440,7 +35019,6 @@ class SlowLogItem(AbstractModel):
|
|
35440
35019
|
@property
|
35441
35020
|
def SqlText(self):
|
35442
35021
|
"""Sql语句。
|
35443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35444
35022
|
:rtype: str
|
35445
35023
|
"""
|
35446
35024
|
return self._SqlText
|
@@ -35452,7 +35030,6 @@ class SlowLogItem(AbstractModel):
|
|
35452
35030
|
@property
|
35453
35031
|
def UserHost(self):
|
35454
35032
|
"""客户端地址。
|
35455
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35456
35033
|
:rtype: str
|
35457
35034
|
"""
|
35458
35035
|
return self._UserHost
|
@@ -35464,7 +35041,6 @@ class SlowLogItem(AbstractModel):
|
|
35464
35041
|
@property
|
35465
35042
|
def UserName(self):
|
35466
35043
|
"""用户名。
|
35467
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35468
35044
|
:rtype: str
|
35469
35045
|
"""
|
35470
35046
|
return self._UserName
|
@@ -35476,7 +35052,6 @@ class SlowLogItem(AbstractModel):
|
|
35476
35052
|
@property
|
35477
35053
|
def Database(self):
|
35478
35054
|
"""数据库名。
|
35479
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35480
35055
|
:rtype: str
|
35481
35056
|
"""
|
35482
35057
|
return self._Database
|
@@ -35488,7 +35063,6 @@ class SlowLogItem(AbstractModel):
|
|
35488
35063
|
@property
|
35489
35064
|
def LockTime(self):
|
35490
35065
|
"""锁时长(秒)。
|
35491
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35492
35066
|
:rtype: float
|
35493
35067
|
"""
|
35494
35068
|
return self._LockTime
|
@@ -35500,7 +35074,6 @@ class SlowLogItem(AbstractModel):
|
|
35500
35074
|
@property
|
35501
35075
|
def RowsExamined(self):
|
35502
35076
|
"""扫描行数。
|
35503
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35504
35077
|
:rtype: int
|
35505
35078
|
"""
|
35506
35079
|
return self._RowsExamined
|
@@ -35512,7 +35085,6 @@ class SlowLogItem(AbstractModel):
|
|
35512
35085
|
@property
|
35513
35086
|
def RowsSent(self):
|
35514
35087
|
"""结果集行数。
|
35515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35516
35088
|
:rtype: int
|
35517
35089
|
"""
|
35518
35090
|
return self._RowsSent
|
@@ -35524,7 +35096,6 @@ class SlowLogItem(AbstractModel):
|
|
35524
35096
|
@property
|
35525
35097
|
def SqlTemplate(self):
|
35526
35098
|
"""Sql模板。
|
35527
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35528
35099
|
:rtype: str
|
35529
35100
|
"""
|
35530
35101
|
return self._SqlTemplate
|
@@ -35536,7 +35107,6 @@ class SlowLogItem(AbstractModel):
|
|
35536
35107
|
@property
|
35537
35108
|
def Md5(self):
|
35538
35109
|
"""Sql语句的md5。
|
35539
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35540
35110
|
:rtype: str
|
35541
35111
|
"""
|
35542
35112
|
return self._Md5
|
@@ -35937,7 +35507,6 @@ class StartReplicationResponse(AbstractModel):
|
|
35937
35507
|
def __init__(self):
|
35938
35508
|
r"""
|
35939
35509
|
:param _AsyncRequestId: 异步任务 ID。
|
35940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35941
35510
|
:type AsyncRequestId: str
|
35942
35511
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
35943
35512
|
:type RequestId: str
|
@@ -35948,7 +35517,6 @@ class StartReplicationResponse(AbstractModel):
|
|
35948
35517
|
@property
|
35949
35518
|
def AsyncRequestId(self):
|
35950
35519
|
"""异步任务 ID。
|
35951
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35952
35520
|
:rtype: str
|
35953
35521
|
"""
|
35954
35522
|
return self._AsyncRequestId
|
@@ -36161,7 +35729,6 @@ class StopReplicationResponse(AbstractModel):
|
|
36161
35729
|
def __init__(self):
|
36162
35730
|
r"""
|
36163
35731
|
:param _AsyncRequestId: 异步任务 ID。
|
36164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36165
35732
|
:type AsyncRequestId: str
|
36166
35733
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
36167
35734
|
:type RequestId: str
|
@@ -36172,7 +35739,6 @@ class StopReplicationResponse(AbstractModel):
|
|
36172
35739
|
@property
|
36173
35740
|
def AsyncRequestId(self):
|
36174
35741
|
"""异步任务 ID。
|
36175
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36176
35742
|
:rtype: str
|
36177
35743
|
"""
|
36178
35744
|
return self._AsyncRequestId
|
@@ -36740,13 +36306,10 @@ class TablePrivilege(AbstractModel):
|
|
36740
36306
|
def __init__(self):
|
36741
36307
|
r"""
|
36742
36308
|
:param _Database: 数据库名
|
36743
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36744
36309
|
:type Database: str
|
36745
36310
|
:param _Table: 数据库表名
|
36746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36747
36311
|
:type Table: str
|
36748
36312
|
:param _Privileges: 权限信息
|
36749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36750
36313
|
:type Privileges: list of str
|
36751
36314
|
"""
|
36752
36315
|
self._Database = None
|
@@ -36756,7 +36319,6 @@ class TablePrivilege(AbstractModel):
|
|
36756
36319
|
@property
|
36757
36320
|
def Database(self):
|
36758
36321
|
"""数据库名
|
36759
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36760
36322
|
:rtype: str
|
36761
36323
|
"""
|
36762
36324
|
return self._Database
|
@@ -36768,7 +36330,6 @@ class TablePrivilege(AbstractModel):
|
|
36768
36330
|
@property
|
36769
36331
|
def Table(self):
|
36770
36332
|
"""数据库表名
|
36771
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36772
36333
|
:rtype: str
|
36773
36334
|
"""
|
36774
36335
|
return self._Table
|
@@ -36780,7 +36341,6 @@ class TablePrivilege(AbstractModel):
|
|
36780
36341
|
@property
|
36781
36342
|
def Privileges(self):
|
36782
36343
|
"""权限信息
|
36783
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36784
36344
|
:rtype: list of str
|
36785
36345
|
"""
|
36786
36346
|
return self._Privileges
|
@@ -36914,10 +36474,8 @@ class TagInfoItem(AbstractModel):
|
|
36914
36474
|
def __init__(self):
|
36915
36475
|
r"""
|
36916
36476
|
:param _TagKey: 标签键
|
36917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36918
36477
|
:type TagKey: str
|
36919
36478
|
:param _TagValue: 标签值
|
36920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36921
36479
|
:type TagValue: str
|
36922
36480
|
"""
|
36923
36481
|
self._TagKey = None
|
@@ -36926,7 +36484,6 @@ class TagInfoItem(AbstractModel):
|
|
36926
36484
|
@property
|
36927
36485
|
def TagKey(self):
|
36928
36486
|
"""标签键
|
36929
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36930
36487
|
:rtype: str
|
36931
36488
|
"""
|
36932
36489
|
return self._TagKey
|
@@ -36938,7 +36495,6 @@ class TagInfoItem(AbstractModel):
|
|
36938
36495
|
@property
|
36939
36496
|
def TagValue(self):
|
36940
36497
|
"""标签值
|
36941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36942
36498
|
:rtype: str
|
36943
36499
|
"""
|
36944
36500
|
return self._TagValue
|
@@ -37168,7 +36724,6 @@ class TaskDetail(AbstractModel):
|
|
37168
36724
|
:param _EndTime: 实例任务结束时间。
|
37169
36725
|
:type EndTime: str
|
37170
36726
|
:param _InstanceIds: 任务关联的实例 ID。
|
37171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37172
36727
|
:type InstanceIds: list of str
|
37173
36728
|
:param _AsyncRequestId: 异步任务的请求 ID。
|
37174
36729
|
:type AsyncRequestId: str
|
@@ -37299,7 +36854,6 @@ class TaskDetail(AbstractModel):
|
|
37299
36854
|
@property
|
37300
36855
|
def InstanceIds(self):
|
37301
36856
|
"""任务关联的实例 ID。
|
37302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37303
36857
|
:rtype: list of str
|
37304
36858
|
"""
|
37305
36859
|
return self._InstanceIds
|
@@ -37462,7 +37016,6 @@ class UpgradeCDBProxyVersionResponse(AbstractModel):
|
|
37462
37016
|
def __init__(self):
|
37463
37017
|
r"""
|
37464
37018
|
:param _AsyncRequestId: 异步处理ID
|
37465
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37466
37019
|
:type AsyncRequestId: str
|
37467
37020
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
37468
37021
|
:type RequestId: str
|
@@ -37473,7 +37026,6 @@ class UpgradeCDBProxyVersionResponse(AbstractModel):
|
|
37473
37026
|
@property
|
37474
37027
|
def AsyncRequestId(self):
|
37475
37028
|
"""异步处理ID
|
37476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37477
37029
|
:rtype: str
|
37478
37030
|
"""
|
37479
37031
|
return self._AsyncRequestId
|
@@ -38104,10 +37656,8 @@ class UploadInfo(AbstractModel):
|
|
38104
37656
|
def __init__(self):
|
38105
37657
|
r"""
|
38106
37658
|
:param _AllSliceNum: 文件所有分片数
|
38107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38108
37659
|
:type AllSliceNum: int
|
38109
37660
|
:param _CompleteNum: 已完成分片数
|
38110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38111
37661
|
:type CompleteNum: int
|
38112
37662
|
"""
|
38113
37663
|
self._AllSliceNum = None
|
@@ -38116,7 +37666,6 @@ class UploadInfo(AbstractModel):
|
|
38116
37666
|
@property
|
38117
37667
|
def AllSliceNum(self):
|
38118
37668
|
"""文件所有分片数
|
38119
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38120
37669
|
:rtype: int
|
38121
37670
|
"""
|
38122
37671
|
return self._AllSliceNum
|
@@ -38128,7 +37677,6 @@ class UploadInfo(AbstractModel):
|
|
38128
37677
|
@property
|
38129
37678
|
def CompleteNum(self):
|
38130
37679
|
"""已完成分片数
|
38131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38132
37680
|
:rtype: int
|
38133
37681
|
"""
|
38134
37682
|
return self._CompleteNum
|
@@ -38253,16 +37801,12 @@ class ZoneConf(AbstractModel):
|
|
38253
37801
|
def __init__(self):
|
38254
37802
|
r"""
|
38255
37803
|
:param _DeployMode: 可用区部署方式,可能的值为:0-单可用区;1-多可用区
|
38256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38257
37804
|
:type DeployMode: list of int
|
38258
37805
|
:param _MasterZone: 主实例所在的可用区
|
38259
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38260
37806
|
:type MasterZone: list of str
|
38261
37807
|
:param _SlaveZone: 实例为多可用区部署时,备库1所在的可用区
|
38262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38263
37808
|
:type SlaveZone: list of str
|
38264
37809
|
:param _BackupZone: 实例为多可用区部署时,备库2所在的可用区
|
38265
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38266
37810
|
:type BackupZone: list of str
|
38267
37811
|
"""
|
38268
37812
|
self._DeployMode = None
|
@@ -38273,7 +37817,6 @@ class ZoneConf(AbstractModel):
|
|
38273
37817
|
@property
|
38274
37818
|
def DeployMode(self):
|
38275
37819
|
"""可用区部署方式,可能的值为:0-单可用区;1-多可用区
|
38276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38277
37820
|
:rtype: list of int
|
38278
37821
|
"""
|
38279
37822
|
return self._DeployMode
|
@@ -38285,7 +37828,6 @@ class ZoneConf(AbstractModel):
|
|
38285
37828
|
@property
|
38286
37829
|
def MasterZone(self):
|
38287
37830
|
"""主实例所在的可用区
|
38288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38289
37831
|
:rtype: list of str
|
38290
37832
|
"""
|
38291
37833
|
return self._MasterZone
|
@@ -38297,7 +37839,6 @@ class ZoneConf(AbstractModel):
|
|
38297
37839
|
@property
|
38298
37840
|
def SlaveZone(self):
|
38299
37841
|
"""实例为多可用区部署时,备库1所在的可用区
|
38300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38301
37842
|
:rtype: list of str
|
38302
37843
|
"""
|
38303
37844
|
return self._SlaveZone
|
@@ -38309,7 +37850,6 @@ class ZoneConf(AbstractModel):
|
|
38309
37850
|
@property
|
38310
37851
|
def BackupZone(self):
|
38311
37852
|
"""实例为多可用区部署时,备库2所在的可用区
|
38312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
38313
37853
|
:rtype: list of str
|
38314
37854
|
"""
|
38315
37855
|
return self._BackupZone
|