public class ScdnAclGroup extends AbstractModel
Constructor and Description |
---|
ScdnAclGroup() |
Modifier and Type | Method and Description |
---|---|
ScdnAclRule[] |
getConfigure()
Get Specific configurations
|
String |
getResult()
Get Rule action, which is generally `refuse`.
|
String |
getRuleName()
Get Rule name
|
String |
getStatus()
Get Whether the rule is effective.
|
void |
setConfigure(ScdnAclRule[] Configure)
Set Specific configurations
|
void |
setResult(String Result)
Set Rule action, which is generally `refuse`.
|
void |
setRuleName(String RuleName)
Set Rule name
|
void |
setStatus(String Status)
Set Whether the rule is effective.
|
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, toJsonString
public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- Rule namepublic ScdnAclRule[] getConfigure()
public void setConfigure(ScdnAclRule[] Configure)
Configure
- Specific configurationspublic String getResult()
public void setResult(String Result)
Result
- Rule action, which is generally `refuse`.public String getStatus()
public void setStatus(String Status)
Status
- Whether the rule is effective. Valid values: `active` and `inactive`.Copyright © 2021. All rights reserved.