NM.SettingOvsInterface¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.SettingOvsInterface(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Open vSwitch Interface Settings
- classmethod new()¶
- Returns:
the new empty
NM.SettingOvsInterface
object- Return type:
Creates a new
NM.SettingOvsInterface
object with default values.New in version 1.10.
- get_interface_type()¶
- Returns:
the
NM.SettingOvsInterface
:type
property of the setting- Return type:
New in version 1.10.
Property Details¶
- NM.SettingOvsInterface.props.ofport_request¶
- Name:
ofport-request
- Type:
- Default Value:
0
- Flags:
Open vSwitch openflow port number. Defaults to zero which means that port number will not be specified and it will be chosen randomly by ovs. OpenFlow ports are the network interfaces for passing packets between OpenFlow processing and the rest of the network. OpenFlow switches connect logically to each other via their OpenFlow ports.
New in version 1.42.