tencentcloud-sdk-tcss 3.0.1069 → 3.0.1071
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201101/models.rb +21 -21
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 776da4c3e0f8a3c93bd2eddfa98e5ec61dea9542
|
4
|
+
data.tar.gz: 51d9ac21a0ba9742dc396783b7c811df16383f64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2412620e3ba82b383c68a96d2a3a837f249f93f6f4269c5dcf7c4c0a3b54c10d50d0ec74bafaa8e14cc621c08431d9788a9660039260b20f42f6fcfe8dcf20f6
|
7
|
+
data.tar.gz: 019dd6bd51a309ff489301d15053adba777745d3d9d7b67ef688d7a98a3b8eaf97682b0e5d7cd490f31f6dabb46df97225291b50a6d7c552461619ba632f8476
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1071
|
data/lib/v20201101/models.rb
CHANGED
@@ -2078,7 +2078,7 @@ module TencentCloud
|
|
2078
2078
|
end
|
2079
2079
|
end
|
2080
2080
|
|
2081
|
-
#
|
2081
|
+
# Ckafka路由详情
|
2082
2082
|
class CkafkaRouteInfo < TencentCloud::Common::AbstractModel
|
2083
2083
|
# @param RouteID: 路由ID
|
2084
2084
|
# @type RouteID: Integer
|
@@ -3643,8 +3643,8 @@ module TencentCloud
|
|
3643
3643
|
|
3644
3644
|
attr_accessor :Component, :Version, :FixedVersion, :Path, :Type, :Name
|
3645
3645
|
extend Gem::Deprecate
|
3646
|
-
deprecate :Component, :none, 2025,
|
3647
|
-
deprecate :Component=, :none, 2025,
|
3646
|
+
deprecate :Component, :none, 2025, 5
|
3647
|
+
deprecate :Component=, :none, 2025, 5
|
3648
3648
|
|
3649
3649
|
def initialize(component=nil, version=nil, fixedversion=nil, path=nil, type=nil, name=nil)
|
3650
3650
|
@Component = component
|
@@ -4094,8 +4094,8 @@ module TencentCloud
|
|
4094
4094
|
|
4095
4095
|
attr_accessor :All, :Images, :ScanType, :Id, :IsLatest, :ScanScope, :RegistryType, :Namespace, :ContainerRunning, :Timeout
|
4096
4096
|
extend Gem::Deprecate
|
4097
|
-
deprecate :All, :none, 2025,
|
4098
|
-
deprecate :All=, :none, 2025,
|
4097
|
+
deprecate :All, :none, 2025, 5
|
4098
|
+
deprecate :All=, :none, 2025, 5
|
4099
4099
|
|
4100
4100
|
def initialize(all=nil, images=nil, scantype=nil, id=nil, islatest=nil, scanscope=nil, registrytype=nil, namespace=nil, containerrunning=nil, timeout=nil)
|
4101
4101
|
@All = all
|
@@ -4256,8 +4256,8 @@ module TencentCloud
|
|
4256
4256
|
|
4257
4257
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages
|
4258
4258
|
extend Gem::Deprecate
|
4259
|
-
deprecate :All, :none, 2025,
|
4260
|
-
deprecate :All=, :none, 2025,
|
4259
|
+
deprecate :All, :none, 2025, 5
|
4260
|
+
deprecate :All=, :none, 2025, 5
|
4261
4261
|
|
4262
4262
|
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)
|
4263
4263
|
@Enable = enable
|
@@ -4333,8 +4333,8 @@ module TencentCloud
|
|
4333
4333
|
|
4334
4334
|
attr_accessor :All, :Images, :ScanVul, :ScanVirus, :ScanRisk, :Filters, :ExcludeImageIds, :ContainerRunning, :ScanScope, :Timeout, :IsOneClickScanningTask
|
4335
4335
|
extend Gem::Deprecate
|
4336
|
-
deprecate :All, :none, 2025,
|
4337
|
-
deprecate :All=, :none, 2025,
|
4336
|
+
deprecate :All, :none, 2025, 5
|
4337
|
+
deprecate :All=, :none, 2025, 5
|
4338
4338
|
|
4339
4339
|
def initialize(all=nil, images=nil, scanvul=nil, scanvirus=nil, scanrisk=nil, filters=nil, excludeimageids=nil, containerrunning=nil, scanscope=nil, timeout=nil, isoneclickscanningtask=nil)
|
4340
4340
|
@All = all
|
@@ -7404,7 +7404,7 @@ module TencentCloud
|
|
7404
7404
|
|
7405
7405
|
# DescribeAccessControlEventsExport返回参数结构体
|
7406
7406
|
class DescribeAccessControlEventsExportResponse < TencentCloud::Common::AbstractModel
|
7407
|
-
# @param DownloadUrl:
|
7407
|
+
# @param DownloadUrl: excel下载地址
|
7408
7408
|
# @type DownloadUrl: String
|
7409
7409
|
# @param JobId: 任务id
|
7410
7410
|
# @type JobId: String
|
@@ -9231,8 +9231,8 @@ module TencentCloud
|
|
9231
9231
|
|
9232
9232
|
attr_accessor :ImageDigest, :ImageRepoAddress, :RegistryType, :ImageName, :ImageTag, :ScanTime, :ScanStatus, :VulCnt, :VirusCnt, :RiskCnt, :SentiveInfoCnt, :OsName, :ScanVirusError, :ScanVulError, :LayerInfo, :InstanceId, :InstanceName, :Namespace, :ScanRiskError, :ScanVirusProgress, :ScanVulProgress, :ScanRiskProgress, :ScanRemainTime, :CveStatus, :RiskStatus, :VirusStatus, :Progress, :IsAuthorized, :ImageSize, :ImageId, :RegistryRegion, :ImageCreateTime, :SensitiveInfoCnt, :Id, :RequestId
|
9233
9233
|
extend Gem::Deprecate
|
9234
|
-
deprecate :SentiveInfoCnt, :none, 2025,
|
9235
|
-
deprecate :SentiveInfoCnt=, :none, 2025,
|
9234
|
+
deprecate :SentiveInfoCnt, :none, 2025, 5
|
9235
|
+
deprecate :SentiveInfoCnt=, :none, 2025, 5
|
9236
9236
|
|
9237
9237
|
def initialize(imagedigest=nil, imagerepoaddress=nil, registrytype=nil, imagename=nil, imagetag=nil, scantime=nil, scanstatus=nil, vulcnt=nil, viruscnt=nil, riskcnt=nil, sentiveinfocnt=nil, osname=nil, scanviruserror=nil, scanvulerror=nil, layerinfo=nil, instanceid=nil, instancename=nil, namespace=nil, scanriskerror=nil, scanvirusprogress=nil, scanvulprogress=nil, scanriskprogress=nil, scanremaintime=nil, cvestatus=nil, riskstatus=nil, virusstatus=nil, progress=nil, isauthorized=nil, imagesize=nil, imageid=nil, registryregion=nil, imagecreatetime=nil, sensitiveinfocnt=nil, id=nil, requestid=nil)
|
9238
9238
|
@ImageDigest = imagedigest
|
@@ -10378,8 +10378,8 @@ module TencentCloud
|
|
10378
10378
|
|
10379
10379
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages, :LastScanTime, :ScanResult, :RequestId
|
10380
10380
|
extend Gem::Deprecate
|
10381
|
-
deprecate :All, :none, 2025,
|
10382
|
-
deprecate :All=, :none, 2025,
|
10381
|
+
deprecate :All, :none, 2025, 5
|
10382
|
+
deprecate :All=, :none, 2025, 5
|
10383
10383
|
|
10384
10384
|
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, lastscantime=nil, scanresult=nil, requestid=nil)
|
10385
10385
|
@Enable = enable
|
@@ -13813,8 +13813,8 @@ module TencentCloud
|
|
13813
13813
|
|
13814
13814
|
attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanType, :All, :Images, :Id, :Latest, :ScanEndTime, :RegistryType, :ContainerRunning, :ScanScope, :Namespace, :ExcludeImageAssetIds, :LastScanTime, :ScanResult, :RequestId
|
13815
13815
|
extend Gem::Deprecate
|
13816
|
-
deprecate :All, :none, 2025,
|
13817
|
-
deprecate :All=, :none, 2025,
|
13816
|
+
deprecate :All, :none, 2025, 5
|
13817
|
+
deprecate :All=, :none, 2025, 5
|
13818
13818
|
|
13819
13819
|
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, lastscantime=nil, scanresult=nil, requestid=nil)
|
13820
13820
|
@Enable = enable
|
@@ -15881,7 +15881,7 @@ module TencentCloud
|
|
15881
15881
|
|
15882
15882
|
# DescribeReverseShellEventsExport返回参数结构体
|
15883
15883
|
class DescribeReverseShellEventsExportResponse < TencentCloud::Common::AbstractModel
|
15884
|
-
# @param DownloadUrl:
|
15884
|
+
# @param DownloadUrl: excel下载地址
|
15885
15885
|
# @type DownloadUrl: String
|
15886
15886
|
# @param JobId: 任务ID
|
15887
15887
|
# @type JobId: String
|
@@ -21961,8 +21961,8 @@ module TencentCloud
|
|
21961
21961
|
|
21962
21962
|
attr_accessor :ImageDigest, :ImageRepoAddress, :RegistryType, :ImageName, :ImageTag, :ImageSize, :ScanTime, :ScanStatus, :VulCnt, :VirusCnt, :RiskCnt, :SentiveInfoCnt, :IsTrustImage, :OsName, :ScanVirusError, :ScanVulError, :InstanceId, :InstanceName, :Namespace, :ScanRiskError, :ScanVirusProgress, :ScanVulProgress, :ScanRiskProgress, :ScanRemainTime, :CveStatus, :RiskStatus, :VirusStatus, :Progress, :IsAuthorized, :RegistryRegion, :Id, :ImageId, :ImageCreateTime, :IsLatestImage, :LowLevelVulCnt, :MediumLevelVulCnt, :HighLevelVulCnt, :CriticalLevelVulCnt, :ContainerCnt, :ComponentCnt, :IsRunning, :HasNeedFixVul, :SensitiveInfoCnt, :RecommendedFix
|
21963
21963
|
extend Gem::Deprecate
|
21964
|
-
deprecate :SentiveInfoCnt, :none, 2025,
|
21965
|
-
deprecate :SentiveInfoCnt=, :none, 2025,
|
21964
|
+
deprecate :SentiveInfoCnt, :none, 2025, 5
|
21965
|
+
deprecate :SentiveInfoCnt=, :none, 2025, 5
|
21966
21966
|
|
21967
21967
|
def initialize(imagedigest=nil, imagerepoaddress=nil, registrytype=nil, imagename=nil, imagetag=nil, imagesize=nil, scantime=nil, scanstatus=nil, vulcnt=nil, viruscnt=nil, riskcnt=nil, sentiveinfocnt=nil, istrustimage=nil, osname=nil, scanviruserror=nil, scanvulerror=nil, instanceid=nil, instancename=nil, namespace=nil, scanriskerror=nil, scanvirusprogress=nil, scanvulprogress=nil, scanriskprogress=nil, scanremaintime=nil, cvestatus=nil, riskstatus=nil, virusstatus=nil, progress=nil, isauthorized=nil, registryregion=nil, id=nil, imageid=nil, imagecreatetime=nil, islatestimage=nil, lowlevelvulcnt=nil, mediumlevelvulcnt=nil, highlevelvulcnt=nil, criticallevelvulcnt=nil, containercnt=nil, componentcnt=nil, isrunning=nil, hasneedfixvul=nil, sensitiveinfocnt=nil, recommendedfix=nil)
|
21968
21968
|
@ImageDigest = imagedigest
|
@@ -28201,8 +28201,8 @@ module TencentCloud
|
|
28201
28201
|
|
28202
28202
|
attr_accessor :ScanPeriod, :Enable, :ScanTime, :ScanType, :Images, :All, :Id, :Latest, :ContainerRunning, :ScanEndTime, :ScanScope, :RegistryType, :Namespace, :ExcludeImageAssetIds
|
28203
28203
|
extend Gem::Deprecate
|
28204
|
-
deprecate :All, :none, 2025,
|
28205
|
-
deprecate :All=, :none, 2025,
|
28204
|
+
deprecate :All, :none, 2025, 5
|
28205
|
+
deprecate :All=, :none, 2025, 5
|
28206
28206
|
|
28207
28207
|
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)
|
28208
28208
|
@ScanPeriod = scanperiod
|
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.
|
4
|
+
version: 3.0.1071
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|