Class ComputeGlobalForwardingRuleMetadataFilters.Jsii$Proxy

    • Method Detail

      • getFilterMatchCriteria

        public final String getFilterMatchCriteria()
        Description copied from interface: ComputeGlobalForwardingRuleMetadataFilters
        Specifies how individual filterLabel matches within the list of filterLabels contribute towards the overall metadataFilter match.

        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_ANY", "MATCH_ALL"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_global_forwarding_rule#filter_match_criteria ComputeGlobalForwardingRule#filter_match_criteria}

        Specified by:
        getFilterMatchCriteria in interface ComputeGlobalForwardingRuleMetadataFilters
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object