tencentcloud-sdk-tcss 1.0.255 → 1.0.256

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 +15 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e35a31ed3ddee8c998b5ba0c3b1e7ac27894c3cd
4
- data.tar.gz: 5ffe3b8124c27efcc443ad218f185235f7d60aad
3
+ metadata.gz: 79be3a9048b2bee9482ba46dc01a386757515da3
4
+ data.tar.gz: 654b93e1c3fee1d2014b7e5335e49bfc1cbe4809
5
5
  SHA512:
6
- metadata.gz: 71c2dba618fe14cf6d0066674e31bada885562f747f51616b9a6ce08160e6c544ee68e1821586537700f5f74a654e48e91c0087b6603d1e35d83ac0cafa940b0
7
- data.tar.gz: 6cd845714ab81fdb7814fc8383843b80104f74e674b1ea8cbae9af9f4eab2982873c522c80c0a04ab32085eb42a376f9baa68a646007884cb4ffc4c51dd5f7a0
6
+ metadata.gz: f4a2f3e0643d7ad5a6d8aad354321b6aab63db48f16146a395d304214f1c8f14a4572ac656dc3c06c98632203d1928a23f62ddcc63e42c6a0b673e37929a671e
7
+ data.tar.gz: 27245c067668772e83c6cf9810c4abf07958d13f02e96b9cf1050bea8707ae292c119c8b1fd638bd20f286092c2771044376657fcfc4427c1ec8da85cffe4ed3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.255
1
+ 1.0.256
@@ -1826,15 +1826,20 @@ module TencentCloud
1826
1826
  # @param ClusterName: K8S集群的名称。
1827
1827
  # 注意:此字段可能返回 null,表示取不到有效值。
1828
1828
  # @type ClusterName: String
1829
+ # @param ClusterVersion: K8S集群的版本。
1830
+ # 注意:此字段可能返回 null,表示取不到有效值。
1831
+ # @type ClusterVersion: String
1829
1832
 
1830
- attr_accessor :ClusterName
1833
+ attr_accessor :ClusterName, :ClusterVersion
1831
1834
 
1832
- def initialize(clustername=nil)
1835
+ def initialize(clustername=nil, clusterversion=nil)
1833
1836
  @ClusterName = clustername
1837
+ @ClusterVersion = clusterversion
1834
1838
  end
1835
1839
 
1836
1840
  def deserialize(params)
1837
1841
  @ClusterName = params['ClusterName']
1842
+ @ClusterVersion = params['ClusterVersion']
1838
1843
  end
1839
1844
  end
1840
1845
 
@@ -5073,15 +5078,19 @@ module TencentCloud
5073
5078
  class DescribeAssetImageRegistryDetailRequest < TencentCloud::Common::AbstractModel
5074
5079
  # @param Id: 仓库列表id
5075
5080
  # @type Id: Integer
5081
+ # @param ImageId: 镜像ID
5082
+ # @type ImageId: String
5076
5083
 
5077
- attr_accessor :Id
5084
+ attr_accessor :Id, :ImageId
5078
5085
 
5079
- def initialize(id=nil)
5086
+ def initialize(id=nil, imageid=nil)
5080
5087
  @Id = id
5088
+ @ImageId = imageid
5081
5089
  end
5082
5090
 
5083
5091
  def deserialize(params)
5084
5092
  @Id = params['Id']
5093
+ @ImageId = params['ImageId']
5085
5094
  end
5086
5095
  end
5087
5096
 
@@ -10359,7 +10368,7 @@ module TencentCloud
10359
10368
  class DescribeVirusTaskListResponse < TencentCloud::Common::AbstractModel
10360
10369
  # @param List: 文件查杀列表
10361
10370
  # @type List: Array
10362
- # @param TotalCount: 总数量
10371
+ # @param TotalCount: 总数量(容器任务数量)
10363
10372
  # @type TotalCount: Integer
10364
10373
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10365
10374
  # @type RequestId: String
@@ -12343,7 +12352,7 @@ module TencentCloud
12343
12352
  # @type EnableScan: Boolean
12344
12353
  # @param ScanPathAll: 扫描全部路径
12345
12354
  # @type ScanPathAll: Boolean
12346
- # @param ScanPathType: 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径
12355
+ # @param ScanPathType: 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径(扫描范围只能小于等于1)
12347
12356
  # @type ScanPathType: Integer
12348
12357
  # @param ScanPath: 自选排除或扫描的地址
12349
12358
  # @type ScanPath: Array
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.255
4
+ version: 1.0.256
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-02-14 00:00:00.000000000 Z
11
+ date: 2022-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common