tencentcloud-sdk-tcss 1.0.254 → 1.0.258

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 +15 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d30a19b950815d692c5c7601109fa28d7741b8a
4
- data.tar.gz: 8b54e9a3aeaf98de23fbd1113b357aa80d342ff8
3
+ metadata.gz: 8a84a88b60a9db5733c743bcdfd7df84d43492dc
4
+ data.tar.gz: 5f8b6ab4b793267636ed5096d115bdef4fe6d22d
5
5
  SHA512:
6
- metadata.gz: 31279f6d1f817697b6b0ef2e75aefee0f80c24b02b5cf8d68043e45cd285c50f7848e7b1a2834a5955e8b6f23fb7718351f2932bd3f02ff7f96e3ddef4543d75
7
- data.tar.gz: 8686cccd347dee4b5539662d5731eb540eafa7a7290839a5e818ba68ce472b92fc3b7c15e29e3c30cca3d28af9d9af17d1d76b4131b0b369631b14c0a2fff6fe
6
+ metadata.gz: 662d0f06a71c5f6a4c774eb8bfd2a288b75e302deac7a89bb1e043dd1a9226df9ec4392cd895b2cbda7b8799d36fca619b51f7a5be42cfc1cf7e9e4bdbb3d8f8
7
+ data.tar.gz: ae211e1b22f36e32f4bb1813512825fa3adc5463e423451e40dfd68b84774c7aadf91234de323d1646ffc9d84dceceb2cf5838ce2c7f70df8b0d77b6a8726538
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.254
1
+ 1.0.258
@@ -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.254
4
+ version: 1.0.258
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-11 00:00:00.000000000 Z
11
+ date: 2022-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common