NM.SettingPppoe¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.SettingPppoe(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
PPP-over-Ethernet Settings
- classmethod new()¶
- Returns:
the new empty
NM.SettingPppoeobject- Return type:
Creates a new
NM.SettingPppoeobject with default values.
- get_parent()¶
- Returns:
the
NM.SettingPppoe:parentproperty of the setting- Return type:
New in version 1.10.
- get_password()¶
- Returns:
the
NM.SettingPppoe:passwordproperty of the setting- Return type:
- get_password_flags()¶
- Returns:
the
NM.SettingSecretFlagspertaining to theNM.SettingPppoe:password- Return type:
- get_service()¶
- Returns:
the
NM.SettingPppoe:serviceproperty of the setting- Return type:
- get_username()¶
- Returns:
the
NM.SettingPppoe:usernameproperty of the setting- Return type:
Property Details¶
- NM.SettingPppoe.props.parent¶
- Name:
parent- Type:
- Default Value:
- Flags:
If given, specifies the parent interface name on which this PPPoE connection should be created. If this property is not specified, the connection is activated on the interface specified in
NM.SettingConnection:interface-nameofNM.SettingConnection.New in version 1.10.
- NM.SettingPppoe.props.password¶
- Name:
password- Type:
- Default Value:
- Flags:
Password used to authenticate with the PPPoE service.
- NM.SettingPppoe.props.password_flags¶
- Name:
password-flags- Type:
- Default Value:
- Flags:
Flags indicating how to handle the
NM.SettingPppoe:passwordproperty.
- NM.SettingPppoe.props.service¶
- Name:
service- Type:
- Default Value:
- Flags:
If specified, instruct PPPoE to only initiate sessions with access concentrators that provide the specified service. For most providers, this should be left blank. It is only required if there are multiple access concentrators or a specific service is known to be required.