Class MacPoolsServiceImpl

    • Constructor Detail

    • Method Detail

      • add

        public MacPoolsService.AddRequest add()
        Description copied from interface: MacPoolsService
        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 ----
        Specified by:
        add in interface MacPoolsService