SCClusterSpecEntityResponse

data class SCClusterSpecEntityResponse(val apiEndpoint: String? = null, val availability: String? = null, val byok: SCClusterByokEntityResponse? = null, val cloud: String? = null, val config: ClusterConfigEntityResponse? = null, val environment: SCClusterNetworkEnvironmentEntityResponse? = null, val httpEndpoint: String? = null, val kafkaBootstrapEndpoint: String? = null, val name: String? = null, val network: SCClusterNetworkEnvironmentEntityResponse? = null, val package: String? = 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: SCClusterByokEntityResponse? = null, cloud: String? = null, config: ClusterConfigEntityResponse? = null, environment: SCClusterNetworkEnvironmentEntityResponse? = null, httpEndpoint: String? = null, kafkaBootstrapEndpoint: String? = null, name: String? = null, network: SCClusterNetworkEnvironmentEntityResponse? = null, package: String? = 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 byok

Link copied to clipboard
val cloud: String? = null

The cloud service provider

Link copied to clipboard

Specification of the cluster configuration

Link copied to clipboard

Specification of the cluster environment

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
val name: String? = null

The name of the cluster

Link copied to clipboard

Specification of the cluster network

Link copied to clipboard
val package: String? = null

Stream governance configuration

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