UDisks.NVMeController¶
- Implementations:
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
ControllerID |
||
r/w |
FGUID |
||
r/w |
NVMeRevision |
||
r/w |
SanitizePercentRemaining |
||
r/w |
SanitizeStatus |
||
[ |
r/w |
SmartCriticalWarning |
|
r/w |
SmartPowerOnHours |
||
r/w |
SmartSelftestPercentRemaining |
||
r/w |
SmartSelftestStatus |
||
r/w |
SmartTemperature |
||
r/w |
SmartUpdated |
||
r/w |
State |
||
r/w |
SubsystemNQN |
||
r/w |
UnallocatedCapacity |
Signals¶
Name |
Short Description |
---|---|
Signal emitted when a remote caller is invoking the ‘SanitizeStart() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SanitizeStart]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SmartGetAttributes() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartGetAttributes]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SmartSelftestAbort() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartSelftestAbort]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SmartSelftestStart() [gdbus-method-org-freedesktop-UDisks2-NVMe-Controller.SmartSelftestStart]’ D-Bus method. |
|
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:
- Structure:
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:
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:
klass (
GObject.ObjectClass
) – The class structure for aGObject.Object
derived class.property_id_begin (
int
) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Object
properties in theUDisks.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:
arg_action (
str
) – Argument to pass with the method invocation.arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
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 callUDisks.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
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toUDisks.NVMeController.call_sanitize_start
().- Raises:
- Returns:
- Return type:
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:
arg_action (
str
) – Argument to pass with the method invocation.arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
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:
arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
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 callUDisks.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
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toUDisks.NVMeController.call_smart_get_attributes
().- Raises:
- 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:
arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- 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:
arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
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 callUDisks.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
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toUDisks.NVMeController.call_smart_selftest_abort
().- Raises:
- Returns:
- Return type:
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:
arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
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:
arg_type (
str
) – Argument to pass with the method invocation.arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
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 callUDisks.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
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toUDisks.NVMeController.call_smart_selftest_start
().- Raises:
- Returns:
- Return type:
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:
arg_type (
str
) – Argument to pass with the method invocation.arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
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:
arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
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 callUDisks.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
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toUDisks.NVMeController.call_smart_update
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
UDisks.NVMeController.call_smart_update
().New in version 2.10.0.
- call_smart_update_sync(arg_options, cancellable)¶
- Parameters:
arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
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
) – AGio.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:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.attributes (
GLib.Variant
) – Parameter to return.
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
) – AGio.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
) – AGio.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
) – AGio.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:
invocation (
Gio.DBusMethodInvocation
) –arg_action (
str
) –arg_options (
GLib.Variant
) –
- Return type:
Handler for the
UDisks.NVMeController
::handle-sanitize-start
signal.
- do_handle_smart_get_attributes(invocation, arg_options) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_options (
GLib.Variant
) –
- Return type:
Handler for the
UDisks.NVMeController
::handle-smart-get-attributes
signal.
- do_handle_smart_selftest_abort(invocation, arg_options) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_options (
GLib.Variant
) –
- Return type:
Handler for the
UDisks.NVMeController
::handle-smart-selftest-abort
signal.
- do_handle_smart_selftest_start(invocation, arg_type, arg_options) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_type (
str
) –arg_options (
GLib.Variant
) –
- Return type:
Handler for the
UDisks.NVMeController
::handle-smart-selftest-start
signal.
- do_handle_smart_update(invocation, arg_options) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_options (
GLib.Variant
) –
- Return type:
Handler for the
UDisks.NVMeController
::handle-smart-update
signal.
Signal Details¶
- UDisks.NVMeController.signals.handle_sanitize_start(n_v_me_controller, invocation, arg_action, arg_options)¶
- Signal Name:
handle-sanitize-start
- Flags:
- Parameters:
n_v_me_controller (
UDisks.NVMeController
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_action (
str
) – Argument passed by remote caller.arg_options (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
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 callUDisks.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, theGio.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:
- Parameters:
n_v_me_controller (
UDisks.NVMeController
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_options (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
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 callUDisks.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, theGio.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:
- Parameters:
n_v_me_controller (
UDisks.NVMeController
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_options (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
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 callUDisks.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, theGio.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:
- Parameters:
n_v_me_controller (
UDisks.NVMeController
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_type (
str
) – Argument passed by remote caller.arg_options (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
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 callUDisks.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, theGio.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:
- Parameters:
n_v_me_controller (
UDisks.NVMeController
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_options (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
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 callUDisks.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, theGio.DBusError.UNKNOWN_METHOD
error is returned.New in version 2.10.0.
Property Details¶
- UDisks.NVMeController.props.controller_id¶
-
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¶
-
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¶
-
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¶
-
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¶
-
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¶
-
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¶
-
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¶
-
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¶
-
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¶
-
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¶
-
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¶
-
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¶
-
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¶
-
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.