instances

@JvmName(name = "vykcvvyppgqnkudj")
suspend fun instances(value: Output<List<String>>)
@JvmName(name = "ufeufdpxxregvada")
suspend fun instances(value: List<String>?)

Parameters

value

Targets any of the instances specified. Instances are specified by their URI in the form zones/ZONE/instances/INSTANCE_NAME. Instance targeting is uncommon and is supported to facilitate the management of changes by the instance or to target specific VM instances for development and testing. Only supported for project-level policies and must reference instances within this project.


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


@JvmName(name = "vwlspvwsxfhtxuqx")
suspend fun instances(values: List<Output<String>>)
@JvmName(name = "frwnlcrgjsqnwsmu")
suspend fun instances(vararg values: String)

Parameters

values

Targets any of the instances specified. Instances are specified by their URI in the form zones/ZONE/instances/INSTANCE_NAME. Instance targeting is uncommon and is supported to facilitate the management of changes by the instance or to target specific VM instances for development and testing. Only supported for project-level policies and must reference instances within this project.