instanceNamePrefixes property

List<String>? instanceNamePrefixes
getter/setter pair

Targets VMs whose name starts with one of these prefixes.

Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".

Implementation

core.List<core.String>? instanceNamePrefixes;