@nebius/js-sdk - v0.2.54
    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

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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Custom SOA (Start of Authority) record specification for the zone

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.dns.v1.SoaSpec"

    Contains the fully qualified protobuf type name.

    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