instanceNamePrefixes

@JvmName(name = "opkcqigaobsvpwlv")
suspend fun instanceNamePrefixes(value: Output<List<String>>)
@JvmName(name = "osjvoqwvqgutqdrx")
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 = "mgpelagfqgkrjmln")
suspend fun instanceNamePrefixes(vararg values: Output<String>)


@JvmName(name = "gvhddotihtxkrvoa")
suspend fun instanceNamePrefixes(values: List<Output<String>>)
@JvmName(name = "mpvxwkdbkxqrbutr")
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-".