Uses of Class
com.tencentcloudapi.antiddos.v20200309.models.NewL7RuleEntry
-
Packages that use NewL7RuleEntry Package Description com.tencentcloudapi.antiddos.v20200309.models -
-
Uses of NewL7RuleEntry in com.tencentcloudapi.antiddos.v20200309.models
Methods in com.tencentcloudapi.antiddos.v20200309.models that return NewL7RuleEntry Modifier and Type Method Description NewL7RuleEntryModifyNewDomainRulesRequest. getRule()Get 域名转发规则NewL7RuleEntry[]DescribeNewL7RulesResponse. getRules()Get 转发规则列表Methods in com.tencentcloudapi.antiddos.v20200309.models with parameters of type NewL7RuleEntry Modifier and Type Method Description voidModifyNewDomainRulesRequest. setRule(NewL7RuleEntry Rule)Set 域名转发规则voidDescribeNewL7RulesResponse. setRules(NewL7RuleEntry[] Rules)Set 转发规则列表Constructors in com.tencentcloudapi.antiddos.v20200309.models with parameters of type NewL7RuleEntry Constructor Description NewL7RuleEntry(NewL7RuleEntry 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.
-