SCClusterSpecEntity 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 byok |
| cloud | The cloud service provider |
| config | Specification of the cluster configuration |
| environment | Specification of the cluster environment |
| http |
The cluster HTTP request URL. |
| kafka |
The bootstrap endpoint used by Kafka clients to connect to the cluster |
| name | The name of the cluster |
| network | Specification of the cluster network |
| 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
Specification of the cluster configuration
config?: ClusterConfigEntity
Property Value
environment
Specification of the cluster environment
environment?: SCClusterNetworkEnvironmentEntity
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
name
The name of the cluster
name?: string
Property Value
string
network
Specification of the cluster network
network?: SCClusterNetworkEnvironmentEntity
Property Value
region
The cloud service provider region
region?: string
Property Value
string
zone
type of zone availability
zone?: string
Property Value
string