struct_dns_product.go 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. package alidns
  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. // DnsProduct is a nested struct in alidns response
  17. type DnsProduct struct {
  18. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  19. VersionCode string `json:"VersionCode" xml:"VersionCode"`
  20. VersionName string `json:"VersionName" xml:"VersionName"`
  21. StartTime string `json:"StartTime" xml:"StartTime"`
  22. EndTime string `json:"EndTime" xml:"EndTime"`
  23. StartTimestamp int `json:"StartTimestamp" xml:"StartTimestamp"`
  24. EndTimestamp int `json:"EndTimestamp" xml:"EndTimestamp"`
  25. Domain string `json:"Domain" xml:"Domain"`
  26. BindCount int `json:"BindCount" xml:"BindCount"`
  27. BindUsedCount int `json:"BindUsedCount" xml:"BindUsedCount"`
  28. TTLMinValue int `json:"TTLMinValue" xml:"TTLMinValue"`
  29. SubDomainLevel int `json:"SubDomainLevel" xml:"SubDomainLevel"`
  30. DnsSLBCount int `json:"DnsSLBCount" xml:"DnsSLBCount"`
  31. URLForwardCount int `json:"URLForwardCount" xml:"URLForwardCount"`
  32. DDosDefendFlow int `json:"DDosDefendFlow" xml:"DDosDefendFlow"`
  33. DDosDefendQuery int `json:"DDosDefendQuery" xml:"DDosDefendQuery"`
  34. OverseaDDosDefendFlow int `json:"OverseaDDosDefendFlow" xml:"OverseaDDosDefendFlow"`
  35. SearchEngineLines string `json:"SearchEngineLines" xml:"SearchEngineLines"`
  36. ISPLines string `json:"ISPLines" xml:"ISPLines"`
  37. ISPRegionLines string `json:"ISPRegionLines" xml:"ISPRegionLines"`
  38. OverseaLine string `json:"OverseaLine" xml:"OverseaLine"`
  39. MonitorNodeCount int `json:"MonitorNodeCount" xml:"MonitorNodeCount"`
  40. MonitorFrequency int `json:"MonitorFrequency" xml:"MonitorFrequency"`
  41. MonitorTaskCount int `json:"MonitorTaskCount" xml:"MonitorTaskCount"`
  42. RegionLines bool `json:"RegionLines" xml:"RegionLines"`
  43. Gslb bool `json:"Gslb" xml:"Gslb"`
  44. InClean bool `json:"InClean" xml:"InClean"`
  45. InBlackHole bool `json:"InBlackHole" xml:"InBlackHole"`
  46. }