Interface IscsiBondsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    IscsiBondsService

    public static interface IscsiBondsService.AddResponse
    extends Response
    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 ----