tencentcloud-sdk-tcss 3.0.385 → 3.0.388
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/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: c8aa71bf975ccee4b85be4990056b1874fd51e5d
|
4
|
+
data.tar.gz: fe88cc469d056da818cd2ac55a41d680417bce8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d792f5ceb0638cc4e29921a39a329ccb1364b96afb19e2f26f10291a94de8eaeb0f8581df6d6fb0c9fb294d1769db4f2028add45a90d8b98304ac87e40a6308b
|
7
|
+
data.tar.gz: d33d6ab2641348c9602941e49d747f3a998eebaca709d95144448108aeb7296ccc9c8a8f592776420e1880710e06748a08255cccb372489d65c50679fe16b23e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.388
|
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.388
|
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-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|