Uses of Class
com.tencentcloudapi.vpc.v20170312.models.DestinationIpPortTranslationNatRule
-
Packages that use DestinationIpPortTranslationNatRule Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of DestinationIpPortTranslationNatRule in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return DestinationIpPortTranslationNatRule Modifier and Type Method Description DestinationIpPortTranslationNatRule[]CreateNatGatewayDestinationIpPortTranslationNatRuleRequest. getDestinationIpPortTranslationNatRules()Get NAT网关的端口转换规则。DestinationIpPortTranslationNatRule[]DeleteNatGatewayDestinationIpPortTranslationNatRuleRequest. getDestinationIpPortTranslationNatRules()Get NAT网关的端口转换规则。DestinationIpPortTranslationNatRule[]NatGateway. getDestinationIpPortTranslationNatRuleSet()Get NAT网关的端口转发规则。DestinationIpPortTranslationNatRuleModifyNatGatewayDestinationIpPortTranslationNatRuleRequest. getDestinationNatRule()Get 目的NAT网关的端口转换规则。DestinationIpPortTranslationNatRuleModifyNatGatewayDestinationIpPortTranslationNatRuleRequest. getSourceNatRule()Get 源NAT网关的端口转换规则。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type DestinationIpPortTranslationNatRule Modifier and Type Method Description voidCreateNatGatewayDestinationIpPortTranslationNatRuleRequest. setDestinationIpPortTranslationNatRules(DestinationIpPortTranslationNatRule[] DestinationIpPortTranslationNatRules)Set NAT网关的端口转换规则。voidDeleteNatGatewayDestinationIpPortTranslationNatRuleRequest. setDestinationIpPortTranslationNatRules(DestinationIpPortTranslationNatRule[] DestinationIpPortTranslationNatRules)Set NAT网关的端口转换规则。voidNatGateway. setDestinationIpPortTranslationNatRuleSet(DestinationIpPortTranslationNatRule[] DestinationIpPortTranslationNatRuleSet)Set NAT网关的端口转发规则。voidModifyNatGatewayDestinationIpPortTranslationNatRuleRequest. setDestinationNatRule(DestinationIpPortTranslationNatRule DestinationNatRule)Set 目的NAT网关的端口转换规则。voidModifyNatGatewayDestinationIpPortTranslationNatRuleRequest. setSourceNatRule(DestinationIpPortTranslationNatRule SourceNatRule)Set 源NAT网关的端口转换规则。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type DestinationIpPortTranslationNatRule Constructor Description DestinationIpPortTranslationNatRule(DestinationIpPortTranslationNatRule 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.
-