wrench::Image

class Image

A class that implements the notion of a function that can be invoked at a serverless compute service.

Public Functions

sg_size_t getDiskFootprint() const
Returns:

The image’s disk footprint

std::shared_ptr<DataFile> getFile() const
Returns:

The image file

std::shared_ptr<FileLocation> getLocation() const

Get the image’s file location.

Returns:

a location

std::string getName() const

Get the image’s name.

Returns:

a name

sg_size_t getRAMFootprint() const

Get the image’s RAM footprint.

Returns:

a number of bytes