/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

export type LinkedIsoimageUpdate = {
    /**
     * Whether the server boots from this iso image or not.
     */
    bootdevice?: boolean;
    name?: string;
}
