Interface ComputeGlobalForwardingRuleMetadataFilters
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeGlobalForwardingRuleMetadataFilters.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.411Z") @Stability(Stable) public interface ComputeGlobalForwardingRuleMetadataFilters extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeGlobalForwardingRuleMetadataFilters.BuilderA builder forComputeGlobalForwardingRuleMetadataFiltersstatic classComputeGlobalForwardingRuleMetadataFilters.Jsii$ProxyAn implementation forComputeGlobalForwardingRuleMetadataFilters
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeGlobalForwardingRuleMetadataFilters.Builderbuilder()ObjectgetFilterLabels()filter_labels block.StringgetFilterMatchCriteria()Specifies how individual filterLabel matches within the list of filterLabels contribute towards the overall metadataFilter match.
-
-
-
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_global_forwarding_rule#filter_labels ComputeGlobalForwardingRule#filter_labels}
-
getFilterMatchCriteria
@Stability(Stable) @NotNull String getFilterMatchCriteria()
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}
-
builder
@Stability(Stable) static ComputeGlobalForwardingRuleMetadataFilters.Builder builder()
-
-