1package aegis
2
3//Licensed under the Apache License, Version 2.0 (the "License");
4//you may not use this file except in compliance with the License.
5//You may obtain a copy of the License at
6//
7//http://www.apache.org/licenses/LICENSE-2.0
8//
9//Unless required by applicable law or agreed to in writing, software
10//distributed under the License is distributed on an "AS IS" BASIS,
11//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12//See the License for the specific language governing permissions and
13//limitations under the License.
14//
15// Code generated by Alibaba Cloud SDK Code Generator.
16// Changes may cause incorrect behavior and will be lost if the code is regenerated.
17
18// Statistics is a nested struct in aegis response
19type Statistics struct {
20	HealthseriousTotal     int  `json:"HealthseriousTotal" xml:"HealthseriousTotal"`
21	Online                 bool `json:"Online" xml:"Online"`
22	Account                int  `json:"Account" xml:"Account"`
23	Serious                int  `json:"Serious" xml:"Serious"`
24	VulTotal               int  `json:"VulTotal" xml:"VulTotal"`
25	VulDealedTotal         int  `json:"VulDealedTotal" xml:"VulDealedTotal"`
26	HealthTotal            int  `json:"HealthTotal" xml:"HealthTotal"`
27	SuspiciousseriousTotal int  `json:"SuspiciousseriousTotal" xml:"SuspiciousseriousTotal"`
28	Vul                    int  `json:"Vul" xml:"Vul"`
29	SuspicioushighTotal    int  `json:"SuspicioushighTotal" xml:"SuspicioushighTotal"`
30	HealthmediumTotal      int  `json:"HealthmediumTotal" xml:"HealthmediumTotal"`
31	VulLaterSum            int  `json:"VulLaterSum" xml:"VulLaterSum"`
32	HealthlowTotal         int  `json:"HealthlowTotal" xml:"HealthlowTotal"`
33	Health                 int  `json:"Health" xml:"Health"`
34	VulAsapSum             int  `json:"VulAsapSum" xml:"VulAsapSum"`
35	SuspiciousmediumTotal  int  `json:"SuspiciousmediumTotal" xml:"SuspiciousmediumTotal"`
36	HealthdealedTotal      int  `json:"HealthdealedTotal" xml:"HealthdealedTotal"`
37	SuspiciousdealedTotal  int  `json:"SuspiciousdealedTotal" xml:"SuspiciousdealedTotal"`
38	Suspicious             int  `json:"Suspicious" xml:"Suspicious"`
39	VulNntfSum             int  `json:"VulNntfSum" xml:"VulNntfSum"`
40	SuspiciouslowTotal     int  `json:"SuspiciouslowTotal" xml:"SuspiciouslowTotal"`
41	Patch                  int  `json:"Patch" xml:"Patch"`
42	SuspiciousTotal        int  `json:"SuspiciousTotal" xml:"SuspiciousTotal"`
43	Total                  int  `json:"Total" xml:"Total"`
44	HealthhighTotal        int  `json:"HealthhighTotal" xml:"HealthhighTotal"`
45	Remind                 int  `json:"Remind" xml:"Remind"`
46	Trojan                 int  `json:"Trojan" xml:"Trojan"`
47}
48