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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190819/models.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76f97b723a63318256067ff3ec2a3936098031d4
|
|
4
|
+
data.tar.gz: ce037bc104a98074d632386494d35b82a063c355
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d648003cfdde2a1d4c2d3c00ce9c28bafd67fdf5c269b9b16f4fb2c22bb550479ff6ceba0cbbbfe500fe7ae5c1276f52e5aced8f6bf72b1295bf2d9ddb987f8f
|
|
7
|
+
data.tar.gz: 20eae5c773456b95548a0d658171b1b164c31cd21e3d923456aca8c29f65f21783969f0e57c86875ae1873f281466f937c3303e74e67b0053b4d926047431ba6
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.933
|
data/lib/v20190819/models.rb
CHANGED
|
@@ -5461,11 +5461,11 @@ module TencentCloud
|
|
|
5461
5461
|
|
|
5462
5462
|
# DescribeInstances请求参数结构体
|
|
5463
5463
|
class DescribeInstancesRequest < TencentCloud::Common::AbstractModel
|
|
5464
|
-
# @param InstanceId:
|
|
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:
|
|
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:
|
|
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.
|
|
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-
|
|
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
|