Uses of Interface
org.ovirt.engine.sdk4.services.AttachedStorageDomainService.DeactivateRequest
-
Packages that use AttachedStorageDomainService.DeactivateRequest Package Description org.ovirt.engine.sdk4.internal.services org.ovirt.engine.sdk4.services -
-
Uses of AttachedStorageDomainService.DeactivateRequest in org.ovirt.engine.sdk4.internal.services
Methods in org.ovirt.engine.sdk4.internal.services that return AttachedStorageDomainService.DeactivateRequest Modifier and Type Method Description AttachedStorageDomainService.DeactivateRequest
AttachedStorageDomainServiceImpl. deactivate()
-
Uses of AttachedStorageDomainService.DeactivateRequest in org.ovirt.engine.sdk4.services
Methods in org.ovirt.engine.sdk4.services that return AttachedStorageDomainService.DeactivateRequest Modifier and Type Method Description AttachedStorageDomainService.DeactivateRequest
AttachedStorageDomainService.DeactivateRequest. async(Boolean async)
Indicates if the deactivation should be performed asynchronously.AttachedStorageDomainService.DeactivateRequest
AttachedStorageDomainService. deactivate()
This operation deactivates an attached storage domain.AttachedStorageDomainService.DeactivateRequest
AttachedStorageDomainService.DeactivateRequest. force(Boolean force)
Indicates if the operation should succeed and the storage domain should be moved to a deactivated state, even if the OVF update for the storage domain failed.
-