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

Description

No description available in the introspection data.

Since: 1.24

Synopsis

Exported types

newtype DeviceVrf Source #

Memory-managed wrapper type.

Instances

Instances details
Eq DeviceVrf Source # 
Instance details

Defined in GI.NM.Objects.DeviceVrf

GObject DeviceVrf Source # 
Instance details

Defined in GI.NM.Objects.DeviceVrf

ManagedPtrNewtype DeviceVrf Source # 
Instance details

Defined in GI.NM.Objects.DeviceVrf

TypedObject DeviceVrf Source # 
Instance details

Defined in GI.NM.Objects.DeviceVrf

Methods

glibType :: IO GType #

HasParentTypes DeviceVrf Source # 
Instance details

Defined in GI.NM.Objects.DeviceVrf

IsGValue (Maybe DeviceVrf) Source #

Convert DeviceVrf to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.NM.Objects.DeviceVrf

type ParentTypes DeviceVrf Source # 
Instance details

Defined in GI.NM.Objects.DeviceVrf

class (GObject o, IsDescendantOf DeviceVrf o) => IsDeviceVrf o Source #

Type class for types which can be safely cast to DeviceVrf, for instance with toDeviceVrf.

Instances

Instances details
(GObject o, IsDescendantOf DeviceVrf o) => IsDeviceVrf o Source # 
Instance details

Defined in GI.NM.Objects.DeviceVrf

toDeviceVrf :: (MonadIO m, IsDeviceVrf o) => o -> m DeviceVrf Source #

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

Methods

getTable

deviceVrfGetTable Source #

Arguments

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

device: a DeviceVrf

-> m Word32

Returns: the device's VRF routing table.

No description available in the introspection data.

Since: 1.24

Properties

table

The device's VRF table.

Since: 1.24

getDeviceVrfTable :: (MonadIO m, IsDeviceVrf o) => o -> m Word32 Source #

Get the value of the “table” property. When overloading is enabled, this is equivalent to

get deviceVrf #table