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