Show / Hide Table of Contents

Class URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicyArgs

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

Constructors

View Source

URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicyArgs()

Declaration
public URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicyArgs()

Properties

View Source

BackendService

The default BackendService 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.