| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- package aegis
- //Licensed under the Apache License, Version 2.0 (the "License");
- //you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software
- //distributed under the License is distributed on an "AS IS" BASIS,
- //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and
- //limitations under the License.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // SuspEventsItem is a nested struct in aegis response
- type SuspEventsItem struct {
- Solution string `json:"Solution" xml:"Solution"`
- SaleVersion string `json:"SaleVersion" xml:"SaleVersion"`
- InternetIp string `json:"InternetIp" xml:"InternetIp"`
- Level string `json:"Level" xml:"Level"`
- InstanceName string `json:"InstanceName" xml:"InstanceName"`
- DataSource string `json:"DataSource" xml:"DataSource"`
- AlarmEventName string `json:"AlarmEventName" xml:"AlarmEventName"`
- EndTime int `json:"EndTime" xml:"EndTime"`
- AlarmUniqueInfo string `json:"AlarmUniqueInfo" xml:"AlarmUniqueInfo"`
- Dealed bool `json:"Dealed" xml:"Dealed"`
- AlarmEventType string `json:"AlarmEventType" xml:"AlarmEventType"`
- StartTime int `json:"StartTime" xml:"StartTime"`
- Uuid string `json:"Uuid" xml:"Uuid"`
- GmtModified int `json:"GmtModified" xml:"GmtModified"`
- HasTraceInfo bool `json:"HasTraceInfo" xml:"HasTraceInfo"`
- CanBeDealOnLine bool `json:"CanBeDealOnLine" xml:"CanBeDealOnLine"`
- SuspiciousEventCount int `json:"SuspiciousEventCount" xml:"SuspiciousEventCount"`
- IntranetIp string `json:"IntranetIp" xml:"IntranetIp"`
- Description string `json:"Description" xml:"Description"`
- CanCancelFault bool `json:"CanCancelFault" xml:"CanCancelFault"`
- }
|