Interface DomainsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    DomainsService

    public static interface DomainsService.ListResponse
    extends Response
    List all the authentication domains in the system. Usage: .... GET /ovirt-engine/api/domains .... Will return the list of domains: [source,xml] ---- internal-authz ---- The order of the returned list of domains isn't guaranteed.
    • Method Detail

      • domains

        List<Domain> domains()
        The list of domains.