WRENCH
1.11
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
Typedefs
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
x
y
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
c
d
e
f
k
n
p
r
s
t
u
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
include
wrench
services
compute
virtualized_cluster
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
21
class
VirtualizedClusterComputeServiceProperty
:
public
CloudComputeServiceProperty
{
22
23
public
:
24
};
25
26
}
27
28
#endif //WRENCH_VIRTUALIZEDCLUSTERPROPERTY_H
wrench
Definition:
Action.cpp:28
wrench::VirtualizedClusterComputeServiceProperty
Configurable properties for a VirtualizedClusterComputeService.
Definition:
VirtualizedClusterComputeServiceProperty.h:21
wrench::CloudComputeServiceProperty
Configurable properties for a CloudComputeService.
Definition:
CloudComputeServiceProperty.h:20