tencentcloud-sdk-ckafka 3.0.932 → 3.0.934

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: 611e4b1957b91a1962ecf52d568a42736dbe797b
4
- data.tar.gz: cccaf6a4da4a0450fad833d6ac93ab586c2535db
3
+ metadata.gz: 8e6941261edcc7189ca4031659b557d07a05e4e6
4
+ data.tar.gz: e6288a8000fc6e300f9fa15934930dd1cfa4ee02
5
5
  SHA512:
6
- metadata.gz: a4cf6e520b2a322f84b75e6ef8a95221aaba2f2e470063a8e53792272c63474c7ddc47ed360e7acffd7b194c4d517f3ab57b75fa5440952338619989d0e99141
7
- data.tar.gz: 8f5b7b7e8d0ad504e3da3958765d179fb589481a2d9c57762b1f5dbc73875f670691db503a64a6e99ecdf4a23764e441c872a2b68574be884867566604458999
6
+ metadata.gz: 8ae5a46765bc5fee02feab12f13f01e8e5ad3a66ef1778e9d2428b38b481533cc2b83143d55d930f3af42938dc23e992a355ad6bab494d80250a8ef027d7679a
7
+ data.tar.gz: d0c1572578c9f5b3b4466b6a07f02e01e799102f38c89732aa14812f5aba6031f739a0531688f2453b8cb5ebb6a01c6bbd964ad0b4796f248209d8dabce24ab5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.932
1
+ 3.0.934
@@ -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.934
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