WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
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 |
A message sent by a CloudComputeService in answer to a list of execution hosts request.
wrench::CloudComputeServiceGetExecutionHostsAnswerMessage::CloudComputeServiceGetExecutionHostsAnswerMessage | ( | std::vector< std::string > & | execution_hosts, |
double | payload | ||
) |
Constructor.
execution_hosts | the hosts available for running virtual machines |
payload | the message size in bytes |