tencentcloud-sdk-tcss 3.0.833 → 3.0.835

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 +26 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e00f6fce1c55663f7cfc36c50a8c341562fe3e8
4
- data.tar.gz: 811a9108e65b7c682398271d1925c2431c7d1795
3
+ metadata.gz: 61feaeb6fe49170c757f7bab05135f7eb37bc348
4
+ data.tar.gz: 0870cc48c9a5b667c4adf713cec51df5842325d7
5
5
  SHA512:
6
- metadata.gz: bad8023204986a61b63f6a652519cd4a38b936e11c76f983bf3a642eb9e77c57c7f78e5cbae2ec4845130227de9a299520cf3e78c666a08261826539173a3770
7
- data.tar.gz: ba270816d5957f4a69966a0950b675dd179696f3b4a44ea71d2faaaf4221028cccfe4563729edf93049589198f36b10e6b20adbdf431682c1884e06ee81af548
6
+ metadata.gz: 2b7b11f5cb61172639649ff8ff42dd04bdb8081d9ccb4bf0a59fe9795ee15d162cca7760cccd0b480d141055316968f41bc0fe517ca221b0466dff83ccea420f
7
+ data.tar.gz: 7b1dc5b67f52ffd01a53e7219afd746c4e8a27f0d54e2be46e3d1f969c101a34f1f42ff007ee9ba132836a99de45e2e2a49cce0188e09bfe612daaebaaf7f07a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.833
1
+ 3.0.835
@@ -4273,13 +4273,15 @@ module TencentCloud
4273
4273
  # @param ScanEndTime: 扫描结束时间
4274
4274
  # 02:00 时分
4275
4275
  # @type ScanEndTime: String
4276
+ # @param ExcludeImages: 排除扫描的镜像
4277
+ # @type ExcludeImages: Array
4276
4278
 
4277
- attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime
4279
+ attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages
4278
4280
  extend Gem::Deprecate
4279
4281
  deprecate :All, :none, 2024, 5
4280
4282
  deprecate :All=, :none, 2024, 5
4281
4283
 
4282
- def initialize(enable=nil, scantime=nil, scanperiod=nil, scanvirus=nil, scanrisk=nil, scanvul=nil, all=nil, images=nil, containerrunning=nil, scanscope=nil, scanendtime=nil)
4284
+ def initialize(enable=nil, scantime=nil, scanperiod=nil, scanvirus=nil, scanrisk=nil, scanvul=nil, all=nil, images=nil, containerrunning=nil, scanscope=nil, scanendtime=nil, excludeimages=nil)
4283
4285
  @Enable = enable
4284
4286
  @ScanTime = scantime
4285
4287
  @ScanPeriod = scanperiod
@@ -4291,6 +4293,7 @@ module TencentCloud
4291
4293
  @ContainerRunning = containerrunning
4292
4294
  @ScanScope = scanscope
4293
4295
  @ScanEndTime = scanendtime
4296
+ @ExcludeImages = excludeimages
4294
4297
  end
4295
4298
 
4296
4299
  def deserialize(params)
@@ -4305,6 +4308,7 @@ module TencentCloud
4305
4308
  @ContainerRunning = params['ContainerRunning']
4306
4309
  @ScanScope = params['ScanScope']
4307
4310
  @ScanEndTime = params['ScanEndTime']
4311
+ @ExcludeImages = params['ExcludeImages']
4308
4312
  end
4309
4313
  end
4310
4314
 
@@ -10605,15 +10609,18 @@ module TencentCloud
10605
10609
  # @type ScanScope: Integer
10606
10610
  # @param ScanEndTime: 扫描结束时间 02:00 时分
10607
10611
  # @type ScanEndTime: String
10612
+ # @param ExcludeImages: 排除的扫描镜像
10613
+ # 注意:此字段可能返回 null,表示取不到有效值。
10614
+ # @type ExcludeImages: Array
10608
10615
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10609
10616
  # @type RequestId: String
10610
10617
 
10611
- attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :RequestId
10618
+ attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages, :RequestId
10612
10619
  extend Gem::Deprecate
10613
10620
  deprecate :All, :none, 2024, 5
10614
10621
  deprecate :All=, :none, 2024, 5
10615
10622
 
10616
- def initialize(enable=nil, scantime=nil, scanperiod=nil, scanvirus=nil, scanrisk=nil, scanvul=nil, all=nil, images=nil, containerrunning=nil, scanscope=nil, scanendtime=nil, requestid=nil)
10623
+ def initialize(enable=nil, scantime=nil, scanperiod=nil, scanvirus=nil, scanrisk=nil, scanvul=nil, all=nil, images=nil, containerrunning=nil, scanscope=nil, scanendtime=nil, excludeimages=nil, requestid=nil)
10617
10624
  @Enable = enable
10618
10625
  @ScanTime = scantime
10619
10626
  @ScanPeriod = scanperiod
@@ -10625,6 +10632,7 @@ module TencentCloud
10625
10632
  @ContainerRunning = containerrunning
10626
10633
  @ScanScope = scanscope
10627
10634
  @ScanEndTime = scanendtime
10635
+ @ExcludeImages = excludeimages
10628
10636
  @RequestId = requestid
10629
10637
  end
10630
10638
 
@@ -10640,6 +10648,7 @@ module TencentCloud
10640
10648
  @ContainerRunning = params['ContainerRunning']
10641
10649
  @ScanScope = params['ScanScope']
10642
10650
  @ScanEndTime = params['ScanEndTime']
10651
+ @ExcludeImages = params['ExcludeImages']
10643
10652
  @RequestId = params['RequestId']
10644
10653
  end
10645
10654
  end
@@ -14069,15 +14078,18 @@ module TencentCloud
14069
14078
  # @type ScanScope: Integer
14070
14079
  # @param Namespace: 命名空间
14071
14080
  # @type Namespace: Array
14081
+ # @param ExcludeImageAssetIds: 排除的镜像资产id
14082
+ # 注意:此字段可能返回 null,表示取不到有效值。
14083
+ # @type ExcludeImageAssetIds: Array
14072
14084
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14073
14085
  # @type RequestId: String
14074
14086
 
14075
- attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanType, :All, :Images, :Id, :Latest, :ScanEndTime, :RegistryType, :ContainerRunning, :ScanScope, :Namespace, :RequestId
14087
+ attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanType, :All, :Images, :Id, :Latest, :ScanEndTime, :RegistryType, :ContainerRunning, :ScanScope, :Namespace, :ExcludeImageAssetIds, :RequestId
14076
14088
  extend Gem::Deprecate
14077
14089
  deprecate :All, :none, 2024, 5
14078
14090
  deprecate :All=, :none, 2024, 5
14079
14091
 
14080
- def initialize(enable=nil, scantime=nil, scanperiod=nil, scantype=nil, all=nil, images=nil, id=nil, latest=nil, scanendtime=nil, registrytype=nil, containerrunning=nil, scanscope=nil, namespace=nil, requestid=nil)
14092
+ def initialize(enable=nil, scantime=nil, scanperiod=nil, scantype=nil, all=nil, images=nil, id=nil, latest=nil, scanendtime=nil, registrytype=nil, containerrunning=nil, scanscope=nil, namespace=nil, excludeimageassetids=nil, requestid=nil)
14081
14093
  @Enable = enable
14082
14094
  @ScanTime = scantime
14083
14095
  @ScanPeriod = scanperiod
@@ -14091,6 +14103,7 @@ module TencentCloud
14091
14103
  @ContainerRunning = containerrunning
14092
14104
  @ScanScope = scanscope
14093
14105
  @Namespace = namespace
14106
+ @ExcludeImageAssetIds = excludeimageassetids
14094
14107
  @RequestId = requestid
14095
14108
  end
14096
14109
 
@@ -14115,6 +14128,7 @@ module TencentCloud
14115
14128
  @ContainerRunning = params['ContainerRunning']
14116
14129
  @ScanScope = params['ScanScope']
14117
14130
  @Namespace = params['Namespace']
14131
+ @ExcludeImageAssetIds = params['ExcludeImageAssetIds']
14118
14132
  @RequestId = params['RequestId']
14119
14133
  end
14120
14134
  end
@@ -28077,13 +28091,15 @@ module TencentCloud
28077
28091
  # @type RegistryType: Array
28078
28092
  # @param Namespace: 命名空间
28079
28093
  # @type Namespace: Array
28094
+ # @param ExcludeImageAssetIds: 排除的镜像资产id
28095
+ # @type ExcludeImageAssetIds: Array
28080
28096
 
28081
- attr_accessor :ScanPeriod, :Enable, :ScanTime, :ScanType, :Images, :All, :Id, :Latest, :ContainerRunning, :ScanEndTime, :ScanScope, :RegistryType, :Namespace
28097
+ attr_accessor :ScanPeriod, :Enable, :ScanTime, :ScanType, :Images, :All, :Id, :Latest, :ContainerRunning, :ScanEndTime, :ScanScope, :RegistryType, :Namespace, :ExcludeImageAssetIds
28082
28098
  extend Gem::Deprecate
28083
28099
  deprecate :All, :none, 2024, 5
28084
28100
  deprecate :All=, :none, 2024, 5
28085
28101
 
28086
- def initialize(scanperiod=nil, enable=nil, scantime=nil, scantype=nil, images=nil, all=nil, id=nil, latest=nil, containerrunning=nil, scanendtime=nil, scanscope=nil, registrytype=nil, namespace=nil)
28102
+ def initialize(scanperiod=nil, enable=nil, scantime=nil, scantype=nil, images=nil, all=nil, id=nil, latest=nil, containerrunning=nil, scanendtime=nil, scanscope=nil, registrytype=nil, namespace=nil, excludeimageassetids=nil)
28087
28103
  @ScanPeriod = scanperiod
28088
28104
  @Enable = enable
28089
28105
  @ScanTime = scantime
@@ -28097,6 +28113,7 @@ module TencentCloud
28097
28113
  @ScanScope = scanscope
28098
28114
  @RegistryType = registrytype
28099
28115
  @Namespace = namespace
28116
+ @ExcludeImageAssetIds = excludeimageassetids
28100
28117
  end
28101
28118
 
28102
28119
  def deserialize(params)
@@ -28120,6 +28137,7 @@ module TencentCloud
28120
28137
  @ScanScope = params['ScanScope']
28121
28138
  @RegistryType = params['RegistryType']
28122
28139
  @Namespace = params['Namespace']
28140
+ @ExcludeImageAssetIds = params['ExcludeImageAssetIds']
28123
28141
  end
28124
28142
  end
28125
28143
 
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: 3.0.833
4
+ version: 3.0.835
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-29 00:00:00.000000000 Z
11
+ date: 2024-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common