Class DDoSGeoIPBlockConfigRelation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.DDoSGeoIPBlockConfigRelation
-
public class DDoSGeoIPBlockConfigRelation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DDoSGeoIPBlockConfigRelation()DDoSGeoIPBlockConfigRelation(DDoSGeoIPBlockConfigRelation 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DDoSGeoIPBlockConfiggetGeoIPBlockConfig()Get DDoS区域封禁配置InstanceRelation[]getInstanceDetailList()Get 配置所属的资源实例voidsetGeoIPBlockConfig(DDoSGeoIPBlockConfig GeoIPBlockConfig)Set DDoS区域封禁配置voidsetInstanceDetailList(InstanceRelation[] InstanceDetailList)Set 配置所属的资源实例voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DDoSGeoIPBlockConfigRelation
public DDoSGeoIPBlockConfigRelation()
-
DDoSGeoIPBlockConfigRelation
public DDoSGeoIPBlockConfigRelation(DDoSGeoIPBlockConfigRelation 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.
-
-
Method Detail
-
getGeoIPBlockConfig
public DDoSGeoIPBlockConfig getGeoIPBlockConfig()
Get DDoS区域封禁配置- Returns:
- GeoIPBlockConfig DDoS区域封禁配置
-
setGeoIPBlockConfig
public void setGeoIPBlockConfig(DDoSGeoIPBlockConfig GeoIPBlockConfig)
Set DDoS区域封禁配置- Parameters:
GeoIPBlockConfig- DDoS区域封禁配置
-
getInstanceDetailList
public InstanceRelation[] getInstanceDetailList()
Get 配置所属的资源实例- Returns:
- InstanceDetailList 配置所属的资源实例
-
setInstanceDetailList
public void setInstanceDetailList(InstanceRelation[] InstanceDetailList)
Set 配置所属的资源实例- Parameters:
InstanceDetailList- 配置所属的资源实例
-
-