Show / Hide Table of Contents

Class RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterArgs
Inherited Members
ResourceArgs.Empty
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 Source

RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterArgs()

Declaration
public RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterArgs()

Properties

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 InputList<RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterFilterLabelArgs> FilterLabels { get; set; }
Property Value
Type Description
InputList<RegionUrlMapPathMatcherRouteRuleMatchRuleMetadataFilterFilterLabelArgs>
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 Input<string> FilterMatchCriteria { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.