Uses of Class
com.tencentcloudapi.antiddos.v20200309.models.L4RuleSource
-
Packages that use L4RuleSource Package Description com.tencentcloudapi.antiddos.v20200309.models -
-
Uses of L4RuleSource in com.tencentcloudapi.antiddos.v20200309.models
Methods in com.tencentcloudapi.antiddos.v20200309.models that return L4RuleSource Modifier and Type Method Description L4RuleSource[]L7RuleEntry. getSourceList()Get 回源列表L4RuleSource[]NewL7RuleEntry. getSourceList()Get 回源列表Methods in com.tencentcloudapi.antiddos.v20200309.models with parameters of type L4RuleSource Modifier and Type Method Description voidL7RuleEntry. setSourceList(L4RuleSource[] SourceList)Set 回源列表voidNewL7RuleEntry. setSourceList(L4RuleSource[] SourceList)Set 回源列表Constructors in com.tencentcloudapi.antiddos.v20200309.models with parameters of type L4RuleSource Constructor Description L4RuleSource(L4RuleSource 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.
-