public class ScdnAclConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ScdnAclConfig()  | 
ScdnAclConfig(ScdnAclConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AdvancedScdnAclGroup[] | 
getAdvancedScriptData()
Get ACL rule group, which is required when the access control is on. 
 | 
ScdnErrorPage | 
getErrorPage()
Get Error page configuration
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
ScdnAclGroup[] | 
getScriptData()
Get This field is disused. 
 | 
String | 
getSwitch()
Get Whether to enable SCDN access. 
 | 
void | 
setAdvancedScriptData(AdvancedScdnAclGroup[] AdvancedScriptData)
Set ACL rule group, which is required when the access control is on. 
 | 
void | 
setErrorPage(ScdnErrorPage ErrorPage)
Set Error page configuration
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setScriptData(ScdnAclGroup[] ScriptData)
Set This field is disused. 
 | 
void | 
setSwitch(String Switch)
Set Whether to enable SCDN access. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ScdnAclConfig()
public ScdnAclConfig(ScdnAclConfig source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Whether to enable SCDN access. Values:
`on`: Enable
`off`: Disablepublic ScdnAclGroup[] getScriptData()
public void setScriptData(ScdnAclGroup[] ScriptData)
ScriptData - This field is disused. Please use `AdvancedScriptData` instead.
Note: this field may return `null`, indicating that no valid values can be obtained.public ScdnErrorPage getErrorPage()
public void setErrorPage(ScdnErrorPage ErrorPage)
ErrorPage - Error page configuration
Note: this field may return `null`, indicating that no valid values can be obtained.public AdvancedScdnAclGroup[] getAdvancedScriptData()
public void setAdvancedScriptData(AdvancedScdnAclGroup[] AdvancedScriptData)
AdvancedScriptData - ACL rule group, which is required when the access control is on.
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.