wrench::ServerlessComputeServiceNodeCopyCompleteMessage

class ServerlessComputeServiceNodeCopyCompleteMessage : public wrench::ServerlessComputeServiceMessage

a message sent to a ServerlessComputeService to notify it that a copy towards a compute node has completed

Public Members

std::shared_ptr<CustomAction> _action

The action that did the copy.

std::string _compute_host

The compute host on which the image was copied to.

std::shared_ptr<DataFile> _image_file

The image that was copied.