StorageDomainService.RemoveRequest |
StorageDomainService.RemoveRequest.async(Boolean async) |
Indicates if the remove should be performed asynchronously.
|
StorageDomainService.RemoveRequest |
StorageDomainService.RemoveRequest.destroy(Boolean destroy) |
Indicates if the operation should succeed, and the storage domain removed from the database, even if the
storage is not accessible.
|
StorageDomainService.RemoveRequest |
StorageDomainService.RemoveRequest.format(Boolean format) |
Indicates if the actual storage should be formatted, removing all the metadata from the underlying LUN or
directory:
[source]
----
DELETE /ovirt-engine/api/storageDomains/123?format=true
----
This parameter is optional, and the default value is `false`.
|
StorageDomainService.RemoveRequest |
StorageDomainService.RemoveRequest.host(String host) |
Indicates which host should be used to remove the storage domain.
|
StorageDomainService.RemoveRequest |
StorageDomainService.remove() |
Removes the storage domain.
|