Cluster Spec Entity Response
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)
Properties
Link copied to clipboard
The Kafka API cluster endpoint
Link copied to clipboard
The availability zone configuration of the cluster
Link copied to clipboard
Specification of the cluster
Link copied to clipboard
Specification of the cluster
Link copied to clipboard
The name of the cluster
Link copied to clipboard
Specification of the cluster
Link copied to clipboard
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