UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 250 B
import { Ipv4 } from '../../Ipv4'; /** Physical KVM */ export interface Kvm { /** KVM expiration date */ expiration: string; /** KVM access ip */ ip?: Ipv4; /** KVM hostname */ name: string; } //# sourceMappingURL=Kvm.d.ts.map