PoolImageResponse

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

The VM image of the machines in the pool.

Constructors

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

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
val ephemeralType: String? = null

The ephemeral type of the image.

Link copied to clipboard
val resourceId: String? = null

The resource id of the image.

Link copied to clipboard

The image to use from a well-known set of images made available to customers.