/** 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