instanceNames property

List<String>? instanceNames
getter/setter pair

The list of instance names.

Dataproc derives the names from cluster_name, num_instances, and the instance group.

Output only.

Implementation

core.List<core.String>? instanceNames;