Interface NetworkLabelsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    NetworkLabelsService

    public static interface NetworkLabelsService.AddResponse
    extends Response
    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] ---- ----