@gridscale/api
Version:
gridscale API Wrapper
24 lines • 473 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $LinkedIp = {
properties: {
object_uuid: {
type: 'string',
format: 'uuid',
},
family: {
type: 'Enum',
},
prefix: {
type: 'string',
},
create_time: {
type: 'string',
format: 'date-time',
},
ip: {
type: 'string',
},
},
};