Show / Hide Table of Contents

Class RegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicyArgs
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 RegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicyArgs : ResourceArgs

Constructors

View Source

RegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicyArgs()

Declaration
public RegionUrlMapPathMatcherPathRuleRouteActionRequestMirrorPolicyArgs()

Properties

View Source

BackendService

The default RegionBackendService resource. Before forwarding the request to backendService, the loadbalancer applies any relevant headerActions specified as part of this backendServiceWeight.

Declaration
public Input<string> BackendService { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.