UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 232 B
/** A structure describing the cdrom configuration of a virtual machine */ export interface VirtualMachineCdrom { /** */ connected?: boolean; /** */ iso?: string; } //# sourceMappingURL=VirtualMachineCdrom.d.ts.map