public class CreateDDoSGeoIPBlockConfigRequest extends AbstractModel
| Constructor and Description | 
|---|
CreateDDoSGeoIPBlockConfigRequest()  | 
CreateDDoSGeoIPBlockConfigRequest(CreateDDoSGeoIPBlockConfigRequest 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 | 
|---|---|
DDoSGeoIPBlockConfig | 
getDDoSGeoIPBlockConfig()
Get Region blocking configuration. 
 | 
String | 
getInstanceId()
Get Anti-DDoS instance ID 
 | 
void | 
setDDoSGeoIPBlockConfig(DDoSGeoIPBlockConfig DDoSGeoIPBlockConfig)
Set Region blocking configuration. 
 | 
void | 
setInstanceId(String InstanceId)
Set Anti-DDoS instance 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, toJsonStringpublic CreateDDoSGeoIPBlockConfigRequest()
public CreateDDoSGeoIPBlockConfigRequest(CreateDDoSGeoIPBlockConfigRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Anti-DDoS instance IDpublic DDoSGeoIPBlockConfig getDDoSGeoIPBlockConfig()
public void setDDoSGeoIPBlockConfig(DDoSGeoIPBlockConfig DDoSGeoIPBlockConfig)
DDoSGeoIPBlockConfig - Region blocking configuration. The configuration ID should be cleared when you set this parameter.Copyright © 2022. All rights reserved.