vna appliance meta update

コマンド概要

環境変数で指定したテナントに存在する仮想ネットワークアプライアンスのメタデータを更新します。


必須パラメーター

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

任意パラメーター

パラメーター名 データ形式 デフォルト値 パラメーター説明
--name <string> なし 更新する仮想ネットワークアプライアンスの名前
--description <string> なし 更新する仮想ネットワークアプライアンスの説明
--tags <json> {} 更新する仮想ネットワークアプライアンスのタグ

コマンド使用例

ecl vna appliance meta update

$ ecl vna appliance meta update --name demo-vna --description used-in-demo --tags '{"type": "demo"}' 3d86b47f-f238-4111-97d7-427ea048a713
 +--------------------------------+---------------------------------------------------------------+
 | Field                          | Value                                                         |
 +--------------------------------+---------------------------------------------------------------+
 | ID                             | 3d86b47f-f238-4111-97d7-427ea048a713                          |
 | Name                           | demo-vna                                                      |
 | Description                    | used-in-demo                                                  |
 | Tags                           | {u'type': u'demo'}                                            |
 | Virtual Network Appliance Plan | vSRX_15.1X49-D105.1_2CPU_4GB_8IF_STD                          |
 | Appliance Type                 | ECL::VirtualNetworkAppliance::VSRX                            |
 | Availability Zone              | zone1-groupb                                                  |
 | OS Monitoring Status           | ACTIVE                                                        |
 | OS Login Status                | ACTIVE                                                        |
 | VM Status                      | ACTIVE                                                        |
 | Operation Status               | PROCESSING                                                    |
 | Interfaces                     | {                                                             |
 |                                |   "interface_8": {                                            |
 |                                |     "name": "",                                               |
 |                                |     "allowed_address_pairs": [],                              |
 |                                |     "tags": {},                                               |
 |                                |     "network_id": "",                                         |
 |                                |     "updatable": true,                                        |
 |                                |     "fixed_ips": [],                                          |
 |                                |     "description": ""                                         |
 |                                |   },                                                          |
 |                                |   "interface_7": {                                            |
 |                                |     "name": "",                                               |
 |                                |     "allowed_address_pairs": [],                              |
 |                                |     "tags": {},                                               |
 |                                |     "network_id": "",                                         |
 |                                |     "updatable": true,                                        |
 |                                |     "fixed_ips": [],                                          |
 |                                |     "description": ""                                         |
 |                                |   },                                                          |
 |                                |   "interface_6": {                                            |
 |                                |     "name": "",                                               |
 |                                |     "allowed_address_pairs": [],                              |
 |                                |     "tags": {},                                               |
 |                                |     "network_id": "",                                         |
 |                                |     "updatable": true,                                        |
 |                                |     "fixed_ips": [],                                          |
 |                                |     "description": ""                                         |
 |                                |   },                                                          |
 |                                |   "interface_5": {                                            |
 |                                |     "name": "",                                               |
 |                                |     "allowed_address_pairs": [],                              |
 |                                |     "tags": {},                                               |
 |                                |     "network_id": "",                                         |
 |                                |     "updatable": true,                                        |
 |                                |     "fixed_ips": [],                                          |
 |                                |     "description": ""                                         |
 |                                |   },                                                          |
 |                                |   "interface_4": {                                            |
 |                                |     "name": "",                                               |
 |                                |     "allowed_address_pairs": [],                              |
 |                                |     "tags": {},                                               |
 |                                |     "network_id": "",                                         |
 |                                |     "updatable": true,                                        |
 |                                |     "fixed_ips": [],                                          |
 |                                |     "description": ""                                         |
 |                                |   },                                                          |
 |                                |   "interface_3": {                                            |
 |                                |     "name": "",                                               |
 |                                |     "allowed_address_pairs": [],                              |
 |                                |     "tags": {},                                               |
 |                                |     "network_id": "",                                         |
 |                                |     "updatable": true,                                        |
 |                                |     "fixed_ips": [],                                          |
 |                                |     "description": ""                                         |
 |                                |   },                                                          |
 |                                |   "interface_2": {                                            |
 |                                |     "name": "",                                               |
 |                                |     "allowed_address_pairs": [],                              |
 |                                |     "tags": {},                                               |
 |                                |     "network_id": "",                                         |
 |                                |     "updatable": true,                                        |
 |                                |     "fixed_ips": [],                                          |
 |                                |     "description": ""                                         |
 |                                |   },                                                          |
 |                                |   "interface_1": {                                            |
 |                                |     "name": "default-interface",                              |
 |                                |     "allowed_address_pairs": [],                              |
 |                                |     "tags": {},                                               |
 |                                |     "network_id": "c1ec390c-f5dd-466b-9760-4391f2c05603",     |
 |                                |     "updatable": true,                                        |
 |                                |     "fixed_ips": [                                            |
 |                                |       {                                                       |
 |                                |         "subnet_id": "bb718ded-e18c-441b-a207-e14b55106a47",  |
 |                                |         "ip_address": "10.255.0.10"                           |
 |                                |       }                                                       |
 |                                |     ],                                                        |
 |                                |     "description": ""                                         |
 |                                |   }                                                           |
 |                                | }                                                             |
 +--------------------------------+---------------------------------------------------------------+