UDisks.NVMeFabrics¶
- Implementations:
 
Methods¶
class  | 
|
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
  | 
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w  | 
HostID  | 
||
r/w  | 
HostNQN  | 
||
r/w  | 
Transport  | 
||
r/w  | 
TransportAddress  | 
Signals¶
Name  | 
Short Description  | 
|---|---|
Signal emitted when a remote caller is invoking the ‘Disconnect() [gdbus-method-org-freedesktop-UDisks2-NVMe-Fabrics.Disconnect]’ D-Bus method.  | 
Fields¶
None
Class Details¶
- class UDisks.NVMeFabrics¶
 - Bases:
 - Structure:
 
Abstract interface type for the D-Bus interface ‘org.freedesktop.UDisks2.NVMe.Fabrics [gdbus-interface-org-freedesktop-UDisks2-NVMe-Fabrics.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.Fabrics [gdbus-interface-org-freedesktop-UDisks2-NVMe-Fabrics.top_of_page]’ D-Bus interface.
- classmethod override_properties(klass, property_id_begin)¶
 - Parameters:
 klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived 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.Objectproperties in theUDisks.NVMeFabricsinterface for a concrete class. The properties are overridden in the order they are defined.
- call_disconnect(arg_options, cancellable, callback, *user_data)¶
 - Parameters:
 arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
Asynchronously invokes the ‘Disconnect() [gdbus-method-org-freedesktop-UDisks2-NVMe-Fabrics.Disconnect]’ 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.NVMeFabrics.call_disconnect_finish() to get the result of the operation.See
UDisks.NVMeFabrics.call_disconnect_sync() for the synchronous, blocking version of this method.New in version 2.10.0.
- call_disconnect_finish(res)¶
 - Parameters:
 res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toUDisks.NVMeFabrics.call_disconnect().- Raises:
 - Returns:
 - Return type:
 
Finishes an operation started with
UDisks.NVMeFabrics.call_disconnect().New in version 2.10.0.
- call_disconnect_sync(arg_options, cancellable)¶
 - Parameters:
 arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.
- Raises:
 - Returns:
 - Return type:
 
Synchronously invokes the ‘Disconnect() [gdbus-method-org-freedesktop-UDisks2-NVMe-Fabrics.Disconnect]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.NVMeFabrics.call_disconnect() for the asynchronous version of this method.New in version 2.10.0.
- complete_disconnect(invocation)¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the ‘Disconnect() [gdbus-method-org-freedesktop-UDisks2-NVMe-Fabrics.Disconnect]’ 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_disconnect(invocation, arg_options) virtual¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) –arg_options (
GLib.Variant) –
- Return type:
 
Handler for the
UDisks.NVMeFabrics::handle-disconnectsignal.
Signal Details¶
- UDisks.NVMeFabrics.signals.handle_disconnect(n_v_me_fabrics, invocation, arg_options)¶
 - Signal Name:
 handle-disconnect- Flags:
 - Parameters:
 n_v_me_fabrics (
UDisks.NVMeFabrics) – The object which received the signalinvocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.arg_options (
GLib.Variant) – Argument passed by remote caller.
- Returns:
 Gio.DBUS_METHOD_INVOCATION_HANDLEDorTrueif the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLEDorFalseto let other signal handlers run.- Return type:
 
Signal emitted when a remote caller is invoking the ‘Disconnect() [gdbus-method-org-freedesktop-UDisks2-NVMe-Fabrics.Disconnect]’ 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.NVMeFabrics.complete_disconnect() 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_METHODerror is returned.New in version 2.10.0.
Property Details¶
- UDisks.NVMeFabrics.props.host_id¶
 - 
Represents the D-Bus property ‘“HostID” [gdbus-property-org-freedesktop-UDisks2-NVMe-Fabrics.HostID]’.
Since the D-Bus property for this
GObject.Objectproperty 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.NVMeFabrics.props.host_nqn¶
 - 
Represents the D-Bus property ‘“HostNQN” [gdbus-property-org-freedesktop-UDisks2-NVMe-Fabrics.HostNQN]’.
Since the D-Bus property for this
GObject.Objectproperty 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.NVMeFabrics.props.transport¶
 - 
Represents the D-Bus property ‘“Transport” [gdbus-property-org-freedesktop-UDisks2-NVMe-Fabrics.Transport]’.
Since the D-Bus property for this
GObject.Objectproperty 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.NVMeFabrics.props.transport_address¶
 - 
Represents the D-Bus property ‘“TransportAddress” [gdbus-property-org-freedesktop-UDisks2-NVMe-Fabrics.TransportAddress]’.
Since the D-Bus property for this
GObject.Objectproperty 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.