Uses of Class
com.tencentcloudapi.antiddos.v20200309.models.CcGeoIPBlockConfig
-
Packages that use CcGeoIPBlockConfig Package Description com.tencentcloudapi.antiddos.v20200309.models -
-
Uses of CcGeoIPBlockConfig in com.tencentcloudapi.antiddos.v20200309.models
Methods in com.tencentcloudapi.antiddos.v20200309.models that return CcGeoIPBlockConfig Modifier and Type Method Description CcGeoIPBlockConfigCreateCcGeoIPBlockConfigRequest. getCcGeoIPBlockConfig()Get CC区域封禁配置CcGeoIPBlockConfigDeleteCcGeoIPBlockConfigRequest. getCcGeoIPBlockConfig()Get CC区域封禁配置,填写参数时配置ID不能为空Methods in com.tencentcloudapi.antiddos.v20200309.models with parameters of type CcGeoIPBlockConfig Modifier and Type Method Description voidCreateCcGeoIPBlockConfigRequest. setCcGeoIPBlockConfig(CcGeoIPBlockConfig CcGeoIPBlockConfig)Set CC区域封禁配置voidDeleteCcGeoIPBlockConfigRequest. setCcGeoIPBlockConfig(CcGeoIPBlockConfig CcGeoIPBlockConfig)Set CC区域封禁配置,填写参数时配置ID不能为空Constructors in com.tencentcloudapi.antiddos.v20200309.models with parameters of type CcGeoIPBlockConfig Constructor Description CcGeoIPBlockConfig(CcGeoIPBlockConfig 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.
-