tencentcloud-sdk-ckafka 3.0.952 → 3.0.953
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 +76 -62
- 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: 163a32bb5f8773202573932bbe8fec88a0e41985
|
4
|
+
data.tar.gz: b34e3fdded9774424197f55f95646d74a2140424
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1dfdc827c786551c86228ba7edd84745bcbaed5661279e165ae6c55c4812b9349fb9e823fd45ec36abc89fee26aa3530960e9bee739e57424a7d820f72a76d4c
|
7
|
+
data.tar.gz: 4dc885200d23b51c050da703dcb93ce5f7b951d61b428678d72e2559beff8cbd4d13d59e7d12f2b4fabb36d019a2b6c7da92eeaccbff7aba22127b389cf8fb45
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.953
|
data/lib/v20190819/models.rb
CHANGED
@@ -85,13 +85,13 @@ module TencentCloud
|
|
85
85
|
|
86
86
|
# AclRule列表接口出参
|
87
87
|
class AclRule < TencentCloud::Common::AbstractModel
|
88
|
-
# @param RuleName:
|
88
|
+
# @param RuleName: ACL规则名
|
89
89
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
90
90
|
# @type RuleName: String
|
91
|
-
# @param InstanceId:
|
91
|
+
# @param InstanceId: ckafka集群实例Id
|
92
92
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
93
93
|
# @type InstanceId: String
|
94
|
-
# @param PatternType:
|
94
|
+
# @param PatternType: ACL规则匹配类型,目前只支持前缀匹配,枚举值列表:PREFIXED
|
95
95
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
96
96
|
# @type PatternType: String
|
97
97
|
# @param Pattern: 表示前缀匹配的前缀的值
|
@@ -637,7 +637,7 @@ module TencentCloud
|
|
637
637
|
# @param TopicName: 主题名称
|
638
638
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
639
639
|
# @type TopicName: String
|
640
|
-
# @param TopicId: 主题
|
640
|
+
# @param TopicId: 主题Id
|
641
641
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
642
642
|
# @type TopicId: String
|
643
643
|
# @param DataSize: 主题占用Broker 容量大小
|
@@ -661,10 +661,10 @@ module TencentCloud
|
|
661
661
|
|
662
662
|
# broker维度topic 流量排行指标
|
663
663
|
class BrokerTopicFlowData < TencentCloud::Common::AbstractModel
|
664
|
-
# @param TopicName:
|
664
|
+
# @param TopicName: 主题名
|
665
665
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
666
666
|
# @type TopicName: String
|
667
|
-
# @param TopicId:
|
667
|
+
# @param TopicId: 主题Id
|
668
668
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
669
669
|
# @type TopicId: String
|
670
670
|
# @param TopicTraffic: Topic 流量(MB)
|
@@ -1196,11 +1196,11 @@ module TencentCloud
|
|
1196
1196
|
|
1197
1197
|
# Connection信息
|
1198
1198
|
class Connection < TencentCloud::Common::AbstractModel
|
1199
|
-
# @param TopicName:
|
1199
|
+
# @param TopicName: 主题名
|
1200
1200
|
# @type TopicName: String
|
1201
1201
|
# @param GroupId: 消费组ID
|
1202
1202
|
# @type GroupId: String
|
1203
|
-
# @param TopicId:
|
1203
|
+
# @param TopicId: 主题Id
|
1204
1204
|
# @type TopicId: String
|
1205
1205
|
|
1206
1206
|
attr_accessor :TopicName, :GroupId, :TopicId
|
@@ -2377,8 +2377,8 @@ module TencentCloud
|
|
2377
2377
|
|
2378
2378
|
attr_accessor :ReturnCode, :ReturnMessage, :Data, :DeleteRouteTimestamp
|
2379
2379
|
extend Gem::Deprecate
|
2380
|
-
deprecate :DeleteRouteTimestamp, :none, 2024,
|
2381
|
-
deprecate :DeleteRouteTimestamp=, :none, 2024,
|
2380
|
+
deprecate :DeleteRouteTimestamp, :none, 2024, 12
|
2381
|
+
deprecate :DeleteRouteTimestamp=, :none, 2024, 12
|
2382
2382
|
|
2383
2383
|
def initialize(returncode=nil, returnmessage=nil, data=nil, deleteroutetimestamp=nil)
|
2384
2384
|
@ReturnCode = returncode
|
@@ -3246,7 +3246,7 @@ module TencentCloud
|
|
3246
3246
|
|
3247
3247
|
# Datahub任务信息
|
3248
3248
|
class DatahubTaskInfo < TencentCloud::Common::AbstractModel
|
3249
|
-
# @param TaskId: 任务
|
3249
|
+
# @param TaskId: 任务Id
|
3250
3250
|
# @type TaskId: String
|
3251
3251
|
# @param TaskName: 任务名称
|
3252
3252
|
# @type TaskName: String
|
@@ -5167,7 +5167,7 @@ module TencentCloud
|
|
5167
5167
|
|
5168
5168
|
# DescribeGroup返回实体
|
5169
5169
|
class DescribeGroup < TencentCloud::Common::AbstractModel
|
5170
|
-
# @param Group:
|
5170
|
+
# @param Group: 消费分组名称
|
5171
5171
|
# @type Group: String
|
5172
5172
|
# @param Protocol: 该 group 使用的协议。
|
5173
5173
|
# @type Protocol: String
|
@@ -5815,9 +5815,9 @@ module TencentCloud
|
|
5815
5815
|
|
5816
5816
|
# DescribeTopicFlowRanking请求参数结构体
|
5817
5817
|
class DescribeTopicFlowRankingRequest < TencentCloud::Common::AbstractModel
|
5818
|
-
# @param InstanceId:
|
5818
|
+
# @param InstanceId: ckafka集群实例Id
|
5819
5819
|
# @type InstanceId: String
|
5820
|
-
# @param RankingType:
|
5820
|
+
# @param RankingType: 排行类别,PRO:Topic生产流量;CON:Topic消费流量
|
5821
5821
|
# @type RankingType: String
|
5822
5822
|
# @param BeginDate: 排行起始日期
|
5823
5823
|
# @type BeginDate: String
|
@@ -5847,7 +5847,7 @@ module TencentCloud
|
|
5847
5847
|
|
5848
5848
|
# DescribeTopicFlowRanking返回参数结构体
|
5849
5849
|
class DescribeTopicFlowRankingResponse < TencentCloud::Common::AbstractModel
|
5850
|
-
# @param Result:
|
5850
|
+
# @param Result: 流量排行返回结果
|
5851
5851
|
# @type Result: :class:`Tencentcloud::Ckafka.v20190819.models.TopicFlowRankingResult`
|
5852
5852
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5853
5853
|
# @type RequestId: String
|
@@ -6588,7 +6588,7 @@ module TencentCloud
|
|
6588
6588
|
|
6589
6589
|
# Es类型入参
|
6590
6590
|
class EsParam < TencentCloud::Common::AbstractModel
|
6591
|
-
# @param Resource: 实例资源
|
6591
|
+
# @param Resource: Es实例资源Id
|
6592
6592
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6593
6593
|
# @type Resource: String
|
6594
6594
|
# @param Port: Es的连接port
|
@@ -6735,7 +6735,7 @@ module TencentCloud
|
|
6735
6735
|
|
6736
6736
|
# EventBus配置
|
6737
6737
|
class EventBusParam < TencentCloud::Common::AbstractModel
|
6738
|
-
# @param Type: 资源类型。
|
6738
|
+
# @param Type: 资源类型。COS/ES/CLS
|
6739
6739
|
# @type Type: String
|
6740
6740
|
# @param SelfBuilt: 是否为自建集群
|
6741
6741
|
# @type SelfBuilt: Boolean
|
@@ -7216,7 +7216,7 @@ module TencentCloud
|
|
7216
7216
|
|
7217
7217
|
# 组实体
|
7218
7218
|
class Group < TencentCloud::Common::AbstractModel
|
7219
|
-
# @param GroupName:
|
7219
|
+
# @param GroupName: 消费分组名称
|
7220
7220
|
# @type GroupName: String
|
7221
7221
|
|
7222
7222
|
attr_accessor :GroupName
|
@@ -7817,11 +7817,11 @@ module TencentCloud
|
|
7817
7817
|
|
7818
7818
|
# 实例对象
|
7819
7819
|
class Instance < TencentCloud::Common::AbstractModel
|
7820
|
-
# @param InstanceId:
|
7820
|
+
# @param InstanceId: ckafka集群实例Id
|
7821
7821
|
# @type InstanceId: String
|
7822
|
-
# @param InstanceName:
|
7822
|
+
# @param InstanceName: ckafka集群实例Name
|
7823
7823
|
# @type InstanceName: String
|
7824
|
-
# @param Status: 实例的状态。0
|
7824
|
+
# @param Status: 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
|
7825
7825
|
# @type Status: Integer
|
7826
7826
|
# @param IfCommunity: 是否开源实例。开源:true,不开源:false
|
7827
7827
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7846,9 +7846,9 @@ module TencentCloud
|
|
7846
7846
|
|
7847
7847
|
# 实例属性返回结果对象
|
7848
7848
|
class InstanceAttributesResponse < TencentCloud::Common::AbstractModel
|
7849
|
-
# @param InstanceId:
|
7849
|
+
# @param InstanceId: ckafka集群实例Id
|
7850
7850
|
# @type InstanceId: String
|
7851
|
-
# @param InstanceName:
|
7851
|
+
# @param InstanceName: ckafka集群实例Name
|
7852
7852
|
# @type InstanceName: String
|
7853
7853
|
# @param VipList: 接入点 VIP 列表信息
|
7854
7854
|
# @type VipList: Array
|
@@ -7856,7 +7856,7 @@ module TencentCloud
|
|
7856
7856
|
# @type Vip: String
|
7857
7857
|
# @param Vport: 虚拟端口
|
7858
7858
|
# @type Vport: String
|
7859
|
-
# @param Status: 实例的状态。0
|
7859
|
+
# @param Status: 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
|
7860
7860
|
# @type Status: Integer
|
7861
7861
|
# @param Bandwidth: 实例带宽,单位:Mbps
|
7862
7862
|
# @type Bandwidth: Integer
|
@@ -7892,10 +7892,10 @@ module TencentCloud
|
|
7892
7892
|
# @param ExpireTime: 过期时间
|
7893
7893
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7894
7894
|
# @type ExpireTime: Integer
|
7895
|
-
# @param ZoneIds:
|
7895
|
+
# @param ZoneIds: 可用区列表
|
7896
7896
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7897
7897
|
# @type ZoneIds: Array
|
7898
|
-
# @param Version:
|
7898
|
+
# @param Version: ckafka集群实例版本
|
7899
7899
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7900
7900
|
# @type Version: String
|
7901
7901
|
# @param MaxGroupNum: 最大分组数
|
@@ -7934,10 +7934,18 @@ module TencentCloud
|
|
7934
7934
|
# @param InstanceChargeType: 实例计费类型
|
7935
7935
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7936
7936
|
# @type InstanceChargeType: String
|
7937
|
+
# @param ClusterType: 集群类型
|
7938
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7939
|
+
# @type ClusterType: String
|
7940
|
+
# @param FreePartitionNumber: 免费分区数量
|
7941
|
+
# @type FreePartitionNumber: Integer
|
7942
|
+
# @param ElasticFloatBandwidth: 弹性带宽上浮值
|
7943
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7944
|
+
# @type ElasticFloatBandwidth: Integer
|
7937
7945
|
|
7938
|
-
attr_accessor :InstanceId, :InstanceName, :VipList, :Vip, :Vport, :Status, :Bandwidth, :DiskSize, :ZoneId, :VpcId, :SubnetId, :Healthy, :HealthyMessage, :CreateTime, :MsgRetentionTime, :Config, :RemainderPartitions, :RemainderTopics, :CreatedPartitions, :CreatedTopics, :Tags, :ExpireTime, :ZoneIds, :Version, :MaxGroupNum, :Cvm, :InstanceType, :Features, :RetentionTimeConfig, :MaxConnection, :PublicNetwork, :DeleteRouteTimestamp, :RemainingPartitions, :RemainingTopics, :DynamicDiskConfig, :InstanceChargeType
|
7946
|
+
attr_accessor :InstanceId, :InstanceName, :VipList, :Vip, :Vport, :Status, :Bandwidth, :DiskSize, :ZoneId, :VpcId, :SubnetId, :Healthy, :HealthyMessage, :CreateTime, :MsgRetentionTime, :Config, :RemainderPartitions, :RemainderTopics, :CreatedPartitions, :CreatedTopics, :Tags, :ExpireTime, :ZoneIds, :Version, :MaxGroupNum, :Cvm, :InstanceType, :Features, :RetentionTimeConfig, :MaxConnection, :PublicNetwork, :DeleteRouteTimestamp, :RemainingPartitions, :RemainingTopics, :DynamicDiskConfig, :InstanceChargeType, :ClusterType, :FreePartitionNumber, :ElasticFloatBandwidth
|
7939
7947
|
|
7940
|
-
def initialize(instanceid=nil, instancename=nil, viplist=nil, vip=nil, vport=nil, status=nil, bandwidth=nil, disksize=nil, zoneid=nil, vpcid=nil, subnetid=nil, healthy=nil, healthymessage=nil, createtime=nil, msgretentiontime=nil, config=nil, remainderpartitions=nil, remaindertopics=nil, createdpartitions=nil, createdtopics=nil, tags=nil, expiretime=nil, zoneids=nil, version=nil, maxgroupnum=nil, cvm=nil, instancetype=nil, features=nil, retentiontimeconfig=nil, maxconnection=nil, publicnetwork=nil, deleteroutetimestamp=nil, remainingpartitions=nil, remainingtopics=nil, dynamicdiskconfig=nil, instancechargetype=nil)
|
7948
|
+
def initialize(instanceid=nil, instancename=nil, viplist=nil, vip=nil, vport=nil, status=nil, bandwidth=nil, disksize=nil, zoneid=nil, vpcid=nil, subnetid=nil, healthy=nil, healthymessage=nil, createtime=nil, msgretentiontime=nil, config=nil, remainderpartitions=nil, remaindertopics=nil, createdpartitions=nil, createdtopics=nil, tags=nil, expiretime=nil, zoneids=nil, version=nil, maxgroupnum=nil, cvm=nil, instancetype=nil, features=nil, retentiontimeconfig=nil, maxconnection=nil, publicnetwork=nil, deleteroutetimestamp=nil, remainingpartitions=nil, remainingtopics=nil, dynamicdiskconfig=nil, instancechargetype=nil, clustertype=nil, freepartitionnumber=nil, elasticfloatbandwidth=nil)
|
7941
7949
|
@InstanceId = instanceid
|
7942
7950
|
@InstanceName = instancename
|
7943
7951
|
@VipList = viplist
|
@@ -7974,6 +7982,9 @@ module TencentCloud
|
|
7974
7982
|
@RemainingTopics = remainingtopics
|
7975
7983
|
@DynamicDiskConfig = dynamicdiskconfig
|
7976
7984
|
@InstanceChargeType = instancechargetype
|
7985
|
+
@ClusterType = clustertype
|
7986
|
+
@FreePartitionNumber = freepartitionnumber
|
7987
|
+
@ElasticFloatBandwidth = elasticfloatbandwidth
|
7977
7988
|
end
|
7978
7989
|
|
7979
7990
|
def deserialize(params)
|
@@ -8036,6 +8047,9 @@ module TencentCloud
|
|
8036
8047
|
@DynamicDiskConfig.deserialize(params['DynamicDiskConfig'])
|
8037
8048
|
end
|
8038
8049
|
@InstanceChargeType = params['InstanceChargeType']
|
8050
|
+
@ClusterType = params['ClusterType']
|
8051
|
+
@FreePartitionNumber = params['FreePartitionNumber']
|
8052
|
+
@ElasticFloatBandwidth = params['ElasticFloatBandwidth']
|
8039
8053
|
end
|
8040
8054
|
end
|
8041
8055
|
|
@@ -8102,9 +8116,9 @@ module TencentCloud
|
|
8102
8116
|
|
8103
8117
|
# 实例详情
|
8104
8118
|
class InstanceDetail < TencentCloud::Common::AbstractModel
|
8105
|
-
# @param InstanceId:
|
8119
|
+
# @param InstanceId: ckafka集群实例Id
|
8106
8120
|
# @type InstanceId: String
|
8107
|
-
# @param InstanceName:
|
8121
|
+
# @param InstanceName: ckafka集群实例名称
|
8108
8122
|
# @type InstanceName: String
|
8109
8123
|
# @param Vip: 访问实例的vip 信息
|
8110
8124
|
# @type Vip: String
|
@@ -8112,11 +8126,11 @@ module TencentCloud
|
|
8112
8126
|
# @type Vport: String
|
8113
8127
|
# @param VipList: 虚拟IP列表
|
8114
8128
|
# @type VipList: Array
|
8115
|
-
# @param Status: 实例的状态。0
|
8129
|
+
# @param Status: 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
|
8116
8130
|
# @type Status: Integer
|
8117
8131
|
# @param Bandwidth: 实例带宽,单位Mbps
|
8118
8132
|
# @type Bandwidth: Integer
|
8119
|
-
# @param DiskSize:
|
8133
|
+
# @param DiskSize: ckafka集群实例磁盘大小,单位G
|
8120
8134
|
# @type DiskSize: Integer
|
8121
8135
|
# @param ZoneId: 可用区域ID
|
8122
8136
|
# @type ZoneId: Integer
|
@@ -8149,10 +8163,10 @@ module TencentCloud
|
|
8149
8163
|
# @param Cvm: ckafka售卖类型
|
8150
8164
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8151
8165
|
# @type Cvm: Integer
|
8152
|
-
# @param InstanceType: ckafka
|
8166
|
+
# @param InstanceType: ckafka集群实例类型
|
8153
8167
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8154
8168
|
# @type InstanceType: String
|
8155
|
-
# @param DiskType:
|
8169
|
+
# @param DiskType: ckafka集群实例磁盘类型
|
8156
8170
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8157
8171
|
# @type DiskType: String
|
8158
8172
|
# @param MaxTopicNumber: 当前规格最大Topic数
|
@@ -8167,13 +8181,13 @@ module TencentCloud
|
|
8167
8181
|
# @param PartitionNumber: 实例当前partition数量
|
8168
8182
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8169
8183
|
# @type PartitionNumber: Integer
|
8170
|
-
# @param PublicNetworkChargeType:
|
8184
|
+
# @param PublicNetworkChargeType: ckafka集群实例公网带宽类型
|
8171
8185
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8172
8186
|
# @type PublicNetworkChargeType: String
|
8173
|
-
# @param PublicNetwork:
|
8187
|
+
# @param PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
|
8174
8188
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8175
8189
|
# @type PublicNetwork: Integer
|
8176
|
-
# @param ClusterType:
|
8190
|
+
# @param ClusterType: ckafka集群实例底层集群类型
|
8177
8191
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8178
8192
|
# @type ClusterType: String
|
8179
8193
|
# @param Features: 实例功能列表
|
@@ -8516,9 +8530,9 @@ module TencentCloud
|
|
8516
8530
|
class KafkaParam < TencentCloud::Common::AbstractModel
|
8517
8531
|
# @param SelfBuilt: 是否为自建集群
|
8518
8532
|
# @type SelfBuilt: Boolean
|
8519
|
-
# @param Resource:
|
8533
|
+
# @param Resource: ckafka集群实例Id
|
8520
8534
|
# @type Resource: String
|
8521
|
-
# @param Topic:
|
8535
|
+
# @param Topic: 主题名,多个以“,”分隔
|
8522
8536
|
# @type Topic: String
|
8523
8537
|
# @param OffsetType: Offset类型,最开始位置earliest,最新位置latest,时间点位置timestamp
|
8524
8538
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -8529,10 +8543,10 @@ module TencentCloud
|
|
8529
8543
|
# @param ResourceName: 实例资源名称
|
8530
8544
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8531
8545
|
# @type ResourceName: String
|
8532
|
-
# @param ZoneId:
|
8546
|
+
# @param ZoneId: 可用区
|
8533
8547
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8534
8548
|
# @type ZoneId: Integer
|
8535
|
-
# @param TopicId:
|
8549
|
+
# @param TopicId: 主题Id
|
8536
8550
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8537
8551
|
# @type TopicId: String
|
8538
8552
|
# @param PartitionNum: Topic的分区数
|
@@ -8758,7 +8772,7 @@ module TencentCloud
|
|
8758
8772
|
# @param Resource: 该MariaDB在连接管理内的Id
|
8759
8773
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8760
8774
|
# @type Resource: String
|
8761
|
-
# @param SnapshotMode: 复制存量信息(schema_only不复制, initial全量)
|
8775
|
+
# @param SnapshotMode: 复制存量信息(schema_only不复制, initial全量),默认值initial
|
8762
8776
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8763
8777
|
# @type SnapshotMode: String
|
8764
8778
|
# @param KeyColumns: 格式:库1.表1:字段1,字段2;库2.表2:字段2,表之间;(分号)隔开,字段之间,(逗号)隔开。不指定的表默认取表的主键
|
@@ -9204,8 +9218,8 @@ module TencentCloud
|
|
9204
9218
|
|
9205
9219
|
attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte
|
9206
9220
|
extend Gem::Deprecate
|
9207
|
-
deprecate :DynamicDiskConfig, :none, 2024,
|
9208
|
-
deprecate :DynamicDiskConfig=, :none, 2024,
|
9221
|
+
deprecate :DynamicDiskConfig, :none, 2024, 12
|
9222
|
+
deprecate :DynamicDiskConfig=, :none, 2024, 12
|
9209
9223
|
|
9210
9224
|
def initialize(instanceid=nil, msgretentiontime=nil, instancename=nil, config=nil, dynamicretentionconfig=nil, rebalancetime=nil, publicnetwork=nil, dynamicdiskconfig=nil, maxmessagebyte=nil)
|
9211
9225
|
@InstanceId = instanceid
|
@@ -9979,7 +9993,7 @@ module TencentCloud
|
|
9979
9993
|
# @param Resource: 该MySQL在连接管理内的Id
|
9980
9994
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9981
9995
|
# @type Resource: String
|
9982
|
-
# @param SnapshotMode: 复制存量信息(schema_only不复制, initial全量)
|
9996
|
+
# @param SnapshotMode: 复制存量信息(schema_only不复制, initial全量),默认值initial
|
9983
9997
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9984
9998
|
# @type SnapshotMode: String
|
9985
9999
|
# @param DdlTopic: 存放MySQL的Ddl信息的Topic,为空则默认不存放
|
@@ -10173,10 +10187,10 @@ module TencentCloud
|
|
10173
10187
|
|
10174
10188
|
# 分区和位移
|
10175
10189
|
class PartitionOffset < TencentCloud::Common::AbstractModel
|
10176
|
-
# @param Partition:
|
10190
|
+
# @param Partition: 分区
|
10177
10191
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10178
10192
|
# @type Partition: String
|
10179
|
-
# @param Offset:
|
10193
|
+
# @param Offset: 位点偏移量
|
10180
10194
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10181
10195
|
# @type Offset: Integer
|
10182
10196
|
|
@@ -10608,7 +10622,7 @@ module TencentCloud
|
|
10608
10622
|
# @param RegionCodeV3: 地域代码(V3版本)
|
10609
10623
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10610
10624
|
# @type RegionCodeV3: String
|
10611
|
-
# @param Support: NONE
|
10625
|
+
# @param Support: NONE:默认值不支持任何特殊类型 实例类型
|
10612
10626
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10613
10627
|
# @type Support: String
|
10614
10628
|
# @param Ipv6: 是否支持ipv6, 0:表示不支持,1:表示支持
|
@@ -10736,7 +10750,7 @@ module TencentCloud
|
|
10736
10750
|
# 2:SSL(SSL加密通信,没有带用户信息,老版本及社区版本都支持)
|
10737
10751
|
# 3:SASL_SSL(SSL加密通信,在数据开始时,会通过SASL方式登录鉴权,仅社区版本支持)
|
10738
10752
|
# @type AccessType: Integer
|
10739
|
-
# @param RouteId: 路由
|
10753
|
+
# @param RouteId: 路由Id
|
10740
10754
|
# @type RouteId: Integer
|
10741
10755
|
# @param VipType: vip网络类型(1:外网TGW 2:基础网络 3:VPC网络 4:支撑网络(idc 环境) 5:SSL外网访问方式访问 6:黑石环境vpc 7:支撑网络(cvm 环境)
|
10742
10756
|
# @type VipType: Integer
|
@@ -10751,13 +10765,13 @@ module TencentCloud
|
|
10751
10765
|
# @param DeleteTimestamp: 时间戳
|
10752
10766
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10753
10767
|
# @type DeleteTimestamp: String
|
10754
|
-
# @param Subnet:
|
10768
|
+
# @param Subnet: 子网Id
|
10755
10769
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10756
10770
|
# @type Subnet: String
|
10757
10771
|
# @param BrokerVipList: 虚拟IP列表(1对1 broker节点)
|
10758
10772
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10759
10773
|
# @type BrokerVipList: Array
|
10760
|
-
# @param VpcId:
|
10774
|
+
# @param VpcId: 私有网络Id
|
10761
10775
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10762
10776
|
# @type VpcId: String
|
10763
10777
|
|
@@ -11622,7 +11636,7 @@ module TencentCloud
|
|
11622
11636
|
# @type PartitionNum: Integer
|
11623
11637
|
# @param ReplicaNum: 副本数
|
11624
11638
|
# @type ReplicaNum: Integer
|
11625
|
-
# @param TopicTraffic: Topic
|
11639
|
+
# @param TopicTraffic: Topic 流量,单位MB(设置date时以sum方式聚合)
|
11626
11640
|
# @type TopicTraffic: String
|
11627
11641
|
# @param MessageHeap: Topic 消息堆积
|
11628
11642
|
# @type MessageHeap: Integer
|
@@ -11887,7 +11901,7 @@ module TencentCloud
|
|
11887
11901
|
|
11888
11902
|
# 分区详情
|
11889
11903
|
class TopicPartitionDO < TencentCloud::Common::AbstractModel
|
11890
|
-
# @param Partition: Partition ID
|
11904
|
+
# @param Partition: Partition 分区ID
|
11891
11905
|
# @type Partition: Integer
|
11892
11906
|
# @param LeaderStatus: Leader 运行状态
|
11893
11907
|
# @type LeaderStatus: Integer
|
@@ -12360,21 +12374,21 @@ module TencentCloud
|
|
12360
12374
|
|
12361
12375
|
# zone信息实体
|
12362
12376
|
class ZoneInfo < TencentCloud::Common::AbstractModel
|
12363
|
-
# @param ZoneId:
|
12377
|
+
# @param ZoneId: 可用区
|
12364
12378
|
# @type ZoneId: String
|
12365
12379
|
# @param IsInternalApp: 是否内部APP
|
12366
12380
|
# @type IsInternalApp: Integer
|
12367
|
-
# @param AppId:
|
12381
|
+
# @param AppId: 应用标识
|
12368
12382
|
# @type AppId: Integer
|
12369
12383
|
# @param Flag: 标识
|
12370
12384
|
# @type Flag: Boolean
|
12371
|
-
# @param ZoneName:
|
12385
|
+
# @param ZoneName: 可用区名称
|
12372
12386
|
# @type ZoneName: String
|
12373
|
-
# @param ZoneStatus:
|
12387
|
+
# @param ZoneStatus: 可用区状态
|
12374
12388
|
# @type ZoneStatus: Integer
|
12375
12389
|
# @param Exflag: 额外标识
|
12376
12390
|
# @type Exflag: String
|
12377
|
-
# @param SoldOut:
|
12391
|
+
# @param SoldOut: true为售罄,false为未售罄
|
12378
12392
|
# @type SoldOut: String
|
12379
12393
|
# @param SalesInfo: 标准版售罄信息
|
12380
12394
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -12384,8 +12398,8 @@ module TencentCloud
|
|
12384
12398
|
|
12385
12399
|
attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo, :ExtraFlag
|
12386
12400
|
extend Gem::Deprecate
|
12387
|
-
deprecate :Exflag, :none, 2024,
|
12388
|
-
deprecate :Exflag=, :none, 2024,
|
12401
|
+
deprecate :Exflag, :none, 2024, 12
|
12402
|
+
deprecate :Exflag=, :none, 2024, 12
|
12389
12403
|
|
12390
12404
|
def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil, extraflag=nil)
|
12391
12405
|
@ZoneId = zoneid
|
@@ -12448,13 +12462,13 @@ module TencentCloud
|
|
12448
12462
|
# @param Physical: 购买物理独占版配置
|
12449
12463
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
12450
12464
|
# @type Physical: String
|
12451
|
-
# @param PublicNetwork: 公网带宽
|
12465
|
+
# @param PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
|
12452
12466
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
12453
12467
|
# @type PublicNetwork: String
|
12454
12468
|
# @param PublicNetworkLimit: 公网带宽配置
|
12455
12469
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
12456
12470
|
# @type PublicNetworkLimit: String
|
12457
|
-
# @param RequestId: 请求
|
12471
|
+
# @param RequestId: 请求Id
|
12458
12472
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
12459
12473
|
# @type RequestId: String
|
12460
12474
|
# @param Version: 版本
|
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.
|
4
|
+
version: 3.0.953
|
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-12-
|
11
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|