instanceOwners

@JvmName(name = "dvkytrcwlufyfpwb")
suspend fun instanceOwners(value: Output<List<String>>)
@JvmName(name = "egkjpywpbkeqdrhp")
suspend fun instanceOwners(value: List<String>?)

Parameters

value

The list of owners of this instance after creation. Format: alias@example.com. Currently supports one owner only. If not specified, all of the service account users of your VM instance's service account can use the instance.


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


@JvmName(name = "hqgiuryteabojbwk")
suspend fun instanceOwners(values: List<Output<String>>)
@JvmName(name = "halbiqsjsjwkjmde")
suspend fun instanceOwners(vararg values: String)

Parameters

values

The list of owners of this instance after creation. Format: alias@example.com. Currently supports one owner only. If not specified, all of the service account users of your VM instance's service account can use the instance.