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