tencentcloud-sdk-ckafka 3.0.652 → 3.0.653
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 +6 -6
- 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: 4c46e91d2c54c647cd15a7e0aab11140b2ff2503
|
|
4
|
+
data.tar.gz: aae1a9a27c0e3745dcb3ec8555e3d61102cee914
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f77586a3a6fc4b26d9c6d4ef998afd2510142abb51cbf059c7cc61d11528a0fc001134f59b53ff781acfc250e85f059b0c45d5e7f24013644542a5d6ee261f7
|
|
7
|
+
data.tar.gz: ac4b7d542cd779fe34b79f784ef6a72e8039cc441cc83dd2bb2442427ad86d80239c2fc6de37c33b28bc282d2146f7f5eeef51c7b2801b6d8f6e2173af8f2252
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.653
|
data/lib/v20190819/models.rb
CHANGED
|
@@ -415,7 +415,7 @@ module TencentCloud
|
|
|
415
415
|
|
|
416
416
|
# BatchCreateAcl返回参数结构体
|
|
417
417
|
class BatchCreateAclResponse < TencentCloud::Common::AbstractModel
|
|
418
|
-
# @param Result:
|
|
418
|
+
# @param Result: 状态码:0-修改成功,否则修改失败
|
|
419
419
|
# @type Result: Integer
|
|
420
420
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
421
421
|
# @type RequestId: String
|
|
@@ -2334,8 +2334,8 @@ module TencentCloud
|
|
|
2334
2334
|
|
|
2335
2335
|
attr_accessor :ReturnCode, :ReturnMessage, :Data, :DeleteRouteTimestamp
|
|
2336
2336
|
extend Gem::Deprecate
|
|
2337
|
-
deprecate :DeleteRouteTimestamp, :none, 2023,
|
|
2338
|
-
deprecate :DeleteRouteTimestamp=, :none, 2023,
|
|
2337
|
+
deprecate :DeleteRouteTimestamp, :none, 2023, 9
|
|
2338
|
+
deprecate :DeleteRouteTimestamp=, :none, 2023, 9
|
|
2339
2339
|
|
|
2340
2340
|
def initialize(returncode=nil, returnmessage=nil, data=nil, deleteroutetimestamp=nil)
|
|
2341
2341
|
@ReturnCode = returncode
|
|
@@ -2542,7 +2542,7 @@ module TencentCloud
|
|
|
2542
2542
|
# @type VpcId: String
|
|
2543
2543
|
# @param SubnetId: vpc子网id
|
|
2544
2544
|
# @type SubnetId: String
|
|
2545
|
-
# @param AccessType:
|
|
2545
|
+
# @param AccessType: 访问类型:0-plaintext;1-sasl_plaintext;2-ssl;3-sasl_ssl
|
|
2546
2546
|
# @type AccessType: Integer
|
|
2547
2547
|
# @param AuthFlag: 是否需要权限管理
|
|
2548
2548
|
# @type AuthFlag: Integer
|
|
@@ -11702,8 +11702,8 @@ module TencentCloud
|
|
|
11702
11702
|
|
|
11703
11703
|
attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo, :ExtraFlag
|
|
11704
11704
|
extend Gem::Deprecate
|
|
11705
|
-
deprecate :Exflag, :none, 2023,
|
|
11706
|
-
deprecate :Exflag=, :none, 2023,
|
|
11705
|
+
deprecate :Exflag, :none, 2023, 9
|
|
11706
|
+
deprecate :Exflag=, :none, 2023, 9
|
|
11707
11707
|
|
|
11708
11708
|
def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil, extraflag=nil)
|
|
11709
11709
|
@ZoneId = zoneid
|
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.653
|
|
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-09-
|
|
11
|
+
date: 2023-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|