UDisks.NVMeController

g GObject.GInterface GObject.GInterface UDisks.NVMeController UDisks.NVMeController GObject.GInterface->UDisks.NVMeController

Implementations:

UDisks.NVMeControllerProxy, UDisks.NVMeControllerSkeleton

Methods

class

interface_info ()

class

override_properties (klass, property_id_begin)

call_sanitize_start (arg_action, arg_options, cancellable, callback, *user_data)

call_sanitize_start_finish (res)

call_sanitize_start_sync (arg_action, arg_options, cancellable)

call_smart_get_attributes (arg_options, cancellable, callback, *user_data)

call_smart_get_attributes_finish (res)

call_smart_get_attributes_sync (arg_options, cancellable)

call_smart_selftest_abort (arg_options, cancellable, callback, *user_data)

call_smart_selftest_abort_finish (res)

call_smart_selftest_abort_sync (arg_options, cancellable)

call_smart_selftest_start (arg_type, arg_options, cancellable, callback, *user_data)

call_smart_selftest_start_finish (res)

call_smart_selftest_start_sync (arg_type, arg_options, cancellable)

call_smart_update (arg_options, cancellable, callback, *user_data)

call_smart_update_finish (res)

call_smart_update_sync (arg_options, cancellable)

complete_sanitize_start (invocation)

complete_smart_get_attributes (invocation, attributes)

complete_smart_selftest_abort (invocation)

complete_smart_selftest_start (invocation)

complete_smart_update (invocation)

Virtual Methods

do_handle_sanitize_start (invocation, arg_action, arg_options)

do_handle_smart_get_attributes (invocation, arg_options)

do_handle_smart_selftest_abort (invocation, arg_options)

do_handle_smart_selftest_start (invocation, arg_type, arg_options)

do_handle_smart_update (invocation, arg_options)

Properties

Name

Type

Flags

Short Description

controller-id

int

r/w

ControllerID

fguid

str

r/w

FGUID

nvme-revision

str

r/w

NVMeRevision

sanitize-percent-remaining

int

r/w

SanitizePercentRemaining

sanitize-status

str

r/w

SanitizeStatus

smart-critical-warning

[str]

r/w

SmartCriticalWarning

smart-power-on-hours

int

r/w

SmartPowerOnHours

smart-selftest-percent-remaining

int

r/w

SmartSelftestPercentRemaining

smart-selftest-status

str

r/w

SmartSelftestStatus

smart-temperature

int

r/w

SmartTemperature

smart-updated

int

r/w

SmartUpdated

state

str

r/w

State

subsystem-nqn

str

r/w

SubsystemNQN

unallocated-capacity

int

r/w

UnallocatedCapacity

Signals

Name

Short Description

handle-sanitize-start

Signal emitted when a remote caller is invoking the ‘SanitizeStart() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SanitizeStart]’ D-Bus method.

handle-smart-get-attributes

Signal emitted when a remote caller is invoking the ‘SmartGetAttributes() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartGetAttributes]’ D-Bus method.

handle-smart-selftest-abort

Signal emitted when a remote caller is invoking the ‘SmartSelftestAbort() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartSelftestAbort]’ D-Bus method.

handle-smart-selftest-start

Signal emitted when a remote caller is invoking the ‘SmartSelftestStart() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartSelftestStart]’ D-Bus method.

handle-smart-update

Signal emitted when a remote caller is invoking the ‘SmartUpdate() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartUpdate]’ D-Bus method.

Fields

None

Class Details

class UDisks.NVMeController
Bases:

GObject.GInterface

Structure:

UDisks.NVMeControllerIface

Abstract interface type for the D-Bus interface ‘org.freedesktop.UDisks2.NVMe.Controller [gdbus-interface-org-freedesktop-UDisks2-NVMe-Controller.top_of_page]’.

classmethod interface_info()
Returns:

A Gio.DBusInterfaceInfo. Do not free.

Return type:

Gio.DBusInterfaceInfo

Gets a machine-readable description of the ‘org.freedesktop.UDisks2.NVMe.Controller [gdbus-interface-org-freedesktop-UDisks2-NVMe-Controller.top_of_page]’ D-Bus interface.

classmethod override_properties(klass, property_id_begin)
Parameters:
Returns:

The last property id.

Return type:

int

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

call_sanitize_start(arg_action, arg_options, cancellable, callback, *user_data)
Parameters:

Asynchronously invokes the ‘SanitizeStart() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SanitizeStart]’ 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.NVMeController.call_sanitize_start_finish() to get the result of the operation.

See UDisks.NVMeController.call_sanitize_start_sync() for the synchronous, blocking version of this method.

New in version 2.10.0.

call_sanitize_start_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.NVMeController.call_sanitize_start().

Raises:

GLib.Error

Returns:

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

Return type:

bool

Finishes an operation started with UDisks.NVMeController.call_sanitize_start().

New in version 2.10.0.

call_sanitize_start_sync(arg_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 ‘SanitizeStart() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SanitizeStart]’ D-Bus method on self. The calling thread is blocked until a reply is received.

See UDisks.NVMeController.call_sanitize_start() for the asynchronous version of this method.

New in version 2.10.0.

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

Asynchronously invokes the ‘SmartGetAttributes() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartGetAttributes]’ 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.NVMeController.call_smart_get_attributes_finish() to get the result of the operation.

See UDisks.NVMeController.call_smart_get_attributes_sync() for the synchronous, blocking version of this method.

New in version 2.10.0.

call_smart_get_attributes_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.NVMeController.call_smart_get_attributes().

Raises:

GLib.Error

Returns:

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

out_attributes:

Return location for return parameter or None to ignore.

Return type:

(bool, out_attributes: GLib.Variant)

Finishes an operation started with UDisks.NVMeController.call_smart_get_attributes().

New in version 2.10.0.

call_smart_get_attributes_sync(arg_options, cancellable)
Parameters:
Raises:

GLib.Error

Returns:

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

out_attributes:

Return location for return parameter or None to ignore.

Return type:

(bool, out_attributes: GLib.Variant)

Synchronously invokes the ‘SmartGetAttributes() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartGetAttributes]’ D-Bus method on self. The calling thread is blocked until a reply is received.

See UDisks.NVMeController.call_smart_get_attributes() for the asynchronous version of this method.

New in version 2.10.0.

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

Asynchronously invokes the ‘SmartSelftestAbort() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartSelftestAbort]’ 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.NVMeController.call_smart_selftest_abort_finish() to get the result of the operation.

See UDisks.NVMeController.call_smart_selftest_abort_sync() for the synchronous, blocking version of this method.

New in version 2.10.0.

call_smart_selftest_abort_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.NVMeController.call_smart_selftest_abort().

Raises:

GLib.Error

Returns:

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

Return type:

bool

Finishes an operation started with UDisks.NVMeController.call_smart_selftest_abort().

New in version 2.10.0.

call_smart_selftest_abort_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 ‘SmartSelftestAbort() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartSelftestAbort]’ D-Bus method on self. The calling thread is blocked until a reply is received.

See UDisks.NVMeController.call_smart_selftest_abort() for the asynchronous version of this method.

New in version 2.10.0.

call_smart_selftest_start(arg_type, arg_options, cancellable, callback, *user_data)
Parameters:

Asynchronously invokes the ‘SmartSelftestStart() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartSelftestStart]’ 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.NVMeController.call_smart_selftest_start_finish() to get the result of the operation.

See UDisks.NVMeController.call_smart_selftest_start_sync() for the synchronous, blocking version of this method.

New in version 2.10.0.

call_smart_selftest_start_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.NVMeController.call_smart_selftest_start().

Raises:

GLib.Error

Returns:

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

Return type:

bool

Finishes an operation started with UDisks.NVMeController.call_smart_selftest_start().

New in version 2.10.0.

call_smart_selftest_start_sync(arg_type, arg_options, cancellable)
Parameters:
Raises:

GLib.Error

Returns:

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

Return type:

bool

Synchronously invokes the ‘SmartSelftestStart() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartSelftestStart]’ D-Bus method on self. The calling thread is blocked until a reply is received.

See UDisks.NVMeController.call_smart_selftest_start() for the asynchronous version of this method.

New in version 2.10.0.

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

Asynchronously invokes the ‘SmartUpdate() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartUpdate]’ 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.NVMeController.call_smart_update_finish() to get the result of the operation.

See UDisks.NVMeController.call_smart_update_sync() for the synchronous, blocking version of this method.

New in version 2.10.0.

call_smart_update_finish(res)
Parameters:

res (Gio.AsyncResult) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.NVMeController.call_smart_update().

Raises:

GLib.Error

Returns:

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

Return type:

bool

Finishes an operation started with UDisks.NVMeController.call_smart_update().

New in version 2.10.0.

call_smart_update_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 ‘SmartUpdate() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartUpdate]’ D-Bus method on self. The calling thread is blocked until a reply is received.

See UDisks.NVMeController.call_smart_update() for the asynchronous version of this method.

New in version 2.10.0.

complete_sanitize_start(invocation)
Parameters:

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

Helper function used in service implementations to finish handling invocations of the ‘SanitizeStart() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SanitizeStart]’ 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.10.0.

complete_smart_get_attributes(invocation, attributes)
Parameters:

Helper function used in service implementations to finish handling invocations of the ‘SmartGetAttributes() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartGetAttributes]’ 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.10.0.

complete_smart_selftest_abort(invocation)
Parameters:

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

Helper function used in service implementations to finish handling invocations of the ‘SmartSelftestAbort() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartSelftestAbort]’ 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.10.0.

complete_smart_selftest_start(invocation)
Parameters:

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

Helper function used in service implementations to finish handling invocations of the ‘SmartSelftestStart() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartSelftestStart]’ 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.10.0.

complete_smart_update(invocation)
Parameters:

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

Helper function used in service implementations to finish handling invocations of the ‘SmartUpdate() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartUpdate]’ 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.10.0.

do_handle_sanitize_start(invocation, arg_action, arg_options) virtual
Parameters:
Return type:

bool

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

bool

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

bool

do_handle_smart_selftest_start(invocation, arg_type, arg_options) virtual
Parameters:
Return type:

bool

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

bool

Signal Details

UDisks.NVMeController.signals.handle_sanitize_start(n_v_me_controller, invocation, arg_action, arg_options)
Signal Name:

handle-sanitize-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 ‘SanitizeStart() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SanitizeStart]’ 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.NVMeController.complete_sanitize_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.10.0.

UDisks.NVMeController.signals.handle_smart_get_attributes(n_v_me_controller, invocation, arg_options)
Signal Name:

handle-smart-get-attributes

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 ‘SmartGetAttributes() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartGetAttributes]’ 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.NVMeController.complete_smart_get_attributes() 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.10.0.

UDisks.NVMeController.signals.handle_smart_selftest_abort(n_v_me_controller, invocation, arg_options)
Signal Name:

handle-smart-selftest-abort

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 ‘SmartSelftestAbort() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartSelftestAbort]’ 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.NVMeController.complete_smart_selftest_abort() 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.10.0.

UDisks.NVMeController.signals.handle_smart_selftest_start(n_v_me_controller, invocation, arg_type, arg_options)
Signal Name:

handle-smart-selftest-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 ‘SmartSelftestStart() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartSelftestStart]’ 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.NVMeController.complete_smart_selftest_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.10.0.

UDisks.NVMeController.signals.handle_smart_update(n_v_me_controller, invocation, arg_options)
Signal Name:

handle-smart-update

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 ‘SmartUpdate() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartUpdate]’ 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.NVMeController.complete_smart_update() 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.10.0.

Property Details

UDisks.NVMeController.props.controller_id
Name:

controller-id

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“ControllerID” [gdbus-property-org-freedesktop-UDisks2-NVMe-Controller.ControllerID]’.

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.

UDisks.NVMeController.props.fguid
Name:

fguid

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“FGUID” [gdbus-property-org-freedesktop-UDisks2-NVMe-Controller.FGUID]’.

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.

UDisks.NVMeController.props.nvme_revision
Name:

nvme-revision

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“NVMeRevision” [gdbus-property-org-freedesktop-UDisks2-NVMe-Controller.NVMeRevision]’.

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.

UDisks.NVMeController.props.sanitize_percent_remaining
Name:

sanitize-percent-remaining

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“SanitizePercentRemaining” [gdbus-property-org-freedesktop-UDisks2-NVMe-Controller.SanitizePercentRemaining]’.

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.10.0.

UDisks.NVMeController.props.sanitize_status
Name:

sanitize-status

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“SanitizeStatus” [gdbus-property-org-freedesktop-UDisks2-NVMe-Controller.SanitizeStatus]’.

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.

UDisks.NVMeController.props.smart_critical_warning
Name:

smart-critical-warning

Type:

[str]

Default Value:

[]

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“SmartCriticalWarning” [gdbus-property-org-freedesktop-UDisks2-NVMe-Controller.SmartCriticalWarning]’.

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.

UDisks.NVMeController.props.smart_power_on_hours
Name:

smart-power-on-hours

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“SmartPowerOnHours” [gdbus-property-org-freedesktop-UDisks2-NVMe-Controller.SmartPowerOnHours]’.

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.

UDisks.NVMeController.props.smart_selftest_percent_remaining
Name:

smart-selftest-percent-remaining

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“SmartSelftestPercentRemaining” [gdbus-property-org-freedesktop-UDisks2-NVMe-Controller.SmartSelftestPercentRemaining]’.

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.10.0.

UDisks.NVMeController.props.smart_selftest_status
Name:

smart-selftest-status

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“SmartSelftestStatus” [gdbus-property-org-freedesktop-UDisks2-NVMe-Controller.SmartSelftestStatus]’.

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.

UDisks.NVMeController.props.smart_temperature
Name:

smart-temperature

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“SmartTemperature” [gdbus-property-org-freedesktop-UDisks2-NVMe-Controller.SmartTemperature]’.

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.

UDisks.NVMeController.props.smart_updated
Name:

smart-updated

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“SmartUpdated” [gdbus-property-org-freedesktop-UDisks2-NVMe-Controller.SmartUpdated]’.

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.

UDisks.NVMeController.props.state
Name:

state

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“State” [gdbus-property-org-freedesktop-UDisks2-NVMe-Controller.State]’.

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.

UDisks.NVMeController.props.subsystem_nqn
Name:

subsystem-nqn

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“SubsystemNQN” [gdbus-property-org-freedesktop-UDisks2-NVMe-Controller.SubsystemNQN]’.

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.

UDisks.NVMeController.props.unallocated_capacity
Name:

unallocated-capacity

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Represents the D-Bus property ‘“UnallocatedCapacity” [gdbus-property-org-freedesktop-UDisks2-NVMe-Controller.UnallocatedCapacity]’.

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.