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

    Interface ListCapacityBlockGroupsResponse

    All existing Capacity Block Groups in a Tenant.

    interface ListCapacityBlockGroupsResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.capacity.v1.ListCapacityBlockGroupsResponse";
        items: CapacityBlockGroup[];
        nextPageToken: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      All existing Capacity Block Groups in a Tenant.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • All existing Capacity Block Groups in a Tenant.

            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.capacity.v1.ListCapacityBlockGroupsResponse"

    Contains the fully qualified protobuf type name.

    List of Capacity Block Groups on this result page.

    nextPageToken: string

    Listing continuation token for the next page of results.