Interface NetworkConnectivityPolicyBasedRouteFilter

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

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

      • getProtocolVersion

        @Stability(Stable)
        @NotNull
        String getProtocolVersion()
        Internet protocol versions this policy-based route applies to. Possible values: ["IPV4"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_policy_based_route#protocol_version NetworkConnectivityPolicyBasedRoute#protocol_version}

      • getDestRange

        @Stability(Stable)
        @Nullable
        default String getDestRange()
        The destination IP range of outgoing packets that this policy-based route applies to.

        Default is "0.0.0.0/0" if protocol version is IPv4. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_policy_based_route#dest_range NetworkConnectivityPolicyBasedRoute#dest_range}

      • getIpProtocol

        @Stability(Stable)
        @Nullable
        default String getIpProtocol()
        The IP protocol that this policy-based route applies to. Valid values are 'TCP', 'UDP', and 'ALL'. Default is 'ALL'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_policy_based_route#ip_protocol NetworkConnectivityPolicyBasedRoute#ip_protocol}

      • getSrcRange

        @Stability(Stable)
        @Nullable
        default String getSrcRange()
        The source IP range of outgoing packets that this policy-based route applies to.

        Default is "0.0.0.0/0" if protocol version is IPv4. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_connectivity_policy_based_route#src_range NetworkConnectivityPolicyBasedRoute#src_range}