Class DescribeNatGatewaySourceIpTranslationNatRulesRequest


  • public class DescribeNatGatewaySourceIpTranslationNatRulesRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeNatGatewaySourceIpTranslationNatRulesRequest

        public DescribeNatGatewaySourceIpTranslationNatRulesRequest()
      • DescribeNatGatewaySourceIpTranslationNatRulesRequest

        public DescribeNatGatewaySourceIpTranslationNatRulesRequest​(DescribeNatGatewaySourceIpTranslationNatRulesRequest 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.
    • Method Detail

      • getNatGatewayId

        public String getNatGatewayId()
        Get NAT网关统一 ID,形如:`nat-123xx454`。
        Returns:
        NatGatewayId NAT网关统一 ID,形如:`nat-123xx454`。
      • setNatGatewayId

        public void setNatGatewayId​(String NatGatewayId)
        Set NAT网关统一 ID,形如:`nat-123xx454`。
        Parameters:
        NatGatewayId - NAT网关统一 ID,形如:`nat-123xx454`。
      • getFilters

        public Filter[] getFilters()
        Get 过滤条件:
      • resource-id,Subnet的ID或者Cvm ID,如`subnet-0yi4hekt`
      • public-ip-address,弹性IP,如`139.199.232.238`
      • description,规则描述。
Returns:
Filters 过滤条件:
  • resource-id,Subnet的ID或者Cvm ID,如`subnet-0yi4hekt`
  • public-ip-address,弹性IP,如`139.199.232.238`
  • description,规则描述。
  • Parameters:
    Filters - 过滤条件:
  • resource-id,Subnet的ID或者Cvm ID,如`subnet-0yi4hekt`
  • public-ip-address,弹性IP,如`139.199.232.238`
  • description,规则描述。