@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface Registry {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.registry.v1.Registry";
        metadata?: ResourceMetadata;
        spec?: RegistrySpec;
        status?: RegistryStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

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

    This is metadata about the resource, such as its id, name, labels, etc. This contains fields that may be updated both by the end user and the system.

    This is defined by the user and describes the desired state of system. Fill this in when creating or updating an object.

    This is filled in by the server and reports the current state of the system.