NM.SettingAdsl¶
- 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 |
|||
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.SettingAdsl(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
ADSL Settings
- classmethod new()¶
- Returns:
the new empty
NM.SettingAdsl
object- Return type:
Creates a new
NM.SettingAdsl
object with default values.
- get_encapsulation()¶
- Returns:
the
NM.SettingAdsl
:encapsulation
property of the setting- Return type:
- get_password()¶
- Returns:
the
NM.SettingAdsl
:password
property of the setting- Return type:
- get_password_flags()¶
- Returns:
the
NM.SettingSecretFlags
pertaining to theNM.SettingAdsl
:password
- Return type:
- get_protocol()¶
- Returns:
the
NM.SettingAdsl
:protocol
property of the setting- Return type:
- get_username()¶
- Returns:
the
NM.SettingAdsl
:username
property of the setting- Return type:
- get_vci()¶
- Returns:
the
NM.SettingAdsl
:vci
property of the setting- Return type:
- get_vpi()¶
- Returns:
the
NM.SettingAdsl
:vpi
property of the setting- Return type:
Property Details¶
- NM.SettingAdsl.props.encapsulation¶
- Name:
encapsulation
- Type:
- Default Value:
- Flags:
Encapsulation of ADSL connection. Can be “vcmux” or “llc”.
- NM.SettingAdsl.props.password¶
- Name:
password
- Type:
- Default Value:
- Flags:
Password used to authenticate with the ADSL service.
- NM.SettingAdsl.props.password_flags¶
- Name:
password-flags
- Type:
- Default Value:
- Flags:
Flags indicating how to handle the
NM.SettingAdsl
:password
property.
- NM.SettingAdsl.props.protocol¶
- Name:
protocol
- Type:
- Default Value:
- Flags:
ADSL connection protocol. Can be “pppoa”, “pppoe” or “ipoatm”.
- NM.SettingAdsl.props.username¶
- Name:
username
- Type:
- Default Value:
- Flags:
Username used to authenticate with the ADSL service.
- NM.SettingAdsl.props.vci¶
- Name:
vci
- Type:
- Default Value:
0
- Flags:
VCI of ADSL connection
- NM.SettingAdsl.props.vpi¶
- Name:
vpi
- Type:
- Default Value:
0
- Flags:
VPI of ADSL connection