struct_domain_configs.go 3.3 KB

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