CloudServiceProperty.h
1 
10 #ifndef WRENCH_CLOUDSERVICEPROPERTY_H
11 #define WRENCH_CLOUDSERVICEPROPERTY_H
12 
13 #include "wrench/services/compute/ComputeServiceProperty.h"
14 
15 namespace wrench {
16 
21 
22  public:
24  DECLARE_PROPERTY_NAME(VM_BOOT_OVERHEAD_IN_SECONDS);
25  };
26 }
27 
28 #endif //WRENCH_CLOUDSERVICEPROPERTY_H
Configurable properties for a CloudService.
Definition: CloudServiceProperty.h:20
Configurable properties for a ComputeService.
Definition: ComputeServiceProperty.h:21
static const std::string VM_BOOT_OVERHEAD_IN_SECONDS
The overhead, in seconds, to boot a VM.
Definition: CloudServiceProperty.h:24
Definition: TerminalOutput.cpp:15