Interface StorageDomainDisksService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    StorageDomainDisksServiceImpl

    public interface StorageDomainDisksService
    extends Service
    Manages the collection of disks available inside a specific storage domain.
    • Method Detail

      • add

        StorageDomainDisksService.AddRequest add()
        Adds or registers a disk. IMPORTANT: Since version 4.2 of the {engine-name} this operation is deprecated, and preserved only for backwards compatibility. It will be removed in the future. To add a new disk use the <> operation of the service that manages the disks of the system. To register an unregistered disk use the <> operation of the service that manages that disk.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.