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