tencentcloud-sdk-python 3.0.1365__py2.py3-none-any.whl → 3.0.1366__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/cam/v20190116/models.py +0 -2
- tencentcloud/cat/v20180409/models.py +310 -0
- tencentcloud/ccc/v20200210/models.py +19 -0
- tencentcloud/gs/v20191118/errorcodes.py +3 -0
- tencentcloud/gs/v20191118/gs_client.py +46 -0
- tencentcloud/gs/v20191118/models.py +244 -0
- tencentcloud/live/v20180801/models.py +2 -2
- tencentcloud/lke/v20231130/models.py +4 -4
- tencentcloud/tdmq/v20200217/models.py +115 -95
- tencentcloud/tdmq/v20200217/tdmq_client.py +3 -3
- tencentcloud/tione/v20211111/errorcodes.py +3 -0
- tencentcloud/tione/v20211111/models.py +660 -0
- tencentcloud/trtc/v20190722/models.py +2 -4
- tencentcloud/tse/v20201207/models.py +45 -0
- tencentcloud/vod/v20180717/models.py +6 -6
- tencentcloud/vpc/v20170312/models.py +18 -8
- {tencentcloud_sdk_python-3.0.1365.dist-info → tencentcloud_sdk_python-3.0.1366.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1365.dist-info → tencentcloud_sdk_python-3.0.1366.dist-info}/RECORD +22 -22
- {tencentcloud_sdk_python-3.0.1365.dist-info → tencentcloud_sdk_python-3.0.1366.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1365.dist-info → tencentcloud_sdk_python-3.0.1366.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1365.dist-info → tencentcloud_sdk_python-3.0.1366.dist-info}/top_level.txt +0 -0
@@ -4487,9 +4487,9 @@ class CreateRabbitMQBindingRequest(AbstractModel):
|
|
4487
4487
|
|
4488
4488
|
def __init__(self):
|
4489
4489
|
r"""
|
4490
|
-
:param _InstanceId: 实例
|
4490
|
+
:param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
4491
4491
|
:type InstanceId: str
|
4492
|
-
:param _VirtualHost: Vhost
|
4492
|
+
:param _VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
4493
4493
|
:type VirtualHost: str
|
4494
4494
|
:param _Source: 源exchange
|
4495
4495
|
:type Source: str
|
@@ -4509,7 +4509,7 @@ class CreateRabbitMQBindingRequest(AbstractModel):
|
|
4509
4509
|
|
4510
4510
|
@property
|
4511
4511
|
def InstanceId(self):
|
4512
|
-
"""实例
|
4512
|
+
"""实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
4513
4513
|
:rtype: str
|
4514
4514
|
"""
|
4515
4515
|
return self._InstanceId
|
@@ -4520,7 +4520,7 @@ class CreateRabbitMQBindingRequest(AbstractModel):
|
|
4520
4520
|
|
4521
4521
|
@property
|
4522
4522
|
def VirtualHost(self):
|
4523
|
-
"""Vhost
|
4523
|
+
"""VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
4524
4524
|
:rtype: str
|
4525
4525
|
"""
|
4526
4526
|
return self._VirtualHost
|
@@ -4598,7 +4598,7 @@ class CreateRabbitMQBindingResponse(AbstractModel):
|
|
4598
4598
|
|
4599
4599
|
def __init__(self):
|
4600
4600
|
r"""
|
4601
|
-
:param _InstanceId:
|
4601
|
+
:param _InstanceId: 实例 ID
|
4602
4602
|
:type InstanceId: str
|
4603
4603
|
:param _VirtualHost: vhost名称
|
4604
4604
|
:type VirtualHost: str
|
@@ -4614,7 +4614,7 @@ class CreateRabbitMQBindingResponse(AbstractModel):
|
|
4614
4614
|
|
4615
4615
|
@property
|
4616
4616
|
def InstanceId(self):
|
4617
|
-
"""
|
4617
|
+
"""实例 ID
|
4618
4618
|
:rtype: str
|
4619
4619
|
"""
|
4620
4620
|
return self._InstanceId
|
@@ -4671,11 +4671,11 @@ class CreateRabbitMQUserRequest(AbstractModel):
|
|
4671
4671
|
|
4672
4672
|
def __init__(self):
|
4673
4673
|
r"""
|
4674
|
-
:param _InstanceId:
|
4674
|
+
:param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
4675
4675
|
:type InstanceId: str
|
4676
4676
|
:param _User: 用户名,登录时使用
|
4677
4677
|
:type User: str
|
4678
|
-
:param _Password:
|
4678
|
+
:param _Password: 密码,登录时使用。规范:不能为空,8-64个字符,至少要包含小写字母、大写字母、数字、特殊字符【()`~!@#$%^&*_=|{}[]:;',.?/】中的两项
|
4679
4679
|
:type Password: str
|
4680
4680
|
:param _Description: 描述
|
4681
4681
|
:type Description: str
|
@@ -4697,7 +4697,7 @@ management:普通控制台用户,monitoring:管理型控制台用户,其
|
|
4697
4697
|
|
4698
4698
|
@property
|
4699
4699
|
def InstanceId(self):
|
4700
|
-
"""
|
4700
|
+
"""实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
4701
4701
|
:rtype: str
|
4702
4702
|
"""
|
4703
4703
|
return self._InstanceId
|
@@ -4719,7 +4719,7 @@ management:普通控制台用户,monitoring:管理型控制台用户,其
|
|
4719
4719
|
|
4720
4720
|
@property
|
4721
4721
|
def Password(self):
|
4722
|
-
"""
|
4722
|
+
"""密码,登录时使用。规范:不能为空,8-64个字符,至少要包含小写字母、大写字母、数字、特殊字符【()`~!@#$%^&*_=|{}[]:;',.?/】中的两项
|
4723
4723
|
:rtype: str
|
4724
4724
|
"""
|
4725
4725
|
return self._Password
|
@@ -4844,21 +4844,30 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
4844
4844
|
r"""
|
4845
4845
|
:param _ZoneIds: 可用区
|
4846
4846
|
:type ZoneIds: list of int
|
4847
|
-
:param _VpcId: 私有网络VpcId
|
4847
|
+
:param _VpcId: 私有网络ID,形如 vpc-xxx。有效的 VpcId 可通过登录[私有网络](https://console.cloud.tencent.com/vpc/vpc?rid=1)控制台查询;也可以调用接口 [DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372),从接口返回中的 unVpcId 字段获取。若在创建子机时 VpcId 与 SubnetId 同时传入 DEFAULT,则强制使用默认 vpc 网络。
|
4848
4848
|
:type VpcId: str
|
4849
|
-
:param _SubnetId:
|
4849
|
+
:param _SubnetId: 私有网络子网 ID,形如 subnet-xxx。有效的私有网络子网 ID 可通过登录[子网控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/api/215/15784),从接口返回中的 unSubnetId 字段获取。若在创建子机时 SubnetId 与 VpcId 同时传入 DEFAULT,则强制使用默认 vpc 网络。
|
4850
4850
|
:type SubnetId: str
|
4851
4851
|
:param _ClusterName: 集群名称
|
4852
4852
|
:type ClusterName: str
|
4853
|
-
:param _NodeSpec:
|
4853
|
+
:param _NodeSpec: 集群的节点规格,需要输入对应的规格标识:
|
4854
|
+
2C8G:rabbit-vip-basic-2c8g
|
4855
|
+
4C16G:rabbit-vip-basic-4c16g
|
4856
|
+
8C32G:rabbit-vip-basic-8c32g
|
4857
|
+
16C32G:rabbit-vip-basic-4
|
4858
|
+
16C64G:rabbit-vip-basic-16c64g
|
4859
|
+
2C4G:rabbit-vip-basic-5
|
4860
|
+
4C8G:rabbit-vip-basic-1
|
4861
|
+
8C16G(已售罄):rabbit-vip-basic-2
|
4862
|
+
不传默认为 4C8G:rabbit-vip-basic-1
|
4854
4863
|
:type NodeSpec: str
|
4855
4864
|
:param _NodeNum: 节点数量,多可用区最少为3节点。不传默认单可用区为1,多可用区为3
|
4856
4865
|
:type NodeNum: int
|
4857
4866
|
:param _StorageSize: 单节点存储规格,不传默认为200G
|
4858
4867
|
:type StorageSize: int
|
4859
|
-
:param _EnableCreateDefaultHaMirrorQueue:
|
4868
|
+
:param _EnableCreateDefaultHaMirrorQueue: 是否开启默认镜像队列,true 表示为开启,false 表示为不开启。不传默认为 false
|
4860
4869
|
:type EnableCreateDefaultHaMirrorQueue: bool
|
4861
|
-
:param _AutoRenewFlag:
|
4870
|
+
:param _AutoRenewFlag: 仅预付费集群(PayMode 参数为 1 时)使用该参数,表示是否自动续费,true 表示打开自动续费。不传默认为 true
|
4862
4871
|
:type AutoRenewFlag: bool
|
4863
4872
|
:param _TimeSpan: 购买时长,不传默认为1(月)
|
4864
4873
|
:type TimeSpan: int
|
@@ -4870,7 +4879,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
4870
4879
|
:type IsIntl: bool
|
4871
4880
|
:param _ResourceTags: 资源标签列表
|
4872
4881
|
:type ResourceTags: list of Tag
|
4873
|
-
:param _Bandwidth: 公网带宽大小,单位
|
4882
|
+
:param _Bandwidth: 公网带宽大小,单位 Mbps
|
4874
4883
|
:type Bandwidth: int
|
4875
4884
|
:param _EnablePublicAccess: 是否打开公网接入,不传默认为false
|
4876
4885
|
:type EnablePublicAccess: bool
|
@@ -4905,7 +4914,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
4905
4914
|
|
4906
4915
|
@property
|
4907
4916
|
def VpcId(self):
|
4908
|
-
"""私有网络VpcId
|
4917
|
+
"""私有网络ID,形如 vpc-xxx。有效的 VpcId 可通过登录[私有网络](https://console.cloud.tencent.com/vpc/vpc?rid=1)控制台查询;也可以调用接口 [DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372),从接口返回中的 unVpcId 字段获取。若在创建子机时 VpcId 与 SubnetId 同时传入 DEFAULT,则强制使用默认 vpc 网络。
|
4909
4918
|
:rtype: str
|
4910
4919
|
"""
|
4911
4920
|
return self._VpcId
|
@@ -4916,7 +4925,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
4916
4925
|
|
4917
4926
|
@property
|
4918
4927
|
def SubnetId(self):
|
4919
|
-
"""
|
4928
|
+
"""私有网络子网 ID,形如 subnet-xxx。有效的私有网络子网 ID 可通过登录[子网控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/api/215/15784),从接口返回中的 unSubnetId 字段获取。若在创建子机时 SubnetId 与 VpcId 同时传入 DEFAULT,则强制使用默认 vpc 网络。
|
4920
4929
|
:rtype: str
|
4921
4930
|
"""
|
4922
4931
|
return self._SubnetId
|
@@ -4938,7 +4947,16 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
4938
4947
|
|
4939
4948
|
@property
|
4940
4949
|
def NodeSpec(self):
|
4941
|
-
"""
|
4950
|
+
"""集群的节点规格,需要输入对应的规格标识:
|
4951
|
+
2C8G:rabbit-vip-basic-2c8g
|
4952
|
+
4C16G:rabbit-vip-basic-4c16g
|
4953
|
+
8C32G:rabbit-vip-basic-8c32g
|
4954
|
+
16C32G:rabbit-vip-basic-4
|
4955
|
+
16C64G:rabbit-vip-basic-16c64g
|
4956
|
+
2C4G:rabbit-vip-basic-5
|
4957
|
+
4C8G:rabbit-vip-basic-1
|
4958
|
+
8C16G(已售罄):rabbit-vip-basic-2
|
4959
|
+
不传默认为 4C8G:rabbit-vip-basic-1
|
4942
4960
|
:rtype: str
|
4943
4961
|
"""
|
4944
4962
|
return self._NodeSpec
|
@@ -4971,7 +4989,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
4971
4989
|
|
4972
4990
|
@property
|
4973
4991
|
def EnableCreateDefaultHaMirrorQueue(self):
|
4974
|
-
"""
|
4992
|
+
"""是否开启默认镜像队列,true 表示为开启,false 表示为不开启。不传默认为 false
|
4975
4993
|
:rtype: bool
|
4976
4994
|
"""
|
4977
4995
|
return self._EnableCreateDefaultHaMirrorQueue
|
@@ -4982,7 +5000,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
4982
5000
|
|
4983
5001
|
@property
|
4984
5002
|
def AutoRenewFlag(self):
|
4985
|
-
"""
|
5003
|
+
"""仅预付费集群(PayMode 参数为 1 时)使用该参数,表示是否自动续费,true 表示打开自动续费。不传默认为 true
|
4986
5004
|
:rtype: bool
|
4987
5005
|
"""
|
4988
5006
|
return self._AutoRenewFlag
|
@@ -5048,7 +5066,7 @@ class CreateRabbitMQVipInstanceRequest(AbstractModel):
|
|
5048
5066
|
|
5049
5067
|
@property
|
5050
5068
|
def Bandwidth(self):
|
5051
|
-
"""公网带宽大小,单位
|
5069
|
+
"""公网带宽大小,单位 Mbps
|
5052
5070
|
:rtype: int
|
5053
5071
|
"""
|
5054
5072
|
return self._Bandwidth
|
@@ -5108,9 +5126,9 @@ class CreateRabbitMQVipInstanceResponse(AbstractModel):
|
|
5108
5126
|
|
5109
5127
|
def __init__(self):
|
5110
5128
|
r"""
|
5111
|
-
:param _TranId: 订单号
|
5129
|
+
:param _TranId: 订单号 ID
|
5112
5130
|
:type TranId: str
|
5113
|
-
:param _InstanceId: 实例
|
5131
|
+
:param _InstanceId: 实例 ID
|
5114
5132
|
:type InstanceId: str
|
5115
5133
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5116
5134
|
:type RequestId: str
|
@@ -5121,7 +5139,7 @@ class CreateRabbitMQVipInstanceResponse(AbstractModel):
|
|
5121
5139
|
|
5122
5140
|
@property
|
5123
5141
|
def TranId(self):
|
5124
|
-
"""订单号
|
5142
|
+
"""订单号 ID
|
5125
5143
|
:rtype: str
|
5126
5144
|
"""
|
5127
5145
|
return self._TranId
|
@@ -5132,7 +5150,7 @@ class CreateRabbitMQVipInstanceResponse(AbstractModel):
|
|
5132
5150
|
|
5133
5151
|
@property
|
5134
5152
|
def InstanceId(self):
|
5135
|
-
"""实例
|
5153
|
+
"""实例 ID
|
5136
5154
|
:rtype: str
|
5137
5155
|
"""
|
5138
5156
|
return self._InstanceId
|
@@ -5166,7 +5184,7 @@ class CreateRabbitMQVirtualHostRequest(AbstractModel):
|
|
5166
5184
|
|
5167
5185
|
def __init__(self):
|
5168
5186
|
r"""
|
5169
|
-
:param _InstanceId:
|
5187
|
+
:param _InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
5170
5188
|
:type InstanceId: str
|
5171
5189
|
:param _VirtualHost: vhost名
|
5172
5190
|
:type VirtualHost: str
|
@@ -5185,7 +5203,7 @@ class CreateRabbitMQVirtualHostRequest(AbstractModel):
|
|
5185
5203
|
|
5186
5204
|
@property
|
5187
5205
|
def InstanceId(self):
|
5188
|
-
"""
|
5206
|
+
"""实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
5189
5207
|
:rtype: str
|
5190
5208
|
"""
|
5191
5209
|
return self._InstanceId
|
@@ -7557,9 +7575,9 @@ class DeleteRabbitMQBindingRequest(AbstractModel):
|
|
7557
7575
|
|
7558
7576
|
def __init__(self):
|
7559
7577
|
r"""
|
7560
|
-
:param _InstanceId: 实例
|
7578
|
+
:param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
7561
7579
|
:type InstanceId: str
|
7562
|
-
:param _VirtualHost: Vhost
|
7580
|
+
:param _VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
7563
7581
|
:type VirtualHost: str
|
7564
7582
|
:param _BindingId: 路由关系Id
|
7565
7583
|
:type BindingId: int
|
@@ -7570,7 +7588,7 @@ class DeleteRabbitMQBindingRequest(AbstractModel):
|
|
7570
7588
|
|
7571
7589
|
@property
|
7572
7590
|
def InstanceId(self):
|
7573
|
-
"""实例
|
7591
|
+
"""实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
7574
7592
|
:rtype: str
|
7575
7593
|
"""
|
7576
7594
|
return self._InstanceId
|
@@ -7581,7 +7599,7 @@ class DeleteRabbitMQBindingRequest(AbstractModel):
|
|
7581
7599
|
|
7582
7600
|
@property
|
7583
7601
|
def VirtualHost(self):
|
7584
|
-
"""Vhost
|
7602
|
+
"""VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
7585
7603
|
:rtype: str
|
7586
7604
|
"""
|
7587
7605
|
return self._VirtualHost
|
@@ -7623,7 +7641,7 @@ class DeleteRabbitMQBindingResponse(AbstractModel):
|
|
7623
7641
|
|
7624
7642
|
def __init__(self):
|
7625
7643
|
r"""
|
7626
|
-
:param _InstanceId:
|
7644
|
+
:param _InstanceId: 实例 ID
|
7627
7645
|
:type InstanceId: str
|
7628
7646
|
:param _VirtualHost: vhost参数
|
7629
7647
|
:type VirtualHost: str
|
@@ -7639,7 +7657,7 @@ class DeleteRabbitMQBindingResponse(AbstractModel):
|
|
7639
7657
|
|
7640
7658
|
@property
|
7641
7659
|
def InstanceId(self):
|
7642
|
-
"""
|
7660
|
+
"""实例 ID
|
7643
7661
|
:rtype: str
|
7644
7662
|
"""
|
7645
7663
|
return self._InstanceId
|
@@ -7696,11 +7714,11 @@ class DeleteRabbitMQPermissionRequest(AbstractModel):
|
|
7696
7714
|
|
7697
7715
|
def __init__(self):
|
7698
7716
|
r"""
|
7699
|
-
:param _InstanceId:
|
7717
|
+
:param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
7700
7718
|
:type InstanceId: str
|
7701
|
-
:param _User:
|
7719
|
+
:param _User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
7702
7720
|
:type User: str
|
7703
|
-
:param _VirtualHost:
|
7721
|
+
:param _VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到 Vhost 名称。
|
7704
7722
|
:type VirtualHost: str
|
7705
7723
|
"""
|
7706
7724
|
self._InstanceId = None
|
@@ -7709,7 +7727,7 @@ class DeleteRabbitMQPermissionRequest(AbstractModel):
|
|
7709
7727
|
|
7710
7728
|
@property
|
7711
7729
|
def InstanceId(self):
|
7712
|
-
"""
|
7730
|
+
"""实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
7713
7731
|
:rtype: str
|
7714
7732
|
"""
|
7715
7733
|
return self._InstanceId
|
@@ -7720,7 +7738,7 @@ class DeleteRabbitMQPermissionRequest(AbstractModel):
|
|
7720
7738
|
|
7721
7739
|
@property
|
7722
7740
|
def User(self):
|
7723
|
-
"""
|
7741
|
+
"""用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
7724
7742
|
:rtype: str
|
7725
7743
|
"""
|
7726
7744
|
return self._User
|
@@ -7731,7 +7749,7 @@ class DeleteRabbitMQPermissionRequest(AbstractModel):
|
|
7731
7749
|
|
7732
7750
|
@property
|
7733
7751
|
def VirtualHost(self):
|
7734
|
-
"""
|
7752
|
+
"""VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到 Vhost 名称。
|
7735
7753
|
:rtype: str
|
7736
7754
|
"""
|
7737
7755
|
return self._VirtualHost
|
@@ -7790,9 +7808,9 @@ class DeleteRabbitMQUserRequest(AbstractModel):
|
|
7790
7808
|
|
7791
7809
|
def __init__(self):
|
7792
7810
|
r"""
|
7793
|
-
:param _InstanceId:
|
7811
|
+
:param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
7794
7812
|
:type InstanceId: str
|
7795
|
-
:param _User:
|
7813
|
+
:param _User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
7796
7814
|
:type User: str
|
7797
7815
|
"""
|
7798
7816
|
self._InstanceId = None
|
@@ -7800,7 +7818,7 @@ class DeleteRabbitMQUserRequest(AbstractModel):
|
|
7800
7818
|
|
7801
7819
|
@property
|
7802
7820
|
def InstanceId(self):
|
7803
|
-
"""
|
7821
|
+
"""实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
7804
7822
|
:rtype: str
|
7805
7823
|
"""
|
7806
7824
|
return self._InstanceId
|
@@ -7811,7 +7829,7 @@ class DeleteRabbitMQUserRequest(AbstractModel):
|
|
7811
7829
|
|
7812
7830
|
@property
|
7813
7831
|
def User(self):
|
7814
|
-
"""
|
7832
|
+
"""用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
7815
7833
|
:rtype: str
|
7816
7834
|
"""
|
7817
7835
|
return self._User
|
@@ -7869,7 +7887,7 @@ class DeleteRabbitMQVipInstanceRequest(AbstractModel):
|
|
7869
7887
|
|
7870
7888
|
def __init__(self):
|
7871
7889
|
r"""
|
7872
|
-
:param _InstanceId: 实例
|
7890
|
+
:param _InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
7873
7891
|
:type InstanceId: str
|
7874
7892
|
:param _IsIntl: 是否国际站请求,默认 false
|
7875
7893
|
:type IsIntl: bool
|
@@ -7879,7 +7897,7 @@ class DeleteRabbitMQVipInstanceRequest(AbstractModel):
|
|
7879
7897
|
|
7880
7898
|
@property
|
7881
7899
|
def InstanceId(self):
|
7882
|
-
"""实例
|
7900
|
+
"""实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
7883
7901
|
:rtype: str
|
7884
7902
|
"""
|
7885
7903
|
return self._InstanceId
|
@@ -7920,9 +7938,9 @@ class DeleteRabbitMQVipInstanceResponse(AbstractModel):
|
|
7920
7938
|
|
7921
7939
|
def __init__(self):
|
7922
7940
|
r"""
|
7923
|
-
:param _TranId: 订单号
|
7941
|
+
:param _TranId: 订单号 ID
|
7924
7942
|
:type TranId: str
|
7925
|
-
:param _InstanceId: 实例
|
7943
|
+
:param _InstanceId: 实例 ID
|
7926
7944
|
:type InstanceId: str
|
7927
7945
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7928
7946
|
:type RequestId: str
|
@@ -7933,7 +7951,7 @@ class DeleteRabbitMQVipInstanceResponse(AbstractModel):
|
|
7933
7951
|
|
7934
7952
|
@property
|
7935
7953
|
def TranId(self):
|
7936
|
-
"""订单号
|
7954
|
+
"""订单号 ID
|
7937
7955
|
:rtype: str
|
7938
7956
|
"""
|
7939
7957
|
return self._TranId
|
@@ -7944,7 +7962,7 @@ class DeleteRabbitMQVipInstanceResponse(AbstractModel):
|
|
7944
7962
|
|
7945
7963
|
@property
|
7946
7964
|
def InstanceId(self):
|
7947
|
-
"""实例
|
7965
|
+
"""实例 ID
|
7948
7966
|
:rtype: str
|
7949
7967
|
"""
|
7950
7968
|
return self._InstanceId
|
@@ -7978,9 +7996,9 @@ class DeleteRabbitMQVirtualHostRequest(AbstractModel):
|
|
7978
7996
|
|
7979
7997
|
def __init__(self):
|
7980
7998
|
r"""
|
7981
|
-
:param _InstanceId:
|
7999
|
+
:param _InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
7982
8000
|
:type InstanceId: str
|
7983
|
-
:param _VirtualHost:
|
8001
|
+
:param _VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
7984
8002
|
:type VirtualHost: str
|
7985
8003
|
"""
|
7986
8004
|
self._InstanceId = None
|
@@ -7988,7 +8006,7 @@ class DeleteRabbitMQVirtualHostRequest(AbstractModel):
|
|
7988
8006
|
|
7989
8007
|
@property
|
7990
8008
|
def InstanceId(self):
|
7991
|
-
"""
|
8009
|
+
"""实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
7992
8010
|
:rtype: str
|
7993
8011
|
"""
|
7994
8012
|
return self._InstanceId
|
@@ -7999,7 +8017,7 @@ class DeleteRabbitMQVirtualHostRequest(AbstractModel):
|
|
7999
8017
|
|
8000
8018
|
@property
|
8001
8019
|
def VirtualHost(self):
|
8002
|
-
"""
|
8020
|
+
"""VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
8003
8021
|
:rtype: str
|
8004
8022
|
"""
|
8005
8023
|
return self._VirtualHost
|
@@ -13047,22 +13065,22 @@ class DescribeRabbitMQNodeListRequest(AbstractModel):
|
|
13047
13065
|
|
13048
13066
|
def __init__(self):
|
13049
13067
|
r"""
|
13050
|
-
:param _InstanceId:
|
13068
|
+
:param _InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
13051
13069
|
:type InstanceId: str
|
13052
|
-
:param _Offset:
|
13070
|
+
:param _Offset: 偏移量,默认值 0
|
13053
13071
|
:type Offset: int
|
13054
|
-
:param _Limit:
|
13072
|
+
:param _Limit: 一页限制,moren
|
13055
13073
|
:type Limit: int
|
13056
13074
|
:param _NodeName: 模糊搜索节点名字
|
13057
13075
|
:type NodeName: str
|
13058
|
-
:param _Filters:
|
13059
|
-
|
13060
|
-
running
|
13061
|
-
数组类型,兼容后续添加过滤参数
|
13076
|
+
:param _Filters: 过滤参数的名字和数值,当前仅支持根据节点状态筛选。
|
13077
|
+
"Name": "nodeStatus"
|
13078
|
+
"Value": running or down
|
13062
13079
|
|
13063
13080
|
:type Filters: list of Filter
|
13064
13081
|
:param _SortElement: 按指定元素排序,现在只有2个
|
13065
|
-
cpuUsage
|
13082
|
+
cpuUsage:节点CPU利用率
|
13083
|
+
diskUsage:节点磁盘利用率
|
13066
13084
|
:type SortElement: str
|
13067
13085
|
:param _SortOrder: 升序/降序
|
13068
13086
|
ascend/descend
|
@@ -13078,7 +13096,7 @@ ascend/descend
|
|
13078
13096
|
|
13079
13097
|
@property
|
13080
13098
|
def InstanceId(self):
|
13081
|
-
"""
|
13099
|
+
"""实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
13082
13100
|
:rtype: str
|
13083
13101
|
"""
|
13084
13102
|
return self._InstanceId
|
@@ -13089,7 +13107,7 @@ ascend/descend
|
|
13089
13107
|
|
13090
13108
|
@property
|
13091
13109
|
def Offset(self):
|
13092
|
-
"""
|
13110
|
+
"""偏移量,默认值 0
|
13093
13111
|
:rtype: int
|
13094
13112
|
"""
|
13095
13113
|
return self._Offset
|
@@ -13100,7 +13118,7 @@ ascend/descend
|
|
13100
13118
|
|
13101
13119
|
@property
|
13102
13120
|
def Limit(self):
|
13103
|
-
"""
|
13121
|
+
"""一页限制,moren
|
13104
13122
|
:rtype: int
|
13105
13123
|
"""
|
13106
13124
|
return self._Limit
|
@@ -13122,10 +13140,9 @@ ascend/descend
|
|
13122
13140
|
|
13123
13141
|
@property
|
13124
13142
|
def Filters(self):
|
13125
|
-
"""
|
13126
|
-
|
13127
|
-
running
|
13128
|
-
数组类型,兼容后续添加过滤参数
|
13143
|
+
"""过滤参数的名字和数值,当前仅支持根据节点状态筛选。
|
13144
|
+
"Name": "nodeStatus"
|
13145
|
+
"Value": running or down
|
13129
13146
|
|
13130
13147
|
:rtype: list of Filter
|
13131
13148
|
"""
|
@@ -13138,7 +13155,8 @@ running/down
|
|
13138
13155
|
@property
|
13139
13156
|
def SortElement(self):
|
13140
13157
|
"""按指定元素排序,现在只有2个
|
13141
|
-
cpuUsage
|
13158
|
+
cpuUsage:节点CPU利用率
|
13159
|
+
diskUsage:节点磁盘利用率
|
13142
13160
|
:rtype: str
|
13143
13161
|
"""
|
13144
13162
|
return self._SortElement
|
@@ -13190,9 +13208,9 @@ class DescribeRabbitMQNodeListResponse(AbstractModel):
|
|
13190
13208
|
|
13191
13209
|
def __init__(self):
|
13192
13210
|
r"""
|
13193
|
-
:param _TotalCount:
|
13211
|
+
:param _TotalCount: 集群节点数量
|
13194
13212
|
:type TotalCount: int
|
13195
|
-
:param _NodeList:
|
13213
|
+
:param _NodeList: 集群节点列表
|
13196
13214
|
注意:此字段可能返回 null,表示取不到有效值。
|
13197
13215
|
:type NodeList: list of RabbitMQPrivateNode
|
13198
13216
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -13204,7 +13222,7 @@ class DescribeRabbitMQNodeListResponse(AbstractModel):
|
|
13204
13222
|
|
13205
13223
|
@property
|
13206
13224
|
def TotalCount(self):
|
13207
|
-
"""
|
13225
|
+
"""集群节点数量
|
13208
13226
|
:rtype: int
|
13209
13227
|
"""
|
13210
13228
|
return self._TotalCount
|
@@ -13215,7 +13233,7 @@ class DescribeRabbitMQNodeListResponse(AbstractModel):
|
|
13215
13233
|
|
13216
13234
|
@property
|
13217
13235
|
def NodeList(self):
|
13218
|
-
"""
|
13236
|
+
"""集群节点列表
|
13219
13237
|
注意:此字段可能返回 null,表示取不到有效值。
|
13220
13238
|
:rtype: list of RabbitMQPrivateNode
|
13221
13239
|
"""
|
@@ -23514,11 +23532,11 @@ class ModifyRabbitMQPermissionRequest(AbstractModel):
|
|
23514
23532
|
|
23515
23533
|
def __init__(self):
|
23516
23534
|
r"""
|
23517
|
-
:param _InstanceId:
|
23535
|
+
:param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
23518
23536
|
:type InstanceId: str
|
23519
|
-
:param _User:
|
23537
|
+
:param _User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
23520
23538
|
:type User: str
|
23521
|
-
:param _VirtualHost:
|
23539
|
+
:param _VirtualHost: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
23522
23540
|
:type VirtualHost: str
|
23523
23541
|
:param _ConfigRegexp: 权限类型,declare相关操作,该用户可操作该vhost下的资源名称正则表达式
|
23524
23542
|
:type ConfigRegexp: str
|
@@ -23536,7 +23554,7 @@ class ModifyRabbitMQPermissionRequest(AbstractModel):
|
|
23536
23554
|
|
23537
23555
|
@property
|
23538
23556
|
def InstanceId(self):
|
23539
|
-
"""
|
23557
|
+
"""实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
23540
23558
|
:rtype: str
|
23541
23559
|
"""
|
23542
23560
|
return self._InstanceId
|
@@ -23547,7 +23565,7 @@ class ModifyRabbitMQPermissionRequest(AbstractModel):
|
|
23547
23565
|
|
23548
23566
|
@property
|
23549
23567
|
def User(self):
|
23550
|
-
"""
|
23568
|
+
"""用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
23551
23569
|
:rtype: str
|
23552
23570
|
"""
|
23553
23571
|
return self._User
|
@@ -23558,7 +23576,7 @@ class ModifyRabbitMQPermissionRequest(AbstractModel):
|
|
23558
23576
|
|
23559
23577
|
@property
|
23560
23578
|
def VirtualHost(self):
|
23561
|
-
"""
|
23579
|
+
"""VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
23562
23580
|
:rtype: str
|
23563
23581
|
"""
|
23564
23582
|
return self._VirtualHost
|
@@ -23653,15 +23671,16 @@ class ModifyRabbitMQUserRequest(AbstractModel):
|
|
23653
23671
|
|
23654
23672
|
def __init__(self):
|
23655
23673
|
r"""
|
23656
|
-
:param _InstanceId:
|
23674
|
+
:param _InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
23657
23675
|
:type InstanceId: str
|
23658
|
-
:param _User:
|
23676
|
+
:param _User: 用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
23659
23677
|
:type User: str
|
23660
|
-
:param _Password:
|
23678
|
+
:param _Password: 密码,登录时使用。规范:不能为空,8-64个字符,至少要包含小写字母、大写字母、数字、特殊字符【()`~!@#$%^&*_=|{}[]:;',.?/】中的两项
|
23661
23679
|
:type Password: str
|
23662
23680
|
:param _Description: 描述,不传则不修改
|
23663
23681
|
:type Description: str
|
23664
|
-
:param _Tags: 用户标签,用于决定改用户访问RabbitMQ Management
|
23682
|
+
:param _Tags: 用户标签,用于决定改用户访问 RabbitMQ Management 的权限范围
|
23683
|
+
management:普通控制台用户,monitoring:管理型控制台用户,其他值:非控制台用户
|
23665
23684
|
:type Tags: list of str
|
23666
23685
|
:param _MaxConnections: 该用户的最大连接数,不传则不修改
|
23667
23686
|
:type MaxConnections: int
|
@@ -23678,7 +23697,7 @@ class ModifyRabbitMQUserRequest(AbstractModel):
|
|
23678
23697
|
|
23679
23698
|
@property
|
23680
23699
|
def InstanceId(self):
|
23681
|
-
"""
|
23700
|
+
"""实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
23682
23701
|
:rtype: str
|
23683
23702
|
"""
|
23684
23703
|
return self._InstanceId
|
@@ -23689,7 +23708,7 @@ class ModifyRabbitMQUserRequest(AbstractModel):
|
|
23689
23708
|
|
23690
23709
|
@property
|
23691
23710
|
def User(self):
|
23692
|
-
"""
|
23711
|
+
"""用户名,形如 admin。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。
|
23693
23712
|
:rtype: str
|
23694
23713
|
"""
|
23695
23714
|
return self._User
|
@@ -23700,7 +23719,7 @@ class ModifyRabbitMQUserRequest(AbstractModel):
|
|
23700
23719
|
|
23701
23720
|
@property
|
23702
23721
|
def Password(self):
|
23703
|
-
"""
|
23722
|
+
"""密码,登录时使用。规范:不能为空,8-64个字符,至少要包含小写字母、大写字母、数字、特殊字符【()`~!@#$%^&*_=|{}[]:;',.?/】中的两项
|
23704
23723
|
:rtype: str
|
23705
23724
|
"""
|
23706
23725
|
return self._Password
|
@@ -23722,7 +23741,8 @@ class ModifyRabbitMQUserRequest(AbstractModel):
|
|
23722
23741
|
|
23723
23742
|
@property
|
23724
23743
|
def Tags(self):
|
23725
|
-
"""用户标签,用于决定改用户访问RabbitMQ Management
|
23744
|
+
"""用户标签,用于决定改用户访问 RabbitMQ Management 的权限范围
|
23745
|
+
management:普通控制台用户,monitoring:管理型控制台用户,其他值:非控制台用户
|
23726
23746
|
:rtype: list of str
|
23727
23747
|
"""
|
23728
23748
|
return self._Tags
|
@@ -23916,11 +23936,11 @@ class ModifyRabbitMQVirtualHostRequest(AbstractModel):
|
|
23916
23936
|
|
23917
23937
|
def __init__(self):
|
23918
23938
|
r"""
|
23919
|
-
:param _InstanceId:
|
23939
|
+
:param _InstanceId: 实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
23920
23940
|
:type InstanceId: str
|
23921
23941
|
:param _VirtualHost: vhost名
|
23922
23942
|
:type VirtualHost: str
|
23923
|
-
:param _Description:
|
23943
|
+
:param _Description: VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
23924
23944
|
:type Description: str
|
23925
23945
|
:param _TraceFlag: 消息轨迹开关,true打开,false关闭
|
23926
23946
|
:type TraceFlag: bool
|
@@ -23932,7 +23952,7 @@ class ModifyRabbitMQVirtualHostRequest(AbstractModel):
|
|
23932
23952
|
|
23933
23953
|
@property
|
23934
23954
|
def InstanceId(self):
|
23935
|
-
"""
|
23955
|
+
"""实例 ID,形如amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
23936
23956
|
:rtype: str
|
23937
23957
|
"""
|
23938
23958
|
return self._InstanceId
|
@@ -23954,7 +23974,7 @@ class ModifyRabbitMQVirtualHostRequest(AbstractModel):
|
|
23954
23974
|
|
23955
23975
|
@property
|
23956
23976
|
def Description(self):
|
23957
|
-
"""
|
23977
|
+
"""VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。
|
23958
23978
|
:rtype: str
|
23959
23979
|
"""
|
23960
23980
|
return self._Description
|
@@ -28737,7 +28757,7 @@ class RabbitMQPermission(AbstractModel):
|
|
28737
28757
|
|
28738
28758
|
|
28739
28759
|
class RabbitMQPrivateNode(AbstractModel):
|
28740
|
-
"""RabbitMQ节点信息
|
28760
|
+
"""RabbitMQ 节点信息
|
28741
28761
|
|
28742
28762
|
"""
|
28743
28763
|
|
@@ -28746,7 +28766,7 @@ class RabbitMQPrivateNode(AbstractModel):
|
|
28746
28766
|
:param _NodeName: 节点名字
|
28747
28767
|
注意:此字段可能返回 null,表示取不到有效值。
|
28748
28768
|
:type NodeName: str
|
28749
|
-
:param _NodeStatus:
|
28769
|
+
:param _NodeStatus: 节点状态,running 运行中,down 异常
|
28750
28770
|
注意:此字段可能返回 null,表示取不到有效值。
|
28751
28771
|
:type NodeStatus: str
|
28752
28772
|
:param _CPUUsage: CPU使用率
|
@@ -28783,7 +28803,7 @@ class RabbitMQPrivateNode(AbstractModel):
|
|
28783
28803
|
|
28784
28804
|
@property
|
28785
28805
|
def NodeStatus(self):
|
28786
|
-
"""
|
28806
|
+
"""节点状态,running 运行中,down 异常
|
28787
28807
|
注意:此字段可能返回 null,表示取不到有效值。
|
28788
28808
|
:rtype: str
|
28789
28809
|
"""
|