tencentcloud-sdk-tdmq 3.0.457 → 3.0.459

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f088547d580f915485dac493a128d3bbbcc1b098
4
- data.tar.gz: f09baeec34a905fdcbc8e5d536f90e2be2bc5e9b
3
+ metadata.gz: f74f42d0304792d40766a47a1f89b4c8d05e01be
4
+ data.tar.gz: 07627f2e708f1e29abab01cbab65abfa0f1e1e10
5
5
  SHA512:
6
- metadata.gz: 388a40bfd8f29b2b21aa9205d8befdce2e5536819d78a971f06cb50024c60ddec98b11359f33279eccfe7fffcb02c5ad267286e9392b772b1877feacc824aab8
7
- data.tar.gz: afb907e739de41d92086b05704359cc66b3e68a91ba3597305ec6172fca9d7eae3d1f170ae4727da4e13a57052809008d7d489cbffaefdd40258c2c99810473d
6
+ metadata.gz: 2c17849b89cffa17168454d25abeb763d76f45ce9942d6794008b78e1ead2e000635c8b4b8165e9ae770ae5aa8c49ff29b9b177a6258063ec0c56e979a7dc6ad
7
+ data.tar.gz: 9bee9c6497c1fabb208bcb998c51b097c0b9b5118ed3543a869f34cf31f3effbf912faa87eb9a04c3da89da7eabf4292e04b791afa7bb2db6beece0e8527d190
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.457
1
+ 3.0.459
@@ -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.457
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-23 00:00:00.000000000 Z
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