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

    Interface CloudSyncEntryInput

    interface CloudSyncEntryInput {
        args?: string;
        attributes: v25_10_0.CloudTaskAttributesInput;
        bwlimit?: v25_10_0.CloudSyncBwlimit[];
        create_empty_src_dirs?: boolean;
        credentials: v26_0_0.CredentialsEntryInput;
        dataset: string | null;
        direction: v25_10_0.CloudSyncCreateDirectionInput;
        enabled?: boolean;
        encryption?: boolean;
        encryption_password?: string;
        encryption_salt?: string;
        exclude?: string[];
        filename_encryption?: boolean;
        follow_symlinks?: boolean;
        id: number;
        include?: string[];
        job: { [k: string]: unknown } | null;
        locked: boolean;
        path: string;
        post_script?: string;
        pre_script?: string;
        relative_path: string | null;
        schedule?: v25_10_0.CloudCron;
        snapshot?: boolean;
        transfer_mode: "SYNC" | "COPY" | "MOVE";
        transfers?: number | null;
    }
    Index
    args?: string
    create_empty_src_dirs?: boolean
    dataset: string | null
    enabled?: boolean
    encryption?: boolean
    encryption_password?: string
    encryption_salt?: string
    exclude?: string[]
    filename_encryption?: boolean
    follow_symlinks?: boolean
    id: number
    include?: string[]
    job: { [k: string]: unknown } | null
    locked: boolean
    path: string

    Optionalpost_script

    post_script?: string
    pre_script?: string
    relative_path: string | null
    schedule?: v25_10_0.CloudCron
    snapshot?: boolean
    transfer_mode: "SYNC" | "COPY" | "MOVE"
    transfers?: number | null