UNPKG

@gridscale/api

Version:
31 lines (29 loc) 795 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.$ServerMetrics = void 0; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ exports.$ServerMetrics = { type: 'all-of', contains: [{ type: 'Metrics', }, { properties: { server_uuid: { type: 'string', format: 'uuid', }, core_usage: { type: 'MetricsValue', }, storage_read_iops: { type: 'MetricsValue', }, storage_write_iops: { type: 'MetricsValue', }, }, }], }; //# sourceMappingURL=$ServerMetrics.js.map