Cluster Spec Entity Response
data class ClusterSpecEntityResponse(val apiEndpoint: String? = null, val availability: String? = null, val byok: ClusterByokEntityResponse? = null, val cloud: String? = null, val config: ClusterConfigEntityResponse? = null, val displayName: String? = null, val environment: ClusterEnvironmentEntityResponse? = null, val httpEndpoint: String? = null, val kafkaBootstrapEndpoint: String? = null, val network: ClusterNetworkEntityResponse? = null, val region: String? = null, val zone: String? = null)
Spec of the cluster record
Constructors
Link copied to clipboard
fun ClusterSpecEntityResponse(apiEndpoint: String? = null, availability: String? = null, byok: ClusterByokEntityResponse? = null, cloud: String? = null, config: ClusterConfigEntityResponse? = null, displayName: String? = null, environment: ClusterEnvironmentEntityResponse? = null, httpEndpoint: String? = null, kafkaBootstrapEndpoint: String? = null, network: ClusterNetworkEntityResponse? = null, region: String? = null, zone: String? = null)