tencentcloud-sdk-tcss 3.0.931 → 3.0.933

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4e1c1512a4651e9cca57fe9aa85d9ecb505f877
4
- data.tar.gz: 1bc17c55bcbfb1df02374f3e50c39ef6ccee73f1
3
+ metadata.gz: 480609ae2324fe186fdecefeda347bb60d276cac
4
+ data.tar.gz: dc7976f87ee80536ddfd7d593d34d99666797793
5
5
  SHA512:
6
- metadata.gz: a7d717f83cc287b26ecd17b5e34644a1a35f5d3cafd647e1083dcd2340f680b9d2745ce0a52de21dc4282feb6321b0ca393e4b14b23a5a07a5b9a346732bacf7
7
- data.tar.gz: ba338670c31e908f29c104a5a6ccba07eacd37fe3f45e1617972682d51d8fe6e2d5d1ce325b72e96f4dd6ac5aaad63d962a0b3fa5fc22aee0c2bd953af02ea2d
6
+ metadata.gz: b3a42f62b655fe5f974c712856939420fe5a3fe8971aed316a72787593f02d976a21ee87da6b63e8c0610f3fb56ca004692b4d341cdde37487c4f308badeba86
7
+ data.tar.gz: 4937055ed72a38fd38b8b6bf1f409c8d33bf90d03edecaa7d7395672c872b2f30dbd9bde67e4aa09ed5d4afc344786b7d3eaca030baf80310d5685f15d60556d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.931
1
+ 3.0.933
@@ -4076,7 +4076,7 @@ module TencentCloud
4076
4076
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
4077
4077
  end
4078
4078
 
4079
- # 查询导出任务的结果
4079
+ # 查询导出接口进度
4080
4080
 
4081
4081
  # @param request: Request instance for DescribeExportJobResult.
4082
4082
  # @type request: :class:`Tencentcloud::tcss::V20201101::DescribeExportJobResultRequest`
@@ -2382,6 +2382,8 @@ module TencentCloud
2382
2382
  # @type DefenderStatus: String
2383
2383
  # @param ClusterStatus: 集群状态
2384
2384
  # @type ClusterStatus: String
2385
+ # @param ClusterSubStatus: 集群运行子状态
2386
+ # @type ClusterSubStatus: String
2385
2387
  # @param ClusterCheckMode: 集群的检测模式,为Cluster_Normal或者Cluster_Actived.
2386
2388
  # @type ClusterCheckMode: String
2387
2389
  # @param ClusterAutoCheck: 是否自动定期检测
@@ -2434,10 +2436,15 @@ module TencentCloud
2434
2436
  # @type MasterAddresses: Array
2435
2437
  # @param CoresCnt: 核数
2436
2438
  # @type CoresCnt: Integer
2439
+ # @param ClusterAuditStatus: 集群审计开关状态:
2440
+ # 已关闭Closed/关闭中Closing/关闭失败CloseFailed/已开启Opened/开启中Opening/开启失败OpenFailed
2441
+ # @type ClusterAuditStatus: String
2442
+ # @param ClusterAuditFailedInfo: 集群审计开关失败信息
2443
+ # @type ClusterAuditFailedInfo: String
2437
2444
 
2438
- attr_accessor :ClusterId, :ClusterName, :ClusterVersion, :ClusterOs, :ClusterType, :ClusterNodeNum, :Region, :DefenderStatus, :ClusterStatus, :ClusterCheckMode, :ClusterAutoCheck, :DefenderErrorReason, :UnreadyNodeNum, :SeriousRiskCount, :HighRiskCount, :MiddleRiskCount, :HintRiskCount, :CheckFailReason, :CheckStatus, :TaskCreateTime, :AccessedStatus, :AccessedSubStatus, :NodeCount, :OffLineNodeCount, :UnInstallAgentNodeCount, :ChargeCoresCnt, :MasterAddresses, :CoresCnt
2445
+ attr_accessor :ClusterId, :ClusterName, :ClusterVersion, :ClusterOs, :ClusterType, :ClusterNodeNum, :Region, :DefenderStatus, :ClusterStatus, :ClusterSubStatus, :ClusterCheckMode, :ClusterAutoCheck, :DefenderErrorReason, :UnreadyNodeNum, :SeriousRiskCount, :HighRiskCount, :MiddleRiskCount, :HintRiskCount, :CheckFailReason, :CheckStatus, :TaskCreateTime, :AccessedStatus, :AccessedSubStatus, :NodeCount, :OffLineNodeCount, :UnInstallAgentNodeCount, :ChargeCoresCnt, :MasterAddresses, :CoresCnt, :ClusterAuditStatus, :ClusterAuditFailedInfo
2439
2446
 
2440
- def initialize(clusterid=nil, clustername=nil, clusterversion=nil, clusteros=nil, clustertype=nil, clusternodenum=nil, region=nil, defenderstatus=nil, clusterstatus=nil, clustercheckmode=nil, clusterautocheck=nil, defendererrorreason=nil, unreadynodenum=nil, seriousriskcount=nil, highriskcount=nil, middleriskcount=nil, hintriskcount=nil, checkfailreason=nil, checkstatus=nil, taskcreatetime=nil, accessedstatus=nil, accessedsubstatus=nil, nodecount=nil, offlinenodecount=nil, uninstallagentnodecount=nil, chargecorescnt=nil, masteraddresses=nil, corescnt=nil)
2447
+ def initialize(clusterid=nil, clustername=nil, clusterversion=nil, clusteros=nil, clustertype=nil, clusternodenum=nil, region=nil, defenderstatus=nil, clusterstatus=nil, clustersubstatus=nil, clustercheckmode=nil, clusterautocheck=nil, defendererrorreason=nil, unreadynodenum=nil, seriousriskcount=nil, highriskcount=nil, middleriskcount=nil, hintriskcount=nil, checkfailreason=nil, checkstatus=nil, taskcreatetime=nil, accessedstatus=nil, accessedsubstatus=nil, nodecount=nil, offlinenodecount=nil, uninstallagentnodecount=nil, chargecorescnt=nil, masteraddresses=nil, corescnt=nil, clusterauditstatus=nil, clusterauditfailedinfo=nil)
2441
2448
  @ClusterId = clusterid
2442
2449
  @ClusterName = clustername
2443
2450
  @ClusterVersion = clusterversion
@@ -2447,6 +2454,7 @@ module TencentCloud
2447
2454
  @Region = region
2448
2455
  @DefenderStatus = defenderstatus
2449
2456
  @ClusterStatus = clusterstatus
2457
+ @ClusterSubStatus = clustersubstatus
2450
2458
  @ClusterCheckMode = clustercheckmode
2451
2459
  @ClusterAutoCheck = clusterautocheck
2452
2460
  @DefenderErrorReason = defendererrorreason
@@ -2466,6 +2474,8 @@ module TencentCloud
2466
2474
  @ChargeCoresCnt = chargecorescnt
2467
2475
  @MasterAddresses = masteraddresses
2468
2476
  @CoresCnt = corescnt
2477
+ @ClusterAuditStatus = clusterauditstatus
2478
+ @ClusterAuditFailedInfo = clusterauditfailedinfo
2469
2479
  end
2470
2480
 
2471
2481
  def deserialize(params)
@@ -2478,6 +2488,7 @@ module TencentCloud
2478
2488
  @Region = params['Region']
2479
2489
  @DefenderStatus = params['DefenderStatus']
2480
2490
  @ClusterStatus = params['ClusterStatus']
2491
+ @ClusterSubStatus = params['ClusterSubStatus']
2481
2492
  @ClusterCheckMode = params['ClusterCheckMode']
2482
2493
  @ClusterAutoCheck = params['ClusterAutoCheck']
2483
2494
  @DefenderErrorReason = params['DefenderErrorReason']
@@ -2497,6 +2508,8 @@ module TencentCloud
2497
2508
  @ChargeCoresCnt = params['ChargeCoresCnt']
2498
2509
  @MasterAddresses = params['MasterAddresses']
2499
2510
  @CoresCnt = params['CoresCnt']
2511
+ @ClusterAuditStatus = params['ClusterAuditStatus']
2512
+ @ClusterAuditFailedInfo = params['ClusterAuditFailedInfo']
2500
2513
  end
2501
2514
  end
2502
2515
 
@@ -2631,7 +2644,7 @@ module TencentCloud
2631
2644
  # @type HostId: String
2632
2645
  # @param ClusterType: 集群类型
2633
2646
  # @type ClusterType: String
2634
- # @param NodeName: abc
2647
+ # @param NodeName: 节点名称
2635
2648
  # @type NodeName: String
2636
2649
  # @param NodeType: NORMAL:普通节点 SUPER:超级节点
2637
2650
  # @type NodeType: String
@@ -2782,10 +2795,16 @@ module TencentCloud
2782
2795
  # @param InstanceId: 主机实例id
2783
2796
  # 注意:此字段可能返回 null,表示取不到有效值。
2784
2797
  # @type InstanceId: String
2798
+ # @param ImageRegistryInfo: 镜像仓库信息
2799
+ # @type ImageRegistryInfo: :class:`Tencentcloud::Tcss.v20201101.models.ImageRegistryInfo`
2800
+ # @param ClusterID: 集群id
2801
+ # @type ClusterID: String
2802
+ # @param ClusterName: 集群名称
2803
+ # @type ClusterName: String
2785
2804
 
2786
- attr_accessor :CustomerAssetId, :AssetName, :AssetType, :CheckStatus, :NodeName, :LastCheckTime, :CheckResult, :HostIP, :ImageTag, :VerifyInfo, :InstanceId
2805
+ attr_accessor :CustomerAssetId, :AssetName, :AssetType, :CheckStatus, :NodeName, :LastCheckTime, :CheckResult, :HostIP, :ImageTag, :VerifyInfo, :InstanceId, :ImageRegistryInfo, :ClusterID, :ClusterName
2787
2806
 
2788
- def initialize(customerassetid=nil, assetname=nil, assettype=nil, checkstatus=nil, nodename=nil, lastchecktime=nil, checkresult=nil, hostip=nil, imagetag=nil, verifyinfo=nil, instanceid=nil)
2807
+ def initialize(customerassetid=nil, assetname=nil, assettype=nil, checkstatus=nil, nodename=nil, lastchecktime=nil, checkresult=nil, hostip=nil, imagetag=nil, verifyinfo=nil, instanceid=nil, imageregistryinfo=nil, clusterid=nil, clustername=nil)
2789
2808
  @CustomerAssetId = customerassetid
2790
2809
  @AssetName = assetname
2791
2810
  @AssetType = assettype
@@ -2797,6 +2816,9 @@ module TencentCloud
2797
2816
  @ImageTag = imagetag
2798
2817
  @VerifyInfo = verifyinfo
2799
2818
  @InstanceId = instanceid
2819
+ @ImageRegistryInfo = imageregistryinfo
2820
+ @ClusterID = clusterid
2821
+ @ClusterName = clustername
2800
2822
  end
2801
2823
 
2802
2824
  def deserialize(params)
@@ -2811,6 +2833,12 @@ module TencentCloud
2811
2833
  @ImageTag = params['ImageTag']
2812
2834
  @VerifyInfo = params['VerifyInfo']
2813
2835
  @InstanceId = params['InstanceId']
2836
+ unless params['ImageRegistryInfo'].nil?
2837
+ @ImageRegistryInfo = ImageRegistryInfo.new
2838
+ @ImageRegistryInfo.deserialize(params['ImageRegistryInfo'])
2839
+ end
2840
+ @ClusterID = params['ClusterID']
2841
+ @ClusterName = params['ClusterName']
2814
2842
  end
2815
2843
  end
2816
2844
 
@@ -2932,10 +2960,16 @@ module TencentCloud
2932
2960
  # @param InstanceId: 主机节点的实例id
2933
2961
  # 注意:此字段可能返回 null,表示取不到有效值。
2934
2962
  # @type InstanceId: String
2963
+ # @param ImageRegistryInfo: 镜像仓库信息
2964
+ # @type ImageRegistryInfo: :class:`Tencentcloud::Tcss.v20201101.models.ImageRegistryInfo`
2965
+ # @param ClusterID: 集群id
2966
+ # @type ClusterID: String
2967
+ # @param ClusterName: 集群名称
2968
+ # @type ClusterName: String
2935
2969
 
2936
- attr_accessor :CustomerAssetId, :AssetType, :AssetName, :ImageTag, :HostIP, :NodeName, :CheckStatus, :PassedPolicyItemCount, :FailedPolicyItemCount, :LastCheckTime, :CheckResult, :InstanceId
2970
+ attr_accessor :CustomerAssetId, :AssetType, :AssetName, :ImageTag, :HostIP, :NodeName, :CheckStatus, :PassedPolicyItemCount, :FailedPolicyItemCount, :LastCheckTime, :CheckResult, :InstanceId, :ImageRegistryInfo, :ClusterID, :ClusterName
2937
2971
 
2938
- def initialize(customerassetid=nil, assettype=nil, assetname=nil, imagetag=nil, hostip=nil, nodename=nil, checkstatus=nil, passedpolicyitemcount=nil, failedpolicyitemcount=nil, lastchecktime=nil, checkresult=nil, instanceid=nil)
2972
+ def initialize(customerassetid=nil, assettype=nil, assetname=nil, imagetag=nil, hostip=nil, nodename=nil, checkstatus=nil, passedpolicyitemcount=nil, failedpolicyitemcount=nil, lastchecktime=nil, checkresult=nil, instanceid=nil, imageregistryinfo=nil, clusterid=nil, clustername=nil)
2939
2973
  @CustomerAssetId = customerassetid
2940
2974
  @AssetType = assettype
2941
2975
  @AssetName = assetname
@@ -2948,6 +2982,9 @@ module TencentCloud
2948
2982
  @LastCheckTime = lastchecktime
2949
2983
  @CheckResult = checkresult
2950
2984
  @InstanceId = instanceid
2985
+ @ImageRegistryInfo = imageregistryinfo
2986
+ @ClusterID = clusterid
2987
+ @ClusterName = clustername
2951
2988
  end
2952
2989
 
2953
2990
  def deserialize(params)
@@ -2963,6 +3000,12 @@ module TencentCloud
2963
3000
  @LastCheckTime = params['LastCheckTime']
2964
3001
  @CheckResult = params['CheckResult']
2965
3002
  @InstanceId = params['InstanceId']
3003
+ unless params['ImageRegistryInfo'].nil?
3004
+ @ImageRegistryInfo = ImageRegistryInfo.new
3005
+ @ImageRegistryInfo.deserialize(params['ImageRegistryInfo'])
3006
+ end
3007
+ @ClusterID = params['ClusterID']
3008
+ @ClusterName = params['ClusterName']
2966
3009
  end
2967
3010
  end
2968
3011
 
@@ -4659,8 +4702,6 @@ module TencentCloud
4659
4702
  class CreateComponentExportJobRequest < TencentCloud::Common::AbstractModel
4660
4703
  # @param ImageID: 镜像ID
4661
4704
  # @type ImageID: String
4662
- # @param ExportField: 导出字段
4663
- # @type ExportField: Array
4664
4705
  # @param Limit: 需要返回的数量,默认为10000,最大值为10000
4665
4706
  # @type Limit: Integer
4666
4707
  # @param Offset: 偏移量,默认为0。
@@ -4672,22 +4713,23 @@ module TencentCloud
4672
4713
  # @type By: String
4673
4714
  # @param Order: 排序方式desc ,asc
4674
4715
  # @type Order: String
4716
+ # @param ExportField: 导出字段
4717
+ # @type ExportField: Array
4675
4718
 
4676
- attr_accessor :ImageID, :ExportField, :Limit, :Offset, :Filters, :By, :Order
4719
+ attr_accessor :ImageID, :Limit, :Offset, :Filters, :By, :Order, :ExportField
4677
4720
 
4678
- def initialize(imageid=nil, exportfield=nil, limit=nil, offset=nil, filters=nil, by=nil, order=nil)
4721
+ def initialize(imageid=nil, limit=nil, offset=nil, filters=nil, by=nil, order=nil, exportfield=nil)
4679
4722
  @ImageID = imageid
4680
- @ExportField = exportfield
4681
4723
  @Limit = limit
4682
4724
  @Offset = offset
4683
4725
  @Filters = filters
4684
4726
  @By = by
4685
4727
  @Order = order
4728
+ @ExportField = exportfield
4686
4729
  end
4687
4730
 
4688
4731
  def deserialize(params)
4689
4732
  @ImageID = params['ImageID']
4690
- @ExportField = params['ExportField']
4691
4733
  @Limit = params['Limit']
4692
4734
  @Offset = params['Offset']
4693
4735
  unless params['Filters'].nil?
@@ -4700,6 +4742,7 @@ module TencentCloud
4700
4742
  end
4701
4743
  @By = params['By']
4702
4744
  @Order = params['Order']
4745
+ @ExportField = params['ExportField']
4703
4746
  end
4704
4747
  end
4705
4748
 
@@ -5031,17 +5074,7 @@ module TencentCloud
5031
5074
 
5032
5075
  # CreateHostExportJob请求参数结构体
5033
5076
  class CreateHostExportJobRequest < TencentCloud::Common::AbstractModel
5034
- # @param Filters: 过滤条件。
5035
- # <li>Status - String - 是否必填:否 - agent状态筛选,"ALL":"全部"(或不传该字段),"UNINSTALL":"未安装","OFFLINE":"离线", "ONLINE":"防护中"</li>
5036
- # <li>HostName - String - 是否必填:否 - 主机名筛选</li>
5037
- # <li>Group- String - 是否必填:否 - 主机群组搜索</li>
5038
- # <li>HostIP- string - 是否必填:否 - 主机ip搜索</li>
5039
- # <li>HostID- string - 是否必填:否 - 主机id搜索</li>
5040
- # <li>DockerVersion- string - 是否必填:否 - docker版本搜索</li>
5041
- # <li>MachineType- string - 是否必填:否 - 主机来源MachineType搜索,"ALL":"全部"(或不传该字段),主机来源:["CVM", "ECM", "LH", "BM"] 中的之一为腾讯云服务器;["Other"]之一非腾讯云服务器;</li>
5042
- # <li>DockerStatus- string - 是否必填:否 - docker安装状态,"ALL":"全部"(或不传该字段),"INSTALL":"已安装","UNINSTALL":"未安装"</li>
5043
- # <li>ProjectID- string - 是否必填:否 - 所属项目id搜索</li>
5044
- # <li>Tag:xxx(tag:key)- string- 是否必填:否 - 标签键值搜索 示例Filters":[{"Name":"tag:tke-kind","Values":["service"]}]</li>
5077
+ # @param Filters: 过滤条件。<li>Status-String-是否必填:否-agent状态筛选,"ALL": "全部"(或不传该字段), "UNINSTALL":"未安装", "OFFLINE":"离线", "ONLINE":"防护中"</li><li>HostName-String-是否必填:否-主机名筛选</li><li>Group-String-是否必填:否-主机群组搜索</li><li>HostIP-string-是否必填:否-主机ip搜索</li><li>HostID-string-是否必填:否-主机id搜索</li><li>DockerVersion-string-是否必填:否-docker版本搜索</li><li>MachineType-string-是否必填:否-主机来源MachineType搜索,"ALL": "全部"(或不传该字段), 主机来源:[ "CVM", "ECM", "LH", "BM" ]中的之一为腾讯云服务器;[ "Other" ]之一非腾讯云服务器;</li><li>DockerStatus-string-是否必填:否-docker安装状态,"ALL": "全部"(或不传该字段), "INSTALL": "已安装", "UNINSTALL": "未安装"</li><li>ProjectID-string-是否必填:否-所属项目id搜索</li><li>Tag:(tag: key)-string-是否必填:否-标签键值搜索示例Filters":[{"Name":"tag: tke-kind","Values":["service"]}]</li>
5045
5078
  # @type Filters: Array
5046
5079
  # @param Limit: 偏移量,默认为0。
5047
5080
  # @type Limit: Integer
@@ -8073,18 +8106,26 @@ module TencentCloud
8073
8106
  class DescribeAgentDaemonSetCmdResponse < TencentCloud::Common::AbstractModel
8074
8107
  # @param Command: 安装命令
8075
8108
  # @type Command: String
8109
+ # @param URL: 文件url
8110
+ # @type URL: String
8111
+ # @param FileContent: 文件内容(base64编码)
8112
+ # @type FileContent: String
8076
8113
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8077
8114
  # @type RequestId: String
8078
8115
 
8079
- attr_accessor :Command, :RequestId
8116
+ attr_accessor :Command, :URL, :FileContent, :RequestId
8080
8117
 
8081
- def initialize(command=nil, requestid=nil)
8118
+ def initialize(command=nil, url=nil, filecontent=nil, requestid=nil)
8082
8119
  @Command = command
8120
+ @URL = url
8121
+ @FileContent = filecontent
8083
8122
  @RequestId = requestid
8084
8123
  end
8085
8124
 
8086
8125
  def deserialize(params)
8087
8126
  @Command = params['Command']
8127
+ @URL = params['URL']
8128
+ @FileContent = params['FileContent']
8088
8129
  @RequestId = params['RequestId']
8089
8130
  end
8090
8131
  end
@@ -8103,16 +8144,19 @@ module TencentCloud
8103
8144
  # @type ExpireDate: String
8104
8145
  # @param TagIds: 标签ID列表,IsCloud=false时才会生效
8105
8146
  # @type TagIds: Array
8147
+ # @param Vip: 虚拟ip
8148
+ # @type Vip: String
8106
8149
 
8107
- attr_accessor :IsCloud, :NetType, :RegionCode, :VpcId, :ExpireDate, :TagIds
8150
+ attr_accessor :IsCloud, :NetType, :RegionCode, :VpcId, :ExpireDate, :TagIds, :Vip
8108
8151
 
8109
- def initialize(iscloud=nil, nettype=nil, regioncode=nil, vpcid=nil, expiredate=nil, tagids=nil)
8152
+ def initialize(iscloud=nil, nettype=nil, regioncode=nil, vpcid=nil, expiredate=nil, tagids=nil, vip=nil)
8110
8153
  @IsCloud = iscloud
8111
8154
  @NetType = nettype
8112
8155
  @RegionCode = regioncode
8113
8156
  @VpcId = vpcid
8114
8157
  @ExpireDate = expiredate
8115
8158
  @TagIds = tagids
8159
+ @Vip = vip
8116
8160
  end
8117
8161
 
8118
8162
  def deserialize(params)
@@ -8122,6 +8166,7 @@ module TencentCloud
8122
8166
  @VpcId = params['VpcId']
8123
8167
  @ExpireDate = params['ExpireDate']
8124
8168
  @TagIds = params['TagIds']
8169
+ @Vip = params['Vip']
8125
8170
  end
8126
8171
  end
8127
8172
 
@@ -8137,17 +8182,20 @@ module TencentCloud
8137
8182
  # @type WindowsStepTwo: String
8138
8183
  # @param WindowsDownloadUrl: windows版agent下载链接
8139
8184
  # @type WindowsDownloadUrl: String
8185
+ # @param ARMCommand: arm架构系统安装命令
8186
+ # @type ARMCommand: String
8140
8187
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8141
8188
  # @type RequestId: String
8142
8189
 
8143
- attr_accessor :LinuxCommand, :WindowsCommand, :WindowsStepOne, :WindowsStepTwo, :WindowsDownloadUrl, :RequestId
8190
+ attr_accessor :LinuxCommand, :WindowsCommand, :WindowsStepOne, :WindowsStepTwo, :WindowsDownloadUrl, :ARMCommand, :RequestId
8144
8191
 
8145
- def initialize(linuxcommand=nil, windowscommand=nil, windowsstepone=nil, windowssteptwo=nil, windowsdownloadurl=nil, requestid=nil)
8192
+ def initialize(linuxcommand=nil, windowscommand=nil, windowsstepone=nil, windowssteptwo=nil, windowsdownloadurl=nil, armcommand=nil, requestid=nil)
8146
8193
  @LinuxCommand = linuxcommand
8147
8194
  @WindowsCommand = windowscommand
8148
8195
  @WindowsStepOne = windowsstepone
8149
8196
  @WindowsStepTwo = windowssteptwo
8150
8197
  @WindowsDownloadUrl = windowsdownloadurl
8198
+ @ARMCommand = armcommand
8151
8199
  @RequestId = requestid
8152
8200
  end
8153
8201
 
@@ -8157,6 +8205,7 @@ module TencentCloud
8157
8205
  @WindowsStepOne = params['WindowsStepOne']
8158
8206
  @WindowsStepTwo = params['WindowsStepTwo']
8159
8207
  @WindowsDownloadUrl = params['WindowsDownloadUrl']
8208
+ @ARMCommand = params['ARMCommand']
8160
8209
  @RequestId = params['RequestId']
8161
8210
  end
8162
8211
  end
@@ -8882,7 +8931,7 @@ module TencentCloud
8882
8931
  # @type Limit: Integer
8883
8932
  # @param Offset: 偏移量,默认为0。
8884
8933
  # @type Offset: Integer
8885
- # @param Filters: 过滤条件。 <li>Status - String - 是否必填:否 - agent状态筛选,"ALL":"全部"(或不传该字段),"UNINSTALL":"未安装","OFFLINE":"离线", "ONLINE":"防护中"</li> <li>HostName - String - 是否必填:否 - 主机名筛选</li> <li>Group- String - 是否必填:否 - 主机群组搜索</li> <li>HostIP- string - 是否必填:否 - 主机ip搜索</li> <li>HostID- string - 是否必填:否 - 主机id搜索</li> <li>DockerVersion- string - 是否必填:否 - docker版本搜索</li> <li>MachineType- string - 是否必填:否 - 主机来源MachineType搜索,"ALL":"全部"(或不传该字段),主机来源:["CVM", "ECM", "LH", "BM"] 中的之一为腾讯云服务器;["Other"]之一非腾讯云服务器;</li> <li>DockerStatus- string - 是否必填:否 - docker安装状态,"ALL":"全部"(或不传该字段),"INSTALL":"已安装","UNINSTALL":"未安装"</li> <li>ProjectID- string - 是否必填:否 - 所属项目id搜索</li> <li>Tag:xxx(tag:key)- string- 是否必填:否 - 标签键值搜索 示例Filters":[{"Name":"tag:tke-kind","Values":["service"]}]</li> <li>NonClusterNode: 是否查询非集群节点(true: 是,false: 否)</li>
8934
+ # @param Filters: 过滤条件。<li>Status-String-是否必填:否-agent状态筛选,"ALL": "全部"(或不传该字段), "UNINSTALL":"未安装", "OFFLINE":"离线", "ONLINE":"防护中"</li><li>HostName-String-是否必填:否-主机名筛选</li><li>Group-String-是否必填:否-主机群组搜索</li><li>HostIP-string-是否必填:否-主机ip搜索</li><li>HostID-string-是否必填:否-主机id搜索</li><li>DockerVersion-string-是否必填:否-docker版本搜索</li><li>MachineType-string-是否必填:否-主机来源MachineType搜索,"ALL": "全部"(或不传该字段), 主机来源:[ "CVM", "ECM", "LH", "BM" ]中的之一为腾讯云服务器;[ "Other" ]之一非腾讯云服务器;</li><li>DockerStatus-string-是否必填:否-docker安装状态,"ALL": "全部"(或不传该字段), "INSTALL": "已安装", "UNINSTALL": "未安装"</li><li>ProjectID-string-是否必填:否-所属项目id搜索</li><li>Tag:(tag: key)-string-是否必填:否-标签键值搜索示例Filters":[{"Name":"tag: tke-kind","Values":["service"]}]</li> <li>NonClusterNode: 是否查询非集群节点(true: 是,false: 否)</li>
8886
8935
  # @type Filters: Array
8887
8936
  # @param By: 排序字段
8888
8937
  # @type By: String
@@ -11816,6 +11865,8 @@ module TencentCloud
11816
11865
  # @type ClusterNodeNum: Integer
11817
11866
  # @param ClusterStatus: 集群状态 (Running 运行中 Creating 创建中 Abnormal 异常 )
11818
11867
  # @type ClusterStatus: String
11868
+ # @param ClusterSubStatus: 集群运行子状态
11869
+ # @type ClusterSubStatus: String
11819
11870
  # @param ClusterType: 集群类型:为托管集群MANAGED_CLUSTER、独立集群INDEPENDENT_CLUSTER
11820
11871
  # @type ClusterType: String
11821
11872
  # @param Region: 集群区域
@@ -11855,9 +11906,9 @@ module TencentCloud
11855
11906
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11856
11907
  # @type RequestId: String
11857
11908
 
11858
- attr_accessor :ClusterId, :ClusterName, :ScanTaskProgress, :ClusterVersion, :ContainerRuntime, :ClusterNodeNum, :ClusterStatus, :ClusterType, :Region, :SeriousRiskCount, :HighRiskCount, :MiddleRiskCount, :HintRiskCount, :CheckStatus, :DefenderStatus, :TaskCreateTime, :NetworkType, :ApiServerAddress, :NodeCount, :NamespaceCount, :WorkloadCount, :PodCount, :ServiceCount, :IngressCount, :MasterIps, :RequestId
11909
+ attr_accessor :ClusterId, :ClusterName, :ScanTaskProgress, :ClusterVersion, :ContainerRuntime, :ClusterNodeNum, :ClusterStatus, :ClusterSubStatus, :ClusterType, :Region, :SeriousRiskCount, :HighRiskCount, :MiddleRiskCount, :HintRiskCount, :CheckStatus, :DefenderStatus, :TaskCreateTime, :NetworkType, :ApiServerAddress, :NodeCount, :NamespaceCount, :WorkloadCount, :PodCount, :ServiceCount, :IngressCount, :MasterIps, :RequestId
11859
11910
 
11860
- def initialize(clusterid=nil, clustername=nil, scantaskprogress=nil, clusterversion=nil, containerruntime=nil, clusternodenum=nil, clusterstatus=nil, clustertype=nil, region=nil, seriousriskcount=nil, highriskcount=nil, middleriskcount=nil, hintriskcount=nil, checkstatus=nil, defenderstatus=nil, taskcreatetime=nil, networktype=nil, apiserveraddress=nil, nodecount=nil, namespacecount=nil, workloadcount=nil, podcount=nil, servicecount=nil, ingresscount=nil, masterips=nil, requestid=nil)
11911
+ def initialize(clusterid=nil, clustername=nil, scantaskprogress=nil, clusterversion=nil, containerruntime=nil, clusternodenum=nil, clusterstatus=nil, clustersubstatus=nil, clustertype=nil, region=nil, seriousriskcount=nil, highriskcount=nil, middleriskcount=nil, hintriskcount=nil, checkstatus=nil, defenderstatus=nil, taskcreatetime=nil, networktype=nil, apiserveraddress=nil, nodecount=nil, namespacecount=nil, workloadcount=nil, podcount=nil, servicecount=nil, ingresscount=nil, masterips=nil, requestid=nil)
11861
11912
  @ClusterId = clusterid
11862
11913
  @ClusterName = clustername
11863
11914
  @ScanTaskProgress = scantaskprogress
@@ -11865,6 +11916,7 @@ module TencentCloud
11865
11916
  @ContainerRuntime = containerruntime
11866
11917
  @ClusterNodeNum = clusternodenum
11867
11918
  @ClusterStatus = clusterstatus
11919
+ @ClusterSubStatus = clustersubstatus
11868
11920
  @ClusterType = clustertype
11869
11921
  @Region = region
11870
11922
  @SeriousRiskCount = seriousriskcount
@@ -11894,6 +11946,7 @@ module TencentCloud
11894
11946
  @ContainerRuntime = params['ContainerRuntime']
11895
11947
  @ClusterNodeNum = params['ClusterNodeNum']
11896
11948
  @ClusterStatus = params['ClusterStatus']
11949
+ @ClusterSubStatus = params['ClusterSubStatus']
11897
11950
  @ClusterType = params['ClusterType']
11898
11951
  @Region = params['Region']
11899
11952
  @SeriousRiskCount = params['SeriousRiskCount']
@@ -12176,6 +12229,10 @@ module TencentCloud
12176
12229
  # DescribeComplianceAssetList请求参数结构体
12177
12230
  class DescribeComplianceAssetListRequest < TencentCloud::Common::AbstractModel
12178
12231
  # @param AssetTypeSet: 资产类型列表。
12232
+ # ASSET_CONTAINER, 容器
12233
+ # ASSET_IMAGE, 镜像
12234
+ # ASSET_HOST, 主机
12235
+ # ASSET_K8S, K8S资产
12179
12236
  # @type AssetTypeSet: Array
12180
12237
  # @param Offset: 起始偏移量,默认为0。
12181
12238
  # @type Offset: Integer
@@ -21592,12 +21649,13 @@ module TencentCloud
21592
21649
  # 修改容器逃逸扫描策略开关信息
21593
21650
  class EscapeRuleEnabled < TencentCloud::Common::AbstractModel
21594
21651
  # @param Type: 规则类型
21595
- # ESCAPE_HOST_ACESS_FILE:宿主机文件访问逃逸
21596
- # ESCAPE_MOUNT_NAMESPACE:MountNamespace逃逸
21597
- # ESCAPE_PRIVILEDGE:程序提权逃逸
21598
- # ESCAPE_PRIVILEDGE_CONTAINER_START:特权容器启动逃逸
21599
- # ESCAPE_MOUNT_SENSITIVE_PTAH:敏感路径挂载
21600
- # ESCAPE_SYSCALL:Syscall逃逸
21652
+ # ESCAPE_CGROUPS:利用cgroup机制逃逸
21653
+ # ESCAPE_TAMPER_SENSITIVE_FILE:篡改敏感文件逃逸
21654
+ # ESCAPE_DOCKER_API:访问Docker API接口逃逸
21655
+ # ESCAPE_VUL_OCCURRED:逃逸漏洞利用
21656
+ # MOUNT_SENSITIVE_PTAH:敏感路径挂载
21657
+ # PRIVILEGE_CONTAINER_START:特权容器
21658
+ # PRIVILEGE:程序提权逃逸
21601
21659
  # @type Type: String
21602
21660
  # @param IsEnable: 是否打开:false否 ,true是
21603
21661
  # @type IsEnable: Boolean
@@ -22227,6 +22285,37 @@ module TencentCloud
22227
22285
  end
22228
22286
  end
22229
22287
 
22288
+ # 镜像仓库详情
22289
+ class ImageRegistryInfo < TencentCloud::Common::AbstractModel
22290
+ # @param Name: 仓库名称
22291
+ # @type Name: String
22292
+ # @param Type: 仓库类型
22293
+ # aws
22294
+ # ccr
22295
+ # harbor
22296
+ # jfrog
22297
+ # other-tcr
22298
+ # quay
22299
+ # tcr
22300
+ # @type Type: String
22301
+ # @param Address: 仓库地址
22302
+ # @type Address: String
22303
+
22304
+ attr_accessor :Name, :Type, :Address
22305
+
22306
+ def initialize(name=nil, type=nil, address=nil)
22307
+ @Name = name
22308
+ @Type = type
22309
+ @Address = address
22310
+ end
22311
+
22312
+ def deserialize(params)
22313
+ @Name = params['Name']
22314
+ @Type = params['Type']
22315
+ @Address = params['Address']
22316
+ end
22317
+ end
22318
+
22230
22319
  # 容器安全镜像仓库列表
22231
22320
  class ImageRepoInfo < TencentCloud::Common::AbstractModel
22232
22321
  # @param ImageDigest: 镜像Digest
@@ -22675,15 +22764,18 @@ module TencentCloud
22675
22764
  # @type ImageType: String
22676
22765
  # @param ContainerCnt: 关联容器数
22677
22766
  # @type ContainerCnt: Integer
22767
+ # @param HostCnt: 关联主机数
22768
+ # @type HostCnt: Integer
22678
22769
 
22679
- attr_accessor :ImageID, :ImageName, :Size, :ImageType, :ContainerCnt
22770
+ attr_accessor :ImageID, :ImageName, :Size, :ImageType, :ContainerCnt, :HostCnt
22680
22771
 
22681
- def initialize(imageid=nil, imagename=nil, size=nil, imagetype=nil, containercnt=nil)
22772
+ def initialize(imageid=nil, imagename=nil, size=nil, imagetype=nil, containercnt=nil, hostcnt=nil)
22682
22773
  @ImageID = imageid
22683
22774
  @ImageName = imagename
22684
22775
  @Size = size
22685
22776
  @ImageType = imagetype
22686
22777
  @ContainerCnt = containercnt
22778
+ @HostCnt = hostcnt
22687
22779
  end
22688
22780
 
22689
22781
  def deserialize(params)
@@ -22692,6 +22784,7 @@ module TencentCloud
22692
22784
  @Size = params['Size']
22693
22785
  @ImageType = params['ImageType']
22694
22786
  @ContainerCnt = params['ContainerCnt']
22787
+ @HostCnt = params['HostCnt']
22695
22788
  end
22696
22789
  end
22697
22790
 
@@ -23292,7 +23385,7 @@ module TencentCloud
23292
23385
  # @type ClusterID: String
23293
23386
  # @param ClusterName: 集群名称
23294
23387
  # @type ClusterName: String
23295
- # @param ClusterRunningStatus: 集群运行状态
23388
+ # @param ClusterRunningStatus: 集群运行状态,CSR_RUNNING-运行中,CSR_EXCEPTION-异常,CSR_CREATING-创建中
23296
23389
  # @type ClusterRunningStatus: String
23297
23390
  # @param FirstCreateTime: 初次生成时间
23298
23391
  # @type FirstCreateTime: String
@@ -24850,7 +24943,7 @@ module TencentCloud
24850
24943
 
24851
24944
  # ModifyVirusAutoIsolateExampleSwitch请求参数结构体
24852
24945
  class ModifyVirusAutoIsolateExampleSwitchRequest < TencentCloud::Common::AbstractModel
24853
- # @param MD5: 文件Md5
24946
+ # @param MD5: 文件MD5
24854
24947
  # @type MD5: String
24855
24948
  # @param Status: 开关(开:true 关: false)
24856
24949
  # @type Status: Boolean
@@ -26297,10 +26390,32 @@ module TencentCloud
26297
26390
  # 正在重启中: RESTARTING
26298
26391
  # 迁移中: REMOVING
26299
26392
  # @type ContainerStatus: String
26393
+ # @param ClusterID: 集群id
26394
+ # @type ClusterID: String
26395
+ # @param NodeType: 节点类型:NORMAL普通节点、SUPER超级节点
26396
+ # @type NodeType: String
26397
+ # @param PodName: pod name
26398
+ # @type PodName: String
26399
+ # @param PodIP: pod ip
26400
+ # @type PodIP: String
26401
+ # @param NodeUniqueID: 节点唯一id
26402
+ # @type NodeUniqueID: String
26403
+ # @param PublicIP: 节点公网ip
26404
+ # @type PublicIP: String
26405
+ # @param NodeName: 节点名称
26406
+ # @type NodeName: String
26407
+ # @param HostID: uuid
26408
+ # @type HostID: String
26409
+ # @param HostIP: 节点内网ip
26410
+ # @type HostIP: String
26411
+ # @param NodeID: 节点 id
26412
+ # @type NodeID: String
26413
+ # @param ClusterName: 集群名称
26414
+ # @type ClusterName: String
26300
26415
 
26301
- attr_accessor :ProcessName, :ProcessPath, :ImageId, :ContainerId, :ImageName, :ContainerName, :FoundTime, :Solution, :Description, :Status, :EventId, :Remark, :PProcessName, :EventCount, :LatestFoundTime, :DstAddress, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :ContainerStatus
26416
+ attr_accessor :ProcessName, :ProcessPath, :ImageId, :ContainerId, :ImageName, :ContainerName, :FoundTime, :Solution, :Description, :Status, :EventId, :Remark, :PProcessName, :EventCount, :LatestFoundTime, :DstAddress, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :ContainerStatus, :ClusterID, :NodeType, :PodName, :PodIP, :NodeUniqueID, :PublicIP, :NodeName, :HostID, :HostIP, :NodeID, :ClusterName
26302
26417
 
26303
- def initialize(processname=nil, processpath=nil, imageid=nil, containerid=nil, imagename=nil, containername=nil, foundtime=nil, solution=nil, description=nil, status=nil, eventid=nil, remark=nil, pprocessname=nil, eventcount=nil, latestfoundtime=nil, dstaddress=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, containerstatus=nil)
26418
+ def initialize(processname=nil, processpath=nil, imageid=nil, containerid=nil, imagename=nil, containername=nil, foundtime=nil, solution=nil, description=nil, status=nil, eventid=nil, remark=nil, pprocessname=nil, eventcount=nil, latestfoundtime=nil, dstaddress=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, containerstatus=nil, clusterid=nil, nodetype=nil, podname=nil, podip=nil, nodeuniqueid=nil, publicip=nil, nodename=nil, hostid=nil, hostip=nil, nodeid=nil, clustername=nil)
26304
26419
  @ProcessName = processname
26305
26420
  @ProcessPath = processpath
26306
26421
  @ImageId = imageid
@@ -26321,6 +26436,17 @@ module TencentCloud
26321
26436
  @ContainerNetSubStatus = containernetsubstatus
26322
26437
  @ContainerIsolateOperationSrc = containerisolateoperationsrc
26323
26438
  @ContainerStatus = containerstatus
26439
+ @ClusterID = clusterid
26440
+ @NodeType = nodetype
26441
+ @PodName = podname
26442
+ @PodIP = podip
26443
+ @NodeUniqueID = nodeuniqueid
26444
+ @PublicIP = publicip
26445
+ @NodeName = nodename
26446
+ @HostID = hostid
26447
+ @HostIP = hostip
26448
+ @NodeID = nodeid
26449
+ @ClusterName = clustername
26324
26450
  end
26325
26451
 
26326
26452
  def deserialize(params)
@@ -26344,6 +26470,17 @@ module TencentCloud
26344
26470
  @ContainerNetSubStatus = params['ContainerNetSubStatus']
26345
26471
  @ContainerIsolateOperationSrc = params['ContainerIsolateOperationSrc']
26346
26472
  @ContainerStatus = params['ContainerStatus']
26473
+ @ClusterID = params['ClusterID']
26474
+ @NodeType = params['NodeType']
26475
+ @PodName = params['PodName']
26476
+ @PodIP = params['PodIP']
26477
+ @NodeUniqueID = params['NodeUniqueID']
26478
+ @PublicIP = params['PublicIP']
26479
+ @NodeName = params['NodeName']
26480
+ @HostID = params['HostID']
26481
+ @HostIP = params['HostIP']
26482
+ @NodeID = params['NodeID']
26483
+ @ClusterName = params['ClusterName']
26347
26484
  end
26348
26485
  end
26349
26486
 
@@ -28056,10 +28193,16 @@ module TencentCloud
28056
28193
  # @type CVEID: String
28057
28194
  # @param SubmitTime: 漏洞披露时间
28058
28195
  # @type SubmitTime: String
28196
+ # @param VulId: 漏洞id
28197
+ # 注意:此字段可能返回 null,表示取不到有效值。
28198
+ # @type VulId: Integer
28199
+ # @param Status: 状态,0:防御中,1:已加白,指的是在白名单列表中有这个漏洞的,不一定是全局型白名单
28200
+ # 注意:此字段可能返回 null,表示取不到有效值。
28201
+ # @type Status: Integer
28059
28202
 
28060
- attr_accessor :PocID, :Name, :Tags, :CVSSV3Score, :Level, :CVEID, :SubmitTime
28203
+ attr_accessor :PocID, :Name, :Tags, :CVSSV3Score, :Level, :CVEID, :SubmitTime, :VulId, :Status
28061
28204
 
28062
- def initialize(pocid=nil, name=nil, tags=nil, cvssv3score=nil, level=nil, cveid=nil, submittime=nil)
28205
+ def initialize(pocid=nil, name=nil, tags=nil, cvssv3score=nil, level=nil, cveid=nil, submittime=nil, vulid=nil, status=nil)
28063
28206
  @PocID = pocid
28064
28207
  @Name = name
28065
28208
  @Tags = tags
@@ -28067,6 +28210,8 @@ module TencentCloud
28067
28210
  @Level = level
28068
28211
  @CVEID = cveid
28069
28212
  @SubmitTime = submittime
28213
+ @VulId = vulid
28214
+ @Status = status
28070
28215
  end
28071
28216
 
28072
28217
  def deserialize(params)
@@ -28077,6 +28222,8 @@ module TencentCloud
28077
28222
  @Level = params['Level']
28078
28223
  @CVEID = params['CVEID']
28079
28224
  @SubmitTime = params['SubmitTime']
28225
+ @VulId = params['VulId']
28226
+ @Status = params['Status']
28080
28227
  end
28081
28228
  end
28082
28229
 
@@ -29058,10 +29205,13 @@ module TencentCloud
29058
29205
  # @type NodeID: String
29059
29206
  # @param NodeName: 超级节点名称
29060
29207
  # @type NodeName: String
29208
+ # @param ContainerStatus: 容器状态 "RUNNING":运行,"PAUSED":暂停,"STOPPED":停止,"CREATED":已经创建,"DESTROYED":已销毁,"RESTARTING":重启中,"REMOVING":迁移中,"DEAD":DEAD,"UNKNOWN":未知
29209
+ # 注意:此字段可能返回 null,表示取不到有效值。
29210
+ # @type ContainerStatus: String
29061
29211
 
29062
- attr_accessor :HostIP, :ContainerID, :ContainerName, :PodName, :PodIP, :HostName, :HostID, :PublicIP, :ClusterID, :ClusterName, :NodeType, :NodeUniqueID, :NodeID, :NodeName
29212
+ attr_accessor :HostIP, :ContainerID, :ContainerName, :PodName, :PodIP, :HostName, :HostID, :PublicIP, :ClusterID, :ClusterName, :NodeType, :NodeUniqueID, :NodeID, :NodeName, :ContainerStatus
29063
29213
 
29064
- def initialize(hostip=nil, containerid=nil, containername=nil, podname=nil, podip=nil, hostname=nil, hostid=nil, publicip=nil, clusterid=nil, clustername=nil, nodetype=nil, nodeuniqueid=nil, nodeid=nil, nodename=nil)
29214
+ def initialize(hostip=nil, containerid=nil, containername=nil, podname=nil, podip=nil, hostname=nil, hostid=nil, publicip=nil, clusterid=nil, clustername=nil, nodetype=nil, nodeuniqueid=nil, nodeid=nil, nodename=nil, containerstatus=nil)
29065
29215
  @HostIP = hostip
29066
29216
  @ContainerID = containerid
29067
29217
  @ContainerName = containername
@@ -29076,6 +29226,7 @@ module TencentCloud
29076
29226
  @NodeUniqueID = nodeuniqueid
29077
29227
  @NodeID = nodeid
29078
29228
  @NodeName = nodename
29229
+ @ContainerStatus = containerstatus
29079
29230
  end
29080
29231
 
29081
29232
  def deserialize(params)
@@ -29093,6 +29244,7 @@ module TencentCloud
29093
29244
  @NodeUniqueID = params['NodeUniqueID']
29094
29245
  @NodeID = params['NodeID']
29095
29246
  @NodeName = params['NodeName']
29247
+ @ContainerStatus = params['ContainerStatus']
29096
29248
  end
29097
29249
  end
29098
29250
 
@@ -29304,10 +29456,14 @@ module TencentCloud
29304
29456
  # @type ClusterID: String
29305
29457
  # @param ClusterName: 集群名称
29306
29458
  # @type ClusterName: String
29459
+ # @param PodName: pod名称
29460
+ # @type PodName: String
29461
+ # @param PodIP: pod ip
29462
+ # @type PodIP: String
29307
29463
 
29308
- attr_accessor :CVEID, :VulName, :PocID, :EventType, :SourceIP, :City, :EventCount, :ContainerID, :ContainerName, :ImageID, :ImageName, :Status, :EventID, :CreateTime, :ContainerNetStatus, :MergeTime, :ContainerStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :QUUID, :HostIP, :HostName, :NodeType, :PublicIP, :NodeUniqueID, :NodeID, :ClusterID, :ClusterName
29464
+ attr_accessor :CVEID, :VulName, :PocID, :EventType, :SourceIP, :City, :EventCount, :ContainerID, :ContainerName, :ImageID, :ImageName, :Status, :EventID, :CreateTime, :ContainerNetStatus, :MergeTime, :ContainerStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :QUUID, :HostIP, :HostName, :NodeType, :PublicIP, :NodeUniqueID, :NodeID, :ClusterID, :ClusterName, :PodName, :PodIP
29309
29465
 
29310
- def initialize(cveid=nil, vulname=nil, pocid=nil, eventtype=nil, sourceip=nil, city=nil, eventcount=nil, containerid=nil, containername=nil, imageid=nil, imagename=nil, status=nil, eventid=nil, createtime=nil, containernetstatus=nil, mergetime=nil, containerstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, quuid=nil, hostip=nil, hostname=nil, nodetype=nil, publicip=nil, nodeuniqueid=nil, nodeid=nil, clusterid=nil, clustername=nil)
29466
+ def initialize(cveid=nil, vulname=nil, pocid=nil, eventtype=nil, sourceip=nil, city=nil, eventcount=nil, containerid=nil, containername=nil, imageid=nil, imagename=nil, status=nil, eventid=nil, createtime=nil, containernetstatus=nil, mergetime=nil, containerstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, quuid=nil, hostip=nil, hostname=nil, nodetype=nil, publicip=nil, nodeuniqueid=nil, nodeid=nil, clusterid=nil, clustername=nil, podname=nil, podip=nil)
29311
29467
  @CVEID = cveid
29312
29468
  @VulName = vulname
29313
29469
  @PocID = pocid
@@ -29336,6 +29492,8 @@ module TencentCloud
29336
29492
  @NodeID = nodeid
29337
29493
  @ClusterID = clusterid
29338
29494
  @ClusterName = clustername
29495
+ @PodName = podname
29496
+ @PodIP = podip
29339
29497
  end
29340
29498
 
29341
29499
  def deserialize(params)
@@ -29367,6 +29525,8 @@ module TencentCloud
29367
29525
  @NodeID = params['NodeID']
29368
29526
  @ClusterID = params['ClusterID']
29369
29527
  @ClusterName = params['ClusterName']
29528
+ @PodName = params['PodName']
29529
+ @PodIP = params['PodIP']
29370
29530
  end
29371
29531
  end
29372
29532
 
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.931
4
+ version: 3.0.933
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-10-23 00:00:00.000000000 Z
11
+ date: 2024-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common