tencentcloud-sdk-ckafka 1.0.277 → 1.0.278

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190819/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e38c7a9956770dc5551c217135a05b3622830913
4
- data.tar.gz: 4430f5d3303d694f58ebc9de08f7eff9e5e977ca
3
+ metadata.gz: b279316fffea221010d9f7bc2d4e0b1f6f52e8d2
4
+ data.tar.gz: 23f2d1f312b8b9b4348c3d41dd6b7705b477c9bf
5
5
  SHA512:
6
- metadata.gz: c81c984ebe6451f3bc991292598dea9394f61b22d1193c4297c3eb9c19b0907cb035c7fe77c3710b6e892cdf3fe55890cc2c2c6b40f3bc83bc9b608a44bca9fe
7
- data.tar.gz: 7954ffbbf19d46d1a7611ed2823ca5c8e5ff18ad4c5298e5ba91d13803d03c9e76c93cd3d35999f567c2bb5c5701f1e8c82e46f2a354eceaa887c8b4f1e276b8
6
+ metadata.gz: 34ec16f0bec554440c443fb0651ec4a43f01062cc5b823549e8c7b28d1b232e74c634193813ec24e8031746bcfdecc9b22fc82efcf9f7e595e3b6a2e14e11c4e
7
+ data.tar.gz: 0032871da8f57f2210839929e33705fd7d8ee4ff2c91ea08c69960faf963bceebcff01cd8d1161faf7a1473d92146b3182b3e46abeb7de344e91bfb89039bab6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.277
1
+ 1.0.278
@@ -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.277
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-16 00:00:00.000000000 Z
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