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

    Interface RegistryStatus

    interface RegistryStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.registry.v1.RegistryStatus";
        imagesCount: number;
        registryFqdn: string;
        state: RegistryStatus_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.registry.v1.RegistryStatus"
    imagesCount: number
    registryFqdn: string

    regional fqdn "cr.eu-north1.nebius.cloud"