instanceNamePrefixes

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


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