Package | Description |
---|---|
com.tencentcloudapi.vpc.v20170312.models |
Modifier and Type | Method and Description |
---|---|
SourceIpTranslationNatRule |
ModifyNatGatewaySourceIpTranslationNatRuleRequest.getSourceIpTranslationNatRule()
Get NAT网关的SNAT转换规则。
|
SourceIpTranslationNatRule[] |
CreateNatGatewaySourceIpTranslationNatRuleRequest.getSourceIpTranslationNatRules()
Get NAT网关的SNAT转换规则
|
SourceIpTranslationNatRule[] |
DescribeNatGatewaySourceIpTranslationNatRulesResponse.getSourceIpTranslationNatRuleSet()
Get NAT网关SNAT规则对象数组。
注意:此字段可能返回 null,表示取不到有效值。
|
SourceIpTranslationNatRule[] |
NatGateway.getSourceIpTranslationNatRuleSet()
Get NAT网关的SNAT转发规则。
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyNatGatewaySourceIpTranslationNatRuleRequest.setSourceIpTranslationNatRule(SourceIpTranslationNatRule SourceIpTranslationNatRule)
Set NAT网关的SNAT转换规则。
|
void |
CreateNatGatewaySourceIpTranslationNatRuleRequest.setSourceIpTranslationNatRules(SourceIpTranslationNatRule[] SourceIpTranslationNatRules)
Set NAT网关的SNAT转换规则
|
void |
DescribeNatGatewaySourceIpTranslationNatRulesResponse.setSourceIpTranslationNatRuleSet(SourceIpTranslationNatRule[] SourceIpTranslationNatRuleSet)
Set NAT网关SNAT规则对象数组。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
NatGateway.setSourceIpTranslationNatRuleSet(SourceIpTranslationNatRule[] SourceIpTranslationNatRuleSet)
Set NAT网关的SNAT转发规则。
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
SourceIpTranslationNatRule(SourceIpTranslationNatRule 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.
|
Copyright © 2022. All rights reserved.