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

    Interface Pool

    interface Pool {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.Pool";
        metadata?: ResourceMetadata;
        spec?: PoolSpec;
        status?: PoolStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

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

    Metadata associated with the Pool. metadata.parent_id represents the Project.

    spec?: PoolSpec

    Specification of the Pool.

    status?: PoolStatus

    Status information for the Pool.