ConfluentBootstrapServerResponse

data class ConfluentBootstrapServerResponse(val endpoint: String? = null, val type: String)

The service properties when target service type is ConfluentBootstrapServer

Constructors

Link copied to clipboard
constructor(endpoint: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpoint: String? = null

The endpoint of service.

Link copied to clipboard

The target service type. Expected value is 'ConfluentBootstrapServer'.