26 #ifndef SERVER_ZONE_CONFIG_HPP
27 #define SERVER_ZONE_CONFIG_HPP
146 #endif // SERVER_ZONE_CONFIG_HPP
Definition: zone-config.hpp:38
std::string ipv4Gateway
IP v4 gateway address.
Definition: zone-config.hpp:108
int shutdownTimeout
Timeout in seconds for zone to gracefully shut down.
Definition: zone-config.hpp:83
Definition: zone-config.hpp:98
std::string runMountPoint
Path to zones dbus unix socket.
Definition: zone-config.hpp:123
std::vector< std::string > initWithArgs
Init program with args (empty means default /sbin/init)
Definition: zone-config.hpp:48
std::string requestedState
Requested zone state after restore.
Definition: zone-config.hpp:103
std::string zoneTemplatePath
A path to zone template config (containing default values)
Definition: zone-config.hpp:139
bool switchToDefaultAfterTimeout
Allow switching to default zone after timeout.
Definition: zone-config.hpp:60
std::int64_t cpuQuotaBackground
Zone's CFS quota in us when it's in the background.
Definition: zone-config.hpp:70
#define CARGO_REGISTER(...)
Registers cargo fields within class.
Definition: fields.hpp:74
std::vector< std::string > validLinkPrefixes
Valid hard link prefixes.
Definition: zone-config.hpp:75
std::string zoneTemplate
Zone template name (relative to zoneTemplateDir)
Definition: zone-config.hpp:43
Definition: zone-config.hpp:135
int vt
Number of virtual terminal used by xserver inside zone.
Definition: zone-config.hpp:118
std::string ipv4
IP v4 address.
Definition: zone-config.hpp:113
std::int64_t cpuQuotaForeground
Zone's CFS quota in us when it's in the foreground.
Definition: zone-config.hpp:65
int privilege
Privilege of the zone.
Definition: zone-config.hpp:54