Uses of Class
com.tencentcloudapi.antiddos.v20200309.models.DDoSGeoIPBlockConfig
-
Packages that use DDoSGeoIPBlockConfig Package Description com.tencentcloudapi.antiddos.v20200309.models -
-
Uses of DDoSGeoIPBlockConfig in com.tencentcloudapi.antiddos.v20200309.models
Methods in com.tencentcloudapi.antiddos.v20200309.models that return DDoSGeoIPBlockConfig Modifier and Type Method Description DDoSGeoIPBlockConfigCreateDDoSGeoIPBlockConfigRequest. getDDoSGeoIPBlockConfig()Get DDoS区域封禁配置,填写参数时配置ID请为空DDoSGeoIPBlockConfigDeleteDDoSGeoIPBlockConfigRequest. getDDoSGeoIPBlockConfig()Get DDoS区域封禁配置,填写参数时配置ID不能为空DDoSGeoIPBlockConfigModifyDDoSGeoIPBlockConfigRequest. getDDoSGeoIPBlockConfig()Get DDoS区域封禁配置,填写参数时配置ID不能为空DDoSGeoIPBlockConfigDDoSGeoIPBlockConfigRelation. getGeoIPBlockConfig()Get DDoS区域封禁配置Methods in com.tencentcloudapi.antiddos.v20200309.models with parameters of type DDoSGeoIPBlockConfig Modifier and Type Method Description voidCreateDDoSGeoIPBlockConfigRequest. setDDoSGeoIPBlockConfig(DDoSGeoIPBlockConfig DDoSGeoIPBlockConfig)Set DDoS区域封禁配置,填写参数时配置ID请为空voidDeleteDDoSGeoIPBlockConfigRequest. setDDoSGeoIPBlockConfig(DDoSGeoIPBlockConfig DDoSGeoIPBlockConfig)Set DDoS区域封禁配置,填写参数时配置ID不能为空voidModifyDDoSGeoIPBlockConfigRequest. setDDoSGeoIPBlockConfig(DDoSGeoIPBlockConfig DDoSGeoIPBlockConfig)Set DDoS区域封禁配置,填写参数时配置ID不能为空voidDDoSGeoIPBlockConfigRelation. setGeoIPBlockConfig(DDoSGeoIPBlockConfig GeoIPBlockConfig)Set DDoS区域封禁配置Constructors in com.tencentcloudapi.antiddos.v20200309.models with parameters of type DDoSGeoIPBlockConfig Constructor Description DDoSGeoIPBlockConfig(DDoSGeoIPBlockConfig 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.
-