org.opensuse.Network.OVSBridge
Namespace
Namespace |
ovs-bridge |
Class compat |
netif-ovs-bridge |
Typedefs |
5 |
Properties |
vlan |
ports |
Methods |
changeDevice() |
Signals |
none |
Properties
- vlan (dict). This is a dict-based type that provides the following members:
- parent (string). This is a string
- tag (uint16).
- ports (array). This is an array of port-device.
Methods
- void changeDevice(dict config)
-
Argument config is mapped to element <ovs-bridge> of the device document.
It is a dict-based type that provides the following members:
- vlan (dict). This is a dict-based type that provides the following members:
- parent (string). This is a string
- tag (uint16).
- ports (array). This is an array of port-device.
Types defined in this scope
Type name |
Kind |
Definition |
port-config | dict | below |
port-device | dict | below |
bridge-config | dict | below |
configuration | dict | below |
Type port-config
This is a dict-based type that provides the following members:
- bridge (string). This is a string
Type port-device
This is a dict-based type that provides the following members:
- device (string). This is a string
Type bridge-config
This is a dict-based type that provides the following members:
- vlan (dict). This is a dict-based type that provides the following members:
- parent (string). This is a string
- tag (uint16).
- ports (array). This is an array of port-device.
Type configuration
This is a dict-based type that provides the following members:
- vlan (dict). This is a dict-based type that provides the following members:
- parent (string). This is a string
- tag (uint16).
- ports (array). This is an array of port-device.