Class: TencentCloud::Csip::V20221121::DescribeCFWAssetStatisticsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::DescribeCFWAssetStatisticsResponse
- Defined in:
- lib/v20221121/models.rb
Overview
DescribeCFWAssetStatistics返回参数结构体
Instance Attribute Summary collapse
- #CFGTotal ⇒ Object
- #ClbTotal ⇒ Object
- #CVMAssetTotal ⇒ Object
- #NatTotal ⇒ Object
- #NetworkTotal ⇒ Object
- #PortTotal ⇒ Object
- #PublicAssetTotal ⇒ Object
- #RequestId ⇒ Object
- #ServerTotal ⇒ Object
- #VULTotal ⇒ Object
- #WeakPasswordTotal ⇒ Object
- #WebsiteTotal ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(networktotal = nil, clbtotal = nil, nattotal = nil, publicassettotal = nil, cvmassettotal = nil, cfgtotal = nil, porttotal = nil, websitetotal = nil, servertotal = nil, weakpasswordtotal = nil, vultotal = nil, requestid = nil) ⇒ DescribeCFWAssetStatisticsResponse
constructor
A new instance of DescribeCFWAssetStatisticsResponse.
Constructor Details
#initialize(networktotal = nil, clbtotal = nil, nattotal = nil, publicassettotal = nil, cvmassettotal = nil, cfgtotal = nil, porttotal = nil, websitetotal = nil, servertotal = nil, weakpasswordtotal = nil, vultotal = nil, requestid = nil) ⇒ DescribeCFWAssetStatisticsResponse
Returns a new instance of DescribeCFWAssetStatisticsResponse.
2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 |
# File 'lib/v20221121/models.rb', line 2928 def initialize(networktotal=nil, clbtotal=nil, nattotal=nil, publicassettotal=nil, cvmassettotal=nil, cfgtotal=nil, porttotal=nil, websitetotal=nil, servertotal=nil, weakpasswordtotal=nil, vultotal=nil, requestid=nil) @NetworkTotal = networktotal @ClbTotal = clbtotal @NatTotal = nattotal @PublicAssetTotal = publicassettotal @CVMAssetTotal = cvmassettotal @CFGTotal = cfgtotal @PortTotal = porttotal @WebsiteTotal = websitetotal @ServerTotal = servertotal @WeakPasswordTotal = weakpasswordtotal @VULTotal = vultotal @RequestId = requestid end |
Instance Attribute Details
#CFGTotal ⇒ Object
2926 2927 2928 |
# File 'lib/v20221121/models.rb', line 2926 def CFGTotal @CFGTotal end |
#ClbTotal ⇒ Object
2926 2927 2928 |
# File 'lib/v20221121/models.rb', line 2926 def ClbTotal @ClbTotal end |
#CVMAssetTotal ⇒ Object
2926 2927 2928 |
# File 'lib/v20221121/models.rb', line 2926 def CVMAssetTotal @CVMAssetTotal end |
#NatTotal ⇒ Object
2926 2927 2928 |
# File 'lib/v20221121/models.rb', line 2926 def NatTotal @NatTotal end |
#NetworkTotal ⇒ Object
2926 2927 2928 |
# File 'lib/v20221121/models.rb', line 2926 def NetworkTotal @NetworkTotal end |
#PortTotal ⇒ Object
2926 2927 2928 |
# File 'lib/v20221121/models.rb', line 2926 def PortTotal @PortTotal end |
#PublicAssetTotal ⇒ Object
2926 2927 2928 |
# File 'lib/v20221121/models.rb', line 2926 def PublicAssetTotal @PublicAssetTotal end |
#RequestId ⇒ Object
2926 2927 2928 |
# File 'lib/v20221121/models.rb', line 2926 def RequestId @RequestId end |
#ServerTotal ⇒ Object
2926 2927 2928 |
# File 'lib/v20221121/models.rb', line 2926 def ServerTotal @ServerTotal end |
#VULTotal ⇒ Object
2926 2927 2928 |
# File 'lib/v20221121/models.rb', line 2926 def VULTotal @VULTotal end |
#WeakPasswordTotal ⇒ Object
2926 2927 2928 |
# File 'lib/v20221121/models.rb', line 2926 def WeakPasswordTotal @WeakPasswordTotal end |
#WebsiteTotal ⇒ Object
2926 2927 2928 |
# File 'lib/v20221121/models.rb', line 2926 def WebsiteTotal @WebsiteTotal end |
Instance Method Details
#deserialize(params) ⇒ Object
2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 |
# File 'lib/v20221121/models.rb', line 2943 def deserialize(params) @NetworkTotal = params['NetworkTotal'] @ClbTotal = params['ClbTotal'] @NatTotal = params['NatTotal'] @PublicAssetTotal = params['PublicAssetTotal'] @CVMAssetTotal = params['CVMAssetTotal'] @CFGTotal = params['CFGTotal'] @PortTotal = params['PortTotal'] @WebsiteTotal = params['WebsiteTotal'] @ServerTotal = params['ServerTotal'] @WeakPasswordTotal = params['WeakPasswordTotal'] @VULTotal = params['VULTotal'] @RequestId = params['RequestId'] end |