A message sent by a CloudComputeService in answer to a list of execution hosts request. More...
#include <CloudComputeServiceMessage.h>
Public Member Functions | |
CloudComputeServiceGetExecutionHostsAnswerMessage (std::vector< std::string > &execution_hosts, double payload) | |
Constructor. More... | |
Public Attributes | |
std::vector< std::string > | execution_hosts |
The list of execution hosts. | |
Additional Inherited Members |
Detailed Description
A message sent by a CloudComputeService in answer to a list of execution hosts request.
Constructor & Destructor Documentation
◆ CloudComputeServiceGetExecutionHostsAnswerMessage()
wrench::CloudComputeServiceGetExecutionHostsAnswerMessage::CloudComputeServiceGetExecutionHostsAnswerMessage | ( | std::vector< std::string > & | execution_hosts, |
double | payload | ||
) |
Constructor.
- Parameters
-
execution_hosts the hosts available for running virtual machines payload the message size in bytes
The documentation for this class was generated from the following files:
- CloudComputeServiceMessage.h
- CloudComputeServiceMessage.cpp