Global Forwarding Rule Metadata Filter Args
data class GlobalForwardingRuleMetadataFilterArgs(val filterLabels: Output<List<GlobalForwardingRuleMetadataFilterFilterLabelArgs>>, val filterMatchCriteria: Output<String>) : ConvertibleToJava<GlobalForwardingRuleMetadataFilterArgs>
Constructors
Link copied to clipboard
constructor(filterLabels: Output<List<GlobalForwardingRuleMetadataFilterFilterLabelArgs>>, filterMatchCriteria: Output<String>)
Properties
Link copied to clipboard
The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries. Structure is documented below.
Link copied to clipboard
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 are: MATCH_ANY
, MATCH_ALL
.