Uses of Class
com.tencentcloudapi.dayu.v20180709.models.DDoSAttackSourceRecord
-
Packages that use DDoSAttackSourceRecord Package Description com.tencentcloudapi.dayu.v20180709.models -
-
Uses of DDoSAttackSourceRecord in com.tencentcloudapi.dayu.v20180709.models
Methods in com.tencentcloudapi.dayu.v20180709.models that return DDoSAttackSourceRecord Modifier and Type Method Description DDoSAttackSourceRecord[]DescribeDDoSAttackSourceResponse. getAttackSourceList()Get 攻击源列表Methods in com.tencentcloudapi.dayu.v20180709.models with parameters of type DDoSAttackSourceRecord Modifier and Type Method Description voidDescribeDDoSAttackSourceResponse. setAttackSourceList(DDoSAttackSourceRecord[] AttackSourceList)Set 攻击源列表Constructors in com.tencentcloudapi.dayu.v20180709.models with parameters of type DDoSAttackSourceRecord Constructor Description DDoSAttackSourceRecord(DDoSAttackSourceRecord 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.
-