Show / Hide Table of Contents

Class ListenerXForwardedForArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ListenerXForwardedForArgs
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.AliCloud.Slb.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ListenerXForwardedForArgs : ResourceArgs

Constructors

View Source

ListenerXForwardedForArgs()

Declaration
public ListenerXForwardedForArgs()

Properties

View Source

RetriveClientIp

Declaration
public Input<bool> RetriveClientIp { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

RetriveSlbId

Whether to use the XForwardedFor header to obtain the ID of the SLB instance. Default to false.

Declaration
public Input<bool> RetriveSlbId { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

RetriveSlbIp

Whether to use the XForwardedFor_SLBIP header to obtain the public IP address of the SLB instance. Default to false.

Declaration
public Input<bool> RetriveSlbIp { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

RetriveSlbProto

Whether to use the XForwardedFor_proto header to obtain the protocol used by the listener. Default to false.

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