instanceOwners

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

Parameters

value

Input only. The owner 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 = "xotcdnpfmgvlafwr")
suspend fun instanceOwners(vararg values: Output<String>)


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

Parameters

values

Input only. The owner 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.