1package yundun_dbaudit
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// Item is a nested struct in yundun_dbaudit response
19type Item struct {
20	SqlLen        int    `json:"SqlLen" xml:"SqlLen"`
21	EffectRow     int    `json:"EffectRow" xml:"EffectRow"`
22	NormalEnd     int    `json:"NormalEnd" xml:"NormalEnd"`
23	OpType        string `json:"OpType" xml:"OpType"`
24	EndTime       int    `json:"EndTime" xml:"EndTime"`
25	StrInfo       string `json:"StrInfo" xml:"StrInfo"`
26	Dport         int    `json:"Dport" xml:"Dport"`
27	Sqlid         string `json:"Sqlid" xml:"Sqlid"`
28	ClientPrg     string `json:"ClientPrg" xml:"ClientPrg"`
29	Smac          int    `json:"Smac" xml:"Smac"`
30	DataSetSize   int    `json:"DataSetSize" xml:"DataSetSize"`
31	Accessid      string `json:"Accessid" xml:"Accessid"`
32	DbType        string `json:"DbType" xml:"DbType"`
33	C5            string `json:"C5" xml:"C5"`
34	C3            string `json:"C3" xml:"C3"`
35	RelateIp      string `json:"RelateIp" xml:"RelateIp"`
36	AlarmLevel    int    `json:"AlarmLevel" xml:"AlarmLevel"`
37	Sip           string `json:"Sip" xml:"Sip"`
38	DateTime      string `json:"DateTime" xml:"DateTime"`
39	DataSet       string `json:"DataSet" xml:"DataSet"`
40	PickIp        string `json:"PickIp" xml:"PickIp"`
41	StartTime     int    `json:"StartTime" xml:"StartTime"`
42	SqlCount      int    `json:"SqlCount" xml:"SqlCount"`
43	Result        int    `json:"Result" xml:"Result"`
44	ResultDesc    string `json:"ResultDesc" xml:"ResultDesc"`
45	C1            string `json:"C1" xml:"C1"`
46	Cost          int    `json:"Cost" xml:"Cost"`
47	PickUser      string `json:"PickUser" xml:"PickUser"`
48	AlarmName     string `json:"AlarmName" xml:"AlarmName"`
49	AlarmFlag     int    `json:"AlarmFlag" xml:"AlarmFlag"`
50	ClientUser    string `json:"ClientUser" xml:"ClientUser"`
51	ProCon        int    `json:"ProCon" xml:"ProCon"`
52	Sessionid     string `json:"Sessionid" xml:"Sessionid"`
53	DbName        string `json:"DbName" xml:"DbName"`
54	SessionStatus int    `json:"SessionStatus" xml:"SessionStatus"`
55	Encode        string `json:"Encode" xml:"Encode"`
56	Dip           string `json:"Dip" xml:"Dip"`
57	Payload       string `json:"Payload" xml:"Payload"`
58	RelateInfo    string `json:"RelateInfo" xml:"RelateInfo"`
59	C4            string `json:"C4" xml:"C4"`
60	RelateUser    string `json:"RelateUser" xml:"RelateUser"`
61	LoginUser     string `json:"LoginUser" xml:"LoginUser"`
62	HostName      string `json:"HostName" xml:"HostName"`
63	ResponseFlow  int    `json:"ResponseFlow" xml:"ResponseFlow"`
64	Dmac          int    `json:"Dmac" xml:"Dmac"`
65	RequestFlow   int    `json:"RequestFlow" xml:"RequestFlow"`
66	C2            string `json:"C2" xml:"C2"`
67	Sport         int    `json:"Sport" xml:"Sport"`
68}
69