public class ScdnAclConfig extends AbstractModel
| 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 | 
|---|---|
ScdnErrorPage | 
getErrorPage()
Get Error page configuration
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
ScdnAclGroup[] | 
getScriptData()
Get ACL rule group, which is required when the access control is on. 
 | 
String | 
getSwitch()
Get Whether to enable. 
 | 
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 ACL rule group, which is required when the access control is on. 
 | 
void | 
setSwitch(String Switch)
Set Whether to enable. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ScdnAclConfig()
public ScdnAclConfig(ScdnAclConfig source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Whether to enable. Valid values: `on` and `off`.public ScdnAclGroup[] getScriptData()
public void setScriptData(ScdnAclGroup[] ScriptData)
ScriptData - ACL rule group, which is required when the access control is on.
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.Copyright © 2021. All rights reserved.