Interface StorageDomainDisksService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    StorageDomainDisksService

    public static interface StorageDomainDisksService.AddResponse
    extends Response
    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.
    • Method Detail

      • disk

        Disk disk()
        The disk to add or register.