Interface MacPoolsService

    • Method Detail

      • add

        MacPoolsService.AddRequest add()
        Creates a new MAC address pool. Creation of a MAC address pool requires values for the `name` and `ranges` attributes. For example, to create MAC address pool send a request like this: [source] ---- POST /ovirt-engine/api/macpools ---- With a request body like this: [source,xml] ---- MACPool A MAC address pool true false 00:1A:4A:16:01:51 00:1A:4A:16:01:e6 ----
      • list

        MacPoolsService.ListRequest list()
        Return the list of MAC address pools of the system. The returned list of MAC address pools isn't guaranteed.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.