ClusterSpecEntity interface
Spec of the cluster record
Properties
| api |
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 |
| display |
The name of the cluster |
| environment | Specification of the cluster |
| http |
The cluster HTTP request URL. |
| kafka |
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
cloud
The cloud service provider
cloud?: string
Property Value
string
config
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
region
The cloud service provider region
region?: string
Property Value
string
zone
type of zone availability
zone?: string
Property Value
string