instances

@JvmName(name = "amffmblhhvhywmhe")
suspend fun instances(value: Output<List<String>>)
@JvmName(name = "lrdujqolfxhkagdn")
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 = "kaylooraohnvdixb")
suspend fun instances(vararg values: Output<String>)


@JvmName(name = "yqudwayelsknuweh")
suspend fun instances(values: List<Output<String>>)
@JvmName(name = "sqpjuxpprfoxlckl")
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.