Interface IscsiBondService

    • Method Detail

      • remove

        IscsiBondService.RemoveRequest remove()
        Removes of an existing iSCSI bond. For example, to remove the iSCSI bond `456` send a request like this: [source] ---- DELETE /ovirt-engine/api/datacenters/123/iscsibonds/456 ----
      • update

        IscsiBondService.UpdateRequest update()
        Updates an iSCSI bond. Updating of an iSCSI bond can be done on the `name` and the `description` attributes only. For example, to update the iSCSI bond `456` of data center `123`, send a request like this: [source] ---- PUT /ovirt-engine/api/datacenters/123/iscsibonds/1234 ---- The request body should look like this: [source,xml] ---- mybond My iSCSI bond ----
      • service

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