@gridscale/api
Version:
gridscale API Wrapper
12 lines (11 loc) • 367 B
TypeScript
import { Metrics } from './Metrics';
import { MetricsValue } from './MetricsValue';
export declare 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;
});