public class CreateSecurityPolicyRequest extends AbstractModel
Constructor and Description |
---|
CreateSecurityPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultAction()
Get 默认策略:ACCEPT或DROP
|
String |
getProxyId()
Get 加速通道ID
|
void |
setDefaultAction(String DefaultAction)
Set 默认策略:ACCEPT或DROP
|
void |
setProxyId(String ProxyId)
Set 加速通道ID
|
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 getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- 加速通道IDpublic String getDefaultAction()
public void setDefaultAction(String DefaultAction)
DefaultAction
- 默认策略:ACCEPT或DROPCopyright © 2020. All rights reserved.