| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- 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.
- // Entity is a nested struct in aegis response
- type Entity struct {
- AttackType int `json:"AttackType" xml:"AttackType"`
- Ip string `json:"Ip" xml:"Ip"`
- LoginType int `json:"LoginType" xml:"LoginType"`
- CrackTimes int `json:"CrackTimes" xml:"CrackTimes"`
- Account int `json:"Account" xml:"Account"`
- CrackSourceIp string `json:"CrackSourceIp" xml:"CrackSourceIp"`
- StatusName string `json:"StatusName" xml:"StatusName"`
- GroupId int `json:"GroupId" xml:"GroupId"`
- InstanceName string `json:"InstanceName" xml:"InstanceName"`
- Location string `json:"Location" xml:"Location"`
- Trojan int `json:"Trojan" xml:"Trojan"`
- Status int `json:"Status" xml:"Status"`
- AttackTime string `json:"AttackTime" xml:"AttackTime"`
- LoginSourceIp string `json:"LoginSourceIp" xml:"LoginSourceIp"`
- BuyVersion string `json:"BuyVersion" xml:"BuyVersion"`
- Region string `json:"Region" xml:"Region"`
- AttackTypeName string `json:"AttackTypeName" xml:"AttackTypeName"`
- Health int `json:"Health" xml:"Health"`
- Uuid string `json:"Uuid" xml:"Uuid"`
- InWhite int `json:"InWhite" xml:"InWhite"`
- Patch int `json:"Patch" xml:"Patch"`
- LoginTime string `json:"LoginTime" xml:"LoginTime"`
- UserName string `json:"UserName" xml:"UserName"`
- InstanceId string `json:"InstanceId" xml:"InstanceId"`
- Online bool `json:"Online" xml:"Online"`
- LoginTypeName string `json:"LoginTypeName" xml:"LoginTypeName"`
- }
|