tencentcloud-sdk-ckafka 3.0.1146 → 3.0.1150
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 +26 -2
- 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: 418a4d9488ecc9c41d56d75fdd1efd45aeb0c4f8
|
4
|
+
data.tar.gz: 3aec9d5db5bc5da40c43cb285dc6a193a2b09940
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3eb7e0c704bb44913fd9943eb80709b5cab8216070035e1494544241e41abe6a58087ec29a5a1caea08a145fe863d673e809f2233cd8cd59c5606e400e6cba1a
|
7
|
+
data.tar.gz: 938e553e9d4521e22a0d81d2a9cee8b2346bab315f05bc0d91c1e1fe215d37c3baea5cfa3f44ddd74d72fdb870fa3f6afaa7a17e43bc2f9a8a05ecf61e2a7944
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1150
|
data/lib/v20190819/models.rb
CHANGED
@@ -8416,15 +8416,33 @@ module TencentCloud
|
|
8416
8416
|
# @type BrokerAddress: String
|
8417
8417
|
# @param Region: CKafka连接源的实例资源地域, 跨地域时必填
|
8418
8418
|
# @type Region: String
|
8419
|
+
# @param NetworkType: 网络类型:PUBLIC公网;VPC
|
8420
|
+
# @type NetworkType: String
|
8421
|
+
# @param UniqVpcId: vpcId,NetworkType=VPC时必传
|
8422
|
+
# @type UniqVpcId: String
|
8423
|
+
# @param ServiceVip: vip,NetworkType=VPC时必传
|
8424
|
+
# @type ServiceVip: String
|
8425
|
+
# @param Port: 端口,NetworkType=VPC时必传
|
8426
|
+
# @type Port: Integer
|
8427
|
+
# @param CrossNetResourceUniqueId: 跨云同步下需要客户传递唯一Id标志一组资源
|
8428
|
+
# @type CrossNetResourceUniqueId: String
|
8429
|
+
# @param CrossNetVpcSubNetId: 跨云子网ID
|
8430
|
+
# @type CrossNetVpcSubNetId: String
|
8419
8431
|
|
8420
|
-
attr_accessor :Resource, :SelfBuilt, :IsUpdate, :BrokerAddress, :Region
|
8432
|
+
attr_accessor :Resource, :SelfBuilt, :IsUpdate, :BrokerAddress, :Region, :NetworkType, :UniqVpcId, :ServiceVip, :Port, :CrossNetResourceUniqueId, :CrossNetVpcSubNetId
|
8421
8433
|
|
8422
|
-
def initialize(resource=nil, selfbuilt=nil, isupdate=nil, brokeraddress=nil, region=nil)
|
8434
|
+
def initialize(resource=nil, selfbuilt=nil, isupdate=nil, brokeraddress=nil, region=nil, networktype=nil, uniqvpcid=nil, servicevip=nil, port=nil, crossnetresourceuniqueid=nil, crossnetvpcsubnetid=nil)
|
8423
8435
|
@Resource = resource
|
8424
8436
|
@SelfBuilt = selfbuilt
|
8425
8437
|
@IsUpdate = isupdate
|
8426
8438
|
@BrokerAddress = brokeraddress
|
8427
8439
|
@Region = region
|
8440
|
+
@NetworkType = networktype
|
8441
|
+
@UniqVpcId = uniqvpcid
|
8442
|
+
@ServiceVip = servicevip
|
8443
|
+
@Port = port
|
8444
|
+
@CrossNetResourceUniqueId = crossnetresourceuniqueid
|
8445
|
+
@CrossNetVpcSubNetId = crossnetvpcsubnetid
|
8428
8446
|
end
|
8429
8447
|
|
8430
8448
|
def deserialize(params)
|
@@ -8433,6 +8451,12 @@ module TencentCloud
|
|
8433
8451
|
@IsUpdate = params['IsUpdate']
|
8434
8452
|
@BrokerAddress = params['BrokerAddress']
|
8435
8453
|
@Region = params['Region']
|
8454
|
+
@NetworkType = params['NetworkType']
|
8455
|
+
@UniqVpcId = params['UniqVpcId']
|
8456
|
+
@ServiceVip = params['ServiceVip']
|
8457
|
+
@Port = params['Port']
|
8458
|
+
@CrossNetResourceUniqueId = params['CrossNetResourceUniqueId']
|
8459
|
+
@CrossNetVpcSubNetId = params['CrossNetVpcSubNetId']
|
8436
8460
|
end
|
8437
8461
|
end
|
8438
8462
|
|
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.1150
|
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-09-
|
11
|
+
date: 2025-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|