struct_data.go 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. ExpectionOpenTime int `json:"ExpectionOpenTime" xml:"ExpectionOpenTime"`
  23. Status bool `json:"Status" xml:"Status"`
  24. LastCloseTime int `json:"LastCloseTime" xml:"LastCloseTime"`
  25. RemainingTime int `json:"RemainingTime" xml:"RemainingTime"`
  26. BlockZone string `json:"BlockZone" xml:"BlockZone"`
  27. BlockTime int `json:"BlockTime" xml:"BlockTime"`
  28. TotalClose int `json:"TotalClose" xml:"TotalClose"`
  29. Region string `json:"Region" xml:"Region"`
  30. TotalTime int `json:"TotalTime" xml:"TotalTime"`
  31. CycleTime int `json:"CycleTime" xml:"CycleTime"`
  32. DdosStatus int `json:"DdosStatus" xml:"DdosStatus"`
  33. Vip string `json:"Vip" xml:"Vip"`
  34. UnblockTime int `json:"UnblockTime" xml:"UnblockTime"`
  35. BpsDrop []string `json:"BpsDrop" xml:"BpsDrop"`
  36. Attacks []string `json:"Attacks" xml:"Attacks"`
  37. PpsDrop []string `json:"PpsDrop" xml:"PpsDrop"`
  38. PpsTotal []string `json:"PpsTotal" xml:"PpsTotal"`
  39. BpsTotal []string `json:"BpsTotal" xml:"BpsTotal"`
  40. Total []string `json:"Total" xml:"Total"`
  41. TimeScope TimeScope `json:"TimeScope" xml:"TimeScope"`
  42. }