tencentcloud-sdk-ckafka 3.0.1165 → 3.0.1169

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/v20190819/models.rb +16 -16
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4cd69ef2eaee40e154dcddbdc0614ec51744f081
4
- data.tar.gz: 031bc7782252cc0c2c3e5b80f94051783dc3f484
3
+ metadata.gz: e4d09256dc133a42bab76491ad7cb6ad876e9f2a
4
+ data.tar.gz: 1e58cb470d5d723a0ea4bbda6508f656b58e140a
5
5
  SHA512:
6
- metadata.gz: 843bedbfa2efd46477f7a20a9bc798522a987bd651a2ab295907a8c7fbb973decc29141e1f29d5a71ee567d12a67dee819eb82d6156c9383312d6bd2cc8c3fe1
7
- data.tar.gz: 2e5565116832f633b63b10b1c0739aa4b7e35ffebcf7a2adfbabb6b081af7c60e2fa9821c57fe8771ce57e862be4266bf6e0847d2045069566008b1b2f0814cb
6
+ metadata.gz: 78302215ec5e5347d1dc559066f2bfe9ea7ba95233979545911192b30ae3d3b98c5c5409859eecc61d64c8519f70ef81195df125d6744cb0eb7f96acd316bfb5
7
+ data.tar.gz: f53a02e8b3b270c70cff25823cd3542cd622f5e1b3b6bc7bc4efbfb48cab66382fe1769f02ce131aa8360adde2c1eb95a196ae6a8e7bb65f25fcb68a589ee04d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1165
1
+ 3.0.1169
@@ -12390,37 +12390,37 @@ module TencentCloud
12390
12390
 
12391
12391
  # 查询kafka的zone信息返回的实体
12392
12392
  class ZoneResponse < TencentCloud::Common::AbstractModel
12393
- # @param ZoneList: zone列表
12393
+ # @param ZoneList: <p>zone列表</p>
12394
12394
  # @type ZoneList: Array
12395
- # @param MaxBuyInstanceNum: 最大购买实例个数
12395
+ # @param MaxBuyInstanceNum: <p>最大购买实例个数</p>
12396
12396
  # @type MaxBuyInstanceNum: Integer
12397
- # @param MaxBandwidth: 最大购买带宽 单位Mb/s
12397
+ # @param MaxBandwidth: <p>最大购买带宽 单位Mb/s</p>
12398
12398
  # @type MaxBandwidth: Integer
12399
- # @param UnitPrice: 后付费单位价格
12399
+ # @param UnitPrice: <p>后付费单位价格</p>
12400
12400
  # @type UnitPrice: :class:`Tencentcloud::Ckafka.v20190819.models.Price`
12401
- # @param MessagePrice: 后付费消息单价
12401
+ # @param MessagePrice: <p>后付费消息单价</p>
12402
12402
  # @type MessagePrice: :class:`Tencentcloud::Ckafka.v20190819.models.Price`
12403
- # @param ClusterInfo: 用户独占集群信息
12403
+ # @param ClusterInfo: <p>用户独占集群信息</p>
12404
12404
  # @type ClusterInfo: Array
12405
- # @param Standard: 购买标准版配置
12405
+ # @param Standard: <p>购买标准版配置</p>
12406
12406
  # @type Standard: String
12407
- # @param StandardS2: 购买标准版S2配置
12407
+ # @param StandardS2: <p>购买标准版S2配置</p>
12408
12408
  # @type StandardS2: String
12409
- # @param Profession: 购买专业版配置
12409
+ # @param Profession: <p>购买专业版配置</p>
12410
12410
  # @type Profession: String
12411
- # @param Physical: 购买物理独占版配置
12411
+ # @param Physical: <p>购买物理独占版配置</p>
12412
12412
  # @type Physical: String
12413
- # @param PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写 已废弃,无实际意义
12413
+ # @param PublicNetwork: <p>公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写 已废弃,无实际意义</p>
12414
12414
  # @type PublicNetwork: String
12415
- # @param PublicNetworkLimit: 公网带宽配置
12415
+ # @param PublicNetworkLimit: <p>公网带宽配置</p>
12416
12416
  # @type PublicNetworkLimit: String
12417
- # @param RequestId: 请求Id
12417
+ # @param RequestId: <p>请求Id</p>
12418
12418
  # @type RequestId: String
12419
- # @param Offset: 分页offset
12419
+ # @param Offset: <p>分页offset</p>
12420
12420
  # @type Offset: Integer
12421
- # @param Limit: 分页limit
12421
+ # @param Limit: <p>分页limit</p>
12422
12422
  # @type Limit: Integer
12423
- # @param ForceCheckTag: 是否必须录入tag
12423
+ # @param ForceCheckTag: <p>是否必须录入tag</p>
12424
12424
  # @type ForceCheckTag: Boolean
12425
12425
 
12426
12426
  attr_accessor :ZoneList, :MaxBuyInstanceNum, :MaxBandwidth, :UnitPrice, :MessagePrice, :ClusterInfo, :Standard, :StandardS2, :Profession, :Physical, :PublicNetwork, :PublicNetworkLimit, :RequestId, :Offset, :Limit, :ForceCheckTag
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.1165
4
+ version: 3.0.1169
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-10 00:00:00.000000000 Z
11
+ date: 2025-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common