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.DeviceOvsPort

Description

No description available in the introspection data.

Since: 1.10

Synopsis

Exported types

class (GObject o, IsDescendantOf DeviceOvsPort o) => IsDeviceOvsPort o Source #

Type class for types which can be safely cast to DeviceOvsPort, for instance with toDeviceOvsPort.

Instances

Instances details
(GObject o, IsDescendantOf DeviceOvsPort o) => IsDeviceOvsPort o Source # 
Instance details

Defined in GI.NM.Objects.DeviceOvsPort

toDeviceOvsPort :: (MonadIO m, IsDeviceOvsPort o) => o -> m DeviceOvsPort Source #

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

Methods

getSlaves

deviceOvsPortGetSlaves Source #

Arguments

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

device: a DeviceOvsPort

-> 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 interfaces currently attached as port to device.

Since: 1.14

Properties

slaves