WRENCH
1.10
Cyberinfrastructure Simulation Workbench
Overview
Installation
Getting Started
WRENCH 101
WRENCH 102
APIs Reference
User
Developer
Internal
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
w
~
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
Enumerations
Enumerator
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Pages
include
wrench
services
compute
virtualized_cluster
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
21
class
VirtualizedClusterComputeServiceMessagePayload
:
public
CloudComputeServiceMessagePayload
{
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:
Alarm.cpp:20
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