tencentcloud-sdk-advisor 3.0.1025 → 3.0.1026
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 +0 -13
- 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: beecbd25cf9020aad885c1842fc64215f4f83bcf
|
4
|
+
data.tar.gz: 5f0ea8269d7aca5949e9c67f315d346c5ec0925f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 527d0669c675c4c97e397d262b984ce39d99156685ac30c0f905c605b350db0e1033db0d5ad349fb9b1f8165a4bf64b1bfb64a451cbaa36a2ae01b98960a491a
|
7
|
+
data.tar.gz: 4546997775f16ee93f892b1ff6ba2267cecfd1a8f6ff3d1c9554f28837e8645441a58bca778f0bac90b695669040264930f29b0916e01ecfc7ad7d7a039237cf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1026
|
data/lib/v20200721/models.rb
CHANGED
@@ -20,13 +20,10 @@ module TencentCloud
|
|
20
20
|
# 评估项警告条件
|
21
21
|
class Conditions < TencentCloud::Common::AbstractModel
|
22
22
|
# @param ConditionId: 警告条件ID
|
23
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24
23
|
# @type ConditionId: Integer
|
25
24
|
# @param Level: 警告级别,2:中风险,3:高风险
|
26
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27
25
|
# @type Level: Integer
|
28
26
|
# @param LevelDesc: 警告级别描述
|
29
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30
27
|
# @type LevelDesc: String
|
31
28
|
# @param Desc: 警告条件描述
|
32
29
|
# @type Desc: String
|
@@ -62,7 +59,6 @@ module TencentCloud
|
|
62
59
|
# DescribeStrategies返回参数结构体
|
63
60
|
class DescribeStrategiesResponse < TencentCloud::Common::AbstractModel
|
64
61
|
# @param Strategies: 评估项列表
|
65
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
66
62
|
# @type Strategies: Array
|
67
63
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
68
64
|
# @type RequestId: String
|
@@ -231,31 +227,22 @@ module TencentCloud
|
|
231
227
|
# 评估项信息
|
232
228
|
class Strategies < TencentCloud::Common::AbstractModel
|
233
229
|
# @param StrategyId: 评估项ID
|
234
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
235
230
|
# @type StrategyId: Integer
|
236
231
|
# @param Name: 评估项名称
|
237
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
238
232
|
# @type Name: String
|
239
233
|
# @param Desc: 评估项描述
|
240
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
241
234
|
# @type Desc: String
|
242
235
|
# @param Product: 评估项对应产品ID
|
243
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
244
236
|
# @type Product: String
|
245
237
|
# @param ProductDesc: 评估项对应产品名称
|
246
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
247
238
|
# @type ProductDesc: String
|
248
239
|
# @param Repair: 评估项优化建议
|
249
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
250
240
|
# @type Repair: String
|
251
241
|
# @param GroupId: 评估项类别ID
|
252
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
253
242
|
# @type GroupId: Integer
|
254
243
|
# @param GroupName: 评估项类别名称
|
255
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
256
244
|
# @type GroupName: String
|
257
245
|
# @param Conditions: 评估项风险列表
|
258
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
259
246
|
# @type Conditions: Array
|
260
247
|
|
261
248
|
attr_accessor :StrategyId, :Name, :Desc, :Product, :ProductDesc, :Repair, :GroupId, :GroupName, :Conditions
|
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: 3.0.
|
4
|
+
version: 3.0.1026
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|