Interface MacPoolService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    MacPoolService

    public static interface MacPoolService.UpdateResponse
    extends Response
    Updates a MAC address pool. The `name`, `description`, `allow_duplicates`, and `ranges` attributes can be updated. For example, to update the MAC address pool of id `123` send a request like this: [source] ---- PUT /ovirt-engine/api/macpools/123 ---- With a request body like this: [source,xml] ---- UpdatedMACPool An updated MAC address pool false 00:1A:4A:16:01:51 00:1A:4A:16:01:e6 02:1A:4A:01:00:00 02:1A:4A:FF:FF:FF ----