Class RegionUrlMapHostRule
Inheritance
System.Object
RegionUrlMapHostRule
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 RegionUrlMapHostRule
Fields
View SourceDescription
Description of this test case.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| 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 readonly ImmutableArray<string> Hosts
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<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 readonly string PathMatcher
Field Value
| Type | Description |
|---|---|
| System.String |