Interface NetworksService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    NetworksService

    public static interface NetworksService.ListResponse
    extends Response
    List logical networks. For example: [source] ---- GET /ovirt-engine/api/networks ---- Will respond: [source,xml] ---- ovirtmgmt Default Management Network 0 false vm ... ---- The order of the returned list of networks is guaranteed only if the `sortby` clause is included in the `search` parameter.