tencentcloud-sdk-python 3.0.1411__py2.py3-none-any.whl → 3.0.1413__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/ams/v20201229/models.py +2 -14
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/errorcodes.py +6 -0
- tencentcloud/apm/v20210622/models.py +184 -0
- tencentcloud/batch/v20170312/batch_client.py +23 -0
- tencentcloud/batch/v20170312/models.py +236 -0
- tencentcloud/bh/v20230418/models.py +424 -0
- tencentcloud/bi/v20220105/models.py +15 -0
- tencentcloud/ccc/v20200210/models.py +17 -0
- tencentcloud/cdb/v20170320/cdb_client.py +6 -5
- tencentcloud/cdb/v20170320/models.py +52 -44
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/models.py +700 -0
- tencentcloud/cdwdoris/v20211228/models.py +36 -2
- tencentcloud/cfg/v20210820/models.py +123 -0
- tencentcloud/ckafka/v20190819/models.py +32 -2
- tencentcloud/csip/v20221121/csip_client.py +73 -4
- tencentcloud/csip/v20221121/models.py +1510 -227
- tencentcloud/cvm/v20170312/models.py +17 -4
- tencentcloud/dlc/v20210125/models.py +101 -0
- tencentcloud/ecm/v20190719/ecm_client.py +21 -7
- tencentcloud/emr/v20190103/emr_client.py +69 -0
- tencentcloud/emr/v20190103/errorcodes.py +54 -0
- tencentcloud/emr/v20190103/models.py +1536 -98
- tencentcloud/ess/v20201111/models.py +59 -12
- tencentcloud/essbasic/v20210526/models.py +4 -4
- tencentcloud/gs/v20191118/models.py +67 -2
- tencentcloud/hai/v20230812/errorcodes.py +3 -0
- tencentcloud/igtm/__init__.py +0 -0
- tencentcloud/igtm/v20231024/__init__.py +0 -0
- tencentcloud/igtm/v20231024/errorcodes.py +264 -0
- tencentcloud/igtm/v20231024/igtm_client.py +555 -0
- tencentcloud/igtm/v20231024/models.py +6234 -0
- tencentcloud/ims/v20201229/models.py +0 -4
- tencentcloud/ioa/v20220601/errorcodes.py +9 -0
- tencentcloud/ioa/v20220601/ioa_client.py +46 -0
- tencentcloud/ioa/v20220601/models.py +396 -0
- tencentcloud/iss/v20230517/models.py +17 -2
- tencentcloud/kms/v20190118/models.py +10 -22
- tencentcloud/mongodb/v20190725/errorcodes.py +9 -0
- tencentcloud/mongodb/v20190725/models.py +330 -0
- tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
- tencentcloud/mps/v20190612/models.py +82 -2
- tencentcloud/ocr/v20181119/models.py +267 -842
- tencentcloud/partners/v20180321/models.py +6 -2
- tencentcloud/securitylake/__init__.py +0 -0
- tencentcloud/securitylake/v20240117/__init__.py +0 -0
- tencentcloud/securitylake/v20240117/errorcodes.py +75 -0
- tencentcloud/securitylake/v20240117/models.py +1152 -0
- tencentcloud/securitylake/v20240117/securitylake_client.py +49 -0
- tencentcloud/sms/v20190711/errorcodes.py +2 -2
- tencentcloud/sms/v20210111/errorcodes.py +2 -2
- tencentcloud/tcbr/v20220217/models.py +113 -0
- tencentcloud/tdmq/v20200217/models.py +437 -10
- tencentcloud/teo/v20220901/errorcodes.py +15 -0
- tencentcloud/teo/v20220901/models.py +1027 -130
- tencentcloud/teo/v20220901/teo_client.py +122 -1
- tencentcloud/tione/v20211111/models.py +491 -2
- tencentcloud/tione/v20211111/tione_client.py +23 -0
- tencentcloud/tiw/v20190919/errorcodes.py +1 -1
- tencentcloud/tke/v20180525/models.py +79 -54
- tencentcloud/tms/v20201229/models.py +6 -60
- tencentcloud/trocket/v20230308/models.py +164 -162
- tencentcloud/trocket/v20230308/trocket_client.py +46 -18
- tencentcloud/tsf/v20180326/models.py +6363 -4491
- tencentcloud/tsf/v20180326/tsf_client.py +23 -0
- tencentcloud/vdb/v20230616/models.py +75 -0
- tencentcloud/vm/v20210922/models.py +0 -8
- tencentcloud/vpc/v20170312/errorcodes.py +27 -0
- tencentcloud/wav/v20210129/models.py +6 -6
- tencentcloud/wedata/v20210820/models.py +15 -0
- {tencentcloud_sdk_python-3.0.1411.dist-info → tencentcloud_sdk_python-3.0.1413.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1411.dist-info → tencentcloud_sdk_python-3.0.1413.dist-info}/RECORD +77 -67
- {tencentcloud_sdk_python-3.0.1411.dist-info → tencentcloud_sdk_python-3.0.1413.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1411.dist-info → tencentcloud_sdk_python-3.0.1413.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1411.dist-info → tencentcloud_sdk_python-3.0.1413.dist-info}/top_level.txt +0 -0
@@ -541,6 +541,140 @@ class BindCluster(AbstractModel):
|
|
541
541
|
|
542
542
|
|
543
543
|
|
544
|
+
class CertificateInfo(AbstractModel):
|
545
|
+
"""Pulsar集群TLS证书信息
|
546
|
+
|
547
|
+
"""
|
548
|
+
|
549
|
+
def __init__(self):
|
550
|
+
r"""
|
551
|
+
:param _CertificateId: SSL证书管理中的id
|
552
|
+
:type CertificateId: str
|
553
|
+
:param _ExpireTime: 证书到期时间
|
554
|
+
:type ExpireTime: str
|
555
|
+
:param _DomainName: 证书绑定的域名
|
556
|
+
:type DomainName: str
|
557
|
+
:param _Status: 证书状态:0 已签发
|
558
|
+
1 即将过期
|
559
|
+
2 未启用
|
560
|
+
3 已过期
|
561
|
+
4 不可用
|
562
|
+
:type Status: str
|
563
|
+
:param _Type: 证书类型:0:根证书,1:服务端证书
|
564
|
+
:type Type: str
|
565
|
+
:param _Origin: TencentCloud:SSL证书;Default:TDMQ官方默认证书
|
566
|
+
:type Origin: str
|
567
|
+
:param _ModifyTime: 证书添加/更新时间
|
568
|
+
:type ModifyTime: str
|
569
|
+
"""
|
570
|
+
self._CertificateId = None
|
571
|
+
self._ExpireTime = None
|
572
|
+
self._DomainName = None
|
573
|
+
self._Status = None
|
574
|
+
self._Type = None
|
575
|
+
self._Origin = None
|
576
|
+
self._ModifyTime = None
|
577
|
+
|
578
|
+
@property
|
579
|
+
def CertificateId(self):
|
580
|
+
"""SSL证书管理中的id
|
581
|
+
:rtype: str
|
582
|
+
"""
|
583
|
+
return self._CertificateId
|
584
|
+
|
585
|
+
@CertificateId.setter
|
586
|
+
def CertificateId(self, CertificateId):
|
587
|
+
self._CertificateId = CertificateId
|
588
|
+
|
589
|
+
@property
|
590
|
+
def ExpireTime(self):
|
591
|
+
"""证书到期时间
|
592
|
+
:rtype: str
|
593
|
+
"""
|
594
|
+
return self._ExpireTime
|
595
|
+
|
596
|
+
@ExpireTime.setter
|
597
|
+
def ExpireTime(self, ExpireTime):
|
598
|
+
self._ExpireTime = ExpireTime
|
599
|
+
|
600
|
+
@property
|
601
|
+
def DomainName(self):
|
602
|
+
"""证书绑定的域名
|
603
|
+
:rtype: str
|
604
|
+
"""
|
605
|
+
return self._DomainName
|
606
|
+
|
607
|
+
@DomainName.setter
|
608
|
+
def DomainName(self, DomainName):
|
609
|
+
self._DomainName = DomainName
|
610
|
+
|
611
|
+
@property
|
612
|
+
def Status(self):
|
613
|
+
"""证书状态:0 已签发
|
614
|
+
1 即将过期
|
615
|
+
2 未启用
|
616
|
+
3 已过期
|
617
|
+
4 不可用
|
618
|
+
:rtype: str
|
619
|
+
"""
|
620
|
+
return self._Status
|
621
|
+
|
622
|
+
@Status.setter
|
623
|
+
def Status(self, Status):
|
624
|
+
self._Status = Status
|
625
|
+
|
626
|
+
@property
|
627
|
+
def Type(self):
|
628
|
+
"""证书类型:0:根证书,1:服务端证书
|
629
|
+
:rtype: str
|
630
|
+
"""
|
631
|
+
return self._Type
|
632
|
+
|
633
|
+
@Type.setter
|
634
|
+
def Type(self, Type):
|
635
|
+
self._Type = Type
|
636
|
+
|
637
|
+
@property
|
638
|
+
def Origin(self):
|
639
|
+
"""TencentCloud:SSL证书;Default:TDMQ官方默认证书
|
640
|
+
:rtype: str
|
641
|
+
"""
|
642
|
+
return self._Origin
|
643
|
+
|
644
|
+
@Origin.setter
|
645
|
+
def Origin(self, Origin):
|
646
|
+
self._Origin = Origin
|
647
|
+
|
648
|
+
@property
|
649
|
+
def ModifyTime(self):
|
650
|
+
"""证书添加/更新时间
|
651
|
+
:rtype: str
|
652
|
+
"""
|
653
|
+
return self._ModifyTime
|
654
|
+
|
655
|
+
@ModifyTime.setter
|
656
|
+
def ModifyTime(self, ModifyTime):
|
657
|
+
self._ModifyTime = ModifyTime
|
658
|
+
|
659
|
+
|
660
|
+
def _deserialize(self, params):
|
661
|
+
self._CertificateId = params.get("CertificateId")
|
662
|
+
self._ExpireTime = params.get("ExpireTime")
|
663
|
+
self._DomainName = params.get("DomainName")
|
664
|
+
self._Status = params.get("Status")
|
665
|
+
self._Type = params.get("Type")
|
666
|
+
self._Origin = params.get("Origin")
|
667
|
+
self._ModifyTime = params.get("ModifyTime")
|
668
|
+
memeber_set = set(params.keys())
|
669
|
+
for name, value in vars(self).items():
|
670
|
+
property_name = name[1:]
|
671
|
+
if property_name in memeber_set:
|
672
|
+
memeber_set.remove(property_name)
|
673
|
+
if len(memeber_set) > 0:
|
674
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
675
|
+
|
676
|
+
|
677
|
+
|
544
678
|
class ClearCmqQueueRequest(AbstractModel):
|
545
679
|
"""ClearCmqQueue请求参数结构体
|
546
680
|
|
@@ -4883,6 +5017,8 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
4883
5017
|
:type Bandwidth: int
|
4884
5018
|
:param _EnablePublicAccess: 是否打开公网接入,不传默认为false
|
4885
5019
|
:type EnablePublicAccess: bool
|
5020
|
+
:param _EnableDeletionProtection: 是否打开集群删除保护,不传默认为 false
|
5021
|
+
:type EnableDeletionProtection: bool
|
4886
5022
|
"""
|
4887
5023
|
self._ZoneIds = None
|
4888
5024
|
self._VpcId = None
|
@@ -4900,6 +5036,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
4900
5036
|
self._ResourceTags = None
|
4901
5037
|
self._Bandwidth = None
|
4902
5038
|
self._EnablePublicAccess = None
|
5039
|
+
self._EnableDeletionProtection = None
|
4903
5040
|
|
4904
5041
|
@property
|
4905
5042
|
def ZoneIds(self):
|
@@ -5086,6 +5223,17 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
5086
5223
|
def EnablePublicAccess(self, EnablePublicAccess):
|
5087
5224
|
self._EnablePublicAccess = EnablePublicAccess
|
5088
5225
|
|
5226
|
+
@property
|
5227
|
+
def EnableDeletionProtection(self):
|
5228
|
+
"""是否打开集群删除保护,不传默认为 false
|
5229
|
+
:rtype: bool
|
5230
|
+
"""
|
5231
|
+
return self._EnableDeletionProtection
|
5232
|
+
|
5233
|
+
@EnableDeletionProtection.setter
|
5234
|
+
def EnableDeletionProtection(self, EnableDeletionProtection):
|
5235
|
+
self._EnableDeletionProtection = EnableDeletionProtection
|
5236
|
+
|
5089
5237
|
|
5090
5238
|
def _deserialize(self, params):
|
5091
5239
|
self._ZoneIds = params.get("ZoneIds")
|
@@ -5109,6 +5257,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
5109
5257
|
self._ResourceTags.append(obj)
|
5110
5258
|
self._Bandwidth = params.get("Bandwidth")
|
5111
5259
|
self._EnablePublicAccess = params.get("EnablePublicAccess")
|
5260
|
+
self._EnableDeletionProtection = params.get("EnableDeletionProtection")
|
5112
5261
|
memeber_set = set(params.keys())
|
5113
5262
|
for name, value in vars(self).items():
|
5114
5263
|
property_name = name[1:]
|
@@ -14513,14 +14662,14 @@ class DescribeRabbitMQVipInstanceRequest(AbstractModel):
|
|
14513
14662
|
|
14514
14663
|
def __init__(self):
|
14515
14664
|
r"""
|
14516
|
-
:param _ClusterId:
|
14665
|
+
:param _ClusterId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
14517
14666
|
:type ClusterId: str
|
14518
14667
|
"""
|
14519
14668
|
self._ClusterId = None
|
14520
14669
|
|
14521
14670
|
@property
|
14522
14671
|
def ClusterId(self):
|
14523
|
-
"""
|
14672
|
+
"""实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
14524
14673
|
:rtype: str
|
14525
14674
|
"""
|
14526
14675
|
return self._ClusterId
|
@@ -14563,6 +14712,8 @@ class DescribeRabbitMQVipInstanceResponse(AbstractModel):
|
|
14563
14712
|
:type ExchangeQuota: :class:`tencentcloud.tdmq.v20200217.models.ExchangeQuota`
|
14564
14713
|
:param _QueueQuota: queue配额信息
|
14565
14714
|
:type QueueQuota: :class:`tencentcloud.tdmq.v20200217.models.QueueQuota`
|
14715
|
+
:param _UserQuota: 用户配额信息
|
14716
|
+
:type UserQuota: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQUserQuota`
|
14566
14717
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14567
14718
|
:type RequestId: str
|
14568
14719
|
"""
|
@@ -14573,6 +14724,7 @@ class DescribeRabbitMQVipInstanceResponse(AbstractModel):
|
|
14573
14724
|
self._VirtualHostQuota = None
|
14574
14725
|
self._ExchangeQuota = None
|
14575
14726
|
self._QueueQuota = None
|
14727
|
+
self._UserQuota = None
|
14576
14728
|
self._RequestId = None
|
14577
14729
|
|
14578
14730
|
@property
|
@@ -14652,6 +14804,17 @@ class DescribeRabbitMQVipInstanceResponse(AbstractModel):
|
|
14652
14804
|
def QueueQuota(self, QueueQuota):
|
14653
14805
|
self._QueueQuota = QueueQuota
|
14654
14806
|
|
14807
|
+
@property
|
14808
|
+
def UserQuota(self):
|
14809
|
+
"""用户配额信息
|
14810
|
+
:rtype: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQUserQuota`
|
14811
|
+
"""
|
14812
|
+
return self._UserQuota
|
14813
|
+
|
14814
|
+
@UserQuota.setter
|
14815
|
+
def UserQuota(self, UserQuota):
|
14816
|
+
self._UserQuota = UserQuota
|
14817
|
+
|
14655
14818
|
@property
|
14656
14819
|
def RequestId(self):
|
14657
14820
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -14686,6 +14849,9 @@ class DescribeRabbitMQVipInstanceResponse(AbstractModel):
|
|
14686
14849
|
if params.get("QueueQuota") is not None:
|
14687
14850
|
self._QueueQuota = QueueQuota()
|
14688
14851
|
self._QueueQuota._deserialize(params.get("QueueQuota"))
|
14852
|
+
if params.get("UserQuota") is not None:
|
14853
|
+
self._UserQuota = RabbitMQUserQuota()
|
14854
|
+
self._UserQuota._deserialize(params.get("UserQuota"))
|
14689
14855
|
self._RequestId = params.get("RequestId")
|
14690
14856
|
|
14691
14857
|
|
@@ -23934,14 +24100,17 @@ class ModifyRabbitMQVipInstanceRequest(AbstractModel):
|
|
23934
24100
|
r"""
|
23935
24101
|
:param _InstanceId: 实例Id
|
23936
24102
|
:type InstanceId: str
|
23937
|
-
:param _ClusterName:
|
24103
|
+
:param _ClusterName: 集群名称,不填则不修改。非空字符串时必须 3-64 个字符,只能包含数字、字母、“-”和“_”
|
23938
24104
|
:type ClusterName: str
|
23939
|
-
:param _Remark:
|
24105
|
+
:param _Remark: 备注,不填则不修改
|
23940
24106
|
:type Remark: str
|
24107
|
+
:param _EnableDeletionProtection: 是否开启删除保护,不填则不修改
|
24108
|
+
:type EnableDeletionProtection: bool
|
23941
24109
|
"""
|
23942
24110
|
self._InstanceId = None
|
23943
24111
|
self._ClusterName = None
|
23944
24112
|
self._Remark = None
|
24113
|
+
self._EnableDeletionProtection = None
|
23945
24114
|
|
23946
24115
|
@property
|
23947
24116
|
def InstanceId(self):
|
@@ -23956,7 +24125,7 @@ class ModifyRabbitMQVipInstanceRequest(AbstractModel):
|
|
23956
24125
|
|
23957
24126
|
@property
|
23958
24127
|
def ClusterName(self):
|
23959
|
-
"""
|
24128
|
+
"""集群名称,不填则不修改。非空字符串时必须 3-64 个字符,只能包含数字、字母、“-”和“_”
|
23960
24129
|
:rtype: str
|
23961
24130
|
"""
|
23962
24131
|
return self._ClusterName
|
@@ -23967,7 +24136,7 @@ class ModifyRabbitMQVipInstanceRequest(AbstractModel):
|
|
23967
24136
|
|
23968
24137
|
@property
|
23969
24138
|
def Remark(self):
|
23970
|
-
"""
|
24139
|
+
"""备注,不填则不修改
|
23971
24140
|
:rtype: str
|
23972
24141
|
"""
|
23973
24142
|
return self._Remark
|
@@ -23976,11 +24145,23 @@ class ModifyRabbitMQVipInstanceRequest(AbstractModel):
|
|
23976
24145
|
def Remark(self, Remark):
|
23977
24146
|
self._Remark = Remark
|
23978
24147
|
|
24148
|
+
@property
|
24149
|
+
def EnableDeletionProtection(self):
|
24150
|
+
"""是否开启删除保护,不填则不修改
|
24151
|
+
:rtype: bool
|
24152
|
+
"""
|
24153
|
+
return self._EnableDeletionProtection
|
24154
|
+
|
24155
|
+
@EnableDeletionProtection.setter
|
24156
|
+
def EnableDeletionProtection(self, EnableDeletionProtection):
|
24157
|
+
self._EnableDeletionProtection = EnableDeletionProtection
|
24158
|
+
|
23979
24159
|
|
23980
24160
|
def _deserialize(self, params):
|
23981
24161
|
self._InstanceId = params.get("InstanceId")
|
23982
24162
|
self._ClusterName = params.get("ClusterName")
|
23983
24163
|
self._Remark = params.get("Remark")
|
24164
|
+
self._EnableDeletionProtection = params.get("EnableDeletionProtection")
|
23984
24165
|
memeber_set = set(params.keys())
|
23985
24166
|
for name, value in vars(self).items():
|
23986
24167
|
property_name = name[1:]
|
@@ -26503,6 +26684,10 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26503
26684
|
:param _ZoneName: 可用区信息
|
26504
26685
|
注意:此字段可能返回 null,表示取不到有效值。
|
26505
26686
|
:type ZoneName: str
|
26687
|
+
:param _Tls: 是否开启TLS加密
|
26688
|
+
:type Tls: bool
|
26689
|
+
:param _CustomUrl: 接入点自定义域名
|
26690
|
+
:type CustomUrl: str
|
26506
26691
|
"""
|
26507
26692
|
self._VpcId = None
|
26508
26693
|
self._SubnetId = None
|
@@ -26515,6 +26700,8 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26515
26700
|
self._SecurityPolicy = None
|
26516
26701
|
self._StandardAccessPoint = None
|
26517
26702
|
self._ZoneName = None
|
26703
|
+
self._Tls = None
|
26704
|
+
self._CustomUrl = None
|
26518
26705
|
|
26519
26706
|
@property
|
26520
26707
|
def VpcId(self):
|
@@ -26652,6 +26839,28 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26652
26839
|
def ZoneName(self, ZoneName):
|
26653
26840
|
self._ZoneName = ZoneName
|
26654
26841
|
|
26842
|
+
@property
|
26843
|
+
def Tls(self):
|
26844
|
+
"""是否开启TLS加密
|
26845
|
+
:rtype: bool
|
26846
|
+
"""
|
26847
|
+
return self._Tls
|
26848
|
+
|
26849
|
+
@Tls.setter
|
26850
|
+
def Tls(self, Tls):
|
26851
|
+
self._Tls = Tls
|
26852
|
+
|
26853
|
+
@property
|
26854
|
+
def CustomUrl(self):
|
26855
|
+
"""接入点自定义域名
|
26856
|
+
:rtype: str
|
26857
|
+
"""
|
26858
|
+
return self._CustomUrl
|
26859
|
+
|
26860
|
+
@CustomUrl.setter
|
26861
|
+
def CustomUrl(self, CustomUrl):
|
26862
|
+
self._CustomUrl = CustomUrl
|
26863
|
+
|
26655
26864
|
|
26656
26865
|
def _deserialize(self, params):
|
26657
26866
|
self._VpcId = params.get("VpcId")
|
@@ -26670,6 +26879,8 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26670
26879
|
self._SecurityPolicy.append(obj)
|
26671
26880
|
self._StandardAccessPoint = params.get("StandardAccessPoint")
|
26672
26881
|
self._ZoneName = params.get("ZoneName")
|
26882
|
+
self._Tls = params.get("Tls")
|
26883
|
+
self._CustomUrl = params.get("CustomUrl")
|
26673
26884
|
memeber_set = set(params.keys())
|
26674
26885
|
for name, value in vars(self).items():
|
26675
26886
|
property_name = name[1:]
|
@@ -27133,6 +27344,8 @@ class PulsarProInstance(AbstractModel):
|
|
27133
27344
|
:type BillingLabelVersion: str
|
27134
27345
|
:param _Tenant: 自定义租户
|
27135
27346
|
:type Tenant: str
|
27347
|
+
:param _CertificateList: 集群的证书列表
|
27348
|
+
:type CertificateList: list of CertificateInfo
|
27136
27349
|
"""
|
27137
27350
|
self._InstanceId = None
|
27138
27351
|
self._InstanceName = None
|
@@ -27154,6 +27367,7 @@ class PulsarProInstance(AbstractModel):
|
|
27154
27367
|
self._CreateTime = None
|
27155
27368
|
self._BillingLabelVersion = None
|
27156
27369
|
self._Tenant = None
|
27370
|
+
self._CertificateList = None
|
27157
27371
|
|
27158
27372
|
@property
|
27159
27373
|
def InstanceId(self):
|
@@ -27382,6 +27596,17 @@ class PulsarProInstance(AbstractModel):
|
|
27382
27596
|
def Tenant(self, Tenant):
|
27383
27597
|
self._Tenant = Tenant
|
27384
27598
|
|
27599
|
+
@property
|
27600
|
+
def CertificateList(self):
|
27601
|
+
"""集群的证书列表
|
27602
|
+
:rtype: list of CertificateInfo
|
27603
|
+
"""
|
27604
|
+
return self._CertificateList
|
27605
|
+
|
27606
|
+
@CertificateList.setter
|
27607
|
+
def CertificateList(self, CertificateList):
|
27608
|
+
self._CertificateList = CertificateList
|
27609
|
+
|
27385
27610
|
|
27386
27611
|
def _deserialize(self, params):
|
27387
27612
|
self._InstanceId = params.get("InstanceId")
|
@@ -27409,6 +27634,12 @@ class PulsarProInstance(AbstractModel):
|
|
27409
27634
|
self._CreateTime = params.get("CreateTime")
|
27410
27635
|
self._BillingLabelVersion = params.get("BillingLabelVersion")
|
27411
27636
|
self._Tenant = params.get("Tenant")
|
27637
|
+
if params.get("CertificateList") is not None:
|
27638
|
+
self._CertificateList = []
|
27639
|
+
for item in params.get("CertificateList"):
|
27640
|
+
obj = CertificateInfo()
|
27641
|
+
obj._deserialize(item)
|
27642
|
+
self._CertificateList.append(obj)
|
27412
27643
|
memeber_set = set(params.keys())
|
27413
27644
|
for name, value in vars(self).items():
|
27414
27645
|
property_name = name[1:]
|
@@ -27693,6 +27924,8 @@ OFF/ON/CREATING/DELETING
|
|
27693
27924
|
:type WebConsoleDomainEndpoint: str
|
27694
27925
|
:param _ControlPlaneEndpointInfo: 控制面所使用的VPC信息
|
27695
27926
|
:type ControlPlaneEndpointInfo: :class:`tencentcloud.tdmq.v20200217.models.VpcEndpointInfo`
|
27927
|
+
:param _PublicTlsAccessEndpoint: TLS加密的数据流公网接入点
|
27928
|
+
:type PublicTlsAccessEndpoint: str
|
27696
27929
|
"""
|
27697
27930
|
self._PublicAccessEndpoint = None
|
27698
27931
|
self._WebConsoleEndpoint = None
|
@@ -27708,6 +27941,7 @@ OFF/ON/CREATING/DELETING
|
|
27708
27941
|
self._PrometheusEndpointInfo = None
|
27709
27942
|
self._WebConsoleDomainEndpoint = None
|
27710
27943
|
self._ControlPlaneEndpointInfo = None
|
27944
|
+
self._PublicTlsAccessEndpoint = None
|
27711
27945
|
|
27712
27946
|
@property
|
27713
27947
|
def PublicAccessEndpoint(self):
|
@@ -27865,6 +28099,17 @@ OFF/ON/CREATING/DELETING
|
|
27865
28099
|
def ControlPlaneEndpointInfo(self, ControlPlaneEndpointInfo):
|
27866
28100
|
self._ControlPlaneEndpointInfo = ControlPlaneEndpointInfo
|
27867
28101
|
|
28102
|
+
@property
|
28103
|
+
def PublicTlsAccessEndpoint(self):
|
28104
|
+
"""TLS加密的数据流公网接入点
|
28105
|
+
:rtype: str
|
28106
|
+
"""
|
28107
|
+
return self._PublicTlsAccessEndpoint
|
28108
|
+
|
28109
|
+
@PublicTlsAccessEndpoint.setter
|
28110
|
+
def PublicTlsAccessEndpoint(self, PublicTlsAccessEndpoint):
|
28111
|
+
self._PublicTlsAccessEndpoint = PublicTlsAccessEndpoint
|
28112
|
+
|
27868
28113
|
|
27869
28114
|
def _deserialize(self, params):
|
27870
28115
|
self._PublicAccessEndpoint = params.get("PublicAccessEndpoint")
|
@@ -27885,6 +28130,7 @@ OFF/ON/CREATING/DELETING
|
|
27885
28130
|
if params.get("ControlPlaneEndpointInfo") is not None:
|
27886
28131
|
self._ControlPlaneEndpointInfo = VpcEndpointInfo()
|
27887
28132
|
self._ControlPlaneEndpointInfo._deserialize(params.get("ControlPlaneEndpointInfo"))
|
28133
|
+
self._PublicTlsAccessEndpoint = params.get("PublicTlsAccessEndpoint")
|
27888
28134
|
memeber_set = set(params.keys())
|
27889
28135
|
for name, value in vars(self).items():
|
27890
28136
|
property_name = name[1:]
|
@@ -27955,6 +28201,10 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
27955
28201
|
:type IsolatedTime: int
|
27956
28202
|
:param _Container: 是否为容器实例,默认 true
|
27957
28203
|
:type Container: bool
|
28204
|
+
:param _Tags: 标签列表
|
28205
|
+
:type Tags: list of Tag
|
28206
|
+
:param _EnableDeletionProtection: 是否已开启删除保护
|
28207
|
+
:type EnableDeletionProtection: bool
|
27958
28208
|
"""
|
27959
28209
|
self._ClusterId = None
|
27960
28210
|
self._ClusterName = None
|
@@ -27982,6 +28232,8 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
27982
28232
|
self._InstanceType = None
|
27983
28233
|
self._IsolatedTime = None
|
27984
28234
|
self._Container = None
|
28235
|
+
self._Tags = None
|
28236
|
+
self._EnableDeletionProtection = None
|
27985
28237
|
|
27986
28238
|
@property
|
27987
28239
|
def ClusterId(self):
|
@@ -28270,6 +28522,28 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
28270
28522
|
def Container(self, Container):
|
28271
28523
|
self._Container = Container
|
28272
28524
|
|
28525
|
+
@property
|
28526
|
+
def Tags(self):
|
28527
|
+
"""标签列表
|
28528
|
+
:rtype: list of Tag
|
28529
|
+
"""
|
28530
|
+
return self._Tags
|
28531
|
+
|
28532
|
+
@Tags.setter
|
28533
|
+
def Tags(self, Tags):
|
28534
|
+
self._Tags = Tags
|
28535
|
+
|
28536
|
+
@property
|
28537
|
+
def EnableDeletionProtection(self):
|
28538
|
+
"""是否已开启删除保护
|
28539
|
+
:rtype: bool
|
28540
|
+
"""
|
28541
|
+
return self._EnableDeletionProtection
|
28542
|
+
|
28543
|
+
@EnableDeletionProtection.setter
|
28544
|
+
def EnableDeletionProtection(self, EnableDeletionProtection):
|
28545
|
+
self._EnableDeletionProtection = EnableDeletionProtection
|
28546
|
+
|
28273
28547
|
|
28274
28548
|
def _deserialize(self, params):
|
28275
28549
|
self._ClusterId = params.get("ClusterId")
|
@@ -28303,6 +28577,13 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
28303
28577
|
self._InstanceType = params.get("InstanceType")
|
28304
28578
|
self._IsolatedTime = params.get("IsolatedTime")
|
28305
28579
|
self._Container = params.get("Container")
|
28580
|
+
if params.get("Tags") is not None:
|
28581
|
+
self._Tags = []
|
28582
|
+
for item in params.get("Tags"):
|
28583
|
+
obj = Tag()
|
28584
|
+
obj._deserialize(item)
|
28585
|
+
self._Tags.append(obj)
|
28586
|
+
self._EnableDeletionProtection = params.get("EnableDeletionProtection")
|
28306
28587
|
memeber_set = set(params.keys())
|
28307
28588
|
for name, value in vars(self).items():
|
28308
28589
|
property_name = name[1:]
|
@@ -29680,6 +29961,57 @@ class RabbitMQUser(AbstractModel):
|
|
29680
29961
|
|
29681
29962
|
|
29682
29963
|
|
29964
|
+
class RabbitMQUserQuota(AbstractModel):
|
29965
|
+
"""RabbitMQ 实例用户配额信息
|
29966
|
+
|
29967
|
+
"""
|
29968
|
+
|
29969
|
+
def __init__(self):
|
29970
|
+
r"""
|
29971
|
+
:param _MaxUser: 最大可创建用户数
|
29972
|
+
:type MaxUser: int
|
29973
|
+
:param _UsedUser: 已使用用户数
|
29974
|
+
:type UsedUser: int
|
29975
|
+
"""
|
29976
|
+
self._MaxUser = None
|
29977
|
+
self._UsedUser = None
|
29978
|
+
|
29979
|
+
@property
|
29980
|
+
def MaxUser(self):
|
29981
|
+
"""最大可创建用户数
|
29982
|
+
:rtype: int
|
29983
|
+
"""
|
29984
|
+
return self._MaxUser
|
29985
|
+
|
29986
|
+
@MaxUser.setter
|
29987
|
+
def MaxUser(self, MaxUser):
|
29988
|
+
self._MaxUser = MaxUser
|
29989
|
+
|
29990
|
+
@property
|
29991
|
+
def UsedUser(self):
|
29992
|
+
"""已使用用户数
|
29993
|
+
:rtype: int
|
29994
|
+
"""
|
29995
|
+
return self._UsedUser
|
29996
|
+
|
29997
|
+
@UsedUser.setter
|
29998
|
+
def UsedUser(self, UsedUser):
|
29999
|
+
self._UsedUser = UsedUser
|
30000
|
+
|
30001
|
+
|
30002
|
+
def _deserialize(self, params):
|
30003
|
+
self._MaxUser = params.get("MaxUser")
|
30004
|
+
self._UsedUser = params.get("UsedUser")
|
30005
|
+
memeber_set = set(params.keys())
|
30006
|
+
for name, value in vars(self).items():
|
30007
|
+
property_name = name[1:]
|
30008
|
+
if property_name in memeber_set:
|
30009
|
+
memeber_set.remove(property_name)
|
30010
|
+
if len(memeber_set) > 0:
|
30011
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
30012
|
+
|
30013
|
+
|
30014
|
+
|
29683
30015
|
class RabbitMQVipInstance(AbstractModel):
|
29684
30016
|
"""RabbitMQ 托管版实例信息
|
29685
30017
|
|
@@ -29737,10 +30069,14 @@ class RabbitMQVipInstance(AbstractModel):
|
|
29737
30069
|
:type Vpcs: list of VpcEndpointInfo
|
29738
30070
|
:param _CreateTime: 创建时间,毫秒为单位。unix 时间戳
|
29739
30071
|
:type CreateTime: int
|
29740
|
-
:param _InstanceType: 实例类型,0
|
30072
|
+
:param _InstanceType: 实例类型,0 托管版、1 Serverless 版
|
29741
30073
|
:type InstanceType: int
|
29742
|
-
:param _IsolatedTime:
|
30074
|
+
:param _IsolatedTime: 隔离时间,毫秒为单位。unix 时间戳
|
29743
30075
|
:type IsolatedTime: int
|
30076
|
+
:param _EnableDeletionProtection: 是否已开启删除保护
|
30077
|
+
:type EnableDeletionProtection: bool
|
30078
|
+
:param _Tags: 标签列表
|
30079
|
+
:type Tags: list of Tag
|
29744
30080
|
"""
|
29745
30081
|
self._InstanceId = None
|
29746
30082
|
self._InstanceName = None
|
@@ -29763,6 +30099,8 @@ class RabbitMQVipInstance(AbstractModel):
|
|
29763
30099
|
self._CreateTime = None
|
29764
30100
|
self._InstanceType = None
|
29765
30101
|
self._IsolatedTime = None
|
30102
|
+
self._EnableDeletionProtection = None
|
30103
|
+
self._Tags = None
|
29766
30104
|
|
29767
30105
|
@property
|
29768
30106
|
def InstanceId(self):
|
@@ -29987,7 +30325,7 @@ class RabbitMQVipInstance(AbstractModel):
|
|
29987
30325
|
|
29988
30326
|
@property
|
29989
30327
|
def InstanceType(self):
|
29990
|
-
"""实例类型,0
|
30328
|
+
"""实例类型,0 托管版、1 Serverless 版
|
29991
30329
|
:rtype: int
|
29992
30330
|
"""
|
29993
30331
|
return self._InstanceType
|
@@ -29998,7 +30336,7 @@ class RabbitMQVipInstance(AbstractModel):
|
|
29998
30336
|
|
29999
30337
|
@property
|
30000
30338
|
def IsolatedTime(self):
|
30001
|
-
"""
|
30339
|
+
"""隔离时间,毫秒为单位。unix 时间戳
|
30002
30340
|
:rtype: int
|
30003
30341
|
"""
|
30004
30342
|
return self._IsolatedTime
|
@@ -30007,6 +30345,28 @@ class RabbitMQVipInstance(AbstractModel):
|
|
30007
30345
|
def IsolatedTime(self, IsolatedTime):
|
30008
30346
|
self._IsolatedTime = IsolatedTime
|
30009
30347
|
|
30348
|
+
@property
|
30349
|
+
def EnableDeletionProtection(self):
|
30350
|
+
"""是否已开启删除保护
|
30351
|
+
:rtype: bool
|
30352
|
+
"""
|
30353
|
+
return self._EnableDeletionProtection
|
30354
|
+
|
30355
|
+
@EnableDeletionProtection.setter
|
30356
|
+
def EnableDeletionProtection(self, EnableDeletionProtection):
|
30357
|
+
self._EnableDeletionProtection = EnableDeletionProtection
|
30358
|
+
|
30359
|
+
@property
|
30360
|
+
def Tags(self):
|
30361
|
+
"""标签列表
|
30362
|
+
:rtype: list of Tag
|
30363
|
+
"""
|
30364
|
+
return self._Tags
|
30365
|
+
|
30366
|
+
@Tags.setter
|
30367
|
+
def Tags(self, Tags):
|
30368
|
+
self._Tags = Tags
|
30369
|
+
|
30010
30370
|
|
30011
30371
|
def _deserialize(self, params):
|
30012
30372
|
self._InstanceId = params.get("InstanceId")
|
@@ -30035,6 +30395,13 @@ class RabbitMQVipInstance(AbstractModel):
|
|
30035
30395
|
self._CreateTime = params.get("CreateTime")
|
30036
30396
|
self._InstanceType = params.get("InstanceType")
|
30037
30397
|
self._IsolatedTime = params.get("IsolatedTime")
|
30398
|
+
self._EnableDeletionProtection = params.get("EnableDeletionProtection")
|
30399
|
+
if params.get("Tags") is not None:
|
30400
|
+
self._Tags = []
|
30401
|
+
for item in params.get("Tags"):
|
30402
|
+
obj = Tag()
|
30403
|
+
obj._deserialize(item)
|
30404
|
+
self._Tags.append(obj)
|
30038
30405
|
memeber_set = set(params.keys())
|
30039
30406
|
for name, value in vars(self).items():
|
30040
30407
|
property_name = name[1:]
|
@@ -37495,9 +37862,18 @@ class VirtualHostQuota(AbstractModel):
|
|
37495
37862
|
:type MaxVirtualHost: int
|
37496
37863
|
:param _UsedVirtualHost: 已创建vhost数
|
37497
37864
|
:type UsedVirtualHost: int
|
37865
|
+
:param _MaxConnectionPerVhost: 单个 vhost 下允许的最大连接数
|
37866
|
+
:type MaxConnectionPerVhost: int
|
37867
|
+
:param _MaxExchangePerVhost: 单个 vhost 下允许的最大交换机数
|
37868
|
+
:type MaxExchangePerVhost: int
|
37869
|
+
:param _MaxQueuePerVhost: 单个 vhost 下允许的最大队列机数
|
37870
|
+
:type MaxQueuePerVhost: int
|
37498
37871
|
"""
|
37499
37872
|
self._MaxVirtualHost = None
|
37500
37873
|
self._UsedVirtualHost = None
|
37874
|
+
self._MaxConnectionPerVhost = None
|
37875
|
+
self._MaxExchangePerVhost = None
|
37876
|
+
self._MaxQueuePerVhost = None
|
37501
37877
|
|
37502
37878
|
@property
|
37503
37879
|
def MaxVirtualHost(self):
|
@@ -37521,10 +37897,46 @@ class VirtualHostQuota(AbstractModel):
|
|
37521
37897
|
def UsedVirtualHost(self, UsedVirtualHost):
|
37522
37898
|
self._UsedVirtualHost = UsedVirtualHost
|
37523
37899
|
|
37900
|
+
@property
|
37901
|
+
def MaxConnectionPerVhost(self):
|
37902
|
+
"""单个 vhost 下允许的最大连接数
|
37903
|
+
:rtype: int
|
37904
|
+
"""
|
37905
|
+
return self._MaxConnectionPerVhost
|
37906
|
+
|
37907
|
+
@MaxConnectionPerVhost.setter
|
37908
|
+
def MaxConnectionPerVhost(self, MaxConnectionPerVhost):
|
37909
|
+
self._MaxConnectionPerVhost = MaxConnectionPerVhost
|
37910
|
+
|
37911
|
+
@property
|
37912
|
+
def MaxExchangePerVhost(self):
|
37913
|
+
"""单个 vhost 下允许的最大交换机数
|
37914
|
+
:rtype: int
|
37915
|
+
"""
|
37916
|
+
return self._MaxExchangePerVhost
|
37917
|
+
|
37918
|
+
@MaxExchangePerVhost.setter
|
37919
|
+
def MaxExchangePerVhost(self, MaxExchangePerVhost):
|
37920
|
+
self._MaxExchangePerVhost = MaxExchangePerVhost
|
37921
|
+
|
37922
|
+
@property
|
37923
|
+
def MaxQueuePerVhost(self):
|
37924
|
+
"""单个 vhost 下允许的最大队列机数
|
37925
|
+
:rtype: int
|
37926
|
+
"""
|
37927
|
+
return self._MaxQueuePerVhost
|
37928
|
+
|
37929
|
+
@MaxQueuePerVhost.setter
|
37930
|
+
def MaxQueuePerVhost(self, MaxQueuePerVhost):
|
37931
|
+
self._MaxQueuePerVhost = MaxQueuePerVhost
|
37932
|
+
|
37524
37933
|
|
37525
37934
|
def _deserialize(self, params):
|
37526
37935
|
self._MaxVirtualHost = params.get("MaxVirtualHost")
|
37527
37936
|
self._UsedVirtualHost = params.get("UsedVirtualHost")
|
37937
|
+
self._MaxConnectionPerVhost = params.get("MaxConnectionPerVhost")
|
37938
|
+
self._MaxExchangePerVhost = params.get("MaxExchangePerVhost")
|
37939
|
+
self._MaxQueuePerVhost = params.get("MaxQueuePerVhost")
|
37528
37940
|
memeber_set = set(params.keys())
|
37529
37941
|
for name, value in vars(self).items():
|
37530
37942
|
property_name = name[1:]
|
@@ -37714,11 +38126,14 @@ class VpcEndpointInfo(AbstractModel):
|
|
37714
38126
|
:type VpcEndpoint: str
|
37715
38127
|
:param _VpcDataStreamEndpointStatus: vpc接入点状态 OFF/ON/CREATING/DELETING
|
37716
38128
|
:type VpcDataStreamEndpointStatus: str
|
38129
|
+
:param _VpcTlsEndpoint: TLS加密的数据流接入点
|
38130
|
+
:type VpcTlsEndpoint: str
|
37717
38131
|
"""
|
37718
38132
|
self._VpcId = None
|
37719
38133
|
self._SubnetId = None
|
37720
38134
|
self._VpcEndpoint = None
|
37721
38135
|
self._VpcDataStreamEndpointStatus = None
|
38136
|
+
self._VpcTlsEndpoint = None
|
37722
38137
|
|
37723
38138
|
@property
|
37724
38139
|
def VpcId(self):
|
@@ -37764,12 +38179,24 @@ class VpcEndpointInfo(AbstractModel):
|
|
37764
38179
|
def VpcDataStreamEndpointStatus(self, VpcDataStreamEndpointStatus):
|
37765
38180
|
self._VpcDataStreamEndpointStatus = VpcDataStreamEndpointStatus
|
37766
38181
|
|
38182
|
+
@property
|
38183
|
+
def VpcTlsEndpoint(self):
|
38184
|
+
"""TLS加密的数据流接入点
|
38185
|
+
:rtype: str
|
38186
|
+
"""
|
38187
|
+
return self._VpcTlsEndpoint
|
38188
|
+
|
38189
|
+
@VpcTlsEndpoint.setter
|
38190
|
+
def VpcTlsEndpoint(self, VpcTlsEndpoint):
|
38191
|
+
self._VpcTlsEndpoint = VpcTlsEndpoint
|
38192
|
+
|
37767
38193
|
|
37768
38194
|
def _deserialize(self, params):
|
37769
38195
|
self._VpcId = params.get("VpcId")
|
37770
38196
|
self._SubnetId = params.get("SubnetId")
|
37771
38197
|
self._VpcEndpoint = params.get("VpcEndpoint")
|
37772
38198
|
self._VpcDataStreamEndpointStatus = params.get("VpcDataStreamEndpointStatus")
|
38199
|
+
self._VpcTlsEndpoint = params.get("VpcTlsEndpoint")
|
37773
38200
|
memeber_set = set(params.keys())
|
37774
38201
|
for name, value in vars(self).items():
|
37775
38202
|
property_name = name[1:]
|