| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- package cdn
- //Licensed under the Apache License, Version 2.0 (the "License");
- //you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software
- //distributed under the License is distributed on an "AS IS" BASIS,
- //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and
- //limitations under the License.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // DomainConfigs is a nested struct in cdn response
- type DomainConfigs struct {
- NotifyUrlConfig NotifyUrlConfig `json:"NotifyUrlConfig" xml:"NotifyUrlConfig"`
- PageCompressConfig PageCompressConfig `json:"PageCompressConfig" xml:"PageCompressConfig"`
- OptimizeConfig OptimizeConfig `json:"OptimizeConfig" xml:"OptimizeConfig"`
- ReqAuthConfig ReqAuthConfig `json:"ReqAuthConfig" xml:"ReqAuthConfig"`
- RangeConfig RangeConfig `json:"RangeConfig" xml:"RangeConfig"`
- IpAllowListConfig IpAllowListConfig `json:"IpAllowListConfig" xml:"IpAllowListConfig"`
- ErrorPageConfig ErrorPageConfig `json:"ErrorPageConfig" xml:"ErrorPageConfig"`
- ForwardSchemeConfig ForwardSchemeConfig `json:"ForwardSchemeConfig" xml:"ForwardSchemeConfig"`
- AliBusinessConfig AliBusinessConfig `json:"AliBusinessConfig" xml:"AliBusinessConfig"`
- RefererConfig RefererConfig `json:"RefererConfig" xml:"RefererConfig"`
- CcConfig CcConfig `json:"CcConfig" xml:"CcConfig"`
- SrcHostConfig SrcHostConfig `json:"SrcHostConfig" xml:"SrcHostConfig"`
- MacServiceConfig MacServiceConfig `json:"MacServiceConfig" xml:"MacServiceConfig"`
- IgnoreQueryStringConfig IgnoreQueryStringConfig `json:"IgnoreQueryStringConfig" xml:"IgnoreQueryStringConfig"`
- L2OssKeyConfig L2OssKeyConfig `json:"L2OssKeyConfig" xml:"L2OssKeyConfig"`
- WafConfig WafConfig `json:"WafConfig" xml:"WafConfig"`
- RedirectTypeConfig RedirectTypeConfig `json:"RedirectTypeConfig" xml:"RedirectTypeConfig"`
- GreenManagerConfig GreenManagerConfig `json:"GreenManagerConfig" xml:"GreenManagerConfig"`
- RemoveQueryStringConfig RemoveQueryStringConfig `json:"RemoveQueryStringConfig" xml:"RemoveQueryStringConfig"`
- HttpsOptionConfig HttpsOptionConfig `json:"HttpsOptionConfig" xml:"HttpsOptionConfig"`
- VideoSeekConfig VideoSeekConfig `json:"VideoSeekConfig" xml:"VideoSeekConfig"`
- ReqHeaderConfigs ReqHeaderConfigs `json:"ReqHeaderConfigs" xml:"ReqHeaderConfigs"`
- HttpHeaderConfigs HttpHeaderConfigs `json:"HttpHeaderConfigs" xml:"HttpHeaderConfigs"`
- CacheExpiredConfigs CacheExpiredConfigs `json:"CacheExpiredConfigs" xml:"CacheExpiredConfigs"`
- DynamicConfigs DynamicConfigs `json:"DynamicConfigs" xml:"DynamicConfigs"`
- SetVarsConfigs SetVarsConfigs `json:"SetVarsConfigs" xml:"SetVarsConfigs"`
- HttpErrorPageConfigs HttpErrorPageConfigs `json:"HttpErrorPageConfigs" xml:"HttpErrorPageConfigs"`
- }
|