tencentcloud-sdk-cls 3.0.751 → 3.0.753
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/models.rb +33 -20
- 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: 8b906247f8fe4fa871587d1b0c07d882e05093fc
|
4
|
+
data.tar.gz: 4f09bdd484ae0762955d0c7c675d6f76a0760909
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 815e155dfc692ca7d025f4eeeaa20de342e941b629935118efa05bb6db183f160e4a07d56bb6a846967482afe222c81f542810df2e43af1087d2ca687136949b
|
7
|
+
data.tar.gz: 6a4626d4e8ac3a84b29d142b3c3fbfc9af1a2282db0ede08e0a3f4daeaf2d3c31d3c42badd72e378ac0df78ef039db1044f76d69756009ac59130cae26f2341c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.753
|
data/lib/v20201016/models.rb
CHANGED
@@ -228,9 +228,9 @@ module TencentCloud
|
|
228
228
|
# @param Name: 告警通知模板名称。
|
229
229
|
# @type Name: String
|
230
230
|
# @param Type: 告警模板的类型。可选值:
|
231
|
-
# <br><li> Trigger -
|
232
|
-
# <br><li> Recovery -
|
233
|
-
# <br><li> All -
|
231
|
+
# <br><li> Trigger - 告警触发</li>
|
232
|
+
# <br><li> Recovery - 告警恢复</li>
|
233
|
+
# <br><li> All - 告警触发和告警恢复</li>
|
234
234
|
# @type Type: String
|
235
235
|
# @param NoticeReceivers: 告警通知模板接收者信息。
|
236
236
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1393,9 +1393,9 @@ module TencentCloud
|
|
1393
1393
|
# @param Name: 通知渠道组名称。
|
1394
1394
|
# @type Name: String
|
1395
1395
|
# @param Type: 通知类型。可选值:
|
1396
|
-
# <li> Trigger - 告警触发
|
1397
|
-
# <li> Recovery -
|
1398
|
-
# <li> All -
|
1396
|
+
# <li> Trigger - 告警触发 </li>
|
1397
|
+
# <li> Recovery - 告警恢复</li>
|
1398
|
+
# <li> All - 告警触发和告警恢复</li>
|
1399
1399
|
# @type Type: String
|
1400
1400
|
# @param NoticeReceivers: 通知接收对象。
|
1401
1401
|
# @type NoticeReceivers: Array
|
@@ -2552,10 +2552,12 @@ module TencentCloud
|
|
2552
2552
|
# @type StartTime: Integer
|
2553
2553
|
# @param EndTime: 投递数据范围的结束时间点,不能填写未来时间。如果用户不填写,默认为持续投递,即无限。
|
2554
2554
|
# @type EndTime: Integer
|
2555
|
+
# @param StorageType: cos桶存储类型
|
2556
|
+
# @type StorageType: String
|
2555
2557
|
|
2556
|
-
attr_accessor :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode, :StartTime, :EndTime
|
2558
|
+
attr_accessor :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode, :StartTime, :EndTime, :StorageType
|
2557
2559
|
|
2558
|
-
def initialize(topicid=nil, bucket=nil, prefix=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil, filenamemode=nil, starttime=nil, endtime=nil)
|
2560
|
+
def initialize(topicid=nil, bucket=nil, prefix=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil, filenamemode=nil, starttime=nil, endtime=nil, storagetype=nil)
|
2559
2561
|
@TopicId = topicid
|
2560
2562
|
@Bucket = bucket
|
2561
2563
|
@Prefix = prefix
|
@@ -2569,6 +2571,7 @@ module TencentCloud
|
|
2569
2571
|
@FilenameMode = filenamemode
|
2570
2572
|
@StartTime = starttime
|
2571
2573
|
@EndTime = endtime
|
2574
|
+
@StorageType = storagetype
|
2572
2575
|
end
|
2573
2576
|
|
2574
2577
|
def deserialize(params)
|
@@ -2598,6 +2601,7 @@ module TencentCloud
|
|
2598
2601
|
@FilenameMode = params['FilenameMode']
|
2599
2602
|
@StartTime = params['StartTime']
|
2600
2603
|
@EndTime = params['EndTime']
|
2604
|
+
@StorageType = params['StorageType']
|
2601
2605
|
end
|
2602
2606
|
end
|
2603
2607
|
|
@@ -3464,25 +3468,25 @@ module TencentCloud
|
|
3464
3468
|
# @param Filters: <li> name
|
3465
3469
|
# 按照【通知渠道组名称】进行过滤。
|
3466
3470
|
# 类型:String
|
3467
|
-
#
|
3471
|
+
# 必选:否</li>
|
3468
3472
|
# <li> alarmNoticeId
|
3469
3473
|
# 按照【通知渠道组ID】进行过滤。
|
3470
3474
|
# 类型:String
|
3471
|
-
#
|
3475
|
+
# 必选:否</li>
|
3472
3476
|
# <li> uid
|
3473
3477
|
# 按照【接收用户ID】进行过滤。
|
3474
3478
|
# 类型:String
|
3475
|
-
#
|
3479
|
+
# 必选:否</li>
|
3476
3480
|
# <li> groupId
|
3477
3481
|
# 按照【接收用户组ID】进行过滤。
|
3478
3482
|
# 类型:String
|
3479
|
-
#
|
3483
|
+
# 必选:否</li>
|
3480
3484
|
|
3481
3485
|
# <li> deliverFlag
|
3482
3486
|
# 按照【投递状态】进行过滤。
|
3483
3487
|
# 类型:String
|
3484
3488
|
# 必选:否
|
3485
|
-
# 可选值: "1":未启用, "2": 已启用, "3"
|
3489
|
+
# 可选值: "1":未启用, "2": 已启用, "3":投递异常</li>
|
3486
3490
|
|
3487
3491
|
# 每次请求的Filters的上限为10,Filter.Values的上限为5。
|
3488
3492
|
# @type Filters: Array
|
@@ -6511,9 +6515,9 @@ module TencentCloud
|
|
6511
6515
|
# @param Name: 通知渠道组名称。
|
6512
6516
|
# @type Name: String
|
6513
6517
|
# @param Type: 通知类型。可选值:
|
6514
|
-
# <li> Trigger -
|
6515
|
-
# <li> Recovery -
|
6516
|
-
# <li> All -
|
6518
|
+
# <li> Trigger - 告警触发</li>
|
6519
|
+
# <li> Recovery - 告警恢复</li>
|
6520
|
+
# <li> All - 告警触发和告警恢复</li>
|
6517
6521
|
# @type Type: String
|
6518
6522
|
# @param NoticeReceivers: 通知接收对象。
|
6519
6523
|
# @type NoticeReceivers: Array
|
@@ -7521,10 +7525,12 @@ module TencentCloud
|
|
7521
7525
|
# @type Content: :class:`Tencentcloud::Cls.v20201016.models.ContentInfo`
|
7522
7526
|
# @param FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
7523
7527
|
# @type FilenameMode: Integer
|
7528
|
+
# @param StorageType: cos桶类型
|
7529
|
+
# @type StorageType: String
|
7524
7530
|
|
7525
|
-
attr_accessor :ShipperId, :Bucket, :Prefix, :Status, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode
|
7531
|
+
attr_accessor :ShipperId, :Bucket, :Prefix, :Status, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode, :StorageType
|
7526
7532
|
|
7527
|
-
def initialize(shipperid=nil, bucket=nil, prefix=nil, status=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil, filenamemode=nil)
|
7533
|
+
def initialize(shipperid=nil, bucket=nil, prefix=nil, status=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil, filenamemode=nil, storagetype=nil)
|
7528
7534
|
@ShipperId = shipperid
|
7529
7535
|
@Bucket = bucket
|
7530
7536
|
@Prefix = prefix
|
@@ -7537,6 +7543,7 @@ module TencentCloud
|
|
7537
7543
|
@Compress = compress
|
7538
7544
|
@Content = content
|
7539
7545
|
@FilenameMode = filenamemode
|
7546
|
+
@StorageType = storagetype
|
7540
7547
|
end
|
7541
7548
|
|
7542
7549
|
def deserialize(params)
|
@@ -7565,6 +7572,7 @@ module TencentCloud
|
|
7565
7572
|
@Content.deserialize(params['Content'])
|
7566
7573
|
end
|
7567
7574
|
@FilenameMode = params['FilenameMode']
|
7575
|
+
@StorageType = params['StorageType']
|
7568
7576
|
end
|
7569
7577
|
end
|
7570
7578
|
|
@@ -8850,10 +8858,13 @@ module TencentCloud
|
|
8850
8858
|
# 4:任务运行结束
|
8851
8859
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8852
8860
|
# @type HistoryStatus: Integer
|
8861
|
+
# @param StorageType: cos桶类型
|
8862
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8863
|
+
# @type StorageType: String
|
8853
8864
|
|
8854
|
-
attr_accessor :ShipperId, :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :Status, :FilterRules, :Partition, :Compress, :Content, :CreateTime, :FilenameMode, :StartTime, :EndTime, :Progress, :RemainTime, :HistoryStatus
|
8865
|
+
attr_accessor :ShipperId, :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :Status, :FilterRules, :Partition, :Compress, :Content, :CreateTime, :FilenameMode, :StartTime, :EndTime, :Progress, :RemainTime, :HistoryStatus, :StorageType
|
8855
8866
|
|
8856
|
-
def initialize(shipperid=nil, topicid=nil, bucket=nil, prefix=nil, shippername=nil, interval=nil, maxsize=nil, status=nil, filterrules=nil, partition=nil, compress=nil, content=nil, createtime=nil, filenamemode=nil, starttime=nil, endtime=nil, progress=nil, remaintime=nil, historystatus=nil)
|
8867
|
+
def initialize(shipperid=nil, topicid=nil, bucket=nil, prefix=nil, shippername=nil, interval=nil, maxsize=nil, status=nil, filterrules=nil, partition=nil, compress=nil, content=nil, createtime=nil, filenamemode=nil, starttime=nil, endtime=nil, progress=nil, remaintime=nil, historystatus=nil, storagetype=nil)
|
8857
8868
|
@ShipperId = shipperid
|
8858
8869
|
@TopicId = topicid
|
8859
8870
|
@Bucket = bucket
|
@@ -8873,6 +8884,7 @@ module TencentCloud
|
|
8873
8884
|
@Progress = progress
|
8874
8885
|
@RemainTime = remaintime
|
8875
8886
|
@HistoryStatus = historystatus
|
8887
|
+
@StorageType = storagetype
|
8876
8888
|
end
|
8877
8889
|
|
8878
8890
|
def deserialize(params)
|
@@ -8908,6 +8920,7 @@ module TencentCloud
|
|
8908
8920
|
@Progress = params['Progress']
|
8909
8921
|
@RemainTime = params['RemainTime']
|
8910
8922
|
@HistoryStatus = params['HistoryStatus']
|
8923
|
+
@StorageType = params['StorageType']
|
8911
8924
|
end
|
8912
8925
|
end
|
8913
8926
|
|
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.753
|
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-01-
|
11
|
+
date: 2024-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|