@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface SoaSpec

    Custom SOA (Start of Authority) record specification for the zone

    interface SoaSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.dns.v1.SoaSpec";
        negativeTtl: Long;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.dns.v1.SoaSpec"
    negativeTtl: Long

    Specifies TTL, in seconds, for caching NXDOMAIN ("record not found") DNS responses from this zone (negative caching) Set this TTL to a low value if you frequently delete and recreate records instead of updating them Note: Values of less than 5 will be ignored, and a default negative caching TTL will be used instead