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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180409/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c96544149415bcd4fae7a6181dff54724900709c
4
- data.tar.gz: e2b37606c3043e1c2b727e0e7a4ebe3219653662
3
+ metadata.gz: 2976b768074064bc47d691a38e473305b95530a6
4
+ data.tar.gz: 0ae451dd68ffaa4132090c2f1c24cc0d4eebe1b5
5
5
  SHA512:
6
- metadata.gz: 891cc83853d8f63f0a250dd527a872edb4444aa3aea9c2100ac5754f0dc3ad05b9912f7c110fb265be4be6bc7fe0e95343834f44e64e9989df0a4b7217580ed3
7
- data.tar.gz: 44d84b2214d4a745d17ad0433ec87514a431caacdea6b203034884ab7c3b9478569c20086492ff4eec51fd0fcf62aa6059fc68972ce98b1efd9df1bb1e0dc169
6
+ metadata.gz: bc1741a5057f2e04fa635bdcff2dad194d1c506793e2f77dbeb5de2b50cf146646ea0f7c89de8dca673d24e1a6e103ee4e168934e15b3e9e4178eb3f22c37976
7
+ data.tar.gz: acfb3cf2bc7c9b68db37de4a7d235e77b2afd187527be1808a63f2107ce9030555e2ddb0e606f2bf3cf2cf4046aeea6922d91e945ed336ff6b3d90891dab4307
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.303
1
+ 1.0.306
@@ -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.303
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-04-26 00:00:00.000000000 Z
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