Uses of Interface
org.ovirt.engine.sdk4.services.QuotaService.RemoveRequest
-
Packages that use QuotaService.RemoveRequest Package Description org.ovirt.engine.sdk4.internal.services org.ovirt.engine.sdk4.services -
-
Uses of QuotaService.RemoveRequest in org.ovirt.engine.sdk4.internal.services
Methods in org.ovirt.engine.sdk4.internal.services that return QuotaService.RemoveRequest Modifier and Type Method Description QuotaService.RemoveRequest
QuotaServiceImpl. remove()
-
Uses of QuotaService.RemoveRequest in org.ovirt.engine.sdk4.services
Methods in org.ovirt.engine.sdk4.services that return QuotaService.RemoveRequest Modifier and Type Method Description QuotaService.RemoveRequest
QuotaService.RemoveRequest. async(Boolean async)
Indicates if the remove should be performed asynchronously.QuotaService.RemoveRequest
QuotaService. remove()
Delete a quota.
-