Class RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterArgs
Inheritance
System.Object
RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterArgs : ResourceArgs
Constructors
View SourceRegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterArgs()
Declaration
public RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterArgs()
Properties
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 InputList<RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterFilterLabelArgs> FilterLabels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterFilterLabelArgs> |
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 Input<string> FilterMatchCriteria { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |