YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • FileUtils
  • IP
  • Label
  • Popup
  • Progress
  • Report
  • Security
  • Wizard

Includes

  • lxc/helps.ycp

Local Functions

Info:

File: include/lxc/dialogs.ycp Package: Configuration of lxc Summary: Dialogs definitions Authors: Jiri Suchomel

local CreateContainerConfig (string name, string ip, string subnet, string bridge, string template) -> boolean

Create configuration file for a container

Parameters:
name
ip
subnet
bridge
template
Return value:
success
local AddDialog () -> any

Dialog for adding new Linux Container

Return value:
dialog result
local StartContainer (string name) -> boolean

Start selected container

Parameters:
name
Return value:
success
local StopContainer (string name) -> void

Stop given container

Parameters:
name
local DestroyContainer (string name) -> boolean

Delete given container

Parameters:
name
Return value:
success
local Connect (string name) -> integer

Launch console for selected container Return PID of console process

Parameters:
name
local OverviewDialog () -> any

Overview of existing Linux Containers

Return value:
dialog result