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

    Interface CapacityBlockGroupServiceServer

    Handles server calls for the nebius.capacity.v1.CapacityBlockGroupService service.

    interface CapacityBlockGroupServiceServer {
        get: handleUnaryCall<GetCapacityBlockGroupRequest, CapacityBlockGroup>;
        getByResourceAffinity: handleUnaryCall<
            GetCapacityBlockGroupByResourceAffinityRequest,
            CapacityBlockGroup,
        >;
        list: handleUnaryCall<
            ListCapacityBlockGroupsRequest,
            ListCapacityBlockGroupsResponse,
        >;
        listResources: handleUnaryCall<
            ListCapacityBlockGroupResourcesRequest,
            ListCapacityBlockGroupResourcesResponse,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • CapacityBlockGroupServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.capacity.v1.CapacityBlockGroupService service.

    Index

    Get Capacity Block Group by its ID.

    getByResourceAffinity: handleUnaryCall<
        GetCapacityBlockGroupByResourceAffinityRequest,
        CapacityBlockGroup,
    >

    Get Capacity Block Group by its specification.

    list: handleUnaryCall<
        ListCapacityBlockGroupsRequest,
        ListCapacityBlockGroupsResponse,
    >

    List all Capacity Block Groups for the specified Tenant.

    List virtual machines instances' IDs that occupy a Capacity Block Group by its ID.