A message sent to a CloudComputeService to request a VM shutdown.
More...
#include <CloudComputeServiceMessage.h>
A message sent to a CloudComputeService to request a VM shutdown.
◆ CloudComputeServiceShutdownVMRequestMessage()
wrench::CloudComputeServiceShutdownVMRequestMessage::CloudComputeServiceShutdownVMRequestMessage |
( |
simgrid::s4u::Mailbox * |
answer_mailbox, |
|
|
const std::string & |
vm_name, |
|
|
bool |
send_failure_notifications, |
|
|
ComputeService::TerminationCause |
termination_cause, |
|
|
double |
payload |
|
) |
| |
Constructor.
- Parameters
-
answer_mailbox | the mailbox to which to send the answer |
vm_name | the name of the VM host |
send_failure_notifications | whether to send job failure notifications |
termination_cause | termination cause (for failure notifications) |
payload | the message size in bytes |
- Exceptions
-
The documentation for this class was generated from the following files: