vna appliance show

コマンド概要

環境変数で指定したテナントに存在する仮想ネットワークアプライアンスの詳細を表示します。


必須パラメーター

パラメーター名 データ形式 デフォルト値 パラメーター説明
APPLIANCE_ID <uuid> なし 表示する仮想ネットワークアプライアンスのID

任意パラメーター

パラメーター名 データ形式 デフォルト値 パラメーター説明
- - - -

コマンド使用例

ecl vna appliance show

$ ecl vna appliance show 540e6f2d-c308-4765-a01e-fab9a8f24e55
+--------------------------------+------------------------------------------------------------+
| Field                          | Value                                                      |
+--------------------------------+------------------------------------------------------------+
| ID                             | 540e6f2d-c308-4765-a01e-fab9a8f24e55                       |
| Name                           | demo-vna-01                                                |
| Description                    |                                                            |
| Tags                           | {}                                                         |
| Virtual Network Appliance Plan | Juniper_vSRX_15.1X49-D100_2CPU_4GB_8IF_STD                 |
| Appliance Type                 | ECL::VirtualNetworkAppliance::VSRX                         |
| Availability Zone              | zone1-groupb                                               |
| OS Monitoring Status           | initial                                                    |
| OS Login Status                | initial                                                    |
| VM Status                      | initial                                                    |
| Operation Status               | PROCESSING                                                 |
| Interfaces                     | {                                                          |
|                                |   "interface_8": {                                         |
|                                |     "network_id": "",                                      |
|                                |     "fixed_ips": [],                                       |
|                                |     "name": "",                                            |
|                                |     "allowed_address_pairs": [],                           |
|                                |     "updatable": true                                      |
|                                |   },                                                       |
|                                |   "interface_7": {                                         |
|                                |     "network_id": "",                                      |
|                                |     "fixed_ips": [],                                       |
|                                |     "name": "",                                            |
|                                |     "allowed_address_pairs": [],                           |
|                                |     "updatable": true                                      |
|                                |   },                                                       |
|                                |   "interface_6": {                                         |
|                                |     "network_id": "",                                      |
|                                |     "fixed_ips": [],                                       |
|                                |     "name": "",                                            |
|                                |     "allowed_address_pairs": [],                           |
|                                |     "updatable": true                                      |
|                                |   },                                                       |
|                                |   "interface_5": {                                         |
|                                |     "network_id": "",                                      |
|                                |     "fixed_ips": [],                                       |
|                                |     "name": "",                                            |
|                                |     "allowed_address_pairs": [],                           |
|                                |     "updatable": true                                      |
|                                |   },                                                       |
|                                |   "interface_4": {                                         |
|                                |     "network_id": "",                                      |
|                                |     "fixed_ips": [],                                       |
|                                |     "name": "",                                            |
|                                |     "allowed_address_pairs": [],                           |
|                                |     "updatable": true                                      |
|                                |   },                                                       |
|                                |   "interface_3": {                                         |
|                                |     "network_id": "",                                      |
|                                |     "fixed_ips": [],                                       |
|                                |     "name": "",                                            |
|                                |     "allowed_address_pairs": [],                           |
|                                |     "updatable": true                                      |
|                                |   },                                                       |
|                                |   "interface_2": {                                         |
|                                |     "network_id": "",                                      |
|                                |     "fixed_ips": [],                                       |
|                                |     "name": "",                                            |
|                                |     "allowed_address_pairs": [],                           |
|                                |     "updatable": true                                      |
|                                |   },                                                       |
|                                |   "interface_1": {                                         |
|                                |     "network_id": "92c32192-2dfa-4f16-97b3-c6af345b3f78",  |
|                                |     "fixed_ips": [                                         |
|                                |       {                                                    |
|                                |         "subnet_id": "",                                   |
|                                |         "fixed_ip_address": "10.255.0.10"                  |
|                                |       }                                                    |
|                                |     ],                                                     |
|                                |     "name": "default-interface",                           |
|                                |     "allowed_address_pairs": [],                           |
|                                |     "updatable": true                                      |
|                                |   }                                                        |
|                                | }                                                          |
+--------------------------------+------------------------------------------------------------+