vna appliance interface update¶
必須パラメーター¶
パラメーター名 | データ形式 | デフォルト値 | パラメーター説明 |
---|---|---|---|
INTERFACE |
<slot-no=number,name=string,description=string,tags=json,net-id=net-uuid,fixed-ips=ip-addr> | なし | 更新する仮想ネットワークアプライアンスのインターフェースのプロパティ。複数指定可能です。 |
APPLIANCE_ID |
<uuid> | なし | 更新する仮想ネットワークアプライアンスのID |
コマンド使用例¶
ecl vna appliance interface update
$ ecl vna appliance interface update slot-no=1,name=demo-if1,description=used-in-demo,tags='{"type":"demo"}',net-id=c1ec390c-f5dd-466b-9760-4391f2c05603 slot-no=2,name=demo-if2,description=used-in-demo,tags='{"type":"demo"}',net-id=de409357-f0f4-4021-b3a6-510a357eee80,fixed-ips=10.0.0.22:10.0.0.23 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": "demo-if2", |
| | "allowed_address_pairs": [], |
| | "tags": { |
| | "type": "demo" |
| | }, |
| | "network_id": "de409357-f0f4-4021-b3a6-510a357eee80", |
| | "updatable": true, |
| | "fixed_ips": [ |
| | { |
| | "subnet_id": "", |
| | "ip_address": "10.0.0.23" |
| | }, |
| | { |
| | "subnet_id": "", |
| | "ip_address": "10.0.0.22" |
| | } |
| | ], |
| | "description": "used-in-demo" |
| | }, |
| | "interface_1": { |
| | "name": "demo-if1", |
| | "allowed_address_pairs": [], |
| | "tags": { |
| | "type": "demo" |
| | }, |
| | "network_id": "c1ec390c-f5dd-466b-9760-4391f2c05603", |
| | "updatable": true, |
| | "fixed_ips": [], |
| | "description": "used-in-demo" |
| | } |
| | } |
+--------------------------------+------------------------------------------------------------+
注釈
- 複数のfixed-ipsを指定する場合はコロンで区切ります(e.g. slot-no=2,net-id=de409357-f0f4-4021-b3a6-510a357eee80,fixed-ips=10.0.0.22:10.0.0.23)。
- インターフェースからネットワークを取り外す場合はnet-idに空文字を指定します(e.g. slot-no=2,net-id=)。
- インターフェースのfixed-ipsを削除する場合は空文字を指定します(e.g. slot-no=2,net-id=d735e8e8-1500-4ff4-aefe-05f6a346ee6b,fixed-ips=)。
- インターフェースにネットワークを接続する際にfixed-ipsを指定しなかった場合は自動で払い出されます(e.g. slot-no=2,net-id=d735e8e8-1500-4ff4-aefe-05f6a346ee6b)。接続済みのネットワークでfixed-ipsを自動払い出しに変更することはできません。