tencentcloud-sdk-tdmq 3.0.458 → 3.0.459
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200217/models.rb +7 -2
- 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: f74f42d0304792d40766a47a1f89b4c8d05e01be
|
4
|
+
data.tar.gz: 07627f2e708f1e29abab01cbab65abfa0f1e1e10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c17849b89cffa17168454d25abeb763d76f45ce9942d6794008b78e1ead2e000635c8b4b8165e9ae770ae5aa8c49ff29b9b177a6258063ec0c56e979a7dc6ad
|
7
|
+
data.tar.gz: 9bee9c6497c1fabb208bcb998c51b097c0b9b5118ed3543a869f34cf31f3effbf912faa87eb9a04c3da89da7eabf4292e04b791afa7bb2db6beece0e8527d190
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.459
|
data/lib/v20200217/models.rb
CHANGED
@@ -6977,10 +6977,13 @@ module TencentCloud
|
|
6977
6977
|
# @param IsVip: 是否为专享实例
|
6978
6978
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6979
6979
|
# @type IsVip: Boolean
|
6980
|
+
# @param RocketMQFlag: Rocketmq集群标识
|
6981
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6982
|
+
# @type RocketMQFlag: Boolean
|
6980
6983
|
|
6981
|
-
attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :PublicEndPoint, :VpcEndPoint, :SupportNamespaceEndpoint, :Vpcs, :IsVip
|
6984
|
+
attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :PublicEndPoint, :VpcEndPoint, :SupportNamespaceEndpoint, :Vpcs, :IsVip, :RocketMQFlag
|
6982
6985
|
|
6983
|
-
def initialize(clusterid=nil, clustername=nil, region=nil, createtime=nil, remark=nil, publicendpoint=nil, vpcendpoint=nil, supportnamespaceendpoint=nil, vpcs=nil, isvip=nil)
|
6986
|
+
def initialize(clusterid=nil, clustername=nil, region=nil, createtime=nil, remark=nil, publicendpoint=nil, vpcendpoint=nil, supportnamespaceendpoint=nil, vpcs=nil, isvip=nil, rocketmqflag=nil)
|
6984
6987
|
@ClusterId = clusterid
|
6985
6988
|
@ClusterName = clustername
|
6986
6989
|
@Region = region
|
@@ -6991,6 +6994,7 @@ module TencentCloud
|
|
6991
6994
|
@SupportNamespaceEndpoint = supportnamespaceendpoint
|
6992
6995
|
@Vpcs = vpcs
|
6993
6996
|
@IsVip = isvip
|
6997
|
+
@RocketMQFlag = rocketmqflag
|
6994
6998
|
end
|
6995
6999
|
|
6996
7000
|
def deserialize(params)
|
@@ -7011,6 +7015,7 @@ module TencentCloud
|
|
7011
7015
|
end
|
7012
7016
|
end
|
7013
7017
|
@IsVip = params['IsVip']
|
7018
|
+
@RocketMQFlag = params['RocketMQFlag']
|
7014
7019
|
end
|
7015
7020
|
end
|
7016
7021
|
|
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.459
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|