Class GlobalForwardingRuleMetadataFilterArgs
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 GlobalForwardingRuleMetadataFilterArgs : ResourceArgs
Constructors
View SourceGlobalForwardingRuleMetadataFilterArgs()
Declaration
public GlobalForwardingRuleMetadataFilterArgs()
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<GlobalForwardingRuleMetadataFilterFilterLabelArgs> FilterLabels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<GlobalForwardingRuleMetadataFilterFilterLabelArgs> |
FilterMatchCriteria
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.
Declaration
public Input<string> FilterMatchCriteria { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |