struct_item_in_describe_event_logs.go 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. package yundun_dbaudit
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // ItemInDescribeEventLogs is a nested struct in yundun_dbaudit response
  17. type ItemInDescribeEventLogs struct {
  18. Accessid string `json:"Accessid" xml:"Accessid"`
  19. Sessionid string `json:"Sessionid" xml:"Sessionid"`
  20. DbType string `json:"DbType" xml:"DbType"`
  21. Sip string `json:"Sip" xml:"Sip"`
  22. Sport int `json:"Sport" xml:"Sport"`
  23. Dip string `json:"Dip" xml:"Dip"`
  24. Dport int `json:"Dport" xml:"Dport"`
  25. Smac int `json:"Smac" xml:"Smac"`
  26. Dmac int `json:"Dmac" xml:"Dmac"`
  27. LoginUser string `json:"LoginUser" xml:"LoginUser"`
  28. ClientPrg string `json:"ClientPrg" xml:"ClientPrg"`
  29. HostName string `json:"HostName" xml:"HostName"`
  30. ClientUser string `json:"ClientUser" xml:"ClientUser"`
  31. DbName string `json:"DbName" xml:"DbName"`
  32. C1 string `json:"C1" xml:"C1"`
  33. C2 string `json:"C2" xml:"C2"`
  34. C3 string `json:"C3" xml:"C3"`
  35. C4 string `json:"C4" xml:"C4"`
  36. C5 string `json:"C5" xml:"C5"`
  37. DateTime string `json:"DateTime" xml:"DateTime"`
  38. Sqlid string `json:"Sqlid" xml:"Sqlid"`
  39. OpType int `json:"OpType" xml:"OpType"`
  40. Payload string `json:"Payload" xml:"Payload"`
  41. SqlLen int `json:"SqlLen" xml:"SqlLen"`
  42. EffectRow int `json:"EffectRow" xml:"EffectRow"`
  43. Cost int `json:"Cost" xml:"Cost"`
  44. Result int `json:"Result" xml:"Result"`
  45. DataSet string `json:"DataSet" xml:"DataSet"`
  46. DataSetSize int `json:"DataSetSize" xml:"DataSetSize"`
  47. ResultDesc string `json:"ResultDesc" xml:"ResultDesc"`
  48. RelateUser string `json:"RelateUser" xml:"RelateUser"`
  49. RelateIp string `json:"RelateIp" xml:"RelateIp"`
  50. PickUser string `json:"PickUser" xml:"PickUser"`
  51. PickIp string `json:"PickIp" xml:"PickIp"`
  52. RelateInfo string `json:"RelateInfo" xml:"RelateInfo"`
  53. RuleId string `json:"RuleId" xml:"RuleId"`
  54. EventName string `json:"EventName" xml:"EventName"`
  55. EventLevel int `json:"EventLevel" xml:"EventLevel"`
  56. RuleGroupId string `json:"RuleGroupId" xml:"RuleGroupId"`
  57. IsStatistics int `json:"IsStatistics" xml:"IsStatistics"`
  58. A1 string `json:"A1" xml:"A1"`
  59. A2 string `json:"A2" xml:"A2"`
  60. A3 string `json:"A3" xml:"A3"`
  61. A4 string `json:"A4" xml:"A4"`
  62. A5 string `json:"A5" xml:"A5"`
  63. }