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

    Interface UpdateZoneRequest

    Request to update the DNS zone by its ID

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

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.dns.v1.UpdateZoneRequest"
    metadata?: ResourceMetadata

    Metadata for the DNS zone being updated

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

    New specification for the DNS zone