tencentcloud-sdk-ckafka 3.0.600 → 3.0.601

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0358d3570bd3a3a6345a847a075f4561fd877d1c
4
- data.tar.gz: 7f6172de0f6eff0faf88fb32aa78d3c0d593fe8b
3
+ metadata.gz: c9112d6776119b6d010b9c746bdc6400ea4de6ec
4
+ data.tar.gz: 25bcc7dec3089a62025bca9e28e52e7e88520ece
5
5
  SHA512:
6
- metadata.gz: 631c74a67021ca7609aecd159a03d217bb670939ff2ba851d9b1bbaa53a8497391b2be79aed95765971fe271dae915a7b473db8dbfc0b0e7f9e885fc22a426d2
7
- data.tar.gz: 29493391caf2cd4c7184774b124289bf7dcc8b7be9019a5cd252ec7faed6456e1379ca5c67b7a87580efd3d590fdfcf893d519f38e2a4b2d2734c76cb216b150
6
+ metadata.gz: 63b37ea2b88c809bddc1459d6d8503ae1d1df0f74d224f0d2b9fa4b84f05e3397ff2737866339c2ff7bcfe266f708efceb1471f758812850d664aaac2bced16f
7
+ data.tar.gz: 657e111abc9d0f3b801bde934d0aa58cb3e9ead4b901f5b710661dd3c2bd65adee44083677f856bf95ef6951b93c66140cec026deb2f62982a4aed063ed95e1b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.600
1
+ 3.0.601
@@ -4418,7 +4418,7 @@ module TencentCloud
4418
4418
  # @type GroupName: String
4419
4419
  # @param TopicName: 可选,用户需要查询的group中的对应的topic名称,如果指定了该参数,而group又未指定则忽略该参数。
4420
4420
  # @type TopicName: String
4421
- # @param Limit: 本次返回个数限制
4421
+ # @param Limit: 本次返回个数限制,最大支持50
4422
4422
  # @type Limit: Integer
4423
4423
  # @param Offset: 偏移位置
4424
4424
  # @type Offset: Integer
@@ -7051,21 +7051,21 @@ module TencentCloud
7051
7051
 
7052
7052
  # InquireCkafkaPrice请求参数结构体
7053
7053
  class InquireCkafkaPriceRequest < TencentCloud::Common::AbstractModel
7054
- # @param InstanceType: 国内站标准版填写standards2, 专业版填写profession
7054
+ # @param InstanceType: 国内站标准版填写standards2, 国际站标准版填写standard,专业版填写profession
7055
7055
  # @type InstanceType: String
7056
7056
  # @param InstanceChargeParam: 购买/续费付费类型(购买时不填的话, 默认获取购买包年包月一个月的费用)
7057
7057
  # @type InstanceChargeParam: :class:`Tencentcloud::Ckafka.v20190819.models.InstanceChargeParam`
7058
7058
  # @param InstanceNum: 购买/续费时购买的实例数量(不填时, 默认为1个)
7059
7059
  # @type InstanceNum: Integer
7060
- # @param Bandwidth: 实例内网带宽大小, 单位MB/s (购买时必填)
7060
+ # @param Bandwidth: 实例内网带宽大小, 单位MB/s (购买时必填,专业版询价时带宽信息必填)
7061
7061
  # @type Bandwidth: Integer
7062
- # @param InquiryDiskParam: 实例的硬盘购买类型以及大小 (购买时必填)
7062
+ # @param InquiryDiskParam: 实例的硬盘购买类型以及大小 (购买时必填,专业版询价时磁盘信息必填)
7063
7063
  # @type InquiryDiskParam: :class:`Tencentcloud::Ckafka.v20190819.models.InquiryDiskParam`
7064
7064
  # @param MessageRetention: 实例消息保留时间大小, 单位小时 (购买时必填)
7065
7065
  # @type MessageRetention: Integer
7066
7066
  # @param Topic: 购买实例topic数, 单位个 (购买时必填)
7067
7067
  # @type Topic: Integer
7068
- # @param Partition: 购买实例分区数, 单位个 (购买时必填)
7068
+ # @param Partition: 购买实例分区数, 单位个 (购买时必填,专业版询价时带宽信息必填)
7069
7069
  # @type Partition: Integer
7070
7070
  # @param ZoneIds: 购买地域, 可通过查看DescribeCkafkaZone这个接口获取ZoneId
7071
7071
  # @type ZoneIds: Array
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.600
4
+ version: 3.0.601
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-27 00:00:00.000000000 Z
11
+ date: 2023-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common