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

    Interface Registry

    Represents the nebius.registry.v1.Registry protobuf message.

    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

      Represents the nebius.registry.v1.Registry protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.registry.v1.Registry protobuf message.

            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.registry.v1.Registry"

    Contains the fully qualified protobuf type name.

    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.