vinfra service compute network show

Display compute network details:

usage: vinfra service compute network show <network>
<network>
Network ID or name

Example:

# vinfra service compute network show mypubnet
+------------------+----------------------------------------------------+
| Field            | Value                                              |
+------------------+----------------------------------------------------+
| allocation_pools | 10.136.18.141-10.136.18.148                        |
| cidr             | 10.136.16.0/22                                     |
| dns_nameservers  | 10.35.11.7                                         |
| enable_dhcp      | True                                               |
| gateway_ip       | 10.136.16.1                                        |
| id               | 22674f9d-1c94-4953-b79b-7f6029ee9bd0               |
| ip_version       | 4                                                  |
| ipam_enabled     | True                                               |
| name             | mypubnet                                           |
| physical_network | Public                                             |
| project_id       | c22613639b3147e0b22ef057b87698fe                   |
| rbac_policies    | - actions:                                         |
|                  |   - routed                                         |
|                  |   - shared                                         |
|                  |   target_domain: cd421db9f3e84e3e8cd2c932c1f7a698  |
|                  |   target_project: f59a0d9a4cd543daa73160575d48611b |
| router_external  | True                                               |
| shared           | False                                              |
| tags             | []                                                 |
| type             | physical                                           |
| vlan_id          |                                                    |
+------------------+----------------------------------------------------+

This command shows the details of the compute network mypubnet.