Class LoadBalancerForwardingRuleGetArgs
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.Inputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class LoadBalancerForwardingRuleGetArgs : ResourceArgs
Constructors
View SourceLoadBalancerForwardingRuleGetArgs()
Declaration
public LoadBalancerForwardingRuleGetArgs()
Properties
View SourceCertificateId
The ID of the TLS certificate to be used for SSL termination.
Declaration
public Input<string> CertificateId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EntryPort
An integer representing the port on which the Load Balancer instance will listen.
Declaration
public Input<int> EntryPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
EntryProtocol
The protocol used for traffic to the Load Balancer. The possible values are: http, https, http2 or tcp.
Declaration
public Input<string> EntryProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetPort
An integer representing the port on the backend Droplets to which the Load Balancer will send traffic.
Declaration
public Input<int> TargetPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> TargetProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<bool> TlsPassthrough { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |