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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200721/models.rb +17 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 819e53628a0c870cad8d0da9a6b176914efc796f
4
- data.tar.gz: cfac2caef0f974c5cd9ab7dd5a9b081b3762cf9e
3
+ metadata.gz: 9a6796deaa6e456644fa81298f3d93945326381d
4
+ data.tar.gz: 615f2f62ce695682b161b327c0a64bb00217a74b
5
5
  SHA512:
6
- metadata.gz: b1be3c8970271667298c2292f07c9ca5644e3c1614571d55bf2e4523cde1c26564bab6905aaef898767a1511dca193119e4712760304df328f569b6210688b3e
7
- data.tar.gz: 20fad9f228370ca64824b866260e34fee03326f4e71f9290382a92518d0e099f01d9c4630fc79b823f2d83ed5cd92e2d6f906a9fbae809e5c6635446d62a107c
6
+ metadata.gz: 4e1c3c31d21face6b8e0155704efc91eca9d3f160a40c78f940a4d9562ff9bfe3ec818f0378aedff8ef86327ca3829de3b022cd6e66be8b7beeaaecda7d01a6e
7
+ data.tar.gz: b62ca89e332b2bf1182bff7083909de0dd08e62c0dd98c4f657532e073a491cd09a82f1a35aa12ffd516c571bf8e97eebe0c097a4a4f8354f57ac3ad8371ff52
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.327
1
+ 1.0.328
@@ -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.327
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-06 00:00:00.000000000 Z
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