@truenas/api-client
    Preparing search index...

    Interface VirtInstanceCreate

    interface VirtInstanceCreate {
        autostart?: boolean | null;
        cpu?: string | null;
        devices?: v25_10_0.VirtDeviceType[] | null;
        environment?: Record<string, string> | null;
        image: string;
        instance_type?: "CONTAINER";
        memory?: number | null;
        name: string;
        privileged_mode?: boolean;
        remote?: "LINUX_CONTAINERS";
        root_disk_io_bus?: "NVME" | "VIRTIO-BLK" | "VIRTIO-SCSI";
        root_disk_size?: number;
        source_type?: "IMAGE";
        storage_pool?: string | null;
    }
    Index
    autostart?: boolean | null
    cpu?: string | null
    devices?: v25_10_0.VirtDeviceType[] | null
    environment?: Record<string, string> | null
    image: string
    instance_type?: "CONTAINER"
    memory?: number | null
    name: string
    privileged_mode?: boolean
    remote?: "LINUX_CONTAINERS"
    root_disk_io_bus?: "NVME" | "VIRTIO-BLK" | "VIRTIO-SCSI"
    root_disk_size?: number
    source_type?: "IMAGE"
    storage_pool?: string | null