UNPKG

@gridscale/api

Version:
28 lines 568 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export const $LinkedIpBrief = { properties: { object_uuid: { type: 'string', format: 'uuid', }, family: { type: 'Enum', }, prefix: { type: 'string', }, create_time: { type: 'string', format: 'date-time', }, server_uuid: { type: 'string', format: 'uuid', }, ip: { type: 'string', }, }, };