Creates an Ethernet-based network.
create Network [
roles=
{
MANAGEMENT
|
LIVE_MIGRATE
|
CLUSTER_HEARTBEAT
|
VIRTUAL_MACHINE
|
STORAGE
}
] [
vlanSegment=value
] [
server=value
]
name=value
[
description=value
]
This command creates an Ethernet-based network.
The following table shows the available options for this command.
Option | Description |
|---|---|
roles= { MANAGEMENT | LIVE_MIGRATE | CLUSTER_HEARTBEAT | VIRTUAL_MACHINE | STORAGE } | The network roles. Enter options separated by commas (,), for example: roles='VIRTUAL_MACHINE,STORAGE' |
vlanSegment= | The name or ID of a VLAN segment. |
server= | The name or ID of an Oracle VM Server. |
name= | A name to identify the network. |
description= | Optional description for the network. |
Any create command only creates a single instance of an object, and therefore only accepts a single object instance as an attribute. Providing more than one object of the same attribute type as a parameter always results in the last attribute value taking precedence.