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

    Interface ListNodeGroupsRequest

    interface ListNodeGroupsRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mk8s.v1.ListNodeGroupsRequest";
        pageSize: Long;
        pageToken: string;
        parentId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.mk8s.v1.ListNodeGroupsRequest"
    pageSize: Long

    Specifies the maximum number of items to return in the response.

    pageToken: string

    Token for pagination, allowing the retrieval of the next set of results.

    parentId: string

    ID of the parent Cluster.