tencentcloud-sdk-ckafka 3.0.932 → 3.0.933

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 611e4b1957b91a1962ecf52d568a42736dbe797b
4
- data.tar.gz: cccaf6a4da4a0450fad833d6ac93ab586c2535db
3
+ metadata.gz: 76f97b723a63318256067ff3ec2a3936098031d4
4
+ data.tar.gz: ce037bc104a98074d632386494d35b82a063c355
5
5
  SHA512:
6
- metadata.gz: a4cf6e520b2a322f84b75e6ef8a95221aaba2f2e470063a8e53792272c63474c7ddc47ed360e7acffd7b194c4d517f3ab57b75fa5440952338619989d0e99141
7
- data.tar.gz: 8f5b7b7e8d0ad504e3da3958765d179fb589481a2d9c57762b1f5dbc73875f670691db503a64a6e99ecdf4a23764e441c872a2b68574be884867566604458999
6
+ metadata.gz: d648003cfdde2a1d4c2d3c00ce9c28bafd67fdf5c269b9b16f4fb2c22bb550479ff6ceba0cbbbfe500fe7ae5c1276f52e5aced8f6bf72b1295bf2d9ddb987f8f
7
+ data.tar.gz: 20eae5c773456b95548a0d658171b1b164c31cd21e3d923456aca8c29f65f21783969f0e57c86875ae1873f281466f937c3303e74e67b0053b4d926047431ba6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.932
1
+ 3.0.933
@@ -5461,11 +5461,11 @@ module TencentCloud
5461
5461
 
5462
5462
  # DescribeInstances请求参数结构体
5463
5463
  class DescribeInstancesRequest < TencentCloud::Common::AbstractModel
5464
- # @param InstanceId: (过滤条件)按照实例ID过滤
5464
+ # @param InstanceId: (查询条件)按照ckafka集群实例Id过滤
5465
5465
  # @type InstanceId: String
5466
- # @param SearchWord: (过滤条件)按照实例名称过滤,支持模糊查询
5466
+ # @param SearchWord: 搜索词 ex:(查询条件)按照实例名称过滤,支持模糊查询
5467
5467
  # @type SearchWord: String
5468
- # @param Status: (过滤条件)实例的状态。0:创建中,1:运行中,2:删除中,不填默认返回全部
5468
+ # @param Status: (查询条件)实例的状态 0:创建中,1:运行中,2:删除中,5: 隔离中, 7:升级中 不填默认返回全部
5469
5469
  # @type Status: Array
5470
5470
  # @param Offset: 偏移量,不填默认为0
5471
5471
  # @type Offset: Integer
@@ -5473,7 +5473,7 @@ module TencentCloud
5473
5473
  # @type Limit: Integer
5474
5474
  # @param TagKey: 已废弃。匹配标签key值。
5475
5475
  # @type TagKey: String
5476
- # @param VpcId: 私有网络Id
5476
+ # @param VpcId: (查询条件)私有网络Id
5477
5477
  # @type VpcId: String
5478
5478
 
5479
5479
  attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :VpcId
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.932
4
+ version: 3.0.933
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-10-29 00:00:00.000000000 Z
11
+ date: 2024-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common