Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
GI.NM.Objects.DeviceOvsBridge
Description
No description available in the introspection data.
Since: 1.10
Synopsis
- newtype DeviceOvsBridge = DeviceOvsBridge (ManagedPtr DeviceOvsBridge)
- class (GObject o, IsDescendantOf DeviceOvsBridge o) => IsDeviceOvsBridge o
- toDeviceOvsBridge :: (MonadIO m, IsDeviceOvsBridge o) => o -> m DeviceOvsBridge
- deviceOvsBridgeGetSlaves :: (HasCallStack, MonadIO m, IsDeviceOvsBridge a) => a -> m [Device]
Exported types
newtype DeviceOvsBridge Source #
Memory-managed wrapper type.
Constructors
DeviceOvsBridge (ManagedPtr DeviceOvsBridge) |
Instances
Eq DeviceOvsBridge Source # | |
Defined in GI.NM.Objects.DeviceOvsBridge Methods (==) :: DeviceOvsBridge -> DeviceOvsBridge -> Bool # (/=) :: DeviceOvsBridge -> DeviceOvsBridge -> Bool # | |
GObject DeviceOvsBridge Source # | |
Defined in GI.NM.Objects.DeviceOvsBridge | |
ManagedPtrNewtype DeviceOvsBridge Source # | |
Defined in GI.NM.Objects.DeviceOvsBridge Methods toManagedPtr :: DeviceOvsBridge -> ManagedPtr DeviceOvsBridge # | |
TypedObject DeviceOvsBridge Source # | |
Defined in GI.NM.Objects.DeviceOvsBridge | |
HasParentTypes DeviceOvsBridge Source # | |
Defined in GI.NM.Objects.DeviceOvsBridge | |
IsGValue (Maybe DeviceOvsBridge) Source # | Convert |
Defined in GI.NM.Objects.DeviceOvsBridge Methods gvalueGType_ :: IO GType # gvalueSet_ :: Ptr GValue -> Maybe DeviceOvsBridge -> IO () # gvalueGet_ :: Ptr GValue -> IO (Maybe DeviceOvsBridge) # | |
type ParentTypes DeviceOvsBridge Source # | |
Defined in GI.NM.Objects.DeviceOvsBridge |
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
(GObject o, IsDescendantOf DeviceOvsBridge o) => IsDeviceOvsBridge o Source # | |
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
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, connectionCompatible, connectionValid, delete, deleteAsync, deleteFinish, disconnect, disconnectAsync, disconnectFinish, filterConnections, forceFloating, freezeNotify, getv, isFloating, isReal, isSoftware, notify, notifyByPspec, reapply, reapplyAsync, reapplyFinish, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getActiveConnection, getAppliedConnection, getAppliedConnectionAsync, getAppliedConnectionFinish, getAutoconnect, getAvailableConnections, getCapabilities, getClient, getConnectivity, getData, getDescription, getDeviceType, getDhcp4Config, getDhcp6Config, getDriver, getDriverVersion, getFirmwareMissing, getFirmwareVersion, getHwAddress, getIface, getInterfaceFlags, getIp4Config, getIp6Config, getIpIface, getLldpNeighbors, getManaged, getMetered, getMtu, getNmPluginMissing, getPath, getPhysicalPortId, getPorts, getProduct, getProperty, getQdata, getSettingType, getSlaves, getState, getStateReason, getTypeDescription, getUdi, getVendor.
Setters
setAutoconnect, setData, setDataFull, setManaged, setProperty.
getSlaves
deviceOvsBridgeGetSlaves Source #
Arguments
:: (HasCallStack, MonadIO m, IsDeviceOvsBridge a) | |
=> a |
|
-> m [Device] | Returns: the |
Deprecated: (Since version 1.34)Use deviceGetPorts
instead.
Gets the ports currently attached as port to device
.
Since: 1.14