Show / Hide Table of Contents

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 Source

Description

Description of this test case.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

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>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.