Virtuozzo Container configuration.
Name
|
Min/Max
|
Type
|
Description
|
veid
|
0..1
|
vzat:veid_type
|
Virtuozzo Container ID.
|
ve_root
|
0..1
|
string
|
Root directory.
|
ve_private
|
0..1
|
string
|
Private area directory.
|
on_boot
|
0..1
|
boolean
|
A flag indicating whether the Container should be started on system boot:
true -- start Container on system boot.
false -- do not start Container.
|
template
|
0..[]
|
templateType
|
A list of application templates used by the Container.
|
disabled
|
0..1
|
boolean
|
A flag indicating whether the Container is enabled or disabled:
true -- the Container is disabled.
false -- the Container is enabled.
|
offline_management
|
0..1
|
boolean
|
A flag indicating whether the offline management is enabled for the Container:
true -- the offline management is enabled.
false -- the offline management is disabled.
|
os_template
|
0..1
|
templateType
|
The name of the OS template used by the Container.
|
rate_bound
|
0..1
|
boolean
|
Activates network interface limitations. Applicable only if network traffic shaping is turned on.
true -- use the per-Container network rate defined for a network interface. The Container will not be allowed to exceed this limit and to borrow additional traffic from the total rate defined for an interface.
false -- do not limit network traffic for this Container individually. The traffic will still be limited by the total rate defined for an interface.
|
distribution
|
0..1
|
templateType
|
Linux distribution information.
|
capability
|
0..[]
|
|
A list of capabilities.
|
{
|
|
|
|
id
|
1..1
|
string
|
Capability ID.
|
value
|
1..1
|
boolean
|
Value.
|
}
|
|
|
|
iptables
|
0..[]
|
string
|
A list of IP table modules.
|
config_customized
|
0..1
|
boolean
|
Indicates whether the configuration of the Container was modified after the Container was created:
true -- the original configuration was modified.
false -- the original configuration is intact.
|
class_id
|
0..1
|
string
|
The parameter is obsolete and is left for compatibility purposes only.
|
ve_type
|
0..1
|
|
Indicates whether the Container is a repair Container -- a substitute for another Container being repaired.
|
{
|
|
|
|
veid
|
0..1
|
veid_type
|
The ID of a Container being repaired that this Container is substituting for.
|
type
|
1..1
|
int
|
The Container type. If the ve_type element (and consequently this element) is present, the value is always repair .
|
}
|
|
|
|
offline_service
|
0..[]
|
string
|
A list of offline services. Currently supported services are vzpp and vzpp-plesk .
|
wins_server
|
0..[]
|
string
|
IP address list for WINS configuration.
|
net_device
|
0..[]
|
net_vethType
|
Network settings.
on Linux, the element is used to specify the parameters that will be used to create or to configure virtual ethernet adapters inside the Container. It is also used to configure the default venet0 virtual adapter.
In Windows, the parameter is used to configure the default venet0 virtual adapter.
|
ts_license_server
|
0..[]
|
string
|
Terminal server (TS) license server list.
|
ts_mode
|
0..1
|
int
|
Terminal server (TS) mode:
0 -- APPLICATION
1 -- ADMIN
|
uuid
|
0..1
|
string
|
An internal unique server ID. Used for local installation of EZ templates and by vzcache command-line utility.
|
allow_reboot
|
0..1
|
boolean
|
Allow Container rebooting.
|
rate_bound
|
0..1
|
boolean
|
If set to true , traffic shaping will be turned on for this Container.
See set_config for more info on traffic shaping.
|
interface_rate
|
0..[]
|
|
Traffic shaping information.
|
{
|
|
|
|
class_id
|
1..1
|
string
|
VIrtuozzo network class ID. See vzanetworkm for more info on network classes.
|
rate
|
1..1
|
long
|
Traffic rate in Kbps. This value overrides (for this Container only) the rate specified for the class on the Hardware Node level. See vzanetworkm for more info on network classes.
|
slm_mode
|
0..1
|
string
|
Memory management mode:
slm -- Service Level Management.
ubc -- old-style UBC memory management.
all -- both SLM and UBC memory management.
|
}
|
|
|
|