struct_domain_configs.go 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. package cdn
  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. // DomainConfigs is a nested struct in cdn response
  17. type DomainConfigs struct {
  18. NotifyUrlConfig NotifyUrlConfig `json:"NotifyUrlConfig" xml:"NotifyUrlConfig"`
  19. PageCompressConfig PageCompressConfig `json:"PageCompressConfig" xml:"PageCompressConfig"`
  20. OptimizeConfig OptimizeConfig `json:"OptimizeConfig" xml:"OptimizeConfig"`
  21. ReqAuthConfig ReqAuthConfig `json:"ReqAuthConfig" xml:"ReqAuthConfig"`
  22. RangeConfig RangeConfig `json:"RangeConfig" xml:"RangeConfig"`
  23. IpAllowListConfig IpAllowListConfig `json:"IpAllowListConfig" xml:"IpAllowListConfig"`
  24. ErrorPageConfig ErrorPageConfig `json:"ErrorPageConfig" xml:"ErrorPageConfig"`
  25. ForwardSchemeConfig ForwardSchemeConfig `json:"ForwardSchemeConfig" xml:"ForwardSchemeConfig"`
  26. AliBusinessConfig AliBusinessConfig `json:"AliBusinessConfig" xml:"AliBusinessConfig"`
  27. RefererConfig RefererConfig `json:"RefererConfig" xml:"RefererConfig"`
  28. CcConfig CcConfig `json:"CcConfig" xml:"CcConfig"`
  29. SrcHostConfig SrcHostConfig `json:"SrcHostConfig" xml:"SrcHostConfig"`
  30. MacServiceConfig MacServiceConfig `json:"MacServiceConfig" xml:"MacServiceConfig"`
  31. IgnoreQueryStringConfig IgnoreQueryStringConfig `json:"IgnoreQueryStringConfig" xml:"IgnoreQueryStringConfig"`
  32. L2OssKeyConfig L2OssKeyConfig `json:"L2OssKeyConfig" xml:"L2OssKeyConfig"`
  33. WafConfig WafConfig `json:"WafConfig" xml:"WafConfig"`
  34. RedirectTypeConfig RedirectTypeConfig `json:"RedirectTypeConfig" xml:"RedirectTypeConfig"`
  35. GreenManagerConfig GreenManagerConfig `json:"GreenManagerConfig" xml:"GreenManagerConfig"`
  36. RemoveQueryStringConfig RemoveQueryStringConfig `json:"RemoveQueryStringConfig" xml:"RemoveQueryStringConfig"`
  37. HttpsOptionConfig HttpsOptionConfig `json:"HttpsOptionConfig" xml:"HttpsOptionConfig"`
  38. VideoSeekConfig VideoSeekConfig `json:"VideoSeekConfig" xml:"VideoSeekConfig"`
  39. ReqHeaderConfigs ReqHeaderConfigs `json:"ReqHeaderConfigs" xml:"ReqHeaderConfigs"`
  40. HttpHeaderConfigs HttpHeaderConfigs `json:"HttpHeaderConfigs" xml:"HttpHeaderConfigs"`
  41. CacheExpiredConfigs CacheExpiredConfigs `json:"CacheExpiredConfigs" xml:"CacheExpiredConfigs"`
  42. DynamicConfigs DynamicConfigs `json:"DynamicConfigs" xml:"DynamicConfigs"`
  43. SetVarsConfigs SetVarsConfigs `json:"SetVarsConfigs" xml:"SetVarsConfigs"`
  44. HttpErrorPageConfigs HttpErrorPageConfigs `json:"HttpErrorPageConfigs" xml:"HttpErrorPageConfigs"`
  45. }