tencentcloud-sdk-trocket 3.0.884 → 3.0.886
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/v20230308/models.rb +35 -11
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04fa9dac1609be79c681c8dc3051ce57833d5f68
|
4
|
+
data.tar.gz: 0e6c6b48d66cce99d85e5fa7c0e41e2b0093290c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c7c363fc1acb0914161321ac9d769625c4852c6e35086d46a3cdd34d5718e3d968d1cdba4b9dd6100ee6efc393460555c3ee34f9c7a8f0a9a5c91b87e23cd4f
|
7
|
+
data.tar.gz: 7b8b831540ba528b894829ed79cecb484ba275b7b09c2d87f4ac74bdcbf45b7998e8abc0f787e7578b6ed15a1d4b4fa1e3f925a485902c43704536ee4275e4ca
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.886
|
data/lib/v20230308/models.rb
CHANGED
@@ -123,7 +123,7 @@ module TencentCloud
|
|
123
123
|
# PRO 专业版
|
124
124
|
# PLATINUM 铂金版
|
125
125
|
# @type InstanceType: String
|
126
|
-
# @param Name:
|
126
|
+
# @param Name: 集群名称
|
127
127
|
# @type Name: String
|
128
128
|
# @param SkuCode: 商品规格,可用规格如下:experiment_500, basic_1k, basic_2k, basic_3k, basic_4k, basic_5k, basic_6k, basic_7k, basic_8k, basic_9k, basic_10k, pro_4k, pro_6k, pro_8k, pro_1w, pro_15k, pro_2w, pro_25k, pro_3w, pro_35k, pro_4w, pro_45k, pro_5w, pro_55k, pro_60k, pro_65k, pro_70k, pro_75k, pro_80k, pro_85k, pro_90k, pro_95k, pro_100k, platinum_1w, platinum_2w, platinum_3w, platinum_4w, platinum_5w, platinum_6w, platinum_7w, platinum_8w, platinum_9w, platinum_10w, platinum_12w, platinum_14w, platinum_16w, platinum_18w, platinum_20w, platinum_25w, platinum_30w, platinum_35w, platinum_40w, platinum_45w, platinum_50w, platinum_60w, platinum_70w, platinum_80w, platinum_90w, platinum_100w
|
129
129
|
# @type SkuCode: String
|
@@ -131,28 +131,30 @@ module TencentCloud
|
|
131
131
|
# @type Remark: String
|
132
132
|
# @param TagList: 标签列表
|
133
133
|
# @type TagList: Array
|
134
|
-
# @param VpcList:
|
134
|
+
# @param VpcList: 集群绑定的VPC信息,必填
|
135
135
|
# @type VpcList: Array
|
136
|
-
# @param EnablePublic:
|
136
|
+
# @param EnablePublic: 是否开启公网,默认值为false表示不开启
|
137
137
|
# @type EnablePublic: Boolean
|
138
|
-
# @param
|
138
|
+
# @param BillingFlow: 公网是否按流量计费,默认值为false表示不按流量计费
|
139
|
+
# @type BillingFlow: Boolean
|
140
|
+
# @param Bandwidth: 公网带宽(单位:兆),默认值为0。如果开启公网,该字段必须为大于0的正整数
|
139
141
|
# @type Bandwidth: Integer
|
140
142
|
# @param IpRules: 公网访问白名单
|
141
143
|
# @type IpRules: Array
|
142
144
|
# @param MessageRetention: 消息保留时长(单位:小时)
|
143
145
|
# @type MessageRetention: Integer
|
144
|
-
# @param PayMode: 付费模式(0: 后付费;1:
|
146
|
+
# @param PayMode: 付费模式(0: 后付费;1: 预付费),默认值为0
|
145
147
|
# @type PayMode: Integer
|
146
|
-
# @param RenewFlag: 是否自动续费(0: 不自动续费;1:
|
148
|
+
# @param RenewFlag: 是否自动续费(0: 不自动续费;1: 自动续费),默认值为0
|
147
149
|
# @type RenewFlag: Integer
|
148
|
-
# @param TimeSpan:
|
150
|
+
# @param TimeSpan: 购买时长(单位:月),默认值为1
|
149
151
|
# @type TimeSpan: Integer
|
150
152
|
# @param MaxTopicNum: 最大可创建主题数
|
151
153
|
# @type MaxTopicNum: Integer
|
152
154
|
|
153
|
-
attr_accessor :InstanceType, :Name, :SkuCode, :Remark, :TagList, :VpcList, :EnablePublic, :Bandwidth, :IpRules, :MessageRetention, :PayMode, :RenewFlag, :TimeSpan, :MaxTopicNum
|
155
|
+
attr_accessor :InstanceType, :Name, :SkuCode, :Remark, :TagList, :VpcList, :EnablePublic, :BillingFlow, :Bandwidth, :IpRules, :MessageRetention, :PayMode, :RenewFlag, :TimeSpan, :MaxTopicNum
|
154
156
|
|
155
|
-
def initialize(instancetype=nil, name=nil, skucode=nil, remark=nil, taglist=nil, vpclist=nil, enablepublic=nil, bandwidth=nil, iprules=nil, messageretention=nil, paymode=nil, renewflag=nil, timespan=nil, maxtopicnum=nil)
|
157
|
+
def initialize(instancetype=nil, name=nil, skucode=nil, remark=nil, taglist=nil, vpclist=nil, enablepublic=nil, billingflow=nil, bandwidth=nil, iprules=nil, messageretention=nil, paymode=nil, renewflag=nil, timespan=nil, maxtopicnum=nil)
|
156
158
|
@InstanceType = instancetype
|
157
159
|
@Name = name
|
158
160
|
@SkuCode = skucode
|
@@ -160,6 +162,7 @@ module TencentCloud
|
|
160
162
|
@TagList = taglist
|
161
163
|
@VpcList = vpclist
|
162
164
|
@EnablePublic = enablepublic
|
165
|
+
@BillingFlow = billingflow
|
163
166
|
@Bandwidth = bandwidth
|
164
167
|
@IpRules = iprules
|
165
168
|
@MessageRetention = messageretention
|
@@ -191,6 +194,7 @@ module TencentCloud
|
|
191
194
|
end
|
192
195
|
end
|
193
196
|
@EnablePublic = params['EnablePublic']
|
197
|
+
@BillingFlow = params['BillingFlow']
|
194
198
|
@Bandwidth = params['Bandwidth']
|
195
199
|
unless params['IpRules'].nil?
|
196
200
|
@IpRules = []
|
@@ -3974,15 +3978,31 @@ module TencentCloud
|
|
3974
3978
|
# AlreadyExists 已存在
|
3975
3979
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3976
3980
|
# @type ImportStatus: String
|
3981
|
+
# @param NamespaceV4: 4.x的命名空间,出参使用
|
3982
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3983
|
+
# @type NamespaceV4: String
|
3984
|
+
# @param GroupNameV4: 4.x的消费组名,出参使用
|
3985
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3986
|
+
# @type GroupNameV4: String
|
3987
|
+
# @param FullNamespaceV4: 4.x的完整命名空间,出参使用
|
3988
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3989
|
+
# @type FullNamespaceV4: String
|
3990
|
+
# @param ConsumeMessageOrderly: 是否为顺序投递,5.0有效
|
3991
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3992
|
+
# @type ConsumeMessageOrderly: Boolean
|
3977
3993
|
|
3978
|
-
attr_accessor :GroupName, :Remark, :Imported, :Namespace, :ImportStatus
|
3994
|
+
attr_accessor :GroupName, :Remark, :Imported, :Namespace, :ImportStatus, :NamespaceV4, :GroupNameV4, :FullNamespaceV4, :ConsumeMessageOrderly
|
3979
3995
|
|
3980
|
-
def initialize(groupname=nil, remark=nil, imported=nil, namespace=nil, importstatus=nil)
|
3996
|
+
def initialize(groupname=nil, remark=nil, imported=nil, namespace=nil, importstatus=nil, namespacev4=nil, groupnamev4=nil, fullnamespacev4=nil, consumemessageorderly=nil)
|
3981
3997
|
@GroupName = groupname
|
3982
3998
|
@Remark = remark
|
3983
3999
|
@Imported = imported
|
3984
4000
|
@Namespace = namespace
|
3985
4001
|
@ImportStatus = importstatus
|
4002
|
+
@NamespaceV4 = namespacev4
|
4003
|
+
@GroupNameV4 = groupnamev4
|
4004
|
+
@FullNamespaceV4 = fullnamespacev4
|
4005
|
+
@ConsumeMessageOrderly = consumemessageorderly
|
3986
4006
|
end
|
3987
4007
|
|
3988
4008
|
def deserialize(params)
|
@@ -3991,6 +4011,10 @@ module TencentCloud
|
|
3991
4011
|
@Imported = params['Imported']
|
3992
4012
|
@Namespace = params['Namespace']
|
3993
4013
|
@ImportStatus = params['ImportStatus']
|
4014
|
+
@NamespaceV4 = params['NamespaceV4']
|
4015
|
+
@GroupNameV4 = params['GroupNameV4']
|
4016
|
+
@FullNamespaceV4 = params['FullNamespaceV4']
|
4017
|
+
@ConsumeMessageOrderly = params['ConsumeMessageOrderly']
|
3994
4018
|
end
|
3995
4019
|
end
|
3996
4020
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-trocket
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.886
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-14 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/tencentcloud-sdk-trocket.rb
|
36
37
|
- lib/v20230308/models.rb
|
37
38
|
- lib/v20230308/client.rb
|
38
|
-
- lib/tencentcloud-sdk-trocket.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|