tencentcloud-sdk-ckafka 1.0.277 → 1.0.278
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 +10 -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: b279316fffea221010d9f7bc2d4e0b1f6f52e8d2
|
4
|
+
data.tar.gz: 23f2d1f312b8b9b4348c3d41dd6b7705b477c9bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34ec16f0bec554440c443fb0651ec4a43f01062cc5b823549e8c7b28d1b232e74c634193813ec24e8031746bcfdecc9b22fc82efcf9f7e595e3b6a2e14e11c4e
|
7
|
+
data.tar.gz: 0032871da8f57f2210839929e33705fd7d8ee4ff2c91ea08c69960faf963bceebcff01cd8d1161faf7a1473d92146b3182b3e46abeb7de344e91bfb89039bab6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.278
|
data/lib/v20190819/models.rb
CHANGED
@@ -1055,10 +1055,14 @@ module TencentCloud
|
|
1055
1055
|
# @type Tags: Array
|
1056
1056
|
# @param DiskType: 磁盘类型(ssd填写CLOUD_SSD,sata填写CLOUD_BASIC)
|
1057
1057
|
# @type DiskType: String
|
1058
|
+
# @param MultiZoneFlag: 跨可用区,zoneIds必填
|
1059
|
+
# @type MultiZoneFlag: Boolean
|
1060
|
+
# @param ZoneIds: 可用区列表
|
1061
|
+
# @type ZoneIds: Array
|
1058
1062
|
|
1059
|
-
attr_accessor :InstanceName, :ZoneId, :Period, :InstanceType, :VpcId, :SubnetId, :MsgRetentionTime, :ClusterId, :RenewFlag, :KafkaVersion, :SpecificationsType, :DiskSize, :BandWidth, :Partition, :Tags, :DiskType
|
1063
|
+
attr_accessor :InstanceName, :ZoneId, :Period, :InstanceType, :VpcId, :SubnetId, :MsgRetentionTime, :ClusterId, :RenewFlag, :KafkaVersion, :SpecificationsType, :DiskSize, :BandWidth, :Partition, :Tags, :DiskType, :MultiZoneFlag, :ZoneIds
|
1060
1064
|
|
1061
|
-
def initialize(instancename=nil, zoneid=nil, period=nil, instancetype=nil, vpcid=nil, subnetid=nil, msgretentiontime=nil, clusterid=nil, renewflag=nil, kafkaversion=nil, specificationstype=nil, disksize=nil, bandwidth=nil, partition=nil, tags=nil, disktype=nil)
|
1065
|
+
def initialize(instancename=nil, zoneid=nil, period=nil, instancetype=nil, vpcid=nil, subnetid=nil, msgretentiontime=nil, clusterid=nil, renewflag=nil, kafkaversion=nil, specificationstype=nil, disksize=nil, bandwidth=nil, partition=nil, tags=nil, disktype=nil, multizoneflag=nil, zoneids=nil)
|
1062
1066
|
@InstanceName = instancename
|
1063
1067
|
@ZoneId = zoneid
|
1064
1068
|
@Period = period
|
@@ -1075,6 +1079,8 @@ module TencentCloud
|
|
1075
1079
|
@Partition = partition
|
1076
1080
|
@Tags = tags
|
1077
1081
|
@DiskType = disktype
|
1082
|
+
@MultiZoneFlag = multizoneflag
|
1083
|
+
@ZoneIds = zoneids
|
1078
1084
|
end
|
1079
1085
|
|
1080
1086
|
def deserialize(params)
|
@@ -1101,6 +1107,8 @@ module TencentCloud
|
|
1101
1107
|
end
|
1102
1108
|
end
|
1103
1109
|
@DiskType = params['DiskType']
|
1110
|
+
@MultiZoneFlag = params['MultiZoneFlag']
|
1111
|
+
@ZoneIds = params['ZoneIds']
|
1104
1112
|
end
|
1105
1113
|
end
|
1106
1114
|
|
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.278
|
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-03-
|
11
|
+
date: 2022-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|