Interface NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRule

    • Method Detail

      • getFullPathMatch

        @Stability(Stable)
        @Nullable
        default String getFullPathMatch()
        For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#full_path_match NetworkServicesEdgeCacheService#full_path_match}

      • getHeaderMatch

        @Stability(Stable)
        @Nullable
        default Object getHeaderMatch()
        header_match block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#header_match NetworkServicesEdgeCacheService#header_match}

      • getIgnoreCase

        @Stability(Stable)
        @Nullable
        default Object getIgnoreCase()
        Specifies that prefixMatch and fullPathMatch matches are case sensitive.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#ignore_case NetworkServicesEdgeCacheService#ignore_case}

      • getPathTemplateMatch

        @Stability(Stable)
        @Nullable
        default String getPathTemplateMatch()
        For satisfying the matchRule condition, the path of the request must match the wildcard pattern specified in pathTemplateMatch after removing any query parameters and anchor that may be part of the original URL.

        pathTemplateMatch must be between 1 and 255 characters (inclusive). The pattern specified by pathTemplateMatch may have at most 5 wildcard operators and at most 5 variable captures in total. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#path_template_match NetworkServicesEdgeCacheService#path_template_match}

      • getPrefixMatch

        @Stability(Stable)
        @Nullable
        default String getPrefixMatch()
        For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch.

        prefixMatch must begin with a /. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#prefix_match NetworkServicesEdgeCacheService#prefix_match}

      • getQueryParameterMatch

        @Stability(Stable)
        @Nullable
        default Object getQueryParameterMatch()
        query_parameter_match block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_service#query_parameter_match NetworkServicesEdgeCacheService#query_parameter_match}