Uses of Interface
org.ovirt.engine.sdk4.services.StorageServerConnectionService.UpdateNfsRequest
-
Packages that use StorageServerConnectionService.UpdateNfsRequest Package Description org.ovirt.engine.sdk4.internal.services org.ovirt.engine.sdk4.services -
-
Uses of StorageServerConnectionService.UpdateNfsRequest in org.ovirt.engine.sdk4.internal.services
Methods in org.ovirt.engine.sdk4.internal.services that return StorageServerConnectionService.UpdateNfsRequest Modifier and Type Method Description StorageServerConnectionService.UpdateNfsRequest
StorageServerConnectionServiceImpl. updateNfs()
-
Uses of StorageServerConnectionService.UpdateNfsRequest in org.ovirt.engine.sdk4.services
Methods in org.ovirt.engine.sdk4.services that return StorageServerConnectionService.UpdateNfsRequest Modifier and Type Method Description StorageServerConnectionService.UpdateNfsRequest
StorageServerConnectionService.UpdateNfsRequest. async(Boolean async)
Indicates if the update should be performed asynchronously.StorageServerConnectionService.UpdateNfsRequest
StorageServerConnectionService.UpdateNfsRequest. connection(StorageConnectionBuilder connection)
StorageServerConnectionService.UpdateNfsRequest
StorageServerConnectionService.UpdateNfsRequest. connection(StorageConnection connection)
StorageServerConnectionService.UpdateNfsRequest
StorageServerConnectionService.UpdateNfsRequest. force(Boolean force)
Indicates if the operation should succeed regardless to the relevant storage domain's status (i.e.StorageServerConnectionService.UpdateNfsRequest
StorageServerConnectionService. updateNfs()
Update the specified NFS storage connection in the system.
-