UDisks.MDRaid

g GObject.GInterface GObject.GInterface UDisks.MDRaid UDisks.MDRaid GObject.GInterface->UDisks.MDRaid

Implementations:

UDisks.MDRaidProxy, UDisks.MDRaidSkeleton

Methods

class

interface_info ()

class

override_properties (klass, property_id_begin)

call_add_device (arg_device, arg_options, cancellable, callback, *user_data)

call_add_device_finish (res)

call_add_device_sync (arg_device, arg_options, cancellable)

call_delete (arg_options, cancellable, callback, *user_data)

call_delete_finish (res)

call_delete_sync (arg_options, cancellable)

call_remove_device (arg_device, arg_options, cancellable, callback, *user_data)

call_remove_device_finish (res)

call_remove_device_sync (arg_device, arg_options, cancellable)

call_request_sync_action (arg_sync_action, arg_options, cancellable, callback, *user_data)

call_request_sync_action_finish (res)

call_request_sync_action_sync (arg_sync_action, arg_options, cancellable)

call_set_bitmap_location (arg_value, arg_options, cancellable, callback, *user_data)

call_set_bitmap_location_finish (res)

call_set_bitmap_location_sync (arg_value, arg_options, cancellable)

call_start (arg_options, cancellable, callback, *user_data)

call_start_finish (res)

call_start_sync (arg_options, cancellable)

call_stop (arg_options, cancellable, callback, *user_data)

call_stop_finish (res)

call_stop_sync (arg_options, cancellable)

complete_add_device (invocation)

complete_delete (invocation)

complete_remove_device (invocation)

complete_request_sync_action (invocation)

complete_set_bitmap_location (invocation)

complete_start (invocation)

complete_stop (invocation)

Virtual Methods

do_handle_add_device (invocation, arg_device, arg_options)

do_handle_delete (invocation, arg_options)

do_handle_remove_device (invocation, arg_device, arg_options)

do_handle_request_sync_action (invocation, arg_sync_action, arg_options)

do_handle_set_bitmap_location (invocation, arg_value, arg_options)

do_handle_start (invocation, arg_options)

do_handle_stop (invocation, arg_options)

Properties

Name

Type

Flags

Short Description

active-devices

GLib.Variant

r/w

ActiveDevices

bitmap-location

str

r/w

BitmapLocation

child-configuration

GLib.Variant

r/w

ChildConfiguration

chunk-size

int

r/w

ChunkSize

degraded

int

r/w

Degraded

level

str

r/w

Level

name

str

r/w

Name

num-devices

int

r/w

NumDevices

running

bool

r/w

Running

size

int

r/w

Size

sync-action

str

r/w

SyncAction

sync-completed

float

r/w

SyncCompleted

sync-rate

int

r/w

SyncRate

sync-remaining-time

int

r/w

SyncRemainingTime

uuid

str

r/w

UUID

Signals

Name

Short Description

handle-add-device

Signal emitted when a remote caller is invoking the AddDevice() D-Bus method.

handle-delete

Signal emitted when a remote caller is invoking the Delete() D-Bus method.

handle-remove-device

Signal emitted when a remote caller is invoking the RemoveDevice() D-Bus method.

handle-request-sync-action

Signal emitted when a remote caller is invoking the RequestSyncAction() D-Bus method.

handle-set-bitmap-location

Signal emitted when a remote caller is invoking the SetBitmapLocation() D-Bus method.

handle-start

Signal emitted when a remote caller is invoking the Start() D-Bus method.

handle-stop

Signal emitted when a remote caller is invoking the Stop() D-Bus method.

Fields

None

Class Details

class UDisks.MDRaid
Bases:

GObject.GInterface

Structure:

UDisks.MDRaidIface

Abstract interface type for the D-Bus interface org.freedesktop.UDisks2.MDRaid.

New in version 2.0.0.

classmethod interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the org.freedesktop.UDisks2.MDRaid D-Bus interface.

New in version 2.0.0.

classmethod override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

Overrides all GObject.Object properties in the UDisks.MDRaid interface for a concrete class. The properties are overridden in the order they are defined.

New in version 2.0.0.

call_add_device(arg_device, arg_options, cancellable, callback, *user_data)
Parameters:

Asynchronously invokes the AddDevice() D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see GLib.MainContext.push_thread_default()). You can then call UDisks.MDRaid.call_add_device_finish() to get the result of the operation.

See UDisks.MDRaid.call_add_device_sync() for the synchronous, blocking version of this method.

New in version 2.0.0.

call_add_device_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.MDRaid.call_add_device().

Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Finishes an operation started with UDisks.MDRaid.call_add_device().

New in version 2.0.0.

call_add_device_sync(arg_device, arg_options, cancellable)
Parameters:
Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Synchronously invokes the AddDevice() D-Bus method on self. The calling thread is blocked until a reply is received.

See UDisks.MDRaid.call_add_device() for the asynchronous version of this method.

New in version 2.0.0.

call_delete(arg_options, cancellable, callback, *user_data)
Parameters:

Asynchronously invokes the Delete() D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see GLib.MainContext.push_thread_default()). You can then call UDisks.MDRaid.call_delete_finish() to get the result of the operation.

See UDisks.MDRaid.call_delete_sync() for the synchronous, blocking version of this method.

New in version 2.0.0.

call_delete_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.MDRaid.call_delete().

Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Finishes an operation started with UDisks.MDRaid.call_delete().

New in version 2.0.0.

call_delete_sync(arg_options, cancellable)
Parameters:
Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Synchronously invokes the Delete() D-Bus method on self. The calling thread is blocked until a reply is received.

See UDisks.MDRaid.call_delete() for the asynchronous version of this method.

New in version 2.0.0.

call_remove_device(arg_device, arg_options, cancellable, callback, *user_data)
Parameters:

Asynchronously invokes the RemoveDevice() D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see GLib.MainContext.push_thread_default()). You can then call UDisks.MDRaid.call_remove_device_finish() to get the result of the operation.

See UDisks.MDRaid.call_remove_device_sync() for the synchronous, blocking version of this method.

New in version 2.0.0.

call_remove_device_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.MDRaid.call_remove_device().

Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Finishes an operation started with UDisks.MDRaid.call_remove_device().

New in version 2.0.0.

call_remove_device_sync(arg_device, arg_options, cancellable)
Parameters:
Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Synchronously invokes the RemoveDevice() D-Bus method on self. The calling thread is blocked until a reply is received.

See UDisks.MDRaid.call_remove_device() for the asynchronous version of this method.

New in version 2.0.0.

call_request_sync_action(arg_sync_action, arg_options, cancellable, callback, *user_data)
Parameters:

Asynchronously invokes the RequestSyncAction() D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see GLib.MainContext.push_thread_default()). You can then call UDisks.MDRaid.call_request_sync_action_finish() to get the result of the operation.

See UDisks.MDRaid.call_request_sync_action_sync() for the synchronous, blocking version of this method.

New in version 2.0.0.

call_request_sync_action_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.MDRaid.call_request_sync_action().

Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Finishes an operation started with UDisks.MDRaid.call_request_sync_action().

New in version 2.0.0.

call_request_sync_action_sync(arg_sync_action, arg_options, cancellable)
Parameters:
Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Synchronously invokes the RequestSyncAction() D-Bus method on self. The calling thread is blocked until a reply is received.

See UDisks.MDRaid.call_request_sync_action() for the asynchronous version of this method.

New in version 2.0.0.

call_set_bitmap_location(arg_value, arg_options, cancellable, callback, *user_data)
Parameters:

Asynchronously invokes the SetBitmapLocation() D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see GLib.MainContext.push_thread_default()). You can then call UDisks.MDRaid.call_set_bitmap_location_finish() to get the result of the operation.

See UDisks.MDRaid.call_set_bitmap_location_sync() for the synchronous, blocking version of this method.

New in version 2.0.0.

call_set_bitmap_location_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.MDRaid.call_set_bitmap_location().

Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Finishes an operation started with UDisks.MDRaid.call_set_bitmap_location().

New in version 2.0.0.

call_set_bitmap_location_sync(arg_value, arg_options, cancellable)
Parameters:
Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Synchronously invokes the SetBitmapLocation() D-Bus method on self. The calling thread is blocked until a reply is received.

See UDisks.MDRaid.call_set_bitmap_location() for the asynchronous version of this method.

New in version 2.0.0.

call_start(arg_options, cancellable, callback, *user_data)
Parameters:

Asynchronously invokes the Start() D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see GLib.MainContext.push_thread_default()). You can then call UDisks.MDRaid.call_start_finish() to get the result of the operation.

See UDisks.MDRaid.call_start_sync() for the synchronous, blocking version of this method.

New in version 2.0.0.

call_start_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.MDRaid.call_start().

Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Finishes an operation started with UDisks.MDRaid.call_start().

New in version 2.0.0.

call_start_sync(arg_options, cancellable)
Parameters:
Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Synchronously invokes the Start() D-Bus method on self. The calling thread is blocked until a reply is received.

See UDisks.MDRaid.call_start() for the asynchronous version of this method.

New in version 2.0.0.

call_stop(arg_options, cancellable, callback, *user_data)
Parameters:

Asynchronously invokes the Stop() D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see GLib.MainContext.push_thread_default()). You can then call UDisks.MDRaid.call_stop_finish() to get the result of the operation.

See UDisks.MDRaid.call_stop_sync() for the synchronous, blocking version of this method.

New in version 2.0.0.

call_stop_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.MDRaid.call_stop().

Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Finishes an operation started with UDisks.MDRaid.call_stop().

New in version 2.0.0.

call_stop_sync(arg_options, cancellable)
Parameters:
Raises:

GLib.Error

Returns:

True if the call succeeded, False if error is set.

Return type:

bool

Synchronously invokes the Stop() D-Bus method on self. The calling thread is blocked until a reply is received.

See UDisks.MDRaid.call_stop() for the asynchronous version of this method.

New in version 2.0.0.

complete_add_device(invocation)
Parameters:

invocation (Gio.DBusMethodInvocation) – A Gio.DBusMethodInvocation.

Helper function used in service implementations to finish handling invocations of the AddDevice() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

This method will free invocation, you cannot use it afterwards.

New in version 2.0.0.

complete_delete(invocation)
Parameters:

invocation (Gio.DBusMethodInvocation) – A Gio.DBusMethodInvocation.

Helper function used in service implementations to finish handling invocations of the Delete() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

This method will free invocation, you cannot use it afterwards.

New in version 2.0.0.

complete_remove_device(invocation)
Parameters:

invocation (Gio.DBusMethodInvocation) – A Gio.DBusMethodInvocation.

Helper function used in service implementations to finish handling invocations of the RemoveDevice() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

This method will free invocation, you cannot use it afterwards.

New in version 2.0.0.

complete_request_sync_action(invocation)
Parameters:

invocation (Gio.DBusMethodInvocation) – A Gio.DBusMethodInvocation.

Helper function used in service implementations to finish handling invocations of the RequestSyncAction() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

This method will free invocation, you cannot use it afterwards.

New in version 2.0.0.

complete_set_bitmap_location(invocation)
Parameters:

invocation (Gio.DBusMethodInvocation) – A Gio.DBusMethodInvocation.

Helper function used in service implementations to finish handling invocations of the SetBitmapLocation() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

This method will free invocation, you cannot use it afterwards.

New in version 2.0.0.

complete_start(invocation)
Parameters:

invocation (Gio.DBusMethodInvocation) – A Gio.DBusMethodInvocation.

Helper function used in service implementations to finish handling invocations of the Start() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

This method will free invocation, you cannot use it afterwards.

New in version 2.0.0.

complete_stop(invocation)
Parameters:

invocation (Gio.DBusMethodInvocation) – A Gio.DBusMethodInvocation.

Helper function used in service implementations to finish handling invocations of the Stop() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

This method will free invocation, you cannot use it afterwards.

New in version 2.0.0.

do_handle_add_device(invocation, arg_device, arg_options) virtual
Parameters:
Return type:

bool

do_handle_delete(invocation, arg_options) virtual
Parameters:
Return type:

bool

do_handle_remove_device(invocation, arg_device, arg_options) virtual
Parameters:
Return type:

bool

do_handle_request_sync_action(invocation, arg_sync_action, arg_options) virtual
Parameters:
Return type:

bool

do_handle_set_bitmap_location(invocation, arg_value, arg_options) virtual
Parameters:
Return type:

bool

do_handle_start(invocation, arg_options) virtual
Parameters:
Return type:

bool

do_handle_stop(invocation, arg_options) virtual
Parameters:
Return type:

bool

Signal Details

UDisks.MDRaid.signals.handle_add_device(m_d_raid, invocation, arg_device, arg_options)
Signal Name:

handle-add-device

Flags:

RUN_LAST

Parameters:
Returns:

Gio.DBUS_METHOD_INVOCATION_HANDLED or True if the invocation was handled, Gio.DBUS_METHOD_INVOCATION_UNHANDLED or False to let other signal handlers run.

Return type:

bool

Signal emitted when a remote caller is invoking the AddDevice() D-Bus method.

If a signal handler returns True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call UDisks.MDRaid.complete_add_device() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the Gio.DBusError.UNKNOWN_METHOD error is returned.

New in version 2.0.0.

UDisks.MDRaid.signals.handle_delete(m_d_raid, invocation, arg_options)
Signal Name:

handle-delete

Flags:

RUN_LAST

Parameters:
Returns:

Gio.DBUS_METHOD_INVOCATION_HANDLED or True if the invocation was handled, Gio.DBUS_METHOD_INVOCATION_UNHANDLED or False to let other signal handlers run.

Return type:

bool

Signal emitted when a remote caller is invoking the Delete() D-Bus method.

If a signal handler returns True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call UDisks.MDRaid.complete_delete() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the Gio.DBusError.UNKNOWN_METHOD error is returned.

New in version 2.0.0.

UDisks.MDRaid.signals.handle_remove_device(m_d_raid, invocation, arg_device, arg_options)
Signal Name:

handle-remove-device

Flags:

RUN_LAST

Parameters:
Returns:

Gio.DBUS_METHOD_INVOCATION_HANDLED or True if the invocation was handled, Gio.DBUS_METHOD_INVOCATION_UNHANDLED or False to let other signal handlers run.

Return type:

bool

Signal emitted when a remote caller is invoking the RemoveDevice() D-Bus method.

If a signal handler returns True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call UDisks.MDRaid.complete_remove_device() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the Gio.DBusError.UNKNOWN_METHOD error is returned.

New in version 2.0.0.

UDisks.MDRaid.signals.handle_request_sync_action(m_d_raid, invocation, arg_sync_action, arg_options)
Signal Name:

handle-request-sync-action

Flags:

RUN_LAST

Parameters:
Returns:

Gio.DBUS_METHOD_INVOCATION_HANDLED or True if the invocation was handled, Gio.DBUS_METHOD_INVOCATION_UNHANDLED or False to let other signal handlers run.

Return type:

bool

Signal emitted when a remote caller is invoking the RequestSyncAction() D-Bus method.

If a signal handler returns True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call UDisks.MDRaid.complete_request_sync_action() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the Gio.DBusError.UNKNOWN_METHOD error is returned.

New in version 2.0.0.

UDisks.MDRaid.signals.handle_set_bitmap_location(m_d_raid, invocation, arg_value, arg_options)
Signal Name:

handle-set-bitmap-location

Flags:

RUN_LAST

Parameters:
Returns:

Gio.DBUS_METHOD_INVOCATION_HANDLED or True if the invocation was handled, Gio.DBUS_METHOD_INVOCATION_UNHANDLED or False to let other signal handlers run.

Return type:

bool

Signal emitted when a remote caller is invoking the SetBitmapLocation() D-Bus method.

If a signal handler returns True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call UDisks.MDRaid.complete_set_bitmap_location() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the Gio.DBusError.UNKNOWN_METHOD error is returned.

New in version 2.0.0.

UDisks.MDRaid.signals.handle_start(m_d_raid, invocation, arg_options)
Signal Name:

handle-start

Flags:

RUN_LAST

Parameters:
Returns:

Gio.DBUS_METHOD_INVOCATION_HANDLED or True if the invocation was handled, Gio.DBUS_METHOD_INVOCATION_UNHANDLED or False to let other signal handlers run.

Return type:

bool

Signal emitted when a remote caller is invoking the Start() D-Bus method.

If a signal handler returns True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call UDisks.MDRaid.complete_start() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the Gio.DBusError.UNKNOWN_METHOD error is returned.

New in version 2.0.0.

UDisks.MDRaid.signals.handle_stop(m_d_raid, invocation, arg_options)
Signal Name:

handle-stop

Flags:

RUN_LAST

Parameters:
Returns:

Gio.DBUS_METHOD_INVOCATION_HANDLED or True if the invocation was handled, Gio.DBUS_METHOD_INVOCATION_UNHANDLED or False to let other signal handlers run.

Return type:

bool

Signal emitted when a remote caller is invoking the Stop() D-Bus method.

If a signal handler returns True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call UDisks.MDRaid.complete_stop() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the Gio.DBusError.UNKNOWN_METHOD error is returned.

New in version 2.0.0.

Property Details

UDisks.MDRaid.props.active_devices
Name:

active-devices

Type:

GLib.Variant

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property “ActiveDevices”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.

UDisks.MDRaid.props.bitmap_location
Name:

bitmap-location

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property “BitmapLocation”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.

UDisks.MDRaid.props.child_configuration
Name:

child-configuration

Type:

GLib.Variant

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property “ChildConfiguration”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.

UDisks.MDRaid.props.chunk_size
Name:

chunk-size

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Represents the D-Bus property “ChunkSize”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.

UDisks.MDRaid.props.degraded
Name:

degraded

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Represents the D-Bus property “Degraded”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.

UDisks.MDRaid.props.level
Name:

level

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property “Level”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.

UDisks.MDRaid.props.name
Name:

name

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property “Name”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.

UDisks.MDRaid.props.num_devices
Name:

num-devices

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Represents the D-Bus property “NumDevices”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.

UDisks.MDRaid.props.running
Name:

running

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE

Represents the D-Bus property “Running”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.

UDisks.MDRaid.props.size
Name:

size

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Represents the D-Bus property “Size”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.

UDisks.MDRaid.props.sync_action
Name:

sync-action

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property “SyncAction”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.

UDisks.MDRaid.props.sync_completed
Name:

sync-completed

Type:

float

Default Value:

0.0

Flags:

READABLE, WRITABLE

Represents the D-Bus property “SyncCompleted”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.

UDisks.MDRaid.props.sync_rate
Name:

sync-rate

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Represents the D-Bus property “SyncRate”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.

UDisks.MDRaid.props.sync_remaining_time
Name:

sync-remaining-time

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Represents the D-Bus property “SyncRemainingTime”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.

UDisks.MDRaid.props.uuid
Name:

uuid

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property “UUID”.

Since the D-Bus property for this GObject.Object property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

New in version 2.0.0.