ClusterDefinitionResponse

data class ClusterDefinitionResponse(val blueprint: String? = null, val componentVersion: Map<String, String>? = null, val configurations: Any? = null, val kind: String? = null)

The cluster definition.

Constructors

Link copied to clipboard
constructor(blueprint: String? = null, componentVersion: Map<String, String>? = null, configurations: Any? = null, kind: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val blueprint: String? = null

The link to the blueprint.

Link copied to clipboard

The versions of different services in the cluster.

Link copied to clipboard
val configurations: Any? = null

The cluster configurations.

Link copied to clipboard
val kind: String? = null

The type of cluster.