Pool Image Args
data class PoolImageArgs(val aliases: Output<List<String>>? = null, val buffer: Output<String>? = null, val ephemeralType: Output<Either<String, EphemeralType>>? = null, val resourceId: Output<String>? = null, val wellKnownImageName: Output<String>? = null) : ConvertibleToJava<PoolImageArgs>
The VM image of the machines in the pool.