tencentcloud-sdk-tcss 3.0.541 → 3.0.543
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 +13 -5
- 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: 7e399962b5c8dd513d8036bf614b2e8110e2c97a
|
4
|
+
data.tar.gz: 44cffa7f451f685aebf125fd05ef179ef285a283
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 413f94ab5cc5becac3bf9a0b62361b0e718db67dfb347b601cec2cf64d906f14f6f086596baea364eafb3340a06f588e4292676b50fdc3c080dccb44c6f5f5d4
|
7
|
+
data.tar.gz: 56ecacaa1cf9d426a977e0bb967df899da2811afdbae4616dbbe603213854b7d4f39f01b801a2e4c9f6aa1a2b93dc8d09c727cf3eefed820886e6b242fe25bbf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.543
|
data/lib/v20201101/models.rb
CHANGED
@@ -8051,7 +8051,7 @@ module TencentCloud
|
|
8051
8051
|
|
8052
8052
|
# DescribeAssetHostDetail返回参数结构体
|
8053
8053
|
class DescribeAssetHostDetailResponse < TencentCloud::Common::AbstractModel
|
8054
|
-
# @param UUID:
|
8054
|
+
# @param UUID: 容器安全uuid
|
8055
8055
|
# @type UUID: String
|
8056
8056
|
# @param UpdateTime: 更新时间
|
8057
8057
|
# @type UpdateTime: String
|
@@ -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.543
|
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-
|
11
|
+
date: 2023-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|