NM.SettingIpvlan¶
- 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 |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.SettingIpvlan(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
IPVLAN Settings
- classmethod new()¶
- Returns:
the new empty
NM.SettingIpvlan
object- Return type:
Creates a new
NM.SettingIpvlan
object with default values.New in version 1.52.
- get_mode()¶
- Returns:
the
NM.SettingIpvlan
:mode
property of the setting- Return type:
New in version 1.52.
- get_parent()¶
- Returns:
the
NM.SettingIpvlan
:parent
property of the setting- Return type:
New in version 1.52.
- get_private()¶
- Returns:
the
NM.SettingIpvlan
:private
property of the setting- Return type:
New in version 1.52.
- get_vepa()¶
- Returns:
the
NM.SettingIpvlan
:vepa
property of the setting- Return type:
New in version 1.52.
Property Details¶
- NM.SettingIpvlan.props.mode¶
- Name:
mode
- Type:
- Default Value:
0
- Flags:
The IPVLAN mode. Valid values:
NM.SettingIpvlanMode.L2
,NM.SettingIpvlanMode.L3
andNM.SettingIpvlanMode.L3S
.New in version 1.52.
- NM.SettingIpvlan.props.parent¶
- Name:
parent
- Type:
- Default Value:
- Flags:
If given, specifies the parent interface name or parent connection UUID from which this IPVLAN interface should be created. If this property is not specified, the connection must contain an
NM.SettingWired
setting with aNM.SettingWired
:mac-address
property.New in version 1.52.
- NM.SettingIpvlan.props.private¶
- Name:
private
- Type:
- Default Value:
- Flags:
Whether the interface should be put in private mode.
New in version 1.52.