WRENCH  1.11
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
VirtualizedClusterComputeServiceMessagePayload.h
1 
11 #ifndef WRENCH_VIRTUALIZEDCLUSTERMESSAGEPAYLOAD_H
12 #define WRENCH_VIRTUALIZEDCLUSTERMESSAGEPAYLOAD_H
13 
14 #include "wrench/services/compute/cloud/CloudComputeServiceMessagePayload.h"
15 
16 namespace wrench {
17 
22 
23  public:
25  DECLARE_MESSAGEPAYLOAD_NAME(MIGRATE_VM_REQUEST_MESSAGE_PAYLOAD);
27  DECLARE_MESSAGEPAYLOAD_NAME(MIGRATE_VM_ANSWER_MESSAGE_PAYLOAD);
28  };
29 
30 }
31 
32 #endif //WRENCH_VIRTUALIZEDCLUSTERMESSAGEPAYLOAD_H
wrench::CloudComputeServiceMessagePayload
Configurable message payloads for a CloudService.
Definition: CloudComputeServiceMessagePayload.h:20
wrench::VirtualizedClusterComputeServiceMessagePayload
Configurable message payloads for a VirtualizedClusterComputeService.
Definition: VirtualizedClusterComputeServiceMessagePayload.h:21
wrench
Definition: Action.cpp:28
wrench::VirtualizedClusterComputeServiceMessagePayload::MIGRATE_VM_REQUEST_MESSAGE_PAYLOAD
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.
Definition: VirtualizedClusterComputeServiceMessagePayload.h:25
wrench::VirtualizedClusterComputeServiceMessagePayload::MIGRATE_VM_ANSWER_MESSAGE_PAYLOAD
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.
Definition: VirtualizedClusterComputeServiceMessagePayload.h:27