StoragePool
Object Hierarchy:
Description:
Namespace: GVir
Package: libvirt-gobject-1.0
Content:
Properties:
- public StoragePoolHandle handle { owned get; construct; }
Creation methods:
- protected StoragePool ()
Methods:
- public bool @delete (uint flags) throws Error
- public bool build (uint flags) throws Error
- public async bool build_async (uint flags, Cancellable? cancellable) throws Error
- public StorageVol create_volume (StorageVol conf) throws Error
- public async bool delete_async (uint flags, Cancellable? cancellable) throws Error
- public bool get_active ()
- public bool get_autostart () throws Error
- public StoragePool get_config (uint flags) throws Error
- public StoragePoolInfo get_info () throws Error
- public unowned string get_name ()
- public bool get_persistent ()
- public unowned string get_uuid ()
- public StorageVol get_volume (string name)
- public List<StorageVol> get_volumes ()
- public bool refresh (Cancellable? cancellable = null) throws Error
- public async bool refresh_async (Cancellable? cancellable) throws Error
- public bool set_autostart (bool autostart) throws Error
Sets whether or not storage pool this is started automatically on boot.
- public bool start (uint flags) throws Error
- public async bool start_async (uint flags, Cancellable? cancellable) throws Error
- public bool stop () throws Error
- public async bool stop_async (Cancellable? cancellable) throws Error
- public bool undefine () throws Error
- public async bool undefine_async (Cancellable? cancellable) throws Error
Inherited Members:
All known members inherited from class GLib.Object