ClusterStatusEntityResponse

data class ClusterStatusEntityResponse(val cku: Int? = null, val phase: String? = null)

Status of the cluster record

Constructors

Link copied to clipboard
constructor(cku: Int? = null, phase: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cku: Int? = null

The number of Confluent Kafka Units

Link copied to clipboard
val phase: String? = null

The lifecycle phase of the cluster