tencentcloud-sdk-cls 3.0.806 → 3.0.808
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/v20201016/models.rb +53 -31
- 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: be27a8d9093b11592784a71587c2808174ee4855
|
4
|
+
data.tar.gz: ecbcfad2c401479f0aef0488128c1da8c91cfed6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d984cf2571e2837534fee59e408abe02175e88622e3e50a6330780bce13e141ac0a413f11a634bc9f09c5deea3b71df7799511d3248fbb3906978949073181a
|
7
|
+
data.tar.gz: a6ff29b49cdd59096efdcfbb09178798cbc15cb9ebaa70afa8411e677665b5648371511a585cde16df1a249c32c0583e0cb1b90749282298981ff16d09d4fbd5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.808
|
data/lib/v20201016/models.rb
CHANGED
@@ -789,7 +789,7 @@ module TencentCloud
|
|
789
789
|
|
790
790
|
# CheckRechargeKafkaServer请求参数结构体
|
791
791
|
class CheckRechargeKafkaServerRequest < TencentCloud::Common::AbstractModel
|
792
|
-
# @param KafkaType: 导入Kafka类型,0: 腾讯云CKafka
|
792
|
+
# @param KafkaType: 导入Kafka类型,0: 腾讯云CKafka;1: 用户自建Kafka。
|
793
793
|
# @type KafkaType: Integer
|
794
794
|
# @param KafkaInstance: 腾讯云CKafka实例ID。
|
795
795
|
# KafkaType为0时,KafkaInstance必填
|
@@ -797,9 +797,9 @@ module TencentCloud
|
|
797
797
|
# @param ServerAddr: 服务地址。
|
798
798
|
# KafkaType为1时,ServerAddr必填
|
799
799
|
# @type ServerAddr: String
|
800
|
-
# @param IsEncryptionAddr: ServerAddr
|
800
|
+
# @param IsEncryptionAddr: ServerAddr是否为加密连接,默认值false。当KafkaType为1用户自建kafka时生效。
|
801
801
|
# @type IsEncryptionAddr: Boolean
|
802
|
-
# @param Protocol: 加密访问协议。IsEncryptionAddr参数为true
|
802
|
+
# @param Protocol: 加密访问协议。KafkaType参数为1并且IsEncryptionAddr参数为true时必填。
|
803
803
|
# @type Protocol: :class:`Tencentcloud::Cls.v20201016.models.KafkaProtocolInfo`
|
804
804
|
|
805
805
|
attr_accessor :KafkaType, :KafkaInstance, :ServerAddr, :IsEncryptionAddr, :Protocol
|
@@ -2505,14 +2505,14 @@ module TencentCloud
|
|
2505
2505
|
# @type Offset: Integer
|
2506
2506
|
# @param LogRechargeRule: 日志导入规则。
|
2507
2507
|
# @type LogRechargeRule: :class:`Tencentcloud::Cls.v20201016.models.LogRechargeRuleInfo`
|
2508
|
-
# @param KafkaInstance: 腾讯云CKafka实例ID,KafkaType为0
|
2508
|
+
# @param KafkaInstance: 腾讯云CKafka实例ID,KafkaType为0时必填。
|
2509
2509
|
# @type KafkaInstance: String
|
2510
|
-
# @param ServerAddr: 服务地址,KafkaType为1
|
2510
|
+
# @param ServerAddr: 服务地址,KafkaType为1时必填。
|
2511
2511
|
# @type ServerAddr: String
|
2512
|
-
# @param IsEncryptionAddr: ServerAddr是否为加密连接,KafkaType为1
|
2512
|
+
# @param IsEncryptionAddr: ServerAddr是否为加密连接,KafkaType为1时必填。
|
2513
2513
|
# @type IsEncryptionAddr: Boolean
|
2514
2514
|
# @param Protocol: 加密访问协议。
|
2515
|
-
# KafkaType为1并且IsEncryptionAddr为true时Protocol
|
2515
|
+
# KafkaType为1并且IsEncryptionAddr为true时Protocol必填。
|
2516
2516
|
# @type Protocol: :class:`Tencentcloud::Cls.v20201016.models.KafkaProtocolInfo`
|
2517
2517
|
# @param ConsumerGroupName: 用户Kafka消费组名称
|
2518
2518
|
# @type ConsumerGroupName: String
|
@@ -2801,9 +2801,11 @@ module TencentCloud
|
|
2801
2801
|
class CreateShipperRequest < TencentCloud::Common::AbstractModel
|
2802
2802
|
# @param TopicId: 创建的投递规则所属的日志主题ID
|
2803
2803
|
# @type TopicId: String
|
2804
|
-
# @param Bucket:
|
2804
|
+
# @param Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
2805
2805
|
# @type Bucket: String
|
2806
|
-
# @param Prefix:
|
2806
|
+
# @param Prefix: 投递规则投递的新的目录前缀。
|
2807
|
+
# - 仅支持0-9A-Za-z-_/
|
2808
|
+
# - 最大支持256个字符
|
2807
2809
|
# @type Prefix: String
|
2808
2810
|
# @param ShipperName: 投递规则的名字
|
2809
2811
|
# @type ShipperName: String
|
@@ -2821,11 +2823,21 @@ module TencentCloud
|
|
2821
2823
|
# @type Content: :class:`Tencentcloud::Cls.v20201016.models.ContentInfo`
|
2822
2824
|
# @param FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
2823
2825
|
# @type FilenameMode: Integer
|
2824
|
-
# @param StartTime:
|
2826
|
+
# @param StartTime: 投递数据范围的开始时间点(秒级时间戳),不能超出日志主题的生命周期起点。
|
2827
|
+
# 如果用户不填写,默认为用户新建投递任务的时间。
|
2825
2828
|
# @type StartTime: Integer
|
2826
|
-
# @param EndTime:
|
2829
|
+
# @param EndTime: 投递数据范围的结束时间点(秒级时间戳),不能填写未来时间。
|
2830
|
+
# 如果用户不填写,默认为持续投递,即无限。
|
2827
2831
|
# @type EndTime: Integer
|
2828
|
-
# @param StorageType: cos
|
2832
|
+
# @param StorageType: cos桶存储类型。支持:STANDARD_IA、ARCHIVE、DEEP_ARCHIVE、STANDARD、MAZ_STANDARD、MAZ_STANDARD_IA、INTELLIGENT_TIERING。
|
2833
|
+
|
2834
|
+
# 1. STANDARD_IA:低频存储;
|
2835
|
+
# 2. ARCHIVE:归档存储;
|
2836
|
+
# 3. DEEP_ARCHIVE:深度归档存储;
|
2837
|
+
# 4. STANDARD:标准存储;
|
2838
|
+
# 5. MAZ_STANDARD:标准存储(多 AZ);
|
2839
|
+
# 6. MAZ_STANDARD_IA:低频存储(多 AZ);
|
2840
|
+
# 7. INTELLIGENT_TIERING:智能分层存储。
|
2829
2841
|
# @type StorageType: String
|
2830
2842
|
|
2831
2843
|
attr_accessor :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode, :StartTime, :EndTime, :StorageType
|
@@ -7672,15 +7684,15 @@ module TencentCloud
|
|
7672
7684
|
# @type TopicId: String
|
7673
7685
|
# @param Name: Kafka导入配置名称
|
7674
7686
|
# @type Name: String
|
7675
|
-
# @param KafkaType: 导入Kafka类型,0
|
7687
|
+
# @param KafkaType: 导入Kafka类型,0:腾讯云CKafka:1:用户自建Kafka。
|
7676
7688
|
# @type KafkaType: Integer
|
7677
|
-
# @param KafkaInstance: 腾讯云CKafka实例ID,KafkaType为0
|
7689
|
+
# @param KafkaInstance: 腾讯云CKafka实例ID,KafkaType为0时必填。
|
7678
7690
|
# @type KafkaInstance: String
|
7679
|
-
# @param ServerAddr:
|
7691
|
+
# @param ServerAddr: 服务地址,KafkaType为1时必填。
|
7680
7692
|
# @type ServerAddr: String
|
7681
|
-
# @param IsEncryptionAddr: ServerAddr
|
7693
|
+
# @param IsEncryptionAddr: ServerAddr是否为加密连接,KafkaType为1时必填。
|
7682
7694
|
# @type IsEncryptionAddr: Boolean
|
7683
|
-
# @param Protocol: 加密访问协议,IsEncryptionAddr参数为true
|
7695
|
+
# @param Protocol: 加密访问协议,KafkaType参数为1并且IsEncryptionAddr参数为true时必填。
|
7684
7696
|
# @type Protocol: :class:`Tencentcloud::Cls.v20201016.models.KafkaProtocolInfo`
|
7685
7697
|
# @param UserKafkaTopics: 用户需要导入的Kafka相关topic列表,多个topic之间使用半角逗号隔开
|
7686
7698
|
# @type UserKafkaTopics: String
|
@@ -7688,7 +7700,7 @@ module TencentCloud
|
|
7688
7700
|
# @type ConsumerGroupName: String
|
7689
7701
|
# @param LogRechargeRule: 日志导入规则
|
7690
7702
|
# @type LogRechargeRule: :class:`Tencentcloud::Cls.v20201016.models.LogRechargeRuleInfo`
|
7691
|
-
# @param StatusControl: 导入控制,1
|
7703
|
+
# @param StatusControl: 导入控制,1:暂停;2:继续。
|
7692
7704
|
# @type StatusControl: Integer
|
7693
7705
|
|
7694
7706
|
attr_accessor :Id, :TopicId, :Name, :KafkaType, :KafkaInstance, :ServerAddr, :IsEncryptionAddr, :Protocol, :UserKafkaTopics, :ConsumerGroupName, :LogRechargeRule, :StatusControl
|
@@ -7957,11 +7969,13 @@ module TencentCloud
|
|
7957
7969
|
class ModifyShipperRequest < TencentCloud::Common::AbstractModel
|
7958
7970
|
# @param ShipperId: 投递规则ID
|
7959
7971
|
# @type ShipperId: String
|
7960
|
-
# @param Bucket:
|
7972
|
+
# @param Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
7961
7973
|
# @type Bucket: String
|
7962
|
-
# @param Prefix:
|
7974
|
+
# @param Prefix: 投递规则投递的新的目录前缀。
|
7975
|
+
# - 仅支持0-9A-Za-z-_/
|
7976
|
+
# - 最大支持256个字符
|
7963
7977
|
# @type Prefix: String
|
7964
|
-
# @param Status:
|
7978
|
+
# @param Status: 投递规则的开关状态。true:开启投递任务;false:关闭投递任务。
|
7965
7979
|
# @type Status: Boolean
|
7966
7980
|
# @param ShipperName: 投递规则的名字
|
7967
7981
|
# @type ShipperName: String
|
@@ -7977,9 +7991,17 @@ module TencentCloud
|
|
7977
7991
|
# @type Compress: :class:`Tencentcloud::Cls.v20201016.models.CompressInfo`
|
7978
7992
|
# @param Content: 投递日志的内容格式配置
|
7979
7993
|
# @type Content: :class:`Tencentcloud::Cls.v20201016.models.ContentInfo`
|
7980
|
-
# @param FilenameMode: 投递文件命名配置,0:随机数命名,1
|
7994
|
+
# @param FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名。
|
7981
7995
|
# @type FilenameMode: Integer
|
7982
|
-
# @param StorageType: cos
|
7996
|
+
# @param StorageType: cos桶存储类型。支持:STANDARD_IA、ARCHIVE、DEEP_ARCHIVE、STANDARD、MAZ_STANDARD、MAZ_STANDARD_IA、INTELLIGENT_TIERING。
|
7997
|
+
|
7998
|
+
# 1. STANDARD_IA:低频存储;
|
7999
|
+
# 2. ARCHIVE:归档存储;
|
8000
|
+
# 3. DEEP_ARCHIVE:深度归档存储;
|
8001
|
+
# 4. STANDARD:标准存储;
|
8002
|
+
# 5. MAZ_STANDARD:标准存储(多 AZ);
|
8003
|
+
# 6. MAZ_STANDARD_IA:低频存储(多 AZ);
|
8004
|
+
# 7. INTELLIGENT_TIERING:智能分层存储。
|
7983
8005
|
# @type StorageType: String
|
7984
8006
|
|
7985
8007
|
attr_accessor :ShipperId, :Bucket, :Prefix, :Status, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode, :StorageType
|
@@ -8407,25 +8429,25 @@ module TencentCloud
|
|
8407
8429
|
|
8408
8430
|
# PreviewKafkaRecharge请求参数结构体
|
8409
8431
|
class PreviewKafkaRechargeRequest < TencentCloud::Common::AbstractModel
|
8410
|
-
# @param PreviewType: 预览类型,1
|
8432
|
+
# @param PreviewType: 预览类型,1:源数据预览;2:导出结果预览。
|
8411
8433
|
# @type PreviewType: Integer
|
8412
|
-
# @param KafkaType: 导入Kafka类型,0
|
8434
|
+
# @param KafkaType: 导入Kafka类型,0:腾讯云CKafka;1:用户自建Kafka。
|
8413
8435
|
# @type KafkaType: Integer
|
8414
|
-
# @param UserKafkaTopics: 用户需要导入的Kafka相关topic列表,多个topic
|
8436
|
+
# @param UserKafkaTopics: 用户需要导入的Kafka相关topic列表,多个topic之间使用半角逗号隔开。
|
8437
|
+
# 最多支持100个。
|
8415
8438
|
# @type UserKafkaTopics: String
|
8416
|
-
# @param Offset: 导入数据位置,-2
|
8439
|
+
# @param Offset: 导入数据位置,-2:最早;-1:最晚。
|
8417
8440
|
# @type Offset: Integer
|
8418
|
-
# @param KafkaInstance: 腾讯云CKafka实例ID
|
8419
|
-
# KafkaType为0时KafkaInstance必填
|
8441
|
+
# @param KafkaInstance: 腾讯云CKafka实例ID,当KafkaType为0时参数KafkaInstance有效且必填。
|
8420
8442
|
# @type KafkaInstance: String
|
8421
8443
|
# @param ServerAddr: 服务地址。
|
8422
|
-
# KafkaType为1时ServerAddr
|
8444
|
+
# KafkaType为1时ServerAddr必填。
|
8423
8445
|
# @type ServerAddr: String
|
8424
8446
|
# @param IsEncryptionAddr: ServerAddr是否为加密连接。
|
8425
8447
|
# KafkaType为1时有效。
|
8426
8448
|
# @type IsEncryptionAddr: Boolean
|
8427
8449
|
# @param Protocol: 加密访问协议。
|
8428
|
-
# KafkaType为1并且IsEncryptionAddr为true时Protocol
|
8450
|
+
# KafkaType为1并且IsEncryptionAddr为true时Protocol必填。
|
8429
8451
|
# @type Protocol: :class:`Tencentcloud::Cls.v20201016.models.KafkaProtocolInfo`
|
8430
8452
|
# @param ConsumerGroupName: 用户Kafka消费组
|
8431
8453
|
# @type ConsumerGroupName: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.808
|
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-04-
|
11
|
+
date: 2024-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|