UNPKG

@gridscale/api

Version:
12 lines (10 loc) 217 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type LinkedIpUpdate = { /** * Whether the server boots from this ip or not. */ bootdevice?: boolean; name?: string; }