tencentcloud-sdk-ckafka 3.0.599 → 3.0.600
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/v20190819/models.rb +13 -9
- 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: 0358d3570bd3a3a6345a847a075f4561fd877d1c
|
|
4
|
+
data.tar.gz: 7f6172de0f6eff0faf88fb32aa78d3c0d593fe8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 631c74a67021ca7609aecd159a03d217bb670939ff2ba851d9b1bbaa53a8497391b2be79aed95765971fe271dae915a7b473db8dbfc0b0e7f9e885fc22a426d2
|
|
7
|
+
data.tar.gz: 29493391caf2cd4c7184774b124289bf7dcc8b7be9019a5cd252ec7faed6456e1379ca5c67b7a87580efd3d590fdfcf893d519f38e2a4b2d2734c76cb216b150
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.600
|
data/lib/v20190819/models.rb
CHANGED
|
@@ -1998,7 +1998,7 @@ module TencentCloud
|
|
|
1998
1998
|
# @type MsgRetentionTime: Integer
|
|
1999
1999
|
# @param ClusterId: 创建实例时可以选择集群Id, 该入参表示集群Id。不指定实例所在集群则不传入该参数
|
|
2000
2000
|
# @type ClusterId: Integer
|
|
2001
|
-
# @param KafkaVersion: 实例版本。目前支持 "0.10.2","1.1.1","2.4.2","2.8.1"
|
|
2001
|
+
# @param KafkaVersion: 实例版本。目前支持 "0.10.2","1.1.1","2.4.1","2.4.2","2.8.1"。"2.4.1" 与 "2.4.2" 属于同一个版本,传任意一个均可。
|
|
2002
2002
|
# @type KafkaVersion: String
|
|
2003
2003
|
# @param SpecificationsType: 实例类型。"standard":标准版,"profession":专业版
|
|
2004
2004
|
# @type SpecificationsType: String
|
|
@@ -2018,7 +2018,7 @@ module TencentCloud
|
|
|
2018
2018
|
# @type ZoneIds: Array
|
|
2019
2019
|
# @param InstanceNum: 购买实例数量。非必填,默认值为 1。当传入该参数时,会创建多个 instanceName 加后缀区分的实例
|
|
2020
2020
|
# @type InstanceNum: Integer
|
|
2021
|
-
# @param PublicNetworkMonthly: 公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要
|
|
2021
|
+
# @param PublicNetworkMonthly: 公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要 6Mbps 公网带宽,此处传 3。需要保证传入参数为 3 的整数倍
|
|
2022
2022
|
# @type PublicNetworkMonthly: Integer
|
|
2023
2023
|
|
|
2024
2024
|
attr_accessor :InstanceName, :BandWidth, :VpcId, :SubnetId, :InstanceType, :MsgRetentionTime, :ClusterId, :KafkaVersion, :SpecificationsType, :DiskType, :DiskSize, :Partition, :TopicNum, :ZoneId, :MultiZoneFlag, :ZoneIds, :InstanceNum, :PublicNetworkMonthly
|
|
@@ -2167,7 +2167,7 @@ module TencentCloud
|
|
|
2167
2167
|
# @param InstanceType: 实例规格说明 专业版实例[所有规格]填写1.
|
|
2168
2168
|
# 标准版实例 ([入门型(general)]填写1,[标准型(standard)]填写2,[进阶型(advanced)]填写3,[容量型(capacity)]填写4,[高阶型1(specialized-1)]填写5,[高阶性2(specialized-2)]填写6,[高阶型3(specialized-3)]填写7,[高阶型4(specialized-4)]填写8,[独占型(exclusive)]填写9。
|
|
2169
2169
|
# @type InstanceType: Integer
|
|
2170
|
-
# @param VpcId: vpcId
|
|
2170
|
+
# @param VpcId: vpcId必填
|
|
2171
2171
|
# @type VpcId: String
|
|
2172
2172
|
# @param SubnetId: 子网id,vpc网络需要传该参数,基础网络可以不传
|
|
2173
2173
|
# @type SubnetId: String
|
|
@@ -2177,7 +2177,7 @@ module TencentCloud
|
|
|
2177
2177
|
# @type ClusterId: Integer
|
|
2178
2178
|
# @param RenewFlag: 预付费自动续费标记,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置)
|
|
2179
2179
|
# @type RenewFlag: Integer
|
|
2180
|
-
# @param KafkaVersion: CKafka版本号[0.10.2、1.1.1、2.4.1], 默认是1.1.1
|
|
2180
|
+
# @param KafkaVersion: CKafka版本号[0.10.2、1.1.1、2.4.1、2.4.2、2.8.1], 默认是1.1.1。2.4.1 与 2.4.2 属于同一个版本,传任意一个均可。
|
|
2181
2181
|
# @type KafkaVersion: String
|
|
2182
2182
|
# @param SpecificationsType: 实例类型: [标准版实例]填写 standard(默认), [专业版实例]填写 profession
|
|
2183
2183
|
# @type SpecificationsType: String
|
|
@@ -2195,12 +2195,14 @@ module TencentCloud
|
|
|
2195
2195
|
# @type MultiZoneFlag: Boolean
|
|
2196
2196
|
# @param ZoneIds: 可用区列表,购买多可用区实例时为必填项
|
|
2197
2197
|
# @type ZoneIds: Array
|
|
2198
|
-
# @param PublicNetworkMonthly: 公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要
|
|
2198
|
+
# @param PublicNetworkMonthly: 公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要 6Mbps 公网带宽,此处传 3。默认值为 0。需要保证传入参数为 3 的整数倍
|
|
2199
2199
|
# @type PublicNetworkMonthly: Integer
|
|
2200
|
+
# @param InstanceNum: 购买实例数量。非必填,默认值为 1。当传入该参数时,会创建多个 instanceName 加后缀区分的实例
|
|
2201
|
+
# @type InstanceNum: Integer
|
|
2200
2202
|
|
|
2201
|
-
attr_accessor :InstanceName, :ZoneId, :Period, :InstanceType, :VpcId, :SubnetId, :MsgRetentionTime, :ClusterId, :RenewFlag, :KafkaVersion, :SpecificationsType, :DiskSize, :BandWidth, :Partition, :Tags, :DiskType, :MultiZoneFlag, :ZoneIds, :PublicNetworkMonthly
|
|
2203
|
+
attr_accessor :InstanceName, :ZoneId, :Period, :InstanceType, :VpcId, :SubnetId, :MsgRetentionTime, :ClusterId, :RenewFlag, :KafkaVersion, :SpecificationsType, :DiskSize, :BandWidth, :Partition, :Tags, :DiskType, :MultiZoneFlag, :ZoneIds, :PublicNetworkMonthly, :InstanceNum
|
|
2202
2204
|
|
|
2203
|
-
def initialize(instancename=nil, zoneid=nil, period=nil, instancetype=nil, vpcid=nil, subnetid=nil, msgretentiontime=nil, clusterid=nil, renewflag=nil, kafkaversion=nil, specificationstype=nil, disksize=nil, bandwidth=nil, partition=nil, tags=nil, disktype=nil, multizoneflag=nil, zoneids=nil, publicnetworkmonthly=nil)
|
|
2205
|
+
def initialize(instancename=nil, zoneid=nil, period=nil, instancetype=nil, vpcid=nil, subnetid=nil, msgretentiontime=nil, clusterid=nil, renewflag=nil, kafkaversion=nil, specificationstype=nil, disksize=nil, bandwidth=nil, partition=nil, tags=nil, disktype=nil, multizoneflag=nil, zoneids=nil, publicnetworkmonthly=nil, instancenum=nil)
|
|
2204
2206
|
@InstanceName = instancename
|
|
2205
2207
|
@ZoneId = zoneid
|
|
2206
2208
|
@Period = period
|
|
@@ -2220,6 +2222,7 @@ module TencentCloud
|
|
|
2220
2222
|
@MultiZoneFlag = multizoneflag
|
|
2221
2223
|
@ZoneIds = zoneids
|
|
2222
2224
|
@PublicNetworkMonthly = publicnetworkmonthly
|
|
2225
|
+
@InstanceNum = instancenum
|
|
2223
2226
|
end
|
|
2224
2227
|
|
|
2225
2228
|
def deserialize(params)
|
|
@@ -2249,6 +2252,7 @@ module TencentCloud
|
|
|
2249
2252
|
@MultiZoneFlag = params['MultiZoneFlag']
|
|
2250
2253
|
@ZoneIds = params['ZoneIds']
|
|
2251
2254
|
@PublicNetworkMonthly = params['PublicNetworkMonthly']
|
|
2255
|
+
@InstanceNum = params['InstanceNum']
|
|
2252
2256
|
end
|
|
2253
2257
|
end
|
|
2254
2258
|
|
|
@@ -2372,7 +2376,7 @@ module TencentCloud
|
|
|
2372
2376
|
# @type MsgRetentionTime: Integer
|
|
2373
2377
|
# @param ClusterId: 创建实例时可以选择集群Id, 该入参表示集群Id。不指定实例所在集群则不传入该参数
|
|
2374
2378
|
# @type ClusterId: Integer
|
|
2375
|
-
# @param KafkaVersion: 实例版本。目前支持 "0.10.2","1.1.1","2.4.2","2.8.1"
|
|
2379
|
+
# @param KafkaVersion: 实例版本。目前支持 "0.10.2","1.1.1","2.4.1","2.4.2","2.8.1"。"2.4.1" 与 "2.4.2" 属于同一个版本,传任意一个均可。
|
|
2376
2380
|
# @type KafkaVersion: String
|
|
2377
2381
|
# @param SpecificationsType: 实例类型。"standard":标准版,"profession":专业版
|
|
2378
2382
|
# @type SpecificationsType: String
|
|
@@ -2394,7 +2398,7 @@ module TencentCloud
|
|
|
2394
2398
|
# @type ZoneIds: Array
|
|
2395
2399
|
# @param InstanceNum: 购买实例数量。非必填,默认值为 1。当传入该参数时,会创建多个 instanceName 加后缀区分的实例
|
|
2396
2400
|
# @type InstanceNum: Integer
|
|
2397
|
-
# @param PublicNetworkMonthly: 公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要
|
|
2401
|
+
# @param PublicNetworkMonthly: 公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要 6Mbps 公网带宽,此处传 3。需要保证传入参数为 3 的整数倍
|
|
2398
2402
|
# @type PublicNetworkMonthly: Integer
|
|
2399
2403
|
|
|
2400
2404
|
attr_accessor :InstanceName, :VpcId, :SubnetId, :InstanceType, :MsgRetentionTime, :ClusterId, :KafkaVersion, :SpecificationsType, :DiskType, :BandWidth, :DiskSize, :Partition, :TopicNum, :ZoneId, :MultiZoneFlag, :ZoneIds, :InstanceNum, :PublicNetworkMonthly
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ckafka
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.600
|
|
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-06-
|
|
11
|
+
date: 2023-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|