pulumi-digitalocean-kotlin
4.22.0.0
pulumi-digitalocean-kotlin
/
com.pulumi.digitalocean.kotlin.outputs
/
GetLoadBalancerForwardingRule
Get
Load
Balancer
Forwarding
Rule
data
class
GetLoadBalancerForwardingRule
(
val
certificateId
:
String
,
val
certificateName
:
String
,
val
entryPort
:
Int
,
val
entryProtocol
:
String
,
val
targetPort
:
Int
,
val
targetProtocol
:
String
,
val
tlsPassthrough
:
Boolean
)
Types
Constructors
Properties
Constructors
Get
Load
Balancer
Forwarding
Rule
Link copied to clipboard
fun
GetLoadBalancerForwardingRule
(
certificateId
:
String
,
certificateName
:
String
,
entryPort
:
Int
,
entryProtocol
:
String
,
targetPort
:
Int
,
targetProtocol
:
String
,
tlsPassthrough
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
certificate
Id
Link copied to clipboard
val
certificateId
:
String
certificate
Name
Link copied to clipboard
val
certificateName
:
String
entry
Port
Link copied to clipboard
val
entryPort
:
Int
entry
Protocol
Link copied to clipboard
val
entryProtocol
:
String
target
Port
Link copied to clipboard
val
targetPort
:
Int
target
Protocol
Link copied to clipboard
val
targetProtocol
:
String
tls
Passthrough
Link copied to clipboard
val
tlsPassthrough
:
Boolean