instanceNamePrefixes

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


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