wrench::CloudComputeServiceDestroyVMRequestMessage
-
class CloudComputeServiceDestroyVMRequestMessage : public wrench::CloudComputeServiceMessage
A message sent to a CloudComputeService to request a VM destruction.
Public Functions
-
CloudComputeServiceDestroyVMRequestMessage(simgrid::s4u::Mailbox *answer_mailbox, const std::string &vm_name, double payload)
Constructor.
- Parameters
answer_mailbox – the mailbox to which to send the answer
vm_name – the name of the VM host
payload – the message size in bytes
- Throws
std::invalid_argument –
-
CloudComputeServiceDestroyVMRequestMessage(simgrid::s4u::Mailbox *answer_mailbox, const std::string &vm_name, double payload)