Class URLMapPathMatcherRouteRuleMatchRuleMetadataFilterFilterLabelArgs
Inheritance
System.Object
URLMapPathMatcherRouteRuleMatchRuleMetadataFilterFilterLabelArgs
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 URLMapPathMatcherRouteRuleMatchRuleMetadataFilterFilterLabelArgs : ResourceArgs
Constructors
View SourceURLMapPathMatcherRouteRuleMatchRuleMetadataFilterFilterLabelArgs()
Declaration
public URLMapPathMatcherRouteRuleMatchRuleMetadataFilterFilterLabelArgs()
Properties
View SourceName
The name of the query parameter to match. The query parameter must exist in the request, in the absence of which the request match fails.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The value of the label must match the specified value. value can have a maximum length of 1024 characters.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |