tencentcloud-sdk-ckafka 3.0.789 → 3.0.791

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 972ec0900bfc002f3d94c9fab560d41ec8a0f7a6
4
- data.tar.gz: 3671be0fb321c547da4a15591455ba60af744e0a
3
+ metadata.gz: 01f1a3f0a5ad73391eecc7669d44644965cd40f5
4
+ data.tar.gz: 258a19b0abf463072c86d6b104251477bb0c9f5f
5
5
  SHA512:
6
- metadata.gz: ce7226ff793e43e10a9890cf5fc6906f1732e774dff27a3cb294751001c187f93ce19b20b54f11b1206e681c0cb3cb994b2b8a9054474615c5c8bc06f72b4521
7
- data.tar.gz: 1ec4304726f1cf6042077c3efd1f4905bbea8fc3a52753240e08fa25d39bdec201fea92d3014373e7e10d04d8fc6e6e099b604cba3d2624663a85b9cb55c2175
6
+ metadata.gz: f9f8edad24099e055833443a665b94ebf1df67162c4c7e7b9b8dc461e3605864329c0e93cea8574f164e59dea32406d496283cad1ac6d565a17cb0d14c5d9ec6
7
+ data.tar.gz: 91bd2e5bfbe510c0890d26929416e3c216121292fae5293239f35dc43309f39af3f992a67245f1f08c6d0acb8f5427d304df6bea7869dacd542a8e095fc0c8fc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.789
1
+ 3.0.791
@@ -1710,7 +1710,7 @@ module TencentCloud
1710
1710
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1711
1711
  end
1712
1712
 
1713
- # 修改AC策略,目前只支持预设规则的是否应用到新增topic这一项的修改
1713
+ # 修改ACL策略,目前只支持预设规则的是否应用到新增topic这一项的修改
1714
1714
 
1715
1715
  # @param request: Request instance for ModifyAclRule.
1716
1716
  # @type request: :class:`Tencentcloud::ckafka::V20190819::ModifyAclRuleRequest`
@@ -2046,12 +2046,12 @@ module TencentCloud
2046
2046
  class CreateInstancePostRequest < TencentCloud::Common::AbstractModel
2047
2047
  # @param InstanceName: 实例名称,是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
2048
2048
  # @type InstanceName: String
2049
- # @param BandWidth: 实例内网峰值带宽。单位 MB/s。标准版需传入当前实例规格所对应的峰值带宽。注意如果创建的实例为专业版实例,峰值带宽,分区数等参数配置需要满足专业版的计费规格。
2050
- # @type BandWidth: Integer
2051
2049
  # @param VpcId: 创建的实例默认接入点所在的 vpc 对应 vpcId。目前不支持创建基础网络实例,因此该参数必填
2052
2050
  # @type VpcId: String
2053
2051
  # @param SubnetId: 子网id。创建实例默认接入点所在的子网对应的子网 id
2054
2052
  # @type SubnetId: String
2053
+ # @param BandWidth: 实例内网峰值带宽。单位 MB/s。标准版需传入当前实例规格所对应的峰值带宽。注意如果创建的实例为专业版实例,峰值带宽,分区数等参数配置需要满足专业版的计费规格。
2054
+ # @type BandWidth: Integer
2055
2055
  # @param InstanceType: 国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 1 即可。国际站标准版实例:入门型(general)]填写1;[标准型(standard)]填写2;[进阶型(advanced)]填写3;[容量型(capacity)]填写4;[高阶型1(specialized-1)]填写5;[高阶型2(specialized-2)]填写6;[高阶型3(specialized-3)]填写7;[高阶型4(specialized-4)]填写8。
2056
2056
  # @type InstanceType: Integer
2057
2057
  # @param MsgRetentionTime: 实例日志的默认最长保留时间,单位分钟。不传入该参数时默认为 1440 分钟(1天),最大30天。当 topic 显式设置消息保留时间时,以 topic 保留时间为准
@@ -2081,13 +2081,13 @@ module TencentCloud
2081
2081
  # @param PublicNetworkMonthly: 公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要 6Mbps 公网带宽,此处传 3。需要保证传入参数为 3 的整数倍
2082
2082
  # @type PublicNetworkMonthly: Integer
2083
2083
 
2084
- attr_accessor :InstanceName, :BandWidth, :VpcId, :SubnetId, :InstanceType, :MsgRetentionTime, :ClusterId, :KafkaVersion, :SpecificationsType, :DiskType, :DiskSize, :Partition, :TopicNum, :ZoneId, :MultiZoneFlag, :ZoneIds, :InstanceNum, :PublicNetworkMonthly
2084
+ attr_accessor :InstanceName, :VpcId, :SubnetId, :BandWidth, :InstanceType, :MsgRetentionTime, :ClusterId, :KafkaVersion, :SpecificationsType, :DiskType, :DiskSize, :Partition, :TopicNum, :ZoneId, :MultiZoneFlag, :ZoneIds, :InstanceNum, :PublicNetworkMonthly
2085
2085
 
2086
- def initialize(instancename=nil, bandwidth=nil, vpcid=nil, subnetid=nil, instancetype=nil, msgretentiontime=nil, clusterid=nil, kafkaversion=nil, specificationstype=nil, disktype=nil, disksize=nil, partition=nil, topicnum=nil, zoneid=nil, multizoneflag=nil, zoneids=nil, instancenum=nil, publicnetworkmonthly=nil)
2086
+ def initialize(instancename=nil, vpcid=nil, subnetid=nil, bandwidth=nil, instancetype=nil, msgretentiontime=nil, clusterid=nil, kafkaversion=nil, specificationstype=nil, disktype=nil, disksize=nil, partition=nil, topicnum=nil, zoneid=nil, multizoneflag=nil, zoneids=nil, instancenum=nil, publicnetworkmonthly=nil)
2087
2087
  @InstanceName = instancename
2088
- @BandWidth = bandwidth
2089
2088
  @VpcId = vpcid
2090
2089
  @SubnetId = subnetid
2090
+ @BandWidth = bandwidth
2091
2091
  @InstanceType = instancetype
2092
2092
  @MsgRetentionTime = msgretentiontime
2093
2093
  @ClusterId = clusterid
@@ -2106,9 +2106,9 @@ module TencentCloud
2106
2106
 
2107
2107
  def deserialize(params)
2108
2108
  @InstanceName = params['InstanceName']
2109
- @BandWidth = params['BandWidth']
2110
2109
  @VpcId = params['VpcId']
2111
2110
  @SubnetId = params['SubnetId']
2111
+ @BandWidth = params['BandWidth']
2112
2112
  @InstanceType = params['InstanceType']
2113
2113
  @MsgRetentionTime = params['MsgRetentionTime']
2114
2114
  @ClusterId = params['ClusterId']
@@ -8538,7 +8538,7 @@ module TencentCloud
8538
8538
  # @type InstanceId: String
8539
8539
  # @param RuleName: ACL策略名
8540
8540
  # @type RuleName: String
8541
- # @param IsApplied: 是否应用到新增的Topic
8541
+ # @param IsApplied: 修改预设规则时传入,是否应用到新增的Topic
8542
8542
  # @type IsApplied: Integer
8543
8543
 
8544
8544
  attr_accessor :InstanceId, :RuleName, :IsApplied
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.789
4
+ version: 3.0.791
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-24 00:00:00.000000000 Z
11
+ date: 2024-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common