Class: TencentCloud::Csip::V20221121::DescribeScanStatisticResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::DescribeScanStatisticResponse
- Defined in:
- lib/v20221121/models.rb
Overview
DescribeScanStatistic返回参数结构体
Instance Attribute Summary collapse
- #HighRiskPortServiceCount ⇒ Object
- #PortServiceCount ⇒ Object
- #PortServiceIncrement ⇒ Object
- #RequestId ⇒ Object
- #RiskWebAppCount ⇒ Object
- #VulCount ⇒ Object
- #WeakPasswordCount ⇒ Object
- #WebAppCount ⇒ Object
- #WebAppIncrement ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(portservicecount = nil, webappcount = nil, weakpasswordcount = nil, vulcount = nil, highriskportservicecount = nil, riskwebappcount = nil, portserviceincrement = nil, webappincrement = nil, requestid = nil) ⇒ DescribeScanStatisticResponse
constructor
A new instance of DescribeScanStatisticResponse.
Constructor Details
#initialize(portservicecount = nil, webappcount = nil, weakpasswordcount = nil, vulcount = nil, highriskportservicecount = nil, riskwebappcount = nil, portserviceincrement = nil, webappincrement = nil, requestid = nil) ⇒ DescribeScanStatisticResponse
Returns a new instance of DescribeScanStatisticResponse.
8023 8024 8025 8026 8027 8028 8029 8030 8031 8032 8033 |
# File 'lib/v20221121/models.rb', line 8023 def initialize(portservicecount=nil, webappcount=nil, weakpasswordcount=nil, vulcount=nil, highriskportservicecount=nil, riskwebappcount=nil, portserviceincrement=nil, webappincrement=nil, requestid=nil) @PortServiceCount = portservicecount @WebAppCount = webappcount @WeakPasswordCount = weakpasswordcount @VulCount = vulcount @HighRiskPortServiceCount = highriskportservicecount @RiskWebAppCount = riskwebappcount @PortServiceIncrement = portserviceincrement @WebAppIncrement = webappincrement @RequestId = requestid end |
Instance Attribute Details
#HighRiskPortServiceCount ⇒ Object
8021 8022 8023 |
# File 'lib/v20221121/models.rb', line 8021 def HighRiskPortServiceCount @HighRiskPortServiceCount end |
#PortServiceCount ⇒ Object
8021 8022 8023 |
# File 'lib/v20221121/models.rb', line 8021 def PortServiceCount @PortServiceCount end |
#PortServiceIncrement ⇒ Object
8021 8022 8023 |
# File 'lib/v20221121/models.rb', line 8021 def PortServiceIncrement @PortServiceIncrement end |
#RequestId ⇒ Object
8021 8022 8023 |
# File 'lib/v20221121/models.rb', line 8021 def RequestId @RequestId end |
#RiskWebAppCount ⇒ Object
8021 8022 8023 |
# File 'lib/v20221121/models.rb', line 8021 def RiskWebAppCount @RiskWebAppCount end |
#VulCount ⇒ Object
8021 8022 8023 |
# File 'lib/v20221121/models.rb', line 8021 def VulCount @VulCount end |
#WeakPasswordCount ⇒ Object
8021 8022 8023 |
# File 'lib/v20221121/models.rb', line 8021 def WeakPasswordCount @WeakPasswordCount end |
#WebAppCount ⇒ Object
8021 8022 8023 |
# File 'lib/v20221121/models.rb', line 8021 def WebAppCount @WebAppCount end |
#WebAppIncrement ⇒ Object
8021 8022 8023 |
# File 'lib/v20221121/models.rb', line 8021 def WebAppIncrement @WebAppIncrement end |
Instance Method Details
#deserialize(params) ⇒ Object
8035 8036 8037 8038 8039 8040 8041 8042 8043 8044 8045 |
# File 'lib/v20221121/models.rb', line 8035 def deserialize(params) @PortServiceCount = params['PortServiceCount'] @WebAppCount = params['WebAppCount'] @WeakPasswordCount = params['WeakPasswordCount'] @VulCount = params['VulCount'] @HighRiskPortServiceCount = params['HighRiskPortServiceCount'] @RiskWebAppCount = params['RiskWebAppCount'] @PortServiceIncrement = params['PortServiceIncrement'] @WebAppIncrement = params['WebAppIncrement'] @RequestId = params['RequestId'] end |