tencentcloud-sdk-advisor 1.0.327 → 1.0.328
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/v20200721/models.rb +17 -4
- 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: 9a6796deaa6e456644fa81298f3d93945326381d
|
4
|
+
data.tar.gz: 615f2f62ce695682b161b327c0a64bb00217a74b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e1c3c31d21face6b8e0155704efc91eca9d3f160a40c78f940a4d9562ff9bfe3ec818f0378aedff8ef86327ca3829de3b022cd6e66be8b7beeaaecda7d01a6e
|
7
|
+
data.tar.gz: b62ca89e332b2bf1182bff7083909de0dd08e62c0dd98c4f657532e073a491cd09a82f1a35aa12ffd516c571bf8e97eebe0c097a4a4f8354f57ac3ad8371ff52
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.328
|
data/lib/v20200721/models.rb
CHANGED
@@ -159,19 +159,27 @@ module TencentCloud
|
|
159
159
|
# @type Limit: Integer
|
160
160
|
# @param Offset: 偏移量,默认0
|
161
161
|
# @type Offset: Integer
|
162
|
+
# @param Env: 环境
|
163
|
+
# @type Env: String
|
164
|
+
# @param TaskType: 任务类型
|
165
|
+
# @type TaskType: String
|
162
166
|
|
163
|
-
attr_accessor :StrategyId, :Limit, :Offset
|
167
|
+
attr_accessor :StrategyId, :Limit, :Offset, :Env, :TaskType
|
164
168
|
|
165
|
-
def initialize(strategyid=nil, limit=nil, offset=nil)
|
169
|
+
def initialize(strategyid=nil, limit=nil, offset=nil, env=nil, tasktype=nil)
|
166
170
|
@StrategyId = strategyid
|
167
171
|
@Limit = limit
|
168
172
|
@Offset = offset
|
173
|
+
@Env = env
|
174
|
+
@TaskType = tasktype
|
169
175
|
end
|
170
176
|
|
171
177
|
def deserialize(params)
|
172
178
|
@StrategyId = params['StrategyId']
|
173
179
|
@Limit = params['Limit']
|
174
180
|
@Offset = params['Offset']
|
181
|
+
@Env = params['Env']
|
182
|
+
@TaskType = params['TaskType']
|
175
183
|
end
|
176
184
|
end
|
177
185
|
|
@@ -190,16 +198,20 @@ module TencentCloud
|
|
190
198
|
# @param Risks: 风险实例详情列表,需要json decode
|
191
199
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
192
200
|
# @type Risks: String
|
201
|
+
# @param ResourceCount: 巡检资源数
|
202
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
203
|
+
# @type ResourceCount: Integer
|
193
204
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
194
205
|
# @type RequestId: String
|
195
206
|
|
196
|
-
attr_accessor :RiskFieldsDesc, :StrategyId, :RiskTotalCount, :Risks, :RequestId
|
207
|
+
attr_accessor :RiskFieldsDesc, :StrategyId, :RiskTotalCount, :Risks, :ResourceCount, :RequestId
|
197
208
|
|
198
|
-
def initialize(riskfieldsdesc=nil, strategyid=nil, risktotalcount=nil, risks=nil, requestid=nil)
|
209
|
+
def initialize(riskfieldsdesc=nil, strategyid=nil, risktotalcount=nil, risks=nil, resourcecount=nil, requestid=nil)
|
199
210
|
@RiskFieldsDesc = riskfieldsdesc
|
200
211
|
@StrategyId = strategyid
|
201
212
|
@RiskTotalCount = risktotalcount
|
202
213
|
@Risks = risks
|
214
|
+
@ResourceCount = resourcecount
|
203
215
|
@RequestId = requestid
|
204
216
|
end
|
205
217
|
|
@@ -215,6 +227,7 @@ module TencentCloud
|
|
215
227
|
@StrategyId = params['StrategyId']
|
216
228
|
@RiskTotalCount = params['RiskTotalCount']
|
217
229
|
@Risks = params['Risks']
|
230
|
+
@ResourceCount = params['ResourceCount']
|
218
231
|
@RequestId = params['RequestId']
|
219
232
|
end
|
220
233
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-advisor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.328
|
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-06-
|
11
|
+
date: 2022-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|