Get additional information about ports: Logical name (e.g. enp7s0) if applicable Mac address
(self, ports: list[Port])
| 254 | |
| 255 | @abstractmethod |
| 256 | def update_ports(self, ports: list[Port]) -> None: |
| 257 | """ |
| 258 | Get additional information about ports: |
| 259 | Logical name (e.g. enp7s0) if applicable |
| 260 | Mac address |
| 261 | """ |
| 262 | |
| 263 | @abstractmethod |
| 264 | def configure_port_state(self, port: Port, enable: bool) -> None: |