vinfra service compute load-balancer pool show

Display load balancer pool details:

usage: vinfra service compute load-balancer pool show <pool>
<pool>
Load balancer pool ID or name

Example:

# vinfra service compute load-balancer pool show mypool
+-----------------------+--------------------------------------------+
| Field                 | Value                                      |
+-----------------------+--------------------------------------------+
| backend_protocol      | HTTP                                       |
| backend_protocol_port | 80                                         |
| certificate           |                                            |
| connection_limit      | -1                                         |
| created_at            | 2019-11-18T13:11:27.982129                 |
| description           |                                            |
| enabled               | True                                       |
| healthmonitor         |                                            |
| id                    | fa40e282-b29a-465a-afaa-2c702d2bde17       |
| lb_algorithm          | LEAST_CONNECTIONS                          |
| listener_id           | 66cc714e-af7f-40eb-9db8-67b8b6b6d23c       |
| loadbalancer_id       | 941bf637-2d55-40f0-92c0-e65d6567b468       |
| members               | - address: 192.168.31.153                  |
|                       |   compute_server_id: d51c10a7-6187-<...>   |
|                       |   created_at: '2019-11-18T13:11:59.681101' |
|                       |   enabled: true                            |
|                       |   id: 3fd5dcc5-6e2c-4e22-8d0a-8e94e20a122f |
|                       |   name: ''                                 |
|                       |   pool_id: null                            |
|                       |   status: HEALTHY                          |
|                       |   updated_at: '2019-11-18T13:12:01.467306' |
|                       |   weight: 1                                |
|                       | - address: 192.168.31.22                   |
|                       |   compute_server_id: 54603109-8963-<...>   |
|                       |   created_at: '2019-11-18T13:12:10.176853' |
|                       |   enabled: true                            |
|                       |   id: ccb645b3-63c7-44f8-b861-b197c85506d4 |
|                       |   name: ''                                 |
|                       |   pool_id: null                            |
|                       |   status: HEALTHY                          |
|                       |   updated_at: '2019-11-18T13:12:12.281578' |
|                       |   weight: 1                                |
| name                  | mypool                                     |
| private_key           |                                            |
| project_id            | e4e059c67dee4736851df14d4519a5a5           |
| protocol              | HTTP                                       |
| protocol_port         | 80                                         |
| status                | ACTIVE                                     |
| sticky_session        | True                                       |
| updated_at            | 2019-11-18T13:12:12.305509                 |
+-----------------------+--------------------------------------------+

This command shows the details of the load balancer pool mypool.