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

    Interface TimeMachineOptInput

    interface TimeMachineOptInput {
        auto_dataset_creation?: boolean;
        auto_snapshot?: boolean;
        dataset_naming_schema?: string | null;
        hostsallow?: string[];
        hostsdeny?: string[];
        purpose: "TIMEMACHINE_SHARE";
        timemachine_quota?: number;
        vuid?: string | null;
    }
    Index
    auto_dataset_creation?: boolean
    auto_snapshot?: boolean
    dataset_naming_schema?: string | null
    hostsallow?: string[]
    hostsdeny?: string[]
    purpose: "TIMEMACHINE_SHARE"
    timemachine_quota?: number
    vuid?: string | null