tencentcloud-sdk-tcss 1.0.306 → 1.0.307

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201101/models.rb +38 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 773b3841ca359fa75a2a57d79a303dc2e22f38e3
4
- data.tar.gz: 2e1a5bed293bad2d7542e7e6203fca43428bad17
3
+ metadata.gz: 60d27165a7da2b67c6db8afe1d390fd77f2bdb3b
4
+ data.tar.gz: 4998c3da0782308282a23f1ba92677ae43debd2b
5
5
  SHA512:
6
- metadata.gz: 4f61876970e61babee70b9bb34db49045abdb564902e99418df4467d346eb59930dc0f6de2044097790b6739af049e174574e3ef2899588d55dbc9028bad0076
7
- data.tar.gz: 84a0c7a1256035094bb11b0850bf6cadfb60e35d46d0e9b5493b481798b75358169ea63f09c063ece9a29fd93c15b603157fff9d2927677b12d3accd0109253d
6
+ metadata.gz: 99d0e1d704162b57b755516549c1deaa5db75251949f84cb11e1e1e0313956321905cba18d20eff61f08852933cc78ca8589310d0470eaccc32c85c15e658209
7
+ data.tar.gz: 73d73a08ecb8dfed676c545af95166cd2e0d56690c17b5f65e10899ff23ef66b42160a9f6aa2191f0dc42f06ee38ad876b308ed87c9d2b7d4d49bec79b36bf5c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.306
1
+ 1.0.307
@@ -7224,12 +7224,28 @@ module TencentCloud
7224
7224
  # @type DefenderStatus: String
7225
7225
  # @param TaskCreateTime: 扫描任务创建时间
7226
7226
  # @type TaskCreateTime: String
7227
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7228
- # @type RequestId: String
7229
-
7230
- attr_accessor :ClusterId, :ClusterName, :ScanTaskProgress, :ClusterVersion, :ContainerRuntime, :ClusterNodeNum, :ClusterStatus, :ClusterType, :Region, :SeriousRiskCount, :HighRiskCount, :MiddleRiskCount, :HintRiskCount, :CheckStatus, :DefenderStatus, :TaskCreateTime, :RequestId
7231
-
7232
- 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, requestid=nil)
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.306
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-05-05 00:00:00.000000000 Z
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