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

    Interface ZoneStatus

    DNS zone status

    interface ZoneStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.dns.v1.ZoneStatus";
        reconciling: boolean;
        recordCount: 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.ZoneStatus"
    reconciling: boolean

    Indicates whether there is a running Operation for this Zone

    recordCount: Long

    Number of records in this zone. May be 0 if not calculated (e.g., in listings)