@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
14 lines • 374 B
TypeScript
import { UnitAndValueDouble } from '../../complexType/UnitAndValueDouble';
import { UnitAndValueLong } from '../../complexType/UnitAndValueLong';
/** A Host profile */
export interface Profile {
/** */
core: string;
/** */
cpu: UnitAndValueDouble;
/** */
name: string;
/** */
ram: UnitAndValueLong;
}
//# sourceMappingURL=Profile.d.ts.map