tencentcloud-sdk-tdmq 3.0.708 → 3.0.710

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200217/models.rb +21 -11
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 47e466d723efec547a0553799dc0ff604b8d9c5b
4
- data.tar.gz: ed66a0eeb4107565bb6f180d49671e98eff2b2bc
3
+ metadata.gz: d0692a9cc3afa9c704a6a9848787bc99c6f6f46d
4
+ data.tar.gz: a8e8775e1a9d50c84b2a6724cd1b223855576427
5
5
  SHA512:
6
- metadata.gz: 5714e2a1e10b94f2d9db9fe74deb4e539816cd040d2ff9a5566a21ce32360c32a1d2ee0513ebb115718f7525c876e4cf16ca3e6ff41bd87fce1e02e5b9991df9
7
- data.tar.gz: 1aa14912b94a9520b7d3fd830e7c8556fca7311d55bf65b7b5693cbc06f8069977cb636c558871a5339b8f84f67a55301611a93d966a954312c7b09988ddcffa
6
+ metadata.gz: 8e8ae30a4c55a565bb7089b9b42c29233d70db00b6179319a8488c6b0dcd5f0edab2a2b576021754c05e4d6f03b3658fa4b0dc3e29244615d17e73c433ee3bad
7
+ data.tar.gz: cb46813c302e763823cdde87992ce8ef757c051649c6f2c2c0c1c915185467715be04d7621e71cf6f2b585cd41892137b477b3c16e6628f626169bf10e5b7b89
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.708
1
+ 3.0.710
@@ -364,10 +364,16 @@ module TencentCloud
364
364
  # 1: 包年包月
365
365
  # 注意:此字段可能返回 null,表示取不到有效值。
366
366
  # @type PayMode: Integer
367
+ # @param ProjectId: 项目ID
368
+ # 注意:此字段可能返回 null,表示取不到有效值。
369
+ # @type ProjectId: Integer
370
+ # @param ProjectName: 项目名字
371
+ # 注意:此字段可能返回 null,表示取不到有效值。
372
+ # @type ProjectName: String
367
373
 
368
- attr_accessor :ClusterId, :ClusterName, :Remark, :EndPointNum, :CreateTime, :Healthy, :HealthyInfo, :Status, :MaxNamespaceNum, :MaxTopicNum, :MaxQps, :MessageRetentionTime, :MaxStorageCapacity, :Version, :PublicEndPoint, :VpcEndPoint, :NamespaceNum, :UsedStorageBudget, :MaxPublishRateInMessages, :MaxDispatchRateInMessages, :MaxPublishRateInBytes, :MaxDispatchRateInBytes, :TopicNum, :MaxMessageDelayInSeconds, :PublicAccessEnabled, :Tags, :PayMode
374
+ attr_accessor :ClusterId, :ClusterName, :Remark, :EndPointNum, :CreateTime, :Healthy, :HealthyInfo, :Status, :MaxNamespaceNum, :MaxTopicNum, :MaxQps, :MessageRetentionTime, :MaxStorageCapacity, :Version, :PublicEndPoint, :VpcEndPoint, :NamespaceNum, :UsedStorageBudget, :MaxPublishRateInMessages, :MaxDispatchRateInMessages, :MaxPublishRateInBytes, :MaxDispatchRateInBytes, :TopicNum, :MaxMessageDelayInSeconds, :PublicAccessEnabled, :Tags, :PayMode, :ProjectId, :ProjectName
369
375
 
370
- def initialize(clusterid=nil, clustername=nil, remark=nil, endpointnum=nil, createtime=nil, healthy=nil, healthyinfo=nil, status=nil, maxnamespacenum=nil, maxtopicnum=nil, maxqps=nil, messageretentiontime=nil, maxstoragecapacity=nil, version=nil, publicendpoint=nil, vpcendpoint=nil, namespacenum=nil, usedstoragebudget=nil, maxpublishrateinmessages=nil, maxdispatchrateinmessages=nil, maxpublishrateinbytes=nil, maxdispatchrateinbytes=nil, topicnum=nil, maxmessagedelayinseconds=nil, publicaccessenabled=nil, tags=nil, paymode=nil)
376
+ def initialize(clusterid=nil, clustername=nil, remark=nil, endpointnum=nil, createtime=nil, healthy=nil, healthyinfo=nil, status=nil, maxnamespacenum=nil, maxtopicnum=nil, maxqps=nil, messageretentiontime=nil, maxstoragecapacity=nil, version=nil, publicendpoint=nil, vpcendpoint=nil, namespacenum=nil, usedstoragebudget=nil, maxpublishrateinmessages=nil, maxdispatchrateinmessages=nil, maxpublishrateinbytes=nil, maxdispatchrateinbytes=nil, topicnum=nil, maxmessagedelayinseconds=nil, publicaccessenabled=nil, tags=nil, paymode=nil, projectid=nil, projectname=nil)
371
377
  @ClusterId = clusterid
372
378
  @ClusterName = clustername
373
379
  @Remark = remark
@@ -395,6 +401,8 @@ module TencentCloud
395
401
  @PublicAccessEnabled = publicaccessenabled
396
402
  @Tags = tags
397
403
  @PayMode = paymode
404
+ @ProjectId = projectid
405
+ @ProjectName = projectname
398
406
  end
399
407
 
400
408
  def deserialize(params)
@@ -432,6 +440,8 @@ module TencentCloud
432
440
  end
433
441
  end
434
442
  @PayMode = params['PayMode']
443
+ @ProjectId = params['ProjectId']
444
+ @ProjectName = params['ProjectName']
435
445
  end
436
446
  end
437
447
 
@@ -1511,14 +1521,14 @@ module TencentCloud
1511
1521
  # @type ClusterName: String
1512
1522
  # @param AutoVoucher: 是否自动选择代金券 1是 0否 默认为0
1513
1523
  # @type AutoVoucher: Integer
1514
- # @param Vpcs: vpc网络标签
1515
- # @type Vpcs: :class:`Tencentcloud::Tdmq.v20200217.models.VpcInfo`
1524
+ # @param Vpc: vpc网络标签
1525
+ # @type Vpc: :class:`Tencentcloud::Tdmq.v20200217.models.VpcInfo`
1516
1526
  # @param Tags: 集群的标签列表(已废弃)
1517
1527
  # @type Tags: Array
1518
1528
 
1519
- attr_accessor :ZoneIds, :ProductName, :StorageSize, :AutoRenewFlag, :TimeSpan, :ClusterName, :AutoVoucher, :Vpcs, :Tags
1529
+ attr_accessor :ZoneIds, :ProductName, :StorageSize, :AutoRenewFlag, :TimeSpan, :ClusterName, :AutoVoucher, :Vpc, :Tags
1520
1530
 
1521
- def initialize(zoneids=nil, productname=nil, storagesize=nil, autorenewflag=nil, timespan=nil, clustername=nil, autovoucher=nil, vpcs=nil, tags=nil)
1531
+ def initialize(zoneids=nil, productname=nil, storagesize=nil, autorenewflag=nil, timespan=nil, clustername=nil, autovoucher=nil, vpc=nil, tags=nil)
1522
1532
  @ZoneIds = zoneids
1523
1533
  @ProductName = productname
1524
1534
  @StorageSize = storagesize
@@ -1526,7 +1536,7 @@ module TencentCloud
1526
1536
  @TimeSpan = timespan
1527
1537
  @ClusterName = clustername
1528
1538
  @AutoVoucher = autovoucher
1529
- @Vpcs = vpcs
1539
+ @Vpc = vpc
1530
1540
  @Tags = tags
1531
1541
  end
1532
1542
 
@@ -1538,9 +1548,9 @@ module TencentCloud
1538
1548
  @TimeSpan = params['TimeSpan']
1539
1549
  @ClusterName = params['ClusterName']
1540
1550
  @AutoVoucher = params['AutoVoucher']
1541
- unless params['Vpcs'].nil?
1542
- @Vpcs = VpcInfo.new
1543
- @Vpcs.deserialize(params['Vpcs'])
1551
+ unless params['Vpc'].nil?
1552
+ @Vpc = VpcInfo.new
1553
+ @Vpc.deserialize(params['Vpc'])
1544
1554
  end
1545
1555
  unless params['Tags'].nil?
1546
1556
  @Tags = []
@@ -5062,7 +5072,7 @@ module TencentCloud
5062
5072
  # @type ClusterInfo: :class:`Tencentcloud::Tdmq.v20200217.models.RocketMQClusterInfo`
5063
5073
  # @param ClusterConfig: 集群配置
5064
5074
  # @type ClusterConfig: :class:`Tencentcloud::Tdmq.v20200217.models.RocketMQClusterConfig`
5065
- # @param ClusterStats: 集群最近使用量,即将废弃,请使用云监控获取相关数据。
5075
+ # @param ClusterStats: 集群最近使用量,即将废弃,请使用腾讯云可观测平台获取相关数据。
5066
5076
  # 注意:此字段可能返回 null,表示取不到有效值。
5067
5077
  # @type ClusterStats: :class:`Tencentcloud::Tdmq.v20200217.models.RocketMQClusterRecentStats`
5068
5078
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
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.708
4
+ version: 3.0.710
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-20 00:00:00.000000000 Z
11
+ date: 2023-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20200217/models.rb
37
- - lib/v20200217/client.rb
38
36
  - lib/tencentcloud-sdk-tdmq.rb
37
+ - lib/v20200217/client.rb
38
+ - lib/v20200217/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: