UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 262 B
/** Boot the instance from an image or a volume. Both cannot be null. */ export interface BootFrom { /** Instance image id */ imageId?: string; /** Specify a volume id to boot from it */ volumeId?: string; } //# sourceMappingURL=BootFrom.d.ts.map