ModemManager.BearerIpConfig¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| get_address() | |
| get_dns() | |
| get_gateway() | |
| get_method() | |
| get_mtu() | |
| get_prefix() | 
Virtual Methods¶
| Inherited: | GObject.Object (7) | 
|---|
Properties¶
None
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Class Details¶
- 
class ModemManager.BearerIpConfig(**kwargs)¶
- Bases: - GObject.Object- Abstract: - No - Structure: - ModemManager.BearerIpConfigClass- The - ModemManager.BearerIpConfigstructure contains private data and should only be accessed using the provided API.- 
get_address()¶
- Returns: - a string with the IP address, or - Noneif unknown. Do not free the returned value, it is owned by self.- Return type: - str- Gets the IP address to be used with this bearer. - New in version 1.0. 
 - 
get_dns()¶
- Returns: - a - None-terminated array of strings. Do not free the returned value, it is owned by self.- Return type: - [ - str]- Gets the list of IP addresses of DNS servers to be used with this bearer. - New in version 1.0. 
 - 
get_gateway()¶
- Returns: - a string with the IP address, or - Noneif unknown. Do not free the returned value, it is owned by self.- Return type: - str- Gets the IP address of the gateway to be used with this bearer. - New in version 1.0. 
 - 
get_method()¶
- Returns: - a - ModemManager.BearerIpMethod.- Return type: - ModemManager.BearerIpMethod- Gets the IP method to be used with this bearer. - New in version 1.0. 
 
-