Package org.ovirt.engine.sdk4.services
Interface NetworkLabelsService.AddRequest
-
- All Superinterfaces:
Request<NetworkLabelsService.AddRequest,NetworkLabelsService.AddResponse>
- Enclosing interface:
- NetworkLabelsService
public static interface NetworkLabelsService.AddRequest extends Request<NetworkLabelsService.AddRequest,NetworkLabelsService.AddResponse>
Attaches label to logical network. You can attach labels to a logical network to automate the association of that logical network with physical host network interfaces to which the same label has been attached. For example, to attach the label `mylabel` to a logical network having id `123` send a request like this: [source] ---- POST /ovirt-engine/api/networks/123/networklabels ---- With a request body like this: [source,xml] --------
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkLabelsService.AddRequest
label(NetworkLabelBuilder label)
NetworkLabelsService.AddRequest
label(NetworkLabel label)
-
-
-
Method Detail
-
label
NetworkLabelsService.AddRequest label(NetworkLabel label)
-
label
NetworkLabelsService.AddRequest label(NetworkLabelBuilder label)
-
-