UNPKG

@gridscale/api

Version:
17 lines (14 loc) 430 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { Metrics } from './Metrics'; import { MetricsValue } from './MetricsValue'; export type ServerMetrics = (Metrics & { /** * The UUID of an object is always unique, and refers to a specific object. */ server_uuid?: string, core_usage?: MetricsValue, storage_read_iops?: MetricsValue, storage_write_iops?: MetricsValue, });