tencentcloud-sdk-cat 1.0.314 → 1.0.317
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 +24 -6
- 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: 4488e3453fdd90bf2c46fd5f4374da9f5d562bec
|
4
|
+
data.tar.gz: 3315f17b1d69701d1cafcad1f4284958f2a932a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5072d93455159b59d0fd2cc611e675a1458d61246baedad931f2b617b368df369703329928e2551aaf548e8fc24927bc687b4625671de12f769c0a71a23bcf77
|
7
|
+
data.tar.gz: ef3d91ed6ff3ec5132215de331f4753a52eb10d1114f67149e7c7103d960d6f8b60c0caa3a44a9787a5eb1a2fe79d1fa26d3a49a60b0df67dce9602efca51b6a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.317
|
data/lib/v20180409/models.rb
CHANGED
@@ -589,10 +589,12 @@ module TencentCloud
|
|
589
589
|
# @type ProbeType: Integer
|
590
590
|
# @param PluginSource: 插件类型
|
591
591
|
# @type PluginSource: String
|
592
|
+
# @param ClientNum: 客户度ID
|
593
|
+
# @type ClientNum: String
|
592
594
|
|
593
|
-
attr_accessor :BatchTasks, :TaskType, :Nodes, :Interval, :Parameters, :TaskCategory, :Cron, :Tag, :ProbeType, :PluginSource
|
595
|
+
attr_accessor :BatchTasks, :TaskType, :Nodes, :Interval, :Parameters, :TaskCategory, :Cron, :Tag, :ProbeType, :PluginSource, :ClientNum
|
594
596
|
|
595
|
-
def initialize(batchtasks=nil, tasktype=nil, nodes=nil, interval=nil, parameters=nil, taskcategory=nil, cron=nil, tag=nil, probetype=nil, pluginsource=nil)
|
597
|
+
def initialize(batchtasks=nil, tasktype=nil, nodes=nil, interval=nil, parameters=nil, taskcategory=nil, cron=nil, tag=nil, probetype=nil, pluginsource=nil, clientnum=nil)
|
596
598
|
@BatchTasks = batchtasks
|
597
599
|
@TaskType = tasktype
|
598
600
|
@Nodes = nodes
|
@@ -603,6 +605,7 @@ module TencentCloud
|
|
603
605
|
@Tag = tag
|
604
606
|
@ProbeType = probetype
|
605
607
|
@PluginSource = pluginsource
|
608
|
+
@ClientNum = clientnum
|
606
609
|
end
|
607
610
|
|
608
611
|
def deserialize(params)
|
@@ -630,21 +633,26 @@ module TencentCloud
|
|
630
633
|
end
|
631
634
|
@ProbeType = params['ProbeType']
|
632
635
|
@PluginSource = params['PluginSource']
|
636
|
+
@ClientNum = params['ClientNum']
|
633
637
|
end
|
634
638
|
end
|
635
639
|
|
636
640
|
# CreateProbeTasks返回参数结构体
|
637
641
|
class CreateProbeTasksResponse < TencentCloud::Common::AbstractModel
|
642
|
+
# @param TaskIDs: 任务ID列表
|
643
|
+
# @type TaskIDs: Array
|
638
644
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
639
645
|
# @type RequestId: String
|
640
646
|
|
641
|
-
attr_accessor :RequestId
|
647
|
+
attr_accessor :TaskIDs, :RequestId
|
642
648
|
|
643
|
-
def initialize(requestid=nil)
|
649
|
+
def initialize(taskids=nil, requestid=nil)
|
650
|
+
@TaskIDs = taskids
|
644
651
|
@RequestId = requestid
|
645
652
|
end
|
646
653
|
|
647
654
|
def deserialize(params)
|
655
|
+
@TaskIDs = params['TaskIDs']
|
648
656
|
@RequestId = params['RequestId']
|
649
657
|
end
|
650
658
|
end
|
@@ -2734,10 +2742,16 @@ module TencentCloud
|
|
2734
2742
|
# <li> 3 = 国外 </li>
|
2735
2743
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2736
2744
|
# @type Location: Integer
|
2745
|
+
# @param CodeType: 节点类型
|
2746
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2747
|
+
# @type CodeType: String
|
2748
|
+
# @param NodeDefineStatus: 节点状态:1-运行,2-下线
|
2749
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2750
|
+
# @type NodeDefineStatus: Integer
|
2737
2751
|
|
2738
|
-
attr_accessor :Name, :Code, :Type, :NetService, :District, :City, :IPType, :Location
|
2752
|
+
attr_accessor :Name, :Code, :Type, :NetService, :District, :City, :IPType, :Location, :CodeType, :NodeDefineStatus
|
2739
2753
|
|
2740
|
-
def initialize(name=nil, code=nil, type=nil, netservice=nil, district=nil, city=nil, iptype=nil, location=nil)
|
2754
|
+
def initialize(name=nil, code=nil, type=nil, netservice=nil, district=nil, city=nil, iptype=nil, location=nil, codetype=nil, nodedefinestatus=nil)
|
2741
2755
|
@Name = name
|
2742
2756
|
@Code = code
|
2743
2757
|
@Type = type
|
@@ -2746,6 +2760,8 @@ module TencentCloud
|
|
2746
2760
|
@City = city
|
2747
2761
|
@IPType = iptype
|
2748
2762
|
@Location = location
|
2763
|
+
@CodeType = codetype
|
2764
|
+
@NodeDefineStatus = nodedefinestatus
|
2749
2765
|
end
|
2750
2766
|
|
2751
2767
|
def deserialize(params)
|
@@ -2757,6 +2773,8 @@ module TencentCloud
|
|
2757
2773
|
@City = params['City']
|
2758
2774
|
@IPType = params['IPType']
|
2759
2775
|
@Location = params['Location']
|
2776
|
+
@CodeType = params['CodeType']
|
2777
|
+
@NodeDefineStatus = params['NodeDefineStatus']
|
2760
2778
|
end
|
2761
2779
|
end
|
2762
2780
|
|
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.317
|
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-05-
|
11
|
+
date: 2022-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|