GVirSandboxConfigService

GVirSandboxConfigService — Service sandbox configuration details

Types and Values

Object Hierarchy

    GObject
    ╰── GVirSandboxConfig
        ╰── GVirSandboxConfigService
            ├── GVirSandboxConfigServiceGeneric
            ╰── GVirSandboxConfigServiceSystemd

Includes

#include <libvirt-sandbox/libvirt-sandbox.h>

Description

Provides an object to store configuration details for a service config

The GVirSandboxConfigService object extends GVirSandboxConfig to store the extra information required to setup a service sandbox

Functions

Types and Values

struct GVirSandboxConfigService

struct GVirSandboxConfigService;

struct GVirSandboxConfigServiceClass

struct GVirSandboxConfigServiceClass {
    GVirSandboxConfigClass parent_class;

    gpointer padding[LIBVIRT_SANDBOX_CLASS_PADDING];
};

GVirSandboxConfigServicePrivate

typedef struct _GVirSandboxConfigServicePrivate GVirSandboxConfigServicePrivate;

See Also

GVirSandboxConfigService