tencentcloud-sdk-tcss 3.0.386 → 3.0.387
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201101/models.rb +18 -2
- 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: 2f3f6084afdfc3ff5a14ef44fedf460e49b449f8
|
4
|
+
data.tar.gz: 570f018a28c051eec19ff99fa152bd10ac933617
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e52f42a3ef3427950bf1fa3b8374f0e4e3326e796efb13ff3e07dacb7892d758d1e63378baead8b25e19b84fbccaf36887ea80ed7693f0b8f5425f79ac296d5
|
7
|
+
data.tar.gz: 4711658d552d08f2f6f5bec44e45c9c5907af2cd8720578a79979f31f9655355f9eea2b8d75755c6ba6ba21f003391d3544d8fc3f7d5b8a87e34708e95d370b9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.387
|
data/lib/v20201101/models.rb
CHANGED
@@ -7479,18 +7479,30 @@ module TencentCloud
|
|
7479
7479
|
# @type IndependentClusterCount: Integer
|
7480
7480
|
# @param NoRiskClusterCount: 无风险的集群数量
|
7481
7481
|
# @type NoRiskClusterCount: Integer
|
7482
|
+
# @param CheckedClusterCount: 已经检查集群数
|
7483
|
+
# @type CheckedClusterCount: Integer
|
7484
|
+
# @param AutoCheckClusterCount: 自动检查集群数
|
7485
|
+
# @type AutoCheckClusterCount: Integer
|
7486
|
+
# @param ManualCheckClusterCount: 手动检查集群数
|
7487
|
+
# @type ManualCheckClusterCount: Integer
|
7488
|
+
# @param FailedClusterCount: 检查失败集群数
|
7489
|
+
# @type FailedClusterCount: Integer
|
7482
7490
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
7483
7491
|
# @type RequestId: String
|
7484
7492
|
|
7485
|
-
attr_accessor :TotalCount, :RiskClusterCount, :UncheckClusterCount, :ManagedClusterCount, :IndependentClusterCount, :NoRiskClusterCount, :RequestId
|
7493
|
+
attr_accessor :TotalCount, :RiskClusterCount, :UncheckClusterCount, :ManagedClusterCount, :IndependentClusterCount, :NoRiskClusterCount, :CheckedClusterCount, :AutoCheckClusterCount, :ManualCheckClusterCount, :FailedClusterCount, :RequestId
|
7486
7494
|
|
7487
|
-
def initialize(totalcount=nil, riskclustercount=nil, uncheckclustercount=nil, managedclustercount=nil, independentclustercount=nil, noriskclustercount=nil, requestid=nil)
|
7495
|
+
def initialize(totalcount=nil, riskclustercount=nil, uncheckclustercount=nil, managedclustercount=nil, independentclustercount=nil, noriskclustercount=nil, checkedclustercount=nil, autocheckclustercount=nil, manualcheckclustercount=nil, failedclustercount=nil, requestid=nil)
|
7488
7496
|
@TotalCount = totalcount
|
7489
7497
|
@RiskClusterCount = riskclustercount
|
7490
7498
|
@UncheckClusterCount = uncheckclustercount
|
7491
7499
|
@ManagedClusterCount = managedclustercount
|
7492
7500
|
@IndependentClusterCount = independentclustercount
|
7493
7501
|
@NoRiskClusterCount = noriskclustercount
|
7502
|
+
@CheckedClusterCount = checkedclustercount
|
7503
|
+
@AutoCheckClusterCount = autocheckclustercount
|
7504
|
+
@ManualCheckClusterCount = manualcheckclustercount
|
7505
|
+
@FailedClusterCount = failedclustercount
|
7494
7506
|
@RequestId = requestid
|
7495
7507
|
end
|
7496
7508
|
|
@@ -7501,6 +7513,10 @@ module TencentCloud
|
|
7501
7513
|
@ManagedClusterCount = params['ManagedClusterCount']
|
7502
7514
|
@IndependentClusterCount = params['IndependentClusterCount']
|
7503
7515
|
@NoRiskClusterCount = params['NoRiskClusterCount']
|
7516
|
+
@CheckedClusterCount = params['CheckedClusterCount']
|
7517
|
+
@AutoCheckClusterCount = params['AutoCheckClusterCount']
|
7518
|
+
@ManualCheckClusterCount = params['ManualCheckClusterCount']
|
7519
|
+
@FailedClusterCount = params['FailedClusterCount']
|
7504
7520
|
@RequestId = params['RequestId']
|
7505
7521
|
end
|
7506
7522
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.387
|
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-08-
|
11
|
+
date: 2022-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|