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

    Interface NVLInstanceGroupServiceServer

    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
    Index

    Properties

    create: handleUnaryCall<CreateNVLInstanceGroupRequest, Operation>
    delete: handleUnaryCall<DeleteNVLInstanceGroupRequest, Operation>
    getByName: handleUnaryCall<GetByNameRequest, NVLInstanceGroup>
    list: handleUnaryCall<
        ListNVLInstanceGroupsRequest,
        ListNVLInstanceGroupsResponse,
    >
    update: handleUnaryCall<UpdateNVLInstanceGroupRequest, Operation>