tencentcloud-sdk-python 3.0.1341__py2.py3-none-any.whl → 3.0.1343__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/bi/v20220105/models.py +68 -0
- tencentcloud/billing/v20180709/billing_client.py +3 -1
- tencentcloud/billing/v20180709/models.py +90 -456
- tencentcloud/captcha/v20190722/models.py +6 -24
- tencentcloud/cdc/v20201214/models.py +0 -12
- tencentcloud/cdwpg/v20201230/models.py +4 -4
- tencentcloud/cdz/v20221123/models.py +0 -4
- tencentcloud/cfg/v20210820/models.py +0 -192
- tencentcloud/cfs/v20190719/errorcodes.py +3 -0
- tencentcloud/clb/v20180317/clb_client.py +2 -2
- tencentcloud/cvm/v20170312/cvm_client.py +23 -0
- tencentcloud/cvm/v20170312/models.py +211 -4
- tencentcloud/cwp/v20180228/models.py +160 -42
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +161 -0
- tencentcloud/dbbrain/v20210527/models.py +1743 -387
- tencentcloud/domain/v20180808/models.py +30 -26
- tencentcloud/dts/v20180330/models.py +0 -6
- tencentcloud/dts/v20211206/models.py +2 -210
- tencentcloud/ess/v20201111/models.py +136 -4
- tencentcloud/essbasic/v20210526/models.py +128 -6
- tencentcloud/hunyuan/v20230901/models.py +97 -21
- tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +69 -0
- tencentcloud/iotexplorer/v20190423/models.py +995 -65
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20211125/models.py +188 -0
- tencentcloud/lcic/v20220817/errorcodes.py +1 -1
- tencentcloud/lighthouse/v20200324/errorcodes.py +12 -9
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +24 -17
- tencentcloud/lighthouse/v20200324/models.py +68 -36
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +2 -2
- tencentcloud/lkeap/v20240522/models.py +4 -8
- tencentcloud/mariadb/v20170312/models.py +0 -24
- tencentcloud/mongodb/v20190725/models.py +6 -6
- tencentcloud/mps/v20190612/models.py +170 -0
- tencentcloud/mqtt/v20240516/errorcodes.py +9 -0
- tencentcloud/organization/v20210331/errorcodes.py +3 -0
- tencentcloud/organization/v20210331/models.py +0 -82
- tencentcloud/redis/v20180412/models.py +8 -8
- tencentcloud/ses/v20201002/models.py +2 -4
- tencentcloud/tat/v20201028/models.py +10 -8
- tencentcloud/tcb/v20180608/models.py +0 -234
- tencentcloud/tdmq/v20200217/models.py +17 -198
- tencentcloud/teo/v20220901/models.py +1182 -21
- tencentcloud/teo/v20220901/teo_client.py +8 -4
- tencentcloud/tione/v20211111/models.py +90 -0
- tencentcloud/trocket/v20230308/models.py +109 -0
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trro/v20220325/models.py +140 -0
- tencentcloud/trro/v20220325/trro_client.py +25 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vdb/v20230616/vdb_client.py +1 -1
- tencentcloud/vpc/v20170312/errorcodes.py +9 -0
- tencentcloud/vrs/v20200824/models.py +32 -0
- tencentcloud/waf/v20180125/models.py +398 -0
- tencentcloud/waf/v20180125/waf_client.py +69 -0
- tencentcloud/wedata/v20210820/models.py +77 -0
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/RECORD +64 -64
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/top_level.txt +0 -0
@@ -186,10 +186,8 @@ class AMQPClusterDetail(AbstractModel):
|
|
186
186
|
:param _Config: 集群配置信息
|
187
187
|
:type Config: :class:`tencentcloud.tdmq.v20200217.models.AMQPClusterConfig`
|
188
188
|
:param _Tags: 标签
|
189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
190
189
|
:type Tags: list of Tag
|
191
190
|
:param _Status: 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
|
192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
193
191
|
:type Status: int
|
194
192
|
"""
|
195
193
|
self._Info = None
|
@@ -222,7 +220,6 @@ class AMQPClusterDetail(AbstractModel):
|
|
222
220
|
@property
|
223
221
|
def Tags(self):
|
224
222
|
"""标签
|
225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
226
223
|
:rtype: list of Tag
|
227
224
|
"""
|
228
225
|
return self._Tags
|
@@ -234,7 +231,6 @@ class AMQPClusterDetail(AbstractModel):
|
|
234
231
|
@property
|
235
232
|
def Status(self):
|
236
233
|
"""集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
|
237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
238
234
|
:rtype: int
|
239
235
|
"""
|
240
236
|
return self._Status
|
@@ -4590,13 +4586,10 @@ class CreateRabbitMQBindingResponse(AbstractModel):
|
|
4590
4586
|
def __init__(self):
|
4591
4587
|
r"""
|
4592
4588
|
:param _InstanceId: 实例名称
|
4593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4594
4589
|
:type InstanceId: str
|
4595
4590
|
:param _VirtualHost: vhost名称
|
4596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4597
4591
|
:type VirtualHost: str
|
4598
4592
|
:param _BindingId: 路由关系Id
|
4599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4600
4593
|
:type BindingId: int
|
4601
4594
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4602
4595
|
:type RequestId: str
|
@@ -4609,7 +4602,6 @@ class CreateRabbitMQBindingResponse(AbstractModel):
|
|
4609
4602
|
@property
|
4610
4603
|
def InstanceId(self):
|
4611
4604
|
"""实例名称
|
4612
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4613
4605
|
:rtype: str
|
4614
4606
|
"""
|
4615
4607
|
return self._InstanceId
|
@@ -4621,7 +4613,6 @@ class CreateRabbitMQBindingResponse(AbstractModel):
|
|
4621
4613
|
@property
|
4622
4614
|
def VirtualHost(self):
|
4623
4615
|
"""vhost名称
|
4624
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4625
4616
|
:rtype: str
|
4626
4617
|
"""
|
4627
4618
|
return self._VirtualHost
|
@@ -4633,7 +4624,6 @@ class CreateRabbitMQBindingResponse(AbstractModel):
|
|
4633
4624
|
@property
|
4634
4625
|
def BindingId(self):
|
4635
4626
|
"""路由关系Id
|
4636
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4637
4627
|
:rtype: int
|
4638
4628
|
"""
|
4639
4629
|
return self._BindingId
|
@@ -5106,10 +5096,8 @@ class CreateRabbitMQVipInstanceResponse(AbstractModel):
|
|
5106
5096
|
def __init__(self):
|
5107
5097
|
r"""
|
5108
5098
|
:param _TranId: 订单号Id
|
5109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5110
5099
|
:type TranId: str
|
5111
5100
|
:param _InstanceId: 实例Id
|
5112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5113
5101
|
:type InstanceId: str
|
5114
5102
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5115
5103
|
:type RequestId: str
|
@@ -5121,7 +5109,6 @@ class CreateRabbitMQVipInstanceResponse(AbstractModel):
|
|
5121
5109
|
@property
|
5122
5110
|
def TranId(self):
|
5123
5111
|
"""订单号Id
|
5124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5125
5112
|
:rtype: str
|
5126
5113
|
"""
|
5127
5114
|
return self._TranId
|
@@ -5133,7 +5120,6 @@ class CreateRabbitMQVipInstanceResponse(AbstractModel):
|
|
5133
5120
|
@property
|
5134
5121
|
def InstanceId(self):
|
5135
5122
|
"""实例Id
|
5136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5137
5123
|
:rtype: str
|
5138
5124
|
"""
|
5139
5125
|
return self._InstanceId
|
@@ -7629,13 +7615,10 @@ class DeleteRabbitMQBindingResponse(AbstractModel):
|
|
7629
7615
|
def __init__(self):
|
7630
7616
|
r"""
|
7631
7617
|
:param _InstanceId: 实例名称
|
7632
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7633
7618
|
:type InstanceId: str
|
7634
7619
|
:param _VirtualHost: vhost参数
|
7635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7636
7620
|
:type VirtualHost: str
|
7637
7621
|
:param _BindingId: 路由关系Id
|
7638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7639
7622
|
:type BindingId: int
|
7640
7623
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7641
7624
|
:type RequestId: str
|
@@ -7648,7 +7631,6 @@ class DeleteRabbitMQBindingResponse(AbstractModel):
|
|
7648
7631
|
@property
|
7649
7632
|
def InstanceId(self):
|
7650
7633
|
"""实例名称
|
7651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7652
7634
|
:rtype: str
|
7653
7635
|
"""
|
7654
7636
|
return self._InstanceId
|
@@ -7660,7 +7642,6 @@ class DeleteRabbitMQBindingResponse(AbstractModel):
|
|
7660
7642
|
@property
|
7661
7643
|
def VirtualHost(self):
|
7662
7644
|
"""vhost参数
|
7663
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7664
7645
|
:rtype: str
|
7665
7646
|
"""
|
7666
7647
|
return self._VirtualHost
|
@@ -7672,7 +7653,6 @@ class DeleteRabbitMQBindingResponse(AbstractModel):
|
|
7672
7653
|
@property
|
7673
7654
|
def BindingId(self):
|
7674
7655
|
"""路由关系Id
|
7675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7676
7656
|
:rtype: int
|
7677
7657
|
"""
|
7678
7658
|
return self._BindingId
|
@@ -7932,10 +7912,8 @@ class DeleteRabbitMQVipInstanceResponse(AbstractModel):
|
|
7932
7912
|
def __init__(self):
|
7933
7913
|
r"""
|
7934
7914
|
:param _TranId: 订单号Id
|
7935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7936
7915
|
:type TranId: str
|
7937
7916
|
:param _InstanceId: 实例Id
|
7938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7939
7917
|
:type InstanceId: str
|
7940
7918
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7941
7919
|
:type RequestId: str
|
@@ -7947,7 +7925,6 @@ class DeleteRabbitMQVipInstanceResponse(AbstractModel):
|
|
7947
7925
|
@property
|
7948
7926
|
def TranId(self):
|
7949
7927
|
"""订单号Id
|
7950
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7951
7928
|
:rtype: str
|
7952
7929
|
"""
|
7953
7930
|
return self._TranId
|
@@ -7959,7 +7936,6 @@ class DeleteRabbitMQVipInstanceResponse(AbstractModel):
|
|
7959
7936
|
@property
|
7960
7937
|
def InstanceId(self):
|
7961
7938
|
"""实例Id
|
7962
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7963
7939
|
:rtype: str
|
7964
7940
|
"""
|
7965
7941
|
return self._InstanceId
|
@@ -12760,10 +12736,8 @@ class DescribeRabbitMQBindingsResponse(AbstractModel):
|
|
12760
12736
|
def __init__(self):
|
12761
12737
|
r"""
|
12762
12738
|
:param _BindingInfoList: 路由关系列表
|
12763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12764
12739
|
:type BindingInfoList: list of RabbitMQBindingListInfo
|
12765
12740
|
:param _TotalCount: 数量
|
12766
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12767
12741
|
:type TotalCount: int
|
12768
12742
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12769
12743
|
:type RequestId: str
|
@@ -12775,7 +12749,6 @@ class DescribeRabbitMQBindingsResponse(AbstractModel):
|
|
12775
12749
|
@property
|
12776
12750
|
def BindingInfoList(self):
|
12777
12751
|
"""路由关系列表
|
12778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12779
12752
|
:rtype: list of RabbitMQBindingListInfo
|
12780
12753
|
"""
|
12781
12754
|
return self._BindingInfoList
|
@@ -12787,7 +12760,6 @@ class DescribeRabbitMQBindingsResponse(AbstractModel):
|
|
12787
12760
|
@property
|
12788
12761
|
def TotalCount(self):
|
12789
12762
|
"""数量
|
12790
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12791
12763
|
:rtype: int
|
12792
12764
|
"""
|
12793
12765
|
return self._TotalCount
|
@@ -13004,10 +12976,8 @@ class DescribeRabbitMQExchangesResponse(AbstractModel):
|
|
13004
12976
|
def __init__(self):
|
13005
12977
|
r"""
|
13006
12978
|
:param _ExchangeInfoList: 策略列表信息
|
13007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13008
12979
|
:type ExchangeInfoList: list of RabbitMQExchangeListInfo
|
13009
12980
|
:param _TotalCount: 策略结果总数
|
13010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13011
12981
|
:type TotalCount: int
|
13012
12982
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13013
12983
|
:type RequestId: str
|
@@ -13019,7 +12989,6 @@ class DescribeRabbitMQExchangesResponse(AbstractModel):
|
|
13019
12989
|
@property
|
13020
12990
|
def ExchangeInfoList(self):
|
13021
12991
|
"""策略列表信息
|
13022
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13023
12992
|
:rtype: list of RabbitMQExchangeListInfo
|
13024
12993
|
"""
|
13025
12994
|
return self._ExchangeInfoList
|
@@ -13031,7 +13000,6 @@ class DescribeRabbitMQExchangesResponse(AbstractModel):
|
|
13031
13000
|
@property
|
13032
13001
|
def TotalCount(self):
|
13033
13002
|
"""策略结果总数
|
13034
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13035
13003
|
:rtype: int
|
13036
13004
|
"""
|
13037
13005
|
return self._TotalCount
|
@@ -13504,22 +13472,17 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
|
|
13504
13472
|
def __init__(self):
|
13505
13473
|
r"""
|
13506
13474
|
:param _InstanceId: 实例名称
|
13507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13508
13475
|
:type InstanceId: str
|
13509
13476
|
:param _VirtualHost: Vhost参数
|
13510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13511
13477
|
:type VirtualHost: str
|
13512
13478
|
:param _QueueName: 队列名称
|
13513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13514
13479
|
:type QueueName: str
|
13515
13480
|
:param _QueueType: 队列类型,取值classic或quorum
|
13516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13517
13481
|
:type QueueType: str
|
13518
13482
|
:param _Consumers: 在线消费者数量
|
13519
13483
|
注意:此字段可能返回 null,表示取不到有效值。
|
13520
13484
|
:type Consumers: int
|
13521
13485
|
:param _Durable: 持久标记
|
13522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13523
13486
|
:type Durable: bool
|
13524
13487
|
:param _AutoDelete: 自动清除
|
13525
13488
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -13570,7 +13533,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
|
|
13570
13533
|
注意:此字段可能返回 null,表示取不到有效值。
|
13571
13534
|
:type MaxInMemoryBytes: int
|
13572
13535
|
:param _CreateTime: 创建时间戳,单位秒
|
13573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13574
13536
|
:type CreateTime: int
|
13575
13537
|
:param _Node: 节点
|
13576
13538
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -13585,13 +13547,11 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
|
|
13585
13547
|
注意:此字段可能返回 null,表示取不到有效值。
|
13586
13548
|
:type QuorumInitialGroupSize: int
|
13587
13549
|
:param _Exclusive: 是否为独占队列
|
13588
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13589
13550
|
:type Exclusive: bool
|
13590
13551
|
:param _Policy: 生效的策略名
|
13591
13552
|
注意:此字段可能返回 null,表示取不到有效值。
|
13592
13553
|
:type Policy: str
|
13593
13554
|
:param _Arguments: 扩展参数 key-value
|
13594
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13595
13555
|
:type Arguments: str
|
13596
13556
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13597
13557
|
:type RequestId: str
|
@@ -13631,7 +13591,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
|
|
13631
13591
|
@property
|
13632
13592
|
def InstanceId(self):
|
13633
13593
|
"""实例名称
|
13634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13635
13594
|
:rtype: str
|
13636
13595
|
"""
|
13637
13596
|
return self._InstanceId
|
@@ -13643,7 +13602,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
|
|
13643
13602
|
@property
|
13644
13603
|
def VirtualHost(self):
|
13645
13604
|
"""Vhost参数
|
13646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13647
13605
|
:rtype: str
|
13648
13606
|
"""
|
13649
13607
|
return self._VirtualHost
|
@@ -13655,7 +13613,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
|
|
13655
13613
|
@property
|
13656
13614
|
def QueueName(self):
|
13657
13615
|
"""队列名称
|
13658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13659
13616
|
:rtype: str
|
13660
13617
|
"""
|
13661
13618
|
return self._QueueName
|
@@ -13667,7 +13624,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
|
|
13667
13624
|
@property
|
13668
13625
|
def QueueType(self):
|
13669
13626
|
"""队列类型,取值classic或quorum
|
13670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13671
13627
|
:rtype: str
|
13672
13628
|
"""
|
13673
13629
|
return self._QueueType
|
@@ -13691,7 +13647,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
|
|
13691
13647
|
@property
|
13692
13648
|
def Durable(self):
|
13693
13649
|
"""持久标记
|
13694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13695
13650
|
:rtype: bool
|
13696
13651
|
"""
|
13697
13652
|
return self._Durable
|
@@ -13895,7 +13850,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
|
|
13895
13850
|
@property
|
13896
13851
|
def CreateTime(self):
|
13897
13852
|
"""创建时间戳,单位秒
|
13898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13899
13853
|
:rtype: int
|
13900
13854
|
"""
|
13901
13855
|
return self._CreateTime
|
@@ -13955,7 +13909,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
|
|
13955
13909
|
@property
|
13956
13910
|
def Exclusive(self):
|
13957
13911
|
"""是否为独占队列
|
13958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13959
13912
|
:rtype: bool
|
13960
13913
|
"""
|
13961
13914
|
return self._Exclusive
|
@@ -13979,7 +13932,6 @@ class DescribeRabbitMQQueueDetailResponse(AbstractModel):
|
|
13979
13932
|
@property
|
13980
13933
|
def Arguments(self):
|
13981
13934
|
"""扩展参数 key-value
|
13982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13983
13935
|
:rtype: str
|
13984
13936
|
"""
|
13985
13937
|
return self._Arguments
|
@@ -14193,10 +14145,8 @@ class DescribeRabbitMQQueuesResponse(AbstractModel):
|
|
14193
14145
|
def __init__(self):
|
14194
14146
|
r"""
|
14195
14147
|
:param _QueueInfoList: 列表信息
|
14196
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14197
14148
|
:type QueueInfoList: list of RabbitMQQueueListInfo
|
14198
14149
|
:param _TotalCount: 数量
|
14199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14200
14150
|
:type TotalCount: int
|
14201
14151
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14202
14152
|
:type RequestId: str
|
@@ -14208,7 +14158,6 @@ class DescribeRabbitMQQueuesResponse(AbstractModel):
|
|
14208
14158
|
@property
|
14209
14159
|
def QueueInfoList(self):
|
14210
14160
|
"""列表信息
|
14211
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14212
14161
|
:rtype: list of RabbitMQQueueListInfo
|
14213
14162
|
"""
|
14214
14163
|
return self._QueueInfoList
|
@@ -14220,7 +14169,6 @@ class DescribeRabbitMQQueuesResponse(AbstractModel):
|
|
14220
14169
|
@property
|
14221
14170
|
def TotalCount(self):
|
14222
14171
|
"""数量
|
14223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14224
14172
|
:rtype: int
|
14225
14173
|
"""
|
14226
14174
|
return self._TotalCount
|
@@ -14474,10 +14422,8 @@ class DescribeRabbitMQVipInstanceResponse(AbstractModel):
|
|
14474
14422
|
:param _ClusterSpecInfo: 集群规格信息
|
14475
14423
|
:type ClusterSpecInfo: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQClusterSpecInfo`
|
14476
14424
|
:param _ClusterNetInfo: 集群访问
|
14477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14478
14425
|
:type ClusterNetInfo: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQClusterAccessInfo`
|
14479
14426
|
:param _ClusterWhiteListInfo: 集群白名单
|
14480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14481
14427
|
:type ClusterWhiteListInfo: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQClusterWhiteListInfo`
|
14482
14428
|
:param _VirtualHostQuota: vhost配额信息
|
14483
14429
|
:type VirtualHostQuota: :class:`tencentcloud.tdmq.v20200217.models.VirtualHostQuota`
|
@@ -14522,7 +14468,6 @@ class DescribeRabbitMQVipInstanceResponse(AbstractModel):
|
|
14522
14468
|
@property
|
14523
14469
|
def ClusterNetInfo(self):
|
14524
14470
|
"""集群访问
|
14525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14526
14471
|
:rtype: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQClusterAccessInfo`
|
14527
14472
|
"""
|
14528
14473
|
return self._ClusterNetInfo
|
@@ -14534,7 +14479,6 @@ class DescribeRabbitMQVipInstanceResponse(AbstractModel):
|
|
14534
14479
|
@property
|
14535
14480
|
def ClusterWhiteListInfo(self):
|
14536
14481
|
"""集群白名单
|
14537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14538
14482
|
:rtype: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQClusterWhiteListInfo`
|
14539
14483
|
"""
|
14540
14484
|
return self._ClusterWhiteListInfo
|
@@ -21004,7 +20948,6 @@ class ExchangeQuota(AbstractModel):
|
|
21004
20948
|
:param _MaxExchange: 可创建最大exchange数
|
21005
20949
|
:type MaxExchange: int
|
21006
20950
|
:param _UsedExchange: 已创建exchange数
|
21007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21008
20951
|
:type UsedExchange: int
|
21009
20952
|
"""
|
21010
20953
|
self._MaxExchange = None
|
@@ -21024,7 +20967,6 @@ class ExchangeQuota(AbstractModel):
|
|
21024
20967
|
@property
|
21025
20968
|
def UsedExchange(self):
|
21026
20969
|
"""已创建exchange数
|
21027
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21028
20970
|
:rtype: int
|
21029
20971
|
"""
|
21030
20972
|
return self._UsedExchange
|
@@ -24122,7 +24064,6 @@ class ModifyRabbitMQVipInstanceResponse(AbstractModel):
|
|
24122
24064
|
def __init__(self):
|
24123
24065
|
r"""
|
24124
24066
|
:param _InstanceId: 实例id
|
24125
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24126
24067
|
:type InstanceId: str
|
24127
24068
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24128
24069
|
:type RequestId: str
|
@@ -24133,7 +24074,6 @@ class ModifyRabbitMQVipInstanceResponse(AbstractModel):
|
|
24133
24074
|
@property
|
24134
24075
|
def InstanceId(self):
|
24135
24076
|
"""实例id
|
24136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24137
24077
|
:rtype: str
|
24138
24078
|
"""
|
24139
24079
|
return self._InstanceId
|
@@ -27462,7 +27402,6 @@ class QueueQuota(AbstractModel):
|
|
27462
27402
|
:param _MaxQueue: 可创建最大Queue数
|
27463
27403
|
:type MaxQueue: int
|
27464
27404
|
:param _UsedQueue: 已创建Queue数
|
27465
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27466
27405
|
:type UsedQueue: int
|
27467
27406
|
"""
|
27468
27407
|
self._MaxQueue = None
|
@@ -27482,7 +27421,6 @@ class QueueQuota(AbstractModel):
|
|
27482
27421
|
@property
|
27483
27422
|
def UsedQueue(self):
|
27484
27423
|
"""已创建Queue数
|
27485
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27486
27424
|
:rtype: int
|
27487
27425
|
"""
|
27488
27426
|
return self._UsedQueue
|
@@ -27513,31 +27451,22 @@ class RabbitMQBindingListInfo(AbstractModel):
|
|
27513
27451
|
def __init__(self):
|
27514
27452
|
r"""
|
27515
27453
|
:param _BindingId: 路由关系id
|
27516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27517
27454
|
:type BindingId: int
|
27518
27455
|
:param _VirtualHost: Vhost参数
|
27519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27520
27456
|
:type VirtualHost: str
|
27521
27457
|
:param _Source: 源exchange名称
|
27522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27523
27458
|
:type Source: str
|
27524
27459
|
:param _DestinationType: 目标类型,queue或exchange
|
27525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27526
27460
|
:type DestinationType: str
|
27527
27461
|
:param _Destination: 目标资源名称
|
27528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27529
27462
|
:type Destination: str
|
27530
27463
|
:param _RoutingKey: 绑定key
|
27531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27532
27464
|
:type RoutingKey: str
|
27533
27465
|
:param _SourceExchangeType: 源exchange类型
|
27534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27535
27466
|
:type SourceExchangeType: str
|
27536
27467
|
:param _CreateTime: 创建时间
|
27537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27538
27468
|
:type CreateTime: str
|
27539
27469
|
:param _ModifyTime: 修改时间
|
27540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27541
27470
|
:type ModifyTime: str
|
27542
27471
|
"""
|
27543
27472
|
self._BindingId = None
|
@@ -27553,7 +27482,6 @@ class RabbitMQBindingListInfo(AbstractModel):
|
|
27553
27482
|
@property
|
27554
27483
|
def BindingId(self):
|
27555
27484
|
"""路由关系id
|
27556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27557
27485
|
:rtype: int
|
27558
27486
|
"""
|
27559
27487
|
return self._BindingId
|
@@ -27565,7 +27493,6 @@ class RabbitMQBindingListInfo(AbstractModel):
|
|
27565
27493
|
@property
|
27566
27494
|
def VirtualHost(self):
|
27567
27495
|
"""Vhost参数
|
27568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27569
27496
|
:rtype: str
|
27570
27497
|
"""
|
27571
27498
|
return self._VirtualHost
|
@@ -27577,7 +27504,6 @@ class RabbitMQBindingListInfo(AbstractModel):
|
|
27577
27504
|
@property
|
27578
27505
|
def Source(self):
|
27579
27506
|
"""源exchange名称
|
27580
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27581
27507
|
:rtype: str
|
27582
27508
|
"""
|
27583
27509
|
return self._Source
|
@@ -27589,7 +27515,6 @@ class RabbitMQBindingListInfo(AbstractModel):
|
|
27589
27515
|
@property
|
27590
27516
|
def DestinationType(self):
|
27591
27517
|
"""目标类型,queue或exchange
|
27592
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27593
27518
|
:rtype: str
|
27594
27519
|
"""
|
27595
27520
|
return self._DestinationType
|
@@ -27601,7 +27526,6 @@ class RabbitMQBindingListInfo(AbstractModel):
|
|
27601
27526
|
@property
|
27602
27527
|
def Destination(self):
|
27603
27528
|
"""目标资源名称
|
27604
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27605
27529
|
:rtype: str
|
27606
27530
|
"""
|
27607
27531
|
return self._Destination
|
@@ -27613,7 +27537,6 @@ class RabbitMQBindingListInfo(AbstractModel):
|
|
27613
27537
|
@property
|
27614
27538
|
def RoutingKey(self):
|
27615
27539
|
"""绑定key
|
27616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27617
27540
|
:rtype: str
|
27618
27541
|
"""
|
27619
27542
|
return self._RoutingKey
|
@@ -27625,7 +27548,6 @@ class RabbitMQBindingListInfo(AbstractModel):
|
|
27625
27548
|
@property
|
27626
27549
|
def SourceExchangeType(self):
|
27627
27550
|
"""源exchange类型
|
27628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27629
27551
|
:rtype: str
|
27630
27552
|
"""
|
27631
27553
|
return self._SourceExchangeType
|
@@ -27637,7 +27559,6 @@ class RabbitMQBindingListInfo(AbstractModel):
|
|
27637
27559
|
@property
|
27638
27560
|
def CreateTime(self):
|
27639
27561
|
"""创建时间
|
27640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27641
27562
|
:rtype: str
|
27642
27563
|
"""
|
27643
27564
|
return self._CreateTime
|
@@ -27649,7 +27570,6 @@ class RabbitMQBindingListInfo(AbstractModel):
|
|
27649
27570
|
@property
|
27650
27571
|
def ModifyTime(self):
|
27651
27572
|
"""修改时间
|
27652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27653
27573
|
:rtype: str
|
27654
27574
|
"""
|
27655
27575
|
return self._ModifyTime
|
@@ -27704,21 +27624,18 @@ class RabbitMQClusterAccessInfo(AbstractModel):
|
|
27704
27624
|
:param _VpcWebConsoleEndpoint: Vpc管控台访问地址,示例值,http://1.1.1.1:15672
|
27705
27625
|
:type VpcWebConsoleEndpoint: str
|
27706
27626
|
:param _PublicWebConsoleSwitchStatus: 公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING
|
27707
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27708
27627
|
:type PublicWebConsoleSwitchStatus: str
|
27709
27628
|
:param _VpcWebConsoleSwitchStatus: Vpc管控台开关状态,示例值,
|
27710
27629
|
OFF/ON/CREATING/DELETING
|
27711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27712
27630
|
:type VpcWebConsoleSwitchStatus: str
|
27713
27631
|
:param _PublicDataStreamStatus: 公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING
|
27714
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27715
27632
|
:type PublicDataStreamStatus: str
|
27716
27633
|
:param _PrometheusEndpointInfo: Prometheus信息
|
27717
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27718
27634
|
:type PrometheusEndpointInfo: :class:`tencentcloud.tdmq.v20200217.models.PrometheusEndpointInfo`
|
27719
27635
|
:param _WebConsoleDomainEndpoint: 公网域名接入点
|
27720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27721
27636
|
:type WebConsoleDomainEndpoint: str
|
27637
|
+
:param _ControlPlaneEndpointInfo: 控制面所使用的VPC信息
|
27638
|
+
:type ControlPlaneEndpointInfo: :class:`tencentcloud.tdmq.v20200217.models.VpcEndpointInfo`
|
27722
27639
|
"""
|
27723
27640
|
self._PublicAccessEndpoint = None
|
27724
27641
|
self._WebConsoleEndpoint = None
|
@@ -27733,6 +27650,7 @@ OFF/ON/CREATING/DELETING
|
|
27733
27650
|
self._PublicDataStreamStatus = None
|
27734
27651
|
self._PrometheusEndpointInfo = None
|
27735
27652
|
self._WebConsoleDomainEndpoint = None
|
27653
|
+
self._ControlPlaneEndpointInfo = None
|
27736
27654
|
|
27737
27655
|
@property
|
27738
27656
|
def PublicAccessEndpoint(self):
|
@@ -27826,7 +27744,6 @@ OFF/ON/CREATING/DELETING
|
|
27826
27744
|
@property
|
27827
27745
|
def PublicWebConsoleSwitchStatus(self):
|
27828
27746
|
"""公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING
|
27829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27830
27747
|
:rtype: str
|
27831
27748
|
"""
|
27832
27749
|
return self._PublicWebConsoleSwitchStatus
|
@@ -27839,7 +27756,6 @@ OFF/ON/CREATING/DELETING
|
|
27839
27756
|
def VpcWebConsoleSwitchStatus(self):
|
27840
27757
|
"""Vpc管控台开关状态,示例值,
|
27841
27758
|
OFF/ON/CREATING/DELETING
|
27842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27843
27759
|
:rtype: str
|
27844
27760
|
"""
|
27845
27761
|
return self._VpcWebConsoleSwitchStatus
|
@@ -27851,7 +27767,6 @@ OFF/ON/CREATING/DELETING
|
|
27851
27767
|
@property
|
27852
27768
|
def PublicDataStreamStatus(self):
|
27853
27769
|
"""公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING
|
27854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27855
27770
|
:rtype: str
|
27856
27771
|
"""
|
27857
27772
|
return self._PublicDataStreamStatus
|
@@ -27863,7 +27778,6 @@ OFF/ON/CREATING/DELETING
|
|
27863
27778
|
@property
|
27864
27779
|
def PrometheusEndpointInfo(self):
|
27865
27780
|
"""Prometheus信息
|
27866
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27867
27781
|
:rtype: :class:`tencentcloud.tdmq.v20200217.models.PrometheusEndpointInfo`
|
27868
27782
|
"""
|
27869
27783
|
return self._PrometheusEndpointInfo
|
@@ -27875,7 +27789,6 @@ OFF/ON/CREATING/DELETING
|
|
27875
27789
|
@property
|
27876
27790
|
def WebConsoleDomainEndpoint(self):
|
27877
27791
|
"""公网域名接入点
|
27878
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27879
27792
|
:rtype: str
|
27880
27793
|
"""
|
27881
27794
|
return self._WebConsoleDomainEndpoint
|
@@ -27884,6 +27797,17 @@ OFF/ON/CREATING/DELETING
|
|
27884
27797
|
def WebConsoleDomainEndpoint(self, WebConsoleDomainEndpoint):
|
27885
27798
|
self._WebConsoleDomainEndpoint = WebConsoleDomainEndpoint
|
27886
27799
|
|
27800
|
+
@property
|
27801
|
+
def ControlPlaneEndpointInfo(self):
|
27802
|
+
"""控制面所使用的VPC信息
|
27803
|
+
:rtype: :class:`tencentcloud.tdmq.v20200217.models.VpcEndpointInfo`
|
27804
|
+
"""
|
27805
|
+
return self._ControlPlaneEndpointInfo
|
27806
|
+
|
27807
|
+
@ControlPlaneEndpointInfo.setter
|
27808
|
+
def ControlPlaneEndpointInfo(self, ControlPlaneEndpointInfo):
|
27809
|
+
self._ControlPlaneEndpointInfo = ControlPlaneEndpointInfo
|
27810
|
+
|
27887
27811
|
|
27888
27812
|
def _deserialize(self, params):
|
27889
27813
|
self._PublicAccessEndpoint = params.get("PublicAccessEndpoint")
|
@@ -27901,6 +27825,9 @@ OFF/ON/CREATING/DELETING
|
|
27901
27825
|
self._PrometheusEndpointInfo = PrometheusEndpointInfo()
|
27902
27826
|
self._PrometheusEndpointInfo._deserialize(params.get("PrometheusEndpointInfo"))
|
27903
27827
|
self._WebConsoleDomainEndpoint = params.get("WebConsoleDomainEndpoint")
|
27828
|
+
if params.get("ControlPlaneEndpointInfo") is not None:
|
27829
|
+
self._ControlPlaneEndpointInfo = VpcEndpointInfo()
|
27830
|
+
self._ControlPlaneEndpointInfo._deserialize(params.get("ControlPlaneEndpointInfo"))
|
27904
27831
|
memeber_set = set(params.keys())
|
27905
27832
|
for name, value in vars(self).items():
|
27906
27833
|
property_name = name[1:]
|
@@ -27927,12 +27854,10 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
27927
27854
|
:param _CreateTime: 创建时间,毫秒为单位
|
27928
27855
|
:type CreateTime: int
|
27929
27856
|
:param _Remark: 集群说明信息
|
27930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27931
27857
|
:type Remark: str
|
27932
27858
|
:param _Vpcs: VPC及网络信息
|
27933
27859
|
:type Vpcs: list of VpcEndpointInfo
|
27934
27860
|
:param _ZoneIds: 可用区信息
|
27935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27936
27861
|
:type ZoneIds: list of int
|
27937
27862
|
:param _VirtualHostNumber: 虚拟主机数量
|
27938
27863
|
:type VirtualHostNumber: int
|
@@ -27958,19 +27883,14 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
27958
27883
|
:param _ClusterStatus: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
|
27959
27884
|
:type ClusterStatus: int
|
27960
27885
|
:param _AutoRenewFlag: 自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费), 1表示自动续费,2表示明确不自动续费(用户设置)
|
27961
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27962
27886
|
:type AutoRenewFlag: int
|
27963
27887
|
:param _MirrorQueuePolicyFlag: 是否开启镜像队列策略。1表示开启,0表示没开启。
|
27964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27965
27888
|
:type MirrorQueuePolicyFlag: int
|
27966
27889
|
:param _MessageConsumeRate: 每秒消费消息数 单位:条/秒
|
27967
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27968
27890
|
:type MessageConsumeRate: float
|
27969
27891
|
:param _ClusterVersion: 集群版本信息
|
27970
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27971
27892
|
:type ClusterVersion: str
|
27972
27893
|
:param _PayMode: 计费模式,0-后付费,1-预付费
|
27973
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27974
27894
|
:type PayMode: int
|
27975
27895
|
:param _InstanceType: 实例类型,0 专享版、1 Serverless 版
|
27976
27896
|
:type InstanceType: int
|
@@ -28047,7 +27967,6 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
28047
27967
|
@property
|
28048
27968
|
def Remark(self):
|
28049
27969
|
"""集群说明信息
|
28050
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28051
27970
|
:rtype: str
|
28052
27971
|
"""
|
28053
27972
|
return self._Remark
|
@@ -28070,7 +27989,6 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
28070
27989
|
@property
|
28071
27990
|
def ZoneIds(self):
|
28072
27991
|
"""可用区信息
|
28073
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28074
27992
|
:rtype: list of int
|
28075
27993
|
"""
|
28076
27994
|
return self._ZoneIds
|
@@ -28204,7 +28122,6 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
28204
28122
|
@property
|
28205
28123
|
def AutoRenewFlag(self):
|
28206
28124
|
"""自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费), 1表示自动续费,2表示明确不自动续费(用户设置)
|
28207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28208
28125
|
:rtype: int
|
28209
28126
|
"""
|
28210
28127
|
return self._AutoRenewFlag
|
@@ -28216,7 +28133,6 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
28216
28133
|
@property
|
28217
28134
|
def MirrorQueuePolicyFlag(self):
|
28218
28135
|
"""是否开启镜像队列策略。1表示开启,0表示没开启。
|
28219
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28220
28136
|
:rtype: int
|
28221
28137
|
"""
|
28222
28138
|
return self._MirrorQueuePolicyFlag
|
@@ -28228,7 +28144,6 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
28228
28144
|
@property
|
28229
28145
|
def MessageConsumeRate(self):
|
28230
28146
|
"""每秒消费消息数 单位:条/秒
|
28231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28232
28147
|
:rtype: float
|
28233
28148
|
"""
|
28234
28149
|
return self._MessageConsumeRate
|
@@ -28240,7 +28155,6 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
28240
28155
|
@property
|
28241
28156
|
def ClusterVersion(self):
|
28242
28157
|
"""集群版本信息
|
28243
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28244
28158
|
:rtype: str
|
28245
28159
|
"""
|
28246
28160
|
return self._ClusterVersion
|
@@ -28252,7 +28166,6 @@ class RabbitMQClusterInfo(AbstractModel):
|
|
28252
28166
|
@property
|
28253
28167
|
def PayMode(self):
|
28254
28168
|
"""计费模式,0-后付费,1-预付费
|
28255
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28256
28169
|
:rtype: int
|
28257
28170
|
"""
|
28258
28171
|
return self._PayMode
|
@@ -28432,13 +28345,10 @@ class RabbitMQClusterWhiteListInfo(AbstractModel):
|
|
28432
28345
|
def __init__(self):
|
28433
28346
|
r"""
|
28434
28347
|
:param _WhiteList: 废弃
|
28435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28436
28348
|
:type WhiteList: str
|
28437
28349
|
:param _PublicControlConsoleWhiteList: 公网管控台白名单
|
28438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28439
28350
|
:type PublicControlConsoleWhiteList: str
|
28440
28351
|
:param _PublicDataStreamWhiteList: 公网数据流白名单
|
28441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28442
28352
|
:type PublicDataStreamWhiteList: str
|
28443
28353
|
:param _PublicControlConsoleWhiteListStatus: 公网管控台白名单状态
|
28444
28354
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -28456,7 +28366,6 @@ class RabbitMQClusterWhiteListInfo(AbstractModel):
|
|
28456
28366
|
@property
|
28457
28367
|
def WhiteList(self):
|
28458
28368
|
"""废弃
|
28459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28460
28369
|
:rtype: str
|
28461
28370
|
"""
|
28462
28371
|
return self._WhiteList
|
@@ -28468,7 +28377,6 @@ class RabbitMQClusterWhiteListInfo(AbstractModel):
|
|
28468
28377
|
@property
|
28469
28378
|
def PublicControlConsoleWhiteList(self):
|
28470
28379
|
"""公网管控台白名单
|
28471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28472
28380
|
:rtype: str
|
28473
28381
|
"""
|
28474
28382
|
return self._PublicControlConsoleWhiteList
|
@@ -28480,7 +28388,6 @@ class RabbitMQClusterWhiteListInfo(AbstractModel):
|
|
28480
28388
|
@property
|
28481
28389
|
def PublicDataStreamWhiteList(self):
|
28482
28390
|
"""公网数据流白名单
|
28483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28484
28391
|
:rtype: str
|
28485
28392
|
"""
|
28486
28393
|
return self._PublicDataStreamWhiteList
|
@@ -28545,16 +28452,12 @@ class RabbitMQExchangeListInfo(AbstractModel):
|
|
28545
28452
|
:param _ExchangeType: exchange 类型, 支持 "fanout","direct","topic","headers"
|
28546
28453
|
:type ExchangeType: str
|
28547
28454
|
:param _VirtualHost: VHost参数
|
28548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28549
28455
|
:type VirtualHost: str
|
28550
28456
|
:param _ExchangeCreator: exchange 创建者, "system":"系统创建", "user":"用户创建"
|
28551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28552
28457
|
:type ExchangeCreator: str
|
28553
28458
|
:param _CreateTimeStamp: exchange 创建时间
|
28554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28555
28459
|
:type CreateTimeStamp: str
|
28556
28460
|
:param _ModTimeStamp: exchange 修改时间
|
28557
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28558
28461
|
:type ModTimeStamp: str
|
28559
28462
|
:param _MessageRateIn: 输入消息速率
|
28560
28463
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -28563,22 +28466,17 @@ class RabbitMQExchangeListInfo(AbstractModel):
|
|
28563
28466
|
注意:此字段可能返回 null,表示取不到有效值。
|
28564
28467
|
:type MessageRateOut: float
|
28565
28468
|
:param _Durable: 是否为持久化交换机,true 为持久化,false 为非持久化
|
28566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28567
28469
|
:type Durable: bool
|
28568
28470
|
:param _AutoDelete: 是否为自动删除交换机,true 为自动删除,false 为非自动删除
|
28569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28570
28471
|
:type AutoDelete: bool
|
28571
28472
|
:param _Internal: 是否为内部交换机,true 为内部交换机
|
28572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28573
28473
|
:type Internal: bool
|
28574
28474
|
:param _InstanceId: 交换机所属实例 ID
|
28575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28576
28475
|
:type InstanceId: str
|
28577
28476
|
:param _Policy: 生效的策略名称
|
28578
28477
|
注意:此字段可能返回 null,表示取不到有效值。
|
28579
28478
|
:type Policy: str
|
28580
28479
|
:param _Arguments: 扩展参数 key-value 对象
|
28581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28582
28480
|
:type Arguments: str
|
28583
28481
|
:param _MessagesDelayed: 未调度的延时消息数量
|
28584
28482
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -28638,7 +28536,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
|
|
28638
28536
|
@property
|
28639
28537
|
def VirtualHost(self):
|
28640
28538
|
"""VHost参数
|
28641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28642
28539
|
:rtype: str
|
28643
28540
|
"""
|
28644
28541
|
return self._VirtualHost
|
@@ -28650,7 +28547,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
|
|
28650
28547
|
@property
|
28651
28548
|
def ExchangeCreator(self):
|
28652
28549
|
"""exchange 创建者, "system":"系统创建", "user":"用户创建"
|
28653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28654
28550
|
:rtype: str
|
28655
28551
|
"""
|
28656
28552
|
return self._ExchangeCreator
|
@@ -28662,7 +28558,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
|
|
28662
28558
|
@property
|
28663
28559
|
def CreateTimeStamp(self):
|
28664
28560
|
"""exchange 创建时间
|
28665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28666
28561
|
:rtype: str
|
28667
28562
|
"""
|
28668
28563
|
return self._CreateTimeStamp
|
@@ -28674,7 +28569,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
|
|
28674
28569
|
@property
|
28675
28570
|
def ModTimeStamp(self):
|
28676
28571
|
"""exchange 修改时间
|
28677
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28678
28572
|
:rtype: str
|
28679
28573
|
"""
|
28680
28574
|
return self._ModTimeStamp
|
@@ -28710,7 +28604,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
|
|
28710
28604
|
@property
|
28711
28605
|
def Durable(self):
|
28712
28606
|
"""是否为持久化交换机,true 为持久化,false 为非持久化
|
28713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28714
28607
|
:rtype: bool
|
28715
28608
|
"""
|
28716
28609
|
return self._Durable
|
@@ -28722,7 +28615,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
|
|
28722
28615
|
@property
|
28723
28616
|
def AutoDelete(self):
|
28724
28617
|
"""是否为自动删除交换机,true 为自动删除,false 为非自动删除
|
28725
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28726
28618
|
:rtype: bool
|
28727
28619
|
"""
|
28728
28620
|
return self._AutoDelete
|
@@ -28734,7 +28626,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
|
|
28734
28626
|
@property
|
28735
28627
|
def Internal(self):
|
28736
28628
|
"""是否为内部交换机,true 为内部交换机
|
28737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28738
28629
|
:rtype: bool
|
28739
28630
|
"""
|
28740
28631
|
return self._Internal
|
@@ -28746,7 +28637,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
|
|
28746
28637
|
@property
|
28747
28638
|
def InstanceId(self):
|
28748
28639
|
"""交换机所属实例 ID
|
28749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28750
28640
|
:rtype: str
|
28751
28641
|
"""
|
28752
28642
|
return self._InstanceId
|
@@ -28770,7 +28660,6 @@ class RabbitMQExchangeListInfo(AbstractModel):
|
|
28770
28660
|
@property
|
28771
28661
|
def Arguments(self):
|
28772
28662
|
"""扩展参数 key-value 对象
|
28773
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28774
28663
|
:rtype: str
|
28775
28664
|
"""
|
28776
28665
|
return self._Arguments
|
@@ -28833,19 +28722,14 @@ class RabbitMQPermission(AbstractModel):
|
|
28833
28722
|
:param _VirtualHost: vhost名
|
28834
28723
|
:type VirtualHost: str
|
28835
28724
|
:param _ConfigRegexp: 权限类型,declare相关操作,该用户可操作该vhost下的资源名称正则表达式
|
28836
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28837
28725
|
:type ConfigRegexp: str
|
28838
28726
|
:param _WriteRegexp: 权限类型,消息写入相关操作,该用户可操作该vhost下的资源名称正则表达式
|
28839
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28840
28727
|
:type WriteRegexp: str
|
28841
28728
|
:param _ReadRegexp: 权限类型,消息读取相关操作,该用户可操作该vhost下的资源名称正则表达式
|
28842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28843
28729
|
:type ReadRegexp: str
|
28844
28730
|
:param _CreateTime: 创建时间
|
28845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28846
28731
|
:type CreateTime: str
|
28847
28732
|
:param _ModifyTime: 修改时间
|
28848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28849
28733
|
:type ModifyTime: str
|
28850
28734
|
"""
|
28851
28735
|
self._InstanceId = None
|
@@ -28893,7 +28777,6 @@ class RabbitMQPermission(AbstractModel):
|
|
28893
28777
|
@property
|
28894
28778
|
def ConfigRegexp(self):
|
28895
28779
|
"""权限类型,declare相关操作,该用户可操作该vhost下的资源名称正则表达式
|
28896
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28897
28780
|
:rtype: str
|
28898
28781
|
"""
|
28899
28782
|
return self._ConfigRegexp
|
@@ -28905,7 +28788,6 @@ class RabbitMQPermission(AbstractModel):
|
|
28905
28788
|
@property
|
28906
28789
|
def WriteRegexp(self):
|
28907
28790
|
"""权限类型,消息写入相关操作,该用户可操作该vhost下的资源名称正则表达式
|
28908
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28909
28791
|
:rtype: str
|
28910
28792
|
"""
|
28911
28793
|
return self._WriteRegexp
|
@@ -28917,7 +28799,6 @@ class RabbitMQPermission(AbstractModel):
|
|
28917
28799
|
@property
|
28918
28800
|
def ReadRegexp(self):
|
28919
28801
|
"""权限类型,消息读取相关操作,该用户可操作该vhost下的资源名称正则表达式
|
28920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28921
28802
|
:rtype: str
|
28922
28803
|
"""
|
28923
28804
|
return self._ReadRegexp
|
@@ -28929,7 +28810,6 @@ class RabbitMQPermission(AbstractModel):
|
|
28929
28810
|
@property
|
28930
28811
|
def CreateTime(self):
|
28931
28812
|
"""创建时间
|
28932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28933
28813
|
:rtype: str
|
28934
28814
|
"""
|
28935
28815
|
return self._CreateTime
|
@@ -28941,7 +28821,6 @@ class RabbitMQPermission(AbstractModel):
|
|
28941
28821
|
@property
|
28942
28822
|
def ModifyTime(self):
|
28943
28823
|
"""修改时间
|
28944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28945
28824
|
:rtype: str
|
28946
28825
|
"""
|
28947
28826
|
return self._ModifyTime
|
@@ -29144,10 +29023,8 @@ class RabbitMQQueueListInfo(AbstractModel):
|
|
29144
29023
|
注意:此字段可能返回 null,表示取不到有效值。
|
29145
29024
|
:type Remark: str
|
29146
29025
|
:param _ConsumerDetail: 消费者信息
|
29147
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29148
29026
|
:type ConsumerDetail: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQQueueListConsumerDetailInfo`
|
29149
29027
|
:param _QueueType: 队列类型,取值 "classic","quorum"
|
29150
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29151
29028
|
:type QueueType: str
|
29152
29029
|
:param _MessageHeapCount: 消息堆积数
|
29153
29030
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -29159,34 +29036,25 @@ class RabbitMQQueueListInfo(AbstractModel):
|
|
29159
29036
|
注意:此字段可能返回 null,表示取不到有效值。
|
29160
29037
|
:type MessageRateOut: float
|
29161
29038
|
:param _CreateTime: 创建时间
|
29162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29163
29039
|
:type CreateTime: str
|
29164
29040
|
:param _ModifyTime: 修改时间
|
29165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29166
29041
|
:type ModifyTime: str
|
29167
29042
|
:param _Durable: 队列是否持久化,true 为持久化,false 为非持久化
|
29168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29169
29043
|
:type Durable: bool
|
29170
29044
|
:param _AutoDelete: 队列是否为自动删除队列,true 为自动删除,false 为非自动删除
|
29171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29172
29045
|
:type AutoDelete: bool
|
29173
29046
|
:param _InstanceId: 队列所属实例 ID
|
29174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29175
29047
|
:type InstanceId: str
|
29176
29048
|
:param _VirtualHost: 队列所属虚拟主机名称
|
29177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29178
29049
|
:type VirtualHost: str
|
29179
29050
|
:param _Node: 队列所在主节点名称
|
29180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29181
29051
|
:type Node: str
|
29182
29052
|
:param _Policy: 生效的策略名称
|
29183
29053
|
注意:此字段可能返回 null,表示取不到有效值。
|
29184
29054
|
:type Policy: str
|
29185
29055
|
:param _Arguments: 扩展参数 key-value 对象
|
29186
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29187
29056
|
:type Arguments: str
|
29188
29057
|
:param _Exclusive: 是否独占队列
|
29189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29190
29058
|
:type Exclusive: bool
|
29191
29059
|
"""
|
29192
29060
|
self._QueueName = None
|
@@ -29233,7 +29101,6 @@ class RabbitMQQueueListInfo(AbstractModel):
|
|
29233
29101
|
@property
|
29234
29102
|
def ConsumerDetail(self):
|
29235
29103
|
"""消费者信息
|
29236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29237
29104
|
:rtype: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQQueueListConsumerDetailInfo`
|
29238
29105
|
"""
|
29239
29106
|
return self._ConsumerDetail
|
@@ -29245,7 +29112,6 @@ class RabbitMQQueueListInfo(AbstractModel):
|
|
29245
29112
|
@property
|
29246
29113
|
def QueueType(self):
|
29247
29114
|
"""队列类型,取值 "classic","quorum"
|
29248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29249
29115
|
:rtype: str
|
29250
29116
|
"""
|
29251
29117
|
return self._QueueType
|
@@ -29293,7 +29159,6 @@ class RabbitMQQueueListInfo(AbstractModel):
|
|
29293
29159
|
@property
|
29294
29160
|
def CreateTime(self):
|
29295
29161
|
"""创建时间
|
29296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29297
29162
|
:rtype: str
|
29298
29163
|
"""
|
29299
29164
|
return self._CreateTime
|
@@ -29305,7 +29170,6 @@ class RabbitMQQueueListInfo(AbstractModel):
|
|
29305
29170
|
@property
|
29306
29171
|
def ModifyTime(self):
|
29307
29172
|
"""修改时间
|
29308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29309
29173
|
:rtype: str
|
29310
29174
|
"""
|
29311
29175
|
return self._ModifyTime
|
@@ -29317,7 +29181,6 @@ class RabbitMQQueueListInfo(AbstractModel):
|
|
29317
29181
|
@property
|
29318
29182
|
def Durable(self):
|
29319
29183
|
"""队列是否持久化,true 为持久化,false 为非持久化
|
29320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29321
29184
|
:rtype: bool
|
29322
29185
|
"""
|
29323
29186
|
return self._Durable
|
@@ -29329,7 +29192,6 @@ class RabbitMQQueueListInfo(AbstractModel):
|
|
29329
29192
|
@property
|
29330
29193
|
def AutoDelete(self):
|
29331
29194
|
"""队列是否为自动删除队列,true 为自动删除,false 为非自动删除
|
29332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29333
29195
|
:rtype: bool
|
29334
29196
|
"""
|
29335
29197
|
return self._AutoDelete
|
@@ -29341,7 +29203,6 @@ class RabbitMQQueueListInfo(AbstractModel):
|
|
29341
29203
|
@property
|
29342
29204
|
def InstanceId(self):
|
29343
29205
|
"""队列所属实例 ID
|
29344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29345
29206
|
:rtype: str
|
29346
29207
|
"""
|
29347
29208
|
return self._InstanceId
|
@@ -29353,7 +29214,6 @@ class RabbitMQQueueListInfo(AbstractModel):
|
|
29353
29214
|
@property
|
29354
29215
|
def VirtualHost(self):
|
29355
29216
|
"""队列所属虚拟主机名称
|
29356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29357
29217
|
:rtype: str
|
29358
29218
|
"""
|
29359
29219
|
return self._VirtualHost
|
@@ -29365,7 +29225,6 @@ class RabbitMQQueueListInfo(AbstractModel):
|
|
29365
29225
|
@property
|
29366
29226
|
def Node(self):
|
29367
29227
|
"""队列所在主节点名称
|
29368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29369
29228
|
:rtype: str
|
29370
29229
|
"""
|
29371
29230
|
return self._Node
|
@@ -29389,7 +29248,6 @@ class RabbitMQQueueListInfo(AbstractModel):
|
|
29389
29248
|
@property
|
29390
29249
|
def Arguments(self):
|
29391
29250
|
"""扩展参数 key-value 对象
|
29392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29393
29251
|
:rtype: str
|
29394
29252
|
"""
|
29395
29253
|
return self._Arguments
|
@@ -29401,7 +29259,6 @@ class RabbitMQQueueListInfo(AbstractModel):
|
|
29401
29259
|
@property
|
29402
29260
|
def Exclusive(self):
|
29403
29261
|
"""是否独占队列
|
29404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29405
29262
|
:rtype: bool
|
29406
29263
|
"""
|
29407
29264
|
return self._Exclusive
|
@@ -29455,10 +29312,8 @@ class RabbitMQUser(AbstractModel):
|
|
29455
29312
|
:param _Password: 密码,登录时使用
|
29456
29313
|
:type Password: str
|
29457
29314
|
:param _Description: 用户描述
|
29458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29459
29315
|
:type Description: str
|
29460
29316
|
:param _Tags: 用户标签,用于决定改用户访问RabbitMQ Management的权限范围
|
29461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29462
29317
|
:type Tags: list of str
|
29463
29318
|
:param _CreateTime: 用户创建时间
|
29464
29319
|
:type CreateTime: str
|
@@ -29520,7 +29375,6 @@ class RabbitMQUser(AbstractModel):
|
|
29520
29375
|
@property
|
29521
29376
|
def Description(self):
|
29522
29377
|
"""用户描述
|
29523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29524
29378
|
:rtype: str
|
29525
29379
|
"""
|
29526
29380
|
return self._Description
|
@@ -29532,7 +29386,6 @@ class RabbitMQUser(AbstractModel):
|
|
29532
29386
|
@property
|
29533
29387
|
def Tags(self):
|
29534
29388
|
"""用户标签,用于决定改用户访问RabbitMQ Management的权限范围
|
29535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29536
29389
|
:rtype: list of str
|
29537
29390
|
"""
|
29538
29391
|
return self._Tags
|
@@ -29632,7 +29485,6 @@ class RabbitMQVipInstance(AbstractModel):
|
|
29632
29485
|
:param _InstanceName: 实例名称
|
29633
29486
|
:type InstanceName: str
|
29634
29487
|
:param _InstanceVersion: 实例版本
|
29635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29636
29488
|
:type InstanceVersion: str
|
29637
29489
|
:param _Status: 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
|
29638
29490
|
:type Status: int
|
@@ -29653,7 +29505,6 @@ class RabbitMQVipInstance(AbstractModel):
|
|
29653
29505
|
:param _PayMode: 0-后付费,1-预付费
|
29654
29506
|
:type PayMode: int
|
29655
29507
|
:param _Remark: 备注信息
|
29656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29657
29508
|
:type Remark: str
|
29658
29509
|
:param _SpecName: 实例配置ID
|
29659
29510
|
:type SpecName: str
|
@@ -29667,10 +29518,8 @@ class RabbitMQVipInstance(AbstractModel):
|
|
29667
29518
|
注意:此字段可能返回 null,表示取不到有效值。
|
29668
29519
|
:type PublicAccessEndpoint: str
|
29669
29520
|
:param _Vpcs: VPC 接入点列表
|
29670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29671
29521
|
:type Vpcs: list of VpcEndpointInfo
|
29672
29522
|
:param _CreateTime: 创建时间,毫秒为单位
|
29673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29674
29523
|
:type CreateTime: int
|
29675
29524
|
:param _InstanceType: 实例类型,0 专享版、1 Serverless 版
|
29676
29525
|
:type InstanceType: int
|
@@ -29721,7 +29570,6 @@ class RabbitMQVipInstance(AbstractModel):
|
|
29721
29570
|
@property
|
29722
29571
|
def InstanceVersion(self):
|
29723
29572
|
"""实例版本
|
29724
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29725
29573
|
:rtype: str
|
29726
29574
|
"""
|
29727
29575
|
return self._InstanceVersion
|
@@ -29832,7 +29680,6 @@ class RabbitMQVipInstance(AbstractModel):
|
|
29832
29680
|
@property
|
29833
29681
|
def Remark(self):
|
29834
29682
|
"""备注信息
|
29835
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29836
29683
|
:rtype: str
|
29837
29684
|
"""
|
29838
29685
|
return self._Remark
|
@@ -29891,7 +29738,6 @@ class RabbitMQVipInstance(AbstractModel):
|
|
29891
29738
|
@property
|
29892
29739
|
def Vpcs(self):
|
29893
29740
|
"""VPC 接入点列表
|
29894
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29895
29741
|
:rtype: list of VpcEndpointInfo
|
29896
29742
|
"""
|
29897
29743
|
return self._Vpcs
|
@@ -29903,7 +29749,6 @@ class RabbitMQVipInstance(AbstractModel):
|
|
29903
29749
|
@property
|
29904
29750
|
def CreateTime(self):
|
29905
29751
|
"""创建时间,毫秒为单位
|
29906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29907
29752
|
:rtype: int
|
29908
29753
|
"""
|
29909
29754
|
return self._CreateTime
|
@@ -29972,37 +29817,26 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
29972
29817
|
:param _VirtualHost: vhost名
|
29973
29818
|
:type VirtualHost: str
|
29974
29819
|
:param _Description: vhost描述信息
|
29975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29976
29820
|
:type Description: str
|
29977
29821
|
:param _Tags: vhost标签
|
29978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29979
29822
|
:type Tags: list of str
|
29980
29823
|
:param _CreateTime: 创建时间
|
29981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29982
29824
|
:type CreateTime: str
|
29983
29825
|
:param _ModifyTime: 修改时间
|
29984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29985
29826
|
:type ModifyTime: str
|
29986
29827
|
:param _VirtualHostStatistics: vhost概览统计信息
|
29987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29988
29828
|
:type VirtualHostStatistics: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQVirtualHostStatistics`
|
29989
29829
|
:param _TraceFlag: 消息轨迹开关,true打开,false关闭
|
29990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29991
29830
|
:type TraceFlag: bool
|
29992
29831
|
:param _Status: vhost状态,与原生控制台对应,有running、partial、stopped、unknown
|
29993
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29994
29832
|
:type Status: str
|
29995
29833
|
:param _MessageHeapCount: 消息堆积数
|
29996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29997
29834
|
:type MessageHeapCount: int
|
29998
29835
|
:param _MessageRateIn: 输入消息速率
|
29999
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30000
29836
|
:type MessageRateIn: float
|
30001
29837
|
:param _MessageRateOut: 输出消息速率
|
30002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30003
29838
|
:type MessageRateOut: float
|
30004
29839
|
:param _MirrorQueuePolicyFlag: 是否存在镜像队列策略,true 为存在,false 为不存
|
30005
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30006
29840
|
:type MirrorQueuePolicyFlag: bool
|
30007
29841
|
"""
|
30008
29842
|
self._InstanceId = None
|
@@ -30044,7 +29878,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
30044
29878
|
@property
|
30045
29879
|
def Description(self):
|
30046
29880
|
"""vhost描述信息
|
30047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30048
29881
|
:rtype: str
|
30049
29882
|
"""
|
30050
29883
|
return self._Description
|
@@ -30056,7 +29889,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
30056
29889
|
@property
|
30057
29890
|
def Tags(self):
|
30058
29891
|
"""vhost标签
|
30059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30060
29892
|
:rtype: list of str
|
30061
29893
|
"""
|
30062
29894
|
return self._Tags
|
@@ -30068,7 +29900,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
30068
29900
|
@property
|
30069
29901
|
def CreateTime(self):
|
30070
29902
|
"""创建时间
|
30071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30072
29903
|
:rtype: str
|
30073
29904
|
"""
|
30074
29905
|
return self._CreateTime
|
@@ -30080,7 +29911,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
30080
29911
|
@property
|
30081
29912
|
def ModifyTime(self):
|
30082
29913
|
"""修改时间
|
30083
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30084
29914
|
:rtype: str
|
30085
29915
|
"""
|
30086
29916
|
return self._ModifyTime
|
@@ -30092,7 +29922,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
30092
29922
|
@property
|
30093
29923
|
def VirtualHostStatistics(self):
|
30094
29924
|
"""vhost概览统计信息
|
30095
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30096
29925
|
:rtype: :class:`tencentcloud.tdmq.v20200217.models.RabbitMQVirtualHostStatistics`
|
30097
29926
|
"""
|
30098
29927
|
return self._VirtualHostStatistics
|
@@ -30104,7 +29933,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
30104
29933
|
@property
|
30105
29934
|
def TraceFlag(self):
|
30106
29935
|
"""消息轨迹开关,true打开,false关闭
|
30107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30108
29936
|
:rtype: bool
|
30109
29937
|
"""
|
30110
29938
|
return self._TraceFlag
|
@@ -30116,7 +29944,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
30116
29944
|
@property
|
30117
29945
|
def Status(self):
|
30118
29946
|
"""vhost状态,与原生控制台对应,有running、partial、stopped、unknown
|
30119
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30120
29947
|
:rtype: str
|
30121
29948
|
"""
|
30122
29949
|
return self._Status
|
@@ -30128,7 +29955,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
30128
29955
|
@property
|
30129
29956
|
def MessageHeapCount(self):
|
30130
29957
|
"""消息堆积数
|
30131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30132
29958
|
:rtype: int
|
30133
29959
|
"""
|
30134
29960
|
return self._MessageHeapCount
|
@@ -30140,7 +29966,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
30140
29966
|
@property
|
30141
29967
|
def MessageRateIn(self):
|
30142
29968
|
"""输入消息速率
|
30143
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30144
29969
|
:rtype: float
|
30145
29970
|
"""
|
30146
29971
|
return self._MessageRateIn
|
@@ -30152,7 +29977,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
30152
29977
|
@property
|
30153
29978
|
def MessageRateOut(self):
|
30154
29979
|
"""输出消息速率
|
30155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30156
29980
|
:rtype: float
|
30157
29981
|
"""
|
30158
29982
|
return self._MessageRateOut
|
@@ -30164,7 +29988,6 @@ class RabbitMQVirtualHostInfo(AbstractModel):
|
|
30164
29988
|
@property
|
30165
29989
|
def MirrorQueuePolicyFlag(self):
|
30166
29990
|
"""是否存在镜像队列策略,true 为存在,false 为不存
|
30167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30168
29991
|
:rtype: bool
|
30169
29992
|
"""
|
30170
29993
|
return self._MirrorQueuePolicyFlag
|
@@ -37237,7 +37060,6 @@ class VirtualHostQuota(AbstractModel):
|
|
37237
37060
|
:param _MaxVirtualHost: 允许创建最大vhost数
|
37238
37061
|
:type MaxVirtualHost: int
|
37239
37062
|
:param _UsedVirtualHost: 已创建vhost数
|
37240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37241
37063
|
:type UsedVirtualHost: int
|
37242
37064
|
"""
|
37243
37065
|
self._MaxVirtualHost = None
|
@@ -37257,7 +37079,6 @@ class VirtualHostQuota(AbstractModel):
|
|
37257
37079
|
@property
|
37258
37080
|
def UsedVirtualHost(self):
|
37259
37081
|
"""已创建vhost数
|
37260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37261
37082
|
:rtype: int
|
37262
37083
|
"""
|
37263
37084
|
return self._UsedVirtualHost
|
@@ -37458,7 +37279,6 @@ class VpcEndpointInfo(AbstractModel):
|
|
37458
37279
|
:param _VpcEndpoint: vpc接入点信息
|
37459
37280
|
:type VpcEndpoint: str
|
37460
37281
|
:param _VpcDataStreamEndpointStatus: vpc接入点状态 OFF/ON/CREATING/DELETING
|
37461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37462
37282
|
:type VpcDataStreamEndpointStatus: str
|
37463
37283
|
"""
|
37464
37284
|
self._VpcId = None
|
@@ -37502,7 +37322,6 @@ class VpcEndpointInfo(AbstractModel):
|
|
37502
37322
|
@property
|
37503
37323
|
def VpcDataStreamEndpointStatus(self):
|
37504
37324
|
"""vpc接入点状态 OFF/ON/CREATING/DELETING
|
37505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37506
37325
|
:rtype: str
|
37507
37326
|
"""
|
37508
37327
|
return self._VpcDataStreamEndpointStatus
|