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 Functions
Constructor.
- Parameters:
action – The action that did the copy
image – The image that was copied
compute_node – The compute node to which the image was copied
payload – The message size in bytes
Public Members
-
std::shared_ptr<CustomAction> _action
The action that did the copy.
-
std::shared_ptr<ServerlessComputeNode> _compute_node
The compute node on which the image was copied to.