public class CreateNatGatewaySourceIpTranslationNatRuleRequest extends AbstractModel
Constructor and Description |
---|
CreateNatGatewaySourceIpTranslationNatRuleRequest() |
CreateNatGatewaySourceIpTranslationNatRuleRequest(CreateNatGatewaySourceIpTranslationNatRuleRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getNatGatewayId()
Get The ID of the NAT Gateway, such as `nat-df45454`
|
SourceIpTranslationNatRule[] |
getSourceIpTranslationNatRules()
Get The SNAT forwarding rule of the NAT Gateway
|
void |
setNatGatewayId(String NatGatewayId)
Set The ID of the NAT Gateway, such as `nat-df45454`
|
void |
setSourceIpTranslationNatRules(SourceIpTranslationNatRule[] SourceIpTranslationNatRules)
Set The SNAT forwarding rule of the NAT Gateway
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateNatGatewaySourceIpTranslationNatRuleRequest()
public CreateNatGatewaySourceIpTranslationNatRuleRequest(CreateNatGatewaySourceIpTranslationNatRuleRequest source)
public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId
- The ID of the NAT Gateway, such as `nat-df45454`public SourceIpTranslationNatRule[] getSourceIpTranslationNatRules()
public void setSourceIpTranslationNatRules(SourceIpTranslationNatRule[] SourceIpTranslationNatRules)
SourceIpTranslationNatRules
- The SNAT forwarding rule of the NAT GatewayCopyright © 2021. All rights reserved.