Show / Hide Table of Contents

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 Source

FilterLabels

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>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.