wrench::CloudComputeServiceGetExecutionHostsAnswerMessage

class wrench::CloudComputeServiceGetExecutionHostsAnswerMessage : public wrench::CloudComputeServiceMessage

A message sent by a CloudComputeService in answer to a list of execution hosts request.

Public Functions

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

Public Members

std::vector<std::string> execution_hosts

The list of execution hosts.