GetMigratingVmPlainArgs

data class GetMigratingVmPlainArgs(val location: String, val migratingVmId: String, val project: String? = null, val sourceId: String, val view: String? = null) : ConvertibleToJava<GetMigratingVmPlainArgs>

Constructors

Link copied to clipboard
fun GetMigratingVmPlainArgs(location: String, migratingVmId: String, project: String? = null, sourceId: String, view: String? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetMigratingVmPlainArgs

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard
Link copied to clipboard
val view: String? = null