tencentcloud-sdk-csip 3.0.572 → 3.0.573
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/v20221121/models.rb +23 -6
- 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: f25306cb4e8f47c649b097575e5bcf21afeab856
|
4
|
+
data.tar.gz: 100bfc32a7be2deef77d537154e3e781540e4b84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c263c8655263734454e0d25c6c9f36d5095dc863ac2d969993740a7a7ab1d7f57d0a85253b52658e19967b54865eafd7f64b852a7f9daa089043f5ed3f148f72
|
7
|
+
data.tar.gz: 03be0a0218fb2bd1f32350c4764268688ebe6421ed3e67a73b7d6194ebac2d20ec415b9d6892e2c960ecac26c74a3fe55e8b9bd45fa38e396f603d17d7d3a292
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.573
|
data/lib/v20221121/models.rb
CHANGED
@@ -358,10 +358,13 @@ module TencentCloud
|
|
358
358
|
# @param Os: os全称
|
359
359
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
360
360
|
# @type Os: String
|
361
|
+
# @param RiskExposure: 风险服务暴露
|
362
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
363
|
+
# @type RiskExposure: Integer
|
361
364
|
|
362
|
-
attr_accessor :AssetId, :AssetName, :AssetType, :Region, :CWPStatus, :AssetCreateTime, :PublicIp, :PrivateIp, :VpcId, :VpcName, :AppId, :Uin, :NickName, :AvailableArea, :IsCore, :SubnetId, :SubnetName, :InstanceUuid, :InstanceQUuid, :OsName, :PartitionCount, :CPUInfo, :CPUSize, :CPULoad, :MemorySize, :MemoryLoad, :DiskSize, :DiskLoad, :AccountCount, :ProcessCount, :AppCount, :PortCount, :Attack, :Access, :Intercept, :InBandwidth, :OutBandwidth, :InFlow, :OutFlow, :LastScanTime, :NetWorkOut, :PortRisk, :VulnerabilityRisk, :ConfigurationRisk, :ScanTask, :Tag, :MemberId, :Os
|
365
|
+
attr_accessor :AssetId, :AssetName, :AssetType, :Region, :CWPStatus, :AssetCreateTime, :PublicIp, :PrivateIp, :VpcId, :VpcName, :AppId, :Uin, :NickName, :AvailableArea, :IsCore, :SubnetId, :SubnetName, :InstanceUuid, :InstanceQUuid, :OsName, :PartitionCount, :CPUInfo, :CPUSize, :CPULoad, :MemorySize, :MemoryLoad, :DiskSize, :DiskLoad, :AccountCount, :ProcessCount, :AppCount, :PortCount, :Attack, :Access, :Intercept, :InBandwidth, :OutBandwidth, :InFlow, :OutFlow, :LastScanTime, :NetWorkOut, :PortRisk, :VulnerabilityRisk, :ConfigurationRisk, :ScanTask, :Tag, :MemberId, :Os, :RiskExposure
|
363
366
|
|
364
|
-
def initialize(assetid=nil, assetname=nil, assettype=nil, region=nil, cwpstatus=nil, assetcreatetime=nil, publicip=nil, privateip=nil, vpcid=nil, vpcname=nil, appid=nil, uin=nil, nickname=nil, availablearea=nil, iscore=nil, subnetid=nil, subnetname=nil, instanceuuid=nil, instancequuid=nil, osname=nil, partitioncount=nil, cpuinfo=nil, cpusize=nil, cpuload=nil, memorysize=nil, memoryload=nil, disksize=nil, diskload=nil, accountcount=nil, processcount=nil, appcount=nil, portcount=nil, attack=nil, access=nil, intercept=nil, inbandwidth=nil, outbandwidth=nil, inflow=nil, outflow=nil, lastscantime=nil, networkout=nil, portrisk=nil, vulnerabilityrisk=nil, configurationrisk=nil, scantask=nil, tag=nil, memberid=nil, os=nil)
|
367
|
+
def initialize(assetid=nil, assetname=nil, assettype=nil, region=nil, cwpstatus=nil, assetcreatetime=nil, publicip=nil, privateip=nil, vpcid=nil, vpcname=nil, appid=nil, uin=nil, nickname=nil, availablearea=nil, iscore=nil, subnetid=nil, subnetname=nil, instanceuuid=nil, instancequuid=nil, osname=nil, partitioncount=nil, cpuinfo=nil, cpusize=nil, cpuload=nil, memorysize=nil, memoryload=nil, disksize=nil, diskload=nil, accountcount=nil, processcount=nil, appcount=nil, portcount=nil, attack=nil, access=nil, intercept=nil, inbandwidth=nil, outbandwidth=nil, inflow=nil, outflow=nil, lastscantime=nil, networkout=nil, portrisk=nil, vulnerabilityrisk=nil, configurationrisk=nil, scantask=nil, tag=nil, memberid=nil, os=nil, riskexposure=nil)
|
365
368
|
@AssetId = assetid
|
366
369
|
@AssetName = assetname
|
367
370
|
@AssetType = assettype
|
@@ -410,6 +413,7 @@ module TencentCloud
|
|
410
413
|
@Tag = tag
|
411
414
|
@MemberId = memberid
|
412
415
|
@Os = os
|
416
|
+
@RiskExposure = riskexposure
|
413
417
|
end
|
414
418
|
|
415
419
|
def deserialize(params)
|
@@ -468,6 +472,7 @@ module TencentCloud
|
|
468
472
|
end
|
469
473
|
@MemberId = params['MemberId']
|
470
474
|
@Os = params['Os']
|
475
|
+
@RiskExposure = params['RiskExposure']
|
471
476
|
end
|
472
477
|
end
|
473
478
|
|
@@ -765,12 +770,15 @@ module TencentCloud
|
|
765
770
|
# @param ZoneList: 可用区列表
|
766
771
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
767
772
|
# @type ZoneList: Array
|
773
|
+
# @param OsList: os列表
|
774
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
775
|
+
# @type OsList: Array
|
768
776
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
769
777
|
# @type RequestId: String
|
770
778
|
|
771
|
-
attr_accessor :Total, :Data, :RegionList, :DefenseStatusList, :VpcList, :AssetTypeList, :SystemTypeList, :IpTypeList, :AppIdList, :ZoneList, :RequestId
|
779
|
+
attr_accessor :Total, :Data, :RegionList, :DefenseStatusList, :VpcList, :AssetTypeList, :SystemTypeList, :IpTypeList, :AppIdList, :ZoneList, :OsList, :RequestId
|
772
780
|
|
773
|
-
def initialize(total=nil, data=nil, regionlist=nil, defensestatuslist=nil, vpclist=nil, assettypelist=nil, systemtypelist=nil, iptypelist=nil, appidlist=nil, zonelist=nil, requestid=nil)
|
781
|
+
def initialize(total=nil, data=nil, regionlist=nil, defensestatuslist=nil, vpclist=nil, assettypelist=nil, systemtypelist=nil, iptypelist=nil, appidlist=nil, zonelist=nil, oslist=nil, requestid=nil)
|
774
782
|
@Total = total
|
775
783
|
@Data = data
|
776
784
|
@RegionList = regionlist
|
@@ -781,6 +789,7 @@ module TencentCloud
|
|
781
789
|
@IpTypeList = iptypelist
|
782
790
|
@AppIdList = appidlist
|
783
791
|
@ZoneList = zonelist
|
792
|
+
@OsList = oslist
|
784
793
|
@RequestId = requestid
|
785
794
|
end
|
786
795
|
|
@@ -858,6 +867,14 @@ module TencentCloud
|
|
858
867
|
@ZoneList << filterdataobject_tmp
|
859
868
|
end
|
860
869
|
end
|
870
|
+
unless params['OsList'].nil?
|
871
|
+
@OsList = []
|
872
|
+
params['OsList'].each do |i|
|
873
|
+
filterdataobject_tmp = FilterDataObject.new
|
874
|
+
filterdataobject_tmp.deserialize(i)
|
875
|
+
@OsList << filterdataobject_tmp
|
876
|
+
end
|
877
|
+
end
|
861
878
|
@RequestId = params['RequestId']
|
862
879
|
end
|
863
880
|
end
|
@@ -1241,9 +1258,9 @@ module TencentCloud
|
|
1241
1258
|
# @type Limit: Integer
|
1242
1259
|
# @param Offset: 查询偏移位置
|
1243
1260
|
# @type Offset: Integer
|
1244
|
-
# @param Order:
|
1261
|
+
# @param Order: 排序采用升序还是降序 升:asc 降 desc
|
1245
1262
|
# @type Order: String
|
1246
|
-
# @param By:
|
1263
|
+
# @param By: 需排序的字段
|
1247
1264
|
# @type By: String
|
1248
1265
|
# @param Filters: 过滤的列及内容
|
1249
1266
|
# @type Filters: Array
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-csip
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.573
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|