tencentcloud-sdk-ckafka 3.0.1161 → 3.0.1165
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 +29 -28
- 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: 4cd69ef2eaee40e154dcddbdc0614ec51744f081
|
|
4
|
+
data.tar.gz: 031bc7782252cc0c2c3e5b80f94051783dc3f484
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 843bedbfa2efd46477f7a20a9bc798522a987bd651a2ab295907a8c7fbb973decc29141e1f29d5a71ee567d12a67dee819eb82d6156c9383312d6bd2cc8c3fe1
|
|
7
|
+
data.tar.gz: 2e5565116832f633b63b10b1c0739aa4b7e35ffebcf7a2adfbabb6b081af7c60e2fa9821c57fe8771ce57e862be4266bf6e0847d2045069566008b1b2f0814cb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1165
|
data/lib/v20190819/models.rb
CHANGED
|
@@ -1781,8 +1781,8 @@ module TencentCloud
|
|
|
1781
1781
|
|
|
1782
1782
|
attr_accessor :TaskName, :TaskType, :SourceResource, :TargetResource, :TransformParam, :PrivateLinkParam, :SchemaId, :TransformsParam, :TaskId, :Tags, :Description
|
|
1783
1783
|
extend Gem::Deprecate
|
|
1784
|
-
deprecate :PrivateLinkParam, :none, 2025,
|
|
1785
|
-
deprecate :PrivateLinkParam=, :none, 2025,
|
|
1784
|
+
deprecate :PrivateLinkParam, :none, 2025, 11
|
|
1785
|
+
deprecate :PrivateLinkParam=, :none, 2025, 11
|
|
1786
1786
|
|
|
1787
1787
|
def initialize(taskname=nil, tasktype=nil, sourceresource=nil, targetresource=nil, transformparam=nil, privatelinkparam=nil, schemaid=nil, transformsparam=nil, taskid=nil, tags=nil, description=nil)
|
|
1788
1788
|
@TaskName = taskname
|
|
@@ -2158,8 +2158,8 @@ module TencentCloud
|
|
|
2158
2158
|
|
|
2159
2159
|
attr_accessor :ReturnCode, :ReturnMessage, :Data, :DeleteRouteTimestamp
|
|
2160
2160
|
extend Gem::Deprecate
|
|
2161
|
-
deprecate :DeleteRouteTimestamp, :none, 2025,
|
|
2162
|
-
deprecate :DeleteRouteTimestamp=, :none, 2025,
|
|
2161
|
+
deprecate :DeleteRouteTimestamp, :none, 2025, 11
|
|
2162
|
+
deprecate :DeleteRouteTimestamp=, :none, 2025, 11
|
|
2163
2163
|
|
|
2164
2164
|
def initialize(returncode=nil, returnmessage=nil, data=nil, deleteroutetimestamp=nil)
|
|
2165
2165
|
@ReturnCode = returncode
|
|
@@ -2420,33 +2420,32 @@ module TencentCloud
|
|
|
2420
2420
|
|
|
2421
2421
|
# CreateRoute请求参数结构体
|
|
2422
2422
|
class CreateRouteRequest < TencentCloud::Common::AbstractModel
|
|
2423
|
-
# @param InstanceId: ckafka集群实例id
|
|
2423
|
+
# @param InstanceId: <p>ckafka集群实例id,可通过<a href="https://cloud.tencent.com/document/product/597/40835">DescribeInstances</a>接口获取</p>
|
|
2424
2424
|
# @type InstanceId: String
|
|
2425
|
-
# @param VipType:
|
|
2425
|
+
# @param VipType: <p>路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)</p>
|
|
2426
2426
|
# @type VipType: Integer
|
|
2427
|
-
# @param VpcId: vpc网络Id,当vipType为3
|
|
2427
|
+
# @param VpcId: <p>vpc网络Id,当vipType为3时必填</p>
|
|
2428
2428
|
# @type VpcId: String
|
|
2429
|
-
# @param SubnetId: vpc子网id,当vipType为3
|
|
2429
|
+
# @param SubnetId: <p>vpc子网id,当vipType为3时必填</p>
|
|
2430
2430
|
# @type SubnetId: String
|
|
2431
|
-
# @param AccessType:
|
|
2432
|
-
# vipType=3,支持 0,1,3,4,5
|
|
2433
|
-
# vipType=7,支持0,1,3
|
|
2434
|
-
# vipType=1,支持1,3
|
|
2431
|
+
# @param AccessType: <p>访问类型:0-plaintext;1-sasl_plaintext;3-sasl_ssl; 4-sasl_scram_sha_256; 5-sasl_scram_sha_512 默认为0vipType=3,支持 0,1,3,4,5vipType=7,支持0,1,3vipType=1,支持1,3</p>
|
|
2435
2432
|
# @type AccessType: Integer
|
|
2436
|
-
# @param AuthFlag:
|
|
2433
|
+
# @param AuthFlag: <p>是否需要权限管理,该字段已废弃</p>
|
|
2437
2434
|
# @type AuthFlag: Integer
|
|
2438
|
-
# @param CallerAppid:
|
|
2435
|
+
# @param CallerAppid: <p>调用方appId</p>
|
|
2439
2436
|
# @type CallerAppid: Integer
|
|
2440
|
-
# @param PublicNetwork:
|
|
2437
|
+
# @param PublicNetwork: <p>公网带宽,公网路由必传,且是3的倍数,无默认值</p>
|
|
2441
2438
|
# @type PublicNetwork: Integer
|
|
2442
|
-
# @param Ip: vip
|
|
2439
|
+
# @param Ip: <p>vip地址</p>
|
|
2443
2440
|
# @type Ip: String
|
|
2444
|
-
# @param Note:
|
|
2441
|
+
# @param Note: <p>备注信息</p>
|
|
2445
2442
|
# @type Note: String
|
|
2443
|
+
# @param SecurityGroupIds: <p>关联安全组有序列表</p>
|
|
2444
|
+
# @type SecurityGroupIds: Array
|
|
2446
2445
|
|
|
2447
|
-
attr_accessor :InstanceId, :VipType, :VpcId, :SubnetId, :AccessType, :AuthFlag, :CallerAppid, :PublicNetwork, :Ip, :Note
|
|
2446
|
+
attr_accessor :InstanceId, :VipType, :VpcId, :SubnetId, :AccessType, :AuthFlag, :CallerAppid, :PublicNetwork, :Ip, :Note, :SecurityGroupIds
|
|
2448
2447
|
|
|
2449
|
-
def initialize(instanceid=nil, viptype=nil, vpcid=nil, subnetid=nil, accesstype=nil, authflag=nil, callerappid=nil, publicnetwork=nil, ip=nil, note=nil)
|
|
2448
|
+
def initialize(instanceid=nil, viptype=nil, vpcid=nil, subnetid=nil, accesstype=nil, authflag=nil, callerappid=nil, publicnetwork=nil, ip=nil, note=nil, securitygroupids=nil)
|
|
2450
2449
|
@InstanceId = instanceid
|
|
2451
2450
|
@VipType = viptype
|
|
2452
2451
|
@VpcId = vpcid
|
|
@@ -2457,6 +2456,7 @@ module TencentCloud
|
|
|
2457
2456
|
@PublicNetwork = publicnetwork
|
|
2458
2457
|
@Ip = ip
|
|
2459
2458
|
@Note = note
|
|
2459
|
+
@SecurityGroupIds = securitygroupids
|
|
2460
2460
|
end
|
|
2461
2461
|
|
|
2462
2462
|
def deserialize(params)
|
|
@@ -2470,12 +2470,13 @@ module TencentCloud
|
|
|
2470
2470
|
@PublicNetwork = params['PublicNetwork']
|
|
2471
2471
|
@Ip = params['Ip']
|
|
2472
2472
|
@Note = params['Note']
|
|
2473
|
+
@SecurityGroupIds = params['SecurityGroupIds']
|
|
2473
2474
|
end
|
|
2474
2475
|
end
|
|
2475
2476
|
|
|
2476
2477
|
# CreateRoute返回参数结构体
|
|
2477
2478
|
class CreateRouteResponse < TencentCloud::Common::AbstractModel
|
|
2478
|
-
# @param Result:
|
|
2479
|
+
# @param Result: <p>返回结果</p>
|
|
2479
2480
|
# @type Result: :class:`Tencentcloud::Ckafka.v20190819.models.JgwOperateResponse`
|
|
2480
2481
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2481
2482
|
# @type RequestId: String
|
|
@@ -5254,8 +5255,8 @@ module TencentCloud
|
|
|
5254
5255
|
|
|
5255
5256
|
attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :Filters, :InstanceIds, :InstanceIdList, :TagList
|
|
5256
5257
|
extend Gem::Deprecate
|
|
5257
|
-
deprecate :InstanceIds, :none, 2025,
|
|
5258
|
-
deprecate :InstanceIds=, :none, 2025,
|
|
5258
|
+
deprecate :InstanceIds, :none, 2025, 11
|
|
5259
|
+
deprecate :InstanceIds=, :none, 2025, 11
|
|
5259
5260
|
|
|
5260
5261
|
def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, filters=nil, instanceids=nil, instanceidlist=nil, taglist=nil)
|
|
5261
5262
|
@InstanceId = instanceid
|
|
@@ -5340,8 +5341,8 @@ module TencentCloud
|
|
|
5340
5341
|
|
|
5341
5342
|
attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :VpcId
|
|
5342
5343
|
extend Gem::Deprecate
|
|
5343
|
-
deprecate :TagKey, :none, 2025,
|
|
5344
|
-
deprecate :TagKey=, :none, 2025,
|
|
5344
|
+
deprecate :TagKey, :none, 2025, 11
|
|
5345
|
+
deprecate :TagKey=, :none, 2025, 11
|
|
5345
5346
|
|
|
5346
5347
|
def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, vpcid=nil)
|
|
5347
5348
|
@InstanceId = instanceid
|
|
@@ -9167,8 +9168,8 @@ module TencentCloud
|
|
|
9167
9168
|
|
|
9168
9169
|
attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte, :UncleanLeaderElectionEnable, :DeleteProtectionEnable
|
|
9169
9170
|
extend Gem::Deprecate
|
|
9170
|
-
deprecate :DynamicDiskConfig, :none, 2025,
|
|
9171
|
-
deprecate :DynamicDiskConfig=, :none, 2025,
|
|
9171
|
+
deprecate :DynamicDiskConfig, :none, 2025, 11
|
|
9172
|
+
deprecate :DynamicDiskConfig=, :none, 2025, 11
|
|
9172
9173
|
|
|
9173
9174
|
def initialize(instanceid=nil, msgretentiontime=nil, instancename=nil, config=nil, dynamicretentionconfig=nil, rebalancetime=nil, publicnetwork=nil, dynamicdiskconfig=nil, maxmessagebyte=nil, uncleanleaderelectionenable=nil, deleteprotectionenable=nil)
|
|
9174
9175
|
@InstanceId = instanceid
|
|
@@ -12350,8 +12351,8 @@ module TencentCloud
|
|
|
12350
12351
|
|
|
12351
12352
|
attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo, :ExtraFlag
|
|
12352
12353
|
extend Gem::Deprecate
|
|
12353
|
-
deprecate :Exflag, :none, 2025,
|
|
12354
|
-
deprecate :Exflag=, :none, 2025,
|
|
12354
|
+
deprecate :Exflag, :none, 2025, 11
|
|
12355
|
+
deprecate :Exflag=, :none, 2025, 11
|
|
12355
12356
|
|
|
12356
12357
|
def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil, extraflag=nil)
|
|
12357
12358
|
@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.1165
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|