struct_data.go 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. package ddospro
  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. type Data struct {
  17. Cycle int `json:"Cycle" xml:"Cycle"`
  18. CycleResidue int `json:"CycleResidue" xml:"CycleResidue"`
  19. LastBlockTime int `json:"LastBlockTime" xml:"LastBlockTime"`
  20. HoleThresholdMbps int `json:"HoleThresholdMbps" xml:"HoleThresholdMbps"`
  21. CcMode string `json:"CcMode" xml:"CcMode"`
  22. WhiteList string `json:"WhiteList" xml:"WhiteList"`
  23. ExpectionOpenTime int `json:"ExpectionOpenTime" xml:"ExpectionOpenTime"`
  24. Status bool `json:"Status" xml:"Status"`
  25. ResourceId string `json:"ResourceId" xml:"ResourceId"`
  26. OpDesc string `json:"OpDesc" xml:"OpDesc"`
  27. OpAction int `json:"OpAction" xml:"OpAction"`
  28. LastCloseTime int `json:"LastCloseTime" xml:"LastCloseTime"`
  29. RemainingTime int `json:"RemainingTime" xml:"RemainingTime"`
  30. BlockZone string `json:"BlockZone" xml:"BlockZone"`
  31. BlockTime int `json:"BlockTime" xml:"BlockTime"`
  32. TotalClose int `json:"TotalClose" xml:"TotalClose"`
  33. Region string `json:"Region" xml:"Region"`
  34. TotalTime int `json:"TotalTime" xml:"TotalTime"`
  35. CycleTime int `json:"CycleTime" xml:"CycleTime"`
  36. DdosStatus int `json:"DdosStatus" xml:"DdosStatus"`
  37. BlackList string `json:"BlackList" xml:"BlackList"`
  38. Result int `json:"Result" xml:"Result"`
  39. Vip string `json:"Vip" xml:"Vip"`
  40. OpDate int `json:"OpDate" xml:"OpDate"`
  41. UnblockTime int `json:"UnblockTime" xml:"UnblockTime"`
  42. BpsDrop []string `json:"BpsDrop" xml:"BpsDrop"`
  43. Attacks []string `json:"Attacks" xml:"Attacks"`
  44. PpsDrop []string `json:"PpsDrop" xml:"PpsDrop"`
  45. PpsTotal []string `json:"PpsTotal" xml:"PpsTotal"`
  46. BpsTotal []string `json:"BpsTotal" xml:"BpsTotal"`
  47. Total []string `json:"Total" xml:"Total"`
  48. TimeScope TimeScope `json:"TimeScope" xml:"TimeScope"`
  49. PageInfo PageInfo `json:"PageInfo" xml:"PageInfo"`
  50. List []AttackInfo `json:"List" xml:"List"`
  51. }