tencentcloud-sdk-tcss 1.0.304 → 1.0.307
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 +38 -6
- 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: 60d27165a7da2b67c6db8afe1d390fd77f2bdb3b
|
4
|
+
data.tar.gz: 4998c3da0782308282a23f1ba92677ae43debd2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99d0e1d704162b57b755516549c1deaa5db75251949f84cb11e1e1e0313956321905cba18d20eff61f08852933cc78ca8589310d0470eaccc32c85c15e658209
|
7
|
+
data.tar.gz: 73d73a08ecb8dfed676c545af95166cd2e0d56690c17b5f65e10899ff23ef66b42160a9f6aa2191f0dc42f06ee38ad876b308ed87c9d2b7d4d49bec79b36bf5c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.307
|
data/lib/v20201101/models.rb
CHANGED
@@ -7224,12 +7224,28 @@ module TencentCloud
|
|
7224
7224
|
# @type DefenderStatus: String
|
7225
7225
|
# @param TaskCreateTime: 扫描任务创建时间
|
7226
7226
|
# @type TaskCreateTime: String
|
7227
|
-
# @param
|
7228
|
-
# @type
|
7229
|
-
|
7230
|
-
|
7231
|
-
|
7232
|
-
|
7227
|
+
# @param NetworkType: 网络类型.PublicNetwork为公网类型,VPCNetwork为VPC网络
|
7228
|
+
# @type NetworkType: String
|
7229
|
+
# @param ApiServerAddress: API Server地址
|
7230
|
+
# @type ApiServerAddress: String
|
7231
|
+
# @param NodeCount: 节点数
|
7232
|
+
# @type NodeCount: Integer
|
7233
|
+
# @param NamespaceCount: 命名空间数
|
7234
|
+
# @type NamespaceCount: Integer
|
7235
|
+
# @param WorkloadCount: 工作负载数
|
7236
|
+
# @type WorkloadCount: Integer
|
7237
|
+
# @param PodCount: Pod数量
|
7238
|
+
# @type PodCount: Integer
|
7239
|
+
# @param ServiceCount: Service数量
|
7240
|
+
# @type ServiceCount: Integer
|
7241
|
+
# @param IngressCount: Ingress数量
|
7242
|
+
# @type IngressCount: Integer
|
7243
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
7244
|
+
# @type RequestId: String
|
7245
|
+
|
7246
|
+
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
|
7247
|
+
|
7248
|
+
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)
|
7233
7249
|
@ClusterId = clusterid
|
7234
7250
|
@ClusterName = clustername
|
7235
7251
|
@ScanTaskProgress = scantaskprogress
|
@@ -7246,6 +7262,14 @@ module TencentCloud
|
|
7246
7262
|
@CheckStatus = checkstatus
|
7247
7263
|
@DefenderStatus = defenderstatus
|
7248
7264
|
@TaskCreateTime = taskcreatetime
|
7265
|
+
@NetworkType = networktype
|
7266
|
+
@ApiServerAddress = apiserveraddress
|
7267
|
+
@NodeCount = nodecount
|
7268
|
+
@NamespaceCount = namespacecount
|
7269
|
+
@WorkloadCount = workloadcount
|
7270
|
+
@PodCount = podcount
|
7271
|
+
@ServiceCount = servicecount
|
7272
|
+
@IngressCount = ingresscount
|
7249
7273
|
@RequestId = requestid
|
7250
7274
|
end
|
7251
7275
|
|
@@ -7266,6 +7290,14 @@ module TencentCloud
|
|
7266
7290
|
@CheckStatus = params['CheckStatus']
|
7267
7291
|
@DefenderStatus = params['DefenderStatus']
|
7268
7292
|
@TaskCreateTime = params['TaskCreateTime']
|
7293
|
+
@NetworkType = params['NetworkType']
|
7294
|
+
@ApiServerAddress = params['ApiServerAddress']
|
7295
|
+
@NodeCount = params['NodeCount']
|
7296
|
+
@NamespaceCount = params['NamespaceCount']
|
7297
|
+
@WorkloadCount = params['WorkloadCount']
|
7298
|
+
@PodCount = params['PodCount']
|
7299
|
+
@ServiceCount = params['ServiceCount']
|
7300
|
+
@IngressCount = params['IngressCount']
|
7269
7301
|
@RequestId = params['RequestId']
|
7270
7302
|
end
|
7271
7303
|
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: 1.0.
|
4
|
+
version: 1.0.307
|
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-
|
11
|
+
date: 2022-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|