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<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
-
sg_size_t getDiskFootprint() const