/** Hypervisor */
export interface Os {
    /** Full name of hypervisor */
    fullName: string;
    /** Last modification of hypervisor */
    lastModificationDate: string;
    /** Short name of hypervisor */
    shortName: string;
}
//# sourceMappingURL=Os.d.ts.map