ClusterDefinition Class

The cluster definition.

Constructor

ClusterDefinition(*, blueprint: str | None = None, kind: str | None = None, component_version: dict[str, str] | None = None, configurations: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
blueprint
str

The link to the blueprint.

Default value: None
kind
str

The type of cluster.

Default value: None
component_version

The versions of different services in the cluster.

Default value: None
configurations
<xref:JSON>

The cluster configurations.

Default value: None

Variables

Name Description
blueprint
str

The link to the blueprint.

kind
str

The type of cluster.

component_version

The versions of different services in the cluster.

configurations
<xref:JSON>

The cluster configurations.