GetListenersResult

data class GetListenersResult(val descriptionRegex: String? = null, val frontendPort: Int? = null, val id: String, val loadBalancerId: String, val outputFile: String? = null, val protocol: String? = null, val slbListeners: List<GetListenersSlbListener>)

A collection of values returned by getListeners.

Constructors

Link copied to clipboard
constructor(descriptionRegex: String? = null, frontendPort: Int? = null, id: String, loadBalancerId: String, outputFile: String? = null, protocol: String? = null, slbListeners: List<GetListenersSlbListener>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val frontendPort: Int? = null

Frontend port used to receive incoming traffic and distribute it to the backend servers.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val protocol: String? = null

Listener protocol. Possible values: http, https, tcp and udp.

Link copied to clipboard

A list of SLB listeners. Each element contains the following attributes: