vinfra service compute router iface list

List router interfaces:

usage: vinfra service compute router iface list [--long] router
--long
Enable access and listing of all fields of objects.
router
Virtual router name or ID

Example:

# vinfra service compute router iface list myrouter
+--------------------------------+-------------+-----------------+--------+
| network_id                     | is_external | ip_addresses    | status |
+--------------------------------+-------------+-----------------+--------+
| 720e45bc-4225-<...> (public)   | True        | - 10.94.129.76  | ACTIVE |
| e6f146ce-a6d0-<...> (private)  | False       | - 192.168.128.1 | ACTIVE |
| 86803e07-a6d7-<...> (private2) | False       | - 192.168.30.3  | ACTIVE |
+--------------------------------+-------------+-----------------+--------+

This command lists interfaces of the virtual router myrouter.