instanceNamePrefixes

@JvmName(name = "thmwesabuwmdfpaf")
suspend fun instanceNamePrefixes(value: Output<List<String>>)
@JvmName(name = "cdaetqrqvvhghtob")
suspend fun instanceNamePrefixes(value: List<String>?)

Parameters

value

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-".


@JvmName(name = "kkaxtrkxlnjtnsxj")
suspend fun instanceNamePrefixes(vararg values: Output<String>)


@JvmName(name = "umpbnclfrmadfhlk")
suspend fun instanceNamePrefixes(values: List<Output<String>>)
@JvmName(name = "gsodvywrlqxnhjym")
suspend fun instanceNamePrefixes(vararg values: String)

Parameters

values

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-".