Interface AttachedStorageDomainDisksService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    AttachedStorageDomainDisksService

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

      • disk

        Disk disk()
        The disk to add or register.