VirtualizedClusterComputeServiceProperty.h
1 
11 #ifndef WRENCH_VIRTUALIZEDCLUSTERPROPERTY_H
12 #define WRENCH_VIRTUALIZEDCLUSTERPROPERTY_H
13 
14 #include "wrench/services/compute/cloud/CloudComputeServiceProperty.h"
15 
16 namespace wrench {
17 
22 
23  public:
24  };
25 
26 }
27 
28 #endif //WRENCH_VIRTUALIZEDCLUSTERPROPERTY_H
Definition: Alarm.cpp:20
Configurable properties for a VirtualizedClusterComputeService.
Definition: VirtualizedClusterComputeServiceProperty.h:21
Configurable properties for a CloudComputeService.
Definition: CloudComputeServiceProperty.h:20