MDRaid
Object Hierarchy:
Description:
[ CCode ( lower_case_csuffix = "mdraid" , type_id = "udisks_mdraid_get_type ()" ) ]
[ Version ( since = "2.0.0" ) ]
public interface MDRaid : Object
Abstract interface type for the D-Bus interface org.freedesktop.UDisks2.MDRaid.
All known implementing classes:
Content:
Properties:
- public abstract Variant active_devices { owned get; set; }
Represents the D-Bus property "ActiveDevices".
- public abstract string bitmap_location { owned get; set; }
Represents the D-Bus property "BitmapLocation".
- public abstract Variant child_configuration { owned get; set; }
Represents the D-Bus property "ChildConfiguration".
- public abstract uint64 chunk_size { get; set; }
Represents the D-Bus property "ChunkSize".
- public abstract uint degraded { get; set; }
Represents the D-Bus property "Degraded".
- public abstract string level { owned get; set; }
Represents the D-Bus property "Level".
- public abstract string name { owned get; set; }
Represents the D-Bus property "Name".
- public abstract uint num_devices { get; set; }
Represents the D-Bus property "NumDevices".
- public abstract bool running { get; set; }
Represents the D-Bus property "Running".
- public abstract uint64 size { get; set; }
Represents the D-Bus property "Size".
- public abstract string sync_action { owned get; set; }
Represents the D-Bus property "SyncAction".
- public abstract double sync_completed { get; set; }
Represents the D-Bus property "SyncCompleted".
- public abstract uint64 sync_rate { get; set; }
Represents the D-Bus property "SyncRate".
- public abstract uint64 sync_remaining_time { get; set; }
Represents the D-Bus property "SyncRemainingTime".
- public abstract string uuid { owned get; set; }
Represents the D-Bus property "UUID".
Static methods:
Methods:
- public async bool call_add_device (string arg_device, Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the AddDevice D-Bus method on
this.
- public bool call_add_device_sync (string arg_device, Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the AddDevice D-Bus method on
this.
- public async bool call_delete (Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the Delete D-Bus method on
this.
- public bool call_delete_sync (Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the Delete D-Bus method on
this.
- public async bool call_remove_device (string arg_device, Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the RemoveDevice D-Bus method on
this.
- public bool call_remove_device_sync (string arg_device, Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the RemoveDevice D-Bus method on
this.
- public async bool call_request_sync_action (string arg_sync_action, Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the RequestSyncAction D-Bus method on
this.
- public bool call_request_sync_action_sync (string arg_sync_action, Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the RequestSyncAction D-Bus method on
this.
- public async bool call_set_bitmap_location (string arg_value, Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the SetBitmapLocation D-Bus method on
this.
- public bool call_set_bitmap_location_sync (string arg_value, Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the SetBitmapLocation D-Bus method on
this.
- public async bool call_start (Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the Start D-Bus method on
this.
- public bool call_start_sync (Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the Start D-Bus method on
this.
- public async bool call_stop (Variant arg_options, Cancellable? cancellable) throws Error
Asynchronously invokes the Stop D-Bus method on
this.
- public bool call_stop_sync (Variant arg_options, Cancellable? cancellable = null) throws Error
Synchronously invokes the Stop D-Bus method on
this.
- public void complete_add_device (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the AddDevice D-Bus method.
- public void complete_delete (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the Delete D-Bus method.
- public void complete_remove_device (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the RemoveDevice D-Bus method.
- public void complete_request_sync_action (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the RequestSyncAction D-Bus method.
- public void complete_set_bitmap_location (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the SetBitmapLocation D-Bus method.
- public void complete_start (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the Start D-Bus method.
- public void complete_stop (owned DBusMethodInvocation invocation)
Helper function used in service implementations to finish handling
invocations of the Stop D-Bus method.
Signals:
- public virtual signal bool handle_add_device (DBusMethodInvocation invocation, string arg_device, Variant arg_options)
Signal emitted when a remote caller is invoking the AddDevice
D-Bus method.
- public virtual signal bool handle_delete (DBusMethodInvocation invocation, Variant arg_options)
Signal emitted when a remote caller is invoking the Delete
D-Bus method.
- public virtual signal bool handle_remove_device (DBusMethodInvocation invocation, string arg_device, Variant arg_options)
Signal emitted when a remote caller is invoking the RemoveDevice
D-Bus method.
- public virtual signal bool handle_request_sync_action (DBusMethodInvocation invocation, string arg_sync_action, Variant arg_options)
Signal emitted when a remote caller is invoking the
RequestSyncAction D-Bus method.
- public virtual signal bool handle_set_bitmap_location (DBusMethodInvocation invocation, string arg_value, Variant arg_options)
Signal emitted when a remote caller is invoking the
SetBitmapLocation D-Bus method.
- public virtual signal bool handle_start (DBusMethodInvocation invocation, Variant arg_options)
Signal emitted when a remote caller is invoking the Start D-Bus
method.
- public virtual signal bool handle_stop (DBusMethodInvocation invocation, Variant arg_options)
Signal emitted when a remote caller is invoking the Stop D-Bus
method.
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref