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.SettingIpvlanobject- Return type:
Creates a new
NM.SettingIpvlanobject with default values.New in version 1.52.
- get_mode()¶
- Returns:
the
NM.SettingIpvlan:modeproperty of the setting- Return type:
New in version 1.52.
- get_parent()¶
- Returns:
the
NM.SettingIpvlan:parentproperty of the setting- Return type:
New in version 1.52.
- get_private()¶
- Returns:
the
NM.SettingIpvlan:privateproperty of the setting- Return type:
New in version 1.52.
- get_vepa()¶
- Returns:
the
NM.SettingIpvlan:vepaproperty 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.L3andNM.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.SettingWiredsetting with aNM.SettingWired:mac-addressproperty.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.