Interface ComputeRouterNatRulesAction

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ComputeRouterNatRulesAction.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.939Z")
    @Stability(Stable)
    public interface ComputeRouterNatRulesAction
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getSourceNatActiveIps

        @Stability(Stable)
        @Nullable
        default List<String> getSourceNatActiveIps()
        A list of URLs of the IP resources used for this NAT rule.

        These IP addresses must be valid static external IP addresses assigned to the project. This field is used for public NAT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_nat#source_nat_active_ips ComputeRouterNat#source_nat_active_ips}

      • getSourceNatDrainIps

        @Stability(Stable)
        @Nullable
        default List<String> getSourceNatDrainIps()
        A list of URLs of the IP resources to be drained.

        These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT rule only. This field is used for public NAT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_nat#source_nat_drain_ips ComputeRouterNat#source_nat_drain_ips}