ClusterSpecEntityResponse

data class ClusterSpecEntityResponse(val apiEndpoint: String? = null, val availability: String? = null, val byok: ClusterByokEntityResponse? = null, val cloud: String? = null, val config: ClusterConfigEntityResponse? = null, val displayName: String? = null, val environment: ClusterEnvironmentEntityResponse? = null, val httpEndpoint: String? = null, val kafkaBootstrapEndpoint: String? = null, val network: ClusterNetworkEntityResponse? = null, val region: String? = null, val zone: String? = null)

Spec of the cluster record

Constructors

Link copied to clipboard
constructor(apiEndpoint: String? = null, availability: String? = null, byok: ClusterByokEntityResponse? = null, cloud: String? = null, config: ClusterConfigEntityResponse? = null, displayName: String? = null, environment: ClusterEnvironmentEntityResponse? = null, httpEndpoint: String? = null, kafkaBootstrapEndpoint: String? = null, network: ClusterNetworkEntityResponse? = null, region: String? = null, zone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiEndpoint: String? = null

The Kafka API cluster endpoint

Link copied to clipboard
val availability: String? = null

The availability zone configuration of the cluster

Link copied to clipboard

Specification of the cluster

Link copied to clipboard
val cloud: String? = null

The cloud service provider

Link copied to clipboard

Specification of the cluster

Link copied to clipboard
val displayName: String? = null

The name of the cluster

Link copied to clipboard

Specification of the cluster

Link copied to clipboard
val httpEndpoint: String? = null

The cluster HTTP request URL.

Link copied to clipboard

The bootstrap endpoint used by Kafka clients to connect to the cluster

Link copied to clipboard

Specification of the cluster

Link copied to clipboard
val region: String? = null

The cloud service provider region

Link copied to clipboard
val zone: String? = null

type of zone availability