Show / Hide Table of Contents

Class URLMapState

Inheritance
System.Object
InputArgs
ResourceArgs
URLMapState
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
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class URLMapState : ResourceArgs

Constructors

View Source

URLMapState()

Declaration
public URLMapState()

Properties

View Source

CreationTimestamp

Creation timestamp in RFC3339 text format.

Declaration
public Input<string> CreationTimestamp { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DefaultService

The backend service or backend bucket to use when none of the given paths match.

Declaration
public Input<string> DefaultService { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DefaultUrlRedirect

When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set. Structure is documented below.

Declaration
public Input<URLMapDefaultUrlRedirectGetArgs> DefaultUrlRedirect { get; set; }
Property Value
Type Description
Input<URLMapDefaultUrlRedirectGetArgs>
View Source

Description

Description of this test case.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Fingerprint

Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking.

Declaration
public Input<string> Fingerprint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

HeaderAction

Specifies changes to request and response headers that need to take effect for the selected backendService. headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap. Structure is documented below.

Declaration
public Input<URLMapHeaderActionGetArgs> HeaderAction { get; set; }
Property Value
Type Description
Input<URLMapHeaderActionGetArgs>
View Source

HostRules

The list of HostRules to use against the URL. Structure is documented below.

Declaration
public InputList<URLMapHostRuleGetArgs> HostRules { get; set; }
Property Value
Type Description
InputList<URLMapHostRuleGetArgs>
View Source

MapId

The unique identifier for the resource.

Declaration
public Input<int> MapId { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

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

PathMatchers

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 InputList<URLMapPathMatcherGetArgs> PathMatchers { get; set; }
Property Value
Type Description
InputList<URLMapPathMatcherGetArgs>
View Source

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SelfLink

The URI of the created resource.

Declaration
public Input<string> SelfLink { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tests

The list of expected URL mapping tests. Request to update this UrlMap will succeed only if all of the test cases pass. You can specify a maximum of 100 tests per UrlMap. Structure is documented below.

Declaration
public InputList<URLMapTestGetArgs> Tests { get; set; }
Property Value
Type Description
InputList<URLMapTestGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.