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

    Interface ResourceAlreadyExists

    Resource we are trying to create already exists.

    interface ResourceAlreadyExists {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.common.v1.ResourceAlreadyExists";
        resourceId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.common.v1.ResourceAlreadyExists"
    resourceId: string

    ID of the existing resource.