tencentcloud-sdk-tcss 3.0.541 → 3.0.542
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 +12 -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: bb0c1d68393b4a833bb918b5cc49757d4a679474
|
4
|
+
data.tar.gz: 168a25e07b55c4b8838fe2172d61c30ba1f8616f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44e4a7d0ac2d8b77adf9aa5fa0fd30d27b83d4b59890f74b66aa9e4d1113fa82b15d59d36c0f6ce72c813b9e287632702d6f31e4708370c69cc82e67eb045405
|
7
|
+
data.tar.gz: 555a9f3493037c15910e9a744725dc3d00d0670ac812b05ee30f605831c5d65dd3a21d99ba27669cbdbd4f2abf211a432155b948741354be9fa1af0eda4a0b9c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.542
|
data/lib/v20201101/models.rb
CHANGED
@@ -10897,12 +10897,14 @@ module TencentCloud
|
|
10897
10897
|
# @type ServiceCount: Integer
|
10898
10898
|
# @param IngressCount: Ingress数量
|
10899
10899
|
# @type IngressCount: Integer
|
10900
|
+
# @param MasterIps: 主节点的ip列表
|
10901
|
+
# @type MasterIps: String
|
10900
10902
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
10901
10903
|
# @type RequestId: String
|
10902
10904
|
|
10903
|
-
attr_accessor :ClusterId, :ClusterName, :ScanTaskProgress, :ClusterVersion, :ContainerRuntime, :ClusterNodeNum, :ClusterStatus, :ClusterType, :Region, :SeriousRiskCount, :HighRiskCount, :MiddleRiskCount, :HintRiskCount, :CheckStatus, :DefenderStatus, :TaskCreateTime, :NetworkType, :ApiServerAddress, :NodeCount, :NamespaceCount, :WorkloadCount, :PodCount, :ServiceCount, :IngressCount, :RequestId
|
10905
|
+
attr_accessor :ClusterId, :ClusterName, :ScanTaskProgress, :ClusterVersion, :ContainerRuntime, :ClusterNodeNum, :ClusterStatus, :ClusterType, :Region, :SeriousRiskCount, :HighRiskCount, :MiddleRiskCount, :HintRiskCount, :CheckStatus, :DefenderStatus, :TaskCreateTime, :NetworkType, :ApiServerAddress, :NodeCount, :NamespaceCount, :WorkloadCount, :PodCount, :ServiceCount, :IngressCount, :MasterIps, :RequestId
|
10904
10906
|
|
10905
|
-
def initialize(clusterid=nil, clustername=nil, scantaskprogress=nil, clusterversion=nil, containerruntime=nil, clusternodenum=nil, clusterstatus=nil, clustertype=nil, region=nil, seriousriskcount=nil, highriskcount=nil, middleriskcount=nil, hintriskcount=nil, checkstatus=nil, defenderstatus=nil, taskcreatetime=nil, networktype=nil, apiserveraddress=nil, nodecount=nil, namespacecount=nil, workloadcount=nil, podcount=nil, servicecount=nil, ingresscount=nil, requestid=nil)
|
10907
|
+
def initialize(clusterid=nil, clustername=nil, scantaskprogress=nil, clusterversion=nil, containerruntime=nil, clusternodenum=nil, clusterstatus=nil, clustertype=nil, region=nil, seriousriskcount=nil, highriskcount=nil, middleriskcount=nil, hintriskcount=nil, checkstatus=nil, defenderstatus=nil, taskcreatetime=nil, networktype=nil, apiserveraddress=nil, nodecount=nil, namespacecount=nil, workloadcount=nil, podcount=nil, servicecount=nil, ingresscount=nil, masterips=nil, requestid=nil)
|
10906
10908
|
@ClusterId = clusterid
|
10907
10909
|
@ClusterName = clustername
|
10908
10910
|
@ScanTaskProgress = scantaskprogress
|
@@ -10927,6 +10929,7 @@ module TencentCloud
|
|
10927
10929
|
@PodCount = podcount
|
10928
10930
|
@ServiceCount = servicecount
|
10929
10931
|
@IngressCount = ingresscount
|
10932
|
+
@MasterIps = masterips
|
10930
10933
|
@RequestId = requestid
|
10931
10934
|
end
|
10932
10935
|
|
@@ -10955,6 +10958,7 @@ module TencentCloud
|
|
10955
10958
|
@PodCount = params['PodCount']
|
10956
10959
|
@ServiceCount = params['ServiceCount']
|
10957
10960
|
@IngressCount = params['IngressCount']
|
10961
|
+
@MasterIps = params['MasterIps']
|
10958
10962
|
@RequestId = params['RequestId']
|
10959
10963
|
end
|
10960
10964
|
end
|
@@ -10992,12 +10996,14 @@ module TencentCloud
|
|
10992
10996
|
# @type ManualCheckClusterCount: Integer
|
10993
10997
|
# @param FailedClusterCount: 检查失败集群数
|
10994
10998
|
# @type FailedClusterCount: Integer
|
10999
|
+
# @param NotImportedClusterCount: 未导入的集群数量
|
11000
|
+
# @type NotImportedClusterCount: Integer
|
10995
11001
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
10996
11002
|
# @type RequestId: String
|
10997
11003
|
|
10998
|
-
attr_accessor :TotalCount, :RiskClusterCount, :UncheckClusterCount, :ManagedClusterCount, :IndependentClusterCount, :NoRiskClusterCount, :CheckedClusterCount, :AutoCheckClusterCount, :ManualCheckClusterCount, :FailedClusterCount, :RequestId
|
11004
|
+
attr_accessor :TotalCount, :RiskClusterCount, :UncheckClusterCount, :ManagedClusterCount, :IndependentClusterCount, :NoRiskClusterCount, :CheckedClusterCount, :AutoCheckClusterCount, :ManualCheckClusterCount, :FailedClusterCount, :NotImportedClusterCount, :RequestId
|
10999
11005
|
|
11000
|
-
def initialize(totalcount=nil, riskclustercount=nil, uncheckclustercount=nil, managedclustercount=nil, independentclustercount=nil, noriskclustercount=nil, checkedclustercount=nil, autocheckclustercount=nil, manualcheckclustercount=nil, failedclustercount=nil, requestid=nil)
|
11006
|
+
def initialize(totalcount=nil, riskclustercount=nil, uncheckclustercount=nil, managedclustercount=nil, independentclustercount=nil, noriskclustercount=nil, checkedclustercount=nil, autocheckclustercount=nil, manualcheckclustercount=nil, failedclustercount=nil, notimportedclustercount=nil, requestid=nil)
|
11001
11007
|
@TotalCount = totalcount
|
11002
11008
|
@RiskClusterCount = riskclustercount
|
11003
11009
|
@UncheckClusterCount = uncheckclustercount
|
@@ -11008,6 +11014,7 @@ module TencentCloud
|
|
11008
11014
|
@AutoCheckClusterCount = autocheckclustercount
|
11009
11015
|
@ManualCheckClusterCount = manualcheckclustercount
|
11010
11016
|
@FailedClusterCount = failedclustercount
|
11017
|
+
@NotImportedClusterCount = notimportedclustercount
|
11011
11018
|
@RequestId = requestid
|
11012
11019
|
end
|
11013
11020
|
|
@@ -11022,6 +11029,7 @@ module TencentCloud
|
|
11022
11029
|
@AutoCheckClusterCount = params['AutoCheckClusterCount']
|
11023
11030
|
@ManualCheckClusterCount = params['ManualCheckClusterCount']
|
11024
11031
|
@FailedClusterCount = params['FailedClusterCount']
|
11032
|
+
@NotImportedClusterCount = params['NotImportedClusterCount']
|
11025
11033
|
@RequestId = params['RequestId']
|
11026
11034
|
end
|
11027
11035
|
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.542
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03
|
11
|
+
date: 2023-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|