Interface AttachedStorageDomainDisksService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    AttachedStorageDomainDisksServiceImpl

    public interface AttachedStorageDomainDisksService
    extends Service
    Manages the collection of disks available inside an storage domain that is attached to a data center.
    • Method Detail

      • add

        AttachedStorageDomainDisksService.AddRequest add()
        Adds or registers a disk. IMPORTANT: Since version 4.2 of the engine 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.