tencentcloud-sdk-tdmq 3.0.708 → 3.0.709
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 +20 -10
- 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: 2bed0580d7a859353c9ec99eae458fda1f9da3cc
|
4
|
+
data.tar.gz: fca56fbd9602562708f5f8b771ce07f72bdbb15d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62b3a99cc6c4d5426afa984781a5e62fb7a4ede939b2e2221e28d7484ef4bca4c6adb1dd5dc6431832a5ca17623fbf11216968dc8c71f0ed15a5da2e0529420e
|
7
|
+
data.tar.gz: 6075138a803ce80a08731f1663b10af14e4af5ec9746dbd4ee30927bb9874a7f5407fc3efcb8c9d4895f3387b5536c94d2c7af2fa3d5558d785a52d598ebb322
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.709
|
data/lib/v20200217/models.rb
CHANGED
@@ -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
|
1515
|
-
# @type
|
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, :
|
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,
|
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
|
-
@
|
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['
|
1542
|
-
@
|
1543
|
-
@
|
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 = []
|
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.709
|
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-
|
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
|