Interface StorageServerConnectionService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    StorageServerConnectionService

    public static interface StorageServerConnectionService.UpdateResponse
    extends Response
    Updates the storage connection. For example, to change the address of an NFS storage server, send a request like this: [source,xml] ---- PUT /ovirt-engine/api/storageconnections/123 ---- With a request body like this: [source,xml] ----
    mynewnfs.example.com
    ---- To change the connection of an iSCSI storage server, send a request like this: [source,xml] ---- PUT /ovirt-engine/api/storageconnections/123 ---- With a request body like this: [source,xml] ---- 3260 iqn.2017-01.com.myhost:444 ----