GetClusterPlainArgs

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

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The unique name to give to your cluster.

Functions

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