hmc_create_virtual_network
Create a Virtual Network (VLAN) on a managed IBM Power system by specifying the system, VLAN ID, and backing virtual switch, with optional tagging for bridged traffic.
Instructions
Create a Virtual Network (VLAN) on a managed system.
system_name_or_uuid: accepts either a SystemName or a UUID (find it with hmc_systems). vswitch_id is the numeric SwitchID of the backing VirtualSwitch (see hmc_list_virtual_switches). tagged sets whether bridged traffic keeps the VLAN tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tagged | No | ||
| vlan_id | Yes | ||
| vswitch_id | Yes | ||
| system_name_or_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |