tencentcloud-sdk-ckafka 1.0.347 → 1.0.348
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190819/models.rb +19 -5
- 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: 38a1e5838dc6404ccb093d65a0b0a1b5918e8526
|
4
|
+
data.tar.gz: 18e641a36f0bc63b8ace818fd1ccd5513d83013f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e40a0e0052a43b78e9dabddfdbc46ca5d5287398a9c3e5fd8d57e133a3b3fc463b1653fdb66ad59410935c12e2240ab240123421ecdc52120153c771f49b045c
|
7
|
+
data.tar.gz: f375d49bd5c94c8540e6871993b00395ba0b5b89a0ac9fe34346647519937c758ab7be298d4b0dad6398926788b14e857501875a39846a5f13219bf13f5e141d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.348
|
data/lib/v20190819/models.rb
CHANGED
@@ -2053,12 +2053,17 @@ module TencentCloud
|
|
2053
2053
|
|
2054
2054
|
# DescribeCkafkaZone请求参数结构体
|
2055
2055
|
class DescribeCkafkaZoneRequest < TencentCloud::Common::AbstractModel
|
2056
|
+
# @param CdcId: cdc专业集群业务参数
|
2057
|
+
# @type CdcId: String
|
2056
2058
|
|
2059
|
+
attr_accessor :CdcId
|
2057
2060
|
|
2058
|
-
def initialize()
|
2061
|
+
def initialize(cdcid=nil)
|
2062
|
+
@CdcId = cdcid
|
2059
2063
|
end
|
2060
2064
|
|
2061
2065
|
def deserialize(params)
|
2066
|
+
@CdcId = params['CdcId']
|
2062
2067
|
end
|
2063
2068
|
end
|
2064
2069
|
|
@@ -2506,19 +2511,23 @@ module TencentCloud
|
|
2506
2511
|
# @type Limit: Integer
|
2507
2512
|
# @param Business: 业务字段,可忽略
|
2508
2513
|
# @type Business: String
|
2514
|
+
# @param CdcId: cdc专有集群业务字段,可忽略
|
2515
|
+
# @type CdcId: String
|
2509
2516
|
|
2510
|
-
attr_accessor :Offset, :Limit, :Business
|
2517
|
+
attr_accessor :Offset, :Limit, :Business, :CdcId
|
2511
2518
|
|
2512
|
-
def initialize(offset=nil, limit=nil, business=nil)
|
2519
|
+
def initialize(offset=nil, limit=nil, business=nil, cdcid=nil)
|
2513
2520
|
@Offset = offset
|
2514
2521
|
@Limit = limit
|
2515
2522
|
@Business = business
|
2523
|
+
@CdcId = cdcid
|
2516
2524
|
end
|
2517
2525
|
|
2518
2526
|
def deserialize(params)
|
2519
2527
|
@Offset = params['Offset']
|
2520
2528
|
@Limit = params['Limit']
|
2521
2529
|
@Business = params['Business']
|
2530
|
+
@CdcId = params['CdcId']
|
2522
2531
|
end
|
2523
2532
|
end
|
2524
2533
|
|
@@ -3593,10 +3602,13 @@ module TencentCloud
|
|
3593
3602
|
# @param PublicNetwork: 公网带宽值
|
3594
3603
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3595
3604
|
# @type PublicNetwork: Integer
|
3605
|
+
# @param ClusterType: 实例类型
|
3606
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3607
|
+
# @type ClusterType: String
|
3596
3608
|
|
3597
|
-
attr_accessor :InstanceId, :InstanceName, :Vip, :Vport, :VipList, :Status, :Bandwidth, :DiskSize, :ZoneId, :VpcId, :SubnetId, :RenewFlag, :Healthy, :HealthyMessage, :CreateTime, :ExpireTime, :IsInternal, :TopicNum, :Tags, :Version, :ZoneIds, :Cvm, :InstanceType, :DiskType, :MaxTopicNumber, :MaxPartitionNumber, :RebalanceTime, :PartitionNumber, :PublicNetworkChargeType, :PublicNetwork
|
3609
|
+
attr_accessor :InstanceId, :InstanceName, :Vip, :Vport, :VipList, :Status, :Bandwidth, :DiskSize, :ZoneId, :VpcId, :SubnetId, :RenewFlag, :Healthy, :HealthyMessage, :CreateTime, :ExpireTime, :IsInternal, :TopicNum, :Tags, :Version, :ZoneIds, :Cvm, :InstanceType, :DiskType, :MaxTopicNumber, :MaxPartitionNumber, :RebalanceTime, :PartitionNumber, :PublicNetworkChargeType, :PublicNetwork, :ClusterType
|
3598
3610
|
|
3599
|
-
def initialize(instanceid=nil, instancename=nil, vip=nil, vport=nil, viplist=nil, status=nil, bandwidth=nil, disksize=nil, zoneid=nil, vpcid=nil, subnetid=nil, renewflag=nil, healthy=nil, healthymessage=nil, createtime=nil, expiretime=nil, isinternal=nil, topicnum=nil, tags=nil, version=nil, zoneids=nil, cvm=nil, instancetype=nil, disktype=nil, maxtopicnumber=nil, maxpartitionnumber=nil, rebalancetime=nil, partitionnumber=nil, publicnetworkchargetype=nil, publicnetwork=nil)
|
3611
|
+
def initialize(instanceid=nil, instancename=nil, vip=nil, vport=nil, viplist=nil, status=nil, bandwidth=nil, disksize=nil, zoneid=nil, vpcid=nil, subnetid=nil, renewflag=nil, healthy=nil, healthymessage=nil, createtime=nil, expiretime=nil, isinternal=nil, topicnum=nil, tags=nil, version=nil, zoneids=nil, cvm=nil, instancetype=nil, disktype=nil, maxtopicnumber=nil, maxpartitionnumber=nil, rebalancetime=nil, partitionnumber=nil, publicnetworkchargetype=nil, publicnetwork=nil, clustertype=nil)
|
3600
3612
|
@InstanceId = instanceid
|
3601
3613
|
@InstanceName = instancename
|
3602
3614
|
@Vip = vip
|
@@ -3627,6 +3639,7 @@ module TencentCloud
|
|
3627
3639
|
@PartitionNumber = partitionnumber
|
3628
3640
|
@PublicNetworkChargeType = publicnetworkchargetype
|
3629
3641
|
@PublicNetwork = publicnetwork
|
3642
|
+
@ClusterType = clustertype
|
3630
3643
|
end
|
3631
3644
|
|
3632
3645
|
def deserialize(params)
|
@@ -3674,6 +3687,7 @@ module TencentCloud
|
|
3674
3687
|
@PartitionNumber = params['PartitionNumber']
|
3675
3688
|
@PublicNetworkChargeType = params['PublicNetworkChargeType']
|
3676
3689
|
@PublicNetwork = params['PublicNetwork']
|
3690
|
+
@ClusterType = params['ClusterType']
|
3677
3691
|
end
|
3678
3692
|
end
|
3679
3693
|
|
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: 1.0.
|
4
|
+
version: 1.0.348
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|