tencentcloud-sdk-cat 1.0.303 → 1.0.306
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/v20180409/models.rb +10 -2
- 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: 2976b768074064bc47d691a38e473305b95530a6
|
4
|
+
data.tar.gz: 0ae451dd68ffaa4132090c2f1c24cc0d4eebe1b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc1741a5057f2e04fa635bdcff2dad194d1c506793e2f77dbeb5de2b50cf146646ea0f7c89de8dca673d24e1a6e103ee4e168934e15b3e9e4178eb3f22c37976
|
7
|
+
data.tar.gz: acfb3cf2bc7c9b68db37de4a7d235e77b2afd187527be1808a63f2107ce9030555e2ddb0e606f2bf3cf2cf4046aeea6922d91e945ed336ff6b3d90891dab4307
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.306
|
data/lib/v20180409/models.rb
CHANGED
@@ -585,10 +585,14 @@ module TencentCloud
|
|
585
585
|
# @type Cron: String
|
586
586
|
# @param Tag: 资源标签值
|
587
587
|
# @type Tag: Array
|
588
|
+
# @param ProbeType: 测试类型,包含定时测试与即时测试
|
589
|
+
# @type ProbeType: Integer
|
590
|
+
# @param PluginSource: 插件类型
|
591
|
+
# @type PluginSource: String
|
588
592
|
|
589
|
-
attr_accessor :BatchTasks, :TaskType, :Nodes, :Interval, :Parameters, :TaskCategory, :Cron, :Tag
|
593
|
+
attr_accessor :BatchTasks, :TaskType, :Nodes, :Interval, :Parameters, :TaskCategory, :Cron, :Tag, :ProbeType, :PluginSource
|
590
594
|
|
591
|
-
def initialize(batchtasks=nil, tasktype=nil, nodes=nil, interval=nil, parameters=nil, taskcategory=nil, cron=nil, tag=nil)
|
595
|
+
def initialize(batchtasks=nil, tasktype=nil, nodes=nil, interval=nil, parameters=nil, taskcategory=nil, cron=nil, tag=nil, probetype=nil, pluginsource=nil)
|
592
596
|
@BatchTasks = batchtasks
|
593
597
|
@TaskType = tasktype
|
594
598
|
@Nodes = nodes
|
@@ -597,6 +601,8 @@ module TencentCloud
|
|
597
601
|
@TaskCategory = taskcategory
|
598
602
|
@Cron = cron
|
599
603
|
@Tag = tag
|
604
|
+
@ProbeType = probetype
|
605
|
+
@PluginSource = pluginsource
|
600
606
|
end
|
601
607
|
|
602
608
|
def deserialize(params)
|
@@ -622,6 +628,8 @@ module TencentCloud
|
|
622
628
|
@Tag << tag_tmp
|
623
629
|
end
|
624
630
|
end
|
631
|
+
@ProbeType = params['ProbeType']
|
632
|
+
@PluginSource = params['PluginSource']
|
625
633
|
end
|
626
634
|
end
|
627
635
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.306
|
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-
|
11
|
+
date: 2022-05-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|