NM.WimaxNsp¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
|
||
r |
|
||
r |
|
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.WimaxNsp(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.
- connection_valid(connection)¶
- Parameters:
connection (
NM.Connection
) – anNM.Connection
to validate against self- Returns:
True
if the connection may be activated with this WiMAX NSP,False
if it cannot be.- Return type:
Validates a given connection against a given WiMAX NSP to ensure that the connection may be activated with that NSP. The connection must match the self's network name and other attributes.
Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.
- filter_connections(connections)¶
- Parameters:
connections ([
NM.Connection
]) – an array ofNM.Connections
to filter- Returns:
an array of
NM.Connections
that could be activated with the given self. The array should be freed with g_ptr_array_unref() when it is no longer required.- Return type:
Filters a given array of connections for a given
NM.WimaxNsp
object and return connections which may be activated with the NSP. Any returned connections will match the self's network name and other attributes.Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.
- get_name()¶
- Returns:
the name
- Return type:
Gets the name of the wimax NSP
Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.
- get_network_type()¶
- Returns:
the network type
- Return type:
Gets the network type of the wimax NSP.
Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.
Property Details¶
- NM.WimaxNsp.props.name¶
-
The name of the WiMAX NSP.
Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.
- NM.WimaxNsp.props.network_type¶
- Name:
network-type
- Type:
- Default Value:
- Flags:
The network type of the WiMAX NSP.
Deprecated since version 1.22: WiMAX is no longer supported by NetworkManager since 1.2.0.