#include <zones-manager-config.hpp>
Public Attributes | |
std::string | dbPath |
Path to config database. More... | |
std::string | zonesPath |
A path where the zones mount points reside. More... | |
bool | cleanUpZonesPath |
If set then all files not related with existing containers will be removed. More... | |
std::string | zoneImagePath |
A path where the zones image reside. More... | |
std::string | zoneTemplateDir |
A dir where template configuration files for new zones reside. More... | |
int | hostVT |
Host VT. More... | |
std::vector< int > | availableVTs |
VTs available for zones. More... | |
InputConfig | inputConfig |
std::string | runMountPointPrefix |
Prefix added to a path of "run" tmpfs mount point for each zone. More... | |
std::vector< ProxyCallRule > | proxyCallRules |
Proxy call rules. More... | |
std::vector<int> vasum::ZonesManagerConfig::availableVTs |
VTs available for zones.
bool vasum::ZonesManagerConfig::cleanUpZonesPath |
If set then all files not related with existing containers will be removed.
std::string vasum::ZonesManagerConfig::dbPath |
Path to config database.
int vasum::ZonesManagerConfig::hostVT |
Host VT.
InputConfig vasum::ZonesManagerConfig::inputConfig |
std::vector<ProxyCallRule> vasum::ZonesManagerConfig::proxyCallRules |
Proxy call rules.
std::string vasum::ZonesManagerConfig::runMountPointPrefix |
Prefix added to a path of "run" tmpfs mount point for each zone.
std::string vasum::ZonesManagerConfig::zoneImagePath |
A path where the zones image reside.
Empty path means that zones image won't be copied to zonesPath when creating new zone.
std::string vasum::ZonesManagerConfig::zonesPath |
A path where the zones mount points reside.
std::string vasum::ZonesManagerConfig::zoneTemplateDir |
A dir where template configuration files for new zones reside.