tencentcloud-sdk-ckafka 1.0.360 → 1.0.361
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 +7 -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: b74413cdab5e2a874360dd291ec392b3168cdd52
|
4
|
+
data.tar.gz: ad3ed00a85b0f6698821ff76be0e1857ca71fdbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8064d278332b475cd77270fb1224d33cacfb8bbf2c4ed0790f040cc90ba63722c8be240c75c996b92b0cc9d54dc72d4df197d5024f1957d51969a3a179a10c81
|
7
|
+
data.tar.gz: e929abea50b45fdaba58a62eb97316c6cde805e9ab69cab369bda250e95843a755996656d5b81e5239c60d3e0024d2c161df4bc820bd830da16277d0e3f2daae
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.361
|
data/lib/v20190819/models.rb
CHANGED
@@ -3726,10 +3726,13 @@ module TencentCloud
|
|
3726
3726
|
# @param ClusterType: 实例类型
|
3727
3727
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3728
3728
|
# @type ClusterType: String
|
3729
|
+
# @param Features: 实例功能列表
|
3730
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3731
|
+
# @type Features: Array
|
3729
3732
|
|
3730
|
-
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
|
3733
|
+
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, :Features
|
3731
3734
|
|
3732
|
-
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)
|
3735
|
+
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, features=nil)
|
3733
3736
|
@InstanceId = instanceid
|
3734
3737
|
@InstanceName = instancename
|
3735
3738
|
@Vip = vip
|
@@ -3761,6 +3764,7 @@ module TencentCloud
|
|
3761
3764
|
@PublicNetworkChargeType = publicnetworkchargetype
|
3762
3765
|
@PublicNetwork = publicnetwork
|
3763
3766
|
@ClusterType = clustertype
|
3767
|
+
@Features = features
|
3764
3768
|
end
|
3765
3769
|
|
3766
3770
|
def deserialize(params)
|
@@ -3809,6 +3813,7 @@ module TencentCloud
|
|
3809
3813
|
@PublicNetworkChargeType = params['PublicNetworkChargeType']
|
3810
3814
|
@PublicNetwork = params['PublicNetwork']
|
3811
3815
|
@ClusterType = params['ClusterType']
|
3816
|
+
@Features = params['Features']
|
3812
3817
|
end
|
3813
3818
|
end
|
3814
3819
|
|
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.361
|
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-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|