UDisks.PhysicalVolume

g GObject.GInterface GObject.GInterface UDisks.PhysicalVolume UDisks.PhysicalVolume GObject.GInterface->UDisks.PhysicalVolume

Implementations:

UDisks.PhysicalVolumeProxy, UDisks.PhysicalVolumeSkeleton

Methods

class

interface_info ()

class

override_properties (klass, property_id_begin)

Virtual Methods

None

Properties

Name

Type

Flags

Short Description

free-size

int

r/w

FreeSize

size

int

r/w

Size

volume-group

str

r/w

VolumeGroup

Signals

None

Fields

None

Class Details

class UDisks.PhysicalVolume
Bases:

GObject.GInterface

Structure:

UDisks.PhysicalVolumeIface

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

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.PhysicalVolume 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.PhysicalVolume interface for a concrete class. The properties are overridden in the order they are defined.

New in version 2.0.0.

Property Details

UDisks.PhysicalVolume.props.free_size
Name:

free-size

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Represents the D-Bus property “FreeSize”.

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.PhysicalVolume.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.PhysicalVolume.props.volume_group
Name:

volume-group

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Represents the D-Bus property “VolumeGroup”.

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.