| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- package yundun_dbaudit
- //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.
- // ItemInDescribeEventLogs is a nested struct in yundun_dbaudit response
- type ItemInDescribeEventLogs struct {
- Accessid string `json:"Accessid" xml:"Accessid"`
- Sessionid string `json:"Sessionid" xml:"Sessionid"`
- DbType string `json:"DbType" xml:"DbType"`
- Sip string `json:"Sip" xml:"Sip"`
- Sport int `json:"Sport" xml:"Sport"`
- Dip string `json:"Dip" xml:"Dip"`
- Dport int `json:"Dport" xml:"Dport"`
- Smac int `json:"Smac" xml:"Smac"`
- Dmac int `json:"Dmac" xml:"Dmac"`
- LoginUser string `json:"LoginUser" xml:"LoginUser"`
- ClientPrg string `json:"ClientPrg" xml:"ClientPrg"`
- HostName string `json:"HostName" xml:"HostName"`
- ClientUser string `json:"ClientUser" xml:"ClientUser"`
- DbName string `json:"DbName" xml:"DbName"`
- C1 string `json:"C1" xml:"C1"`
- C2 string `json:"C2" xml:"C2"`
- C3 string `json:"C3" xml:"C3"`
- C4 string `json:"C4" xml:"C4"`
- C5 string `json:"C5" xml:"C5"`
- DateTime string `json:"DateTime" xml:"DateTime"`
- Sqlid string `json:"Sqlid" xml:"Sqlid"`
- OpType int `json:"OpType" xml:"OpType"`
- Payload string `json:"Payload" xml:"Payload"`
- SqlLen int `json:"SqlLen" xml:"SqlLen"`
- EffectRow int `json:"EffectRow" xml:"EffectRow"`
- Cost int `json:"Cost" xml:"Cost"`
- Result int `json:"Result" xml:"Result"`
- DataSet string `json:"DataSet" xml:"DataSet"`
- DataSetSize int `json:"DataSetSize" xml:"DataSetSize"`
- ResultDesc string `json:"ResultDesc" xml:"ResultDesc"`
- RelateUser string `json:"RelateUser" xml:"RelateUser"`
- RelateIp string `json:"RelateIp" xml:"RelateIp"`
- PickUser string `json:"PickUser" xml:"PickUser"`
- PickIp string `json:"PickIp" xml:"PickIp"`
- RelateInfo string `json:"RelateInfo" xml:"RelateInfo"`
- RuleId string `json:"RuleId" xml:"RuleId"`
- EventName string `json:"EventName" xml:"EventName"`
- EventLevel int `json:"EventLevel" xml:"EventLevel"`
- RuleGroupId string `json:"RuleGroupId" xml:"RuleGroupId"`
- IsStatistics int `json:"IsStatistics" xml:"IsStatistics"`
- A1 string `json:"A1" xml:"A1"`
- A2 string `json:"A2" xml:"A2"`
- A3 string `json:"A3" xml:"A3"`
- A4 string `json:"A4" xml:"A4"`
- A5 string `json:"A5" xml:"A5"`
- }
|