PoolImageArgs

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

The VM image of the machines in the pool.

Constructors

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

Properties

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

List of aliases to reference the image by.

Link copied to clipboard
val buffer: Output<String>? = null

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

Link copied to clipboard
val resourceId: Output<String>

The resource id of the image.

Functions

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