zhmcclient/python-zhmcclient

Support for returning the backing port of a Nic object

andy-maier opened this issue · 0 comments

Since NICs can be vswitch-based or port-based, it is cumbersome for users to get the backing adapter and port of a NIC.

Provide a convenient way to get the backing adapter port, e.g. a new Nic.backing_port() method.

This would be useful in a stop-gap solution to issue zhmcclient/zhmc-prometheus-exporter#450