tencentcloud-sdk-python 3.0.1347__py2.py3-none-any.whl → 3.0.1349__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/bh/v20230418/models.py +61 -23
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/captcha/v20190722/models.py +15 -30
- tencentcloud/cbs/v20170312/models.py +0 -4
- tencentcloud/ccc/v20200210/errorcodes.py +3 -0
- tencentcloud/ccc/v20200210/models.py +159 -2
- tencentcloud/cdwdoris/v20211228/models.py +300 -0
- tencentcloud/cdwpg/v20201230/models.py +98 -86
- tencentcloud/chc/v20230418/models.py +0 -30
- tencentcloud/clb/v20180317/models.py +48 -18
- tencentcloud/dbbrain/v20210527/models.py +0 -8
- tencentcloud/dbdc/v20201029/models.py +0 -16
- tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
- tencentcloud/dcdb/v20180411/models.py +0 -64
- tencentcloud/dlc/v20210125/models.py +256 -16
- tencentcloud/emr/v20190103/models.py +15 -54
- tencentcloud/es/v20180416/errorcodes.py +3 -0
- tencentcloud/ess/v20201111/models.py +12 -12
- tencentcloud/essbasic/v20210526/essbasic_client.py +2 -2
- tencentcloud/essbasic/v20210526/models.py +10 -10
- tencentcloud/gs/v20191118/models.py +4 -58
- tencentcloud/hai/v20230812/models.py +0 -96
- tencentcloud/hunyuan/v20230901/models.py +6 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotvideo/v20191126/models.py +0 -4
- tencentcloud/iotvideo/v20201215/models.py +17 -0
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +56 -68
- tencentcloud/live/v20180801/models.py +8 -24
- tencentcloud/lkeap/v20240522/lkeap_client.py +6 -0
- tencentcloud/mariadb/v20170312/models.py +4 -76
- tencentcloud/monitor/v20180724/models.py +95 -14
- tencentcloud/mps/v20190612/models.py +260 -0
- tencentcloud/mqtt/v20240516/models.py +402 -284
- tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
- tencentcloud/organization/v20210331/models.py +30 -0
- tencentcloud/privatedns/v20201028/models.py +0 -22
- tencentcloud/taf/v20200210/models.py +270 -0
- tencentcloud/taf/v20200210/taf_client.py +23 -0
- tencentcloud/tbaas/v20180416/models.py +0 -58
- tencentcloud/tcb/v20180608/errorcodes.py +3 -0
- tencentcloud/tcr/v20190924/models.py +30 -154
- tencentcloud/tdmq/v20200217/models.py +0 -16
- tencentcloud/thpc/v20230321/models.py +34 -0
- tencentcloud/tke/v20180525/models.py +692 -622
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/trocket/v20230308/models.py +0 -24
- tencentcloud/tsf/v20180326/models.py +252 -196
- tencentcloud/vcube/v20220410/models.py +51 -158
- tencentcloud/vcube/v20220410/vcube_client.py +2 -2
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +28 -260
- tencentcloud/vpc/v20170312/models.py +135 -0
- tencentcloud/wedata/v20210820/models.py +17 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/RECORD +62 -62
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1347.dist-info → tencentcloud_sdk_python-3.0.1349.dist-info}/top_level.txt +0 -0
@@ -1925,7 +1925,6 @@ class CreateDCDBInstanceResponse(AbstractModel):
|
|
1925
1925
|
查询订单详细信息,或在支付失败时调用用户账号相关接口进行支付。
|
1926
1926
|
:type DealName: str
|
1927
1927
|
:param _InstanceIds: 订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
|
1928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1929
1928
|
:type InstanceIds: list of str
|
1930
1929
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1931
1930
|
:type RequestId: str
|
@@ -1949,7 +1948,6 @@ class CreateDCDBInstanceResponse(AbstractModel):
|
|
1949
1948
|
@property
|
1950
1949
|
def InstanceIds(self):
|
1951
1950
|
"""订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
|
1952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1953
1951
|
:rtype: list of str
|
1954
1952
|
"""
|
1955
1953
|
return self._InstanceIds
|
@@ -3569,7 +3567,6 @@ class DCDBInstanceInfo(AbstractModel):
|
|
3569
3567
|
:param _Paymode: 付费模式
|
3570
3568
|
:type Paymode: str
|
3571
3569
|
:param _Locker: 实例处于异步任务状态时,表示异步任务流程ID
|
3572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3573
3570
|
:type Locker: int
|
3574
3571
|
:param _WanStatus: 外网状态,0-未开通;1-已开通;2-关闭;3-开通中
|
3575
3572
|
:type WanStatus: int
|
@@ -3578,37 +3575,26 @@ class DCDBInstanceInfo(AbstractModel):
|
|
3578
3575
|
:param _Cpu: Cpu核数
|
3579
3576
|
:type Cpu: int
|
3580
3577
|
:param _Ipv6Flag: 实例IPv6标志
|
3581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3582
3578
|
:type Ipv6Flag: int
|
3583
3579
|
:param _Vipv6: 内网IPv6
|
3584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3585
3580
|
:type Vipv6: str
|
3586
3581
|
:param _WanVipv6: 外网IPv6
|
3587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3588
3582
|
:type WanVipv6: str
|
3589
3583
|
:param _WanPortIpv6: 外网IPv6端口
|
3590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3591
3584
|
:type WanPortIpv6: int
|
3592
3585
|
:param _WanStatusIpv6: 外网IPv6状态
|
3593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3594
3586
|
:type WanStatusIpv6: int
|
3595
3587
|
:param _DcnFlag: DCN标志,0-无,1-主实例,2-灾备实例
|
3596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3597
3588
|
:type DcnFlag: int
|
3598
3589
|
:param _DcnStatus: DCN状态,0-无,1-创建中,2-同步中,3-已断开
|
3599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3600
3590
|
:type DcnStatus: int
|
3601
3591
|
:param _DcnDstNum: DCN灾备实例数
|
3602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3603
3592
|
:type DcnDstNum: int
|
3604
3593
|
:param _InstanceType: 1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)
|
3605
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3606
3594
|
:type InstanceType: int
|
3607
3595
|
:param _ResourceTags: 实例标签信息
|
3608
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3609
3596
|
:type ResourceTags: list of ResourceTag
|
3610
3597
|
:param _DbVersionId: 数据库引擎版本
|
3611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3612
3598
|
:type DbVersionId: str
|
3613
3599
|
"""
|
3614
3600
|
self._InstanceId = None
|
@@ -4050,7 +4036,6 @@ class DCDBInstanceInfo(AbstractModel):
|
|
4050
4036
|
@property
|
4051
4037
|
def Locker(self):
|
4052
4038
|
"""实例处于异步任务状态时,表示异步任务流程ID
|
4053
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4054
4039
|
:rtype: int
|
4055
4040
|
"""
|
4056
4041
|
return self._Locker
|
@@ -4095,7 +4080,6 @@ class DCDBInstanceInfo(AbstractModel):
|
|
4095
4080
|
@property
|
4096
4081
|
def Ipv6Flag(self):
|
4097
4082
|
"""实例IPv6标志
|
4098
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4099
4083
|
:rtype: int
|
4100
4084
|
"""
|
4101
4085
|
return self._Ipv6Flag
|
@@ -4107,7 +4091,6 @@ class DCDBInstanceInfo(AbstractModel):
|
|
4107
4091
|
@property
|
4108
4092
|
def Vipv6(self):
|
4109
4093
|
"""内网IPv6
|
4110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4111
4094
|
:rtype: str
|
4112
4095
|
"""
|
4113
4096
|
return self._Vipv6
|
@@ -4119,7 +4102,6 @@ class DCDBInstanceInfo(AbstractModel):
|
|
4119
4102
|
@property
|
4120
4103
|
def WanVipv6(self):
|
4121
4104
|
"""外网IPv6
|
4122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4123
4105
|
:rtype: str
|
4124
4106
|
"""
|
4125
4107
|
return self._WanVipv6
|
@@ -4131,7 +4113,6 @@ class DCDBInstanceInfo(AbstractModel):
|
|
4131
4113
|
@property
|
4132
4114
|
def WanPortIpv6(self):
|
4133
4115
|
"""外网IPv6端口
|
4134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4135
4116
|
:rtype: int
|
4136
4117
|
"""
|
4137
4118
|
return self._WanPortIpv6
|
@@ -4143,7 +4124,6 @@ class DCDBInstanceInfo(AbstractModel):
|
|
4143
4124
|
@property
|
4144
4125
|
def WanStatusIpv6(self):
|
4145
4126
|
"""外网IPv6状态
|
4146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4147
4127
|
:rtype: int
|
4148
4128
|
"""
|
4149
4129
|
return self._WanStatusIpv6
|
@@ -4155,7 +4135,6 @@ class DCDBInstanceInfo(AbstractModel):
|
|
4155
4135
|
@property
|
4156
4136
|
def DcnFlag(self):
|
4157
4137
|
"""DCN标志,0-无,1-主实例,2-灾备实例
|
4158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4159
4138
|
:rtype: int
|
4160
4139
|
"""
|
4161
4140
|
return self._DcnFlag
|
@@ -4167,7 +4146,6 @@ class DCDBInstanceInfo(AbstractModel):
|
|
4167
4146
|
@property
|
4168
4147
|
def DcnStatus(self):
|
4169
4148
|
"""DCN状态,0-无,1-创建中,2-同步中,3-已断开
|
4170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4171
4149
|
:rtype: int
|
4172
4150
|
"""
|
4173
4151
|
return self._DcnStatus
|
@@ -4179,7 +4157,6 @@ class DCDBInstanceInfo(AbstractModel):
|
|
4179
4157
|
@property
|
4180
4158
|
def DcnDstNum(self):
|
4181
4159
|
"""DCN灾备实例数
|
4182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4183
4160
|
:rtype: int
|
4184
4161
|
"""
|
4185
4162
|
return self._DcnDstNum
|
@@ -4191,7 +4168,6 @@ class DCDBInstanceInfo(AbstractModel):
|
|
4191
4168
|
@property
|
4192
4169
|
def InstanceType(self):
|
4193
4170
|
"""1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)
|
4194
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4195
4171
|
:rtype: int
|
4196
4172
|
"""
|
4197
4173
|
return self._InstanceType
|
@@ -4203,7 +4179,6 @@ class DCDBInstanceInfo(AbstractModel):
|
|
4203
4179
|
@property
|
4204
4180
|
def ResourceTags(self):
|
4205
4181
|
"""实例标签信息
|
4206
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4207
4182
|
:rtype: list of ResourceTag
|
4208
4183
|
"""
|
4209
4184
|
return self._ResourceTags
|
@@ -4215,7 +4190,6 @@ class DCDBInstanceInfo(AbstractModel):
|
|
4215
4190
|
@property
|
4216
4191
|
def DbVersionId(self):
|
4217
4192
|
"""数据库引擎版本
|
4218
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4219
4193
|
:rtype: str
|
4220
4194
|
"""
|
4221
4195
|
return self._DbVersionId
|
@@ -5987,7 +5961,6 @@ class DescribeAccountsResponse(AbstractModel):
|
|
5987
5961
|
:param _InstanceId: 实例ID,透传入参。
|
5988
5962
|
:type InstanceId: str
|
5989
5963
|
:param _Users: 实例用户列表。
|
5990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5991
5964
|
:type Users: list of DBAccount
|
5992
5965
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5993
5966
|
:type RequestId: str
|
@@ -6010,7 +5983,6 @@ class DescribeAccountsResponse(AbstractModel):
|
|
6010
5983
|
@property
|
6011
5984
|
def Users(self):
|
6012
5985
|
"""实例用户列表。
|
6013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6014
5986
|
:rtype: list of DBAccount
|
6015
5987
|
"""
|
6016
5988
|
return self._Users
|
@@ -7665,57 +7637,40 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
7665
7637
|
:param _Shards: 分片信息
|
7666
7638
|
:type Shards: list of ShardBriefInfo
|
7667
7639
|
:param _Vip6: 内网IPv6
|
7668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7669
7640
|
:type Vip6: str
|
7670
7641
|
:param _Cpu: 实例Cpu核数
|
7671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7672
7642
|
:type Cpu: int
|
7673
7643
|
:param _Qps: 实例QPS
|
7674
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7675
7644
|
:type Qps: int
|
7676
7645
|
:param _DbEngine: DB引擎
|
7677
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7678
7646
|
:type DbEngine: str
|
7679
7647
|
:param _Ipv6Flag: 是否支持IPv6
|
7680
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7681
7648
|
:type Ipv6Flag: int
|
7682
7649
|
:param _WanVipv6: 外网IPv6地址,公网可访问
|
7683
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7684
7650
|
:type WanVipv6: str
|
7685
7651
|
:param _WanStatusIpv6: 外网状态,0-未开通;1-已开通;2-关闭;3-开通中;4-关闭中
|
7686
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7687
7652
|
:type WanStatusIpv6: int
|
7688
7653
|
:param _WanPortIpv6: 外网IPv6端口
|
7689
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7690
7654
|
:type WanPortIpv6: int
|
7691
7655
|
:param _ResourceTags: 标签信息
|
7692
7656
|
:type ResourceTags: list of ResourceTag
|
7693
7657
|
:param _DcnFlag: DCN标志,0-无,1-主实例,2-灾备实例
|
7694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7695
7658
|
:type DcnFlag: int
|
7696
7659
|
:param _DcnStatus: DCN状态,0-无,1-创建中,2-同步中,3-已断开
|
7697
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7698
7660
|
:type DcnStatus: int
|
7699
7661
|
:param _DcnDstNum: DCN灾备实例数
|
7700
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7701
7662
|
:type DcnDstNum: int
|
7702
7663
|
:param _InstanceType: 1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)
|
7703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7704
7664
|
:type InstanceType: int
|
7705
7665
|
:param _IsMaxUserConnectionsSupported: 实例是否支持设置用户连接数限制,内核为10.1暂不支持。
|
7706
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7707
7666
|
:type IsMaxUserConnectionsSupported: bool
|
7708
7667
|
:param _DbVersionId: 对外显示的数据库版本
|
7709
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7710
7668
|
:type DbVersionId: str
|
7711
7669
|
:param _EncryptStatus: 加密状态, 0-未开启,1-已开启
|
7712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7713
7670
|
:type EncryptStatus: int
|
7714
7671
|
:param _ExclusterType: 独享集群类型,0:公有云, 1:金融围笼, 2:CDC集群
|
7715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7716
7672
|
:type ExclusterType: int
|
7717
7673
|
:param _RsAccessStrategy: VPC就近访问
|
7718
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7719
7674
|
:type RsAccessStrategy: int
|
7720
7675
|
:param _ReservedNetResources: 尚未回收的网络资源
|
7721
7676
|
:type ReservedNetResources: list of ReservedNetResource
|
@@ -8139,7 +8094,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8139
8094
|
@property
|
8140
8095
|
def Vip6(self):
|
8141
8096
|
"""内网IPv6
|
8142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8143
8097
|
:rtype: str
|
8144
8098
|
"""
|
8145
8099
|
return self._Vip6
|
@@ -8151,7 +8105,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8151
8105
|
@property
|
8152
8106
|
def Cpu(self):
|
8153
8107
|
"""实例Cpu核数
|
8154
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8155
8108
|
:rtype: int
|
8156
8109
|
"""
|
8157
8110
|
return self._Cpu
|
@@ -8163,7 +8116,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8163
8116
|
@property
|
8164
8117
|
def Qps(self):
|
8165
8118
|
"""实例QPS
|
8166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8167
8119
|
:rtype: int
|
8168
8120
|
"""
|
8169
8121
|
return self._Qps
|
@@ -8175,7 +8127,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8175
8127
|
@property
|
8176
8128
|
def DbEngine(self):
|
8177
8129
|
"""DB引擎
|
8178
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8179
8130
|
:rtype: str
|
8180
8131
|
"""
|
8181
8132
|
return self._DbEngine
|
@@ -8187,7 +8138,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8187
8138
|
@property
|
8188
8139
|
def Ipv6Flag(self):
|
8189
8140
|
"""是否支持IPv6
|
8190
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8191
8141
|
:rtype: int
|
8192
8142
|
"""
|
8193
8143
|
return self._Ipv6Flag
|
@@ -8199,7 +8149,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8199
8149
|
@property
|
8200
8150
|
def WanVipv6(self):
|
8201
8151
|
"""外网IPv6地址,公网可访问
|
8202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8203
8152
|
:rtype: str
|
8204
8153
|
"""
|
8205
8154
|
return self._WanVipv6
|
@@ -8211,7 +8160,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8211
8160
|
@property
|
8212
8161
|
def WanStatusIpv6(self):
|
8213
8162
|
"""外网状态,0-未开通;1-已开通;2-关闭;3-开通中;4-关闭中
|
8214
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8215
8163
|
:rtype: int
|
8216
8164
|
"""
|
8217
8165
|
return self._WanStatusIpv6
|
@@ -8223,7 +8171,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8223
8171
|
@property
|
8224
8172
|
def WanPortIpv6(self):
|
8225
8173
|
"""外网IPv6端口
|
8226
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8227
8174
|
:rtype: int
|
8228
8175
|
"""
|
8229
8176
|
return self._WanPortIpv6
|
@@ -8246,7 +8193,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8246
8193
|
@property
|
8247
8194
|
def DcnFlag(self):
|
8248
8195
|
"""DCN标志,0-无,1-主实例,2-灾备实例
|
8249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8250
8196
|
:rtype: int
|
8251
8197
|
"""
|
8252
8198
|
return self._DcnFlag
|
@@ -8258,7 +8204,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8258
8204
|
@property
|
8259
8205
|
def DcnStatus(self):
|
8260
8206
|
"""DCN状态,0-无,1-创建中,2-同步中,3-已断开
|
8261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8262
8207
|
:rtype: int
|
8263
8208
|
"""
|
8264
8209
|
return self._DcnStatus
|
@@ -8270,7 +8215,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8270
8215
|
@property
|
8271
8216
|
def DcnDstNum(self):
|
8272
8217
|
"""DCN灾备实例数
|
8273
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8274
8218
|
:rtype: int
|
8275
8219
|
"""
|
8276
8220
|
return self._DcnDstNum
|
@@ -8282,7 +8226,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8282
8226
|
@property
|
8283
8227
|
def InstanceType(self):
|
8284
8228
|
"""1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)
|
8285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8286
8229
|
:rtype: int
|
8287
8230
|
"""
|
8288
8231
|
return self._InstanceType
|
@@ -8294,7 +8237,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8294
8237
|
@property
|
8295
8238
|
def IsMaxUserConnectionsSupported(self):
|
8296
8239
|
"""实例是否支持设置用户连接数限制,内核为10.1暂不支持。
|
8297
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8298
8240
|
:rtype: bool
|
8299
8241
|
"""
|
8300
8242
|
return self._IsMaxUserConnectionsSupported
|
@@ -8306,7 +8248,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8306
8248
|
@property
|
8307
8249
|
def DbVersionId(self):
|
8308
8250
|
"""对外显示的数据库版本
|
8309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8310
8251
|
:rtype: str
|
8311
8252
|
"""
|
8312
8253
|
return self._DbVersionId
|
@@ -8318,7 +8259,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8318
8259
|
@property
|
8319
8260
|
def EncryptStatus(self):
|
8320
8261
|
"""加密状态, 0-未开启,1-已开启
|
8321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8322
8262
|
:rtype: int
|
8323
8263
|
"""
|
8324
8264
|
return self._EncryptStatus
|
@@ -8330,7 +8270,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8330
8270
|
@property
|
8331
8271
|
def ExclusterType(self):
|
8332
8272
|
"""独享集群类型,0:公有云, 1:金融围笼, 2:CDC集群
|
8333
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8334
8273
|
:rtype: int
|
8335
8274
|
"""
|
8336
8275
|
return self._ExclusterType
|
@@ -8342,7 +8281,6 @@ class DescribeDCDBInstanceDetailResponse(AbstractModel):
|
|
8342
8281
|
@property
|
8343
8282
|
def RsAccessStrategy(self):
|
8344
8283
|
"""VPC就近访问
|
8345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8346
8284
|
:rtype: int
|
8347
8285
|
"""
|
8348
8286
|
return self._RsAccessStrategy
|
@@ -15729,7 +15667,6 @@ class ShardBriefInfo(AbstractModel):
|
|
15729
15667
|
:param _Cpu: 分片Cpu核数
|
15730
15668
|
:type Cpu: int
|
15731
15669
|
:param _NodesInfo: DB节点信息
|
15732
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15733
15670
|
:type NodesInfo: list of NodeInfo
|
15734
15671
|
"""
|
15735
15672
|
self._ShardSerialId = None
|
@@ -15905,7 +15842,6 @@ class ShardBriefInfo(AbstractModel):
|
|
15905
15842
|
@property
|
15906
15843
|
def NodesInfo(self):
|
15907
15844
|
"""DB节点信息
|
15908
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15909
15845
|
:rtype: list of NodeInfo
|
15910
15846
|
"""
|
15911
15847
|
return self._NodesInfo
|