instances

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


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