Class ListenerXForwardedForGetArgs
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ListenerXForwardedForGetArgs : ResourceArgs
Constructors
View SourceListenerXForwardedForGetArgs()
Declaration
public ListenerXForwardedForGetArgs()
Properties
View SourceRetriveClientIp
Declaration
public Input<bool> RetriveClientIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |
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> |