Class LoadBalancerForwardingRule
Inheritance
System.Object
LoadBalancerForwardingRule
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.DigitalOcean.Outputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class LoadBalancerForwardingRule
Fields
View SourceCertificateId
The ID of the TLS certificate to be used for SSL termination.
Declaration
public readonly string CertificateId
Field Value
| Type | Description |
|---|---|
| System.String |
EntryPort
An integer representing the port on which the Load Balancer instance will listen.
Declaration
public readonly int EntryPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
EntryProtocol
The protocol used for traffic to the Load Balancer. The possible values are: http, https, http2 or tcp.
Declaration
public readonly string EntryProtocol
Field Value
| Type | Description |
|---|---|
| System.String |
TargetPort
An integer representing the port on the backend Droplets to which the Load Balancer will send traffic.
Declaration
public readonly int TargetPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
TargetProtocol
The protocol used for traffic from the Load Balancer to the backend Droplets. The possible values are: http, https, http2 or tcp.
Declaration
public readonly string TargetProtocol
Field Value
| Type | Description |
|---|---|
| System.String |
TlsPassthrough
A boolean value indicating whether SSL encrypted traffic will be passed through to the backend Droplets. The default value is false.
Declaration
public readonly bool? TlsPassthrough
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |