Interface StorageServerConnectionsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    StorageServerConnectionsService

    public static interface StorageServerConnectionsService.AddResponse
    extends Response
    Creates a new storage connection. For example, to create a new storage connection for the NFS server `mynfs.example.com` and NFS share `/export/mydata` send a request like this: [source] ---- POST /ovirt-engine/api/storageconnections ---- With a request body like this: [source,xml] ---- nfs
    mynfs.example.com
    /export/mydata myhost
    ----