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.DeviceOvsPort
Description
No description available in the introspection data.
Since: 1.10
Synopsis
- newtype DeviceOvsPort = DeviceOvsPort (ManagedPtr DeviceOvsPort)
- class (GObject o, IsDescendantOf DeviceOvsPort o) => IsDeviceOvsPort o
- toDeviceOvsPort :: (MonadIO m, IsDeviceOvsPort o) => o -> m DeviceOvsPort
- deviceOvsPortGetSlaves :: (HasCallStack, MonadIO m, IsDeviceOvsPort a) => a -> m [Device]
Exported types
newtype DeviceOvsPort Source #
Memory-managed wrapper type.
Constructors
DeviceOvsPort (ManagedPtr DeviceOvsPort) |
Instances
Eq DeviceOvsPort Source # | |
Defined in GI.NM.Objects.DeviceOvsPort Methods (==) :: DeviceOvsPort -> DeviceOvsPort -> Bool # (/=) :: DeviceOvsPort -> DeviceOvsPort -> Bool # | |
GObject DeviceOvsPort Source # | |
Defined in GI.NM.Objects.DeviceOvsPort | |
ManagedPtrNewtype DeviceOvsPort Source # | |
Defined in GI.NM.Objects.DeviceOvsPort Methods | |
TypedObject DeviceOvsPort Source # | |
Defined in GI.NM.Objects.DeviceOvsPort | |
HasParentTypes DeviceOvsPort Source # | |
Defined in GI.NM.Objects.DeviceOvsPort | |
IsGValue (Maybe DeviceOvsPort) Source # | Convert |
Defined in GI.NM.Objects.DeviceOvsPort Methods gvalueGType_ :: IO GType # gvalueSet_ :: Ptr GValue -> Maybe DeviceOvsPort -> IO () # gvalueGet_ :: Ptr GValue -> IO (Maybe DeviceOvsPort) # | |
type ParentTypes DeviceOvsPort Source # | |
Defined in GI.NM.Objects.DeviceOvsPort |
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
(GObject o, IsDescendantOf DeviceOvsPort o) => IsDeviceOvsPort o Source # | |
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
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
deviceOvsPortGetSlaves Source #
Arguments
:: (HasCallStack, MonadIO m, IsDeviceOvsPort a) | |
=> a |
|
-> m [Device] | Returns: the |
Deprecated: (Since version 1.34)Use deviceGetPorts
instead.
Gets the interfaces currently attached as port to device
.
Since: 1.14