ClusterSpecEntity interface

Spec of the cluster record

Properties

apiEndpoint

The Kafka API cluster endpoint

availability

The availability zone configuration of the cluster

byok

Specification of the cluster

cloud

The cloud service provider

config

Specification of the cluster

displayName

The name of the cluster

environment

Specification of the cluster

httpEndpoint

The cluster HTTP request URL.

kafkaBootstrapEndpoint

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

network

Specification of the cluster

region

The cloud service provider region

zone

type of zone availability

Property Details

apiEndpoint

The Kafka API cluster endpoint

apiEndpoint?: string

Property Value

string

availability

The availability zone configuration of the cluster

availability?: string

Property Value

string

byok

Specification of the cluster

byok?: ClusterByokEntity

Property Value

cloud

The cloud service provider

cloud?: string

Property Value

string

config

Specification of the cluster

config?: ClusterConfigEntity

Property Value

displayName

The name of the cluster

displayName?: string

Property Value

string

environment

Specification of the cluster

environment?: ClusterEnvironmentEntity

Property Value

httpEndpoint

The cluster HTTP request URL.

httpEndpoint?: string

Property Value

string

kafkaBootstrapEndpoint

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

kafkaBootstrapEndpoint?: string

Property Value

string

network

Specification of the cluster

network?: ClusterNetworkEntity

Property Value

region

The cloud service provider region

region?: string

Property Value

string

zone

type of zone availability

zone?: string

Property Value

string