Interface DiskAttachmentService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    DiskAttachmentService

    public static interface DiskAttachmentService.GetResponse
    extends Response
    Returns the details of the attachment, including the bootable flag and link to the disk. An example of getting a disk attachment: [source] ---- GET /ovirt-engine/api/vms/123/diskattachments/456 ---- [source,xml] ---- true true virtio ----