Uses of Interface
org.ovirt.engine.sdk4.services.StorageServerConnectionService.RemoveRequest
-
Packages that use StorageServerConnectionService.RemoveRequest Package Description org.ovirt.engine.sdk4.internal.services org.ovirt.engine.sdk4.services -
-
Uses of StorageServerConnectionService.RemoveRequest in org.ovirt.engine.sdk4.internal.services
Methods in org.ovirt.engine.sdk4.internal.services that return StorageServerConnectionService.RemoveRequest Modifier and Type Method Description StorageServerConnectionService.RemoveRequest
StorageServerConnectionServiceImpl. remove()
-
Uses of StorageServerConnectionService.RemoveRequest in org.ovirt.engine.sdk4.services
Methods in org.ovirt.engine.sdk4.services that return StorageServerConnectionService.RemoveRequest Modifier and Type Method Description StorageServerConnectionService.RemoveRequest
StorageServerConnectionService.RemoveRequest. async(Boolean async)
Indicates if the remove should be performed asynchronously.StorageServerConnectionService.RemoveRequest
StorageServerConnectionService.RemoveRequest. host(String host)
The name or identifier of the host from which the connection would be unmounted (disconnected).StorageServerConnectionService.RemoveRequest
StorageServerConnectionService. remove()
Removes a storage connection.
-