Previous page

Next page

Locate page in Contents

Print this page

venv_configType

Summary:

Virtuozzo Container configuration.

Type specification:

Extends venv_configType

Adds the following elements:

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

Linux 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 Linux distribution information.

capability

0..[]

 

WindowsA list of capabilities.

{

 

 

 

id

1..1

string

Capability ID.

value

1..1

boolean

Value.

}

 

 

 

iptables

0..[]

string

Linux 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

Linux A list of offline services. Currently supported services are vzpp and vzpp-plesk.

wins_server

0..[]

string

WindowsIP address list for WINS configuration.

net_device

0..[]

net_vethType

Network settings.

Linux 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.

WindowsIn Windows, the parameter is used to configure the default venet0 virtual adapter.

ts_license_server

0..[]

string

WindowsTerminal server (TS) license server list.

ts_mode

0..1

int

WindowsTerminal server (TS) mode:

0 -- APPLICATION

1 -- ADMIN

uuid

0..1

string

Linux 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.

}

 

 

 

Please send us your feedback on this help page