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

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