tencentcloud-sdk-csip 3.0.589 → 3.0.591
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 +29 -29
- 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: 102294a44c9691bdaae9fe13cb1daff65e27a584
|
4
|
+
data.tar.gz: aeea97c892bf6cc53b534c1b7c88e2fa6f565e15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9098389238a552676ceeec566f2d190f668440d0a3cc83e6d84cf1905126a6711ef1d13bc2da679605c875ebb036505910947470b3f45097439d1bf54f1b2b9
|
7
|
+
data.tar.gz: 0d0df20689f66d80dbe99ae3ea72a301ea78ee7e73dff8982de2b37a51dec0c6feb48f243fbce283eaad38862f9d04b4e0874f63f19bf11f40dedcd0a68523f4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20221121/models.rb
CHANGED
@@ -20,7 +20,7 @@ module TencentCloud
|
|
20
20
|
# AddNewBindRoleUser请求参数结构体
|
21
21
|
class AddNewBindRoleUserRequest < TencentCloud::Common::AbstractModel
|
22
22
|
|
23
|
-
|
23
|
+
|
24
24
|
def initialize()
|
25
25
|
end
|
26
26
|
|
@@ -36,7 +36,7 @@ module TencentCloud
|
|
36
36
|
# @type RequestId: String
|
37
37
|
|
38
38
|
attr_accessor :Status, :RequestId
|
39
|
-
|
39
|
+
|
40
40
|
def initialize(status=nil, requestid=nil)
|
41
41
|
@Status = status
|
42
42
|
@RequestId = requestid
|
@@ -139,7 +139,7 @@ module TencentCloud
|
|
139
139
|
# @type ProtectedDay: Integer
|
140
140
|
|
141
141
|
attr_accessor :VpcId, :VpcName, :AssetName, :Os, :PublicIp, :PrivateIp, :Region, :AssetType, :AssetId, :AccountNum, :PortNum, :ProcessNum, :SoftApplicationNum, :DatabaseNum, :WebApplicationNum, :ServiceNum, :WebFrameworkNum, :WebSiteNum, :JarPackageNum, :StartServiceNum, :ScheduledTaskNum, :EnvironmentVariableNum, :KernelModuleNum, :SystemInstallationPackageNum, :SurplusProtectDay, :CWPStatus, :Tag, :ProtectLevel, :ProtectedDay
|
142
|
-
|
142
|
+
|
143
143
|
def initialize(vpcid=nil, vpcname=nil, assetname=nil, os=nil, publicip=nil, privateip=nil, region=nil, assettype=nil, assetid=nil, accountnum=nil, portnum=nil, processnum=nil, softapplicationnum=nil, databasenum=nil, webapplicationnum=nil, servicenum=nil, webframeworknum=nil, websitenum=nil, jarpackagenum=nil, startservicenum=nil, scheduledtasknum=nil, environmentvariablenum=nil, kernelmodulenum=nil, systeminstallationpackagenum=nil, surplusprotectday=nil, cwpstatus=nil, tag=nil, protectlevel=nil, protectedday=nil)
|
144
144
|
@VpcId = vpcid
|
145
145
|
@VpcName = vpcname
|
@@ -363,7 +363,7 @@ module TencentCloud
|
|
363
363
|
# @type RiskExposure: Integer
|
364
364
|
|
365
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
|
366
|
-
|
366
|
+
|
367
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)
|
368
368
|
@AssetId = assetid
|
369
369
|
@AssetName = assetname
|
@@ -482,7 +482,7 @@ module TencentCloud
|
|
482
482
|
# @type Content: Array
|
483
483
|
|
484
484
|
attr_accessor :Content
|
485
|
-
|
485
|
+
|
486
486
|
def initialize(content=nil)
|
487
487
|
@Content = content
|
488
488
|
end
|
@@ -500,7 +500,7 @@ module TencentCloud
|
|
500
500
|
# @type RequestId: String
|
501
501
|
|
502
502
|
attr_accessor :Data, :RequestId
|
503
|
-
|
503
|
+
|
504
504
|
def initialize(data=nil, requestid=nil)
|
505
505
|
@Data = data
|
506
506
|
@RequestId = requestid
|
@@ -582,7 +582,7 @@ module TencentCloud
|
|
582
582
|
# @type IsCore: Integer
|
583
583
|
|
584
584
|
attr_accessor :AssetId, :AssetName, :AssetType, :VpcId, :VpcName, :Region, :Domain, :AssetCreateTime, :LastScanTime, :ConfigurationRisk, :Attack, :Access, :ScanTask, :AppId, :Uin, :NickName, :Port, :Tag, :PrivateIp, :PublicIp, :Status, :IsCore
|
585
|
-
|
585
|
+
|
586
586
|
def initialize(assetid=nil, assetname=nil, assettype=nil, vpcid=nil, vpcname=nil, region=nil, domain=nil, assetcreatetime=nil, lastscantime=nil, configurationrisk=nil, attack=nil, access=nil, scantask=nil, appid=nil, uin=nil, nickname=nil, port=nil, tag=nil, privateip=nil, publicip=nil, status=nil, iscore=nil)
|
587
587
|
@AssetId = assetid
|
588
588
|
@AssetName = assetname
|
@@ -678,7 +678,7 @@ module TencentCloud
|
|
678
678
|
# @type Tag: Array
|
679
679
|
|
680
680
|
attr_accessor :CFWStatus, :AssetId, :VpcName, :AssetType, :PublicIp, :PrivateIp, :Region, :VpcId, :AssetName, :CFWProtectLevel, :Tag
|
681
|
-
|
681
|
+
|
682
682
|
def initialize(cfwstatus=nil, assetid=nil, vpcname=nil, assettype=nil, publicip=nil, privateip=nil, region=nil, vpcid=nil, assetname=nil, cfwprotectlevel=nil, tag=nil)
|
683
683
|
@CFWStatus = cfwstatus
|
684
684
|
@AssetId = assetid
|
@@ -721,7 +721,7 @@ module TencentCloud
|
|
721
721
|
# @type AssetId: String
|
722
722
|
|
723
723
|
attr_accessor :AssetId
|
724
|
-
|
724
|
+
|
725
725
|
def initialize(assetid=nil)
|
726
726
|
@AssetId = assetid
|
727
727
|
end
|
@@ -740,7 +740,7 @@ module TencentCloud
|
|
740
740
|
# @type RequestId: String
|
741
741
|
|
742
742
|
attr_accessor :Data, :RequestId
|
743
|
-
|
743
|
+
|
744
744
|
def initialize(data=nil, requestid=nil)
|
745
745
|
@Data = data
|
746
746
|
@RequestId = requestid
|
@@ -761,7 +761,7 @@ module TencentCloud
|
|
761
761
|
# @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
|
762
762
|
|
763
763
|
attr_accessor :Filter
|
764
|
-
|
764
|
+
|
765
765
|
def initialize(filter=nil)
|
766
766
|
@Filter = filter
|
767
767
|
end
|
@@ -813,7 +813,7 @@ module TencentCloud
|
|
813
813
|
# @type RequestId: String
|
814
814
|
|
815
815
|
attr_accessor :Total, :Data, :RegionList, :DefenseStatusList, :VpcList, :AssetTypeList, :SystemTypeList, :IpTypeList, :AppIdList, :ZoneList, :OsList, :RequestId
|
816
|
-
|
816
|
+
|
817
817
|
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)
|
818
818
|
@Total = total
|
819
819
|
@Data = data
|
@@ -921,7 +921,7 @@ module TencentCloud
|
|
921
921
|
# @type AssetId: String
|
922
922
|
|
923
923
|
attr_accessor :AssetId
|
924
|
-
|
924
|
+
|
925
925
|
def initialize(assetid=nil)
|
926
926
|
@AssetId = assetid
|
927
927
|
end
|
@@ -940,7 +940,7 @@ module TencentCloud
|
|
940
940
|
# @type RequestId: String
|
941
941
|
|
942
942
|
attr_accessor :Data, :RequestId
|
943
|
-
|
943
|
+
|
944
944
|
def initialize(data=nil, requestid=nil)
|
945
945
|
@Data = data
|
946
946
|
@RequestId = requestid
|
@@ -961,7 +961,7 @@ module TencentCloud
|
|
961
961
|
# @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
|
962
962
|
|
963
963
|
attr_accessor :Filter
|
964
|
-
|
964
|
+
|
965
965
|
def initialize(filter=nil)
|
966
966
|
@Filter = filter
|
967
967
|
end
|
@@ -998,7 +998,7 @@ module TencentCloud
|
|
998
998
|
# @type RequestId: String
|
999
999
|
|
1000
1000
|
attr_accessor :Total, :Data, :RegionList, :AssetTypeList, :VpcList, :AppIdList, :RequestId
|
1001
|
-
|
1001
|
+
|
1002
1002
|
def initialize(total=nil, data=nil, regionlist=nil, assettypelist=nil, vpclist=nil, appidlist=nil, requestid=nil)
|
1003
1003
|
@Total = total
|
1004
1004
|
@Data = data
|
@@ -1061,7 +1061,7 @@ module TencentCloud
|
|
1061
1061
|
# @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
|
1062
1062
|
|
1063
1063
|
attr_accessor :Filter
|
1064
|
-
|
1064
|
+
|
1065
1065
|
def initialize(filter=nil)
|
1066
1066
|
@Filter = filter
|
1067
1067
|
end
|
@@ -1088,7 +1088,7 @@ module TencentCloud
|
|
1088
1088
|
# @type RequestId: String
|
1089
1089
|
|
1090
1090
|
attr_accessor :TotalCount, :Data, :UINList, :RequestId
|
1091
|
-
|
1091
|
+
|
1092
1092
|
def initialize(totalcount=nil, data=nil, uinlist=nil, requestid=nil)
|
1093
1093
|
@TotalCount = totalcount
|
1094
1094
|
@Data = data
|
@@ -1117,7 +1117,7 @@ module TencentCloud
|
|
1117
1117
|
# @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
|
1118
1118
|
|
1119
1119
|
attr_accessor :Filter
|
1120
|
-
|
1120
|
+
|
1121
1121
|
def initialize(filter=nil)
|
1122
1122
|
@Filter = filter
|
1123
1123
|
end
|
@@ -1148,7 +1148,7 @@ module TencentCloud
|
|
1148
1148
|
# @type RequestId: String
|
1149
1149
|
|
1150
1150
|
attr_accessor :Data, :TotalCount, :RegionList, :VpcList, :AppIdList, :ZoneList, :RequestId
|
1151
|
-
|
1151
|
+
|
1152
1152
|
def initialize(data=nil, totalcount=nil, regionlist=nil, vpclist=nil, appidlist=nil, zonelist=nil, requestid=nil)
|
1153
1153
|
@Data = data
|
1154
1154
|
@TotalCount = totalcount
|
@@ -1211,7 +1211,7 @@ module TencentCloud
|
|
1211
1211
|
# @type Filter: :class:`Tencentcloud::Csip.v20221121.models.Filter`
|
1212
1212
|
|
1213
1213
|
attr_accessor :Filter
|
1214
|
-
|
1214
|
+
|
1215
1215
|
def initialize(filter=nil)
|
1216
1216
|
@Filter = filter
|
1217
1217
|
end
|
@@ -1240,7 +1240,7 @@ module TencentCloud
|
|
1240
1240
|
# @type RequestId: String
|
1241
1241
|
|
1242
1242
|
attr_accessor :Data, :TotalCount, :VpcList, :RegionList, :AppIdList, :RequestId
|
1243
|
-
|
1243
|
+
|
1244
1244
|
def initialize(data=nil, totalcount=nil, vpclist=nil, regionlist=nil, appidlist=nil, requestid=nil)
|
1245
1245
|
@Data = data
|
1246
1246
|
@TotalCount = totalcount
|
@@ -1306,7 +1306,7 @@ module TencentCloud
|
|
1306
1306
|
# @type EndTime: String
|
1307
1307
|
|
1308
1308
|
attr_accessor :Limit, :Offset, :Order, :By, :Filters, :StartTime, :EndTime
|
1309
|
-
|
1309
|
+
|
1310
1310
|
def initialize(limit=nil, offset=nil, order=nil, by=nil, filters=nil, starttime=nil, endtime=nil)
|
1311
1311
|
@Limit = limit
|
1312
1312
|
@Offset = offset
|
@@ -1343,7 +1343,7 @@ module TencentCloud
|
|
1343
1343
|
# @type Text: String
|
1344
1344
|
|
1345
1345
|
attr_accessor :Value, :Text
|
1346
|
-
|
1346
|
+
|
1347
1347
|
def initialize(value=nil, text=nil)
|
1348
1348
|
@Value = value
|
1349
1349
|
@Text = text
|
@@ -1395,7 +1395,7 @@ module TencentCloud
|
|
1395
1395
|
# @type UserName: String
|
1396
1396
|
|
1397
1397
|
attr_accessor :TaskId, :TaskName, :Status, :Progress, :TaskTime, :ReportId, :ReportName, :ScanPlan, :AssetCount, :AppId, :UIN, :UserName
|
1398
|
-
|
1398
|
+
|
1399
1399
|
def initialize(taskid=nil, taskname=nil, status=nil, progress=nil, tasktime=nil, reportid=nil, reportname=nil, scanplan=nil, assetcount=nil, appid=nil, uin=nil, username=nil)
|
1400
1400
|
@TaskId = taskid
|
1401
1401
|
@TaskName = taskname
|
@@ -1469,7 +1469,7 @@ module TencentCloud
|
|
1469
1469
|
# @type IsCore: Integer
|
1470
1470
|
|
1471
1471
|
attr_accessor :AppId, :Uin, :AssetId, :AssetName, :Region, :VpcId, :VpcName, :Tag, :Nick, :CIDR, :Zone, :CVM, :AvailableIp, :CreateTime, :ConfigureRisk, :ScanTask, :LastScanTime, :IsCore
|
1472
|
-
|
1472
|
+
|
1473
1473
|
def initialize(appid=nil, uin=nil, assetid=nil, assetname=nil, region=nil, vpcid=nil, vpcname=nil, tag=nil, nick=nil, cidr=nil, zone=nil, cvm=nil, availableip=nil, createtime=nil, configurerisk=nil, scantask=nil, lastscantime=nil, iscore=nil)
|
1474
1474
|
@AppId = appid
|
1475
1475
|
@Uin = uin
|
@@ -1528,7 +1528,7 @@ module TencentCloud
|
|
1528
1528
|
# @type Value: String
|
1529
1529
|
|
1530
1530
|
attr_accessor :Name, :Value
|
1531
|
-
|
1531
|
+
|
1532
1532
|
def initialize(name=nil, value=nil)
|
1533
1533
|
@Name = name
|
1534
1534
|
@Value = value
|
@@ -1572,7 +1572,7 @@ module TencentCloud
|
|
1572
1572
|
# @type Nick: String
|
1573
1573
|
|
1574
1574
|
attr_accessor :Subnet, :ConnectedVpc, :AssetId, :Region, :CVM, :Tag, :DNS, :AssetName, :CIDR, :CreateTime, :AppId, :Uin, :Nick
|
1575
|
-
|
1575
|
+
|
1576
1576
|
def initialize(subnet=nil, connectedvpc=nil, assetid=nil, region=nil, cvm=nil, tag=nil, dns=nil, assetname=nil, cidr=nil, createtime=nil, appid=nil, uin=nil, nick=nil)
|
1577
1577
|
@Subnet = subnet
|
1578
1578
|
@ConnectedVpc = connectedvpc
|
@@ -1623,7 +1623,7 @@ module TencentCloud
|
|
1623
1623
|
# @type OperatorType: Integer
|
1624
1624
|
|
1625
1625
|
attr_accessor :Name, :Values, :OperatorType
|
1626
|
-
|
1626
|
+
|
1627
1627
|
def initialize(name=nil, values=nil, operatortype=nil)
|
1628
1628
|
@Name = name
|
1629
1629
|
@Values = values
|
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.591
|
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-06-
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|