Uses of Class
com.tencentcloudapi.cfw.v20190904.models.CfwNatDnatRule
-
Packages that use CfwNatDnatRule Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of CfwNatDnatRule in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return CfwNatDnatRule Modifier and Type Method Description CfwNatDnatRule[]SetNatFwDnatRuleRequest. getAddOrDelDnatRules()Get 添加或删除操作的Dnat规则列表。CfwNatDnatRuleSetNatFwDnatRuleRequest. getNewDnat()Get 修改操作的新的Dnat规则CfwNatDnatRuleSetNatFwDnatRuleRequest. getOriginDnat()Get 修改操作的原始Dnat规则Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type CfwNatDnatRule Modifier and Type Method Description voidSetNatFwDnatRuleRequest. setAddOrDelDnatRules(CfwNatDnatRule[] AddOrDelDnatRules)Set 添加或删除操作的Dnat规则列表。voidSetNatFwDnatRuleRequest. setNewDnat(CfwNatDnatRule NewDnat)Set 修改操作的新的Dnat规则voidSetNatFwDnatRuleRequest. setOriginDnat(CfwNatDnatRule OriginDnat)Set 修改操作的原始Dnat规则Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type CfwNatDnatRule Constructor Description CfwNatDnatRule(CfwNatDnatRule 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.
-