Class ListenerXForwardedFor
Inheritance
System.Object
ListenerXForwardedFor
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.AliCloud.Slb.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ListenerXForwardedFor
Fields
View SourceRetriveClientIp
Declaration
public readonly bool? RetriveClientIp
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
RetriveSlbId
Whether to use the XForwardedFor header to obtain the ID of the SLB instance. Default to false.
Declaration
public readonly bool? RetriveSlbId
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
RetriveSlbIp
Whether to use the XForwardedFor_SLBIP header to obtain the public IP address of the SLB instance. Default to false.
Declaration
public readonly bool? RetriveSlbIp
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
RetriveSlbProto
Whether to use the XForwardedFor_proto header to obtain the protocol used by the listener. Default to false.
Declaration
public readonly bool? RetriveSlbProto
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |