UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 576 B
/** A structure describing the IPMI supported features */ export interface IpmiSupportedFeatures { /** Access to the KVM through an HTML web interface */ kvmipHtml5URL: boolean; /** Access to the KVM through a Java web launch application */ kvmipJnlp: boolean; /** Access to the virtual serial port of your server through an SSH client */ serialOverLanSshKey: boolean; /** Access to the virtual serial port of your server through an HTML command line interface */ serialOverLanURL: boolean; } //# sourceMappingURL=IpmiSupportedFeatures.d.ts.map