PoolImageResponse

data class PoolImageResponse(val aliases: List<String>? = null, val buffer: String? = null, val resourceId: String)

The VM image of the machines in the pool.

Constructors

Link copied to clipboard
constructor(aliases: List<String>? = null, buffer: String? = null, resourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aliases: List<String>? = null

List of aliases to reference the image by.

Link copied to clipboard
val buffer: String? = null

The percentage of the buffer to be allocated to this image.

Link copied to clipboard

The resource id of the image.