Interface IscsiBondsService

    • Method Detail

      • add

        IscsiBondsService.AddRequest add()
        Create a new iSCSI bond on a data center. For example, to create a new iSCSI bond on data center `123` using storage connections `456` and `789`, send a request like this: [source] ---- POST /ovirt-engine/api/datacenters/123/iscsibonds ---- The request body should look like this: [source,xml] ---- mybond ----
      • list

        IscsiBondsService.ListRequest list()
        Returns the list of iSCSI bonds configured in the data center. The order of the returned list of iSCSI bonds isn't guaranteed.
      • service

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