Interface IscsiBondService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    IscsiBondService

    public static interface IscsiBondService.UpdateResponse
    extends Response
    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 ----
    • Method Detail

      • bond

        IscsiBond bond()
        The iSCSI bond to update.