UDisks.NVMeFabrics

g GObject.GInterface GObject.GInterface UDisks.NVMeFabrics UDisks.NVMeFabrics GObject.GInterface->UDisks.NVMeFabrics

Implementations:

UDisks.NVMeFabricsProxy, UDisks.NVMeFabricsSkeleton

Methods

class

interface_info ()

class

override_properties (klass, property_id_begin)

call_disconnect (arg_options, cancellable, callback, *user_data)

call_disconnect_finish (res)

call_disconnect_sync (arg_options, cancellable)

complete_disconnect (invocation)

Virtual Methods

do_handle_disconnect (invocation, arg_options)

Properties

Name

Type

Flags

Short Description

host-id

str

r/w

HostID

host-nqn

str

r/w

HostNQN

transport

str

r/w

Transport

transport-address

str

r/w

TransportAddress

Signals

Name

Short Description

handle-disconnect

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:

GObject.GInterface

Structure:

UDisks.NVMeFabricsIface

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:

Gio.DBusInterfaceInfo

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:
Returns:

The last property id.

Return type:

int

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

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

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 call UDisks.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) – The Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to UDisks.NVMeFabrics.call_disconnect().

Raises:

GLib.Error

Returns:

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

Return type:

bool

Finishes an operation started with UDisks.NVMeFabrics.call_disconnect().

New in version 2.10.0.

call_disconnect_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 ‘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) – A Gio.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:
Return type:

bool

Signal Details

UDisks.NVMeFabrics.signals.handle_disconnect(n_v_me_fabrics, invocation, arg_options)
Signal Name:

handle-disconnect

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 ‘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 call UDisks.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, the Gio.DBusError.UNKNOWN_METHOD error is returned.

New in version 2.10.0.

Property Details

UDisks.NVMeFabrics.props.host_id
Name:

host-id

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

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

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.NVMeFabrics.props.host_nqn
Name:

host-nqn

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

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

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.NVMeFabrics.props.transport
Name:

transport

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

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

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.NVMeFabrics.props.transport_address
Name:

transport-address

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

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

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.