UNPKG

@gridscale/api

Version:
36 lines 820 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export const $ServerinStrorage = { type: 'array', contains: { properties: { bootdevice: { type: 'boolean', }, bus: { type: 'number', }, controller: { type: 'number', }, create_time: { type: 'string', format: 'date-time', }, lun: { type: 'number', }, object_name: { type: 'string', }, object_uuid: { type: 'string', format: 'uuid', }, target: { type: 'number', }, }, }, };