clusters property

Map<String, Cluster>? clusters
getter/setter pair

The clusters to be created within the instance, mapped by desired cluster ID, e.g., just mycluster rather than projects/myproject/instances/myinstance/clusters/mycluster.

Fields marked OutputOnly must be left blank.

Required.

Implementation

core.Map<core.String, Cluster>? clusters;