Interface ComputeUrlMapPathMatcherRouteRulesMatchRulesMetadataFilters

    • Method Detail

      • getFilterLabels

        @Stability(Stable)
        @NotNull
        Object getFilterLabels()
        filter_labels block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#filter_labels ComputeUrlMap#filter_labels}

      • getFilterMatchCriteria

        @Stability(Stable)
        @NotNull
        String getFilterMatchCriteria()
        Specifies how individual filterLabel matches within the list of filterLabels contribute towards the overall metadataFilter match.

        Supported values are: * MATCH_ANY: At least one of the filterLabels must have a matching label in the provided metadata. * MATCH_ALL: All filterLabels must have matching labels in the provided metadata. Possible values: ["MATCH_ALL", "MATCH_ANY"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#filter_match_criteria ComputeUrlMap#filter_match_criteria}