wrench::CloudComputeServiceMessagePayload

class CloudComputeServiceMessagePayload : public wrench::ComputeServiceMessagePayload

Configurable message payloads for a CloudService.

Subclassed by wrench::VirtualizedClusterComputeServiceMessagePayload

Public Static Attributes

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.