Interface AttachedStorageDomainService.DeactivateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    AttachedStorageDomainService

    public static interface AttachedStorageDomainService.DeactivateResponse
    extends Response
    This operation deactivates an attached storage domain. Once the storage domain is deactivated it will not be used with the data center. For example, to deactivate storage domain `456`, send the following request: [source] ---- POST /ovirt-engine/api/datacenters/123/storagedomains/456/deactivate ---- With a request body like this: [source,xml] ---- ---- If the `force` parameter is `true` then the operation will succeed, even if the OVF update which takes place before the deactivation of the storage domain failed. If the `force` parameter is `false` and the OVF update failed, the deactivation of the storage domain will also fail.