/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $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',
        },
    },
};