wrench::VirtualizedClusterComputeServiceMessagePayload Class Reference

Configurable message payloads for a VirtualizedClusterComputeService. More...

#include <VirtualizedClusterComputeServiceMessagePayload.h>

Inheritance diagram for wrench::VirtualizedClusterComputeServiceMessagePayload:
wrench::CloudComputeServiceMessagePayload wrench::ComputeServiceMessagePayload wrench::ServiceMessagePayload

Static Public Attributes

static const std::string MIGRATE_VM_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the service in answer to a VM migration request.
 
static const std::string MIGRATE_VM_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the service to request a VM migration.
 
- Static Public Attributes inherited from wrench::CloudComputeServiceMessagePayload
static const std::string CREATE_VM_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the service in answer to a VM creation request.
 
static const std::string CREATE_VM_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the service to request a VM creation.
 
static const std::string DESTROY_VM_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the service in answer to a VM destruction request.
 
static const std::string DESTROY_VM_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the service to request a VM destruction.
 
static const std::string GET_EXECUTION_HOSTS_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the service in answer to a get execution hosts request.
 
static const std::string GET_EXECUTION_HOSTS_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the service to request a get execution hosts.
 
static const std::string RESUME_VM_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the service in answer to a VM resume request.
 
static const std::string RESUME_VM_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the service to request a VM resume.
 
static const std::string SHUTDOWN_VM_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the service in answer to a VM shutdown request.
 
static const std::string SHUTDOWN_VM_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the service to request a VM shutdown.
 
static const std::string START_VM_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the service in answer to a VM start request.
 
static const std::string START_VM_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the service to request a VM start.
 
static const std::string SUSPEND_VM_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the service in answer to a VM suspend request.
 
static const std::string SUSPEND_VM_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the service to request a VM suspend.
 
- Static Public Attributes inherited from wrench::ComputeServiceMessagePayload
static const std::string JOB_TYPE_NOT_SUPPORTED_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state that it does not support the type of a submitted job.
 
static const std::string PILOT_JOB_EXPIRED_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state that a pilot job has expired.
 
static const std::string PILOT_JOB_FAILED_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state that a pilot job has failed.
 
static const std::string PILOT_JOB_STARTED_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state that a pilot job has started.
 
static const std::string RESOURCE_DESCRIPTION_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state information on its resources.
 
static const std::string RESOURCE_DESCRIPTION_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to ask it for information on its resources.
 
static const std::string STANDARD_JOB_DONE_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state that it has completed a standard job.
 
static const std::string STANDARD_JOB_FAILED_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state that a running standard job has failed.
 
static const std::string SUBMIT_PILOT_JOB_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent from the daemon to acknowledge a pilot job submission.
 
static const std::string SUBMIT_PILOT_JOB_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to submit a pilot job.
 
static const std::string SUBMIT_STANDARD_JOB_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to acknowledge a standard job submission.
 
static const std::string SUBMIT_STANDARD_JOB_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to submit a standard job.
 
static const std::string TERMINATE_PILOT_JOB_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to acknowledge a pilot job termination.
 
static const std::string TERMINATE_PILOT_JOB_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to terminate a pilot job.
 
static const std::string TERMINATE_STANDARD_JOB_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to acknowledge a standard job termination.
 
static const std::string TERMINATE_STANDARD_JOB_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to terminate a standard job.
 
static const std::string TTL_ANSWER_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to state its time-to-live.
 
static const std::string TTL_REQUEST_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to ask it for its time-to-live.
 
- Static Public Attributes inherited from wrench::ServiceMessagePayload
static const std::string DAEMON_STOPPED_MESSAGE_PAYLOAD
 The number of bytes in the control message sent by the daemon to confirm it has terminated.
 
static const std::string STOP_DAEMON_MESSAGE_PAYLOAD
 The number of bytes in the control message sent to the daemon to terminate it.
 

Detailed Description

Configurable message payloads for a VirtualizedClusterComputeService.


The documentation for this class was generated from the following file: