clusterName property

String? clusterName
getter/setter pair

The cluster name prefix.

A unique cluster name will be formed by appending a random suffix.The name must contain only lower-case letters (a-z), numbers (0-9), and hyphens (-). Must begin with a letter. Cannot begin or end with hyphen. Must consist of between 2 and 35 characters.

Required.

Implementation

core.String? clusterName;