POST /ovirt-engine/api/networks
public static interface NetworksService.Add
Creates new logical network.
Creation of a new network requires the name
and data_center
elements.
For example, to create a network named mynetwork
for data center 123
send a request like this:
POST /ovirt-engine/api/networks
With a request body like this:
<network>
<name>mynetwork</name>
<data_center id="123"/>
</network>
Modifier and Type | Method and Description |
---|---|
Network |
network() |
Network network()
Copyright © 2016. All rights reserved.