Class RegionUrlMapHostRuleArgs
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 RegionUrlMapHostRuleArgs : ResourceArgs
Constructors
View SourceRegionUrlMapHostRuleArgs()
Declaration
public RegionUrlMapHostRuleArgs()
Properties
View SourceDescription
Description of this test case.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Hosts
The list of host patterns to match. They must be valid hostnames, except * will match any string of ([a-z0-9-.]*). In that case, * must be the first character and must be followed in the pattern by either - or ..
Declaration
public InputList<string> Hosts { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
PathMatcher
The name of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL's host portion.
Declaration
public Input<string> PathMatcher { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |