instanceNamePrefixes

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

Parameters

value

Targets VM instances whose name starts with one of these prefixes. Like labels, this is another way to group VM instances when targeting configs, for example prefix="prod-". Only supported for project-level policies.


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


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

Parameters

values

Targets VM instances whose name starts with one of these prefixes. Like labels, this is another way to group VM instances when targeting configs, for example prefix="prod-". Only supported for project-level policies.