GetLoadBalancerForwardingRule

data class GetLoadBalancerForwardingRule(val certificateId: String, val certificateName: String, val entryPort: Int, val entryProtocol: String, val targetPort: Int, val targetProtocol: String, val tlsPassthrough: Boolean)

Constructors

Link copied to clipboard
constructor(certificateId: String, certificateName: String, entryPort: Int, entryProtocol: String, targetPort: Int, targetProtocol: String, tlsPassthrough: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the id of the tls certificate used for ssl termination if enabled

Link copied to clipboard

the name of the tls certificate used for ssl termination if enabled

Link copied to clipboard

the port on which the load balancer instance will listen

Link copied to clipboard

the protocol used for traffic to the load balancer

Link copied to clipboard

the port on the backend Droplets to which the load balancer will send traffic

Link copied to clipboard

the protocol used for traffic to the backend droplets

Link copied to clipboard

whether ssl encrypted traffic will be passed through to the backend droplets