UNPKG

@gridscale/api

Version:
27 lines (26 loc) 729 B
export declare type LinkedIsoimageBrief = { /** * Whether the server boots from this iso image or not. */ bootdevice?: boolean; /** * The human-readable name of the object. It supports the full UTF-8 character set, with a maximum of 64 characters. */ object_name?: string; /** * Defines the date and time the object was initially created. */ create_time?: string; /** * The UUID of an object is always unique, and refers to a specific object. */ object_uuid?: string; /** * Whether the ISO-Image is private or not. */ private?: boolean; /** * The UUID of the server that holds this iso image. */ server_uuid?: string; };