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

    Interface ReplicationCountEligibleManualSnapshotsArgs

    interface ReplicationCountEligibleManualSnapshotsArgs {
        datasets: [string, ...string[]];
        name_regex?: string | null;
        naming_schema?: string[];
        ssh_credentials?: number | null;
        transport: v25_10_0.ReplicationCountEligibleManualSnapshotsTransportInput;
    }
    Index
    datasets: [string, ...string[]]

    1

    name_regex?: string | null
    naming_schema?: string[]
    ssh_credentials?: number | null