Show / Hide Table of Contents

Class RegionUrlMapHostRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RegionUrlMapHostRuleArgs
Inherited Members
ResourceArgs.Empty
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 Source

RegionUrlMapHostRuleArgs()

Declaration
public RegionUrlMapHostRuleArgs()

Properties

View Source

Description

Description of this test case.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<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 InputList<string> Hosts { get; set; }
Property Value
Type Description
InputList<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 Input<string> PathMatcher { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.