Interface StorageServerConnectionExtensionService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    StorageServerConnectionExtensionService

    public static interface StorageServerConnectionExtensionService.UpdateResponse
    extends Response
    Update a storage server connection extension for the given host. To update the storage connection `456` of host `123` send a request like this: [source] ---- PUT /ovirt-engine/api/hosts/123/storageconnectionextensions/456 ---- With a request body like this: [source,xml] ---- iqn.2016-01.com.example:mytarget myuser mypassword ----