tencentcloud-sdk-tdmq 3.0.458 → 3.0.460
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 +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: 78f6b3c424027a7c5e015a44dcb2c4868982537c
|
4
|
+
data.tar.gz: a317ed4c1a072b28cb2aa35cc1b606e9a53e105f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f57d5b837ef86906af12411399b9ac811d29305d998d9f06127c388710740b84535bef96e6c91f5cf53a19aaf07e01220fec7a8cb49b9482abf6e17c01317a8c
|
7
|
+
data.tar.gz: bb3966a16442052f94f92803e17c4af051d55671c4b750a28582ce82463a1ce1531fe152dc3561271944f044914efea30f76b3c5620c9b99da9cf181bf4e867d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.460
|
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.460
|
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-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|