@gridscale/api
Version:
gridscale API Wrapper
46 lines • 951 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $LinkedStorage = {
properties: {
storage_type: {
type: 'string',
},
target: {
type: 'number',
},
bus: {
type: 'number',
},
capacity: {
type: 'number',
},
license_product_no: {
type: 'number',
},
object_uuid: {
type: 'string',
format: 'uuid',
},
controller: {
type: 'number',
},
lun: {
type: 'number',
},
create_time: {
type: 'string',
format: 'date-time',
},
last_used_template: {
type: 'string',
format: 'uuid',
},
bootdevice: {
type: 'boolean',
},
object_name: {
type: 'string',
},
},
};