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

    Interface PoolSnapshotCreateWithName

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