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

    Interface NVLInstanceGroupServiceServer

    Handles server calls for the nebius.compute.v1.NVLInstanceGroupService service.

    interface NVLInstanceGroupServiceServer {
        create: handleUnaryCall<CreateNVLInstanceGroupRequest, Operation>;
        delete: handleUnaryCall<DeleteNVLInstanceGroupRequest, Operation>;
        get: handleUnaryCall<GetNVLInstanceGroupRequest, NVLInstanceGroup>;
        getByName: handleUnaryCall<GetByNameRequest, NVLInstanceGroup>;
        list: handleUnaryCall<
            ListNVLInstanceGroupsRequest,
            ListNVLInstanceGroupsResponse,
        >;
        update: handleUnaryCall<UpdateNVLInstanceGroupRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • NVLInstanceGroupServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.compute.v1.NVLInstanceGroupService service.

    Index
    create: handleUnaryCall<CreateNVLInstanceGroupRequest, Operation>

    Create creates a new NVL InstanceGroup.

    delete: handleUnaryCall<DeleteNVLInstanceGroupRequest, Operation>

    Delete deletes the specified NVL InstanceGroup by its ID.

    Get retrieves the specified NVL InstanceGroup by its ID.

    getByName: handleUnaryCall<GetByNameRequest, NVLInstanceGroup>

    GetByName retrieves the specified NVL InstanceGroup by its parent and name.

    list: handleUnaryCall<
        ListNVLInstanceGroupsRequest,
        ListNVLInstanceGroupsResponse,
    >

    List lists all NVL InstanceGroups in the specified parent.

    update: handleUnaryCall<UpdateNVLInstanceGroupRequest, Operation>

    Update modifies the specified NVL InstanceGroup by its ID.