GetClusterPlainArgs

data class GetClusterPlainArgs(val clusterName: String) : ConvertibleToJava<GetClusterPlainArgs>

Constructors

Link copied to clipboard
constructor(clusterName: String)

Properties

Link copied to clipboard

The name of the cluster. This value must be unique as it also serves as the cluster identifier.

Functions

Link copied to clipboard
open override fun toJava(): GetClusterPlainArgs