tencentcloud-sdk-tcss 1.0.306 → 1.0.309

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.
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: 5ba63b9572a35a257b40ba500efe5a0a2836c199
4
+ data.tar.gz: 35e348670fd26f1056553f34cf7c3538b37f6bc4
5
5
  SHA512:
6
- metadata.gz: 4f61876970e61babee70b9bb34db49045abdb564902e99418df4467d346eb59930dc0f6de2044097790b6739af049e174574e3ef2899588d55dbc9028bad0076
7
- data.tar.gz: 84a0c7a1256035094bb11b0850bf6cadfb60e35d46d0e9b5493b481798b75358169ea63f09c063ece9a29fd93c15b603157fff9d2927677b12d3accd0109253d
6
+ metadata.gz: affc43e555b73ab1985121bee6cf5ed6c4c928685e170c9c6659297477dd82f8d84792c0f7b915fc783c79a39fad9a5882a096da2fd92cd87f08950ce6982483
7
+ data.tar.gz: b8bfd4b8d46defd2ea73f20f8aacb102adb0b6482fc785026649f74f164cb17cee9771f57466af57e691ecd87c6ab207cd01133b4e88c2bae0c1506fd9089e63
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.306
1
+ 1.0.309
@@ -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.309
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-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common