gi-nm-1.0.1: NM bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.NM.Objects.DeviceOvsBridge

Description

No description available in the introspection data.

Since: 1.10

Synopsis

Exported types

class (GObject o, IsDescendantOf DeviceOvsBridge o) => IsDeviceOvsBridge o Source #

Type class for types which can be safely cast to DeviceOvsBridge, for instance with toDeviceOvsBridge.

Instances

Instances details
(GObject o, IsDescendantOf DeviceOvsBridge o) => IsDeviceOvsBridge o Source # 
Instance details

Defined in GI.NM.Objects.DeviceOvsBridge

toDeviceOvsBridge :: (MonadIO m, IsDeviceOvsBridge o) => o -> m DeviceOvsBridge Source #

Cast to DeviceOvsBridge, for types for which this is known to be safe. For general casts, use castTo.

Methods

getSlaves

deviceOvsBridgeGetSlaves Source #

Arguments

:: (HasCallStack, MonadIO m, IsDeviceOvsBridge a) 
=> a

device: a DeviceOvsBridge

-> m [Device]

Returns: the PtrArray containing NMDevices that are ports of device. This is the internal copy used by the device, and must not be modified.

Deprecated: (Since version 1.34)Use deviceGetPorts instead.

Gets the ports currently attached as port to device.

Since: 1.14

Properties

slaves