tencentcloud-sdk-ckafka 3.0.931 → 3.0.933

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: 6b8cb9adec218fba7c98e7ff1f3822b1ab3f5b3b
4
- data.tar.gz: a79ce116f2a197c6eaed8cdd2c93e72b30792235
3
+ metadata.gz: 76f97b723a63318256067ff3ec2a3936098031d4
4
+ data.tar.gz: ce037bc104a98074d632386494d35b82a063c355
5
5
  SHA512:
6
- metadata.gz: 3f2bd1595c2782ddc5f7294d48e50c9b88b1e0ad5efb409043c85dc2158ca387457fda589f7c65ca70b199ef3d800578cf12bd766620e31691251d4e9e4e5b4f
7
- data.tar.gz: a16ee5fcf887082311e5dcb408769f248d6123c84416f5d4a0314c6dd13923287079cf126d52f1a0fb0026db1c7114e3fad23f8b7231783923f6edeb28e4b224
6
+ metadata.gz: d648003cfdde2a1d4c2d3c00ce9c28bafd67fdf5c269b9b16f4fb2c22bb550479ff6ceba0cbbbfe500fe7ae5c1276f52e5aced8f6bf72b1295bf2d9ddb987f8f
7
+ data.tar.gz: 20eae5c773456b95548a0d658171b1b164c31cd21e3d923456aca8c29f65f21783969f0e57c86875ae1873f281466f937c3303e74e67b0053b4d926047431ba6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.931
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.931
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-23 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