tencentcloud-sdk-tdmq 3.0.1195 → 3.0.1201
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200217/models.rb +47 -11
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9f27e843d1855a03d88e61021388dcc7ce1d43a
|
|
4
|
+
data.tar.gz: f9e1541800b099d55bc14ba34b181fac80d16838
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47717c3668f044a6f1551bd2985492cbc875191d6c8f0a925e87175d945412f518950844993bfb922dc310f6c53dcb96deaf4aaabad66ac5d808ae658eaa2bb2
|
|
7
|
+
data.tar.gz: 58c558e2c1be51e27b6eb2b9b6ba53a87952b36d0f3d2fb4faf4fbfb3568acadeed52e07e1b538c916ee11cd7636de93a48de7fd84af2236087f8866f2764400
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1201
|
data/lib/v20200217/models.rb
CHANGED
|
@@ -9414,7 +9414,7 @@ module TencentCloud
|
|
|
9414
9414
|
class ModifyRabbitMQUserRequest < TencentCloud::Common::AbstractModel
|
|
9415
9415
|
# @param InstanceId: 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
|
|
9416
9416
|
# @type InstanceId: String
|
|
9417
|
-
# @param User: 用户名,形如
|
|
9417
|
+
# @param User: 用户名,形如rabbitmq。有效的 User 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,点击集群列表中的集群,进入集群详情,并在用户与权限页签中找到用户列表,从而找到用户名称。当前不支持修改admin的密码。
|
|
9418
9418
|
# @type User: String
|
|
9419
9419
|
# @param Password: 密码,登录时使用。规范:不能为空,8-64个字符,至少要包含小写字母、大写字母、数字、特殊字符【()`~!@#$%^&*_=|{}[]:;',.?/】中的两项
|
|
9420
9420
|
# @type Password: String
|
|
@@ -9481,16 +9481,19 @@ module TencentCloud
|
|
|
9481
9481
|
# @type RemoveAllTags: Boolean
|
|
9482
9482
|
# @param Tags: 修改实例的标签信息,全量标签信息,非增量
|
|
9483
9483
|
# @type Tags: Array
|
|
9484
|
+
# @param EnableRiskWarning: 是否开启集群风险提示
|
|
9485
|
+
# @type EnableRiskWarning: Boolean
|
|
9484
9486
|
|
|
9485
|
-
attr_accessor :InstanceId, :ClusterName, :Remark, :EnableDeletionProtection, :RemoveAllTags, :Tags
|
|
9487
|
+
attr_accessor :InstanceId, :ClusterName, :Remark, :EnableDeletionProtection, :RemoveAllTags, :Tags, :EnableRiskWarning
|
|
9486
9488
|
|
|
9487
|
-
def initialize(instanceid=nil, clustername=nil, remark=nil, enabledeletionprotection=nil, removealltags=nil, tags=nil)
|
|
9489
|
+
def initialize(instanceid=nil, clustername=nil, remark=nil, enabledeletionprotection=nil, removealltags=nil, tags=nil, enableriskwarning=nil)
|
|
9488
9490
|
@InstanceId = instanceid
|
|
9489
9491
|
@ClusterName = clustername
|
|
9490
9492
|
@Remark = remark
|
|
9491
9493
|
@EnableDeletionProtection = enabledeletionprotection
|
|
9492
9494
|
@RemoveAllTags = removealltags
|
|
9493
9495
|
@Tags = tags
|
|
9496
|
+
@EnableRiskWarning = enableriskwarning
|
|
9494
9497
|
end
|
|
9495
9498
|
|
|
9496
9499
|
def deserialize(params)
|
|
@@ -9507,6 +9510,7 @@ module TencentCloud
|
|
|
9507
9510
|
@Tags << tag_tmp
|
|
9508
9511
|
end
|
|
9509
9512
|
end
|
|
9513
|
+
@EnableRiskWarning = params['EnableRiskWarning']
|
|
9510
9514
|
end
|
|
9511
9515
|
end
|
|
9512
9516
|
|
|
@@ -10958,10 +10962,16 @@ module TencentCloud
|
|
|
10958
10962
|
# @type PublicTlsAccessEndpoint: String
|
|
10959
10963
|
# @param PublicIpReused: 公网IP是否复用
|
|
10960
10964
|
# @type PublicIpReused: Boolean
|
|
10965
|
+
# @param PublicWebConsoleErrorMessage: 公网控制台接入点操作的错误信息
|
|
10966
|
+
# @type PublicWebConsoleErrorMessage: String
|
|
10967
|
+
# @param VpcWebConsoleErrorMessage: 内网控制台接入点操作的错误信息
|
|
10968
|
+
# @type VpcWebConsoleErrorMessage: String
|
|
10969
|
+
# @param PublicDataStreamErrorMessage: 公网接入点操作的错误信息
|
|
10970
|
+
# @type PublicDataStreamErrorMessage: String
|
|
10961
10971
|
|
|
10962
|
-
attr_accessor :PublicAccessEndpoint, :WebConsoleEndpoint, :WebConsoleUsername, :WebConsolePassword, :PublicAccessEndpointStatus, :PublicControlConsoleSwitchStatus, :VpcControlConsoleSwitchStatus, :VpcWebConsoleEndpoint, :PublicWebConsoleSwitchStatus, :VpcWebConsoleSwitchStatus, :PublicDataStreamStatus, :PrometheusEndpointInfo, :WebConsoleDomainEndpoint, :ControlPlaneEndpointInfo, :PublicTlsAccessEndpoint, :PublicIpReused
|
|
10972
|
+
attr_accessor :PublicAccessEndpoint, :WebConsoleEndpoint, :WebConsoleUsername, :WebConsolePassword, :PublicAccessEndpointStatus, :PublicControlConsoleSwitchStatus, :VpcControlConsoleSwitchStatus, :VpcWebConsoleEndpoint, :PublicWebConsoleSwitchStatus, :VpcWebConsoleSwitchStatus, :PublicDataStreamStatus, :PrometheusEndpointInfo, :WebConsoleDomainEndpoint, :ControlPlaneEndpointInfo, :PublicTlsAccessEndpoint, :PublicIpReused, :PublicWebConsoleErrorMessage, :VpcWebConsoleErrorMessage, :PublicDataStreamErrorMessage
|
|
10963
10973
|
|
|
10964
|
-
def initialize(publicaccessendpoint=nil, webconsoleendpoint=nil, webconsoleusername=nil, webconsolepassword=nil, publicaccessendpointstatus=nil, publiccontrolconsoleswitchstatus=nil, vpccontrolconsoleswitchstatus=nil, vpcwebconsoleendpoint=nil, publicwebconsoleswitchstatus=nil, vpcwebconsoleswitchstatus=nil, publicdatastreamstatus=nil, prometheusendpointinfo=nil, webconsoledomainendpoint=nil, controlplaneendpointinfo=nil, publictlsaccessendpoint=nil, publicipreused=nil)
|
|
10974
|
+
def initialize(publicaccessendpoint=nil, webconsoleendpoint=nil, webconsoleusername=nil, webconsolepassword=nil, publicaccessendpointstatus=nil, publiccontrolconsoleswitchstatus=nil, vpccontrolconsoleswitchstatus=nil, vpcwebconsoleendpoint=nil, publicwebconsoleswitchstatus=nil, vpcwebconsoleswitchstatus=nil, publicdatastreamstatus=nil, prometheusendpointinfo=nil, webconsoledomainendpoint=nil, controlplaneendpointinfo=nil, publictlsaccessendpoint=nil, publicipreused=nil, publicwebconsoleerrormessage=nil, vpcwebconsoleerrormessage=nil, publicdatastreamerrormessage=nil)
|
|
10965
10975
|
@PublicAccessEndpoint = publicaccessendpoint
|
|
10966
10976
|
@WebConsoleEndpoint = webconsoleendpoint
|
|
10967
10977
|
@WebConsoleUsername = webconsoleusername
|
|
@@ -10978,6 +10988,9 @@ module TencentCloud
|
|
|
10978
10988
|
@ControlPlaneEndpointInfo = controlplaneendpointinfo
|
|
10979
10989
|
@PublicTlsAccessEndpoint = publictlsaccessendpoint
|
|
10980
10990
|
@PublicIpReused = publicipreused
|
|
10991
|
+
@PublicWebConsoleErrorMessage = publicwebconsoleerrormessage
|
|
10992
|
+
@VpcWebConsoleErrorMessage = vpcwebconsoleerrormessage
|
|
10993
|
+
@PublicDataStreamErrorMessage = publicdatastreamerrormessage
|
|
10981
10994
|
end
|
|
10982
10995
|
|
|
10983
10996
|
def deserialize(params)
|
|
@@ -11003,6 +11016,9 @@ module TencentCloud
|
|
|
11003
11016
|
end
|
|
11004
11017
|
@PublicTlsAccessEndpoint = params['PublicTlsAccessEndpoint']
|
|
11005
11018
|
@PublicIpReused = params['PublicIpReused']
|
|
11019
|
+
@PublicWebConsoleErrorMessage = params['PublicWebConsoleErrorMessage']
|
|
11020
|
+
@VpcWebConsoleErrorMessage = params['VpcWebConsoleErrorMessage']
|
|
11021
|
+
@PublicDataStreamErrorMessage = params['PublicDataStreamErrorMessage']
|
|
11006
11022
|
end
|
|
11007
11023
|
end
|
|
11008
11024
|
|
|
@@ -11065,10 +11081,18 @@ module TencentCloud
|
|
|
11065
11081
|
# @type Tags: Array
|
|
11066
11082
|
# @param EnableDeletionProtection: 是否已开启删除保护
|
|
11067
11083
|
# @type EnableDeletionProtection: Boolean
|
|
11068
|
-
|
|
11069
|
-
|
|
11070
|
-
|
|
11071
|
-
|
|
11084
|
+
# @param MirroredQueueRisk: 是否有vhost未开启镜像队列风险
|
|
11085
|
+
# @type MirroredQueueRisk: Boolean
|
|
11086
|
+
# @param EnableRiskWarning: 是否提示风险
|
|
11087
|
+
# @type EnableRiskWarning: Boolean
|
|
11088
|
+
# @param ConsumeTimeout: 消费超时时间
|
|
11089
|
+
# @type ConsumeTimeout: Integer
|
|
11090
|
+
# @param ChannelMax: 最大Channel数
|
|
11091
|
+
# @type ChannelMax: Integer
|
|
11092
|
+
|
|
11093
|
+
attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :Vpcs, :ZoneIds, :VirtualHostNumber, :QueueNumber, :MessagePublishRate, :MessageStackNumber, :ExpireTime, :ChannelNumber, :ConnectionNumber, :ConsumerNumber, :ExchangeNumber, :ExceptionInformation, :ClusterStatus, :AutoRenewFlag, :MirrorQueuePolicyFlag, :MessageConsumeRate, :ClusterVersion, :PayMode, :InstanceType, :IsolatedTime, :Container, :Tags, :EnableDeletionProtection, :MirroredQueueRisk, :EnableRiskWarning, :ConsumeTimeout, :ChannelMax
|
|
11094
|
+
|
|
11095
|
+
def initialize(clusterid=nil, clustername=nil, region=nil, createtime=nil, remark=nil, vpcs=nil, zoneids=nil, virtualhostnumber=nil, queuenumber=nil, messagepublishrate=nil, messagestacknumber=nil, expiretime=nil, channelnumber=nil, connectionnumber=nil, consumernumber=nil, exchangenumber=nil, exceptioninformation=nil, clusterstatus=nil, autorenewflag=nil, mirrorqueuepolicyflag=nil, messageconsumerate=nil, clusterversion=nil, paymode=nil, instancetype=nil, isolatedtime=nil, container=nil, tags=nil, enabledeletionprotection=nil, mirroredqueuerisk=nil, enableriskwarning=nil, consumetimeout=nil, channelmax=nil)
|
|
11072
11096
|
@ClusterId = clusterid
|
|
11073
11097
|
@ClusterName = clustername
|
|
11074
11098
|
@Region = region
|
|
@@ -11097,6 +11121,10 @@ module TencentCloud
|
|
|
11097
11121
|
@Container = container
|
|
11098
11122
|
@Tags = tags
|
|
11099
11123
|
@EnableDeletionProtection = enabledeletionprotection
|
|
11124
|
+
@MirroredQueueRisk = mirroredqueuerisk
|
|
11125
|
+
@EnableRiskWarning = enableriskwarning
|
|
11126
|
+
@ConsumeTimeout = consumetimeout
|
|
11127
|
+
@ChannelMax = channelmax
|
|
11100
11128
|
end
|
|
11101
11129
|
|
|
11102
11130
|
def deserialize(params)
|
|
@@ -11142,6 +11170,10 @@ module TencentCloud
|
|
|
11142
11170
|
end
|
|
11143
11171
|
end
|
|
11144
11172
|
@EnableDeletionProtection = params['EnableDeletionProtection']
|
|
11173
|
+
@MirroredQueueRisk = params['MirroredQueueRisk']
|
|
11174
|
+
@EnableRiskWarning = params['EnableRiskWarning']
|
|
11175
|
+
@ConsumeTimeout = params['ConsumeTimeout']
|
|
11176
|
+
@ChannelMax = params['ChannelMax']
|
|
11145
11177
|
end
|
|
11146
11178
|
end
|
|
11147
11179
|
|
|
@@ -14353,15 +14385,18 @@ module TencentCloud
|
|
|
14353
14385
|
# @type VpcDataStreamEndpointStatus: String
|
|
14354
14386
|
# @param VpcTlsEndpoint: TLS加密的数据流接入点
|
|
14355
14387
|
# @type VpcTlsEndpoint: String
|
|
14388
|
+
# @param VpcErrorMessage: VPC 接入点操作失败的错误信息
|
|
14389
|
+
# @type VpcErrorMessage: String
|
|
14356
14390
|
|
|
14357
|
-
attr_accessor :VpcId, :SubnetId, :VpcEndpoint, :VpcDataStreamEndpointStatus, :VpcTlsEndpoint
|
|
14391
|
+
attr_accessor :VpcId, :SubnetId, :VpcEndpoint, :VpcDataStreamEndpointStatus, :VpcTlsEndpoint, :VpcErrorMessage
|
|
14358
14392
|
|
|
14359
|
-
def initialize(vpcid=nil, subnetid=nil, vpcendpoint=nil, vpcdatastreamendpointstatus=nil, vpctlsendpoint=nil)
|
|
14393
|
+
def initialize(vpcid=nil, subnetid=nil, vpcendpoint=nil, vpcdatastreamendpointstatus=nil, vpctlsendpoint=nil, vpcerrormessage=nil)
|
|
14360
14394
|
@VpcId = vpcid
|
|
14361
14395
|
@SubnetId = subnetid
|
|
14362
14396
|
@VpcEndpoint = vpcendpoint
|
|
14363
14397
|
@VpcDataStreamEndpointStatus = vpcdatastreamendpointstatus
|
|
14364
14398
|
@VpcTlsEndpoint = vpctlsendpoint
|
|
14399
|
+
@VpcErrorMessage = vpcerrormessage
|
|
14365
14400
|
end
|
|
14366
14401
|
|
|
14367
14402
|
def deserialize(params)
|
|
@@ -14370,6 +14405,7 @@ module TencentCloud
|
|
|
14370
14405
|
@VpcEndpoint = params['VpcEndpoint']
|
|
14371
14406
|
@VpcDataStreamEndpointStatus = params['VpcDataStreamEndpointStatus']
|
|
14372
14407
|
@VpcTlsEndpoint = params['VpcTlsEndpoint']
|
|
14408
|
+
@VpcErrorMessage = params['VpcErrorMessage']
|
|
14373
14409
|
end
|
|
14374
14410
|
end
|
|
14375
14411
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tdmq
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1201
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|