tencentcloud-sdk-tcss 3.0.1036 → 3.0.1037
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 +34 -14
- 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: 219ec1038fb541450407f35a831d0bbf7db89dc2
|
4
|
+
data.tar.gz: 87f7b91f3fe3ac278dcb7c46dee830b3ae0e5172
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92a5558e566c4366287d649bf2a7f3b19922d94e970b97daccbd949f4076b075fade1e6888937b6b54635c542d6712b9a96eef3e954bdcb8c561413c3f4fa677
|
7
|
+
data.tar.gz: 222c9905864ad57752e0fe92c357782bc94db3a4f32ba43aeed06e769c21c994994a069e2b80309f150fb352eaa86190802e282ae2349066c5463cc9423dcf34
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1037
|
data/lib/v20201101/models.rb
CHANGED
@@ -8833,10 +8833,12 @@ module TencentCloud
|
|
8833
8833
|
# @type CreateTime: String
|
8834
8834
|
# @param Size: 镜像大小
|
8835
8835
|
# @type Size: Integer
|
8836
|
-
# @param HostCnt: 关联主机个数
|
8836
|
+
# @param HostCnt: 关联主机个数(包含普通节点数和超级节点数)
|
8837
8837
|
# @type HostCnt: Integer
|
8838
8838
|
# @param ContainerCnt: 关联容器个数
|
8839
8839
|
# @type ContainerCnt: Integer
|
8840
|
+
# @param SuperNodeCnt: 超级节点数
|
8841
|
+
# @type SuperNodeCnt: Integer
|
8840
8842
|
# @param ScanTime: 最近扫描时间
|
8841
8843
|
# @type ScanTime: String
|
8842
8844
|
# @param VulCnt: 漏洞个数
|
@@ -8884,9 +8886,9 @@ module TencentCloud
|
|
8884
8886
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8885
8887
|
# @type RequestId: String
|
8886
8888
|
|
8887
|
-
attr_accessor :ImageID, :ImageName, :ImageDigest, :CreateTime, :Size, :HostCnt, :ContainerCnt, :ScanTime, :VulCnt, :RiskCnt, :SensitiveInfoCnt, :IsTrustImage, :OsName, :AgentError, :ScanError, :Architecture, :Author, :BuildHistory, :ScanVirusProgress, :ScanVulProgress, :ScanRiskProgress, :ScanVirusError, :ScanVulError, :ScanRiskError, :ScanStatus, :VirusCnt, :Status, :RemainScanTime, :IsAuthorized, :RequestId
|
8889
|
+
attr_accessor :ImageID, :ImageName, :ImageDigest, :CreateTime, :Size, :HostCnt, :ContainerCnt, :SuperNodeCnt, :ScanTime, :VulCnt, :RiskCnt, :SensitiveInfoCnt, :IsTrustImage, :OsName, :AgentError, :ScanError, :Architecture, :Author, :BuildHistory, :ScanVirusProgress, :ScanVulProgress, :ScanRiskProgress, :ScanVirusError, :ScanVulError, :ScanRiskError, :ScanStatus, :VirusCnt, :Status, :RemainScanTime, :IsAuthorized, :RequestId
|
8888
8890
|
|
8889
|
-
def initialize(imageid=nil, imagename=nil, imagedigest=nil, createtime=nil, size=nil, hostcnt=nil, containercnt=nil, scantime=nil, vulcnt=nil, riskcnt=nil, sensitiveinfocnt=nil, istrustimage=nil, osname=nil, agenterror=nil, scanerror=nil, architecture=nil, author=nil, buildhistory=nil, scanvirusprogress=nil, scanvulprogress=nil, scanriskprogress=nil, scanviruserror=nil, scanvulerror=nil, scanriskerror=nil, scanstatus=nil, viruscnt=nil, status=nil, remainscantime=nil, isauthorized=nil, requestid=nil)
|
8891
|
+
def initialize(imageid=nil, imagename=nil, imagedigest=nil, createtime=nil, size=nil, hostcnt=nil, containercnt=nil, supernodecnt=nil, scantime=nil, vulcnt=nil, riskcnt=nil, sensitiveinfocnt=nil, istrustimage=nil, osname=nil, agenterror=nil, scanerror=nil, architecture=nil, author=nil, buildhistory=nil, scanvirusprogress=nil, scanvulprogress=nil, scanriskprogress=nil, scanviruserror=nil, scanvulerror=nil, scanriskerror=nil, scanstatus=nil, viruscnt=nil, status=nil, remainscantime=nil, isauthorized=nil, requestid=nil)
|
8890
8892
|
@ImageID = imageid
|
8891
8893
|
@ImageName = imagename
|
8892
8894
|
@ImageDigest = imagedigest
|
@@ -8894,6 +8896,7 @@ module TencentCloud
|
|
8894
8896
|
@Size = size
|
8895
8897
|
@HostCnt = hostcnt
|
8896
8898
|
@ContainerCnt = containercnt
|
8899
|
+
@SuperNodeCnt = supernodecnt
|
8897
8900
|
@ScanTime = scantime
|
8898
8901
|
@VulCnt = vulcnt
|
8899
8902
|
@RiskCnt = riskcnt
|
@@ -8927,6 +8930,7 @@ module TencentCloud
|
|
8927
8930
|
@Size = params['Size']
|
8928
8931
|
@HostCnt = params['HostCnt']
|
8929
8932
|
@ContainerCnt = params['ContainerCnt']
|
8933
|
+
@SuperNodeCnt = params['SuperNodeCnt']
|
8930
8934
|
@ScanTime = params['ScanTime']
|
8931
8935
|
@VulCnt = params['VulCnt']
|
8932
8936
|
@RiskCnt = params['RiskCnt']
|
@@ -15509,12 +15513,14 @@ module TencentCloud
|
|
15509
15513
|
# @type DefendClusterCoresCnt: Integer
|
15510
15514
|
# @param DefendHostCoresCnt: 已防护主机核数
|
15511
15515
|
# @type DefendHostCoresCnt: Integer
|
15516
|
+
# @param TrialCoresCnt: 试用的专业版核数
|
15517
|
+
# @type TrialCoresCnt: Integer
|
15512
15518
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15513
15519
|
# @type RequestId: String
|
15514
15520
|
|
15515
|
-
attr_accessor :State, :AllCoresCnt, :CoresCnt, :UndefendCoresCnt, :AuthorizedCoresCnt, :GivenAuthorizedCoresCnt, :CurrentFlexibleCoresCnt, :ImageCnt, :AuthorizedImageCnt, :ExpirationTime, :PurchasedAuthorizedCnt, :AutomaticRenewal, :GivenAuthorizedCnt, :BeginTime, :SubState, :InquireKey, :DefendPolicy, :FlexibleCoresLimit, :DefendClusterCoresCnt, :DefendHostCoresCnt, :RequestId
|
15521
|
+
attr_accessor :State, :AllCoresCnt, :CoresCnt, :UndefendCoresCnt, :AuthorizedCoresCnt, :GivenAuthorizedCoresCnt, :CurrentFlexibleCoresCnt, :ImageCnt, :AuthorizedImageCnt, :ExpirationTime, :PurchasedAuthorizedCnt, :AutomaticRenewal, :GivenAuthorizedCnt, :BeginTime, :SubState, :InquireKey, :DefendPolicy, :FlexibleCoresLimit, :DefendClusterCoresCnt, :DefendHostCoresCnt, :TrialCoresCnt, :RequestId
|
15516
15522
|
|
15517
|
-
def initialize(state=nil, allcorescnt=nil, corescnt=nil, undefendcorescnt=nil, authorizedcorescnt=nil, givenauthorizedcorescnt=nil, currentflexiblecorescnt=nil, imagecnt=nil, authorizedimagecnt=nil, expirationtime=nil, purchasedauthorizedcnt=nil, automaticrenewal=nil, givenauthorizedcnt=nil, begintime=nil, substate=nil, inquirekey=nil, defendpolicy=nil, flexiblecoreslimit=nil, defendclustercorescnt=nil, defendhostcorescnt=nil, requestid=nil)
|
15523
|
+
def initialize(state=nil, allcorescnt=nil, corescnt=nil, undefendcorescnt=nil, authorizedcorescnt=nil, givenauthorizedcorescnt=nil, currentflexiblecorescnt=nil, imagecnt=nil, authorizedimagecnt=nil, expirationtime=nil, purchasedauthorizedcnt=nil, automaticrenewal=nil, givenauthorizedcnt=nil, begintime=nil, substate=nil, inquirekey=nil, defendpolicy=nil, flexiblecoreslimit=nil, defendclustercorescnt=nil, defendhostcorescnt=nil, trialcorescnt=nil, requestid=nil)
|
15518
15524
|
@State = state
|
15519
15525
|
@AllCoresCnt = allcorescnt
|
15520
15526
|
@CoresCnt = corescnt
|
@@ -15535,6 +15541,7 @@ module TencentCloud
|
|
15535
15541
|
@FlexibleCoresLimit = flexiblecoreslimit
|
15536
15542
|
@DefendClusterCoresCnt = defendclustercorescnt
|
15537
15543
|
@DefendHostCoresCnt = defendhostcorescnt
|
15544
|
+
@TrialCoresCnt = trialcorescnt
|
15538
15545
|
@RequestId = requestid
|
15539
15546
|
end
|
15540
15547
|
|
@@ -15559,6 +15566,7 @@ module TencentCloud
|
|
15559
15566
|
@FlexibleCoresLimit = params['FlexibleCoresLimit']
|
15560
15567
|
@DefendClusterCoresCnt = params['DefendClusterCoresCnt']
|
15561
15568
|
@DefendHostCoresCnt = params['DefendHostCoresCnt']
|
15569
|
+
@TrialCoresCnt = params['TrialCoresCnt']
|
15562
15570
|
@RequestId = params['RequestId']
|
15563
15571
|
end
|
15564
15572
|
end
|
@@ -21225,8 +21233,10 @@ module TencentCloud
|
|
21225
21233
|
# @type ImageName: String
|
21226
21234
|
# @param ID: 白名单记录ID
|
21227
21235
|
# @type ID: Integer
|
21228
|
-
# @param HostCount:
|
21236
|
+
# @param HostCount: 关联主机数量(包含普通节点和超级节点数量)
|
21229
21237
|
# @type HostCount: Integer
|
21238
|
+
# @param SuperNodeCount: 关联超级节点数量
|
21239
|
+
# @type SuperNodeCount: Integer
|
21230
21240
|
# @param ContainerCount: 关联容器数量
|
21231
21241
|
# @type ContainerCount: Integer
|
21232
21242
|
# @param EventType: 加白事件类型
|
@@ -21238,13 +21248,14 @@ module TencentCloud
|
|
21238
21248
|
# @param ImageSize: 镜像大小
|
21239
21249
|
# @type ImageSize: Integer
|
21240
21250
|
|
21241
|
-
attr_accessor :ImageID, :ImageName, :ID, :HostCount, :ContainerCount, :EventType, :InsertTime, :UpdateTime, :ImageSize
|
21251
|
+
attr_accessor :ImageID, :ImageName, :ID, :HostCount, :SuperNodeCount, :ContainerCount, :EventType, :InsertTime, :UpdateTime, :ImageSize
|
21242
21252
|
|
21243
|
-
def initialize(imageid=nil, imagename=nil, id=nil, hostcount=nil, containercount=nil, eventtype=nil, inserttime=nil, updatetime=nil, imagesize=nil)
|
21253
|
+
def initialize(imageid=nil, imagename=nil, id=nil, hostcount=nil, supernodecount=nil, containercount=nil, eventtype=nil, inserttime=nil, updatetime=nil, imagesize=nil)
|
21244
21254
|
@ImageID = imageid
|
21245
21255
|
@ImageName = imagename
|
21246
21256
|
@ID = id
|
21247
21257
|
@HostCount = hostcount
|
21258
|
+
@SuperNodeCount = supernodecount
|
21248
21259
|
@ContainerCount = containercount
|
21249
21260
|
@EventType = eventtype
|
21250
21261
|
@InsertTime = inserttime
|
@@ -21257,6 +21268,7 @@ module TencentCloud
|
|
21257
21268
|
@ImageName = params['ImageName']
|
21258
21269
|
@ID = params['ID']
|
21259
21270
|
@HostCount = params['HostCount']
|
21271
|
+
@SuperNodeCount = params['SuperNodeCount']
|
21260
21272
|
@ContainerCount = params['ContainerCount']
|
21261
21273
|
@EventType = params['EventType']
|
21262
21274
|
@InsertTime = params['InsertTime']
|
@@ -22620,8 +22632,10 @@ module TencentCloud
|
|
22620
22632
|
# @type CreateTime: String
|
22621
22633
|
# @param Size: 镜像大小
|
22622
22634
|
# @type Size: Integer
|
22623
|
-
# @param HostCnt: 主机个数
|
22635
|
+
# @param HostCnt: 主机个数(包含普通节点数和超级节点数)
|
22624
22636
|
# @type HostCnt: Integer
|
22637
|
+
# @param SuperNodeCnt: 超级节点数
|
22638
|
+
# @type SuperNodeCnt: Integer
|
22625
22639
|
# @param ContainerCnt: 容器个数
|
22626
22640
|
# @type ContainerCnt: Integer
|
22627
22641
|
# @param ScanTime: 扫描时间
|
@@ -22667,14 +22681,15 @@ module TencentCloud
|
|
22667
22681
|
# @param RecommendedFix: 是否推荐处置
|
22668
22682
|
# @type RecommendedFix: Boolean
|
22669
22683
|
|
22670
|
-
attr_accessor :ImageID, :ImageName, :CreateTime, :Size, :HostCnt, :ContainerCnt, :ScanTime, :VulCnt, :VirusCnt, :RiskCnt, :IsTrustImage, :OsName, :AgentError, :ScanError, :ScanStatus, :ScanVirusError, :ScanVulError, :ScanRiskError, :IsSuggest, :IsAuthorized, :ComponentCnt, :CriticalLevelVulCnt, :HighLevelVulCnt, :MediumLevelVulCnt, :LowLevelVulCnt, :IsLatestImage, :RecommendedFix
|
22684
|
+
attr_accessor :ImageID, :ImageName, :CreateTime, :Size, :HostCnt, :SuperNodeCnt, :ContainerCnt, :ScanTime, :VulCnt, :VirusCnt, :RiskCnt, :IsTrustImage, :OsName, :AgentError, :ScanError, :ScanStatus, :ScanVirusError, :ScanVulError, :ScanRiskError, :IsSuggest, :IsAuthorized, :ComponentCnt, :CriticalLevelVulCnt, :HighLevelVulCnt, :MediumLevelVulCnt, :LowLevelVulCnt, :IsLatestImage, :RecommendedFix
|
22671
22685
|
|
22672
|
-
def initialize(imageid=nil, imagename=nil, createtime=nil, size=nil, hostcnt=nil, containercnt=nil, scantime=nil, vulcnt=nil, viruscnt=nil, riskcnt=nil, istrustimage=nil, osname=nil, agenterror=nil, scanerror=nil, scanstatus=nil, scanviruserror=nil, scanvulerror=nil, scanriskerror=nil, issuggest=nil, isauthorized=nil, componentcnt=nil, criticallevelvulcnt=nil, highlevelvulcnt=nil, mediumlevelvulcnt=nil, lowlevelvulcnt=nil, islatestimage=nil, recommendedfix=nil)
|
22686
|
+
def initialize(imageid=nil, imagename=nil, createtime=nil, size=nil, hostcnt=nil, supernodecnt=nil, containercnt=nil, scantime=nil, vulcnt=nil, viruscnt=nil, riskcnt=nil, istrustimage=nil, osname=nil, agenterror=nil, scanerror=nil, scanstatus=nil, scanviruserror=nil, scanvulerror=nil, scanriskerror=nil, issuggest=nil, isauthorized=nil, componentcnt=nil, criticallevelvulcnt=nil, highlevelvulcnt=nil, mediumlevelvulcnt=nil, lowlevelvulcnt=nil, islatestimage=nil, recommendedfix=nil)
|
22673
22687
|
@ImageID = imageid
|
22674
22688
|
@ImageName = imagename
|
22675
22689
|
@CreateTime = createtime
|
22676
22690
|
@Size = size
|
22677
22691
|
@HostCnt = hostcnt
|
22692
|
+
@SuperNodeCnt = supernodecnt
|
22678
22693
|
@ContainerCnt = containercnt
|
22679
22694
|
@ScanTime = scantime
|
22680
22695
|
@VulCnt = vulcnt
|
@@ -22705,6 +22720,7 @@ module TencentCloud
|
|
22705
22720
|
@CreateTime = params['CreateTime']
|
22706
22721
|
@Size = params['Size']
|
22707
22722
|
@HostCnt = params['HostCnt']
|
22723
|
+
@SuperNodeCnt = params['SuperNodeCnt']
|
22708
22724
|
@ContainerCnt = params['ContainerCnt']
|
22709
22725
|
@ScanTime = params['ScanTime']
|
22710
22726
|
@VulCnt = params['VulCnt']
|
@@ -28871,19 +28887,22 @@ module TencentCloud
|
|
28871
28887
|
# @type ImageID: String
|
28872
28888
|
# @param ImageName: 镜像名称
|
28873
28889
|
# @type ImageName: String
|
28874
|
-
# @param HostCount: 关联的主机数
|
28890
|
+
# @param HostCount: 关联的主机数(包含普通节点数和超级节点数)
|
28875
28891
|
# @type HostCount: Integer
|
28892
|
+
# @param SuperNodeCount: 关联的超级节点数
|
28893
|
+
# @type SuperNodeCount: Integer
|
28876
28894
|
# @param ContainerCount: 关联的容器数
|
28877
28895
|
# @type ContainerCount: Integer
|
28878
28896
|
# @param ComponentList: 组件列表
|
28879
28897
|
# @type ComponentList: Array
|
28880
28898
|
|
28881
|
-
attr_accessor :ImageID, :ImageName, :HostCount, :ContainerCount, :ComponentList
|
28899
|
+
attr_accessor :ImageID, :ImageName, :HostCount, :SuperNodeCount, :ContainerCount, :ComponentList
|
28882
28900
|
|
28883
|
-
def initialize(imageid=nil, imagename=nil, hostcount=nil, containercount=nil, componentlist=nil)
|
28901
|
+
def initialize(imageid=nil, imagename=nil, hostcount=nil, supernodecount=nil, containercount=nil, componentlist=nil)
|
28884
28902
|
@ImageID = imageid
|
28885
28903
|
@ImageName = imagename
|
28886
28904
|
@HostCount = hostcount
|
28905
|
+
@SuperNodeCount = supernodecount
|
28887
28906
|
@ContainerCount = containercount
|
28888
28907
|
@ComponentList = componentlist
|
28889
28908
|
end
|
@@ -28892,6 +28911,7 @@ module TencentCloud
|
|
28892
28911
|
@ImageID = params['ImageID']
|
28893
28912
|
@ImageName = params['ImageName']
|
28894
28913
|
@HostCount = params['HostCount']
|
28914
|
+
@SuperNodeCount = params['SuperNodeCount']
|
28895
28915
|
@ContainerCount = params['ContainerCount']
|
28896
28916
|
unless params['ComponentList'].nil?
|
28897
28917
|
@ComponentList = []
|
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.1037
|
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-04-
|
11
|
+
date: 2025-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|