BrokerListenerPropertiesResponse

data class BrokerListenerPropertiesResponse(val ports: List<ListenerPortResponse>, val provisioningState: String, val serviceName: String? = null, val serviceType: String? = null)

Defines a Broker listener. A listener is a collection of ports on which the broker accepts connections from clients.

Constructors

Link copied to clipboard
constructor(ports: List<ListenerPortResponse>, provisioningState: String, serviceName: String? = null, serviceType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Ports on which this listener accepts client connections.

Link copied to clipboard

The status of the last operation.

Link copied to clipboard
val serviceName: String? = null

Kubernetes Service name of this listener.

Link copied to clipboard
val serviceType: String? = null

Kubernetes Service type of this listener.