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

    Interface PoolSnapshotCreateWithSchema

    interface PoolSnapshotCreateWithSchema {
        dataset: string;
        exclude?: string[];
        naming_schema: string;
        properties?: { [k: string]: unknown };
        recursive?: boolean;
        suspend_vms?: boolean;
        vmware_sync?: boolean;
    }
    Index
    dataset: string
    exclude?: string[]
    naming_schema: string
    properties?: { [k: string]: unknown }
    recursive?: boolean
    suspend_vms?: boolean
    vmware_sync?: boolean