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