struct_dns_product.go 2.6 KB

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