instanceNamePrefixes

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


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