VMResponse

data class VMResponse(val id: String? = null, val location: String? = null, val name: String, val tags: Map<String, String>? = null, val type: String)

Describes a Virtual Machine.

Constructors

Link copied to clipboard
constructor(id: String? = null, location: String? = null, name: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.