Class RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilter
Inheritance
System.Object
RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilter
Fields
View SourceFilterLabels
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.
Declaration
public readonly ImmutableArray<RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterFilterLabel> FilterLabels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterFilterLabel> |
FilterMatchCriteria
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.
Declaration
public readonly string FilterMatchCriteria
Field Value
| Type | Description |
|---|---|
| System.String |