@gridscale/api
Version:
gridscale API Wrapper
56 lines (54 loc) • 1.21 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$LinkedStorageBrief = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$LinkedStorageBrief = {
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',
},
server_uuid: {
type: 'string',
format: 'uuid',
},
last_used_template: {
type: 'string',
format: 'uuid',
},
bootdevice: {
type: 'boolean',
},
object_name: {
type: 'string',
},
},
};
//# sourceMappingURL=$LinkedStorageBrief.js.map