ClusterSpecEntity interface
群集记录的规格
属性
| api |
Kafka API 群集终结点 |
| availability | 群集的可用性区域配置 |
| byok | 群集规范 |
| cloud | 云服务提供商 |
| config | 群集规范 |
| display |
群集的名称 |
| environment | 群集规范 |
| http |
群集 HTTP 请求 URL。 |
| kafka |
Kafka 客户端用于连接到群集的启动终结点 |
| network | 群集规范 |
| region | 云服务提供商区域 |
| zone | 区域可用性的类型 |
属性详细信息
apiEndpoint
Kafka API 群集终结点
apiEndpoint?: string
属性值
string
availability
群集的可用性区域配置
availability?: string
属性值
string
byok
cloud
云服务提供商
cloud?: string
属性值
string
config
displayName
群集的名称
displayName?: string
属性值
string
environment
httpEndpoint
群集 HTTP 请求 URL。
httpEndpoint?: string
属性值
string
kafkaBootstrapEndpoint
Kafka 客户端用于连接到群集的启动终结点
kafkaBootstrapEndpoint?: string
属性值
string
network
region
云服务提供商区域
region?: string
属性值
string
zone
区域可用性的类型
zone?: string
属性值
string