Class RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewrite
Inheritance
System.Object
RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewrite
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 RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewrite
Fields
View SourceHostRewrite
Prior to forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite. The value must be between 1 and 255 characters.
Declaration
public readonly string HostRewrite
Field Value
| Type | Description |
|---|---|
| System.String |
PathPrefixRewrite
Prior to forwarding the request to the selected backend service, the matching portion of the request's path is replaced by pathPrefixRewrite. The value must be between 1 and 1024 characters.
Declaration
public readonly string PathPrefixRewrite
Field Value
| Type | Description |
|---|---|
| System.String |