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

    Interface UpdateRecordRequest

    Request to update the DNS record by its ID

    interface UpdateRecordRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.dns.v1.UpdateRecordRequest";
        metadata?: ResourceMetadata;
        spec?: RecordSpec;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Request to update the DNS record by its ID

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Request to update the DNS record by its ID

            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.UpdateRecordRequest"

    Contains the fully qualified protobuf type name.

    metadata?: ResourceMetadata

    Metadata for the DNS record being updated

    • The only required field is metadata.id, which must be set to the ID of the DNS record being updated
    • You may also set the expected DNS record version (metadata.resource_version), which ensures that only the requested version is updated (and a FAILED_PRECONDITION error is returned on version mismatch)
    spec?: RecordSpec

    New specification for the DNS record