26 #ifndef SERVER_ZONES_MANAGER_CONFIG_HPP
27 #define SERVER_ZONES_MANAGER_CONFIG_HPP
129 #endif // SERVER_ZONES_MANAGER_CONFIG_HPP
InputConfig inputConfig
Definition: zones-manager-config.hpp:80
std::string runMountPointPrefix
Prefix added to a path of "run" tmpfs mount point for each zone.
Definition: zones-manager-config.hpp:85
std::string zonesPath
A path where the zones mount points reside.
Definition: zones-manager-config.hpp:49
Declaration of the struct for storing proxy call configuration.
int hostVT
Host VT.
Definition: zones-manager-config.hpp:70
std::string dbPath
Path to config database.
Definition: zones-manager-config.hpp:44
std::string defaultId
An ID of default zone.
Definition: zones-manager-config.hpp:117
std::vector< std::string > zoneIds
A list of created zones.
Definition: zones-manager-config.hpp:112
#define CARGO_REGISTER(...)
Registers cargo fields within class.
Definition: fields.hpp:74
std::string zoneTemplateDir
A dir where template configuration files for new zones reside.
Definition: zones-manager-config.hpp:65
bool cleanUpZonesPath
If set then all files not related with existing containers will be removed.
Definition: zones-manager-config.hpp:54
Definition: zones-manager-config.hpp:107
std::vector< int > availableVTs
VTs available for zones.
Definition: zones-manager-config.hpp:75
std::string zoneImagePath
A path where the zones image reside.
Definition: zones-manager-config.hpp:60
std::vector< ProxyCallRule > proxyCallRules
Proxy call rules.
Definition: zones-manager-config.hpp:90
Definition: zones-manager-config.hpp:39