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
@@ -1298,7 +1298,7 @@ class CreateDBInstanceRequest(AbstractModel):
|
|
1298
1298
|
:type SubnetId: str
|
1299
1299
|
:param _ProjectId: 项目 ID,可以通过查看项目列表获取,不传则关联到默认项目
|
1300
1300
|
:type ProjectId: int
|
1301
|
-
:param _DbVersionId: 数据库引擎版本,当前可选:8.0,5.7,10.1
|
1301
|
+
:param _DbVersionId: 数据库引擎版本,当前可选:8.0,5.7,10.1。
|
1302
1302
|
:type DbVersionId: str
|
1303
1303
|
:param _InstanceName: 实例名称, 可以通过该字段自主的设置实例的名字
|
1304
1304
|
:type InstanceName: str
|
@@ -1467,7 +1467,7 @@ class CreateDBInstanceRequest(AbstractModel):
|
|
1467
1467
|
|
1468
1468
|
@property
|
1469
1469
|
def DbVersionId(self):
|
1470
|
-
"""数据库引擎版本,当前可选:8.0,5.7,10.1
|
1470
|
+
"""数据库引擎版本,当前可选:8.0,5.7,10.1。
|
1471
1471
|
:rtype: str
|
1472
1472
|
"""
|
1473
1473
|
return self._DbVersionId
|
@@ -1629,7 +1629,6 @@ class CreateDBInstanceResponse(AbstractModel):
|
|
1629
1629
|
查询订单详细信息,或在支付失败时调用用户账号相关接口进行支付。
|
1630
1630
|
:type DealName: str
|
1631
1631
|
:param _InstanceIds: 订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
|
1632
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1633
1632
|
:type InstanceIds: list of str
|
1634
1633
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1635
1634
|
:type RequestId: str
|
@@ -1653,7 +1652,6 @@ class CreateDBInstanceResponse(AbstractModel):
|
|
1653
1652
|
@property
|
1654
1653
|
def InstanceIds(self):
|
1655
1654
|
"""订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
|
1656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1657
1655
|
:rtype: list of str
|
1658
1656
|
"""
|
1659
1657
|
return self._InstanceIds
|
@@ -2182,7 +2180,7 @@ class CreateHourDBInstanceRequest(AbstractModel):
|
|
2182
2180
|
:type VpcId: str
|
2183
2181
|
:param _SubnetId: 统一子网ID,VpcId有值时需填写
|
2184
2182
|
:type SubnetId: str
|
2185
|
-
:param _DbVersionId: 数据库引擎版本,当前可选:8.0,5.7,10.1
|
2183
|
+
:param _DbVersionId: 数据库引擎版本,当前可选:8.0,5.7,10.1。
|
2186
2184
|
:type DbVersionId: str
|
2187
2185
|
:param _InstanceName: 自定义实例名称
|
2188
2186
|
:type InstanceName: str
|
@@ -2317,7 +2315,7 @@ innodb_page_size(innodb数据页,默认16K),sync_mode(同步模式:0
|
|
2317
2315
|
|
2318
2316
|
@property
|
2319
2317
|
def DbVersionId(self):
|
2320
|
-
"""数据库引擎版本,当前可选:8.0,5.7,10.1
|
2318
|
+
"""数据库引擎版本,当前可选:8.0,5.7,10.1。
|
2321
2319
|
:rtype: str
|
2322
2320
|
"""
|
2323
2321
|
return self._DbVersionId
|
@@ -2490,10 +2488,8 @@ class CreateHourDBInstanceResponse(AbstractModel):
|
|
2490
2488
|
查询订单详细信息,或在支付失败时调用用户账号相关接口进行支付。
|
2491
2489
|
:type DealName: str
|
2492
2490
|
:param _InstanceIds: 订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
|
2493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2494
2491
|
:type InstanceIds: list of str
|
2495
2492
|
:param _FlowId: 异步任务的请求 ID,可使用此 ID [查询异步任务的执行结果](https://cloud.tencent.com/document/product/237/16177)。
|
2496
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2497
2493
|
:type FlowId: int
|
2498
2494
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2499
2495
|
:type RequestId: str
|
@@ -2518,7 +2514,6 @@ class CreateHourDBInstanceResponse(AbstractModel):
|
|
2518
2514
|
@property
|
2519
2515
|
def InstanceIds(self):
|
2520
2516
|
"""订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
|
2521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2522
2517
|
:rtype: list of str
|
2523
2518
|
"""
|
2524
2519
|
return self._InstanceIds
|
@@ -2530,7 +2525,6 @@ class CreateHourDBInstanceResponse(AbstractModel):
|
|
2530
2525
|
@property
|
2531
2526
|
def FlowId(self):
|
2532
2527
|
"""异步任务的请求 ID,可使用此 ID [查询异步任务的执行结果](https://cloud.tencent.com/document/product/237/16177)。
|
2533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2534
2528
|
:rtype: int
|
2535
2529
|
"""
|
2536
2530
|
return self._FlowId
|
@@ -2944,13 +2938,10 @@ class DBInstance(AbstractModel):
|
|
2944
2938
|
:param _Qps: 最大 Qps 值
|
2945
2939
|
:type Qps: int
|
2946
2940
|
:param _Paymode: 付费模式
|
2947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2948
2941
|
:type Paymode: str
|
2949
2942
|
:param _Locker: 实例处于异步任务时的异步任务流程ID
|
2950
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2951
2943
|
:type Locker: int
|
2952
2944
|
:param _StatusDesc: 实例目前运行状态描述
|
2953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2954
2945
|
:type StatusDesc: str
|
2955
2946
|
:param _WanStatus: 外网状态,0-未开通;1-已开通;2-关闭;3-开通中
|
2956
2947
|
:type WanStatus: int
|
@@ -2963,43 +2954,30 @@ class DBInstance(AbstractModel):
|
|
2963
2954
|
:param _Cpu: 实例CPU核数
|
2964
2955
|
:type Cpu: int
|
2965
2956
|
:param _Ipv6Flag: 实例IPv6标志
|
2966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2967
2957
|
:type Ipv6Flag: int
|
2968
2958
|
:param _Vipv6: 内网IPv6
|
2969
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2970
2959
|
:type Vipv6: str
|
2971
2960
|
:param _WanVipv6: 外网IPv6
|
2972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2973
2961
|
:type WanVipv6: str
|
2974
2962
|
:param _WanPortIpv6: 外网IPv6端口
|
2975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2976
2963
|
:type WanPortIpv6: int
|
2977
2964
|
:param _WanStatusIpv6: 外网IPv6状态
|
2978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2979
2965
|
:type WanStatusIpv6: int
|
2980
2966
|
:param _DbEngine: 数据库引擎
|
2981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2982
2967
|
:type DbEngine: str
|
2983
2968
|
:param _DbVersion: 数据库版本
|
2984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2985
2969
|
:type DbVersion: str
|
2986
2970
|
:param _DcnFlag: DCN标志,0-无,1-主实例,2-灾备实例
|
2987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2988
2971
|
:type DcnFlag: int
|
2989
2972
|
:param _DcnStatus: DCN状态,0-无,1-创建中,2-同步中,3-已断开
|
2990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2991
2973
|
:type DcnStatus: int
|
2992
2974
|
:param _DcnDstNum: DCN灾备实例数
|
2993
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2994
2975
|
:type DcnDstNum: int
|
2995
2976
|
:param _InstanceType: 1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)
|
2996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2997
2977
|
:type InstanceType: int
|
2998
2978
|
:param _ResourceTags: 实例标签信息
|
2999
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3000
2979
|
:type ResourceTags: list of ResourceTag
|
3001
2980
|
:param _DbVersionId: 数据库版本
|
3002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3003
2981
|
:type DbVersionId: str
|
3004
2982
|
"""
|
3005
2983
|
self._InstanceId = None
|
@@ -3399,7 +3377,6 @@ class DBInstance(AbstractModel):
|
|
3399
3377
|
@property
|
3400
3378
|
def Paymode(self):
|
3401
3379
|
"""付费模式
|
3402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3403
3380
|
:rtype: str
|
3404
3381
|
"""
|
3405
3382
|
return self._Paymode
|
@@ -3411,7 +3388,6 @@ class DBInstance(AbstractModel):
|
|
3411
3388
|
@property
|
3412
3389
|
def Locker(self):
|
3413
3390
|
"""实例处于异步任务时的异步任务流程ID
|
3414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3415
3391
|
:rtype: int
|
3416
3392
|
"""
|
3417
3393
|
return self._Locker
|
@@ -3423,7 +3399,6 @@ class DBInstance(AbstractModel):
|
|
3423
3399
|
@property
|
3424
3400
|
def StatusDesc(self):
|
3425
3401
|
"""实例目前运行状态描述
|
3426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3427
3402
|
:rtype: str
|
3428
3403
|
"""
|
3429
3404
|
return self._StatusDesc
|
@@ -3490,7 +3465,6 @@ class DBInstance(AbstractModel):
|
|
3490
3465
|
@property
|
3491
3466
|
def Ipv6Flag(self):
|
3492
3467
|
"""实例IPv6标志
|
3493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3494
3468
|
:rtype: int
|
3495
3469
|
"""
|
3496
3470
|
return self._Ipv6Flag
|
@@ -3502,7 +3476,6 @@ class DBInstance(AbstractModel):
|
|
3502
3476
|
@property
|
3503
3477
|
def Vipv6(self):
|
3504
3478
|
"""内网IPv6
|
3505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3506
3479
|
:rtype: str
|
3507
3480
|
"""
|
3508
3481
|
return self._Vipv6
|
@@ -3514,7 +3487,6 @@ class DBInstance(AbstractModel):
|
|
3514
3487
|
@property
|
3515
3488
|
def WanVipv6(self):
|
3516
3489
|
"""外网IPv6
|
3517
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3518
3490
|
:rtype: str
|
3519
3491
|
"""
|
3520
3492
|
return self._WanVipv6
|
@@ -3526,7 +3498,6 @@ class DBInstance(AbstractModel):
|
|
3526
3498
|
@property
|
3527
3499
|
def WanPortIpv6(self):
|
3528
3500
|
"""外网IPv6端口
|
3529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3530
3501
|
:rtype: int
|
3531
3502
|
"""
|
3532
3503
|
return self._WanPortIpv6
|
@@ -3538,7 +3509,6 @@ class DBInstance(AbstractModel):
|
|
3538
3509
|
@property
|
3539
3510
|
def WanStatusIpv6(self):
|
3540
3511
|
"""外网IPv6状态
|
3541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3542
3512
|
:rtype: int
|
3543
3513
|
"""
|
3544
3514
|
return self._WanStatusIpv6
|
@@ -3550,7 +3520,6 @@ class DBInstance(AbstractModel):
|
|
3550
3520
|
@property
|
3551
3521
|
def DbEngine(self):
|
3552
3522
|
"""数据库引擎
|
3553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3554
3523
|
:rtype: str
|
3555
3524
|
"""
|
3556
3525
|
return self._DbEngine
|
@@ -3562,7 +3531,6 @@ class DBInstance(AbstractModel):
|
|
3562
3531
|
@property
|
3563
3532
|
def DbVersion(self):
|
3564
3533
|
"""数据库版本
|
3565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3566
3534
|
:rtype: str
|
3567
3535
|
"""
|
3568
3536
|
return self._DbVersion
|
@@ -3574,7 +3542,6 @@ class DBInstance(AbstractModel):
|
|
3574
3542
|
@property
|
3575
3543
|
def DcnFlag(self):
|
3576
3544
|
"""DCN标志,0-无,1-主实例,2-灾备实例
|
3577
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3578
3545
|
:rtype: int
|
3579
3546
|
"""
|
3580
3547
|
return self._DcnFlag
|
@@ -3586,7 +3553,6 @@ class DBInstance(AbstractModel):
|
|
3586
3553
|
@property
|
3587
3554
|
def DcnStatus(self):
|
3588
3555
|
"""DCN状态,0-无,1-创建中,2-同步中,3-已断开
|
3589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3590
3556
|
:rtype: int
|
3591
3557
|
"""
|
3592
3558
|
return self._DcnStatus
|
@@ -3598,7 +3564,6 @@ class DBInstance(AbstractModel):
|
|
3598
3564
|
@property
|
3599
3565
|
def DcnDstNum(self):
|
3600
3566
|
"""DCN灾备实例数
|
3601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3602
3567
|
:rtype: int
|
3603
3568
|
"""
|
3604
3569
|
return self._DcnDstNum
|
@@ -3610,7 +3575,6 @@ class DBInstance(AbstractModel):
|
|
3610
3575
|
@property
|
3611
3576
|
def InstanceType(self):
|
3612
3577
|
"""1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)
|
3613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3614
3578
|
:rtype: int
|
3615
3579
|
"""
|
3616
3580
|
return self._InstanceType
|
@@ -3622,7 +3586,6 @@ class DBInstance(AbstractModel):
|
|
3622
3586
|
@property
|
3623
3587
|
def ResourceTags(self):
|
3624
3588
|
"""实例标签信息
|
3625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3626
3589
|
:rtype: list of ResourceTag
|
3627
3590
|
"""
|
3628
3591
|
return self._ResourceTags
|
@@ -3634,7 +3597,6 @@ class DBInstance(AbstractModel):
|
|
3634
3597
|
@property
|
3635
3598
|
def DbVersionId(self):
|
3636
3599
|
"""数据库版本
|
3637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3638
3600
|
:rtype: str
|
3639
3601
|
"""
|
3640
3602
|
return self._DbVersionId
|
@@ -5928,7 +5890,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
5928
5890
|
:param _IsEncryptSupported: 是否支持数据加密。1-支持;0-不支持
|
5929
5891
|
:type IsEncryptSupported: int
|
5930
5892
|
:param _Vip6: 内网IPv6
|
5931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5932
5893
|
:type Vip6: str
|
5933
5894
|
:param _Cpu: 实例Cpu核数
|
5934
5895
|
:type Cpu: int
|
@@ -5937,48 +5898,34 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
5937
5898
|
:param _Qps: 最大QPS
|
5938
5899
|
:type Qps: int
|
5939
5900
|
:param _Ipv6Flag: 是否支持IPv6
|
5940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5941
5901
|
:type Ipv6Flag: int
|
5942
5902
|
:param _WanVipv6: 外网IPv6地址,公网可访问
|
5943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5944
5903
|
:type WanVipv6: str
|
5945
5904
|
:param _WanStatusIpv6: 外网状态,0-未开通;1-已开通;2-关闭;3-开通中;4-关闭中
|
5946
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5947
5905
|
:type WanStatusIpv6: int
|
5948
5906
|
:param _WanPortIpv6: 外网IPv6端口
|
5949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5950
5907
|
:type WanPortIpv6: int
|
5951
5908
|
:param _DbEngine: 数据库引擎
|
5952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5953
5909
|
:type DbEngine: str
|
5954
5910
|
:param _DbVersion: 数据库版本
|
5955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5956
5911
|
:type DbVersion: str
|
5957
5912
|
:param _ResourceTags: 标签信息
|
5958
5913
|
:type ResourceTags: list of ResourceTag
|
5959
5914
|
:param _DcnFlag: DCN标志,0-无,1-主实例,2-灾备实例
|
5960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5961
5915
|
:type DcnFlag: int
|
5962
5916
|
:param _DcnStatus: DCN状态,0-无,1-创建中,2-同步中,3-已断开
|
5963
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5964
5917
|
:type DcnStatus: int
|
5965
5918
|
:param _DcnDstNum: DCN灾备实例数
|
5966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5967
5919
|
:type DcnDstNum: int
|
5968
5920
|
:param _InstanceType: 1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)
|
5969
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5970
5921
|
:type InstanceType: int
|
5971
5922
|
:param _NodesInfo: 实例的各个DB节点信息
|
5972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5973
5923
|
:type NodesInfo: list of NodeInfo
|
5974
5924
|
:param _IsMaxUserConnectionsSupported: 实例是否支持设置用户连接数限制,内核为10.1暂不支持。
|
5975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5976
5925
|
:type IsMaxUserConnectionsSupported: bool
|
5977
5926
|
:param _DbVersionId: 对外显示的数据库版本
|
5978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5979
5927
|
:type DbVersionId: str
|
5980
5928
|
:param _EncryptStatus: 加密状态, 0-未开启,1-已开启
|
5981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5982
5929
|
:type EncryptStatus: int
|
5983
5930
|
:param _ReplicaConfig: DCN的配置信息
|
5984
5931
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -5987,10 +5934,8 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
5987
5934
|
注意:此字段可能返回 null,表示取不到有效值。
|
5988
5935
|
:type ReplicaStatus: :class:`tencentcloud.mariadb.v20170312.models.DCNReplicaStatus`
|
5989
5936
|
:param _ExclusterType: 独享集群类型,0:公有云, 1:金融围笼, 2:CDC集群
|
5990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5991
5937
|
:type ExclusterType: int
|
5992
5938
|
:param _RsAccessStrategy: VPC就近访问
|
5993
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5994
5939
|
:type RsAccessStrategy: int
|
5995
5940
|
:param _ReservedNetResources: 尚未回收的网络资源
|
5996
5941
|
:type ReservedNetResources: list of ReservedNetResource
|
@@ -6422,7 +6367,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6422
6367
|
@property
|
6423
6368
|
def Vip6(self):
|
6424
6369
|
"""内网IPv6
|
6425
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6426
6370
|
:rtype: str
|
6427
6371
|
"""
|
6428
6372
|
return self._Vip6
|
@@ -6467,7 +6411,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6467
6411
|
@property
|
6468
6412
|
def Ipv6Flag(self):
|
6469
6413
|
"""是否支持IPv6
|
6470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6471
6414
|
:rtype: int
|
6472
6415
|
"""
|
6473
6416
|
return self._Ipv6Flag
|
@@ -6479,7 +6422,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6479
6422
|
@property
|
6480
6423
|
def WanVipv6(self):
|
6481
6424
|
"""外网IPv6地址,公网可访问
|
6482
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6483
6425
|
:rtype: str
|
6484
6426
|
"""
|
6485
6427
|
return self._WanVipv6
|
@@ -6491,7 +6433,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6491
6433
|
@property
|
6492
6434
|
def WanStatusIpv6(self):
|
6493
6435
|
"""外网状态,0-未开通;1-已开通;2-关闭;3-开通中;4-关闭中
|
6494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6495
6436
|
:rtype: int
|
6496
6437
|
"""
|
6497
6438
|
return self._WanStatusIpv6
|
@@ -6503,7 +6444,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6503
6444
|
@property
|
6504
6445
|
def WanPortIpv6(self):
|
6505
6446
|
"""外网IPv6端口
|
6506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6507
6447
|
:rtype: int
|
6508
6448
|
"""
|
6509
6449
|
return self._WanPortIpv6
|
@@ -6515,7 +6455,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6515
6455
|
@property
|
6516
6456
|
def DbEngine(self):
|
6517
6457
|
"""数据库引擎
|
6518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6519
6458
|
:rtype: str
|
6520
6459
|
"""
|
6521
6460
|
return self._DbEngine
|
@@ -6527,7 +6466,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6527
6466
|
@property
|
6528
6467
|
def DbVersion(self):
|
6529
6468
|
"""数据库版本
|
6530
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6531
6469
|
:rtype: str
|
6532
6470
|
"""
|
6533
6471
|
return self._DbVersion
|
@@ -6550,7 +6488,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6550
6488
|
@property
|
6551
6489
|
def DcnFlag(self):
|
6552
6490
|
"""DCN标志,0-无,1-主实例,2-灾备实例
|
6553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6554
6491
|
:rtype: int
|
6555
6492
|
"""
|
6556
6493
|
return self._DcnFlag
|
@@ -6562,7 +6499,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6562
6499
|
@property
|
6563
6500
|
def DcnStatus(self):
|
6564
6501
|
"""DCN状态,0-无,1-创建中,2-同步中,3-已断开
|
6565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6566
6502
|
:rtype: int
|
6567
6503
|
"""
|
6568
6504
|
return self._DcnStatus
|
@@ -6574,7 +6510,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6574
6510
|
@property
|
6575
6511
|
def DcnDstNum(self):
|
6576
6512
|
"""DCN灾备实例数
|
6577
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6578
6513
|
:rtype: int
|
6579
6514
|
"""
|
6580
6515
|
return self._DcnDstNum
|
@@ -6586,7 +6521,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6586
6521
|
@property
|
6587
6522
|
def InstanceType(self):
|
6588
6523
|
"""1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)
|
6589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6590
6524
|
:rtype: int
|
6591
6525
|
"""
|
6592
6526
|
return self._InstanceType
|
@@ -6598,7 +6532,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6598
6532
|
@property
|
6599
6533
|
def NodesInfo(self):
|
6600
6534
|
"""实例的各个DB节点信息
|
6601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6602
6535
|
:rtype: list of NodeInfo
|
6603
6536
|
"""
|
6604
6537
|
return self._NodesInfo
|
@@ -6610,7 +6543,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6610
6543
|
@property
|
6611
6544
|
def IsMaxUserConnectionsSupported(self):
|
6612
6545
|
"""实例是否支持设置用户连接数限制,内核为10.1暂不支持。
|
6613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6614
6546
|
:rtype: bool
|
6615
6547
|
"""
|
6616
6548
|
return self._IsMaxUserConnectionsSupported
|
@@ -6622,7 +6554,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6622
6554
|
@property
|
6623
6555
|
def DbVersionId(self):
|
6624
6556
|
"""对外显示的数据库版本
|
6625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6626
6557
|
:rtype: str
|
6627
6558
|
"""
|
6628
6559
|
return self._DbVersionId
|
@@ -6634,7 +6565,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6634
6565
|
@property
|
6635
6566
|
def EncryptStatus(self):
|
6636
6567
|
"""加密状态, 0-未开启,1-已开启
|
6637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6638
6568
|
:rtype: int
|
6639
6569
|
"""
|
6640
6570
|
return self._EncryptStatus
|
@@ -6670,7 +6600,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6670
6600
|
@property
|
6671
6601
|
def ExclusterType(self):
|
6672
6602
|
"""独享集群类型,0:公有云, 1:金融围笼, 2:CDC集群
|
6673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6674
6603
|
:rtype: int
|
6675
6604
|
"""
|
6676
6605
|
return self._ExclusterType
|
@@ -6682,7 +6611,6 @@ class DescribeDBInstanceDetailResponse(AbstractModel):
|
|
6682
6611
|
@property
|
6683
6612
|
def RsAccessStrategy(self):
|
6684
6613
|
"""VPC就近访问
|
6685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6686
6614
|
:rtype: int
|
6687
6615
|
"""
|
6688
6616
|
return self._RsAccessStrategy
|
@@ -1407,6 +1407,15 @@ class AlarmPolicy(AbstractModel):
|
|
1407
1407
|
:type TagOperation: str
|
1408
1408
|
:param _NoticeTmplBindInfos: 通知模板绑定内容模板信息
|
1409
1409
|
:type NoticeTmplBindInfos: list of NoticeContentTmplBindInfo
|
1410
|
+
:param _HierarchicalNotices: 模板通知的等级
|
1411
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1412
|
+
:type HierarchicalNotices: list of AlarmHierarchicalNotice
|
1413
|
+
:param _NoticeContentTmplBindInfos: 通知模板绑定内容模板信息,同NoticeTmplBindInfos
|
1414
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1415
|
+
:type NoticeContentTmplBindInfos: list of NoticeContentTmplBindInfo
|
1416
|
+
:param _PredefinedConfigID: 预设配置id
|
1417
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1418
|
+
:type PredefinedConfigID: str
|
1410
1419
|
"""
|
1411
1420
|
self._PolicyId = None
|
1412
1421
|
self._PolicyName = None
|
@@ -1448,6 +1457,9 @@ class AlarmPolicy(AbstractModel):
|
|
1448
1457
|
self._IsSupportAlarmTag = None
|
1449
1458
|
self._TagOperation = None
|
1450
1459
|
self._NoticeTmplBindInfos = None
|
1460
|
+
self._HierarchicalNotices = None
|
1461
|
+
self._NoticeContentTmplBindInfos = None
|
1462
|
+
self._PredefinedConfigID = None
|
1451
1463
|
|
1452
1464
|
@property
|
1453
1465
|
def PolicyId(self):
|
@@ -1931,6 +1943,42 @@ class AlarmPolicy(AbstractModel):
|
|
1931
1943
|
def NoticeTmplBindInfos(self, NoticeTmplBindInfos):
|
1932
1944
|
self._NoticeTmplBindInfos = NoticeTmplBindInfos
|
1933
1945
|
|
1946
|
+
@property
|
1947
|
+
def HierarchicalNotices(self):
|
1948
|
+
"""模板通知的等级
|
1949
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1950
|
+
:rtype: list of AlarmHierarchicalNotice
|
1951
|
+
"""
|
1952
|
+
return self._HierarchicalNotices
|
1953
|
+
|
1954
|
+
@HierarchicalNotices.setter
|
1955
|
+
def HierarchicalNotices(self, HierarchicalNotices):
|
1956
|
+
self._HierarchicalNotices = HierarchicalNotices
|
1957
|
+
|
1958
|
+
@property
|
1959
|
+
def NoticeContentTmplBindInfos(self):
|
1960
|
+
"""通知模板绑定内容模板信息,同NoticeTmplBindInfos
|
1961
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1962
|
+
:rtype: list of NoticeContentTmplBindInfo
|
1963
|
+
"""
|
1964
|
+
return self._NoticeContentTmplBindInfos
|
1965
|
+
|
1966
|
+
@NoticeContentTmplBindInfos.setter
|
1967
|
+
def NoticeContentTmplBindInfos(self, NoticeContentTmplBindInfos):
|
1968
|
+
self._NoticeContentTmplBindInfos = NoticeContentTmplBindInfos
|
1969
|
+
|
1970
|
+
@property
|
1971
|
+
def PredefinedConfigID(self):
|
1972
|
+
"""预设配置id
|
1973
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1974
|
+
:rtype: str
|
1975
|
+
"""
|
1976
|
+
return self._PredefinedConfigID
|
1977
|
+
|
1978
|
+
@PredefinedConfigID.setter
|
1979
|
+
def PredefinedConfigID(self, PredefinedConfigID):
|
1980
|
+
self._PredefinedConfigID = PredefinedConfigID
|
1981
|
+
|
1934
1982
|
|
1935
1983
|
def _deserialize(self, params):
|
1936
1984
|
self._PolicyId = params.get("PolicyId")
|
@@ -2011,6 +2059,19 @@ class AlarmPolicy(AbstractModel):
|
|
2011
2059
|
obj = NoticeContentTmplBindInfo()
|
2012
2060
|
obj._deserialize(item)
|
2013
2061
|
self._NoticeTmplBindInfos.append(obj)
|
2062
|
+
if params.get("HierarchicalNotices") is not None:
|
2063
|
+
self._HierarchicalNotices = []
|
2064
|
+
for item in params.get("HierarchicalNotices"):
|
2065
|
+
obj = AlarmHierarchicalNotice()
|
2066
|
+
obj._deserialize(item)
|
2067
|
+
self._HierarchicalNotices.append(obj)
|
2068
|
+
if params.get("NoticeContentTmplBindInfos") is not None:
|
2069
|
+
self._NoticeContentTmplBindInfos = []
|
2070
|
+
for item in params.get("NoticeContentTmplBindInfos"):
|
2071
|
+
obj = NoticeContentTmplBindInfo()
|
2072
|
+
obj._deserialize(item)
|
2073
|
+
self._NoticeContentTmplBindInfos.append(obj)
|
2074
|
+
self._PredefinedConfigID = params.get("PredefinedConfigID")
|
2014
2075
|
memeber_set = set(params.keys())
|
2015
2076
|
for name, value in vars(self).items():
|
2016
2077
|
property_name = name[1:]
|
@@ -11338,13 +11399,7 @@ class DescribeAlarmPoliciesRequest(AbstractModel):
|
|
11338
11399
|
:param _Namespaces: 根据命名空间过滤,不同策略类型的值详见
|
11339
11400
|
[策略类型列表](https://cloud.tencent.com/document/product/248/50397)当Dimension不为空时,该项为必填项
|
11340
11401
|
:type Namespaces: list of str
|
11341
|
-
:param _Dimensions: 告警对象列表,JSON
|
11342
|
-
`[ {"Dimensions": {"unInstanceId": "ins-qr8d555g"}}, {"Dimensions": {"unInstanceId": "ins-qr8d555h"}} ]`
|
11343
|
-
具体也可以参考下方的示例 2。
|
11344
|
-
|
11345
|
-
不同云产品参数示例详见 [维度信息Dimensions列表](https://cloud.tencent.com/document/product/248/50397)
|
11346
|
-
|
11347
|
-
注意:如果NeedCorrespondence传入1,即需要返回策略与实例对应关系,请传入不多于20个告警对象维度,否则容易请求超时
|
11402
|
+
:param _Dimensions: 告警对象列表,JSON 字符串。外层数组,对应多个实例,内层为对象的维度。例如“云服务器-基础监控”可写为:`[[{"name":"unInstanceId","value":"ins-qr888845g"}]]`具体也可以参考下方的示例 2。不同云产品参数示例详见 [维度信息Dimensions列表](https://cloud.tencent.com/document/product/248/50397)注意:如果NeedCorrespondence传入1,即需要返回策略与实例对应关系,请传入不多于20个告警对象维度,否则容易请求超时
|
11348
11403
|
:type Dimensions: str
|
11349
11404
|
:param _ReceiverUids: 根据接收人搜索,可以使用“访问管理”的 [拉取子用户 ListUsers](https://cloud.tencent.com/document/product/598/34587) 接口获取用户列表 或 [查询子用户 GetUser](https://cloud.tencent.com/document/product/598/34590) 接口查询子用户详情,此处填入返回结果中的 `Uid` 字段
|
11350
11405
|
:type ReceiverUids: list of int
|
@@ -11388,6 +11443,8 @@ class DescribeAlarmPoliciesRequest(AbstractModel):
|
|
11388
11443
|
:type ReceiverOnCallFormIDs: list of str
|
11389
11444
|
:param _NoticeContentTmplIDs: 通知内容模板ID筛选
|
11390
11445
|
:type NoticeContentTmplIDs: list of str
|
11446
|
+
:param _IsPredefined: 是否为预设策略,1是,0否
|
11447
|
+
:type IsPredefined: int
|
11391
11448
|
"""
|
11392
11449
|
self._Module = None
|
11393
11450
|
self._PageNumber = None
|
@@ -11416,6 +11473,7 @@ class DescribeAlarmPoliciesRequest(AbstractModel):
|
|
11416
11473
|
self._PromInsId = None
|
11417
11474
|
self._ReceiverOnCallFormIDs = None
|
11418
11475
|
self._NoticeContentTmplIDs = None
|
11476
|
+
self._IsPredefined = None
|
11419
11477
|
|
11420
11478
|
@property
|
11421
11479
|
def Module(self):
|
@@ -11486,13 +11544,7 @@ class DescribeAlarmPoliciesRequest(AbstractModel):
|
|
11486
11544
|
|
11487
11545
|
@property
|
11488
11546
|
def Dimensions(self):
|
11489
|
-
"""告警对象列表,JSON
|
11490
|
-
`[ {"Dimensions": {"unInstanceId": "ins-qr8d555g"}}, {"Dimensions": {"unInstanceId": "ins-qr8d555h"}} ]`
|
11491
|
-
具体也可以参考下方的示例 2。
|
11492
|
-
|
11493
|
-
不同云产品参数示例详见 [维度信息Dimensions列表](https://cloud.tencent.com/document/product/248/50397)
|
11494
|
-
|
11495
|
-
注意:如果NeedCorrespondence传入1,即需要返回策略与实例对应关系,请传入不多于20个告警对象维度,否则容易请求超时
|
11547
|
+
"""告警对象列表,JSON 字符串。外层数组,对应多个实例,内层为对象的维度。例如“云服务器-基础监控”可写为:`[[{"name":"unInstanceId","value":"ins-qr888845g"}]]`具体也可以参考下方的示例 2。不同云产品参数示例详见 [维度信息Dimensions列表](https://cloud.tencent.com/document/product/248/50397)注意:如果NeedCorrespondence传入1,即需要返回策略与实例对应关系,请传入不多于20个告警对象维度,否则容易请求超时
|
11496
11548
|
:rtype: str
|
11497
11549
|
"""
|
11498
11550
|
return self._Dimensions
|
@@ -11723,6 +11775,17 @@ class DescribeAlarmPoliciesRequest(AbstractModel):
|
|
11723
11775
|
def NoticeContentTmplIDs(self, NoticeContentTmplIDs):
|
11724
11776
|
self._NoticeContentTmplIDs = NoticeContentTmplIDs
|
11725
11777
|
|
11778
|
+
@property
|
11779
|
+
def IsPredefined(self):
|
11780
|
+
"""是否为预设策略,1是,0否
|
11781
|
+
:rtype: int
|
11782
|
+
"""
|
11783
|
+
return self._IsPredefined
|
11784
|
+
|
11785
|
+
@IsPredefined.setter
|
11786
|
+
def IsPredefined(self, IsPredefined):
|
11787
|
+
self._IsPredefined = IsPredefined
|
11788
|
+
|
11726
11789
|
|
11727
11790
|
def _deserialize(self, params):
|
11728
11791
|
self._Module = params.get("Module")
|
@@ -11762,6 +11825,7 @@ class DescribeAlarmPoliciesRequest(AbstractModel):
|
|
11762
11825
|
self._PromInsId = params.get("PromInsId")
|
11763
11826
|
self._ReceiverOnCallFormIDs = params.get("ReceiverOnCallFormIDs")
|
11764
11827
|
self._NoticeContentTmplIDs = params.get("NoticeContentTmplIDs")
|
11828
|
+
self._IsPredefined = params.get("IsPredefined")
|
11765
11829
|
memeber_set = set(params.keys())
|
11766
11830
|
for name, value in vars(self).items():
|
11767
11831
|
property_name = name[1:]
|
@@ -37630,6 +37694,9 @@ class URLNotice(AbstractModel):
|
|
37630
37694
|
:param _Weekday: 通知周期 1-7表示周一到周日
|
37631
37695
|
注意:此字段可能返回 null,表示取不到有效值。
|
37632
37696
|
:type Weekday: list of int
|
37697
|
+
:param _GroupMembers: 组名
|
37698
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
37699
|
+
:type GroupMembers: str
|
37633
37700
|
"""
|
37634
37701
|
self._URL = None
|
37635
37702
|
self._IsValid = None
|
@@ -37637,6 +37704,7 @@ class URLNotice(AbstractModel):
|
|
37637
37704
|
self._StartTime = None
|
37638
37705
|
self._EndTime = None
|
37639
37706
|
self._Weekday = None
|
37707
|
+
self._GroupMembers = None
|
37640
37708
|
|
37641
37709
|
@property
|
37642
37710
|
def URL(self):
|
@@ -37710,6 +37778,18 @@ class URLNotice(AbstractModel):
|
|
37710
37778
|
def Weekday(self, Weekday):
|
37711
37779
|
self._Weekday = Weekday
|
37712
37780
|
|
37781
|
+
@property
|
37782
|
+
def GroupMembers(self):
|
37783
|
+
"""组名
|
37784
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
37785
|
+
:rtype: str
|
37786
|
+
"""
|
37787
|
+
return self._GroupMembers
|
37788
|
+
|
37789
|
+
@GroupMembers.setter
|
37790
|
+
def GroupMembers(self, GroupMembers):
|
37791
|
+
self._GroupMembers = GroupMembers
|
37792
|
+
|
37713
37793
|
|
37714
37794
|
def _deserialize(self, params):
|
37715
37795
|
self._URL = params.get("URL")
|
@@ -37718,6 +37798,7 @@ class URLNotice(AbstractModel):
|
|
37718
37798
|
self._StartTime = params.get("StartTime")
|
37719
37799
|
self._EndTime = params.get("EndTime")
|
37720
37800
|
self._Weekday = params.get("Weekday")
|
37801
|
+
self._GroupMembers = params.get("GroupMembers")
|
37721
37802
|
memeber_set = set(params.keys())
|
37722
37803
|
for name, value in vars(self).items():
|
37723
37804
|
property_name = name[1:]
|